/*
Theme Name: Zenvio
Theme URI: https://example.com/
Author: Zenvio
Description: Premium dark, minimal WooCommerce theme with smooth, performance-friendly motion, WooCommerce layouts, category pages and product interactions.
Version: 3.7.4
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: zenvio
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700&display=swap');

/* ============================================================
   TOKENS
============================================================ */
:root{
  --z-bg:#050505;--z-bg2:#030303;--z-card:#0b0b0b;--z-card2:#101010;
  --z-text:#f5f5f5;--z-muted:#8e8e8e;
  --z-line:rgba(255,255,255,.08);--z-line2:rgba(255,255,255,.04);
  --z-max:1216px;
  --z-ease:cubic-bezier(.16,1,.3,1);
  --z-ease-soft:cubic-bezier(.65,0,.35,1);
  --z-ease-spring:cubic-bezier(.34,1.56,.64,1);
  --z-fast:.35s;--z-med:.6s;--z-slow:.9s;
}

/* ============================================================
   RESET / BASE
============================================================ */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{overscroll-behavior:none;cursor:auto}
body{margin:0;background:var(--z-bg);color:var(--z-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden;position:relative;opacity:0;transition:opacity .45s var(--z-ease);cursor:auto}
body.z-ready{opacity:1}
body.admin-bar .z-header{top:32px}
@media(max-width:782px){body.admin-bar .z-header{top:46px}}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
::selection{background:#fff;color:#000}

/* film-grain texture, purely decorative */
body:before{
  content:'';position:fixed;inset:0;z-index:2;pointer-events:none;opacity:.022;mix-blend-mode:overlay;
  background-image:radial-gradient(rgba(255,255,255,.45) .45px,transparent .45px);
  background-size:4px 4px;
}

html{scrollbar-color:#2a2a2a var(--z-bg);scrollbar-width:thin}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{background:var(--z-bg)}
::-webkit-scrollbar-thumb{background:#242424;border-radius:99px;border:2px solid var(--z-bg)}
::-webkit-scrollbar-thumb:hover{background:#3a3a3a}

.z-container{width:min(var(--z-max),calc(100% - 40px));margin:0 auto;position:relative;z-index:3}
.z-display{font-family:Outfit,Inter,sans-serif;letter-spacing:-.055em}
.z-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:10px;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#a2a2a2}
.z-eyebrow:before{content:'';width:12px;height:12px;flex:none;border-radius:50%;border:1px solid rgba(255,255,255,.28);border-top-color:#fff;animation:z-spin-slow 2.4s linear infinite}
.z-section{padding:96px 0}
.z-muted{color:var(--z-muted)}
.z-fade-in-block{opacity:0;animation:z-fade-up .8s var(--z-ease) forwards .15s}

/* ============================================================
   SCROLL PROGRESS BAR
============================================================ */
.z-progress{position:fixed;top:0;left:0;height:2px;width:0;background:linear-gradient(90deg,#fff,#8a8a8a);z-index:9999;transition:width .12s linear;pointer-events:none}

/* ============================================================
   PRELOADER
============================================================ */
.z-preloader{position:fixed;inset:0;z-index:99999;background:var(--z-bg);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;transition:opacity .7s var(--z-ease),visibility .7s var(--z-ease)}
.z-preloader-mark{font-family:Outfit,sans-serif;font-size:13px;letter-spacing:.4em;text-transform:uppercase;color:#e6e6e6;opacity:.85}
.z-preloader-bar{width:140px;height:1px;background:rgba(255,255,255,.14);position:relative;overflow:hidden}
.z-preloader-bar:after{content:'';position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left;animation:z-preload 1.15s var(--z-ease) forwards .1s}
.z-preloader.is-done{opacity:0;visibility:hidden;pointer-events:none}
.z-page-veil{position:fixed;inset:0;z-index:99998;background:var(--z-bg);opacity:0;pointer-events:none;transition:opacity .45s var(--z-ease-soft)}
.z-page-veil.is-active{opacity:1;pointer-events:all}

/* ============================================================
   CURSOR (desktop / pointer:fine only — JS gates this)
============================================================ */
/* Native system cursor intentionally preserved for a faster, familiar browsing experience. */
.z-cursor,.z-cursor-glow{display:none!important}
.z-has-cursor,.z-has-cursor a,.z-has-cursor button{cursor:auto!important}

/* ============================================================
   BUTTONS (with sheen sweep + magnetic-ready)
============================================================ */
.z-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 29px;border-radius:999px;background:#fff;color:#050505;font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;overflow:hidden;isolation:isolate;transition:transform var(--z-fast) var(--z-ease),box-shadow var(--z-fast) var(--z-ease),background var(--z-fast) var(--z-ease)}
.z-btn:before{content:'';position:absolute;inset:0;left:-60%;width:40%;background:linear-gradient(120deg,transparent,rgba(0,0,0,.14),transparent);transform:skewX(-20deg);transition:left .7s var(--z-ease);z-index:-1}
.z-btn:hover:before{left:130%}
.z-btn:hover{transform:translateY(-2px);box-shadow:0 0 34px rgba(255,255,255,.16)}
.z-btn:active{transform:translateY(0) scale(.97)}
.z-btn-outline{background:transparent;border:1px solid rgba(255,255,255,.22);color:#fff}
.z-btn-outline:before{background:linear-gradient(120deg,transparent,rgba(255,255,255,.22),transparent)}
.z-btn-outline:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.45)}
.z-btn-glow{animation:z-glow-pulse 2.6s ease-in-out infinite}
.z-btn-glow:hover{animation-play-state:paused}

/* underline-draw link style used across footer/menus on hover */
.z-underline{position:relative}
.z-underline:after{content:'';position:absolute;left:0;right:100%;bottom:-2px;height:1px;background:currentColor;transition:right .45s var(--z-ease)}
.z-underline:hover:after{right:0}

/* ============================================================
   TOPBAR / MARQUEE
============================================================ */
.z-topbar{height:30px;overflow:hidden;display:flex;align-items:center;border-bottom:1px solid var(--z-line2);background:#060606;color:#8e8e8e;font-size:9px;letter-spacing:.31em;text-transform:uppercase;white-space:nowrap}
.z-marquee{display:flex;align-items:center;gap:70px;width:max-content;animation:z-marquee 22s linear infinite}
.z-marquee span{display:inline-flex;align-items:center;gap:70px}
.z-topbar:hover .z-marquee{animation-play-state:paused}

/* ============================================================
   HEADER
============================================================ */
.z-header{position:sticky;top:0;z-index:100;background:rgba(5,5,5,.84);border-bottom:1px solid var(--z-line2);backdrop-filter:blur(18px);transition:box-shadow .45s var(--z-ease)}
.z-header.is-scrolled{box-shadow:0 14px 44px rgba(0,0,0,.4)}
.z-nav{height:75px;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:height .4s var(--z-ease)}
.z-header.is-scrolled .z-nav{height:62px}
.z-brand{display:flex;align-items:center;min-width:145px;transition:transform .4s var(--z-ease)}
.z-brand:hover{transform:scale(1.03)}
.z-brand img{display:block;width:105px;height:48px;object-fit:contain;transition:width .4s var(--z-ease),height .4s var(--z-ease)}
.z-header.is-scrolled .z-brand img{width:90px;height:40px}
.z-menu{display:flex;align-items:center;justify-content:center;gap:27px;flex:1}
.z-menu a{position:relative;display:inline-block;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#9b9b9b;transition:color .25s ease}
.z-menu a:after{content:'';position:absolute;left:50%;right:50%;bottom:-8px;height:1px;background:#fff;transition:left .4s var(--z-ease),right .4s var(--z-ease)}
.z-menu a:hover,.z-menu .current-menu-item>a{color:#fff}
.z-menu a:hover:after,.z-menu .current-menu-item>a:after{left:0;right:0}
.z-nav-actions{display:flex;align-items:center;gap:13px;min-width:145px;justify-content:flex-end}
.z-icon-link{width:41px;height:41px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:50%;transition:.35s var(--z-ease)}
.z-icon-link:hover{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.05);transform:translateY(-2px) rotate(-6deg)}
.z-bag-count{position:absolute;right:-3px;top:-3px;min-width:18px;height:18px;border-radius:999px;background:#fff;color:#000;font-size:9px;font-weight:800;display:grid;place-items:center;transition:transform .25s var(--z-ease-spring)}
.z-bag-count.is-bumped{animation:z-pulse .5s var(--z-ease-spring)}
.z-mobile{display:none;background:none;border:0;color:#fff;font-size:20px;transition:transform .3s var(--z-ease)}
.z-mobile:active{transform:scale(.85)}
.z-mobile-panel{display:none}

/* ============================================================
   HERO
============================================================ */
.z-hero{min-height:calc(100dvh - 105px);position:relative;display:flex;align-items:flex-end;overflow:hidden;border-bottom:1px solid var(--z-line2);background:#000}
.z-hero-media{position:absolute;inset:-4%;background:radial-gradient(ellipse at 70% 25%,rgba(255,255,255,.13),transparent 48%),radial-gradient(ellipse at 25% 70%,rgba(255,255,255,.06),transparent 42%),linear-gradient(125deg,#030303,#0b0b0b 55%,#050505);transition:transform .2s linear}
.z-hero-media:after{content:'';position:absolute;inset:-20%;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.035) 48%,transparent 60%);animation:z-sweep 11s ease-in-out infinite}
.z-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(4px);background:radial-gradient(circle,rgba(255,255,255,.09),transparent 72%);animation:z-blob 16s ease-in-out infinite}
.z-orb-a{width:460px;height:460px;top:-10%;right:6%}
.z-orb-b{width:360px;height:360px;bottom:-8%;left:2%;animation-delay:-6s;animation-duration:19s}
.z-hero-inner{position:relative;z-index:2;padding:110px 0 80px}
.z-hero h1{margin:16px 0 22px;font:400 clamp(62px,9vw,130px)/.84 Outfit,Inter,sans-serif;letter-spacing:-.075em;max-width:950px}
.z-hero h1 span{background:linear-gradient(100deg,#6b6b6b 30%,#fff 50%,#6b6b6b 70%);background-size:220% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:z-shimmer-text 4.5s linear infinite}
.z-word{display:inline-block;overflow:hidden;vertical-align:top;padding-bottom:.08em;margin-bottom:-.08em}
.z-word i{display:inline-block;font-style:normal;transform:translateY(115%);animation:z-word-in .95s var(--z-ease) forwards;animation-delay:calc(var(--i,0) * 55ms)}
.z-hero p{max-width:560px;color:#9e9e9e;font-size:14px;line-height:1.85;opacity:0;animation:z-fade-up .9s var(--z-ease) forwards .5s}
.z-hero-actions{display:flex;gap:12px;margin-top:32px;opacity:0;animation:z-fade-up .9s var(--z-ease) forwards .68s}
.z-float{animation:z-float 6s ease-in-out infinite}
.z-shine{overflow:hidden;position:relative}
.z-shine:after{content:'';position:absolute;inset:-20% auto -20% -50%;width:45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent);transform:skewX(-18deg);animation:z-shine 8s ease-in-out infinite}
.z-scroll-cue{position:absolute;right:calc(50% - min(var(--z-max),calc(100% - 40px))/2);bottom:34px;z-index:2;display:flex;flex-direction:column;align-items:center;gap:10px;color:#6f6f6f;font-size:9px;letter-spacing:.24em;text-transform:uppercase}
.z-scroll-cue i{width:1px;height:34px;background:linear-gradient(180deg,#fff,transparent);animation:z-scrolldown 2s ease-in-out infinite}

/* ============================================================
   SCROLL-REVEAL ENGINE
============================================================ */
.z-reveal{opacity:0;transform:translateY(26px);transition:opacity .7s var(--z-ease),transform .7s var(--z-ease);transition-delay:calc(var(--i,0) * 55ms);will-change:opacity,transform}
.z-reveal.is-visible{opacity:1;transform:translateY(0)}
.z-reveal-scale{opacity:0;transform:scale(.95) translateY(14px);transition:opacity .7s var(--z-ease),transform .7s var(--z-ease);transition-delay:calc(var(--i,0) * 55ms);will-change:opacity,transform}
.z-reveal-scale.is-visible{opacity:1;transform:scale(1) translateY(0)}
noscript ~ .z-reveal,.no-js .z-reveal,.no-js .z-reveal-scale{opacity:1!important;transform:none!important}

/* ============================================================
   SECTION HEADING
============================================================ */
.z-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}
.z-heading h2{margin:8px 0 0;font:400 clamp(34px,4vw,56px)/1 Outfit;letter-spacing:-.055em}

/* ============================================================
   CATEGORY GRID (tilt on hover)
============================================================ */
.z-cat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;perspective:1200px}
.z-cat{min-height:230px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border:1px solid var(--z-line2);border-radius:20px;background:linear-gradient(150deg,#101010,#070707);transition:transform .55s var(--z-ease),border-color .4s,box-shadow .55s}
.z-cat:hover{border-color:rgba(255,255,255,.22);box-shadow:0 26px 70px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.025) inset;transform:translateY(-5px)}
.z-cat-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.36;filter:saturate(.2);transform:scale(1.02) translateZ(0);transition:transform .7s ease,opacity .5s}
.z-cat:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.92) 90%)}
.z-cat:hover .z-cat-bg{opacity:.54;transform:scale(1.1)}
.z-cat-copy{position:relative;z-index:2;padding:20px;transform:translateZ(40px)}
.z-cat-copy small{display:block;color:#6f6f6f;font-size:9px;letter-spacing:.22em;text-transform:uppercase}
.z-cat-copy strong{display:block;margin-top:8px;font:400 20px Outfit;line-height:1.05}
.z-cat-arrow{position:absolute;z-index:3;top:18px;right:18px;width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;font-size:13px;opacity:0;transform:translate(-6px,6px) rotate(-40deg);transition:opacity .4s var(--z-ease),transform .4s var(--z-ease)}
.z-cat:hover .z-cat-arrow{opacity:1;transform:translate(0,0) rotate(0)}

/* ============================================================
   SHOP / CATEGORY PAGE MOTION
============================================================ */
.z-page-head{position:relative;overflow:hidden;padding:96px 0 56px;min-height:260px}
.z-page-head:before{content:"";position:absolute;inset:10% -10% auto 45%;height:360px;background:radial-gradient(circle,rgba(255,255,255,.10),transparent 65%);filter:blur(18px);pointer-events:none;animation:z-glow-shift 7s ease-in-out infinite}
.z-page-head:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);animation:z-line-scan 5s ease-in-out infinite}
.z-page-head>*{position:relative;z-index:2}
.z-page-head h1{margin:14px 0 0;font:400 clamp(48px,7vw,86px)/.95 Outfit,Inter,sans-serif;letter-spacing:-.065em}
.z-page-head .z-muted{animation:z-fade-up .8s var(--z-ease) .18s both}
.z-shop-body{padding-bottom:80px}
.z-shop-body .woocommerce{position:relative}
.z-shop-body .woocommerce:before{content:"";position:absolute;inset:0 -8%;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.018) 50%,transparent 100%);transform:translateX(-100%);animation:z-section-sweep 9s ease-in-out infinite;pointer-events:none}
.z-shop-body .woocommerce ul.products{position:relative;z-index:2}
.z-shop-head .z-orb{z-index:0;pointer-events:none}
.z-empty-state{position:relative;margin:10px 0 80px;padding:70px 30px;text-align:center;border:1px solid var(--z-line2);border-radius:24px;background:linear-gradient(145deg,#0d0d0d,#070707);overflow:hidden;animation:z-empty-in .8s var(--z-ease) both}
.z-empty-state:before{content:"";position:absolute;width:280px;height:280px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.09),transparent 68%);animation:z-empty-pulse 4s ease-in-out infinite}
.z-empty-state>*{position:relative;z-index:1}
.z-empty-state h2{margin:0 0 10px;font:400 34px Outfit;letter-spacing:-.04em}
.z-empty-state p{margin:0 auto 24px;max-width:520px;color:#858585;line-height:1.7}

/* ============================================================
   PRODUCT GRID
============================================================ */
.z-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;perspective:1400px}
.z-product{min-width:0}
.z-product-media{position:relative;aspect-ratio:1/1.1;overflow:hidden;border:1px solid var(--z-line2);border-radius:20px;background:#0a0a0a;transition:transform .55s var(--z-ease),border-color .4s,box-shadow .55s}
.z-product-media img{display:block;width:100%;height:100%;padding:10px;object-fit:contain;transition:transform .7s var(--z-ease)}
.z-product:hover .z-product-media img{transform:scale(1.055)}
.z-product:hover .z-product-media{border-color:rgba(255,255,255,.20);box-shadow:0 20px 55px rgba(0,0,0,.38)}
.z-product-badge{position:absolute;left:13px;top:13px;z-index:2;padding:7px 10px;background:#fff;color:#000;border-radius:999px;font-size:8px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.z-product-media:after{content:'View Product';position:absolute;left:50%;bottom:14px;z-index:2;transform:translate(-50%,12px);opacity:0;padding:9px 16px;background:rgba(255,255,255,.95);color:#000;font-size:8px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;border-radius:999px;transition:opacity .4s var(--z-ease),transform .4s var(--z-ease);pointer-events:none}
.z-product:hover .z-product-media:after{opacity:1;transform:translate(-50%,0)}
.z-product-info{padding:14px 3px}
.z-product-info h3{margin:0 0 6px;font:400 16px Outfit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.z-price{font-size:12px;color:#ddd}
.z-price del{color:#626262;margin-left:6px}
.z-product-actions{margin-top:12px;display:flex;justify-content:space-between;align-items:center;gap:10px}
.z-product-actions .z-btn{min-height:42px;padding:0 18px;font-size:9px}
.z-product-actions .z-quick{color:#888;font-size:9px;letter-spacing:.12em;text-transform:uppercase}

/* ============================================================
   STATS STRIP (animated counters)
============================================================ */
.z-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.z-stat{padding:30px 22px;border:1px solid var(--z-line2);border-radius:18px;background:rgba(255,255,255,.018);text-align:center;transition:border-color .4s,transform .5s var(--z-ease)}
.z-stat:hover{border-color:rgba(255,255,255,.18);transform:translateY(-4px)}
.z-stat strong{display:block;font:400 clamp(30px,3.4vw,44px)/1 Outfit;letter-spacing:-.03em}
.z-stat span{display:block;margin-top:8px;font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:#7e7e7e}

/* ============================================================
   TRUST
============================================================ */
.z-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.z-trust-item{padding:20px;border:1px solid var(--z-line2);border-radius:18px;background:rgba(255,255,255,.018);transition:border-color .4s,transform .5s var(--z-ease)}
.z-trust-item:hover{border-color:rgba(255,255,255,.16);transform:translateY(-3px)}
.z-trust-item strong{display:block;font:400 16px Outfit;margin-bottom:5px}
.z-trust-item span{display:block;font-size:11px;line-height:1.7;color:#7e7e7e}

/* ============================================================
   PAGE HEAD / CHIPS
============================================================ */
.z-page-head{position:relative;overflow:hidden;padding:82px 0 45px;border-bottom:1px solid var(--z-line2)}
.z-page-head:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at top,rgba(255,255,255,.075),transparent 58%);animation:z-glow-shift 6s ease-in-out infinite}
.z-page-head h1{position:relative;z-index:2;margin:10px 0 0;font:400 clamp(48px,7vw,86px)/.95 Outfit;letter-spacing:-.065em;background:linear-gradient(100deg,#c9c9c9 30%,#fff 50%,#c9c9c9 70%);background-size:220% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:z-shimmer-text 5s linear infinite}
.z-page-head .z-eyebrow,.z-page-head p{position:relative;z-index:2}
.z-shop-head .z-orb{opacity:.5}
.z-chips{display:flex;gap:9px;overflow-x:auto;padding-bottom:4px}
.z-chip{display:inline-flex;align-items:center;min-height:38px;padding:0 15px;border:1px solid rgba(255,255,255,.13);border-radius:999px;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#a4a4a4;white-space:nowrap;transition:.3s var(--z-ease)}
.z-chip:hover,.z-chip.active{background:#fff;color:#000;border-color:#fff}

/* ============================================================
   WOOCOMMERCE
============================================================ */
.woocommerce,.woocommerce-page{color:#eee}
.woocommerce-breadcrumb{margin:32px 0 26px!important;color:#666!important;font-size:10px!important;letter-spacing:.15em!important;text-transform:uppercase}
.woocommerce-breadcrumb a{color:#9b9b9b!important;transition:color .25s}
.woocommerce-breadcrumb a:hover{color:#fff!important}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{color:#777!important;font-size:10px!important;letter-spacing:.1em}
.woocommerce .woocommerce-ordering select{background:#090909;color:#ddd;border:1px solid var(--z-line);border-radius:999px;padding:9px 13px;transition:border-color .3s}
.woocommerce .woocommerce-ordering select:hover{border-color:rgba(255,255,255,.3)}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin:30px 0!important;perspective:1400px}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important;padding:0!important}
.woocommerce ul.products li.product a img{width:100%!important;height:100%!important;aspect-ratio:1/1.1;object-fit:contain!important;background:#0a0a0a;border:1px solid var(--z-line2);border-radius:20px;padding:10px;margin:0 0 13px!important;transition:transform .7s var(--z-ease),border-color .4s!important}
.woocommerce ul.products li.product:hover a img{transform:scale(1.05)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0!important;color:#fff!important;font:400 16px Outfit!important}
.woocommerce ul.products li.product .price{color:#ddd!important;font-size:12px!important}
.woocommerce ul.products li.product .price del{color:#626262}
.woocommerce ul.products li.product .button{margin-top:10px!important;transition:transform .35s var(--z-ease),box-shadow .35s var(--z-ease)!important}
.woocommerce ul.products li.product .button:hover{transform:translateY(-2px);box-shadow:0 0 24px rgba(255,255,255,.14)}
.woocommerce span.onsale{min-height:0!important;min-width:0!important;padding:7px 10px!important;line-height:1!important;border-radius:999px!important;background:#fff!important;color:#000!important;font-size:8px!important;font-weight:800!important;letter-spacing:.15em!important;text-transform:uppercase!important;top:13px!important;left:13px!important;right:auto!important}

.woocommerce div.product{padding:10px 0 50px}
.woocommerce div.product div.images{width:55%!important;margin:0!important}
.woocommerce div.product div.summary{width:40%!important;margin:0!important}
.woocommerce div.product div.summary .product_title{font:400 clamp(40px,5vw,68px)/.93 Outfit!important;letter-spacing:-.06em!important;color:#fff}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:#fff!important;font-size:20px!important}
.woocommerce div.product .woocommerce-product-details__short-description{color:#999;font-size:13px;line-height:1.85}
.woocommerce div.product form.cart{margin:28px 0!important}
.woocommerce .quantity .qty{height:48px;background:#080808!important;color:#fff!important;border:1px solid var(--z-line)!important;border-radius:999px!important;padding:0 13px!important;transition:border-color .3s}
.woocommerce .quantity .qty:focus{border-color:rgba(255,255,255,.5)!important;outline:none}
.woocommerce div.product form.cart .button{position:relative;overflow:hidden;background:#fff!important;color:#000!important;border-radius:999px!important;min-height:48px!important;padding:0 30px!important;font-size:10px!important;font-weight:800!important;letter-spacing:.18em!important;text-transform:uppercase;transition:transform .35s var(--z-ease),box-shadow .35s var(--z-ease)}
.woocommerce div.product form.cart .button:hover{transform:translateY(-2px);box-shadow:0 0 30px rgba(255,255,255,.14)}
.woocommerce div.product .product_meta{border-top:1px solid var(--z-line2);padding-top:18px;color:#6f6f6f;font-size:10px;letter-spacing:.1em}
.woocommerce div.product .product_meta a{color:#a7a7a7;transition:color .25s}
.woocommerce div.product .product_meta a:hover{color:#fff}

.z-product-gallery{position:relative}
.z-product-main{position:relative;overflow:hidden;border-radius:22px;background:#090909}
.z-product-main img{width:100%;height:min(70vh,680px);display:block;object-fit:contain;padding:8px}
.z-gallery-arrow{position:absolute;top:50%;z-index:5;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.17);border-radius:50%;background:rgba(0,0,0,.5);color:#fff;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(12px);transition:.35s var(--z-ease)}
.z-gallery-arrow:hover{background:#fff;color:#000;border-color:#fff;transform:translateY(-50%) scale(1.08)}
.z-gallery-prev{left:14px}
.z-gallery-next{right:14px}
.z-thumbs{display:flex;gap:9px;overflow-x:auto;margin-top:11px;padding-bottom:4px}
.z-thumb{flex:0 0 76px;height:76px;background:#0a0a0a;border:1px solid var(--z-line2);border-radius:12px;overflow:hidden;padding:3px;cursor:pointer;transition:border-color .3s,transform .3s var(--z-ease)}
.z-thumb:hover{transform:translateY(-2px)}
.z-thumb.active{border-color:rgba(255,255,255,.72)}
.z-thumb img{width:100%;height:100%;object-fit:contain}

.woocommerce div.product .woocommerce-tabs{margin-top:55px!important}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;margin:0 0 25px!important;border-bottom:1px solid var(--z-line2)}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:none!important;border:0!important;margin:0 24px 0 0!important;padding:0 0 14px!important;transition:border-color .3s}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom:1px solid #fff!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:9px!important;letter-spacing:.18em;text-transform:uppercase;color:#838383;transition:color .25s}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff!important}
.woocommerce div.product .woocommerce-tabs .panel{color:#999;font-size:13px;line-height:1.9;animation:z-fade-up .5s var(--z-ease)}
.woocommerce .related.products{margin-top:70px}
.woocommerce .related.products>h2{font:400 40px Outfit;color:#fff}

.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{padding:58px 0}
.woocommerce table.shop_table{background:#0b0b0b!important;border:1px solid var(--z-line2)!important;border-radius:18px!important;overflow:hidden;color:#ddd}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:var(--z-line2)!important;padding:15px!important}
.woocommerce table.shop_table th{color:#777!important;font-size:9px!important;letter-spacing:.15em;text-transform:uppercase}
.woocommerce table.shop_table tr{transition:background .3s}
.woocommerce table.shop_table tr:hover{background:rgba(255,255,255,.02)}
.woocommerce .cart_totals,.woocommerce-checkout #order_review{background:#0b0b0b;border:1px solid var(--z-line2);border-radius:18px;padding:24px}
.woocommerce .cart_totals h2,.woocommerce-checkout #order_review_heading{font:400 28px Outfit!important;color:#fff!important}
.woocommerce form .form-row label{color:#888!important;font-size:9px!important;text-transform:uppercase;letter-spacing:.13em}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{background:#090909!important;color:#fff!important;border:1px solid var(--z-line)!important;border-radius:10px!important;padding:13px!important;min-height:48px;transition:border-color .3s}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,.woocommerce form .form-row select:focus{border-color:rgba(255,255,255,.5)!important;outline:none}
.woocommerce-checkout #payment{background:#0b0b0b!important;border:1px solid var(--z-line2);border-radius:15px}
.woocommerce-checkout #payment div.payment_box{background:#111!important;color:#aaa!important}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#0b0b0b!important;color:#ddd!important;border-top-color:#fff!important;animation:z-fade-up .5s var(--z-ease)}
.woocommerce a.remove{color:#888!important;transition:.3s}
.woocommerce a.remove:hover{background:#fff!important;color:#000!important}
.woocommerce .wc-proceed-to-checkout a.checkout-button{width:100%;margin:0}
.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details{background:#0b0b0b;border:1px solid var(--z-line2);border-radius:18px;padding:20px}
.woocommerce .woocommerce-customer-details h2,.woocommerce .woocommerce-order-details h2{font:400 26px Outfit;color:#fff}

/* ============================================================
   FOOTER
============================================================ */
.z-footer{margin-top:40px;border-top:1px solid var(--z-line2);padding:70px 0 30px}
.z-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:50px}
.z-footer p,.z-footer li,.z-footer a{font-size:12px;line-height:1.85;color:#878787}
.z-footer a{position:relative;display:inline-block;transition:color .3s}
.z-footer a:after{content:'';position:absolute;left:0;right:100%;bottom:-1px;height:1px;background:currentColor;transition:right .45s var(--z-ease)}
.z-footer a:hover{color:#fff}
.z-footer a:hover:after{right:0}
.z-footer h3{font:400 15px Outfit;margin:0 0 15px}
.z-footer-bottom{border-top:1px solid var(--z-line2);margin-top:45px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#626262;font-size:9px;letter-spacing:.12em;text-transform:uppercase}

/* ============================================================
   KEYFRAMES
============================================================ */
@keyframes z-sweep{0%,20%{transform:translateX(-120%)}70%,100%{transform:translateX(120%)}}
@keyframes z-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes z-shine{0%,60%,100%{transform:translateX(-160%) skewX(-18deg)}75%{transform:translateX(420%) skewX(-18deg)}}
@keyframes z-marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes z-preload{0%{transform:scaleX(0)}100%{transform:scaleX(1)}}
@keyframes z-fade-up{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes z-blob{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(26px,-22px) scale(1.08)}66%{transform:translate(-18px,20px) scale(.95)}}
@keyframes z-pulse{0%{transform:scale(1)}35%{transform:scale(1.4)}65%{transform:scale(.92)}100%{transform:scale(1)}}
@keyframes z-word-in{to{transform:translateY(0)}}
@keyframes z-scrolldown{0%{transform:scaleY(0);transform-origin:top}45%{transform:scaleY(1);transform-origin:top}55%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}
@keyframes z-spin-slow{to{transform:rotate(360deg)}}
@keyframes z-glow-pulse{0%,100%{box-shadow:0 0 0 rgba(255,255,255,0)}50%{box-shadow:0 0 34px rgba(255,255,255,.35)}}
@keyframes z-shimmer-text{0%{background-position:200% center}100%{background-position:-40% center}}
@keyframes z-glow-shift{0%,100%{opacity:.7;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}

/* ============================================================
   RESPONSIVE
============================================================ */
@media(max-width:980px){
  .z-menu{display:none}
  .z-mobile{display:block}
  .z-nav-actions{min-width:auto}
  .z-mobile-panel{display:none}
  .z-mobile-panel.open{display:block;border-top:1px solid var(--z-line2);padding:8px 20px 18px;background:rgba(5,5,5,.97);animation:z-fade-up .35s var(--z-ease)}
  .z-mobile-panel a{display:block;padding:13px 0;border-bottom:1px solid var(--z-line2);font-size:11px;text-transform:uppercase;letter-spacing:.16em}
  .z-cat-grid{grid-template-columns:repeat(2,1fr)}
  .z-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .z-stats{grid-template-columns:repeat(2,1fr)}
  .z-footer-grid{grid-template-columns:repeat(2,1fr)}
  .woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%!important;float:none!important}
  .woocommerce div.product div.summary{margin-top:35px!important}
  .z-has-cursor{cursor:auto}
  .z-cursor,.z-cursor-glow{display:none}
}
@media(max-width:600px){
  .z-container{width:min(var(--z-max),calc(100% - 28px))}
  .z-topbar{font-size:8px;letter-spacing:.18em}
  .z-nav{height:64px}
  .z-brand{min-width:auto}
  .z-brand img{width:92px;height:43px}
  .z-nav-actions{gap:8px}
  .z-hero{min-height:calc(100dvh - 94px)}
  .z-hero-inner{padding:90px 0 58px}
  .z-hero h1{font-size:58px}
  .z-hero-actions{flex-direction:column;align-items:flex-start}
  .z-section{padding:65px 0}
  .z-cat-grid{grid-template-columns:1fr 1fr;gap:9px}
  .z-cat{min-height:165px}
  .z-cat-copy strong{font-size:16px}
  .z-trust{grid-template-columns:1fr}
  .z-stats{grid-template-columns:1fr 1fr;gap:9px}
  .z-stat{padding:22px 14px}
  .z-heading{align-items:flex-start;flex-direction:column}
  .z-footer-grid{grid-template-columns:1fr}
  .z-footer-bottom{flex-direction:column}
  .woocommerce ul.products{gap:10px!important}
  .woocommerce .products .product .button{font-size:8px!important;padding:0 15px!important}
  .z-product-main img{height:70vw;max-height:540px}
  .z-scroll-cue{display:none}
}

@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
  .z-reveal,.z-reveal-scale{opacity:1!important;transform:none!important}
  .z-cursor,.z-cursor-glow{display:none!important}
  body{opacity:1!important}
}


/* ============================================================
   PERFORMANCE + EXTRA MOTION
============================================================ */
.woocommerce ul.products{position:relative}
.woocommerce ul.products:after{content:"";position:absolute;left:0;right:0;top:-18px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);animation:z-line-scan 6s ease-in-out infinite;pointer-events:none}
.woocommerce ul.products li.product{position:relative;transition:transform .5s var(--z-ease),opacity .7s var(--z-ease);}
.woocommerce ul.products li.product:hover{transform:translateY(-6px)}
.woocommerce ul.products li.product:before{content:"";position:absolute;inset:-1px;border-radius:21px;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.08),transparent 48%);opacity:0;transition:opacity .45s var(--z-ease);pointer-events:none}
.woocommerce ul.products li.product:hover:before{opacity:1}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{animation:z-fade-up .6s var(--z-ease) .12s both}
.woocommerce .woocommerce-ordering select{background:#0b0b0b;color:#ddd;border:1px solid var(--z-line);border-radius:999px;padding:10px 35px 10px 14px}
@keyframes z-line-scan{0%,100%{transform:scaleX(.35);opacity:.15}50%{transform:scaleX(1);opacity:.8}}
@keyframes z-section-sweep{0%,55%{transform:translateX(-100%)}72%,100%{transform:translateX(100%)}}
@keyframes z-empty-in{from{opacity:0;transform:translateY(22px) scale(.985)}to{opacity:1;transform:none}}
@keyframes z-empty-pulse{0%,100%{opacity:.35;transform:translate(-50%,-50%) scale(.88)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.08)}}

@media(max-width:980px){.z-page-head{padding:70px 0 44px}}
@media(max-width:600px){.z-page-head{padding:55px 0 38px;min-height:210px}.z-page-head h1{font-size:48px}.z-empty-state{padding:55px 20px}}

/* ============================================================
   ZENVIO MOTION SYSTEM 3.3
   Smooth, composited animation only. No custom cursor, no mouse
   tracking loops, no layout-heavy effects.
============================================================ */
:root{
  --z-ease-smooth:cubic-bezier(.22,1,.36,1);
  --z-ease-soft:cubic-bezier(.16,1,.3,1);
}
/* Subtle monochrome texture only. The old animated color-noise layer caused the
   heavy grain shown on the hero and made the page feel laggy. */
body:before{
  content:"";position:fixed;inset:0;z-index:9998;pointer-events:none;opacity:.018;
  background-image:radial-gradient(rgba(255,255,255,.45) .45px,transparent .45px);
  background-size:5px 5px;
  mix-blend-mode:overlay;
}
body:after{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;
  background-image:url('assets/images/zenvio-ambient.webp');background-size:720px 720px;
  background-position:70% 12%;background-repeat:no-repeat;opacity:.55;
}
.z-hero,.z-section,.z-page-head,.z-footer,.z-shop-body{isolation:isolate}
.z-hero:after,.z-page-head:after,.z-section:after{
  content:"";position:absolute;left:7%;right:7%;bottom:0;height:1px;pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
  transform-origin:center;animation:z-line-breathe 5.5s ease-in-out infinite;
}
.z-hero{position:relative;overflow:hidden}
.z-hero:before{
  content:"";position:absolute;width:42vw;height:42vw;max-width:620px;max-height:620px;right:-10vw;top:10%;
  border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.055),transparent 68%);
  filter:blur(2px);pointer-events:none;animation:z-orb-breathe 9s ease-in-out infinite;
}
.z-hero-media{transform:translateZ(0)}
.z-hero-media:before{
  content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.045) 50%,transparent 65%);
  transform:translateX(-120%);animation:z-hero-sheen 10s var(--z-ease-smooth) infinite;pointer-events:none;z-index:1;
}
.z-cat,.z-product,.z-trust-item,.z-stat,.woocommerce ul.products li.product{will-change:transform}
.z-cat,.z-product-media,.z-trust-item,.z-stat,.woocommerce ul.products li.product,.z-btn,.z-icon-link{
  backface-visibility:hidden;transform:translateZ(0);
}
.z-cat:before,.z-product-media:before,.woocommerce ul.products li.product:after{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;opacity:0;
  background:linear-gradient(115deg,transparent 28%,rgba(255,255,255,.11) 50%,transparent 72%);
  transform:translateX(-120%);transition:opacity .35s ease;z-index:4;
}
.z-cat:hover:before,.z-product:hover .z-product-media:before,.woocommerce ul.products li.product:hover:after{
  opacity:1;animation:z-card-sheen 1.05s var(--z-ease-smooth) forwards;
}
.z-cat:after,.z-product-media:after,.woocommerce ul.products li.product:before{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.z-btn{overflow:hidden;position:relative}
.z-btn:before{
  content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 35%,rgba(255,255,255,.32),transparent 65%);
  transform:translateX(-130%);pointer-events:none;
}
.z-btn:hover:before{animation:z-button-sheen .85s var(--z-ease-smooth)}
.z-icon-link{transition:transform .35s var(--z-ease-smooth),border-color .35s,background-color .35s}
.z-icon-link:hover{transform:translateY(-2px) scale(1.04)}
.z-brand img{transition:transform .6s var(--z-ease-smooth),filter .5s ease}
.z-brand:hover img{transform:scale(1.035);filter:drop-shadow(0 0 12px rgba(255,255,255,.14))}
.z-display{animation:z-display-in .95s var(--z-ease-smooth) both}
.z-eyebrow{animation:z-eyebrow-in .8s var(--z-ease-smooth) both}
.z-word{display:inline}
.z-word i{display:inline;font-style:normal;transform:none;animation:none}
.z-reveal,.z-reveal-scale{will-change:opacity,transform}
.z-reveal-scale{transition:opacity .75s var(--z-ease-smooth),transform .75s var(--z-ease-smooth)}
.z-reveal-scale.is-visible{transform:none}
.z-product-media img,.woocommerce ul.products li.product img{will-change:transform;transition:transform .75s var(--z-ease-smooth),filter .5s ease}
.z-product:hover .z-product-media img,.woocommerce ul.products li.product:hover img{transform:scale(1.045);filter:brightness(1.04)}
.woocommerce .woocommerce-loop-product__link{display:block}
.woocommerce ul.products li.product .button{position:relative;overflow:hidden;transition:transform .35s var(--z-ease-smooth),background .35s,color .35s}
.woocommerce ul.products li.product .button:hover{transform:translateY(-2px)}
.z-empty-state{box-shadow:0 30px 100px rgba(0,0,0,.22)}
.z-empty-state:after{
  content:"";position:absolute;left:15%;right:15%;bottom:22px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);animation:z-line-breathe 4s ease-in-out infinite;
}
.z-page-head .z-display{animation:z-page-title-in 1s var(--z-ease-smooth) both}
.z-shop-body{animation:z-content-in .9s var(--z-ease-smooth) .12s both}
.z-footer-grid>div{transition:transform .5s var(--z-ease-smooth)}
.z-footer-grid>div:hover{transform:translateY(-3px)}
.z-progress{transform-origin:left center;will-change:transform}

/* Lightweight ambient motion. These are transform/opacity only. */
@keyframes z-noise-drift{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(-12px,8px,0)}}
@keyframes z-orb-breathe{0%,100%{transform:translate3d(0,0,0) scale(.96);opacity:.45}50%{transform:translate3d(-18px,14px,0) scale(1.04);opacity:.8}}
@keyframes z-hero-sheen{0%,60%{transform:translateX(-120%)}82%,100%{transform:translateX(120%)}}
@keyframes z-card-sheen{0%{transform:translateX(-120%)}100%{transform:translateX(120%)}}
@keyframes z-button-sheen{0%{transform:translateX(-130%)}100%{transform:translateX(130%)}}
@keyframes z-line-breathe{0%,100%{transform:scaleX(.25);opacity:.18}50%{transform:scaleX(1);opacity:.65}}
@keyframes z-display-in{from{opacity:0;transform:translate3d(0,20px,0);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}
@keyframes z-eyebrow-in{from{opacity:0;letter-spacing:.42em;transform:translate3d(0,8px,0)}to{opacity:1;letter-spacing:.2em;transform:none}}
@keyframes z-word-lift{to{transform:translateY(0)}}
@keyframes z-page-title-in{from{opacity:0;transform:translate3d(0,28px,0) scale(.985)}to{opacity:1;transform:none}}
@keyframes z-content-in{from{opacity:0;transform:translate3d(0,12px,0)}to{opacity:1;transform:none}}

@media(max-width:600px){
  body:before{opacity:.035}
  .z-hero:before{width:85vw;height:85vw;right:-30vw;top:24%}
  .z-cat:hover:before,.z-product:hover .z-product-media:before,.woocommerce ul.products li.product:hover:after{animation:none;opacity:0}
}
@media(prefers-reduced-motion:reduce){
  body:before,.z-hero:before,.z-hero-media:before,.z-hero:after,.z-page-head:after,.z-section:after,.z-empty-state:after{animation:none!important}
  .z-word i{animation:none!important;transform:none!important}
}
.z-hero-media{
  background-image:radial-gradient(ellipse at 72% 22%,rgba(255,255,255,.105),transparent 42%),radial-gradient(ellipse at 24% 72%,rgba(255,255,255,.045),transparent 40%),linear-gradient(125deg,#030303,#0b0b0b 55%,#050505);
}


/* ============================================================
   ZENVIO 3.4 — CLEAN HERO + THEME SWITCH
============================================================ */
.z-hero h1{
  opacity:0;
  transform:translateY(18px);
  animation:z-hero-title-in .9s var(--z-ease-smooth) .12s forwards;
}
.z-hero h1 span{
  display:inline;
}
.z-hero p{animation-delay:.35s}
.z-hero-actions{animation-delay:.5s}

@keyframes z-hero-title-in{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}

.z-theme-toggle{
  width:44px;height:44px;border:1px solid var(--z-line);border-radius:50%;
  background:var(--z-card);color:var(--z-text);display:inline-grid;place-items:center;
  cursor:pointer;position:relative;overflow:hidden;
  transition:transform .35s var(--z-ease-smooth),background-color .35s,border-color .35s,color .35s;
}
.z-theme-toggle:hover{transform:translateY(-2px) rotate(7deg)}
.z-theme-toggle:active{transform:scale(.94)}
.z-theme-toggle .z-theme-icon{font-size:15px;line-height:1;transition:transform .45s var(--z-ease-smooth)}
.z-theme-toggle .z-theme-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

html.z-light{
  --z-bg:#f5f5f2;
  --z-bg2:#ffffff;
  --z-card:#ffffff;
  --z-card2:#eeeeea;
  --z-text:#101010;
  --z-muted:#666662;
  --z-line:rgba(0,0,0,.12);
  --z-line2:rgba(0,0,0,.06);
}
html.z-light body{background:var(--z-bg);color:var(--z-text)}
html.z-light body:before{opacity:.012;mix-blend-mode:multiply}
html.z-light .z-topbar,
html.z-light .z-header{background:rgba(245,245,242,.88);color:var(--z-text);border-color:var(--z-line)}
html.z-light .z-hero{background:#f5f5f2}
html.z-light .z-hero-media{
  background:
    radial-gradient(ellipse at 72% 22%,rgba(0,0,0,.08),transparent 42%),
    radial-gradient(ellipse at 24% 72%,rgba(0,0,0,.035),transparent 40%),
    linear-gradient(125deg,#f7f7f4,#ecece8 55%,#f4f4f1);
}
html.z-light .z-hero h1 span{
  background:linear-gradient(100deg,#707070 30%,#111 50%,#707070 70%);
  background-size:220% auto;
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
html.z-light .z-eyebrow,
html.z-light .z-muted,
html.z-light .z-hero p{color:#666662}
html.z-light .z-eyebrow:before{border-color:rgba(0,0,0,.2);border-top-color:#111}
html.z-light .z-btn-outline{color:#111;border-color:rgba(0,0,0,.18)}
html.z-light .z-btn-outline:hover{background:#111;color:#fff;border-color:#111}
html.z-light .z-icon-link,
html.z-light .z-theme-toggle{background:#fff;color:#111;border-color:rgba(0,0,0,.12)}
html.z-light .z-cat,
html.z-light .z-product-media,
html.z-light .z-trust-item,
html.z-light .z-stat,
html.z-light .z-empty-state,
html.z-light .woocommerce ul.products li.product,
html.z-light .woocommerce .woocommerce-customer-details,
html.z-light .woocommerce .woocommerce-order-details{background:#fff;border-color:rgba(0,0,0,.08)}
html.z-light .z-cat:before,
html.z-light .z-product-media:before,
html.z-light .woocommerce ul.products li.product:after{
  background:linear-gradient(115deg,transparent 28%,rgba(0,0,0,.08) 50%,transparent 72%);
}
html.z-light .z-product-info h3,
html.z-light .woocommerce ul.products li.product .woocommerce-loop-product__title,
html.z-light .woocommerce div.product .product_title{color:#111}
html.z-light .z-product-info,
html.z-light .woocommerce ul.products li.product .price,
html.z-light .woocommerce div.product p.price{color:#444}
html.z-light .woocommerce input,
html.z-light .woocommerce textarea,
html.z-light .woocommerce select,
html.z-light .woocommerce .woocommerce-input-wrapper input,
html.z-light .woocommerce .woocommerce-input-wrapper textarea,
html.z-light .woocommerce .woocommerce-input-wrapper select,
html.z-light .woocommerce .woocommerce-ordering select{
  background:#fff;color:#111;border-color:rgba(0,0,0,.14)
}
html.z-light .z-footer{background:#f0f0ec}
html.z-light .z-footer p,
html.z-light .z-footer li,
html.z-light .z-footer a{color:#666}
html.z-light .z-footer a:hover{color:#111}
html.z-light .z-footer h3{color:#111}
html.z-light .z-progress{background:linear-gradient(90deg,#111,#777)}
html.z-light .z-preloader,
html.z-light .z-page-veil{background:#f5f5f2;color:#111}
html.z-light .z-preloader-mark{color:#111}
html.z-light .z-preloader-bar{background:rgba(0,0,0,.12)}
html.z-light .z-preloader-bar:after{background:#111}
html.z-light ::-webkit-scrollbar-track{background:#f5f5f2}
html.z-light ::-webkit-scrollbar-thumb{background:#cfcfca;border-color:#f5f5f2}
html.z-light .z-mobile-panel{background:rgba(245,245,242,.98);color:#111}
html.z-light .z-mobile-panel a{color:#111}
html.z-light .z-scroll-cue{color:#666}
html.z-light .z-scroll-cue i{background:linear-gradient(180deg,#111,transparent)}
html.z-light .z-hero-media:before{
  background:linear-gradient(115deg,transparent 35%,rgba(0,0,0,.035) 50%,transparent 65%);
}
html.z-light .z-orb{background:radial-gradient(circle,rgba(0,0,0,.055),transparent 72%)}
html.z-light .z-shine:after{background:linear-gradient(90deg,transparent,rgba(0,0,0,.08),transparent)}

@media(max-width:980px){
  .z-theme-toggle{width:40px;height:40px}
}
@media(max-width:600px){
  .z-theme-toggle{width:38px;height:38px}
}
@media(prefers-reduced-motion:reduce){
  .z-hero h1{opacity:1;transform:none;animation:none}
  .z-theme-toggle{transition:none}
}

/* ============================================================
   ZENVIO 3.5 — EDITORIAL ABOUT / CONTACT / CHECKOUT
============================================================ */
.z-inner-page{min-height:40vh}
.z-page-lead{max-width:650px;margin:24px 0 0;color:#949494;font-size:14px;line-height:1.9;animation:z-fade-up .8s var(--z-ease) .2s both}
.z-page-head h1 span{color:#8e8e8e}
.z-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
.z-about-statement h2{font-size:clamp(46px,6vw,78px);line-height:.98;margin:18px 0 0}
.z-about-statement h2 span{color:#777}
.z-about-copy{max-width:610px;padding-top:10px}
.z-about-copy p{margin:0 0 22px;color:#9a9a9a;font-size:14px;line-height:2}
.z-value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.z-value-card,.z-help-item{position:relative;min-height:240px;padding:26px;border:1px solid var(--z-line2);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.005));overflow:hidden;transition:transform .5s var(--z-ease),border-color .4s,background .4s}
.z-value-card:before,.z-help-item:before{content:'';position:absolute;inset:auto -20% -45% 20%;height:160px;background:radial-gradient(circle,rgba(255,255,255,.09),transparent 68%);filter:blur(14px);transition:transform .7s var(--z-ease)}
.z-value-card:hover,.z-help-item:hover{transform:translateY(-7px);border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.035)}
.z-value-card:hover:before,.z-help-item:hover:before{transform:translateY(-25px)}
.z-value-card>*,.z-help-item>*{position:relative;z-index:1}
.z-value-card span,.z-help-item span{font-size:9px;letter-spacing:.2em;color:#696969}
.z-value-card h3,.z-help-item h3{margin:70px 0 10px;font:400 22px Outfit}
.z-value-card p,.z-help-item p{margin:0;color:#858585;font-size:12px;line-height:1.75}
.z-editorial-card{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:44px;border:1px solid var(--z-line2);border-radius:26px;background:radial-gradient(circle at 75% 30%,rgba(255,255,255,.09),transparent 35%),#0a0a0a;overflow:hidden}
.z-editorial-card h2{font-size:clamp(38px,5vw,64px);margin:14px 0 0}
.z-contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:stretch}
.z-contact-card{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:170px;padding:28px;border:1px solid var(--z-line2);border-radius:22px;background:#0a0a0a;overflow:hidden;transition:transform .5s var(--z-ease),border-color .4s,background .4s}
.z-contact-card:before{content:'';position:absolute;inset:-40% 30% auto -20%;height:200px;background:radial-gradient(circle,rgba(255,255,255,.09),transparent 65%);filter:blur(15px);opacity:.55;transition:transform .7s var(--z-ease)}
.z-contact-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.16);background:#0d0d0d}
.z-contact-card:hover:before{transform:translate(35px,25px)}
.z-contact-card>*{position:relative;z-index:1}
.z-contact-main{min-height:470px;padding:42px}
.z-contact-main h2{font-size:clamp(52px,6vw,84px);margin:18px 0 12px}
.z-contact-main p{max-width:430px;color:#8b8b8b;line-height:1.9;font-size:13px}
.z-contact-big{margin-top:38px;font:400 clamp(27px,3vw,42px) Outfit;letter-spacing:-.03em;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--z-line);padding-bottom:18px}
.z-contact-big span,.z-contact-arrow{color:#777;transition:transform .35s var(--z-ease),color .35s}
.z-contact-card:hover .z-contact-arrow,.z-contact-big:hover span{transform:translate(4px,-4px);color:#fff}
.z-contact-note,.z-contact-label{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#696969}
.z-contact-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.z-contact-list .z-contact-card{min-height:226px}
.z-contact-card strong{margin-top:12px;font:400 22px Outfit;line-height:1.2;color:var(--z-text);overflow-wrap:anywhere}
.z-contact-help{padding-top:30px}
.z-help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.z-help-item{min-height:220px}
.z-help-item h3{margin-top:70px}
.z-checkout-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:42px;padding:34px 0 30px;border-bottom:1px solid var(--z-line2)}
.z-checkout-intro h1{margin:13px 0 8px;font:400 clamp(42px,5vw,66px)/.95 Outfit;letter-spacing:-.055em}
.z-checkout-intro p{max-width:560px;margin:0;color:#888;font-size:13px;line-height:1.8}
.z-checkout-trust{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.z-checkout-trust span{padding:9px 12px;border:1px solid var(--z-line2);border-radius:999px;color:#888;font-size:8px;letter-spacing:.13em;text-transform:uppercase;background:rgba(255,255,255,.018)}
.z-checkout-note{margin-top:24px;padding:18px 20px;border:1px solid var(--z-line2);border-radius:16px;display:flex;justify-content:space-between;gap:20px;align-items:center;background:rgba(255,255,255,.018)}
.z-checkout-note strong{font:400 16px Outfit;color:var(--z-text)}
.z-checkout-note span{color:#777;font-size:11px;line-height:1.7;max-width:680px}
.woocommerce-checkout .col2-set{display:grid;grid-template-columns:1.08fr .92fr;gap:26px}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{width:100%;float:none}
.woocommerce-checkout .woocommerce-checkout-review-order{position:sticky;top:100px}
.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{box-shadow:0 20px 70px rgba(0,0,0,.18)}
.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-additional-fields h3{font:400 26px Outfit!important;color:var(--z-text)!important;margin-bottom:22px}
.woocommerce-checkout .woocommerce form .form-row{margin-bottom:16px}
.woocommerce-checkout #place_order{min-height:54px!important;border-radius:999px!important;background:#fff!important;color:#000!important;font-size:10px!important;font-weight:800!important;letter-spacing:.18em!important;text-transform:uppercase!important;transition:transform .35s var(--z-ease),box-shadow .35s var(--z-ease)!important}
.woocommerce-checkout #place_order:hover{transform:translateY(-2px);box-shadow:0 0 35px rgba(255,255,255,.15)}
html.z-light .z-value-card,html.z-light .z-help-item,html.z-light .z-contact-card,html.z-light .z-editorial-card{background:#fff;border-color:rgba(0,0,0,.08)}
html.z-light .z-value-card:before,html.z-light .z-help-item:before,html.z-light .z-contact-card:before{background:radial-gradient(circle,rgba(0,0,0,.07),transparent 68%)}
html.z-light .z-contact-main p,html.z-light .z-about-copy p,html.z-light .z-value-card p,html.z-light .z-help-item p,html.z-light .z-contact-note,html.z-light .z-contact-label,html.z-light .z-contact-arrow,html.z-light .z-checkout-intro p,html.z-light .z-checkout-note span{color:#666}
html.z-light .z-contact-card strong,html.z-light .z-contact-big,html.z-light .z-checkout-intro h1,html.z-light .z-checkout-note strong{color:#111}
html.z-light .z-checkout-trust span{background:rgba(0,0,0,.02);color:#555;border-color:rgba(0,0,0,.08)}
@media(max-width:980px){
 .z-value-grid{grid-template-columns:repeat(2,1fr)}
 .z-about-grid,.z-contact-grid{grid-template-columns:1fr;gap:40px}
 .z-contact-main{min-height:360px}
 .z-checkout-intro{align-items:flex-start;flex-direction:column}
 .z-checkout-trust{justify-content:flex-start}
 .woocommerce-checkout .col2-set{grid-template-columns:1fr}
 .woocommerce-checkout .woocommerce-checkout-review-order{position:static}
}
@media(max-width:600px){
 .z-value-grid,.z-help-grid,.z-contact-list{grid-template-columns:1fr}
 .z-value-card,.z-help-item,.z-contact-list .z-contact-card{min-height:190px}
 .z-contact-main{padding:28px;min-height:390px}
 .z-contact-big{font-size:25px}
 .z-editorial-card{padding:30px;align-items:flex-start;flex-direction:column}
 .z-checkout-note{align-items:flex-start;flex-direction:column}
}

/* ============================================================
   ZENVIO 3.6 — PREMIUM PAGE POLISH
============================================================ */
.z-about-hero,.z-contact-hero{min-height:330px}
.z-about-hero .z-page-lead,.z-contact-hero .z-page-lead{max-width:720px}
.z-about-hero-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.z-about-hero-meta span{padding:9px 12px;border:1px solid var(--z-line2);border-radius:999px;color:#7f7f7f;font-size:8px;letter-spacing:.16em;text-transform:uppercase;background:rgba(255,255,255,.018)}
.z-about-story{padding-top:95px}
.z-about-statement{position:relative;min-height:310px}
.z-about-orbit{position:relative;width:170px;height:170px;margin-top:35px;opacity:.6}
.z-about-orbit:before,.z-about-orbit:after{content:"";position:absolute;inset:10px;border:1px solid rgba(255,255,255,.09);border-radius:50%}
.z-about-orbit:after{inset:28px;border-color:rgba(255,255,255,.05)}
.z-about-orbit i{position:absolute;width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 22px rgba(255,255,255,.35)}
.z-about-orbit i:nth-child(1){top:15px;left:78px;animation:zOrbit 6s linear infinite}
.z-about-orbit i:nth-child(2){bottom:28px;right:25px;animation:zOrbit 8s linear infinite reverse}
.z-about-orbit i:nth-child(3){bottom:28px;left:27px;animation:zOrbit 7s linear infinite}
@keyframes zOrbit{from{transform:rotate(0deg) translateX(72px) rotate(0deg)}to{transform:rotate(360deg) translateX(72px) rotate(-360deg)}}
.z-principle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.z-principle-card{position:relative;min-height:270px;padding:28px;border:1px solid var(--z-line2);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.005));overflow:hidden;transition:transform .5s var(--z-ease),border-color .4s}
.z-principle-card:hover{transform:translateY(-7px);border-color:rgba(255,255,255,.17)}
.z-principle-card:before{content:"";position:absolute;width:180px;height:180px;right:-70px;bottom:-80px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.09),transparent 68%);filter:blur(12px);transition:transform .7s var(--z-ease)}
.z-principle-card:hover:before{transform:translate(-15px,-20px) scale(1.15)}
.z-principle-card>*{position:relative;z-index:1}
.z-principle-number{font-size:9px;letter-spacing:.2em;color:#696969}
.z-principle-card h3{margin:68px 0 10px;font:400 26px Outfit}
.z-principle-card p{margin:0;color:#858585;font-size:12px;line-height:1.8;max-width:310px}
.z-principle-line{display:block;width:55px;height:1px;background:#fff;opacity:.5;margin-top:23px;transform-origin:left;transition:transform .45s var(--z-ease)}
.z-principle-card:hover .z-principle-line{transform:scaleX(1.8)}
.z-editorial-copy{max-width:520px;color:#888;line-height:1.8;font-size:12px}
.z-editorial-actions{display:flex;gap:10px;flex-wrap:wrap}
.z-contact-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;padding:8px 11px;border:1px solid var(--z-line2);border-radius:999px;color:#777;font-size:8px;letter-spacing:.14em;text-transform:uppercase;width:max-content}
.z-status-dot{width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 15px rgba(255,255,255,.4);animation:zStatus 2.5s ease-in-out infinite}
@keyframes zStatus{0%,100%{opacity:.45;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}}
.z-contact-cta{margin-top:24px}
.z-contact-icon{display:inline-grid;place-items:center;width:36px;height:36px;border:1px solid var(--z-line2);border-radius:50%;font-size:14px;color:#aaa;margin-bottom:auto}
.z-contact-bottom{padding-top:25px}
.z-contact-bottom-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:18px;align-items:stretch}
.z-contact-bottom-copy,.z-contact-mini-card{border:1px solid var(--z-line2);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.005));padding:34px;position:relative;overflow:hidden}
.z-contact-bottom-copy:after{content:"";position:absolute;width:380px;height:380px;right:-140px;top:-180px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 68%);filter:blur(14px)}
.z-contact-bottom-copy h2{position:relative;z-index:1;font-size:clamp(38px,5vw,64px);line-height:1;margin:15px 0 0}
.z-contact-bottom-copy h2 span{color:#777}
.z-contact-mini-card{display:flex;flex-direction:column;justify-content:center;gap:8px}
.z-contact-mini-card>a{font:400 22px Outfit;color:var(--z-text);transition:transform .35s var(--z-ease),color .35s}
.z-contact-mini-card>a:hover{transform:translateX(5px);color:#fff}
.z-contact-mini-card p{margin:10px 0 0;color:#777;font-size:11px;line-height:1.7}
html.z-light .z-about-hero-meta span,html.z-light .z-contact-kicker{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.08);color:#555}
html.z-light .z-principle-card,html.z-light .z-contact-bottom-copy,html.z-light .z-contact-mini-card{background:#fff;border-color:rgba(0,0,0,.08)}
html.z-light .z-principle-card p,html.z-light .z-section-note,html.z-light .z-editorial-copy,html.z-light .z-contact-mini-card p{color:#666}
html.z-light .z-principle-card:before,html.z-light .z-contact-bottom-copy:after{background:radial-gradient(circle,rgba(0,0,0,.06),transparent 68%)}
@media(max-width:980px){.z-principle-grid{grid-template-columns:1fr 1fr}.z-contact-bottom-grid{grid-template-columns:1fr}}
@media(max-width:600px){.z-about-hero,.z-contact-hero{min-height:290px}.z-about-orbit{width:135px;height:135px}.z-principle-grid{grid-template-columns:1fr}.z-about-hero-meta{gap:6px}.z-about-hero-meta span{font-size:7px}.z-contact-bottom-copy,.z-contact-mini-card{padding:25px}}

/* ZENVIO PRODUCT LAYOUT FIX — keep gallery and summary in their intended columns */
.woocommerce div.product div.images,
.woocommerce div.product div.summary{float:none!important;display:block!important;box-sizing:border-box!important}
.woocommerce div.product{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(320px,.78fr)!important;gap:clamp(28px,5vw,76px)!important;align-items:start!important}
.woocommerce div.product div.images{width:100%!important;grid-column:1!important;grid-row:1!important;margin:0!important}
.woocommerce div.product div.summary{width:100%!important;grid-column:2!important;grid-row:1!important;margin:0!important;position:relative!important}
.woocommerce div.product .z-product-gallery{width:100%!important;display:block!important}
.woocommerce div.product .z-product-main{width:100%!important;min-height:420px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.woocommerce div.product .z-product-main img{position:relative!important;inset:auto!important;width:100%!important;max-width:100%!important;height:min(70vh,680px)!important;object-fit:contain!important;object-position:center!important;margin:0!important;padding:8px!important}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{margin:0!important}
.woocommerce div.product div.images .woocommerce-product-gallery__image{margin:0!important}
@media(max-width:980px){
 .woocommerce div.product{display:block!important}
 .woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%!important;grid-column:auto!important;grid-row:auto!important}
 .woocommerce div.product div.summary{margin-top:35px!important}
 .woocommerce div.product .z-product-main{min-height:0!important}
}
@media(max-width:600px){
 .woocommerce div.product .z-product-main img{height:70vw!important;max-height:540px!important}
}

/* ============================================================
   ZENVIO 3.7.3 — CHINA EDIT COLLECTION
============================================================ */
.z-china-hero{min-height:350px;position:relative;overflow:hidden}
.z-china-hero:before{content:"";position:absolute;width:560px;height:560px;right:-180px;top:-260px;border-radius:50%;border:1px solid rgba(255,255,255,.055);box-shadow:0 0 100px rgba(255,255,255,.035);animation:zChinaFloat 9s ease-in-out infinite}
.z-china-hero:after{content:"";position:absolute;width:220px;height:220px;right:100px;bottom:-150px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 68%);filter:blur(12px);animation:zChinaGlow 6s ease-in-out infinite alternate}
.z-china-hero .z-container{position:relative;z-index:2}
@keyframes zChinaFloat{0%,100%{transform:translate3d(0,0,0) rotate(0deg)}50%{transform:translate3d(-18px,14px,0) rotate(8deg)}}
@keyframes zChinaGlow{from{transform:scale(.85);opacity:.35}to{transform:scale(1.15);opacity:.8}}
.z-china-intro{padding-top:95px}
.z-china-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.z-china-intro-copy{max-width:580px;color:#858585;font-size:12px;line-height:1.9}
.z-china-intro-copy p{margin:0 0 18px}
.z-china-products{padding-top:35px}
.z-china-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.z-china-card{min-width:0}
.z-china-card>a{display:block;color:inherit}
.z-china-media{position:relative;aspect-ratio:1/1;display:grid;place-items:center;border:1px solid var(--z-line2);border-radius:20px;overflow:hidden;background:#0c0c0c;transition:transform .45s var(--z-ease),border-color .4s,background .4s}
.z-china-card:hover .z-china-media{transform:translateY(-6px);border-color:rgba(255,255,255,.18);background:#111}
.z-china-media img{width:100%;height:100%;object-fit:contain;transition:transform .65s var(--z-ease)}
.z-china-card:hover .z-china-media img{transform:scale(1.045)}
.z-china-badge{position:absolute;z-index:2;top:12px;left:12px;padding:7px 9px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(5,5,5,.68);backdrop-filter:blur(8px);color:#aaa;font-size:7px;letter-spacing:.16em}
.z-china-info{padding:13px 2px 4px}
.z-china-info h3{font:400 13px Outfit;margin:0 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.z-china-info .z-price{font-size:11px}
.z-china-empty{grid-column:1/-1;padding:65px 30px;border:1px solid var(--z-line2);border-radius:24px;text-align:center;background:linear-gradient(145deg,rgba(255,255,255,.025),transparent)}
.z-china-empty h3{font:400 30px Outfit;margin:12px 0}
.z-china-empty p{max-width:600px;margin:0 auto 24px;color:#777;font-size:11px;line-height:1.8}
html.z-light .z-china-hero:before{border-color:rgba(0,0,0,.07)}
html.z-light .z-china-media{background:#fafafa;border-color:rgba(0,0,0,.08)}
html.z-light .z-china-card:hover .z-china-media{background:#fff;border-color:rgba(0,0,0,.16)}
html.z-light .z-china-badge{background:rgba(255,255,255,.78);border-color:rgba(0,0,0,.08);color:#555}
@media(max-width:980px){.z-china-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.z-china-intro-grid{grid-template-columns:1fr;gap:25px}.z-china-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.z-china-hero{min-height:300px}}
@media(prefers-reduced-motion:reduce){.z-china-hero:before,.z-china-hero:after{animation:none}}

/* ============================================================
   ZENVIO 3.7.4 — MOBILE MENU + LIGHT MODE POLISH
============================================================ */
@media(max-width:980px){
  /* The mobile panel contains the same nav element that is hidden
     by the desktop .z-menu rule, so explicitly re-enable it here. */
  .z-mobile-panel .z-menu{display:block!important}
  .z-mobile-panel .z-menu a{display:block}
  .z-mobile-panel.open{display:block!important;max-height:calc(100dvh - 86px);overflow:auto}
  .z-mobile-panel .z-menu .z-china-menu-item a{color:var(--z-text)}
  body.z-menu-open{overflow:hidden}
}
html.z-light{
  --z-bg:#f4f4f0;
  --z-bg2:#ffffff;
  --z-card:#ffffff;
  --z-card2:#f0f0ec;
  --z-text:#121212;
  --z-muted:#666661;
  --z-line:rgba(0,0,0,.11);
  --z-line2:rgba(0,0,0,.065);
}
html.z-light body:before{opacity:.008;mix-blend-mode:multiply}
html.z-light .z-topbar{background:#111;color:#fff;border-color:#111}
html.z-light .z-header{background:rgba(248,248,244,.92);border-color:var(--z-line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
html.z-light .z-brand img{filter:invert(1);mix-blend-mode:multiply}
html.z-light .z-mobile{color:#111}
html.z-light .z-mobile-panel{background:rgba(248,248,244,.98);border-color:var(--z-line)}
html.z-light .z-mobile-panel a{color:#111;border-color:rgba(0,0,0,.08)}
html.z-light .z-mobile-panel .z-china-menu-item a{font-weight:600}
html.z-light .z-section{background:transparent}
html.z-light .z-hero{background:var(--z-bg)}
html.z-light .z-hero-media{opacity:.8}
html.z-light .z-cat,
html.z-light .z-product-card,
html.z-light .z-product-media,
html.z-light .z-trust-item,
html.z-light .z-stat,
html.z-light .z-principle-card,
html.z-light .z-value-card,
html.z-light .z-help-item,
html.z-light .z-contact-card,
html.z-light .z-contact-bottom-copy,
html.z-light .z-contact-mini-card,
html.z-light .z-editorial-card,
html.z-light .z-empty-state,
html.z-light .z-china-media,
html.z-light .z-china-empty{
  background:linear-gradient(145deg,#fff,#f8f8f5);
  border-color:rgba(0,0,0,.09);
  box-shadow:0 10px 35px rgba(0,0,0,.035);
}
html.z-light .z-cat:hover,
html.z-light .z-product-card:hover,
html.z-light .z-principle-card:hover,
html.z-light .z-value-card:hover,
html.z-light .z-help-item:hover,
html.z-light .z-contact-card:hover{border-color:rgba(0,0,0,.17);box-shadow:0 20px 55px rgba(0,0,0,.07)}
html.z-light .z-display,
html.z-light h1,html.z-light h2,html.z-light h3,html.z-light h4{color:#111}
html.z-light .z-page-lead,
html.z-light .z-about-copy p,
html.z-light .z-contact-card p,
html.z-light .z-section-note,
html.z-light .z-editorial-copy,
html.z-light .z-china-intro-copy,
html.z-light .z-china-empty p{color:#62625d}
html.z-light .z-eyebrow{color:#555550}
html.z-light .z-eyebrow:before{border-color:rgba(0,0,0,.22);border-top-color:#111}
html.z-light .z-about-hero-meta span{background:rgba(0,0,0,.025);border-color:rgba(0,0,0,.09);color:#555}
html.z-light .z-btn-glow{background:#111;color:#fff;box-shadow:0 12px 35px rgba(0,0,0,.14)}
html.z-light .z-btn-outline{color:#111;border-color:rgba(0,0,0,.16)}
html.z-light .z-btn-outline:hover{background:#111;color:#fff}
html.z-light .z-product-info h3,
html.z-light .woocommerce-loop-product__title,
html.z-light .woocommerce div.product .product_title{color:#111}
html.z-light .z-product-info,
html.z-light .woocommerce ul.products li.product .price,
html.z-light .woocommerce div.product p.price{color:#333}
html.z-light .woocommerce div.product form.cart .quantity input,
html.z-light .woocommerce input.input-text,
html.z-light .woocommerce textarea,
html.z-light .woocommerce select,
html.z-light .select2-container .select2-selection--single{background:#fff;color:#111;border-color:rgba(0,0,0,.13)}
html.z-light .woocommerce-message,
html.z-light .woocommerce-info,
html.z-light .woocommerce-error{background:#fff;color:#333;border-color:rgba(0,0,0,.1)}
html.z-light .z-footer{background:#e9e9e4;border-color:rgba(0,0,0,.08)}
html.z-light .z-footer h3{color:#111}
html.z-light .z-footer a,html.z-light .z-footer p,html.z-light .z-footer li{color:#5f5f5a}
html.z-light .z-theme-toggle{background:#fff;color:#111;border-color:rgba(0,0,0,.12)}
html.z-light .z-icon-link{background:#fff;color:#111;border-color:rgba(0,0,0,.12)}
html.z-light .z-progress{background:linear-gradient(90deg,#111,#777)}
html.z-light ::selection{background:#111;color:#fff}
@media(max-width:600px){
  html.z-light .z-header{background:rgba(248,248,244,.96)}
  .z-mobile-panel.open{box-shadow:0 20px 45px rgba(0,0,0,.12)}
}
