/* Compatibility styles for the remaining imported pages. */
:root{
  --zf-navy:#041f3b;
  --zf-navy-2:#083257;
  --zf-gold:#f2b233;
  --zf-cream:#f6f5f1;
  --zf-ink:#0b2037;
  --zf-text:#22384d;
  --zf-muted:#718090;
  --zf-line:#dbe3ea;
}
body{background:var(--zf-cream);color:var(--zf-text)}
a{transition:all .2s ease}
.container-width,.row{max-width:1180px}
.header-top{background:var(--zf-navy)!important;color:#fff;font-size:10px;letter-spacing:.14em;text-transform:uppercase}
.header-top .nav>li>a,.header-top a{color:#fff}
.header-main{background:#fff;border-bottom:1px solid #eceff3}
.header-main .header-inner{min-height:72px}
.header-bottom{background:#fff;border-bottom:1px solid #f0f2f5}
.header-bottom .nav>li>a,.header-main .nav>li>a{color:#627487;font-size:12px}
.header-bottom .nav>li.active>a,.header-bottom .nav>li.current-menu-item>a{color:#ee5656}
.searchform .search-field,.header-search-form .search-field{background:#efede7;border:0;border-radius:999px;height:42px}

.zf-eyebrow{display:inline-block;font-size:10px;letter-spacing:.18em;font-weight:800;text-transform:uppercase;color:#cda048;margin-bottom:12px}
.zf-eyebrow.dark{color:#7b8997}.zf-eyebrow.red{color:#ef5757}.zf-eyebrow.gold{color:var(--zf-gold)}
.zf-section-title{font-size:22px;line-height:1.18;color:var(--zf-ink);margin:0 0 12px;font-weight:800}
.zf-section-intro{font-size:12px;color:#7b8793;line-height:1.7;max-width:320px;margin:16px 0 0 auto}

/* Home hero */
.zf-home-hero{position:relative;overflow:hidden;background:#06213d}
.zf-home-hero .banner-bg{filter:saturate(.95) brightness(.88)}
.zf-home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,17,35,.74) 0%,rgba(0,29,53,.42) 46%,rgba(0,29,53,.16) 100%)}
.zf-home-hero .text-box{z-index:2}
.zf-home-hero h1{font-size:38px;line-height:1.02;color:#fff;margin:0 0 14px;font-weight:800}
.zf-home-hero h1 span{color:var(--zf-gold)}
.zf-home-hero .zf-hero-copy{color:#dbe5ee;font-size:13px;line-height:1.65;max-width:460px;margin-bottom:20px}
.zf-home-hero .button{border-radius:999px!important;font-weight:700;padding-left:20px;padding-right:20px;font-size:13px;min-height:42px}
.zf-home-hero .button.primary{background:var(--zf-gold)!important;border-color:var(--zf-gold)!important;color:#0a2340!important;box-shadow:0 8px 18px rgba(242,178,51,.18)}
.zf-home-hero .button.is-outline,.zf-home-hero .button.white{border-color:rgba(255,255,255,.35)!important;color:#fff!important;background:transparent!important}

/* Trust strip */
.zf-trust-section{position:relative;z-index:4;margin-top:-28px}
.zf-trust-strip{background:#fff;border:1px solid #dfe5eb;border-radius:14px;box-shadow:0 12px 28px rgba(8,31,56,.08);padding:4px 14px}
.zf-trust-card{display:flex;gap:10px;align-items:center;padding:14px 6px;min-height:68px}
.zf-trust-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:var(--zf-navy);color:var(--zf-gold);font-size:13px;font-weight:800}
.zf-trust-card strong{display:block;font-size:12px;color:var(--zf-ink);line-height:1.25}.zf-trust-card small{display:block;color:#788593;font-size:10px;margin-top:2px;line-height:1.35}

/* Home categories */
.zf-home-section{background:var(--zf-cream)}
.zf-category-grid{margin-top:18px}.zf-category-grid .col{padding-left:5px!important;padding-right:5px!important}
.zf-category-card{position:relative;border-radius:14px;overflow:hidden;background:var(--zf-navy)}
.zf-category-card .banner-bg{transform:scale(1.04);filter:brightness(.72) saturate(.88)}
.zf-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,22,42,.06) 8%,rgba(3,22,42,.78) 100%)}
.zf-category-card .banner-inner,.zf-category-card .text-box{z-index:2}
.zf-cat-count{font-size:8px;letter-spacing:.18em;color:var(--zf-gold);font-weight:800;text-transform:uppercase}
.zf-category-card h3{color:#fff;font-size:18px;line-height:1.05;margin:4px 0 4px;font-weight:800}
.zf-category-main h3{font-size:30px}
.zf-category-card p{color:#d7e4ee;font-size:11px;line-height:1.45;margin:0 0 8px;max-width:220px}
.zf-category-card a{display:inline-block;color:var(--zf-gold);font-size:11px;font-weight:800}

/* Product cards */
.zf-products-section .products,.shop-container .products,.related-products-wrapper .products,.upsells-wrapper .products{margin-left:-6px;margin-right:-6px}
.product-small.col{padding:6px}.product-small.box{height:100%;background:#fff;border:1px solid var(--zf-line);border-radius:12px;overflow:hidden;transition:all .2s ease}
.product-small.box:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(5,31,55,.08);border-color:#c8d3dd}
.product-small .box-image{background:#fff}.product-small .box-image img{aspect-ratio:1/1;object-fit:contain;padding:8px}
.product-small .box-text{padding:12px 12px 14px}
.product-small .category,.box-text-products .category{font-size:7px;letter-spacing:.18em;color:#7e8b97;font-weight:800;text-transform:uppercase}
.product-small .name,.box-text-products .name{font-size:12px;line-height:1.3;color:var(--zf-ink);font-weight:700;min-height:32px;margin-top:6px}
.product-small .price,.box-text-products .price{font-size:14px;font-weight:800;color:var(--zf-ink)}
.product-small del,.box-text-products del{font-size:10px;color:#7a8792;opacity:1}
.badge-container{margin:8px}.badge-inner,.onsale{background:var(--zf-ink)!important;color:#fff!important;border-radius:99px;font-size:8px;letter-spacing:.08em;padding:5px 7px!important;line-height:1.1}
.wishlist-icon{top:8px;right:8px}.wishlist-icon a{background:#fff;border:1px solid #dce3ea;border-radius:50%;width:26px;height:26px;display:grid;place-items:center;color:#90a0af}

/* Guide */
.zf-guide-section{background:var(--zf-navy);border-radius:16px;color:#fff;overflow:hidden}
.zf-guide-section h2{color:#fff;font-size:24px;line-height:1.18;margin:0 0 14px;font-weight:800}
.zf-guide-section p{color:#d5e1ec;font-size:12px;line-height:1.75;max-width:410px}
.zf-guide-section .button{background:var(--zf-gold)!important;border-color:var(--zf-gold)!important;color:#0a2138!important;border-radius:999px!important;font-weight:800;font-size:12px;min-height:40px}
.zf-guide-card{height:100%;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.02);padding:16px;color:#d9e4ef}
.zf-guide-card b{display:block;color:var(--zf-gold);font-size:11px;margin-bottom:8px}.zf-guide-card strong{display:block;color:#fff;font-size:13px;margin-bottom:5px}.zf-guide-card span{display:block;font-size:11px;line-height:1.55}

/* Generic page heroes */
.zf-page-hero{position:relative;background:#082746;color:#fff;overflow:hidden}.zf-page-hero .banner-bg{filter:brightness(.72)}
.zf-page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,44,.82) 0%,rgba(4,24,44,.45) 58%,rgba(4,24,44,.20) 100%)}
.zf-page-hero .text-box{z-index:2}.zf-page-hero h1{font-size:34px;line-height:1.06;color:#fff;margin:0 0 10px;font-weight:800}.zf-page-hero p{font-size:13px;line-height:1.65;color:#dce6ee;max-width:620px;margin:0 auto}
.zf-content-section h2{font-size:24px;line-height:1.18;color:var(--zf-ink);font-weight:800}.zf-content-section p,.zf-content-section li{font-size:13px;line-height:1.8;color:#486072}

/* Archive hero + category/shop */
.woocommerce-shop .shop-page-title,.tax-product_cat .shop-page-title{display:none!important}
.zf-archive-hero{background:linear-gradient(90deg,rgba(3,24,46,.96),rgba(4,35,64,.88)), url('/wp-content/uploads/zetfish-categorii-2026.jpg'); background-size:cover; background-position:center; color:#fff; padding:48px 0 42px; margin-bottom:28px}
.zf-archive-hero .breadcrumbs,.zf-archive-hero .breadcrumbs a{color:#b8c7d4;font-size:11px}
.zf-archive-hero .zf-archive-kicker{display:inline-block;color:var(--zf-gold);font-size:10px;letter-spacing:.17em;font-weight:800;text-transform:uppercase;margin-bottom:8px}
.zf-archive-hero h1{color:#fff;font-size:34px;line-height:1.05;margin:0 0 10px;font-weight:800}
.zf-archive-hero p{color:#d7e3ec;font-size:13px;line-height:1.65;max-width:620px;margin:0}
.zf-archive-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.zf-archive-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:#fff;font-size:11px;font-weight:700}
.zf-archive-chip:hover{background:#fff;color:var(--zf-ink)}
body.woocommerce .shop-container{padding-top:0}.page-title-inner,.woocommerce-breadcrumb-for-shop{display:none!important}
body.tax-product_cat .shop-container .large-3,body.woocommerce-shop .shop-container .large-3{position:sticky;top:20px}
.shop-container .woocommerce-ordering select,.shop-container .woocommerce-ordering .orderby{border-radius:999px;border:1px solid var(--zf-line);background:#fff;height:40px;padding:0 16px;color:#475c6f;font-size:12px}
.shop-container .woocommerce-result-count{color:#617284;font-size:12px}
.shop-sidebar .widget{margin-bottom:22px}.shop-sidebar .widget-title{font-size:10px;letter-spacing:.18em;color:#748496;font-weight:800;text-transform:uppercase;margin-bottom:10px}
.shop-sidebar .widget ul li a{color:#31495d;font-size:13px}.shop-sidebar .widget ul li.current-cat>a{font-weight:800;color:var(--zf-ink)}
.price_slider_wrapper .ui-slider-horizontal{height:4px;background:#d9e2e8;border-radius:999px}.price_slider_wrapper .ui-slider .ui-slider-range{background:var(--zf-navy)}.price_slider_wrapper .ui-slider .ui-slider-handle{background:var(--zf-navy);border:0;box-shadow:none;width:14px;height:14px;top:-5px}

/* Single product */
.zf-product-layout{background:var(--zf-cream)}.zf-product-layout .woocommerce-breadcrumb,.zf-product-layout .woocommerce-breadcrumb a{font-size:11px;color:#768696}
.zf-product-layout .product-gallery,.zf-product-layout .woocommerce-product-gallery{background:#fff;border:1px solid var(--zf-line);border-radius:14px;padding:14px}
.zf-product-layout .product-title{font-size:28px;line-height:1.15;color:var(--zf-ink);font-weight:800;margin-bottom:8px}
.zf-product-layout .price{font-size:18px;color:var(--zf-ink);font-weight:800}.zf-product-layout del{font-size:13px;color:#7f8b96;opacity:1;margin-right:8px}
.zf-product-layout .stock{color:#2d8f50;font-weight:700;font-size:12px}.zf-product-layout .woocommerce-product-rating{font-size:12px}
.zf-product-layout .quantity.buttons_added{border-radius:999px;background:#f2f0ea;display:inline-flex;align-items:center;padding:0 8px;height:44px;margin-right:8px}.zf-product-layout .quantity input.qty{background:transparent;border:0;box-shadow:none;font-size:16px;height:42px;width:42px}
.zf-product-layout form.cart .button{border-radius:999px!important;background:var(--zf-gold)!important;border-color:var(--zf-gold)!important;color:#0b2037!important;font-size:13px;font-weight:800;min-height:44px;padding-left:20px;padding-right:20px}
.zf-product-layout .woocommerce-product-details__short-description p{font-size:13px;line-height:1.7;color:#51677a}
.zf-product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;padding:16px;border:1px solid var(--zf-line);border-radius:14px;background:#fff}.zf-product-benefits b{color:var(--zf-navy);font-size:16px}.zf-product-benefits strong{font-size:12px;color:var(--zf-ink)}.zf-product-benefits span{font-size:10px;color:#6d7c8a;line-height:1.4}
.zf-product-layout .nav-line-bottom>li>a,.zf-product-layout .woocommerce-tabs .nav>li>a{font-size:13px;font-weight:700;color:#6d7c8a}.zf-product-layout .nav-line-bottom>li.active>a,.zf-product-layout .woocommerce-tabs .nav>li.active>a{color:var(--zf-ink)}
.zf-product-layout .woocommerce-Tabs-panel h2,.zf-product-layout .woocommerce-tabs h2{font-size:22px;color:var(--zf-ink);font-weight:800;margin-bottom:14px}.zf-product-layout .woocommerce-Tabs-panel p,.zf-product-layout .woocommerce-Tabs-panel li{font-size:13px;line-height:1.8;color:#40576b}
.zf-fisher-tip{background:var(--zf-navy);border-radius:14px;padding:18px;color:#fff;box-shadow:0 14px 32px rgba(5,31,55,.10)}.zf-fisher-tip p{color:#dce6ef;font-size:12px;line-height:1.75;margin-bottom:14px}.zf-tip-author{display:flex;gap:10px;align-items:center;padding-top:12px;border-top:1px solid rgba(255,255,255,.10)}.zf-tip-author b{display:grid;place-items:center;width:32px;height:32px;border-radius:999px;background:var(--zf-gold);color:#082746}.zf-tip-author strong{display:block;color:#fff;font-size:12px}.zf-tip-author small{display:block;color:#a9bdcf;font-size:10px}.zf-product-layout .related h2,.zf-product-layout .upsells h2{font-size:24px;color:var(--zf-ink);font-weight:800;margin-bottom:14px}

/* Footer */
.footer-wrapper .footer-2,.footer-wrapper .absolute-footer{display:block}
.zf-footer-main{background:var(--zf-navy)!important}.zf-footer-main h3,.zf-footer-main h4{color:#fff}.zf-footer-main h3{font-size:20px;font-weight:800}.zf-footer-main h3 span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:7px;background:var(--zf-gold);color:#0b2037;font-size:10px;margin-right:8px}.zf-footer-main h4{font-size:10px;letter-spacing:.18em;color:var(--zf-gold);margin-bottom:14px;font-weight:800}.zf-footer-main p,.zf-footer-main a{color:#c3d0dc;font-size:12px;line-height:1.8}.zf-footer-bottom{background:#00182e!important;border-top:1px solid rgba(255,255,255,.08)}.zf-footer-bottom small{color:#93a6b4;font-size:10px}

@media(max-width:849px){
 .header-top{display:none}.header-main .header-inner{min-height:56px}.header-bottom{overflow-x:auto;white-space:nowrap}.header-bottom .nav{flex-wrap:nowrap}.header-bottom .nav>li>a{font-size:11px;padding:10px 8px}
 .zf-home-hero{min-height:520px}.zf-home-hero:after{background:linear-gradient(180deg,rgba(0,21,41,.10) 0%,rgba(0,21,41,.74) 54%,rgba(0,21,41,.94) 100%)}.zf-home-hero .text-box{top:auto!important;bottom:28px;transform:translate(-50%,0)!important}.zf-home-hero h1{font-size:26px}.zf-home-hero .zf-hero-copy{font-size:12px;max-width:none}
 .zf-trust-section{margin-top:-20px}.zf-trust-strip{padding:6px}.zf-trust-card{min-height:70px;padding:10px 4px}
 .zf-section-title,.zf-guide-section h2,.zf-page-hero h1,.zf-archive-hero h1,.zf-product-layout .product-title{font-size:18px}
 .zf-section-intro{max-width:none;margin:10px 0 0;font-size:11px}
 .zf-category-main h3{font-size:20px}.zf-category-card h3{font-size:16px}.zf-category-card p{font-size:10px}
 .zf-archive-hero{padding:34px 0 28px;margin-bottom:20px}.zf-archive-hero p{font-size:12px}.zf-archive-chips{gap:6px;margin-top:12px}
 body.tax-product_cat .shop-container .large-3,body.woocommerce-shop .shop-container .large-3{position:static;top:auto}
 .zf-product-layout .product-gallery,.zf-product-layout .woocommerce-product-gallery{padding:10px}.zf-product-layout .price{font-size:16px}.zf-product-benefits{grid-template-columns:1fr;gap:10px;padding:14px}
}
@media(max-width:549px){
 .zf-home-hero{min-height:500px}.zf-home-hero .button{display:inline-flex;margin-bottom:6px;font-size:12px;min-height:40px}
 .zf-category-grid .col{padding-left:4px!important;padding-right:4px!important}.product-small .box-text{padding:10px}.product-small .name,.box-text-products .name{font-size:11px;min-height:auto}.product-small .price,.box-text-products .price{font-size:13px}
 .zf-page-hero p,.zf-content-section p,.zf-content-section li,.zf-product-layout .woocommerce-Tabs-panel p,.zf-product-layout .woocommerce-Tabs-panel li{font-size:12px}
 .zf-archive-hero .breadcrumbs{display:none}
}


/* Exact Lovable project overrides. */
:root{
  --zlfd-bg:#f9f7f2;
  --zlfd-card:#fff;
  --zlfd-surface:#f2f0ea;
  --zlfd-ink:#0d2238;
  --zlfd-navy:#062342;
  --zlfd-navy-deep:#031a32;
  --zlfd-amber:#f5b32d;
  --zlfd-muted:#6d7d8d;
  --zlfd-border:#dfe5ea;
  --zlfd-danger:#e85454;
  --zlfd-shadow:0 20px 60px -20px rgba(3,26,50,.35);
}
.zlfd-active,
.zlfd-active #wrapper,
.zlfd-active #main{background:var(--zlfd-bg);color:var(--zlfd-ink);font-family:"Inter",Arial,sans-serif}
.zlfd-active h1,.zlfd-active h2,.zlfd-active h3,.zlfd-active h4,.zlfd-active .button,.zlfd-active .nav>li>a{font-family:"Space Grotesk",Arial,sans-serif}
.zlfd-active h1,.zlfd-active h2,.zlfd-active h3,.zlfd-active h4{letter-spacing:-.025em}
.zlfd-container{width:min(1280px,calc(100% - 40px));margin-inline:auto}
.zlfd-icon{width:1em;height:1em;display:block;flex:none}
.zlfd-eyebrow{font-family:"Space Grotesk",Arial,sans-serif;font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--zlfd-muted)}
.zlfd-eyebrow.is-amber{color:var(--zlfd-amber)}

/* Flatsome header tuned to the Lovable project */
.zlfd-active .header-top{background:var(--zlfd-navy-deep)!important;color:#fff;min-height:28px}
.zlfd-active .header-top .nav>li>a,.zlfd-active .header-top a{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#fff}
.zlfd-active .header-main{background:rgba(249,247,242,.96);border-bottom:1px solid var(--zlfd-border)}
.zlfd-active .header-main .header-inner{min-height:76px}
.zlfd-active .header-bottom{background:rgba(249,247,242,.96);border-bottom:1px solid var(--zlfd-border)}
.zlfd-active .header-bottom .nav>li>a{font-size:13px;color:#536779;font-weight:500;padding-top:10px;padding-bottom:10px}
.zlfd-active .header-bottom .nav>li.current-menu-item>a,.zlfd-active .header-bottom .nav>li.active>a{background:var(--zlfd-navy);color:#fff;border-radius:999px;padding-left:14px;padding-right:14px}
.zlfd-active .header-search-form-wrapper input,.zlfd-active .searchform input.search-field{height:44px;background:var(--zlfd-surface);border:1px solid transparent;border-radius:999px;box-shadow:none;padding-left:18px}
.zlfd-active .header-search-form-wrapper input:focus,.zlfd-active .searchform input.search-field:focus{background:#fff;border-color:#afbdc9}
.zlfd-active .cart-item .header-cart-title,.zlfd-active .header-cart-link{background:var(--zlfd-ink);color:#fff!important;border-radius:999px;padding:8px 14px}

/* Direct homepage content */
.zlfd-home-hero{position:relative;overflow:hidden;background:var(--zlfd-navy-deep)}
.zlfd-home-hero .banner-bg{filter:saturate(.95)}
.zlfd-home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,26,50,0) 0%,rgba(3,26,50,.55) 55%,rgba(3,26,50,.92) 100%);pointer-events:none}
.zlfd-home-hero .banner-inner,.zlfd-home-hero .text-box{z-index:2}
.zlfd-home-hero h1{color:#fff;font-size:72px;line-height:.95;font-weight:700;margin:16px 0 24px}
.zlfd-home-hero h1 span{color:var(--zlfd-amber)}
.zlfd-home-hero p{max-width:600px;color:rgba(255,255,255,.8);font-size:18px;line-height:1.65;margin-bottom:28px}
.zlfd-home-hero .button{border-radius:999px!important;font-size:14px;font-weight:600;padding:0 24px;min-height:48px}
.zlfd-home-hero .button.primary{background:var(--zlfd-amber)!important;color:var(--zlfd-ink)!important;border-color:var(--zlfd-amber)!important;box-shadow:0 10px 30px -12px rgba(245,179,45,.7)}
.zlfd-home-hero .button.is-outline{color:#fff!important;border-color:rgba(255,255,255,.3)!important;background:transparent!important}
.zlfd-home-trust{position:relative;z-index:5;margin-top:-80px;margin-bottom:16px}
.zlfd-home-trust .row{background:var(--zlfd-card);border-radius:16px;overflow:hidden;box-shadow:var(--zlfd-shadow);border:1px solid var(--zlfd-border);padding:0}
.zlfd-trust-item{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;min-height:84px;border-right:1px solid var(--zlfd-border)}
.zlfd-trust-item:last-child{border-right:0}
.zlfd-trust-icon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:12px;background:var(--zlfd-navy);color:var(--zlfd-amber)}
.zlfd-trust-icon svg{width:20px;height:20px}
.zlfd-trust-item strong{display:block;font-family:"Space Grotesk",Arial,sans-serif;font-size:14px;color:var(--zlfd-ink)}
.zlfd-trust-item small{display:block;color:var(--zlfd-muted);font-size:12px;margin-top:2px}
.zlfd-home-section{padding-top:96px;background:var(--zlfd-bg)}
.zlfd-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}
.zlfd-section-head h2{font-size:36px;line-height:1.1;font-weight:700;color:var(--zlfd-ink);margin:8px 0 0}
.zlfd-section-head p{display:block;max-width:390px;font-size:14px;color:var(--zlfd-muted);line-height:1.65;margin:0}
.zlfd-home-category-grid .col{padding:8px!important}
.zlfd-category-card{position:relative;border-radius:24px;overflow:hidden;background:var(--zlfd-navy)}
.zlfd-category-card .banner-bg{filter:brightness(.72);transition:transform .7s ease,filter .7s ease}
.zlfd-category-card:hover .banner-bg{filter:brightness(.88);transform:scale(1.05)}
.zlfd-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(3,26,50,.9) 100%);pointer-events:none}
.zlfd-category-card .banner-inner,.zlfd-category-card .text-box{z-index:2}
.zlfd-category-card .zlfd-cat-count{font-family:"Space Grotesk",Arial,sans-serif;color:var(--zlfd-amber);font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}
.zlfd-category-card h3{font-size:28px;color:#fff;font-weight:700;margin:7px 0 4px}
.zlfd-category-card.is-large h3{font-size:48px}
.zlfd-category-card p{font-size:14px;color:rgba(255,255,255,.72);margin:0}
.zlfd-category-card a{display:inline-flex;margin-top:16px;color:var(--zlfd-amber);font-family:"Space Grotesk",Arial,sans-serif;font-weight:600;font-size:14px}
.zlfd-guide{margin-top:96px;background:linear-gradient(135deg,var(--zlfd-navy),var(--zlfd-navy-deep));border-radius:24px;overflow:hidden;color:#fff;padding:56px}
.zlfd-guide h2{font-size:48px;color:#fff;line-height:1.08;margin:12px 0 16px}
.zlfd-guide p{color:rgba(255,255,255,.78);font-size:16px;line-height:1.7;max-width:520px}
.zlfd-guide .button{background:var(--zlfd-amber)!important;color:var(--zlfd-ink)!important;border-radius:999px!important;border-color:var(--zlfd-amber)!important}
.zlfd-guide-card{border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);padding:20px;height:100%}
.zlfd-guide-card b{display:block;color:var(--zlfd-amber);font-family:"Space Grotesk",Arial,sans-serif;margin-bottom:8px}.zlfd-guide-card strong{display:block;color:#fff;font-family:"Space Grotesk",Arial,sans-serif;font-size:15px}.zlfd-guide-card span{display:block;color:rgba(255,255,255,.68);font-size:13px;line-height:1.55;margin-top:5px}

/* Shared product cards from exact project structure */
ul.products.zlfd-product-grid{list-style:none;margin:24px -10px 0;padding:0;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.zlfd-product-card{float:none!important;width:auto!important;max-width:none!important;padding:0!important;margin:0!important;background:var(--zlfd-card);border:1px solid var(--zlfd-border);border-radius:16px;overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.zlfd-product-card:hover{transform:translateY(-2px);border-color:#aab9c5;box-shadow:0 8px 24px -12px rgba(3,26,50,.18)}
.zlfd-card-link{display:flex;flex-direction:column;height:100%;color:inherit!important}
.zlfd-card-image-wrap{position:relative;aspect-ratio:1/1;background:var(--zlfd-surface);overflow:hidden}
.zlfd-card-image-wrap>img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.zlfd-product-card:hover .zlfd-card-image-wrap>img{transform:scale(1.05)}
.zlfd-discount{position:absolute;top:12px;left:12px;display:inline-flex;background:var(--zlfd-ink);color:#fff;border-radius:999px;padding:6px 10px;font-family:"Space Grotesk",Arial,sans-serif;font-size:11px;font-weight:600;letter-spacing:.04em}
.zlfd-card-heart{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.86);color:var(--zlfd-muted)}
.zlfd-card-heart svg{width:16px;height:16px}
.zlfd-card-plus{position:absolute;right:12px;bottom:12px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--zlfd-amber);color:var(--zlfd-ink);box-shadow:0 10px 24px rgba(3,26,50,.2);opacity:0;transform:translateY(8px);transition:.2s ease}
.zlfd-product-card:hover .zlfd-card-plus{opacity:1;transform:translateY(0)}
.zlfd-card-plus svg{width:20px;height:20px}
.zlfd-card-content{display:flex;flex-direction:column;gap:4px;padding:16px}
.zlfd-card-brand{font-family:"Space Grotesk",Arial,sans-serif;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--zlfd-muted)}
.zlfd-card-content h3{font-family:"Inter",Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.4;min-height:40px;margin:0;color:var(--zlfd-ink)}
.zlfd-card-price{display:flex;align-items:baseline;gap:8px;margin-top:8px;font-family:"Space Grotesk",Arial,sans-serif;color:var(--zlfd-navy);font-size:18px;font-weight:700}
.zlfd-card-price del{font-family:"Inter",Arial,sans-serif;font-size:12px;color:var(--zlfd-muted);font-weight:400}.zlfd-card-price ins{text-decoration:none}
.zlfd-active .zf-products-section .products,.zlfd-active .related.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0}
.zlfd-active .zf-products-section .product-small,.zlfd-active .related.products .product-small{width:auto;max-width:none;padding:0}

/* Archive/category */
.zlfd-shop-main{background:var(--zlfd-bg);min-height:70vh}
.zlfd-archive-hero{position:relative;overflow:hidden;background:var(--zlfd-navy);color:#fff}
.zlfd-archive-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.25}
.zlfd-archive-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,26,50,.6),rgba(3,26,50,.95))}
.zlfd-archive-inner{position:relative;padding-top:56px;padding-bottom:72px;z-index:2}
.zlfd-breadcrumbs{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.7);font-size:12px}.zlfd-breadcrumbs a{color:rgba(255,255,255,.7)}.zlfd-breadcrumbs a:hover,.zlfd-breadcrumbs .is-current{color:var(--zlfd-amber)}.zlfd-breadcrumbs svg{width:12px;height:12px}
.zlfd-archive-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-top:24px}
.zlfd-archive-heading-row h1{font-size:60px;line-height:1;color:#fff;font-weight:700;margin:12px 0}
.zlfd-archive-heading-row p{max-width:620px;color:rgba(255,255,255,.8);font-size:16px;line-height:1.6;margin:0}
.zlfd-category-chips{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:420px}.zlfd-category-chips a{padding:7px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.2);color:#fff;font-family:"Space Grotesk",Arial,sans-serif;font-size:12px;font-weight:500}.zlfd-category-chips a:hover{border-color:var(--zlfd-amber);color:var(--zlfd-amber)}
.zlfd-archive-body{display:grid;grid-template-columns:260px minmax(0,1fr);gap:40px;padding-top:40px;padding-bottom:80px}
.zlfd-filter-sticky{position:sticky;top:120px}.zlfd-filter-section{margin-bottom:32px}.zlfd-filter-section .zlfd-eyebrow{margin-bottom:12px}
.zlfd-subcategory-list{list-style:none;margin:0;padding:0}.zlfd-subcategory-list li{margin:0}.zlfd-subcategory-list a{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-radius:8px;color:var(--zlfd-ink);font-size:14px}.zlfd-subcategory-list a:hover,.zlfd-subcategory-list .is-highlighted a{background:var(--zlfd-surface);font-weight:600}.zlfd-subcategory-list small{font-size:11px;color:var(--zlfd-muted)}
.zlfd-price-widget{border:1px solid var(--zlfd-border);border-radius:12px;padding:16px;background:transparent}.zlfd-price-widget .widget-title{display:none}.zlfd-price-widget .price_slider_wrapper .ui-widget-content{background:#d8e0e6;height:5px}.zlfd-price-widget .ui-slider .ui-slider-range,.zlfd-price-widget .ui-slider .ui-slider-handle{background:var(--zlfd-navy)}.zlfd-price-widget .ui-slider .ui-slider-handle{width:14px;height:14px;top:-5px;border-radius:50%}.zlfd-price-widget .button{border-radius:999px;background:var(--zlfd-navy);color:#fff;font-size:11px}.zlfd-price-widget .price_label{font-size:12px;color:var(--zlfd-muted)}
.zlfd-brand-list{display:flex;flex-direction:column;gap:9px}.zlfd-brand-list label{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--zlfd-ink)}.zlfd-brand-list input{width:14px;height:14px}
.zlfd-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--zlfd-border)}.zlfd-result-count,.zlfd-result-count p{margin:0;color:var(--zlfd-muted);font-size:14px}.zlfd-result-count strong{color:var(--zlfd-ink)}.zlfd-toolbar-actions{display:flex;align-items:center;gap:8px}.zlfd-filter-toggle{display:none;align-items:center;gap:7px;border:1px solid var(--zlfd-border);background:transparent;border-radius:999px;height:40px;padding:0 14px;color:var(--zlfd-ink)}.zlfd-filter-toggle svg{width:16px;height:16px}
.zlfd-ordering .woocommerce-ordering{margin:0}.zlfd-ordering select{height:40px;border:1px solid transparent;background:var(--zlfd-surface);border-radius:999px;padding:0 38px 0 16px;font-family:"Space Grotesk",Arial,sans-serif;font-size:13px;box-shadow:none}
.zlfd-view-buttons{display:flex;background:var(--zlfd-surface);border-radius:999px;padding:4px}.zlfd-view-buttons button{display:grid;place-items:center;width:32px;height:32px;border:0;background:transparent;border-radius:50%;color:var(--zlfd-muted)}.zlfd-view-buttons button.is-active{background:#fff;color:var(--zlfd-ink)}.zlfd-view-buttons svg{width:16px;height:16px}
.zlfd-pagination{display:flex;justify-content:center;margin-top:48px}.zlfd-pagination .page-numbers{display:flex;gap:4px;border:0}.zlfd-pagination .page-numbers li{border:0}.zlfd-pagination a,.zlfd-pagination span{display:grid;place-items:center;min-width:40px;height:40px;border-radius:999px;border:0;color:var(--zlfd-ink);font-family:"Space Grotesk",Arial,sans-serif;font-size:13px}.zlfd-pagination .current{background:var(--zlfd-navy);color:#fff}

/* Single product */
.zlfd-single-main{background:var(--zlfd-bg);padding-bottom:32px}
.zlfd-product-breadcrumbs{padding-top:32px}.zlfd-product-breadcrumbs .woocommerce-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:0;color:var(--zlfd-muted);font-size:12px}.zlfd-product-breadcrumbs .woocommerce-breadcrumb a{color:var(--zlfd-muted)}.zlfd-product-breadcrumbs svg{width:12px;height:12px}
.zlfd-product-main-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:40px;margin-top:32px}
.zlfd-product-gallery{display:grid;grid-template-columns:80px minmax(0,1fr);gap:16px}.zlfd-thumbnails{display:flex;flex-direction:column;gap:12px}.zlfd-thumbnails button{aspect-ratio:1/1;border:2px solid transparent;background:#fff;border-radius:12px;overflow:hidden;padding:0}.zlfd-thumbnails button.is-active{border-color:var(--zlfd-navy)}.zlfd-thumbnails img{width:100%;height:100%;object-fit:cover}
.zlfd-main-image-wrap{position:relative;aspect-ratio:1/1;background:var(--zlfd-surface);border-radius:24px;overflow:hidden}.zlfd-main-image-wrap>img{width:100%;height:100%;object-fit:cover}.zlfd-product-discount{position:absolute;top:20px;left:20px;z-index:2;background:var(--zlfd-ink);color:#fff;border-radius:999px;padding:7px 12px;font-family:"Space Grotesk",Arial,sans-serif;font-size:12px;font-weight:600;letter-spacing:.04em}
.zlfd-product-summary{padding-top:16px}.zlfd-product-tags{display:flex;align-items:center;gap:12px;color:var(--zlfd-muted);font-family:"Space Grotesk",Arial,sans-serif;font-size:12px}.zlfd-brand-pill{display:inline-flex;align-items:center;gap:7px;background:var(--zlfd-surface);border-radius:999px;padding:6px 12px;font-weight:600;color:var(--zlfd-ink)}.zlfd-brand-pill i{width:6px;height:6px;border-radius:50%;background:var(--zlfd-navy)}
.zlfd-product-summary h1{font-size:38px;line-height:1.12;font-weight:700;color:var(--zlfd-ink);margin:16px 0 12px}
.zlfd-product-meta-line{display:flex;align-items:center;gap:10px;color:var(--zlfd-muted);font-size:13px}.zlfd-product-meta-line .is-stock{display:inline-flex;align-items:center;gap:5px;color:#267a49}.zlfd-product-meta-line .stock{margin:0;color:inherit;font-size:inherit}.zlfd-product-meta-line svg{width:16px;height:16px}
.zlfd-single-price{display:flex;align-items:baseline;gap:14px;margin-top:24px;font-family:"Space Grotesk",Arial,sans-serif}.zlfd-single-price .price{font-size:40px;font-weight:700;color:var(--zlfd-navy);margin:0}.zlfd-single-price ins{text-decoration:none}.zlfd-single-price del{font-family:"Inter",Arial,sans-serif;font-size:18px;color:var(--zlfd-muted);font-weight:400}.zlfd-saving{margin:3px 0 0;color:var(--zlfd-muted);font-size:12px}
.zlfd-cart-row{display:flex;align-items:center;gap:12px;margin-top:28px}.zlfd-cart-row form.cart{display:flex;align-items:center;gap:12px;flex:1;margin:0!important}.zlfd-cart-row .quantity{display:flex!important;align-items:center;background:var(--zlfd-surface);border-radius:999px;height:48px;padding:0 6px}.zlfd-cart-row .quantity .minus,.zlfd-cart-row .quantity .plus{border:0!important;background:transparent!important;color:var(--zlfd-ink)!important;width:36px;height:36px;min-height:0;box-shadow:none!important}.zlfd-cart-row .quantity input.qty{border:0;background:transparent;box-shadow:none;width:40px;height:46px;font-family:"Space Grotesk",Arial,sans-serif;font-weight:600}.zlfd-cart-row .single_add_to_cart_button{flex:1;min-width:210px;height:48px;border:0!important;border-radius:999px!important;background:var(--zlfd-amber)!important;color:var(--zlfd-ink)!important;font-family:"Space Grotesk",Arial,sans-serif;font-weight:600;box-shadow:0 10px 30px -12px rgba(245,179,45,.7)}.zlfd-round-action{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--zlfd-border);background:transparent;color:var(--zlfd-ink);border-radius:50%}.zlfd-round-action:hover{border-color:#9aabb9}.zlfd-round-action svg{width:20px;height:20px}.zlfd-round-action.is-copied{background:var(--zlfd-amber)}
.zlfd-product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border:1px solid var(--zlfd-border);border-radius:16px;padding:8px;margin-top:28px}.zlfd-product-benefits>div{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:12px}.zlfd-product-benefits svg{width:20px;height:20px;color:var(--zlfd-navy)}.zlfd-product-benefits strong{font-family:"Space Grotesk",Arial,sans-serif;font-size:13px;color:var(--zlfd-ink)}.zlfd-product-benefits span{font-size:11px;color:var(--zlfd-muted)}
.zlfd-tabs-and-tip{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:40px;margin-top:80px}.zlfd-tabs-wrap .woocommerce-tabs{padding:0}.zlfd-tabs-wrap .tabs{display:flex;gap:8px;border-bottom:1px solid var(--zlfd-border);margin:0!important;padding:0!important}.zlfd-tabs-wrap .tabs li{border:0!important;background:transparent!important;margin:0!important;padding:0!important}.zlfd-tabs-wrap .tabs li a{display:block;padding:13px 20px;font-family:"Space Grotesk",Arial,sans-serif;font-size:14px;font-weight:600;color:var(--zlfd-muted);border-bottom:2px solid transparent}.zlfd-tabs-wrap .tabs li.active a{color:var(--zlfd-navy);border-color:var(--zlfd-amber)}.zlfd-tabs-wrap .woocommerce-Tabs-panel{padding:36px 0 0!important;margin:0!important}.zlfd-tabs-wrap .woocommerce-Tabs-panel h2{font-size:28px;color:var(--zlfd-ink);margin-bottom:16px}.zlfd-tabs-wrap .woocommerce-Tabs-panel p,.zlfd-tabs-wrap .woocommerce-Tabs-panel li{font-size:15px;line-height:1.75;color:#344c61}.zlfd-tabs-wrap .shop_attributes{background:#fff;border:1px solid var(--zlfd-border);border-radius:16px;overflow:hidden}.zlfd-tabs-wrap .shop_attributes th,.zlfd-tabs-wrap .shop_attributes td{padding:14px 18px;border-color:var(--zlfd-border)}
.zlfd-fisher-tip{height:max-content;background:var(--zlfd-navy);color:#fff;border-radius:24px;padding:24px}.zlfd-fisher-tip p{font-size:14px;line-height:1.75;color:rgba(255,255,255,.84);margin:14px 0 20px}.zlfd-tip-author{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1)}.zlfd-tip-author>b{display:grid;place-items:center;width:40px;height:40px;background:var(--zlfd-amber);color:var(--zlfd-ink);border-radius:50%;font-family:"Space Grotesk",Arial,sans-serif}.zlfd-tip-author strong{display:block;color:#fff;font-family:"Space Grotesk",Arial,sans-serif;font-size:13px}.zlfd-tip-author small{display:block;color:rgba(255,255,255,.6);font-size:11px;margin-top:2px}
.zlfd-related-products{margin-top:32px}.zlfd-related-products .related>h2{font-size:30px;color:var(--zlfd-ink);margin-bottom:24px}.zlfd-related-products .products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0!important}.zlfd-related-products .product{width:auto!important;max-width:none!important}

@media(max-width:1024px){
  .zlfd-home-hero h1{font-size:58px}
  .zlfd-archive-heading-row h1{font-size:48px}
  .zlfd-product-main-grid{grid-template-columns:1fr 1fr;gap:28px}
  .zlfd-product-summary h1{font-size:32px}
  ul.products.zlfd-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:849px){
  .zlfd-container{width:min(100% - 24px,1280px)}
  .zlfd-active .header-top{display:none}
  .zlfd-active .header-main .header-inner{min-height:58px}
  .zlfd-active .header-bottom{overflow-x:auto}
  .zlfd-home-hero h1{font-size:48px}
  .zlfd-home-hero p{font-size:15px}
  .zlfd-home-trust{margin-top:-52px}
  .zlfd-trust-item{min-height:76px;padding:14px 12px;gap:10px}
  .zlfd-trust-icon{width:36px;height:36px}
  .zlfd-home-section{padding-top:72px}
  .zlfd-section-head h2{font-size:30px}
  .zlfd-guide{padding:36px 26px}.zlfd-guide h2{font-size:36px}
  .zlfd-archive-inner{padding-top:42px;padding-bottom:50px}.zlfd-archive-heading-row{align-items:flex-start;flex-direction:column}.zlfd-archive-heading-row h1{font-size:42px}.zlfd-category-chips{justify-content:flex-start}
  .zlfd-archive-body{grid-template-columns:1fr;gap:20px}.zlfd-filter-sidebar{display:none}.zlfd-filter-sidebar.is-open{display:block}.zlfd-filter-sticky{position:static;background:#fff;border:1px solid var(--zlfd-border);border-radius:16px;padding:18px}.zlfd-filter-toggle{display:inline-flex}
  ul.products.zlfd-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  .zlfd-product-main-grid{grid-template-columns:1fr;gap:30px}.zlfd-product-summary{padding-top:0}.zlfd-product-summary h1{font-size:34px}.zlfd-tabs-and-tip{grid-template-columns:1fr;margin-top:56px}.zlfd-related-products .products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:549px){
  .zlfd-home-hero h1{font-size:42px}
  .zlfd-home-hero p{font-size:14px}
  .zlfd-home-trust .row{border-radius:14px}.zlfd-trust-item{border-right:0;border-bottom:1px solid var(--zlfd-border)}
  .zlfd-section-head{align-items:flex-start;flex-direction:column}.zlfd-section-head p{display:none}.zlfd-section-head h2{font-size:26px}
  .zlfd-category-card{border-radius:16px}.zlfd-category-card h3,.zlfd-category-card.is-large h3{font-size:22px}.zlfd-category-card p{font-size:12px}
  .zlfd-guide{margin-top:72px;padding:30px 20px;border-radius:18px}.zlfd-guide h2{font-size:30px}
  .zlfd-archive-inner{padding-top:34px;padding-bottom:38px}.zlfd-breadcrumbs{font-size:10px}.zlfd-archive-heading-row h1{font-size:36px}.zlfd-archive-heading-row p{font-size:14px}.zlfd-category-chips a{font-size:10px;padding:6px 10px}
  .zlfd-shop-toolbar{align-items:flex-start;flex-direction:column}.zlfd-toolbar-actions{width:100%}.zlfd-ordering{flex:1}.zlfd-ordering select{width:100%}.zlfd-view-buttons{display:none}
  ul.products.zlfd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.zlfd-card-content{padding:12px}.zlfd-card-content h3{font-size:12px;min-height:34px}.zlfd-card-price{font-size:15px}.zlfd-card-heart{top:8px;right:8px;width:28px;height:28px}.zlfd-card-plus{display:none}.zlfd-discount{top:8px;left:8px;font-size:9px;padding:5px 8px}
  .zlfd-product-breadcrumbs{padding-top:20px}.zlfd-product-main-grid{margin-top:20px}.zlfd-product-gallery{grid-template-columns:1fr}.zlfd-thumbnails{order:2;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.zlfd-main-image-wrap{border-radius:18px}.zlfd-product-discount{top:12px;left:12px;font-size:10px}.zlfd-product-summary h1{font-size:30px}.zlfd-single-price .price{font-size:34px}.zlfd-cart-row{align-items:stretch;flex-wrap:wrap}.zlfd-cart-row form.cart{width:100%;flex-basis:100%}.zlfd-cart-row .single_add_to_cart_button{min-width:0}.zlfd-product-benefits{grid-template-columns:repeat(3,1fr)}.zlfd-product-benefits>div{padding:8px}.zlfd-product-benefits strong{font-size:11px}.zlfd-product-benefits span{font-size:9px}.zlfd-tabs-and-tip{margin-top:48px}.zlfd-tabs-wrap .tabs li a{padding:12px 10px;font-size:12px}.zlfd-tabs-wrap .woocommerce-Tabs-panel h2{font-size:24px}.zlfd-tabs-wrap .woocommerce-Tabs-panel p,.zlfd-tabs-wrap .woocommerce-Tabs-panel li{font-size:14px}.zlfd-related-products .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.zlfd-related-products .related>h2{font-size:26px}
}

/* Native Flatsome header/footer integration (v1.2.0) */
/* v1.2.0 corrections: native header, editable native UX Block footer, vertical menu */
.zlfd-home-hero .banner-bg{
  background-image:url('../images/hero-fisherman.jpg')!important;
  background-size:cover!important;
  background-position:center!important;
}
.zlfd-category-card .banner-bg{
  background-image:url('../images/category-stationar.jpg')!important;
  background-size:cover!important;
}
.zlfd-home-products{padding-top:96px!important;padding-bottom:0!important;background:var(--zlfd-bg)}
.zlfd-home-products .zlfd-section-head{margin-bottom:32px}
.zlfd-home-products ul.products.zlfd-product-grid{width:100%;margin:0!important;align-items:stretch;grid-auto-rows:1fr}
.zlfd-home-products .zlfd-product-card{min-width:0;height:100%}
.zlfd-home-products .zlfd-card-link{height:100%}
.zlfd-home-products .zlfd-card-image-wrap{flex:0 0 auto}
.zlfd-home-products + .zlfd-guide{margin-top:96px}
.zlfd-shortcode-grid.columns-6{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:16px!important}
.zlfd-shortcode-grid.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}
.zlfd-shortcode-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}

/* Headerul original Flatsome ramane in DOM; modificam doar aspectul. */
.zlfd-active .header-wrapper,.zlfd-active #header{display:block!important}
.zlfd-active .header-wrapper{background:#fff}
.zlfd-active .header-top{background:var(--zlfd-navy-deep)!important;color:#fff}
.zlfd-active .header-top a,.zlfd-active .header-top .nav>li>a{color:#fff!important}
.zlfd-active .header-main{background:#fff!important;border-bottom:1px solid var(--zlfd-border)}
.zlfd-active .header-main .header-inner{min-height:72px}
.zlfd-active .header-bottom{background:#f8f6f1!important;border-bottom:1px solid var(--zlfd-border)}
.zlfd-active .header-bottom .nav>li>a,.zlfd-active .header-main .nav>li>a{font-family:"Space Grotesk",Arial,sans-serif;font-size:13px;color:rgba(13,34,56,.76)}
.zlfd-active .header-bottom .nav>li>a:hover,.zlfd-active .header-bottom .nav>li.current-menu-item>a{color:var(--zlfd-danger)}
.zlfd-active .header-search-form-wrapper input[type=search],
.zlfd-active .searchform input[type=search]{border:0!important;border-radius:999px!important;background:var(--zlfd-surface)!important;box-shadow:none!important}
.zlfd-active .cart-item .header-cart-link,
.zlfd-active .cart-item>a.header-cart-link{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 14px!important;border-radius:999px;background:var(--zlfd-navy)!important;color:#fff!important}
.zlfd-active .cart-item .header-cart-title,
.zlfd-active .cart-item .cart-price,
.zlfd-active .cart-item .amount,
.zlfd-active .cart-item bdi,
.zlfd-active .cart-item .woocommerce-Price-currencySymbol,
.zlfd-active .cart-item .icon-shopping-bag,
.zlfd-active .cart-item .icon-shopping-cart{color:#fff!important}

/* Meniul vertical este introdus in navigatia Flatsome existenta, fara header paralel. */
.zlfd-native-vertical-item{position:relative;order:-100;margin-right:10px!important}
.zlfd-native-category-row{background:#f8f6f1;border-bottom:1px solid var(--zlfd-border)}
.zlfd-native-category-row>.container{display:flex;align-items:center;min-height:52px}
.zlfd-vertical-menu{position:relative;flex:none}
.zlfd-vertical-trigger{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 13px;border:0;border-radius:999px;background:var(--zlfd-navy);color:#fff;font-family:"Space Grotesk",Arial,sans-serif;font-size:12px;font-weight:600;cursor:pointer;margin:0}
.zlfd-vertical-trigger:hover{background:var(--zlfd-navy-deep);color:#fff}
.zlfd-vertical-trigger .zlfd-icon{width:16px;height:16px}
.zlfd-vertical-trigger .zlfd-icon:last-child{width:14px;height:14px;transition:transform .2s ease}
.zlfd-vertical-menu.is-open .zlfd-vertical-trigger .zlfd-icon:last-child{transform:rotate(180deg)}
.zlfd-vertical-panel{position:absolute;left:0;top:calc(100% + 10px);z-index:10000;width:300px;padding:10px;background:#fff;border:1px solid var(--zlfd-border);border-radius:16px;box-shadow:0 22px 55px -18px rgba(3,26,50,.35);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s ease}
.zlfd-vertical-menu.is-open .zlfd-vertical-panel,.zlfd-vertical-menu:hover .zlfd-vertical-panel{opacity:1;visibility:visible;transform:translateY(0)}
.zlfd-vertical-panel ul{list-style:none;margin:0;padding:0}
.zlfd-vertical-panel>ul>li{position:relative;margin:0}
.zlfd-vertical-panel a{display:flex!important;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:10px 12px!important;border-radius:10px!important;color:var(--zlfd-ink)!important;font-family:"Inter",Arial,sans-serif!important;font-size:13px!important;line-height:1.3;text-transform:none!important}
.zlfd-vertical-panel a:hover{background:var(--zlfd-surface)!important;color:var(--zlfd-ink)!important}
.zlfd-vertical-panel a .zlfd-icon{width:15px;height:15px}
.zlfd-vertical-children{display:none;padding:2px 0 6px 12px!important}
.zlfd-vertical-panel li:hover>.zlfd-vertical-children{display:block}
.zlfd-vertical-children a{font-size:12px!important;color:var(--zlfd-muted)!important;padding-top:7px!important;padding-bottom:7px!important}

/* Footer nativ Flatsome, alimentat de UX Blocks > Zetfish - Footer Lovable. */
.zlfd-active #footer,.zlfd-active .footer-wrapper{display:block!important;background:var(--zlfd-navy)!important}
.zlfd-active #footer .zlfd-footer-main,.zlfd-active #footer .zlfd-footer-bottom{background:var(--zlfd-navy)!important;color:#fff}
.zlfd-active #footer .zlfd-footer-main .section-content,.zlfd-active #footer .zlfd-footer-bottom .section-content{background:transparent!important}
.zlfd-active #footer .zlfd-footer-grid>.col{padding-left:18px;padding-right:18px}
.zlfd-active #footer .zlfd-footer-brand>div{display:flex;align-items:center;gap:10px}
.zlfd-active #footer .zlfd-footer-brand>div>span{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:var(--zlfd-amber);color:var(--zlfd-ink)}
.zlfd-active #footer .zlfd-footer-brand svg{width:20px;height:20px}
.zlfd-active #footer .zlfd-footer-brand strong{font-family:"Space Grotesk",Arial,sans-serif;font-size:20px;color:#fff}
.zlfd-active #footer .zlfd-footer-brand p{max-width:320px;margin:16px 0 0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.65}
.zlfd-active #footer .zlfd-footer-links{list-style:none;padding:0;margin:16px 0 0}
.zlfd-active #footer .zlfd-footer-links li{display:flex;align-items:center;gap:8px;margin:0 0 8px;color:rgba(255,255,255,.8);font-size:14px}
.zlfd-active #footer .zlfd-footer-links a{color:rgba(255,255,255,.8)}
.zlfd-active #footer .zlfd-footer-links a:hover{color:var(--zlfd-amber)}
.zlfd-active #footer .zlfd-footer-mini-icon{display:inline-grid;place-items:center;width:20px;color:var(--zlfd-amber);font-size:13px;flex:none}
.zlfd-active #footer .zlfd-footer-mini-icon svg{width:15px;height:15px}
.zlfd-active #footer .zlfd-footer-bottom{border-top:1px solid rgba(255,255,255,.1)!important;background:var(--zlfd-navy-deep)!important}
.zlfd-active #footer .zlfd-footer-bottom .row{color:rgba(255,255,255,.65);font-size:12px}
.zlfd-footer-block-active #footer .absolute-footer{display:none!important}

@media(max-width:1024px){
  .zlfd-shortcode-grid.columns-6{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:849px){
  .zlfd-active .header-main .header-inner{min-height:58px}
  .zlfd-native-vertical-item{margin-right:4px!important}
  .zlfd-vertical-panel{position:fixed;left:12px;right:12px;top:116px;width:auto;max-height:calc(100vh - 135px);overflow:auto}
  .admin-bar .zlfd-vertical-panel{top:162px}
  .zlfd-home-products{padding-top:72px!important}
  .zlfd-home-products + .zlfd-guide{margin-top:72px}
  .zlfd-shortcode-grid.columns-4,.zlfd-shortcode-grid.columns-6{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
  .zlfd-active #footer .zlfd-footer-grid>.col{padding-left:12px;padding-right:12px}
}
@media(max-width:549px){
  .zlfd-vertical-trigger span{display:none}
  .zlfd-vertical-trigger{width:36px;padding:0;justify-content:center}
  .zlfd-vertical-trigger .zlfd-icon:last-child{display:none}
  .zlfd-shortcode-grid.columns-4,.zlfd-shortcode-grid.columns-6{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
}


/* ================================================================
   v1.3.0: container mai lat, footer Flatsome pastrat, hero lizibil
   ================================================================ */

/* Latime mai mare, identica pe homepage, categorii si produs. */
.zlfd-container{width:min(1400px,calc(100% - 48px))!important;max-width:1400px!important}
.zlfd-active .zlfd-home-trust>.section-content>.row,
.zlfd-active .zlfd-home-section>.section-content>.row,
.zlfd-active .zlfd-home-products>.section-content>.row,
.zlfd-active .zlfd-guide>.section-content>.row{width:calc(100% - 48px)!important;max-width:1400px!important;margin-left:auto!important;margin-right:auto!important}
.zlfd-archive-body{grid-template-columns:280px minmax(0,1fr);gap:48px}
.zlfd-product-main-grid{grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:56px}
.zlfd-tabs-and-tip{grid-template-columns:minmax(0,1fr) 340px;gap:48px}

/* Textul mic din hero este centrat, mai mare si are umbra. */
.zlfd-home-hero .zlfd-hero-kicker,
.zlfd-home-hero .zlfd-eyebrow.is-amber:first-child{
  display:block!important;
  width:100%;
  text-align:center!important;
  font-size:15px!important;
  font-weight:700!important;
  letter-spacing:.19em!important;
  color:#ffd064!important;
  text-shadow:0 2px 4px rgba(0,0,0,.95),0 0 18px rgba(0,0,0,.8)!important;
  margin-bottom:18px!important;
}
.zlfd-home-hero h1,
.zlfd-home-hero p{
  text-shadow:0 3px 12px rgba(0,0,0,.78),0 1px 2px rgba(0,0,0,.95);
}
.zlfd-home-hero:after{
  background:linear-gradient(90deg,rgba(2,20,37,.52) 0%,rgba(2,20,37,.24) 50%,rgba(2,20,37,.42) 100%)!important;
}

/* Produsele similare folosesc aceeasi latime si aceleasi carduri ca sectiunea principala. */
.zlfd-related-products{margin-top:72px!important;margin-bottom:96px!important;width:min(1400px,calc(100% - 48px))!important;max-width:1400px!important}
.zlfd-related-products>h2{font-family:"Space Grotesk",Arial,sans-serif;font-size:34px;line-height:1.15;color:var(--zlfd-ink);margin:0 0 26px;font-weight:700}
.zlfd-related-products ul.products.zlfd-related-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;width:100%!important;margin:0!important;padding:0!important;overflow:visible!important}
.zlfd-related-products .zlfd-product-card{width:auto!important;max-width:none!important;min-width:0!important;height:100%!important}

/* Footerul existent ramane nativ. Pluginul schimba numai paleta de culori. */
.zlfd-active #footer,
.zlfd-active .footer-wrapper,
.zlfd-active #footer .footer,
.zlfd-active #footer .footer-1,
.zlfd-active #footer .footer-2{
  display:block!important;
  background:var(--zlfd-navy)!important;
  color:#fff!important;
}
.zlfd-active #footer .absolute-footer{
  display:block!important;
  background:var(--zlfd-navy-deep)!important;
  color:rgba(255,255,255,.78)!important;
  border-top:1px solid rgba(255,255,255,.09)!important;
}
.zlfd-active #footer h1,
.zlfd-active #footer h2,
.zlfd-active #footer h3,
.zlfd-active #footer h4,
.zlfd-active #footer h5,
.zlfd-active #footer h6,
.zlfd-active #footer .widget-title{color:#fff!important}
.zlfd-active #footer .is-divider,
.zlfd-active #footer .widget-title+div:before{background:var(--zlfd-amber)!important}
.zlfd-active #footer p,
.zlfd-active #footer li,
.zlfd-active #footer span,
.zlfd-active #footer .textwidget{color:rgba(255,255,255,.82)}
.zlfd-active #footer a{color:#fff!important}
.zlfd-active #footer a:hover{color:var(--zlfd-amber)!important}
.zlfd-active #footer .social-icons a,
.zlfd-active #footer .social-icons .button.icon{
  color:#fff!important;
  border-color:rgba(255,255,255,.55)!important;
  background:transparent!important;
}
.zlfd-active #footer .social-icons a:hover,
.zlfd-active #footer .social-icons .button.icon:hover{
  color:var(--zlfd-navy-deep)!important;
  background:var(--zlfd-amber)!important;
  border-color:var(--zlfd-amber)!important;
}
.zlfd-active #footer input[type="email"],
.zlfd-active #footer input[type="text"]{
  background:rgba(255,255,255,.13)!important;
  border-color:rgba(255,255,255,.12)!important;
  color:#fff!important;
}
.zlfd-active #footer input::placeholder{color:rgba(255,255,255,.72)!important}
.zlfd-active #footer input[type="submit"],
.zlfd-active #footer button,
.zlfd-active #footer .button{
  background:var(--zlfd-amber)!important;
  border-color:var(--zlfd-amber)!important;
  color:var(--zlfd-navy-deep)!important;
}
.zlfd-active #footer .footer-secondary,
.zlfd-active #footer .absolute-footer .container{color:rgba(255,255,255,.78)!important}

@media(max-width:1024px){
  .zlfd-container{width:min(100% - 32px,1400px)!important}
  .zlfd-active .zlfd-home-trust>.section-content>.row,
  .zlfd-active .zlfd-home-section>.section-content>.row,
  .zlfd-active .zlfd-home-products>.section-content>.row,
  .zlfd-active .zlfd-guide>.section-content>.row{width:calc(100% - 32px)!important}
  .zlfd-product-main-grid{grid-template-columns:1fr 1fr;gap:32px}
  .zlfd-related-products ul.products.zlfd-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:849px){
  .zlfd-home-hero .zlfd-hero-kicker,
  .zlfd-home-hero .zlfd-eyebrow.is-amber:first-child{font-size:12px!important;line-height:1.45}
  .zlfd-product-main-grid{grid-template-columns:1fr}
  .zlfd-related-products{width:calc(100% - 24px)!important;margin-top:54px!important;margin-bottom:68px!important}
  .zlfd-related-products ul.products.zlfd-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
}
@media(max-width:549px){
  .zlfd-container{width:calc(100% - 24px)!important}
  .zlfd-active .zlfd-home-trust>.section-content>.row,
  .zlfd-active .zlfd-home-section>.section-content>.row,
  .zlfd-active .zlfd-home-products>.section-content>.row,
  .zlfd-active .zlfd-guide>.section-content>.row{width:calc(100% - 24px)!important}
  .zlfd-related-products ul.products.zlfd-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .zlfd-related-products>h2{font-size:26px}
}
