:root{--blue:#4f7fa6;--navy:#18324a;--text:#23384a;--muted:#7a8996;--line:#e8edf3;--soft:#f5f8fa}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}.page-width{width:min(1420px,calc(100% - 48px));margin:auto}.topbar{background:#f6f8fb;border-bottom:1px solid var(--line);padding:9px 20px;text-align:center;font-size:12px;color:#53657a}.site-header{position:sticky;top:0;z-index:99;background:#fffffffa;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}.brand{text-decoration:none}.brand img{max-height:38px;width:auto;display:block}.brand-text{font-size:28px;font-weight:900;letter-spacing:-1.6px;color:var(--navy)}.brand-text strong{color:var(--blue)}.desktop-nav{display:flex;justify-content:center;gap:26px;align-items:center}.desktop-nav>a,.nav-dd>a{font-size:14px;text-decoration:none;color:#1c3047;font-weight:700}.desktop-nav>a:hover,.nav-dd>a:hover{color:var(--blue)}.nav-dd{position:relative;padding:26px 0}.mega,.mini-dd{display:none;position:absolute;top:65px;left:-20px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 40px #061a341f;padding:20px;z-index:120}.mega{width:720px;grid-template-columns:repeat(4,1fr);gap:26px}.mini-dd{width:210px}.nav-dd:hover .mega{display:grid}.nav-dd:hover .mini-dd{display:flex;flex-direction:column}.mega>div{display:flex;flex-direction:column;gap:9px}.mega strong{font-size:13px;color:var(--navy);margin-bottom:3px}.mega a,.mini-dd a{font-size:13px;text-decoration:none;color:#607185;margin:5px 0}.mega a:hover,.mini-dd a:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:15px}.header-actions>a{font-size:19px;text-decoration:none;color:var(--navy);position:relative}.cart span{position:absolute;top:-6px;right:-9px;width:16px;height:16px;border-radius:50%;background:var(--blue);color:#fff;font-size:9px;display:grid;place-items:center}.mobile-menu{display:none;position:relative}.mobile-menu summary{list-style:none;font-size:22px;cursor:pointer}.mobile-panel{position:absolute;right:0;top:36px;width:250px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 15px 40px #061a341f;padding:12px}.mobile-panel a{display:block;padding:10px;text-decoration:none;color:var(--text);font-weight:700}.clean-hero{position:relative;min-height:480px;background:#f4f8fc;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-img{width:100%;height:100%;object-fit:cover}.hero-fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fffffffa,#ffffffeb 34%,#ffffff26 62%,#fff0 78%)}.clean-hero-inner{position:relative;z-index:2;min-height:480px;display:flex;align-items:center}.hero-copy{max-width:560px}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:900;color:var(--blue);display:block;margin-bottom:12px}.hero-copy h1{font-size:58px;line-height:1;letter-spacing:-.045em;margin:0;color:var(--navy)}.hero-copy p{font-size:18px;line-height:1.55;color:#65758a;margin:18px 0 0}.hero-actions{display:flex;gap:10px;margin-top:25px}.btn{display:inline-flex;text-decoration:none;padding:13px 19px;border-radius:8px;font-weight:800;font-size:14px}.primary{background:var(--blue);color:#fff}.secondary{background:#fff;color:var(--navy);border:1px solid #d9e2ec}.quickcats{padding:30px 0 18px}.quickcats-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.quickcats-head h2{font-size:24px;margin:0;color:var(--navy)}.quickcats-head>a{font-size:13px;color:var(--blue);text-decoration:none;font-weight:800}.quickcats-row{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:10px;overflow:hidden}.quickcats-row a{padding:18px;text-decoration:none;color:#21354b;font-weight:700;border-right:1px solid var(--line);display:flex;justify-content:space-between;background:#fff}.quickcats-row a:last-child{border-right:0}.quickcats-row a:hover{background:#f9fbfd;color:var(--blue)}.catalog-section{padding:52px 0}.catalog-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px}.catalog-head h2{font-size:30px;margin:0 0 6px;color:var(--navy)}.catalog-head p{margin:0;color:var(--muted);font-size:14px}.catalog-head>a{font-size:13px;color:var(--blue);text-decoration:none;font-weight:800}.catalog-grid{display:grid;gap:15px}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}.cols-5{grid-template-columns:repeat(5,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:.18s}.card:hover{box-shadow:0 10px 25px #061a3414;transform:translateY(-2px)}.card-img-wrap{display:block;position:relative;aspect-ratio:1/1;background:#fff;border-bottom:1px solid #f0f3f7}.card-img{width:100%;height:100%;object-fit:contain;padding:12px}.badge{position:absolute;top:10px;left:10px;background:var(--blue);color:#fff;border-radius:5px;padding:5px 7px;font-size:10px;font-weight:800}.badge.soft{background:#eef5ff;color:var(--blue)}.card-body{padding:14px}.card-body h3{font-size:14px;line-height:1.35;margin:0 0 10px;min-height:38px}.card-body h3 a{text-decoration:none;color:#1a2f47}.price{display:flex;gap:7px;align-items:center;margin-bottom:12px}.price strong{font-size:17px;color:var(--navy)}.price s{font-size:12px;color:#97a4b2}.view-btn,.add-btn{width:100%;min-height:38px;border:0;border-radius:7px;background:#fff;border:1px solid #ced9e5;color:var(--navy);text-decoration:none;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;cursor:pointer}.view-btn:hover,.add-btn:hover{background:var(--blue);border-color:var(--blue);color:#fff}.slim-promo{padding:26px 0}.slim-promo-inner{background:#f2f7fd;border:1px solid #dfe9f4;border-radius:12px;padding:26px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px}.slim-promo h2{font-size:24px;margin:0 0 5px;color:var(--navy)}.slim-promo p{margin:0;color:var(--muted);font-size:14px}.newsletter{padding:54px 0;background:#f8fafc;border-top:1px solid var(--line)}.newsletter-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.newsletter h2{font-size:26px;margin:0 0 5px;color:var(--navy)}.newsletter p{margin:0;color:var(--muted)}.newsletter-form{display:flex;gap:8px;min-width:420px}.newsletter-form input{flex:1;border:1px solid #ced9e5;border-radius:7px;padding:12px 13px;font-size:14px}.newsletter-form button{border:0;border-radius:7px;background:var(--blue);color:#fff;font-weight:800;padding:0 18px}.footer{background:#071a32;color:#fff;padding:52px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:44px}.footer-brand{color:#fff}.footer h3{font-size:14px;margin:0 0 12px}.footer a,.footer p{display:block;color:#aebdcd;text-decoration:none;font-size:13px;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:36px;padding-top:16px;color:#73869a;font-size:12px}@media(max-width:1100px){.desktop-nav{display:none}.mobile-menu{display:block}.cols-5,.quickcats-row{grid-template-columns:repeat(3,1fr)}.quickcats-row a{border-bottom:1px solid var(--line)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.page-width{width:min(100% - 28px,1420px)}.topbar{font-size:11px}.header-inner{height:64px;grid-template-columns:1fr auto}.account{display:none}.clean-hero{min-height:560px}.clean-hero-inner{min-height:560px;align-items:flex-start}.hero-img{object-position:70% center}.hero-fade{background:linear-gradient(180deg,#fffffffa,#ffffffed 45%,#fff3 75%,#fff0)}.hero-copy{padding-top:34px}.hero-copy h1{font-size:44px}.hero-copy p{font-size:16px}.quickcats-row,.cols-3,.cols-4,.cols-5,.footer-grid{grid-template-columns:1fr}.quickcats-row a{border-right:0}.catalog-section{padding:38px 0}.catalog-head,.slim-promo-inner,.newsletter-inner{align-items:flex-start;flex-direction:column}.newsletter-form{min-width:0;width:100%}.newsletter-form input{min-width:0}.footer{padding-top:42px}}.card-vendor{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#8b98a7;font-weight:700;margin-bottom:6px}.empty-catalog{grid-column:1/-1;border:1px dashed #cbd7e3;background:#fff;border-radius:10px;padding:28px;color:#617286}.product-page{padding:44px 0 72px}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:start}.product-gallery{position:sticky;top:120px}.product-main-media{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;aspect-ratio:1/1}.product-main-image{width:100%;height:100%;object-fit:contain;padding:18px}.product-thumbs{display:flex;gap:10px;margin-top:10px;overflow:auto}.thumb{border:1px solid var(--line);background:#fff;border-radius:8px;padding:4px;cursor:pointer;width:74px;height:74px}.thumb img{width:100%;height:100%;object-fit:contain}.product-info{max-width:620px}.product-eyebrow{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#7a8a9c;font-weight:800;margin-bottom:10px}.product-info h1{font-size:42px;line-height:1.08;letter-spacing:-.035em;color:var(--navy);margin:0 0 16px}.product-price-main{display:flex;align-items:center;gap:12px;margin-bottom:12px}.product-price-main strong{font-size:28px;color:var(--navy)}.product-price-main s{color:#96a4b2}.stock-line{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:700;color:#287b4c;margin-bottom:20px}.stock-line span{width:8px;height:8px;border-radius:50%;background:#2ab36d}.stock-line.out{color:#a74b4b}.stock-line.out span{background:#d45959}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.product-trust>div{border:1px solid var(--line);background:#fafbfd;border-radius:9px;padding:12px}.product-trust b{display:block;font-size:12px;margin-bottom:4px;color:var(--navy)}.product-trust span{font-size:11px;line-height:1.4;color:#6e7f92}.product-form{margin-top:22px}.product-form label{display:block;font-size:12px;font-weight:800;margin-bottom:7px}.product-form select{width:100%;height:44px;border:1px solid #ced9e5;border-radius:8px;padding:0 12px;background:#fff;margin-bottom:14px}.buy-row{display:grid;grid-template-columns:120px 1fr;gap:10px}.qty{height:48px;display:grid;grid-template-columns:34px 1fr 34px;border:1px solid #ced9e5;border-radius:8px;overflow:hidden}.qty button{border:0;background:#f8fafc;font-size:18px;cursor:pointer}.qty input{border:0;text-align:center;width:100%;font-weight:800}.product-atc{height:48px;border:0;border-radius:8px;background:var(--blue);color:#fff;font-size:14px;font-weight:900;cursor:pointer}.product-atc:hover{filter:brightness(.95)}.product-atc:disabled{opacity:.45}.shopify-payment-button{margin-top:9px}.product-description{font-size:14px;line-height:1.65;color:#56687c;margin:26px 0}.product-detail{border-top:1px solid var(--line);padding:15px 0}.product-detail summary{font-size:13px;font-weight:800;cursor:pointer;color:var(--navy)}.product-detail p{font-size:13px;line-height:1.6;color:#68798d}.related-section{padding:54px 0;background:#f8fafc}.collection-page{padding:46px 0 70px}.collection-header{margin-bottom:26px}.collection-header h1{font-size:40px;margin:0 0 10px;color:var(--navy)}.collection-header>div{color:var(--muted);font-size:14px}.pagination{padding-top:30px;text-align:center}.pagination a,.pagination span{margin:0 4px;color:var(--navy)}.cart-page{padding:42px 0 60px;background:#fff}.cart-topline{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.cart-topline h1{font-size:38px;margin:0;color:var(--navy)}.free-shipping-pill{background:#edf8f1;color:#237447;border:1px solid #d4ebdc;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}.cart-items{border-top:1px solid var(--line)}.cart-item{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item-image{width:120px;height:120px;border:1px solid var(--line);border-radius:9px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:contain;padding:6px}.cart-item-info{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.cart-item-title{text-decoration:none;font-weight:800;color:var(--navy);font-size:15px}.cart-item-info span{font-size:12px;color:#728195}.cart-item-actions{display:flex;gap:14px;align-items:center;margin-top:auto}.cart-item-actions input{width:64px;height:34px;border:1px solid #ced9e5;border-radius:7px;text-align:center}.cart-item-actions a{font-size:12px;color:#738297}.update-cart{margin-top:14px;background:#fff;border:1px solid #ced9e5;border-radius:7px;padding:10px 14px;font-weight:800;color:var(--navy);cursor:pointer}.cart-summary{position:sticky;top:115px;border:1px solid var(--line);border-radius:12px;padding:22px;background:#fafbfd}.cart-summary h2{font-size:20px;margin:0 0 18px}.summary-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}.summary-row.shipping strong{color:#287b4c}.cart-summary p{font-size:11px;line-height:1.5;color:#7a8898}.checkout-btn{width:100%;height:48px;border:0;background:var(--blue);color:#fff;border-radius:8px;font-weight:900;margin-top:8px;cursor:pointer}.checkout-trust{text-align:center;font-size:11px;color:#6c7b8d;margin-top:10px}.empty-cart{text-align:center;padding:80px 20px;border:1px solid var(--line);border-radius:12px;background:#fafbfd}.empty-cart h2{margin-top:0}.cart-upsell-section{padding:0 0 70px}.upsell-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.upsell-head h2{font-size:28px;margin:0;color:var(--navy)}.upsell-discount{background:#eaf3ff;border:1px solid #cfe3ff;color:var(--blue);font-size:12px;font-weight:900;padding:9px 12px;border-radius:999px}.upsell-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.upsell-card{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff}.upsell-image{width:92px;height:92px}.upsell-image img{width:100%;height:100%;object-fit:contain}.upsell-copy h3{font-size:13px;line-height:1.3;margin:0 0 6px}.upsell-copy h3 a{text-decoration:none;color:var(--navy)}.upsell-copy>strong{display:block;font-size:13px;margin-bottom:9px}.upsell-add{border:1px solid #cdd9e6;background:#fff;color:var(--navy);height:32px;border-radius:6px;font-size:11px;font-weight:800;cursor:pointer}.upsell-add:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.upsell-note{font-size:11px;color:#7a8898;margin-top:10px}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:26px}.product-gallery{position:static}.product-info h1{font-size:32px}.product-trust,.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.upsell-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.product-page{padding-top:20px}.buy-row{grid-template-columns:1fr}.qty{width:130px}.cart-topline{align-items:flex-start;flex-direction:column}.cart-item{grid-template-columns:92px 1fr}.cart-item-image{width:92px;height:92px}.upsell-grid{grid-template-columns:1fr}.upsell-card{grid-template-columns:82px 1fr}.upsell-image{width:82px;height:82px}}.store-header{background:#fff;border-bottom:1px solid var(--line)}.store-header-inner{min-height:88px;display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:28px}.header-search{display:grid;grid-template-columns:1fr 54px;border:1px solid #b9c4cf;border-radius:8px;overflow:hidden;max-width:880px;width:100%;justify-self:center;background:#fff}.header-search input{border:0;padding:15px 17px;font-size:15px;outline:none}.header-search button{border:0;background:#06111f;color:#fff;font-size:25px;cursor:pointer}.store-actions{display:flex;align-items:center;gap:20px}.account-link,.cart-link-store{text-decoration:none;color:var(--navy);display:flex;align-items:center;gap:8px;position:relative}.action-icon{font-size:30px}.action-copy{display:flex;flex-direction:column;line-height:1.05}.action-copy small{font-size:11px}.action-copy strong{font-size:15px}.cart-count{position:absolute;right:-7px;top:-7px;width:20px;height:20px;border-radius:50%;background:#d93636;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800}.mobile-store-menu{display:none}.mobile-store-menu summary{list-style:none;font-size:24px}.mobile-store-panel{position:absolute;right:12px;top:72px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px;box-shadow:0 16px 40px #061a341f;width:240px;z-index:150}.mobile-store-panel a{display:block;padding:10px;text-decoration:none;color:var(--text);font-weight:700}.category-nav{background:#fff;border-bottom:1px solid var(--line)}.category-nav-inner{height:58px;display:flex;align-items:center;gap:26px;white-space:nowrap;overflow:visible}.category-nav-inner>a{font-size:13px;font-weight:800;text-decoration:none;color:#1d2a3c}.category-nav-inner>a:hover{color:var(--blue)}.category-menu-dd{position:relative;height:58px;display:flex;align-items:center}.category-menu-button{height:42px;padding:0 20px;border:0;border-radius:7px;background:#07111f;color:#fff;font-weight:900;font-size:13px;display:flex;align-items:center;gap:10px;cursor:pointer}.category-mega{display:none;position:absolute;top:52px;left:0;width:620px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px;grid-template-columns:repeat(3,1fr);gap:24px;box-shadow:0 18px 50px #061a3421;z-index:140}.category-menu-dd:hover .category-mega{display:grid}.category-mega>div{display:flex;flex-direction:column;gap:8px}.category-mega strong{font-size:13px}.category-mega a{font-size:12px;color:#607185;text-decoration:none}.category-mega a:hover{color:var(--blue)}.banner-carousel{position:relative;height:500px;background:#edf4fb;overflow:hidden}.carousel-track,.carousel-slide{position:absolute;top:0;right:0;bottom:0;left:0}.carousel-slide{opacity:0;pointer-events:none;transition:opacity .45s ease}.carousel-slide.is-active{opacity:1;pointer-events:auto}.carousel-image{width:100%;height:100%;object-fit:cover}.carousel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0310238c,#0310231a 52%,#03102300)}.carousel-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center}.carousel-copy{max-width:520px;color:#fff}.carousel-badge{display:inline-block;background:#4f7fa6;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.08em;margin-bottom:14px}.carousel-copy h2{font-size:50px;line-height:.98;margin:0 0 14px;letter-spacing:-.04em}.carousel-copy p{font-size:17px;line-height:1.5;margin:0 0 22px}.carousel-cta{display:inline-flex;background:#fff;color:#061a34;text-decoration:none;padding:12px 18px;border-radius:7px;font-size:13px;font-weight:900}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:0;background:#ffffffe6;font-size:32px;color:#123;cursor:pointer;z-index:10}.carousel-arrow.prev{left:18px}.carousel-arrow.next{right:18px}.carousel-dots{position:absolute;bottom:18px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.carousel-dots button{width:9px;height:9px;border-radius:50%;border:0;background:#ffffff8c;padding:0}.carousel-dots button.active{background:#fff}.sale-products-section{padding:46px 0 54px;background:#fff}.sale-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.sale-head h2{font-size:28px;margin:0;color:#101820}.sale-head>a{font-size:13px;font-weight:800;text-decoration:none;color:var(--blue)}.sale-scroll{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.sale-card{min-width:0;background:#fff}.sale-image{position:relative;display:block;aspect-ratio:1.18;background:#fff}.sale-image img{width:100%;height:100%;object-fit:contain;padding:6px}.sale-label{position:absolute;left:10px;top:10px;background:#08bf6b;color:#fff;font-size:11px;font-weight:900;padding:7px 13px;border-radius:2px}.sale-label.alt{background:#4f7fa6}.sale-body{padding:12px 6px}.sale-body h3{font-size:14px;line-height:1.35;font-weight:500;min-height:40px;margin:0 0 12px}.sale-body h3 a{text-decoration:none;color:#1c1f23}.sale-prices{display:flex;gap:10px;align-items:center;margin-bottom:5px}.sale-prices strong{font-size:20px;color:#d43131}.sale-prices s{font-size:12px;color:#9ba5ae}.save-line{font-size:11px;color:#16824c;margin-bottom:12px}.sale-add{height:38px;border:1px solid #222;background:#fff;padding:0 14px;font-size:11px;font-weight:800;cursor:pointer}.sale-add:hover{background:#07111f;color:#fff}.promo-tiles-section{padding:14px 0 44px;background:#fff}.promo-tiles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.promo-tile{position:relative;min-height:260px;border-radius:8px;overflow:hidden;background:#07111f;text-decoration:none;color:#fff}.promo-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.promo-tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#030d1bd9,#030d1b52 58%,#030d1b14)}.promo-tile-copy{position:absolute;left:26px;top:50%;transform:translateY(-50%);max-width:330px}.promo-tile-copy h3{font-size:32px;line-height:1;margin:0 0 8px}.promo-tile-copy p{font-size:13px;line-height:1.45;margin:0 0 16px;color:#e6edf5}.promo-tile-copy span{display:inline-block;background:#11bfd1;color:#041521;border-radius:999px;padding:8px 14px;font-size:11px;font-weight:900}@media(max-width:1100px){.store-header-inner{grid-template-columns:200px 1fr auto}.account-copy{display:none}.category-nav-inner{overflow-x:auto}.sale-scroll{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.store-header-inner{grid-template-columns:1fr auto;min-height:70px}.header-search{grid-column:1/-1;grid-row:2;margin-bottom:12px}.account-link{display:none}.mobile-store-menu{display:block}.category-nav-inner{height:48px;gap:18px}.category-menu-button{height:36px}.banner-carousel{height:430px}.carousel-copy h2{font-size:38px}.carousel-copy{max-width:330px}.carousel-overlay{background:linear-gradient(90deg,#031023b8,#03102338)}.sale-scroll{grid-template-columns:repeat(2,1fr)}.promo-tiles-grid{grid-template-columns:1fr}.promo-tile{min-height:220px}}.topbar-strong{background:linear-gradient(90deg,#426f91,#6e9bb8);color:#fff!important;border:0!important;font-weight:700;letter-spacing:.01em;padding:10px 16px;box-shadow:0 1px #0000000a}.topbar-strong .topbar-icon{font-size:15px}.topbar-strong .topbar-dot{opacity:.6;margin:0 3px}.mini-promo-section{padding:24px 0 42px;background:#fff}.mini-promo-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.mini-promo-head h2{font-size:24px;margin:0;color:var(--navy)}.mini-promo-head a{font-size:13px;text-decoration:none;color:var(--blue);font-weight:800}.mini-promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mini-promo-card{position:relative;min-height:190px;border-radius:10px;overflow:hidden;background:#0a1a2f;color:#fff;text-decoration:none}.mini-promo-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mini-promo-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#040f1ed1,#040f1e61 60%,#040f1e14)}.mini-promo-copy{position:absolute;left:20px;right:20px;bottom:20px;z-index:2}.mini-promo-copy>span{font-size:10px;letter-spacing:.12em;font-weight:900;color:#bfe8ff}.mini-promo-copy h3{font-size:25px;line-height:1;margin:6px 0}.mini-promo-copy p{font-size:12px;line-height:1.4;margin:0 0 12px;color:#e2ebf5;max-width:240px}.mini-promo-copy b{font-size:11px;background:#16bfd3;color:#041520;border-radius:999px;padding:7px 11px}.shipping-highlight{display:flex;gap:12px;align-items:center;background:linear-gradient(90deg,#eaf8ef,#f3fbf6);border:1px solid #cce8d6;border-radius:10px;padding:14px 16px;margin:18px 0 20px;color:#1c6c42}.shipping-highlight-icon{font-size:24px}.shipping-highlight strong{display:block;font-size:13px;letter-spacing:.02em}.shipping-highlight span{display:block;font-size:12px;margin-top:2px;color:#5a7868}.product-gallery-carousel .product-main-media{position:relative}.product-slide-track{position:relative;width:100%;height:100%}.product-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .2s ease}.product-slide.active{opacity:1;pointer-events:auto}.product-slide img,.product-slide video,.product-slide model-viewer{width:100%;height:100%;object-fit:contain}.product-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border-radius:50%;border:1px solid #d9e2ec;background:#fffffff0;color:#13243a;font-size:28px;cursor:pointer;box-shadow:0 8px 20px #061a3417}.product-gallery-arrow.prev{left:14px}.product-gallery-arrow.next{right:14px}.product-thumbs{padding-bottom:3px}.thumb.active{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.cart-page-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}.cart-page-head h1{font-size:38px;margin:0 0 3px;color:var(--navy)}.cart-page-head p{margin:0;color:#7c8a9b;font-size:13px}.cart-shipping-badge{background:#edf9f1;border:1px solid #d4eadb;color:#1f7748;border-radius:999px;padding:11px 15px;font-size:12px}.cart-layout-v7{grid-template-columns:minmax(0,1fr) 380px;gap:34px}.cart-items-v7{border:1px solid var(--line);border-radius:12px;padding:0 20px;background:#fff}.cart-item-v7{grid-template-columns:112px 1fr;padding:20px 0}.cart-item-v7+.cart-item-v7{border-top:1px solid var(--line)}.cart-item-top{display:flex;justify-content:space-between;gap:18px;width:100%}.cart-line-price{font-size:16px;white-space:nowrap}.cart-item-bottom{display:flex;align-items:center;gap:16px;margin-top:auto}.cart-qty-control input{width:72px;height:36px;border:1px solid #cfd9e4;border-radius:7px;text-align:center}.remove-link{font-size:12px;color:#7d8998}.cart-actions-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0 18px;border-top:1px solid var(--line)}.cart-actions-row>a{font-size:12px;text-decoration:none;color:#5f7186;font-weight:700}.cart-summary-v7{border-radius:12px;background:#f8fafc;padding:24px}.cart-summary-v7 h2{font-size:22px}.cart-free-box{display:grid;grid-template-columns:28px 1fr;gap:10px;background:#edf9f1;border:1px solid #d4eadb;border-radius:9px;padding:12px;margin:16px 0}.cart-free-box strong{display:block;font-size:12px;color:#23744a}.cart-free-box small{font-size:11px;color:#648071}.checkout-btn{font-size:14px;letter-spacing:.01em}@media(max-width:980px){.mini-promo-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.mini-promo-grid{grid-template-columns:1fr 1fr;gap:10px}.mini-promo-card{min-height:150px}.mini-promo-copy{left:14px;right:14px;bottom:14px}.mini-promo-copy h3{font-size:20px}.mini-promo-copy p{display:none}.product-main-media{aspect-ratio:1/1}.product-gallery-arrow{width:38px;height:38px}.product-thumbs{overflow-x:auto;scroll-snap-type:x proximity}.thumb{flex:0 0 68px;scroll-snap-align:start}.cart-page-head{align-items:flex-start;flex-direction:column}.cart-layout-v7{grid-template-columns:1fr}.cart-items-v7{padding:0 14px}.cart-item-v7{grid-template-columns:90px 1fr}.cart-item-image{width:90px;height:90px}.cart-item-top{flex-direction:column;gap:6px}.cart-summary-v7{position:static}.cart-actions-row{gap:12px}}.product-page-clean{padding-top:38px}.product-page-clean .product-layout{gap:52px}.product-page-clean .product-info{padding-top:6px}.product-page-clean .product-info h1{font-size:40px;line-height:1.08;margin-bottom:14px}.discount-pill{display:inline-flex;background:#ffedf2;color:#e21d56;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900}.short-description{font-size:14px;line-height:1.6;color:#596b80;margin:16px 0 4px;max-width:560px}.product-form-clean{margin-top:18px}.product-tabs-wrap{margin-top:46px}.product-tabs{border-top:1px solid var(--line)}.product-tabs-nav{display:flex;gap:28px;border-bottom:1px solid var(--line)}.product-tabs-nav button{border:0;background:transparent;padding:16px 0;font-size:13px;font-weight:800;color:#66788e;cursor:pointer;border-bottom:2px solid transparent}.product-tabs-nav button.active{color:var(--blue);border-bottom-color:var(--blue)}.product-tab-panel{display:none;padding:24px 0 8px;font-size:14px;line-height:1.7;color:#53657a}.product-tab-panel.active{display:block}.product-tab-panel .richtext{max-width:900px}.spec-list{margin:0;padding-left:18px}.spec-list li{margin:8px 0}.reviews-placeholder{max-width:760px}.related-section{padding-top:52px}.product-main-video{width:100%;height:100%;object-fit:contain}@media(max-width:760px){.product-page-clean .product-info h1{font-size:31px}.product-tabs-nav{overflow-x:auto;gap:18px}.product-tabs-nav button{white-space:nowrap}}body,.store-header,.category-nav,.sale-products-section,.mini-promo-section,.catalog-section{background:#fbfcfd}.topbar-strong{background:linear-gradient(90deg,#244b68,#426f91)!important}.header-search{border-color:#cfd9df;background:#fff}.header-search button,.category-menu-button{background:#20384d}.carousel-badge,.product-atc,.checkout-btn,.newsletter-form button{background:#4f7fa6!important}.shipping-highlight{background:#eef5f3;border-color:#d7e4df;color:#355f56}.discount-pill{background:#f4e7eb;color:#9b5367}.sale-label{background:#4f8b78}.sale-label.alt{background:#6a8399}.mini-promo-copy b{background:#d7e7ee;color:#29475f}.card,.sale-card,.mini-promo-card,.promo-tile,.product-main-media,.cart-summary-v7{box-shadow:0 8px 24px #1f374b0d}.sample-image-label{position:absolute;right:12px;bottom:12px;background:#ffffffe0;border:1px solid #dbe3e8;border-radius:999px;padding:6px 9px;font-size:10px;color:#70808d}.product-slide{background:#f7f9fa}.product-main-image{padding:22px}.buy-now-button{width:100%;min-height:52px;margin-top:10px;border:1px solid #4f7fa6;border-radius:8px;background:#fff;color:#29475f;font-size:15px;font-weight:800;cursor:pointer;transition:.2s ease}.buy-now-button:hover{background:#f1f6f9}.buy-now-button:disabled{opacity:.6;cursor:wait}:root{--blue:#2f6fa5;--blue-bright:#1478d4;--navy:#173b59;--sale:#e53935;--offer:#08c96b;--soft-blue:#eef6fc}.topbar-strong{background:linear-gradient(90deg,#245b82,#337aa9)!important;padding:11px 16px}.category-menu-button,.header-search button{background:#214b6b!important}.sale-label,.zv-offer-badge{background:var(--offer)!important;color:#fff!important;padding:7px 15px!important;font-size:11px!important;letter-spacing:.06em;border-radius:2px!important}.sale-prices strong,.price .sale-price{color:var(--sale)!important;font-weight:900}.sale-prices strong{font-size:19px}.sale-prices s,.price s{color:#9da9b5!important}.save-line{color:#d33b38!important;font-weight:800}.sale-scroll,.catalog-grid.cols-5{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.sale-card,.zv-product-card{border:0!important;border-radius:7px!important;box-shadow:none!important;overflow:visible}.sale-card:hover,.zv-product-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #1f486814!important}.sale-image,.zv-product-card .card-img-wrap{aspect-ratio:1.12/1;border:0!important;border-radius:6px}.sale-image img,.zv-product-card .card-img{padding:8px 6px}.sale-body,.zv-product-card .card-body{padding:12px 8px 14px}.sale-body h3,.zv-product-card .card-body h3{font-size:14px;line-height:1.4;min-height:40px}.sale-add,.compact-add{width:auto!important;min-width:138px;min-height:34px!important;padding:0 12px!important;border:1px solid #9aa9b8!important;border-radius:5px!important;background:#fff!important;color:#18364f!important;font-size:10px!important;font-weight:800!important}.sale-add:hover,.compact-add:hover{background:#214b6b!important;border-color:#214b6b!important;color:#fff!important}.card-vendor{color:#6d8193!important}.listing-page{padding:38px 0 58px;background:#fff}.listing-header{margin-bottom:25px}.listing-header h1{margin:0 0 8px;font-size:34px;line-height:1.1;color:var(--navy)}.listing-description{max-width:780px;color:#66798a;font-size:14px;line-height:1.55}.listing-count{margin-top:10px;color:#82909c;font-size:12px;font-weight:700}.search-page-form{display:flex;max-width:620px;height:46px;margin-top:18px;border:1px solid #cbd8e2;border-radius:7px;overflow:hidden;background:#fff}.search-page-form input{flex:1;min-width:0;border:0;padding:0 14px;font-size:14px;outline:none}.search-page-form button{border:0;background:#214b6b;color:#fff;padding:0 24px;font-weight:800;cursor:pointer}.search-page-form button:hover{background:var(--blue-bright)}.pagination{margin-top:35px;text-align:center}.pagination a,.pagination .page.current{display:inline-flex;min-width:34px;height:34px;align-items:center;justify-content:center;margin:2px;border:1px solid #d7e0e7;border-radius:5px;text-decoration:none;color:#31536d}.pagination .page.current{background:#214b6b;color:#fff;border-color:#214b6b}.carousel-badge,.product-atc,.checkout-btn,.newsletter-form button{background:#2f6fa5!important}.shipping-highlight{background:#edf7f4!important;border-color:#cfe7df!important;color:#22715d!important}.badge.soft{background:#eaf4fc!important;color:#176eb4!important}@media(max-width:1180px){.sale-scroll,.catalog-grid.cols-5{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.sale-scroll,.catalog-grid.cols-5{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:620px){.sale-scroll,.catalog-grid.cols-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.sale-add,.compact-add{width:100%!important;min-width:0}.listing-header h1{font-size:27px}.search-page-form{max-width:none;width:100%}}:root{--zv-blue:#1e73b7;--zv-blue-dark:#173b59;--zv-cyan:#08b6d0;--zv-green:#00c86f;--zv-red:#dc3737;--zv-text:#18324a;--zv-muted:#7d8c9b;--zv-line:#e7edf2;--zv-soft:#f7fafc}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;color:var(--zv-text);letter-spacing:-.01em}.account-svg svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7}.account-link{color:var(--zv-blue-dark)!important}.action-copy small{font-size:11px!important}.action-copy strong{font-size:17px!important}.header-search button,.category-menu-button{background:var(--zv-blue-dark)!important}.topbar-strong{background:linear-gradient(90deg,#235b84,#347da9)!important;color:#fff!important;font-size:13px!important}.carousel-badge{background:var(--zv-blue)!important}.carousel-cta{background:#fff!important;color:var(--zv-blue-dark)!important;border:0!important;box-shadow:0 8px 24px #10304a1f}.carousel-cta:hover{background:#eaf5fd!important;color:#105f9c!important}.sale-products-section,.catalog-section{padding-top:46px!important;padding-bottom:50px!important}.sale-head,.catalog-head{margin-bottom:22px!important}.sale-head h2,.catalog-head h2{position:relative;display:inline-block;color:var(--zv-blue-dark)!important;font-size:29px!important;line-height:1!important;font-weight:850!important;letter-spacing:-.035em!important}.sale-head h2:after,.catalog-head h2:after{content:"";display:block;width:44px;height:3px;border-radius:20px;background:var(--zv-cyan);margin-top:10px}.sale-head>a,.catalog-head>a{color:#1d6fa9!important;font-size:13px!important;font-weight:850!important}.catalog-head p{font-size:13px!important;color:#7c8b99!important}.sale-scroll,.catalog-grid.cols-5{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:27px!important;overflow:visible!important}.sale-card,.catalog-grid.cols-5 .card{min-width:0!important;background:transparent!important;border:0!important;border-radius:6px!important;box-shadow:none!important;overflow:visible!important}.sale-card:hover,.catalog-grid.cols-5 .card:hover{transform:translateY(-2px);box-shadow:0 10px 26px #173b5912!important}.sale-image,.catalog-grid.cols-5 .card-img-wrap{height:260px!important;aspect-ratio:auto!important;background:#fff!important;border:0!important;border-radius:5px!important;overflow:hidden}.sale-image img,.catalog-grid.cols-5 .card-img{width:100%!important;height:100%!important;object-fit:contain!important;padding:10px!important}.sale-body,.catalog-grid.cols-5 .card-body{padding:14px 8px 7px!important}.sale-body h3,.catalog-grid.cols-5 .card-body h3{font-size:14px!important;line-height:1.42!important;font-weight:540!important;min-height:42px!important;margin-bottom:11px!important}.sale-body h3 a,.catalog-grid.cols-5 .card-body h3 a{color:#151f28!important}.sale-prices,.catalog-grid.cols-5 .price{gap:9px!important;margin-bottom:14px!important}.sale-prices strong,.catalog-grid.cols-5 .price strong{font-size:17px!important;line-height:1!important;font-weight:850!important}.sale-prices s,.catalog-grid.cols-5 .price s{font-size:11px!important;color:#a4afb9!important}.sale-prices strong{color:var(--zv-red)!important}.catalog-grid.cols-5 .price strong{color:#23384d!important}.sale-label{top:0!important;left:0!important;background:var(--zv-green)!important;border-radius:0 0 4px!important;padding:8px 17px!important;font-size:10px!important;letter-spacing:.08em!important}.badge{background:#2d78b4!important}.badge.soft{background:#e7f3fb!important;color:#176ca8!important}.sale-add,.catalog-grid.cols-5 .add-btn{width:auto!important;min-width:145px!important;min-height:35px!important;padding:0 13px!important;border:1px solid #8395a4!important;border-radius:4px!important;background:#fff!important;color:#1b2d3e!important;font-size:10px!important;font-weight:780!important}.sale-add:hover,.catalog-grid.cols-5 .add-btn:hover{background:var(--zv-blue-dark)!important;border-color:var(--zv-blue-dark)!important;color:#fff!important}.mini-promo-section{background:#fff!important;padding-top:48px!important;padding-bottom:58px!important}.mini-promo-head h2{color:var(--zv-blue-dark)!important;font-size:29px!important;font-weight:850!important;letter-spacing:-.035em}.mini-promo-head a{color:#1d6fa9!important;font-weight:850!important}.mini-promo-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:18px!important}.mini-promo-card{min-height:245px!important;border-radius:9px!important}.mini-promo-card:nth-child(1),.mini-promo-card:nth-child(2){grid-column:span 2;min-height:225px!important}.mini-promo-card img{transition:transform .3s ease}.mini-promo-card:hover img{transform:scale(1.025)}.mini-promo-shade{background:linear-gradient(90deg,#051623d1,#0516232e 74%,#05162305)!important}.mini-promo-copy{left:22px!important;bottom:21px!important}.mini-promo-copy>span{color:#8be7f7!important}.mini-promo-copy h3{font-size:25px!important;letter-spacing:-.025em!important}.mini-promo-copy b{background:var(--zv-cyan)!important;color:#073247!important;font-size:10px!important;padding:8px 13px!important}.zv-product-detail-wrap{margin-top:65px}.zv-detail-block{border-top:1px solid var(--zv-line);padding:42px 5%}.zv-detail-heading{text-align:center;margin-bottom:34px}.zv-detail-heading h2{margin:0;color:#111;font-size:27px;line-height:1;font-weight:760;letter-spacing:-.025em}.zv-detail-heading span{display:block;width:62px;height:4px;border-radius:20px;background:var(--zv-cyan);margin:13px auto 0}.zv-detail-content{max-width:1180px;margin:auto;font-size:15px;line-height:1.8;color:#354e63}.zv-spec-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 80px}.zv-spec-grid>div{padding-bottom:18px;border-bottom:1px solid #eef2f5}.zv-spec-grid strong{display:block;color:#111;font-size:14px;margin-bottom:8px}.zv-spec-grid span{color:#304a5f;font-size:14px}.zv-review-intro{text-align:center;padding-bottom:18px}.zv-review-intro p{color:#7d8b98;font-size:13px}.related-section,.cart-upsell-section{padding-top:50px!important;padding-bottom:66px!important}.related-section .catalog-head,.cart-upsell-section .upsell-head{justify-content:center!important;text-align:center!important}.related-section .catalog-head h2,.cart-upsell-section .upsell-head h2{font-size:26px!important;color:#111!important}.upsell-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:24px!important}.upsell-card{border-radius:6px!important}.product-atc,.checkout-btn,.newsletter-form button{background:var(--zv-blue)!important}.product-atc:hover,.checkout-btn:hover,.newsletter-form button:hover{background:#115f9f!important}.shipping-highlight{background:#eff9f6!important;border-color:#d0eadf!important;color:#236d5a!important}.product-price-main strong{color:var(--zv-blue-dark)!important}.discount-pill{background:#eaf4fb!important;color:#176ca8!important}.listing-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:27px!important}.listing-grid .card{border:0!important;box-shadow:none!important}.listing-grid .card-img-wrap{height:250px!important;aspect-ratio:auto!important;border:0!important}.listing-grid .card-body{padding:13px 7px!important}.listing-grid .price strong{font-size:17px!important}@media(max-width:1250px){.sale-scroll,.catalog-grid.cols-5,.listing-grid,.upsell-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:980px){.sale-scroll,.catalog-grid.cols-5,.listing-grid,.upsell-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mini-promo-grid{grid-template-columns:repeat(2,1fr)!important}.mini-promo-card:nth-child(1),.mini-promo-card:nth-child(2){grid-column:span 1}}@media(max-width:650px){.sale-scroll,.catalog-grid.cols-5,.listing-grid,.upsell-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.sale-image,.catalog-grid.cols-5 .card-img-wrap,.listing-grid .card-img-wrap{height:185px!important}.sale-body h3,.catalog-grid.cols-5 .card-body h3{font-size:12px!important;min-height:49px!important}.sale-prices strong,.catalog-grid.cols-5 .price strong,.listing-grid .price strong{font-size:15px!important}.sale-add,.catalog-grid.cols-5 .add-btn{width:100%!important;min-width:0!important;font-size:9px!important}.mini-promo-grid{grid-template-columns:1fr 1fr!important;gap:11px!important}.mini-promo-card{min-height:180px!important}.mini-promo-copy p{display:none!important}.zv-spec-grid{grid-template-columns:1fr!important;gap:18px!important}}:root{--zv-brand:#156fc2;--zv-brand-dark:#153f62;--zv-brand-soft:#eaf4fc;--zv-cyan:#02b6d4;--zv-sale:#df3434;--zv-offer:#00c96f;--zv-ink:#172e43;--zv-muted:#7b8b99;--zv-line:#e7edf2}.topbar-strong{background:linear-gradient(90deg,#185786,#2d7fb4)!important;color:#fff!important;font-weight:800!important}.header-search button,.category-menu-button{background:var(--zv-brand-dark)!important}.carousel-badge,.product-atc,.checkout-btn,.newsletter-form button{background:var(--zv-brand)!important}.carousel-cta{border-color:#d7e5f1!important;color:var(--zv-brand-dark)!important}.carousel-cta:hover{background:#edf7ff!important}.category-nav a:hover,.catalog-head>a,.sale-head>a,.mini-promo-head>a{color:var(--zv-brand)!important}.sale-scroll,.catalog-grid.cols-5{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:28px!important;overflow:visible!important}.sale-card,.catalog-grid.cols-5 .card{min-width:0!important;border:0!important;background:#fff!important;box-shadow:none!important;border-radius:6px!important}.sale-image,.catalog-grid.cols-5 .card-img-wrap{height:245px!important;aspect-ratio:auto!important;background:#fff!important;border:0!important}.sale-image img,.catalog-grid.cols-5 .card-img{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px!important}.sale-body,.catalog-grid.cols-5 .card-body{padding:13px 6px 8px!important}.sale-body h3,.catalog-grid.cols-5 .card-body h3{min-height:42px!important;margin:0 0 11px!important;font-size:13.5px!important;line-height:1.42!important;font-weight:560!important}.sale-prices strong,.catalog-grid.cols-5 .price strong{font-size:17px!important;font-weight:850!important}.sale-prices strong{color:var(--zv-sale)!important}.sale-prices s,.catalog-grid.cols-5 .price s{font-size:11px!important;color:#a7b1ba!important}.sale-label,.zv-offer-badge{background:var(--zv-offer)!important;color:#fff!important;border-radius:2px!important;padding:8px 17px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important}.sale-add,.catalog-grid.cols-5 .add-btn,.compact-add{width:auto!important;min-width:138px!important;min-height:34px!important;padding:0 11px!important;border:1px solid #8293a2!important;border-radius:4px!important;background:#fff!important;color:#1a2d40!important;font-size:9.5px!important;font-weight:800!important}.sale-add:hover,.catalog-grid.cols-5 .add-btn:hover,.compact-add:hover{background:var(--zv-brand-dark)!important;border-color:var(--zv-brand-dark)!important;color:#fff!important}.save-line{display:none!important}.sale-head h2,.catalog-head h2,.mini-promo-head h2{color:var(--zv-brand-dark)!important;font-weight:850!important;letter-spacing:-.035em!important}.sale-head h2:after,.catalog-head h2:after{content:"";display:block;width:42px;height:3px;margin-top:9px;border-radius:99px;background:var(--zv-cyan)}.zv-listing-page{padding:42px 0 64px;background:#fff}.zv-listing-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-bottom:25px;margin-bottom:28px;border-bottom:1px solid var(--zv-line)}.zv-listing-kicker{display:block;margin-bottom:8px;color:var(--zv-cyan);font-size:10px;font-weight:900;letter-spacing:.16em}.zv-listing-head h1{margin:0;color:var(--zv-brand-dark);font-size:32px;line-height:1.08;font-weight:780;letter-spacing:-.035em}.zv-listing-head p{margin:8px 0 0;color:var(--zv-muted);font-size:12px}.zv-listing-description{max-width:760px;margin-top:10px;color:#617486;font-size:13px;line-height:1.6}.zv-search-form{display:flex;width:min(480px,100%);height:44px;overflow:hidden;border:1px solid #cfdbe4;border-radius:6px;background:#fff}.zv-search-form input{flex:1;min-width:0;border:0;outline:0;padding:0 13px;font-size:13px}.zv-search-form button{border:0;padding:0 22px;background:var(--zv-brand-dark);color:#fff;font-size:12px;font-weight:800;cursor:pointer}.zv-search-form button:hover{background:var(--zv-brand)}.zv-list-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:28px!important}.zv-list-card{min-width:0;background:#fff}.zv-list-media{position:relative;display:block;height:245px;background:#fff;overflow:hidden;text-decoration:none}.zv-list-image{width:100%;height:100%;object-fit:contain;padding:8px}.zv-list-badge{position:absolute;top:0;left:0;z-index:2;padding:8px 17px;border-radius:2px;background:var(--zv-offer);color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em}.zv-list-badge-new{background:var(--zv-brand)}.zv-list-info{padding:13px 6px 8px}.zv-list-info h3{min-height:42px;margin:0 0 11px;font-size:13.5px;line-height:1.42;font-weight:560}.zv-list-info h3 a{color:#151f28;text-decoration:none}.zv-list-info h3 a:hover{color:var(--zv-brand)}.zv-list-price{display:flex;align-items:center;gap:9px;min-height:25px;margin-bottom:14px}.zv-list-price strong{color:#243a4e;font-size:17px;font-weight:850}.zv-list-price strong.is-sale{color:var(--zv-sale)}.zv-list-price s{color:#a6b0ba;font-size:11px}.zv-list-add{width:auto;min-width:138px;min-height:34px;padding:0 11px;border:1px solid #8293a2;border-radius:4px;background:#fff;color:#1a2d40;font-size:9.5px;font-weight:800;cursor:pointer}.zv-list-add:hover{background:var(--zv-brand-dark);border-color:var(--zv-brand-dark);color:#fff}.product-price-main .zv-product-sale-price{color:var(--zv-sale)!important}.shipping-highlight{display:none!important}.zv-shipping-note{display:flex;align-items:center;gap:11px;margin:20px 0 18px;padding:13px 0;border-top:1px solid var(--zv-line);border-bottom:1px solid var(--zv-line)}.zv-shipping-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:50%;background:var(--zv-brand-soft);color:var(--zv-brand)}.zv-shipping-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.zv-shipping-note strong{display:block;color:#263c4f;font-size:13px;font-weight:800}.zv-shipping-note small{display:block;margin-top:2px;color:#7f8c98;font-size:11px}.cart-shipping-badge,.cart-free-box{display:none!important}.zv-cart-shipping-top{display:flex;align-items:center;gap:8px;color:#466075;font-size:12px;font-weight:750}.zv-cart-shipping-top svg{width:20px;height:20px;fill:none;stroke:var(--zv-brand);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.zv-cart-delivery-note{margin:16px 0 18px;padding:12px 0;border-top:1px solid #dfe7ed;border-bottom:1px solid #dfe7ed}.zv-cart-delivery-note strong{display:block;color:#29445a;font-size:12px;font-weight:800}.zv-cart-delivery-note span{display:block;margin-top:3px;color:#82909c;font-size:10.5px}.zv-free-text{color:var(--zv-offer)!important}.cart-summary-v7{background:#f8fafc!important;border:1px solid #e2e9ef!important;box-shadow:none!important}.cart-summary-v7 .summary-row strong{font-size:13px}.mini-promo-shade{background:linear-gradient(90deg,#071f30cc,#071f302e 74%,#071f3005)!important}.mini-promo-copy>span{color:#99e7f4!important}.mini-promo-copy b{background:var(--zv-cyan)!important;color:#07364c!important}@media(max-width:1250px){.sale-scroll,.catalog-grid.cols-5,.zv-list-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:960px){.sale-scroll,.catalog-grid.cols-5,.zv-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.zv-listing-head{align-items:flex-start;flex-direction:column}}@media(max-width:650px){.sale-scroll,.catalog-grid.cols-5,.zv-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px!important}.sale-image,.catalog-grid.cols-5 .card-img-wrap,.zv-list-media{height:185px!important}.sale-body h3,.catalog-grid.cols-5 .card-body h3,.zv-list-info h3{font-size:12px!important;min-height:50px!important}.sale-prices strong,.catalog-grid.cols-5 .price strong,.zv-list-price strong{font-size:15px!important}.sale-add,.catalog-grid.cols-5 .add-btn,.zv-list-add{width:100%!important;min-width:0!important;font-size:9px!important}.zv-search-form{width:100%}}.sale-scroll,.catalog-grid.cols-5,.zv-list-grid,.zv-related-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:24px!important;align-items:start!important}.sale-card,.catalog-grid.cols-5 .card,.zv-list-card,.zv-related-grid .zv-list-card{min-width:0!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important}.sale-image,.catalog-grid.cols-5 .card-img-wrap,.zv-list-media,.zv-related-grid .zv-list-media{height:235px!important;background:#fff!important;border:0!important;border-radius:0!important}.sale-image img,.catalog-grid.cols-5 .card-img,.zv-list-image,.zv-related-grid .zv-list-image{width:100%!important;height:100%!important;object-fit:contain!important;padding:6px!important}.sale-body,.catalog-grid.cols-5 .card-body,.zv-list-info,.zv-related-grid .zv-list-info{padding:12px 5px 4px!important}.sale-body h3,.catalog-grid.cols-5 .card-body h3,.zv-list-info h3,.zv-related-grid .zv-list-info h3{min-height:42px!important;margin:0 0 10px!important;color:#151b22!important;font-size:13px!important;line-height:1.45!important;font-weight:500!important;letter-spacing:-.015em!important}.sale-prices,.catalog-grid.cols-5 .price,.zv-list-price,.zv-related-grid .zv-list-price{display:flex!important;align-items:center!important;gap:9px!important;min-height:26px!important;margin:0 0 13px!important}.sale-prices strong,.catalog-grid.cols-5 .price strong,.zv-list-price strong,.zv-related-grid .zv-list-price strong{font-size:16px!important;line-height:1!important;font-weight:800!important;letter-spacing:-.025em!important}.sale-prices strong{color:#df3434!important}.sale-prices.regular strong,.catalog-grid.cols-5 .price strong,.zv-list-price strong,.zv-related-grid .zv-list-price strong{color:#26394b!important}.catalog-grid.cols-5 .price strong.sale-price,.zv-list-price strong.is-sale,.zv-related-grid .zv-list-price strong.is-sale{color:#df3434!important}.sale-prices s,.catalog-grid.cols-5 .price s,.zv-list-price s,.zv-related-grid .zv-list-price s{font-size:10.5px!important;color:#a4afb9!important;font-weight:500!important}.sale-add,.catalog-grid.cols-5 .add-btn,.zv-list-add,.zv-related-grid .zv-list-add{width:auto!important;min-width:132px!important;min-height:32px!important;padding:0 10px!important;border:1px solid #8d9aa6!important;border-radius:3px!important;background:#fff!important;color:#172a3a!important;font-size:9px!important;font-weight:760!important;letter-spacing:.01em!important}.zv-promo-v17{padding:46px 0 58px!important;background:#fff!important}.zv-promo-v17 .mini-promo-head{margin-bottom:20px!important}.zv-promo-v17 .mini-promo-head h2{font-size:28px!important}.zv-promo-wide-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.zv-promo-wide-card{position:relative;display:block;height:220px;overflow:hidden;border-radius:8px;background:#112c42;text-decoration:none}.zv-promo-wide-card img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.zv-promo-wide-card:hover img{transform:scale(1.018)}.zv-promo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#041421d4,#04142129 72%,#04142105)}.zv-promo-wide-copy{position:absolute;left:27px;bottom:25px;z-index:2;max-width:330px;color:#fff}.zv-promo-wide-copy small,.zv-promo-small-copy small{display:block;color:#8be9f8;font-size:9px;font-weight:900;letter-spacing:.16em}.zv-promo-wide-copy h3{margin:6px 0 7px;font-size:29px;line-height:1;font-weight:800;letter-spacing:-.03em}.zv-promo-wide-copy p{margin:0 0 12px;color:#edf5f8;font-size:12px}.zv-promo-wide-copy b{display:inline-flex;align-items:center;min-height:30px;padding:0 13px;border-radius:999px;background:#04b9d4;color:#083548;font-size:9px;font-weight:900}.zv-promo-tile-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.zv-promo-small-card{position:relative;display:block;height:255px;overflow:hidden;border-radius:8px;background:#eef2f4;text-decoration:none}.zv-promo-small-card img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.zv-promo-small-card:hover img{transform:scale(1.018)}.zv-promo-small-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#041421ad,#04142100 62%)}.zv-promo-small-copy{position:absolute;left:18px;right:18px;bottom:17px;z-index:2;color:#fff}.zv-promo-small-copy h3{margin:5px 0 8px;font-size:21px;line-height:1.05;font-weight:780;letter-spacing:-.025em}.zv-promo-small-copy b{color:#b8eff8;font-size:9.5px;font-weight:850}.zv-related-v17{padding:54px 0 70px!important;background:#fff!important;border-top:1px solid #edf1f4}.zv-related-head{text-align:center;margin-bottom:30px}.zv-related-head h2{margin:0;color:#111;font-size:24px;font-weight:780;letter-spacing:-.025em}.zv-related-head h2:after{content:"";display:block;width:56px;height:3px;margin:12px auto 0;border-radius:99px;background:#05b8d3}@media(max-width:1150px){.sale-scroll,.catalog-grid.cols-5,.zv-list-grid,.zv-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:900px){.sale-scroll,.catalog-grid.cols-5,.zv-list-grid,.zv-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.zv-promo-tile-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.sale-scroll,.catalog-grid.cols-5,.zv-list-grid,.zv-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.sale-image,.catalog-grid.cols-5 .card-img-wrap,.zv-list-media,.zv-related-grid .zv-list-media{height:180px!important}.zv-promo-wide-row{grid-template-columns:1fr}.zv-promo-wide-card{height:190px}.zv-promo-tile-row{grid-template-columns:1fr 1fr;gap:11px}.zv-promo-small-card{height:180px}}:root{--zv-retail-ink:#243b53;--zv-retail-red:#c83f35;--zv-retail-old:#9aa6b2;--zv-retail-line:#edf0f3}.sale-products-section,.catalog-section,.zv-listing-page,.zv-related-v17{background:#fff}.sale-products-section .page-width,.catalog-section .page-width,.zv-listing-page .page-width,.zv-related-v17 .page-width{width:min(1480px,calc(100% - 56px))}.sale-head,.catalog-head,.zv-related-head{margin-bottom:18px!important}.sale-head h2,.catalog-head h2,.zv-related-head h2{font-family:Arial,Helvetica,sans-serif!important;color:var(--zv-retail-ink)!important;letter-spacing:-.035em!important}.sale-scroll,.catalog-grid.cols-5,.zv-list-grid,.zv-related-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;border-top:1px solid var(--zv-retail-line)}.sale-card,.catalog-grid.cols-5 .card,.zv-list-card,.zv-related-grid .zv-list-card{border:0!important;border-right:1px solid var(--zv-retail-line)!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;overflow:visible!important;padding:18px 16px 20px!important;transition:background .18s ease!important}.sale-card:last-child,.catalog-grid.cols-5 .card:last-child,.zv-list-card:last-child,.zv-related-grid .zv-list-card:last-child{border-right:0!important}.sale-card:hover,.catalog-grid.cols-5 .card:hover,.zv-list-card:hover,.zv-related-grid .zv-list-card:hover{transform:none!important;box-shadow:none!important;background:#fcfdfe!important}.sale-image,.catalog-grid.cols-5 .card-img-wrap,.zv-list-media,.zv-related-grid .zv-list-media{display:block!important;height:260px!important;aspect-ratio:auto!important;border:0!important;background:#fff!important;overflow:visible!important;position:relative!important}.sale-image img,.catalog-grid.cols-5 .card-img,.zv-list-image,.zv-related-grid .zv-list-image{width:100%!important;height:100%!important;object-fit:contain!important;padding:0!important}.sale-label,.badge,.zv-list-badge{top:0!important;left:0!important;border-radius:2px!important;padding:8px 18px!important;background:#12a866!important;color:#fff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.11em!important;box-shadow:none!important}.zv-list-badge-new{background:#1d9fc2!important}.sale-body,.catalog-grid.cols-5 .card-body,.zv-list-info,.zv-related-grid .zv-list-info{padding:14px 0 0!important;text-align:center!important}.sale-body h3,.catalog-grid.cols-5 .card-body h3,.zv-list-info h3,.zv-related-grid .zv-list-info h3{min-height:54px!important;margin:0 0 13px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;font-size:16px!important;line-height:1.45!important;font-weight:400!important;letter-spacing:-.01em!important}.sale-body h3 a,.catalog-grid.cols-5 .card-body h3 a,.zv-list-info h3 a,.zv-related-grid .zv-list-info h3 a{color:#252f3a!important;text-decoration:none!important}.sale-prices,.catalog-grid.cols-5 .price,.zv-list-price,.zv-related-grid .zv-list-price{justify-content:center!important;margin:0 0 18px!important;gap:10px!important}.sale-prices strong,.catalog-grid.cols-5 .price strong,.zv-list-price strong,.zv-related-grid .zv-list-price strong{color:var(--zv-retail-ink)!important;font-size:18px!important;font-weight:800!important;line-height:1!important;letter-spacing:-.02em!important}.sale-prices strong,.zv-list-price strong.is-sale{color:var(--zv-retail-red)!important}.sale-prices s,.catalog-grid.cols-5 .price s,.zv-list-price s,.zv-related-grid .zv-list-price s{color:var(--zv-retail-old)!important;font-size:11px!important;font-weight:500!important}.zv-list-actions{display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important}.quick-add-form{margin:0!important}.sale-add,.catalog-grid.cols-5 .add-btn,.zv-list-add,.zv-related-grid .zv-list-add{width:auto!important;min-width:164px!important;height:42px!important;min-height:42px!important;padding:0 14px!important;border:1px solid #657483!important;border-radius:4px!important;background:#fff!important;color:#273849!important;font-size:11px!important;font-weight:800!important;letter-spacing:.01em!important;text-transform:uppercase!important}.sale-add:hover,.catalog-grid.cols-5 .add-btn:hover,.zv-list-add:hover,.zv-related-grid .zv-list-add:hover{background:#f6f8fa!important;border-color:#415466!important;color:#1d2f40!important}.zv-heart{width:42px;height:42px;border:0;background:transparent;display:grid;place-items:center;padding:0;cursor:pointer}.zv-heart svg{width:21px;height:21px;fill:none;stroke:#526273;stroke-width:1.8;stroke-linejoin:round}.zv-heart:hover svg{stroke:#c83f35}.product-page-clean{padding:34px 0 18px!important;background:#fff!important}.product-page-clean .page-width{width:min(1480px,calc(100% - 56px))}.product-layout{grid-template-columns:1.03fr .97fr!important;gap:54px!important;align-items:start!important}.product-gallery{top:108px!important}.product-main-media{border:0!important;border-radius:0!important;aspect-ratio:1/1!important;background:#fff!important}.product-main-image{padding:0!important;object-fit:contain!important}.product-thumbs{gap:12px!important;margin-top:14px!important}.thumb{width:78px!important;height:78px!important;border:1px solid #d7dee6!important;border-radius:10px!important;background:#fff!important}.thumb.active{border-color:#526f8b!important;box-shadow:0 0 0 1px #526f8b inset!important}.product-info{max-width:640px!important;padding-top:6px!important}.product-eyebrow{color:#415466!important;font-size:11px!important;letter-spacing:.06em!important;font-weight:800!important;margin-bottom:14px!important;text-transform:uppercase!important}.product-info h1{color:#202a35!important;font-size:35px!important;line-height:1.18!important;font-weight:400!important;letter-spacing:-.025em!important;margin:0 0 18px!important}.product-price-main{gap:16px!important;margin-bottom:16px!important;align-items:center!important}.product-price-main strong{color:#263b53!important;font-size:34px!important;font-weight:800!important;letter-spacing:-.025em!important}.product-price-main strong.zv-product-sale-price{color:var(--zv-retail-red)!important}.product-price-main s{color:#9ba7b4!important;font-size:18px!important}.discount-pill{background:#eef3f7!important;color:#55728d!important;border-radius:999px!important;padding:8px 13px!important;font-size:11px!important;font-weight:800!important}.stock-line{margin:0 0 18px!important;font-size:16px!important;color:#2e6d50!important}.short-description{color:#58697a!important;font-size:17px!important;line-height:1.65!important;margin-bottom:22px!important}.zv-shipping-note{border:1px solid #d8e1e8!important;background:#f7fafb!important;border-radius:10px!important;padding:16px 18px!important;margin:0 0 18px!important}.zv-shipping-icon{width:36px!important;height:36px!important;border-radius:8px!important;background:#eaf2f7!important;color:#355b7b!important}.zv-shipping-note strong{color:#355064!important;font-size:15px!important}.zv-shipping-note small{color:#68798a!important;font-size:13px!important}.buy-row{grid-template-columns:160px 1fr!important;gap:14px!important}.qty{height:54px!important;grid-template-columns:44px 1fr 44px!important;border-radius:8px!important}.product-atc{height:54px!important;border-radius:8px!important;background:#2f6fa7!important;font-size:16px!important}.buy-now-button{min-height:52px!important;border-radius:8px!important;border:1px solid #2f6fa7!important;background:#fff!important;color:#2f6fa7!important;font-size:16px!important;font-weight:800!important}.zv-product-detail-wrap{width:min(1320px,calc(100% - 56px))!important;margin-top:34px!important;margin-bottom:0!important}.zv-detail-block{border-top:1px solid #e6ebef!important;padding:34px 0!important}.zv-detail-heading{text-align:center!important;margin-bottom:28px!important}.zv-detail-heading h2{color:#22384e!important;font-size:28px!important;font-weight:700!important;letter-spacing:-.02em!important}.zv-detail-heading span{width:58px!important;height:3px!important;background:#18a7c5!important;margin:12px auto 0!important}.zv-detail-content{max-width:1100px!important;margin:0 auto!important;color:#425466!important;font-size:16px!important;line-height:1.75!important}.zv-spec-grid{grid-template-columns:repeat(3,1fr)!important;gap:0!important;border-top:1px solid #e5eaef!important;border-left:1px solid #e5eaef!important}.zv-spec-grid>div{min-height:108px!important;border-right:1px solid #e5eaef!important;border-bottom:1px solid #e5eaef!important;padding:22px!important}.zv-spec-grid strong{color:#22384e!important;font-size:14px!important}.zv-spec-grid span{color:#55697b!important;font-size:15px!important}@media(max-width:1200px){.sale-scroll,.catalog-grid.cols-5,.zv-list-grid,.zv-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:900px){.sale-scroll,.catalog-grid.cols-5,.zv-list-grid,.zv-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.product-layout{grid-template-columns:1fr!important;gap:26px!important}.product-gallery{position:static!important}.zv-spec-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:650px){.sale-products-section .page-width,.catalog-section .page-width,.zv-listing-page .page-width,.zv-related-v17 .page-width,.product-page-clean .page-width,.zv-product-detail-wrap{width:min(100% - 24px,1480px)!important}.sale-scroll,.catalog-grid.cols-5,.zv-list-grid,.zv-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important}.sale-card,.catalog-grid.cols-5 .card,.zv-list-card,.zv-related-grid .zv-list-card{padding:14px 9px 18px!important}.sale-image,.catalog-grid.cols-5 .card-img-wrap,.zv-list-media,.zv-related-grid .zv-list-media{height:190px!important}.sale-body h3,.catalog-grid.cols-5 .card-body h3,.zv-list-info h3,.zv-related-grid .zv-list-info h3{font-size:13px!important;min-height:56px!important}.sale-prices strong,.catalog-grid.cols-5 .price strong,.zv-list-price strong,.zv-related-grid .zv-list-price strong{font-size:15px!important}.zv-list-add,.sale-add,.catalog-grid.cols-5 .add-btn{min-width:0!important;width:100%!important;font-size:9px!important}.zv-heart{display:none}.product-info h1,.product-price-main strong{font-size:28px!important}.zv-spec-grid{grid-template-columns:1fr!important}}.store-header{background:#fff!important;border-bottom:1px solid #e7ebef!important}.store-header-inner{min-height:118px!important;display:grid!important;grid-template-columns:230px minmax(420px,1fr) 270px!important;align-items:center!important;gap:34px!important}.store-header .brand{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important}.store-header .brand img{width:auto!important;height:auto!important;max-width:150px!important;max-height:72px!important;object-fit:contain!important;display:block!important}.header-search{width:100%!important;max-width:none!important;height:56px!important;display:grid!important;grid-template-columns:1fr 74px!important;border:1px solid #9caab6!important;border-radius:6px!important;overflow:hidden!important;background:#fff!important;box-shadow:none!important}.header-search:focus-within{border-color:#49667f!important;box-shadow:0 0 0 1px #49667f inset!important}.header-search input{width:100%!important;min-width:0!important;height:100%!important;border:0!important;outline:0!important;background:#fff!important;padding:0 20px!important;color:#2b3d4d!important;font-size:16px!important;font-weight:400!important}.header-search input::placeholder{color:#9aa7b3!important;opacity:1!important}.header-search button{width:74px!important;height:100%!important;border:0!important;border-left:1px solid #1b2f40!important;border-radius:0!important;background:#102e46!important;color:#fff!important;display:grid!important;place-items:center!important;padding:0!important;cursor:pointer!important}.header-search button:hover{background:#0b2539!important}.header-search-icon{width:24px!important;height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important}.store-actions{justify-content:flex-end!important;gap:22px!important}.account-link{gap:10px!important}.action-copy small{font-size:11px!important;line-height:1.1!important;color:#21394d!important}.action-copy strong{font-size:18px!important;line-height:1.05!important;color:#17334a!important;font-weight:800!important}.product-page-clean{background:#fff!important;padding-top:34px!important}.product-page-clean .product-layout{grid-template-columns:minmax(0,760px) minmax(420px,1fr)!important;gap:58px!important;align-items:start!important}.product-gallery{position:sticky!important;top:104px!important;display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;grid-template-rows:660px!important;gap:18px!important;width:100%!important;min-width:0!important;background:#fff!important}.product-main-media{grid-column:2!important;grid-row:1!important;width:100%!important;height:660px!important;min-height:660px!important;max-height:660px!important;aspect-ratio:auto!important;border:0!important;border-radius:0!important;background:#fff!important;overflow:hidden!important;position:relative!important}.product-slide-track,.product-slide{width:100%!important;height:100%!important;background:#fff!important}.product-slide{display:none!important;align-items:center!important;justify-content:center!important}.product-slide.active{display:flex!important}.product-main-image,.product-main-video,.product-main-media model-viewer{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;padding:22px!important;margin:0!important;background:#fff!important}.product-thumbs{grid-column:1!important;grid-row:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:14px!important;width:88px!important;height:660px!important;margin:0!important;padding:0!important;overflow-y:auto!important;overflow-x:hidden!important;background:#fff!important}.thumb{flex:0 0 82px!important;width:82px!important;height:82px!important;border:1px solid #d8dee5!important;border-radius:9px!important;background:#fff!important;padding:5px!important;overflow:hidden!important}.thumb img{width:100%!important;height:100%!important;object-fit:contain!important;background:#fff!important}.thumb.active{border-color:#405e79!important;box-shadow:0 0 0 1px #405e79 inset!important}.product-gallery-arrow{width:52px!important;height:52px!important;border-radius:50%!important;border:1px solid #e0e5ea!important;background:#fff!important;color:#19364e!important;box-shadow:0 8px 20px #142a3c14!important}.product-gallery-arrow.prev{left:6px!important}.product-gallery-arrow.next{right:6px!important}.product-page-clean,.product-layout,.product-gallery,.product-main-media,.product-slide-track,.product-slide,.product-main-image,.product-thumbs{background-color:#fff!important}.product-main-media:before,.product-main-media:after,.product-gallery:before,.product-gallery:after{content:none!important;display:none!important}.sample-image-label{bottom:12px!important}.product-info{padding-top:8px!important;max-width:620px!important}.product-info h1{max-width:620px!important}.short-description{max-width:610px!important}@media(max-width:1250px){.store-header-inner{grid-template-columns:180px minmax(360px,1fr) 240px!important;gap:24px!important}.store-header .brand img{max-width:130px!important;max-height:64px!important}.product-page-clean .product-layout{grid-template-columns:minmax(0,620px) minmax(390px,1fr)!important;gap:42px!important}.product-gallery{grid-template-rows:570px!important}.product-main-media,.product-thumbs{height:570px!important;min-height:570px!important;max-height:570px!important}}@media(max-width:980px){.store-header-inner{grid-template-columns:150px 1fr auto!important;min-height:100px!important}.product-page-clean .product-layout{grid-template-columns:1fr!important}.product-gallery{position:static!important;grid-template-columns:76px 1fr!important;grid-template-rows:560px!important}.product-main-media,.product-thumbs{height:560px!important;min-height:560px!important;max-height:560px!important}.product-thumbs{width:76px!important}.thumb{width:70px!important;height:70px!important;flex-basis:70px!important}}@media(max-width:720px){.store-header-inner{grid-template-columns:1fr auto!important;min-height:96px!important;gap:14px!important}.store-header .brand img{max-width:115px!important;max-height:56px!important}.header-search{grid-column:1/-1!important;grid-row:2!important;height:48px!important;grid-template-columns:1fr 58px!important;margin-bottom:12px!important}.header-search button{width:58px!important}.product-gallery{display:block!important;width:100%!important}.product-main-media{width:100%!important;height:440px!important;min-height:440px!important;max-height:440px!important}.product-thumbs{width:100%!important;height:auto!important;display:flex!important;flex-direction:row!important;gap:9px!important;margin-top:10px!important;overflow-x:auto!important;overflow-y:hidden!important}.thumb{flex:0 0 66px!important;width:66px!important;height:66px!important}.product-main-image{padding:10px!important}}.product-page-clean .product-layout{display:grid!important;grid-template-columns:minmax(0,760px) minmax(430px,1fr)!important;gap:60px!important;align-items:start!important}.product-page-clean .product-gallery{grid-column:1!important;grid-row:1!important}.product-page-clean .product-info{grid-column:2!important;grid-row:1!important;align-self:start!important;max-width:620px!important;padding-top:8px!important;margin:0!important}.product-page-clean .product-layout>.product-gallery,.product-page-clean .product-layout>.product-info{min-width:0!important}.product-page-clean .product-info h1{margin-top:0!important}.product-page-clean .product-gallery{grid-template-columns:82px minmax(0,1fr)!important;grid-template-rows:610px!important;gap:16px!important}.product-page-clean .product-main-media{height:610px!important;min-height:610px!important;max-height:610px!important}.product-page-clean .product-thumbs{width:82px!important;height:610px!important}.product-page-clean .thumb{width:76px!important;height:76px!important;flex-basis:76px!important}@media(max-width:1200px)and (min-width:901px){.product-page-clean .product-layout{grid-template-columns:minmax(0,56%) minmax(0,44%)!important;gap:34px!important}.product-page-clean .product-gallery{grid-template-columns:72px minmax(0,1fr)!important;grid-template-rows:520px!important}.product-page-clean .product-main-media{height:520px!important;min-height:520px!important;max-height:520px!important}.product-page-clean .product-thumbs{width:72px!important;height:520px!important}.product-page-clean .thumb{width:66px!important;height:66px!important;flex-basis:66px!important}.product-page-clean .product-info h1{font-size:32px!important;line-height:1.16!important}.product-page-clean .product-price-main strong{font-size:30px!important}.product-page-clean .short-description{font-size:15px!important}}@media(max-width:900px){.product-page-clean .product-layout{grid-template-columns:1fr!important;gap:28px!important}.product-page-clean .product-gallery,.product-page-clean .product-info{grid-column:1!important}.product-page-clean .product-gallery{grid-row:1!important}.product-page-clean .product-info{grid-row:2!important}}.footer-grid{grid-template-columns:1.5fr .85fr .95fr .85fr!important;gap:64px!important}.footer-muted-link{display:block;color:#72889e;font-size:13px;margin:8px 0}.footer-help{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:36px;padding-top:28px;border-top:1px solid rgba(255,255,255,.1)}.footer-help-item{border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff06;overflow:hidden}.footer-help-item summary{list-style:none;padding:15px 16px;color:#fff;font-size:13px;font-weight:800;cursor:pointer;position:relative}.footer-help-item summary::-webkit-details-marker{display:none}.footer-help-item summary:after{content:"+";position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#79b7e2;font-size:18px;font-weight:400}.footer-help-item[open] summary:after{content:"\2212"}.footer-help-item>div{padding:0 16px 16px;color:#aebdcd;font-size:12px;line-height:1.6}.footer-help-item p{margin:0 0 10px}.footer-help-action{display:inline-flex!important;margin:8px 8px 0 0!important;padding:8px 11px;border-radius:5px;background:#1d7fbc;color:#fff!important;font-size:11px!important;font-weight:800}.footer-help-action.secondary-help{background:transparent;border:1px solid rgba(255,255,255,.22)}.footer-faq-list p{padding:9px 0;margin:0!important;border-top:1px solid rgba(255,255,255,.08)}.footer-faq-list p:first-child{border-top:0}.zv-whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:999;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#16c96d;color:#fff;box-shadow:0 10px 30px #1258393d;transition:transform .18s ease,box-shadow .18s ease}.zv-whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 13px 34px #1258394d}.zv-whatsapp-float svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-page{background:#fff!important;padding:40px 0 64px!important}.cart-page .page-width{width:min(1500px,calc(100% - 56px))!important}.cart-page-head{margin-bottom:26px!important}.cart-page-head .eyebrow{display:none!important}.cart-page-head h1{font-size:36px!important;font-weight:700!important;letter-spacing:-.03em!important}.cart-page-head p{margin:5px 0 0!important;color:#8a98a7!important;font-size:13px!important}.cart-layout-v7{grid-template-columns:minmax(0,1fr) 430px!important;gap:42px!important}.cart-items-v7{border:0!important;border-radius:0!important;background:#fff!important;overflow:visible!important}.cart-item-v7{padding:22px 0!important;border-bottom:1px solid #e7edf2!important}.cart-item-v7:first-child{border-top:1px solid #e7edf2!important}.cart-item-image{width:150px!important;height:150px!important;border:0!important;border-radius:0!important;background:#fff!important}.cart-item-image img{padding:6px!important}.cart-item-title{font-size:16px!important;line-height:1.35!important;font-weight:700!important}.cart-line-price{font-size:17px!important;font-weight:800!important}.cart-qty-control input{width:86px!important;height:42px!important;border:1px solid #d5dee6!important;border-radius:6px!important;text-align:center!important;background:#fff!important}.cart-actions-row{padding:16px 0 0!important;justify-content:flex-start!important}.cart-actions-row a{color:#597086!important;font-size:12px!important;font-weight:700!important}.update-cart{display:none!important}.cart-summary-v7{position:sticky!important;top:118px!important;background:#fbfcfd!important;border:1px solid #e1e7ed!important;border-radius:10px!important;box-shadow:none!important;padding:28px!important}.cart-summary-v7 h2{font-size:26px!important;font-weight:700!important;letter-spacing:-.025em!important}.summary-row{font-size:14px!important;padding:15px 0!important}.zv-cart-delivery-note{padding:14px 0!important;margin:4px 0 18px!important}.checkout-btn{height:52px!important;border-radius:7px!important;font-size:15px!important;background:#1f73b7!important}.zv-mp-trust{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin-top:16px!important;color:#4b6074!important;text-align:left!important}.zv-mp-lock{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#eaf4fb;color:#1970ad;font-size:13px;font-weight:900}.zv-mp-trust strong{display:block;font-size:11.5px;color:#29445a}.zv-mp-trust small{display:block;margin-top:2px;font-size:9.5px;color:#8795a3}@media(max-width:980px){.footer-help{grid-template-columns:repeat(2,1fr)}.cart-layout-v7{grid-template-columns:1fr!important}.cart-summary-v7{position:static!important}}@media(max-width:650px){.footer-help{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr!important;gap:28px!important}.zv-whatsapp-float{right:16px;bottom:16px;width:52px;height:52px}.cart-page .page-width{width:min(100% - 24px,1500px)!important}.cart-item-v7{grid-template-columns:110px 1fr!important}.cart-item-image{width:110px!important;height:110px!important}}.footer-brand-block{max-width:300px}.footer-logo-wrap{display:inline-flex!important;align-items:center;justify-content:center;width:175px;min-height:72px;padding:8px 12px;margin:0 0 14px!important;border-radius:8px;background:#fff}.footer-logo-wrap img{display:block;width:100%;height:auto;max-height:58px;object-fit:contain}.footer-brand-block p{margin-top:0!important}.footer-help{display:none!important}.zv-whatsapp-float{right:24px!important;bottom:92px!important;width:58px!important;height:58px!important;padding:0!important;background:#1fc66d!important;border:0!important;box-shadow:0 10px 26px #186c433d!important;color:#fff!important}.zv-whatsapp-float svg{width:32px!important;height:32px!important;overflow:visible!important}.zv-whatsapp-float .wa-bubble{fill:none!important;stroke:#fff!important;stroke-width:1.7!important}.zv-whatsapp-float .wa-phone{fill:#fff!important;stroke:none!important}.cart-items-v7{padding:0!important}.zv-cart-line{display:grid!important;grid-template-columns:160px minmax(0,1fr)!important;gap:26px!important;align-items:start!important;width:100%!important;min-width:0!important}.zv-cart-line .cart-item-image{grid-column:1!important;width:160px!important;height:160px!important;min-width:160px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.zv-cart-line .cart-item-info{grid-column:2!important;width:100%!important;min-width:0!important;padding-top:6px!important;display:flex!important;flex-direction:column!important;gap:20px!important}.zv-cart-line .cart-item-top{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:24px!important;align-items:start!important}.zv-cart-line .cart-item-top>div{min-width:0!important}.zv-cart-line .cart-item-title{display:block!important;max-width:760px!important;font-size:16px!important;line-height:1.4!important;overflow-wrap:anywhere!important}.zv-cart-line .cart-line-price{white-space:nowrap!important;justify-self:end!important}.zv-cart-line .cart-item-bottom{display:flex!important;align-items:center!important;gap:18px!important;margin-top:auto!important}.cart-layout-v7{align-items:start!important}.zv-help-page{min-height:620px;padding:64px 0 84px;background:#f7f9fb}.zv-help-page-inner{max-width:980px}.zv-help-kicker{display:block;margin-bottom:10px;color:#1972b5;font-size:10px;font-weight:900;letter-spacing:.16em}.zv-help-page h1{margin:0 0 10px;color:#183b58;font-size:42px;line-height:1.05;letter-spacing:-.04em}.zv-help-lead{margin:0 0 34px;color:#6e7f8f;font-size:15px}.zv-faq-page-list{display:grid;gap:10px}.zv-faq-page-list details{background:#fff;border:1px solid #dfe7ed;border-radius:8px;overflow:hidden}.zv-faq-page-list summary{padding:18px 20px;list-style:none;cursor:pointer;color:#243d53;font-size:14px;font-weight:800}.zv-faq-page-list summary::-webkit-details-marker{display:none}.zv-faq-page-list details p{margin:0;padding:0 20px 18px;color:#637587;font-size:13px;line-height:1.65}.zv-info-page-card{background:#fff;border:1px solid #e0e7ed;border-radius:10px;padding:30px}.zv-info-page-card h2{margin:26px 0 8px;color:#233d54;font-size:18px}.zv-info-page-card p{margin:0;color:#637587;font-size:14px;line-height:1.7}.zv-contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.zv-contact-cards a{display:flex;flex-direction:column;gap:4px;padding:18px;border:1px solid #dce5eb;border-radius:8px;background:#fff;text-decoration:none}.zv-contact-cards strong{color:#234058;font-size:13px}.zv-contact-cards span{color:#6e8091;font-size:12px}.zv-contact-form{background:#fff;border:1px solid #e0e7ed;border-radius:10px;padding:28px}.zv-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.zv-contact-form label{display:block;margin:0 0 7px;color:#31495d;font-size:12px;font-weight:800}.zv-contact-form input,.zv-contact-form textarea{width:100%;border:1px solid #ccd8e2;border-radius:6px;padding:12px;font:inherit;margin-bottom:16px}.zv-contact-form button{border:0;border-radius:6px;background:#1c72b5;color:#fff;padding:13px 20px;font-weight:800;cursor:pointer}.zv-form-success{padding:12px;border-radius:6px;background:#eff8f4;color:#277252}@media(max-width:800px){.zv-cart-line{grid-template-columns:110px minmax(0,1fr)!important;gap:16px!important}.zv-cart-line .cart-item-image{width:110px!important;min-width:110px!important;height:110px!important}.zv-cart-line .cart-item-top{grid-template-columns:1fr!important;gap:8px!important}.zv-cart-line .cart-line-price{justify-self:start!important}}@media(max-width:650px){.footer-grid{grid-template-columns:1fr 1fr!important}.footer-logo-wrap{width:150px}.zv-whatsapp-float{right:16px!important;bottom:82px!important;width:54px!important;height:54px!important}.zv-form-grid,.zv-contact-cards{grid-template-columns:1fr}.zv-help-page{padding:44px 0 62px}.zv-help-page h1{font-size:34px}}.footer-v23{background:#f6f8fb!important;color:#17354f!important;border-top:1px solid #e4eaf0!important}.footer-v23 .footer-grid{grid-template-columns:1.45fr .9fr 1fr .85fr!important;gap:58px!important}.footer-v23 h3{color:#17354f!important}.footer-v23 a,.footer-v23 p,.footer-v23 .footer-muted-link{color:#667a8d!important}.footer-v23 a:hover{color:#1672b8!important}.footer-logo-wrap-v23{display:inline-block!important;margin:0 0 10px!important;background:transparent!important}.footer-logo-wrap-v23 img{display:block!important;width:170px!important;height:auto!important;object-fit:contain!important}.footer-v23 .footer-bottom{border-top:1px solid #dfe6ec!important;color:#7b8b99!important}.zv-whatsapp-float{display:none!important}.cart-page-v23{padding:34px 0 58px!important;background:#fff!important}.cart-page-v23 .page-width{width:min(1440px,calc(100% - 48px))!important}.cart-page-v23 .cart-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px!important}.cart-page-v23 .cart-page-head h1{margin:0!important;font-size:34px!important;letter-spacing:-.03em!important}.cart-page-v23 .cart-page-head p{margin:4px 0 0!important;font-size:12px!important;color:#8594a2!important}.cart-layout-v23{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start}.cart-table-v23{border-top:1px solid #dfe6ec;border-bottom:1px solid #dfe6ec}.cart-table-head{display:grid;grid-template-columns:minmax(0,1fr) 150px 130px;gap:18px;padding:11px 0;color:#52687a;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;border-bottom:1px solid #dfe6ec}.cart-row-v23{display:grid;grid-template-columns:minmax(0,1fr) 150px 130px;gap:18px;align-items:center;min-height:120px;padding:16px 0;border-bottom:1px solid #edf1f4}.cart-row-v23:last-of-type{border-bottom:0}.cart-product-v23{display:grid;grid-template-columns:92px minmax(0,1fr);gap:16px;align-items:center;min-width:0}.cart-thumb-v23{width:92px;height:92px;display:flex;align-items:center;justify-content:center;background:#fff}.cart-thumb-v23 img{width:100%;height:100%;object-fit:contain}.cart-copy-v23{min-width:0}.cart-copy-v23>a:first-child{display:block;color:#1d3448;text-decoration:none;font-size:14px;line-height:1.38;font-weight:700;max-width:620px}.cart-copy-v23 small{display:block;margin-top:4px;color:#81909d;font-size:10.5px}.remove-link-v23{display:inline-block;margin-top:9px;color:#8b99a5!important;font-size:10.5px!important;font-weight:600!important;text-decoration:underline!important}.cart-qty-v23{justify-self:start;display:grid;grid-template-columns:30px 46px 30px;height:34px;border:1px solid #d6dee5;border-radius:5px;overflow:hidden;background:#fff}.cart-qty-v23 button,.cart-qty-v23 input{border:0;background:#fff;text-align:center;font-size:13px}.cart-qty-v23 button{cursor:pointer;color:#314a5e}.cart-qty-v23 input{width:46px;font-weight:700;border-left:1px solid #e5eaee;border-right:1px solid #e5eaee}.cart-price-v23{justify-self:end;color:#17354f;font-size:15px;white-space:nowrap}.cart-continue-v23{padding:13px 0}.cart-continue-v23 a{color:#63788b;text-decoration:none;font-size:11px;font-weight:700}.cart-summary-v23{position:sticky;top:118px;padding:24px;border:1px solid #dfe6ec;border-radius:9px;background:#fafcfd}.cart-summary-v23 h2{margin:0 0 16px;color:#17354f;font-size:22px;letter-spacing:-.02em}.summary-row-v23{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0;border-top:1px solid #e5eaee;color:#556b7e;font-size:12px}.summary-row-v23 strong{color:#17354f;font-size:13px}.cart-progress-note-v23{margin:12px 0 16px;padding:10px 12px;border-radius:6px;background:#eef5fa;color:#5b7184;font-size:10.5px}.cart-progress-note-v23.success{background:#eef8f3;color:#347255}.checkout-btn-v23{width:100%;height:48px;border:0;border-radius:6px;background:#1d73b7;color:#fff;font-size:14px;font-weight:900;cursor:pointer}.checkout-btn-v23:hover{background:#155f98}.mp-trust-v23{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:14px;color:#6a7c8b}.mp-trust-v23>span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#eaf4fb;color:#1d73b7;font-size:10px;font-weight:900}.mp-trust-v23 strong{display:block;color:#385166;font-size:10.5px}.mp-trust-v23 small{display:block;margin-top:1px;color:#8a97a3;font-size:9px}.zv-help-page{min-height:560px;padding:58px 0 78px;background:#f7f9fb}.zv-help-page-inner{max-width:920px}.zv-help-kicker{display:block;margin-bottom:9px;color:#1672b8;font-size:10px;font-weight:900;letter-spacing:.16em}.zv-help-page h1{margin:0 0 10px;color:#173b58;font-size:40px;letter-spacing:-.04em}.zv-help-lead{margin:0 0 30px;color:#6f8090;font-size:14px}.zv-info-page-card,.zv-contact-form{background:#fff;border:1px solid #e0e7ed;border-radius:9px;padding:28px}.zv-info-page-card h2{margin:24px 0 8px;color:#263f55;font-size:17px}.zv-info-page-card h2:first-child{margin-top:0}.zv-info-page-card p{margin:0;color:#647688;font-size:13px;line-height:1.7}.zv-faq-page-list{display:grid;gap:9px}.zv-faq-page-list details{border:1px solid #dfe6ec;border-radius:7px;background:#fff}.zv-faq-page-list summary{padding:16px 18px;cursor:pointer;color:#2a4359;font-size:13px;font-weight:800}.zv-faq-page-list p{margin:0;padding:0 18px 16px;color:#66788a;font-size:12.5px;line-height:1.6}.zv-contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:18px}.zv-contact-cards>div{padding:16px;border:1px solid #dfe6ec;border-radius:7px;background:#fff}.zv-contact-cards strong{display:block;color:#274158;font-size:12px}.zv-contact-cards span{display:block;margin-top:3px;color:#718292;font-size:11px}.zv-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.zv-contact-form label{display:block;margin:0 0 6px;color:#314a5f;font-size:11px;font-weight:800}.zv-contact-form input,.zv-contact-form textarea{width:100%;margin-bottom:14px;padding:11px;border:1px solid #ccd7e0;border-radius:5px;font:inherit}.zv-contact-form button{border:0;border-radius:5px;background:#1d73b7;color:#fff;padding:12px 18px;font-weight:800;cursor:pointer}@media(max-width:980px){.cart-layout-v23{grid-template-columns:1fr}.cart-summary-v23{position:static}}@media(max-width:720px){.footer-v23 .footer-grid{grid-template-columns:1fr 1fr!important;gap:28px!important}.cart-table-head{display:none}.cart-row-v23{grid-template-columns:1fr auto;gap:12px}.cart-product-v23{grid-column:1/-1}.cart-qty-v23{grid-column:1}.cart-price-v23{grid-column:2}.zv-contact-cards,.zv-form-grid{grid-template-columns:1fr}}:root{--zv25-navy:#0e2940;--zv25-blue:#0877d1;--zv25-blue2:#16a3e6;--zv25-cyan:#34c6e8;--zv25-ink:#14283a;--zv25-muted:#6f8191;--zv25-line:#e4ebf1;--zv25-soft:#f4f8fb;--zv25-white:#ffffff}body{background:#fff!important;color:var(--zv25-ink)!important}.zv-header-v25{background:#fffffffa!important;border-bottom:1px solid var(--zv25-line)!important}.zv-header-v25 .store-header-inner{min-height:104px!important;grid-template-columns:215px minmax(360px,1fr) 310px!important;gap:30px!important}.zv-header-v25 .brand img{max-width:160px!important;max-height:68px!important;mix-blend-mode:multiply}.zv-header-wordmark{display:flex;gap:5px;font-weight:950;font-size:29px;letter-spacing:-.065em;text-decoration:none;color:var(--zv25-navy)}.zv-header-wordmark strong{color:var(--zv25-blue)}.zv-header-v25 .header-search{height:50px!important;border:1px solid #cbd7e1!important;border-radius:999px!important;overflow:hidden!important;background:#f8fafc!important;box-shadow:0 3px 14px #0e29400a!important}.zv-header-v25 .header-search input{background:transparent!important;font-size:14px!important;padding-left:22px!important}.zv-header-v25 .header-search button{width:62px!important;border-left:0!important;background:var(--zv25-navy)!important}.zv-header-v25 .store-actions{gap:18px!important}.zv-header-v25 .account-link{padding:8px 10px!important;border-radius:12px!important;transition:.18s ease!important}.zv-header-v25 .account-link:hover{background:#f2f7fb!important}.zv-header-v25 .action-copy small{color:#7a8b99!important;font-size:10px!important}.zv-header-v25 .action-copy strong{font-size:15px!important;color:var(--zv25-navy)!important}.zv-header-v25 .account-svg svg,.zv-bag-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.zv-header-v25 .cart-link-store{width:44px;height:44px;display:grid!important;place-items:center;border-radius:50%;background:#f2f7fb;color:var(--zv25-navy)!important}.zv-header-v25 .cart-count{top:-3px!important;right:-3px!important;background:var(--zv25-blue)!important;color:#fff!important}.zv-nav-v25{background:#fff!important;border-bottom:1px solid var(--zv25-line)!important;position:relative!important;z-index:95!important}.zv-nav-v25 .category-nav-inner{height:54px!important;gap:29px!important;overflow:visible!important}.category-menu-details{position:relative;height:54px;display:flex;align-items:center}.category-menu-details>summary{list-style:none}.category-menu-details>summary::-webkit-details-marker{display:none}.zv-nav-v25 .category-menu-button{height:38px!important;border-radius:999px!important;background:var(--zv25-navy)!important;padding:0 16px!important;font-size:11px!important;letter-spacing:.05em!important;gap:8px!important}.zv-menu-chevron{font-size:14px;transition:transform .2s}.category-menu-details[open] .zv-menu-chevron{transform:rotate(180deg)}.category-menu-details .category-mega{display:none!important;top:49px!important;left:0!important;width:680px!important;border-radius:16px!important;border:1px solid var(--zv25-line)!important;padding:24px!important;box-shadow:0 24px 60px #0b273e24!important;background:#fff!important;grid-template-columns:repeat(3,1fr)!important;gap:28px!important}.category-menu-details[open] .category-mega{display:grid!important}.category-menu-details .category-mega strong{font-size:12px!important;text-transform:uppercase;letter-spacing:.08em;color:var(--zv25-navy)!important;margin-bottom:7px!important}.category-menu-details .category-mega a{font-size:13px!important;color:#607487!important;padding:5px 0!important}.category-menu-details .category-mega a:hover{color:var(--zv25-blue)!important;transform:translate(2px)}.zv-nav-v25 .category-nav-inner>a{font-size:11px!important;font-weight:850!important;letter-spacing:.045em!important;color:#536779!important;white-space:nowrap!important}.zv-nav-v25 .category-nav-inner>a:hover{color:var(--zv25-blue)!important}.zv-hero-v25{height:570px!important;background:#eef6fd!important;border-bottom:1px solid #e7eef5!important}.zv-hero-v25 .carousel-image{object-fit:cover!important;object-position:center!important}.zv-hero-v25 .carousel-overlay{background:linear-gradient(90deg,#f7fbfffc,#f7fbfff5 29%,#f7fbff9e 46%,#f7fbff0d 68%,#f7fbff00)!important}.zv-hero-v25 .carousel-copy{max-width:590px!important;color:var(--zv25-navy)!important}.zv-hero-v25 .carousel-badge{background:#e6f3ff!important;color:#0871c2!important;border:1px solid #cce7fa!important;border-radius:999px!important;padding:7px 11px!important;font-size:10px!important;letter-spacing:.12em!important;margin-bottom:18px!important}.zv-hero-v25 .carousel-copy h2{font-size:59px!important;line-height:.99!important;letter-spacing:-.055em!important;font-weight:900!important;color:var(--zv25-navy)!important;margin-bottom:17px!important}.zv-hero-v25 .carousel-copy p{max-width:520px!important;font-size:17px!important;line-height:1.55!important;color:#5e7488!important;margin-bottom:22px!important}.zv-hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.zv-hero-v25 .carousel-cta{background:linear-gradient(135deg,var(--zv25-blue),#0d91df)!important;color:#fff!important;padding:14px 21px!important;border-radius:10px!important;box-shadow:0 10px 24px #0877d133!important}.zv-hero-v25 .carousel-cta:hover{transform:translateY(-1px);background:linear-gradient(135deg,#0668b7,#087fcb)!important;color:#fff!important}.carousel-secondary{text-decoration:none;color:var(--zv25-navy);font-size:13px;font-weight:850}.carousel-secondary:hover{color:var(--zv25-blue)}.zv-hero-points{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:24px;color:#597085;font-size:11px;font-weight:750}.zv-hero-points span{display:inline-flex;align-items:center;gap:4px}.zv-trust-strip{background:#fff;border-bottom:1px solid var(--zv25-line);padding:18px 0}.zv-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.zv-trust-grid>div{display:flex;align-items:center;gap:12px;padding:8px 24px;border-right:1px solid var(--zv25-line)}.zv-trust-grid>div:first-child{padding-left:0}.zv-trust-grid>div:last-child{border-right:0;padding-right:0}.zv-trust-grid>div>span{width:38px;height:38px;border-radius:12px;background:#edf6fd;color:var(--zv25-blue);display:grid;place-items:center;font-size:15px;font-weight:900;flex:0 0 auto}.zv-trust-grid p{margin:0}.zv-trust-grid strong{display:block;font-size:12px;color:var(--zv25-navy)}.zv-trust-grid small{display:block;font-size:10px;color:#8594a1;margin-top:3px;line-height:1.3}.zv-category-showcase{padding:64px 0 72px;background:linear-gradient(180deg,#f7fafc,#fff)}.zv-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:26px}.zv-kicker{font-size:10px;letter-spacing:.14em;font-weight:900;color:var(--zv25-blue)}.zv-section-heading h2{font-size:35px;line-height:1.05;letter-spacing:-.045em;margin:6px 0 7px;color:var(--zv25-navy)}.zv-section-heading p{margin:0;color:#748697;font-size:13px}.zv-section-heading>a{text-decoration:none;font-size:12px;font-weight:850;color:var(--zv25-blue)}.zv-category-mosaic{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:220px;gap:14px}.zv-cat-card{position:relative;overflow:hidden;border-radius:18px;padding:26px;text-decoration:none;display:flex;align-items:flex-end;isolation:isolate;box-shadow:0 10px 32px #19384e0f;transition:transform .2s ease,box-shadow .2s ease}.zv-cat-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #19384e1c}.zv-cat-card:before,.zv-cat-card:after{content:"";position:absolute;border-radius:50%;z-index:-1;opacity:.7}.zv-cat-card:before{width:240px;height:240px;right:-70px;top:-100px;background:#ffffff73}.zv-cat-card:after{width:150px;height:150px;right:55px;bottom:-90px;background:#ffffff40}.zv-cat-card>div{max-width:72%}.zv-cat-card small{font-size:9px;letter-spacing:.12em;font-weight:900;opacity:.75}.zv-cat-card h3{font-size:25px;letter-spacing:-.035em;margin:6px 0 8px;line-height:1}.zv-cat-card p{font-size:12px;line-height:1.45;margin:0 0 12px;opacity:.78}.zv-cat-card b{font-size:11px}.zv-cat-icon{position:absolute;right:22px;top:22px;width:88px;height:88px;border-radius:24px;background:#ffffffad;display:grid;place-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.zv-cat-icon svg{width:51px;height:51px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.zv-cat-home{grid-column:span 6;grid-row:span 2;background:linear-gradient(135deg,#dff2ff,#b9e1fb);color:#123e5e}.zv-cat-home>div{max-width:60%}.zv-cat-home h3{font-size:36px}.zv-cat-tech{grid-column:span 3;background:linear-gradient(135deg,#172e49,#0a6fae);color:#fff}.zv-cat-auto{grid-column:span 3;background:linear-gradient(135deg,#dbe8f1,#b7cddd);color:#17364f}.zv-cat-sport{grid-column:span 3;background:linear-gradient(135deg,#dff6f0,#b9e4d7);color:#174d42}.zv-cat-well{grid-column:span 3;background:linear-gradient(135deg,#f5e7f1,#e8cfe0);color:#633a56}.zv-cat-climate{grid-column:span 6;background:linear-gradient(135deg,#eff4f7,#dce9f1);color:#284a62}.sale-products-section{background:#fff!important;padding:60px 0 52px!important}.catalog-section{background:#f7fafc!important;padding:62px 0 70px!important}.sale-head h2,.catalog-head h2{font-size:32px!important;letter-spacing:-.04em!important;color:var(--zv25-navy)!important}.sale-head h2:after,.catalog-head h2:after{background:var(--zv25-blue2)!important;width:36px!important}.sale-card,.catalog-grid.cols-5 .card{background:#fff!important;border:1px solid #e5ecf2!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 6px 18px #0d2a3f0a!important}.sale-card:hover,.catalog-grid.cols-5 .card:hover{box-shadow:0 16px 34px #0d2a3f1a!important;transform:translateY(-3px)!important}.sale-image,.catalog-grid.cols-5 .card-img-wrap{background:#fbfcfd!important;height:255px!important;border-bottom:1px solid #edf1f4!important;border-radius:0!important}.sale-body,.catalog-grid.cols-5 .card-body{padding:16px!important}.sale-add,.catalog-grid.cols-5 .add-btn{width:100%!important;min-height:39px!important;border-radius:8px!important;border:1px solid #b8c7d3!important;font-size:10px!important}.sale-add:hover,.catalog-grid.cols-5 .add-btn:hover{background:var(--zv25-navy)!important;border-color:var(--zv25-navy)!important;color:#fff!important}.newsletter{background:linear-gradient(135deg,#0e2940,#0b5d91)!important;color:#fff!important;border:0!important;padding:54px 0!important}.newsletter h2{color:#fff!important}.newsletter p{color:#bfd1df!important}.newsletter-form input{border:0!important;border-radius:9px!important}.newsletter-form button{background:#15a6e3!important;border-radius:9px!important}.footer-v25{background:#081c2e!important;color:#fff!important;padding:58px 0 22px!important;border-top:0!important}.footer-v25 .footer-grid{grid-template-columns:1.45fr .85fr 1fr .8fr!important;gap:56px!important}.zv-footer-wordmark{display:inline-flex;gap:5px;text-decoration:none;font-weight:950;font-size:34px;letter-spacing:-.07em;color:#fff;margin-bottom:14px}.zv-footer-wordmark strong{color:#28a7ef}.zv-footer-tagline{max-width:300px!important;color:#9fb3c4!important;font-size:13px!important;line-height:1.55!important}.zv-footer-badges{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.zv-footer-badges span{border:1px solid #24415a;border-radius:999px;padding:7px 10px;font-size:9px;color:#abc0d0}.footer-v25 h3{font-size:11px!important;text-transform:uppercase;letter-spacing:.11em;color:#e8f2fa!important;margin-bottom:16px!important}.footer-v25 a,.footer-v25 p,.footer-v25 .footer-muted-link{color:#9fb2c2!important;font-size:12px!important;margin:10px 0!important}.footer-v25 a:hover{color:#35b4f3!important}.footer-v25 .footer-bottom{border-top:1px solid #19364c!important;color:#718da2!important;margin-top:38px!important;padding-top:20px!important;display:flex;justify-content:space-between;font-size:10px!important}@media(max-width:1180px){.zv-header-v25 .store-header-inner{grid-template-columns:180px 1fr auto!important}.zv-header-v25 .action-copy{display:none}.zv-trust-grid{grid-template-columns:repeat(2,1fr)}.zv-trust-grid>div:nth-child(2){border-right:0}.zv-category-mosaic{grid-auto-rows:200px}.zv-cat-card h3{font-size:22px}.zv-cat-home h3{font-size:31px}}@media(max-width:900px){.page-width{width:min(100% - 32px,1440px)!important}.zv-header-v25 .store-header-inner{grid-template-columns:1fr auto!important;min-height:76px!important}.zv-header-v25 .header-search{grid-column:1/-1;grid-row:2;margin-bottom:14px}.zv-header-v25 .account-link{display:none!important}.zv-header-v25 .brand img{max-width:125px!important;max-height:54px!important}.zv-nav-v25 .category-nav-inner{overflow-x:auto!important;gap:18px!important}.category-menu-details{position:static!important}.category-menu-details .category-mega{position:fixed!important;left:16px!important;right:16px!important;top:130px!important;width:auto!important;grid-template-columns:1fr!important;max-height:68vh!important;overflow:auto!important}.zv-hero-v25{height:500px!important}.zv-hero-v25 .carousel-overlay{background:linear-gradient(90deg,#f7fbfffc,#f7fbfff0 55%,#f7fbff59)!important}.zv-hero-v25 .carousel-copy{max-width:500px!important}.zv-hero-v25 .carousel-copy h2{font-size:48px!important}.zv-category-mosaic{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px}.zv-cat-card,.zv-cat-home,.zv-cat-tech,.zv-cat-auto,.zv-cat-sport,.zv-cat-well,.zv-cat-climate{grid-column:span 1!important;grid-row:span 1!important}.zv-cat-home>div,.zv-cat-card>div{max-width:72%}.zv-cat-home h3{font-size:25px}.zv-category-showcase{padding:48px 0}.zv-section-heading{align-items:flex-start}.footer-v25 .footer-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:620px){.page-width{width:calc(100% - 28px)!important}.zv-hero-v25{height:540px!important}.zv-hero-v25 .carousel-image{object-position:66% center!important;opacity:.42}.zv-hero-v25 .carousel-overlay{background:linear-gradient(90deg,#f7fbfffc,#f7fbffeb)!important}.zv-hero-v25 .carousel-content{align-items:flex-end!important;padding-bottom:52px}.zv-hero-v25 .carousel-copy h2{font-size:40px!important}.zv-hero-v25 .carousel-copy p{font-size:14px!important}.zv-hero-points{font-size:9px!important}.zv-trust-grid{grid-template-columns:1fr!important}.zv-trust-grid>div{border-right:0!important;border-bottom:1px solid var(--zv25-line);padding:12px 0!important}.zv-trust-grid>div:last-child{border-bottom:0}.zv-section-heading{display:block}.zv-section-heading>a{display:inline-block;margin-top:14px}.zv-section-heading h2{font-size:30px}.zv-category-mosaic{grid-template-columns:1fr!important;grid-auto-rows:190px!important}.zv-cat-card{grid-column:1!important}.zv-cat-card>div,.zv-cat-home>div{max-width:75%}.zv-cat-icon{width:70px;height:70px;border-radius:19px}.zv-cat-icon svg{width:40px;height:40px}.zv-cat-card h3,.zv-cat-home h3{font-size:23px}.footer-v25 .footer-grid{grid-template-columns:1fr!important;gap:30px!important}.footer-v25 .footer-bottom{display:block!important}.footer-v25 .footer-bottom span{display:block;margin:5px 0}.sale-scroll,.catalog-grid.cols-5{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.sale-image,.catalog-grid.cols-5 .card-img-wrap{height:185px!important}}:root{--zv-ink:#071727;--zv-navy:#0b2238;--zv-blue:#087fe5;--zv-blue-2:#2aa8ff;--zv-bg:#f5f6f8;--zv-card:#ffffff;--zv-line:#e4e8ed;--zv-muted:#67788a;--zv-radius:22px;--zv-shadow:0 22px 60px rgba(7,23,39,.1)}body{background:var(--zv-bg)!important;color:var(--zv-ink)!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Arial,sans-serif!important;-webkit-font-smoothing:antialiased}.page-width{width:min(1440px,calc(100% - 56px))!important}a{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,opacity .2s ease}.topbar{background:var(--zv-ink)!important;color:#dce8f3!important;border:0!important;padding:10px 18px!important;font-size:12px!important;letter-spacing:.02em}.zv-header-v26{position:sticky!important;top:0;z-index:90;background:#ffffffeb!important;border-bottom:1px solid rgba(13,31,48,.08)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 8px 30px #07172709}.zv-header-v26 .store-header-inner{min-height:82px!important;grid-template-columns:210px minmax(280px,680px) auto!important;justify-content:space-between!important;gap:30px!important}.zv-wordmark-v26{display:inline-flex;align-items:baseline;gap:6px;color:var(--zv-ink);font-size:27px;font-weight:950;letter-spacing:-1.7px;line-height:1}.zv-wordmark-v26 strong{color:var(--zv-blue);font-weight:950}.zv-search-v26{height:48px!important;border:1px solid #dce2e8!important;border-radius:999px!important;background:#f7f9fb!important;box-shadow:inset 0 1px #fffc;overflow:hidden}.zv-search-v26:focus-within{background:#fff!important;border-color:#a9cae7!important;box-shadow:0 0 0 4px #087fe514}.zv-search-v26 input{padding-left:21px!important;font-size:14px!important;background:transparent!important}.zv-search-v26 button{width:52px!important;background:transparent!important;color:var(--zv-ink)!important;border-left:0!important}.zv-search-v26 .header-search-icon{stroke:currentColor;width:20px;height:20px;fill:none;stroke-width:1.8}.zv-actions-v26{gap:12px!important}.zv-actions-v26 .account-link{padding:8px 12px!important;border-radius:14px!important}.zv-actions-v26 .account-link:hover{background:#f3f6f9!important}.zv-actions-v26 .action-icon svg,.zv-bag-icon svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.7}.zv-actions-v26 .action-copy small{font-size:10px!important;color:#8190a0!important}.zv-actions-v26 .action-copy strong{font-size:12px!important;color:var(--zv-ink)!important}.zv-actions-v26 .cart-link-store{width:44px;height:44px;border-radius:50%;background:var(--zv-ink);color:#fff!important;display:grid!important;place-items:center!important}.zv-actions-v26 .cart-link-store:hover{background:var(--zv-blue);transform:translateY(-1px)}.zv-actions-v26 .cart-count{background:var(--zv-blue-2)!important;color:#fff!important;border:2px solid #fff!important}.zv-nav-v25{background:#fffffff5!important;border-bottom:1px solid var(--zv-line)!important;position:relative;z-index:50}.zv-nav-v25 .category-nav-inner{height:52px!important;gap:28px!important;overflow:visible!important}.zv-nav-v25 .category-nav-inner>a{font-size:11px!important;letter-spacing:.06em!important;color:#526476!important;font-weight:850!important;white-space:nowrap}.zv-nav-v25 .category-nav-inner>a:hover{color:var(--zv-blue)!important}.zv-nav-v25 .category-menu-button{height:36px!important;padding:0 15px!important;border-radius:999px!important;background:var(--zv-ink)!important;color:#fff!important;font-size:11px!important;letter-spacing:.06em!important;box-shadow:none!important}.zv-nav-v25 .category-menu-details[open] .category-menu-button{background:var(--zv-blue)!important}.zv-nav-v25 .category-mega{top:44px!important;border:1px solid rgba(7,23,39,.08)!important;border-radius:20px!important;box-shadow:0 24px 70px #07172729!important;padding:26px!important}.zv-nav-v25 .category-mega strong{font-size:12px!important;color:var(--zv-ink)!important}.zv-nav-v25 .category-mega a{font-size:13px!important;color:#667789!important}.zv-hero-v26{width:min(1800px,calc(100% - 32px))!important;height:610px!important;margin:18px auto 0!important;border-radius:30px!important;overflow:hidden!important;background:var(--zv-ink)!important;box-shadow:0 24px 70px #0717271f!important}.zv-hero-v26 .carousel-slide{background:var(--zv-ink)!important}.zv-hero-v26 .carousel-image{width:100%!important;height:100%!important;object-fit:cover!important;transform:scale(1.01);transition:transform 7s ease!important}.zv-hero-v26 .carousel-slide.is-active .carousel-image{transform:scale(1.045)}.zv-hero-v26 .carousel-overlay{background:linear-gradient(90deg,#04101cad,#04101c42 43%,#04101c0a 72%,#04101c00)!important}.zv-hero-v26 .carousel-content{padding:44px 0!important}.zv-hero-v26 .carousel-copy{max-width:545px!important;background:#051321b3!important;color:#fff!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:24px!important;padding:34px 36px 32px!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 20px 50px #00000029!important;text-shadow:none!important}.zv-hero-v26 .carousel-badge{display:inline-flex!important;background:#ffffff1f!important;border:1px solid rgba(255,255,255,.18)!important;color:#cfe9ff!important;padding:7px 10px!important;border-radius:999px!important;font-size:10px!important;letter-spacing:.16em!important;margin-bottom:16px!important}.zv-hero-v26 .carousel-copy h2{font-size:50px!important;line-height:1.02!important;letter-spacing:-.045em!important;margin:0 0 14px!important;color:#fff!important;font-weight:850!important}.zv-hero-v26 .carousel-copy p{font-size:16px!important;line-height:1.55!important;color:#d8e4ee!important;margin:0 0 24px!important;max-width:460px!important}.zv-hero-v26 .zv-hero-actions{display:flex!important;gap:10px!important;align-items:center!important;flex-wrap:wrap!important}.zv-hero-v26 .carousel-cta{background:#fff!important;color:var(--zv-ink)!important;border-radius:999px!important;padding:13px 19px!important;font-size:12px!important;font-weight:900!important;box-shadow:none!important}.zv-hero-v26 .carousel-cta:hover{background:#eaf5ff!important;color:#056fc5!important;transform:translateY(-1px)}.zv-hero-v26 .carousel-secondary{display:inline-flex!important;align-items:center!important;color:#fff!important;text-decoration:none!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:999px!important;padding:12px 16px!important;font-size:12px!important;font-weight:800!important;background:#ffffff0f!important}.zv-hero-v26 .carousel-secondary:hover{background:#ffffff24!important}.zv-hero-v26 .carousel-arrow{width:42px!important;height:42px!important;border-radius:50%!important;background:#ffffffe6!important;color:var(--zv-ink)!important;font-size:27px!important;box-shadow:0 12px 30px #0000001f!important}.zv-hero-v26 .carousel-arrow.prev{left:24px!important}.zv-hero-v26 .carousel-arrow.next{right:24px!important}.zv-hero-v26 .carousel-dots{bottom:23px!important;gap:6px!important}.zv-hero-v26 .carousel-dots button{width:28px!important;height:4px!important;border-radius:999px!important;background:#ffffff59!important;cursor:pointer!important}.zv-hero-v26 .carousel-dots button.active{background:#fff!important}.carousel-progress{position:absolute;left:50%;bottom:11px;width:170px;height:2px;transform:translate(-50%);background:#ffffff26;z-index:10;overflow:hidden;border-radius:2px}.carousel-progress span{display:block;width:100%;height:100%;background:#fff;transform-origin:left}@keyframes zvProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.sale-products-section,.catalog-section,.zv-premium-categories,.zv-manifesto,.newsletter{background:transparent!important}.sale-products-section{padding:72px 0 28px!important}.catalog-section{padding:78px 0!important}.sale-head,.catalog-head,.zv-premium-section-head{margin-bottom:25px!important}.sale-head h2,.catalog-head h2,.zv-premium-section-head h2{font-size:34px!important;letter-spacing:-.035em!important;color:var(--zv-ink)!important;font-weight:820!important;text-transform:none!important}.sale-head>a,.catalog-head>a,.zv-premium-section-head>a{font-size:12px!important;font-weight:850!important;text-decoration:none!important;color:var(--zv-blue)!important}.catalog-head p{font-size:14px!important;color:var(--zv-muted)!important}.sale-scroll,.catalog-grid.cols-5{gap:18px!important}.sale-card,.catalog-section .card,.zv-list-card{background:#fff!important;border:1px solid rgba(7,23,39,.07)!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 8px 26px #0717270b!important;transition:transform .25s ease,box-shadow .25s ease!important}.sale-card:hover,.catalog-section .card:hover,.zv-list-card:hover{transform:translateY(-5px)!important;box-shadow:0 22px 48px #0717271a!important}.sale-image,.catalog-section .card-img-wrap,.zv-list-media{background:#f7f8fa!important;border:0!important;overflow:hidden!important}.sale-image img,.catalog-section .card-img,.zv-list-image{transition:transform .35s ease!important}.sale-card:hover .sale-image img,.catalog-section .card:hover .card-img,.zv-list-card:hover .zv-list-image{transform:scale(1.035)!important}.sale-body,.catalog-section .card-body,.zv-list-info{padding:16px 16px 18px!important}.sale-body h3,.catalog-section .card-body h3,.zv-list-info h3{font-size:14px!important;line-height:1.38!important;color:var(--zv-ink)!important;font-weight:700!important}.card-vendor{font-size:10px!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#8997a5!important;font-weight:800!important}.price strong,.sale-prices strong,.zv-list-price strong{font-size:19px!important;color:var(--zv-ink)!important;font-weight:900!important}.sale-add,.add-btn,.zv-list-add,.view-btn{min-height:40px!important;border:0!important;border-radius:999px!important;background:var(--zv-ink)!important;color:#fff!important;font-size:11px!important;font-weight:850!important;letter-spacing:.02em!important}.sale-add:hover,.add-btn:hover,.zv-list-add:hover,.view-btn:hover{background:var(--zv-blue)!important;color:#fff!important}.sale-label,.badge,.zv-list-badge{border-radius:999px!important;background:var(--zv-blue)!important;color:#fff!important;padding:6px 10px!important;font-size:9px!important;letter-spacing:.08em!important;font-weight:900!important}.zv-premium-categories{padding:72px 0 18px!important}.zv-premium-section-head{display:flex;justify-content:space-between;align-items:end;gap:24px}.zv-premium-section-head>div>span{display:block;font-size:10px;letter-spacing:.17em;color:#7990a5;font-weight:900;margin-bottom:9px}.zv-premium-section-head h2{margin:0!important}.zv-premium-category-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-template-rows:280px 280px;gap:16px}.zv-premium-cat{position:relative;display:block;overflow:hidden;border-radius:24px;background:#0c2136;color:#fff;text-decoration:none;box-shadow:0 14px 36px #07172712}.zv-premium-cat-wide{grid-row:1/3}.zv-premium-cat img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.zv-premium-cat:hover img{transform:scale(1.055)}.zv-premium-cat-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#05121f05 25%,#05121fd1)}.zv-premium-cat-copy{position:absolute;left:24px;right:24px;bottom:23px;z-index:2}.zv-premium-cat-copy small{font-size:9px;letter-spacing:.16em;font-weight:900;color:#cfe9ff}.zv-premium-cat-copy h3{margin:6px 0 11px;font-size:27px;line-height:1.02;letter-spacing:-.035em;color:#fff;font-weight:820}.zv-premium-cat-wide .zv-premium-cat-copy h3{font-size:40px;max-width:360px}.zv-premium-cat-copy span{font-size:11px;font-weight:850;color:#fff;opacity:.88}.zv-manifesto{padding:18px 0 76px!important}.zv-manifesto-inner{background:linear-gradient(135deg,#071727,#0c2b48);color:#fff;border-radius:28px;padding:56px 60px;box-shadow:0 24px 60px #0717271f}.zv-manifesto-kicker{font-size:10px;letter-spacing:.18em;color:#8bc9ff;font-weight:900;margin-bottom:30px}.zv-manifesto-main{display:grid;grid-template-columns:1.45fr .7fr;gap:80px;align-items:end}.zv-manifesto h2{margin:0;font-size:44px;line-height:1.03;letter-spacing:-.045em;color:#fff;font-weight:820}.zv-manifesto-side p{margin:0 0 22px;color:#c6d5e2;font-size:15px;line-height:1.6}.zv-manifesto-side a{display:inline-flex;color:#fff;text-decoration:none;font-size:12px;font-weight:900;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:4px}.newsletter{padding:0 0 78px!important;border:0!important}.newsletter-inner{background:#fff!important;border:1px solid rgba(7,23,39,.07)!important;border-radius:24px!important;padding:34px 38px!important;box-shadow:0 12px 35px #0717270d!important}.newsletter h2{font-size:28px!important;letter-spacing:-.03em!important;color:var(--zv-ink)!important}.newsletter p{font-size:13px!important;color:var(--zv-muted)!important}.newsletter-form{min-width:420px!important;height:48px!important;gap:8px!important}.newsletter-form input{border:1px solid #dfe5eb!important;border-radius:999px!important;padding:0 18px!important;background:#f8fafb!important}.newsletter-form button{border-radius:999px!important;background:var(--zv-ink)!important;padding:0 20px!important;font-size:12px!important}.newsletter-form button:hover{background:var(--zv-blue)!important}.collection-page,.zv-listing-page,.listing-page,.search-page{background:var(--zv-bg)!important;padding-top:56px!important}.zv-listing-head h1,.listing-header h1{font-size:46px!important;letter-spacing:-.045em!important;color:var(--zv-ink)!important;font-weight:830!important}.zv-listing-kicker{font-size:10px!important;letter-spacing:.16em!important;color:#7690a7!important}.zv-list-grid{gap:18px!important}.pagination a,.pagination .page.current{border-radius:999px!important}.product-page-clean{background:var(--zv-bg)!important;padding:54px 0 80px!important}.product-page-clean .product-main-media{background:#fff!important;border:1px solid rgba(7,23,39,.07)!important;border-radius:26px!important;box-shadow:0 18px 48px #0717270f!important}.product-page-clean .product-info{background:#fff!important;border:1px solid rgba(7,23,39,.07)!important;border-radius:26px!important;padding:32px!important;box-shadow:0 18px 48px #0717270d!important}.product-page-clean .product-info h1{font-size:40px!important;letter-spacing:-.04em!important;color:var(--zv-ink)!important}.product-atc,.checkout-btn{border-radius:999px!important;background:var(--zv-ink)!important}.product-atc:hover,.checkout-btn:hover{background:var(--zv-blue)!important}.buy-now-button{border-radius:999px!important;border-color:#cfd8e1!important;color:var(--zv-ink)!important}.shipping-highlight{border-radius:16px!important;background:#eef8f4!important}.product-tabs-wrap{background:#fff;border:1px solid rgba(7,23,39,.07);border-radius:22px;padding:0 28px 18px}.cart-page-v7{background:var(--zv-bg)!important;padding-top:52px!important;padding-bottom:80px!important}.cart-items-v7,.cart-summary-v7{border-radius:24px!important;border:1px solid rgba(7,23,39,.07)!important;background:#fff!important;box-shadow:0 14px 38px #0717270d!important}.zv-footer-v26{background:#061523!important;color:#fff!important;padding:58px 0 22px!important}.zv-footer-top{display:flex;justify-content:space-between;align-items:end;gap:40px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:34px}.zv-footer-wordmark{display:inline-flex!important;gap:6px!important;text-decoration:none!important;color:#fff!important;font-size:32px!important;font-weight:950!important;letter-spacing:-1.8px!important;line-height:1!important}.zv-footer-wordmark strong{color:#32a8ff!important}.zv-footer-brand-v26 p{max-width:480px;color:#9eb0c1!important;font-size:14px!important;line-height:1.55!important;margin:14px 0 0!important}.zv-footer-newsline{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.zv-footer-newsline span{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px 11px;font-size:10px;color:#c3d1de;letter-spacing:.03em}.zv-footer-v26 .footer-grid{grid-template-columns:1fr 1fr 1fr!important;gap:70px!important;max-width:760px;margin-left:0!important}.zv-footer-v26 h3{font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#fff!important;margin-bottom:15px!important}.zv-footer-v26 a,.zv-footer-v26 p,.zv-footer-v26 .footer-muted-link{color:#98aabb!important;font-size:13px!important;line-height:1.45!important;margin:9px 0!important}.zv-footer-v26 a:hover{color:#fff!important}.zv-footer-v26 .footer-bottom{display:flex!important;justify-content:space-between!important;border-top:1px solid rgba(255,255,255,.08)!important;margin-top:38px!important;padding-top:18px!important;color:#667d91!important;font-size:11px!important}@media(max-width:1100px){.zv-header-v26 .store-header-inner{grid-template-columns:180px 1fr auto!important;gap:16px!important}.zv-nav-v25 .category-nav-inner{overflow-x:auto!important;scrollbar-width:none}.zv-nav-v25 .category-nav-inner::-webkit-scrollbar{display:none}.zv-hero-v26{height:560px!important}.zv-premium-category-grid{grid-template-columns:1fr 1fr;grid-template-rows:330px 250px 250px}.zv-premium-cat-wide{grid-column:1/3;grid-row:auto}.zv-manifesto-main{grid-template-columns:1fr;gap:30px}.zv-manifesto-side{max-width:600px}}@media(max-width:760px){.page-width{width:min(100% - 28px,1440px)!important}.topbar{font-size:10px!important;padding:9px 10px!important}.zv-header-v26 .store-header-inner{grid-template-columns:1fr auto!important;min-height:70px!important;gap:12px!important}.zv-wordmark-v26{font-size:23px!important}.zv-search-v26{grid-column:1/-1;grid-row:2;height:44px!important;margin-bottom:11px!important}.zv-actions-v26 .account-link{display:none!important}.zv-nav-v25 .category-nav-inner{height:46px!important;gap:17px!important}.zv-nav-v25 .category-nav-inner>a{font-size:10px!important}.zv-hero-v26{width:calc(100% - 18px)!important;height:540px!important;margin-top:10px!important;border-radius:22px!important}.zv-hero-v26 .carousel-image{object-position:60% center!important}.zv-hero-v26 .carousel-overlay{background:linear-gradient(180deg,#04101c1f,#04101c8f 45%,#04101cdb)!important}.zv-hero-v26 .carousel-content{align-items:flex-end!important;padding:18px 0 48px!important}.zv-hero-v26 .carousel-copy{max-width:none!important;width:100%!important;padding:23px 22px!important;border-radius:20px!important;background:#051321b8!important}.zv-hero-v26 .carousel-copy h2{font-size:36px!important;line-height:1.02!important}.zv-hero-v26 .carousel-copy p{font-size:14px!important;margin-bottom:19px!important}.zv-hero-v26 .carousel-arrow{display:none!important}.zv-hero-v26 .carousel-dots{bottom:19px!important}.carousel-progress{bottom:9px!important;width:120px!important}.sale-products-section{padding-top:52px!important}.sale-head,.catalog-head,.zv-premium-section-head{align-items:flex-start!important}.sale-head h2,.catalog-head h2,.zv-premium-section-head h2{font-size:28px!important}.sale-scroll,.catalog-grid.cols-5{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.sale-card,.catalog-section .card{border-radius:16px!important}.sale-body,.catalog-section .card-body{padding:12px!important}.sale-body h3,.catalog-section .card-body h3{font-size:12px!important}.price strong,.sale-prices strong{font-size:16px!important}.sale-add,.add-btn{font-size:9px!important;min-height:36px!important;padding:0 8px!important}.zv-premium-categories{padding-top:52px!important}.zv-premium-section-head{display:block!important}.zv-premium-section-head>a{display:inline-block;margin-top:12px}.zv-premium-category-grid{grid-template-columns:1fr 1fr!important;grid-template-rows:260px 210px 210px!important;gap:10px!important}.zv-premium-cat-wide{grid-column:1/3!important}.zv-premium-cat{border-radius:18px!important}.zv-premium-cat-copy{left:16px!important;right:16px!important;bottom:16px!important}.zv-premium-cat-copy h3{font-size:19px!important}.zv-premium-cat-wide .zv-premium-cat-copy h3{font-size:30px!important}.catalog-section{padding:58px 0!important}.zv-manifesto{padding-bottom:58px!important}.zv-manifesto-inner{padding:34px 24px!important;border-radius:22px!important}.zv-manifesto h2{font-size:33px!important}.zv-manifesto-side p{font-size:14px!important}.newsletter{padding-bottom:58px!important}.newsletter-inner{display:block!important;padding:26px 22px!important}.newsletter-form{min-width:0!important;width:100%!important;margin-top:18px!important}.zv-footer-top{display:block!important}.zv-footer-newsline{justify-content:flex-start!important;margin-top:20px!important}.zv-footer-v26 .footer-grid{grid-template-columns:1fr 1fr!important;gap:34px!important}.zv-footer-v26 .footer-bottom{display:block!important}.zv-footer-v26 .footer-bottom span{display:block;margin:4px 0}.product-page-clean .product-info{padding:22px!important}.product-page-clean .product-info h1{font-size:31px!important}.zv-listing-head h1,.listing-header h1{font-size:36px!important}}.sale-products-section,.catalog-section{background:#fff!important;position:relative}.sale-products-section+.catalog-section{border-top:1px solid #eef1f4}.sale-products-section .page-width,.catalog-section .page-width{background:#fff!important}.sale-card,.catalog-section .card{border-color:#e9edf1!important;box-shadow:0 8px 24px #0717270b!important}.sale-card:hover,.catalog-section .card:hover{box-shadow:0 20px 44px #07172718!important}.sale-image,.catalog-section .card-img-wrap{background:#fff!important;border-bottom:1px solid #f0f2f4!important}.collection-page.zv-listing-page,.collection-page.zv-listing-page .page-width{background:#fff!important}.zv-list-card{border-color:#e9edf1!important}.zv-list-media{background:#fff!important}.zv-hero-v26+.sale-products-section,.zv-hero-v26+* .sale-products-section{margin-top:0!important}@media(max-width:620px){.sale-products-section,.catalog-section{background:#fff!important}}:root{--zv28-ink:#071a2b;--zv28-ink-2:#102c45;--zv28-blue:#0b82e8;--zv28-blue-2:#21a7f2;--zv28-green:#08c874;--zv28-sale:#df3838;--zv28-muted:#6e7d8d;--zv28-line:#e8edf2;--zv28-soft:#f7f9fb;--zv28-white:#fff}html{scroll-behavior:smooth}body{background:#fff!important;color:var(--zv28-ink)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif!important}.page-width{width:min(1760px,calc(100% - 40px))!important;margin-left:auto!important;margin-right:auto!important}.topbar,.topbar-strong{background:var(--zv28-ink)!important;color:#fff!important;border:0!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:8px 18px!important;font-size:13px!important;font-weight:800!important;letter-spacing:.01em!important}.zv-header-v28{background:#fff!important;border-bottom:1px solid var(--zv28-line)!important;position:relative!important;z-index:110!important}.zv-header-v28 .store-header-inner{min-height:96px!important;display:grid!important;grid-template-columns:200px minmax(420px,1fr) auto!important;align-items:center!important;gap:34px!important}.zv-brand-v28{display:flex!important;align-items:center!important;min-width:0!important;height:72px!important;overflow:hidden!important;text-decoration:none!important}.zv-logo-image-v28{display:block!important;max-width:190px!important;max-height:68px!important;width:auto!important;height:auto!important;object-fit:contain!important}.zv-logo-crop-v28{display:block;width:190px;height:64px;overflow:hidden;background:#fff}.zv-logo-fallback-v28{width:190px;height:auto;display:block;transform:translateY(-6px);mix-blend-mode:multiply}.zv-search-v28{height:58px!important;display:flex!important;align-items:center!important;border:1.5px solid #cfd7df!important;border-radius:11px!important;overflow:hidden!important;background:#fff!important;box-shadow:none!important;transition:border-color .18s ease,box-shadow .18s ease!important}.zv-search-v28:focus-within{border-color:#9fb4c7!important;box-shadow:0 0 0 4px #0b82e812!important}.zv-search-v28 input{height:100%!important;flex:1!important;border:0!important;outline:0!important;background:#fff!important;padding:0 22px!important;font-size:16px!important;color:var(--zv28-ink)!important}.zv-search-v28 input::placeholder{color:#a4afba!important}.zv-search-v28 button{height:100%!important;width:74px!important;display:grid!important;place-items:center!important;border:0!important;background:var(--zv28-ink)!important;color:#fff!important;cursor:pointer!important}.zv-search-v28 button:hover{background:#0d2b45!important}.zv-search-v28 .header-search-icon{width:27px!important;height:27px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important}.zv-actions-v28{display:flex!important;align-items:center!important;gap:20px!important}.zv-actions-v28 .account-link{display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;color:var(--zv28-ink)!important;padding:8px 4px!important;background:transparent!important;border-radius:0!important}.zv-actions-v28 .account-link:hover strong{color:var(--zv28-blue)!important}.zv-actions-v28 .account-svg svg,.zv-actions-v28 .zv-bag-icon svg{width:31px!important;height:31px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}.zv-actions-v28 .action-copy small{display:block!important;color:#6f7b88!important;font-size:12px!important;line-height:1.05!important}.zv-actions-v28 .action-copy strong{display:block!important;color:var(--zv28-ink)!important;font-size:17px!important;line-height:1.15!important;font-weight:850!important}.zv-actions-v28 .cart-link-store{position:relative!important;width:58px!important;height:58px!important;border-radius:50%!important;background:var(--zv28-ink)!important;color:#fff!important;display:grid!important;place-items:center!important;text-decoration:none!important;transition:.18s ease!important}.zv-actions-v28 .cart-link-store:hover{background:var(--zv28-blue)!important;transform:translateY(-1px)!important}.zv-actions-v28 .cart-count{position:absolute!important;top:-4px!important;right:-3px!important;min-width:23px!important;height:23px!important;border-radius:999px!important;background:#e53c3c!important;color:#fff!important;display:grid!important;place-items:center!important;padding:0 6px!important;font-size:11px!important;font-weight:900!important;border:2px solid #fff!important}.zv-nav-v28{background:#fff!important;border-bottom:1px solid var(--zv28-line)!important;box-shadow:0 5px 14px #071a2b0e!important;position:relative!important;z-index:105!important}.zv-nav-v28 .category-nav-inner{min-height:64px!important;display:flex!important;align-items:center!important;gap:34px!important;overflow-x:auto!important;scrollbar-width:none!important}.zv-nav-v28 .category-nav-inner::-webkit-scrollbar{display:none!important}.zv-nav-v28 .category-menu-details{height:64px!important;display:flex!important;align-items:center!important;flex:0 0 auto!important}.zv-nav-v28 .category-menu-button{height:46px!important;min-width:158px!important;padding:0 19px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;border-radius:9px!important;background:#050b11!important;color:#fff!important;font-size:14px!important;font-weight:900!important;letter-spacing:.02em!important;cursor:pointer!important}.zv-nav-v28 .zv-menu-icon{font-size:18px!important;line-height:1!important}.zv-nav-v28 .category-nav-inner>a{flex:0 0 auto!important;text-decoration:none!important;color:#27364a!important;font-size:13px!important;font-weight:850!important;letter-spacing:.015em!important;white-space:nowrap!important;transition:.16s ease!important}.zv-nav-v28 .category-nav-inner>a:hover{color:var(--zv28-blue)!important}.zv-nav-v28 .zv-nav-all{margin-left:auto!important;color:var(--zv28-blue)!important}.category-menu-details .category-mega{top:57px!important;width:760px!important;border:1px solid #e5ebf0!important;border-radius:14px!important;padding:28px!important;box-shadow:0 25px 70px #071a2b29!important}.zv-hero-v26{width:calc(100% - 40px)!important;max-width:1840px!important;height:680px!important;margin:22px auto 0!important;border-radius:32px!important;overflow:hidden!important;box-shadow:0 24px 70px #071a2b1f!important;border:1px solid rgba(7,26,43,.06)!important}.zv-hero-v26 .carousel-copy{max-width:760px!important;padding:44px 48px!important;border-radius:26px!important;background:#071a2bd6!important;box-shadow:0 30px 70px #0000002e!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.zv-hero-v26 .carousel-copy h2{font-size:66px!important;line-height:.98!important;letter-spacing:-.055em!important;color:#fff!important;margin:0 0 20px!important}.zv-hero-v26 .carousel-copy p{max-width:640px!important;color:#dce7f0!important;font-size:19px!important;line-height:1.55!important;margin:0 0 28px!important}.zv-hero-v26 .carousel-badge{background:#ffffff1c!important;border:1px solid rgba(255,255,255,.22)!important;color:#bfe6ff!important;padding:8px 14px!important;border-radius:999px!important;letter-spacing:.12em!important;font-size:11px!important}.zv-hero-v26 .carousel-cta{background:#fff!important;color:var(--zv28-ink)!important;border:0!important;border-radius:999px!important;padding:16px 26px!important;font-weight:900!important;box-shadow:none!important}.zv-hero-v26 .carousel-cta:hover{background:#eaf6ff!important;color:#075f9e!important}.zv-hero-v26 .carousel-secondary{display:inline-flex!important;align-items:center!important;min-height:50px!important;padding:0 24px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.28)!important;color:#fff!important;font-size:13px!important;font-weight:850!important}.zv-hero-v26 .carousel-secondary:hover{background:#ffffff14!important}.sale-products-section,.catalog-section,.zv-retail-shelf{background:#fff!important;border:0!important;padding:76px 0!important}.sale-products-section+.catalog-section{border-top:1px solid #eef2f5!important}.zv-retail-head{display:flex!important;justify-content:space-between!important;align-items:flex-end!important;gap:30px!important;margin:0 0 38px!important}.zv-section-kicker{display:block!important;color:var(--zv28-blue)!important;font-size:11px!important;font-weight:950!important;letter-spacing:.16em!important;margin-bottom:10px!important}.zv-retail-head h2{margin:0!important;color:var(--zv28-ink)!important;font-size:44px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.045em!important}.zv-retail-head h2:after{display:none!important}.zv-retail-head p{margin:10px 0 0!important;color:#6e7e8e!important;font-size:16px!important}.zv-retail-head>a{color:var(--zv28-blue)!important;text-decoration:none!important;font-size:14px!important;font-weight:900!important;white-space:nowrap!important}.zv-retail-grid,.sale-scroll,.catalog-grid.cols-5,.zv-list-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;overflow:visible!important;border-top:1px solid var(--zv28-line)!important;border-bottom:1px solid var(--zv28-line)!important}.zv-retail-product-card,.sale-card,.catalog-grid.cols-5 .card,.zv-list-card,.zv-related-grid .zv-list-card{position:relative!important;min-width:0!important;background:#fff!important;border:0!important;border-right:1px solid var(--zv28-line)!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;padding:22px 22px 24px!important;transition:transform .18s ease,box-shadow .18s ease!important}.zv-retail-product-card:nth-child(5n),.sale-card:nth-child(5n),.catalog-grid.cols-5 .card:nth-child(5n),.zv-list-card:nth-child(5n){border-right:0!important}.zv-retail-product-card:hover,.sale-card:hover,.catalog-grid.cols-5 .card:hover,.zv-list-card:hover{transform:translateY(-3px)!important;box-shadow:0 18px 45px #071a2b14!important;z-index:2!important}.zv-retail-product-media,.sale-image,.catalog-grid.cols-5 .card-img-wrap,.zv-list-media,.zv-related-grid .zv-list-media{position:relative!important;display:block!important;aspect-ratio:1.12/1!important;background:#fff!important;border:0!important;border-radius:0!important;overflow:hidden!important;box-shadow:none!important;margin:0!important}.zv-retail-product-media:before,.sale-image:before,.catalog-grid.cols-5 .card-img-wrap:before,.zv-list-media:before{display:none!important}.zv-retail-product-media img,.sale-image img,.catalog-grid.cols-5 .card-img,.zv-list-image,.zv-related-grid .zv-list-image{width:100%!important;height:100%!important;object-fit:contain!important;padding:12px 8px!important;background:#fff!important;transition:transform .25s ease!important}.zv-retail-product-card:hover img,.sale-card:hover img,.catalog-grid.cols-5 .card:hover img,.zv-list-card:hover img{transform:scale(1.025)!important}.zv-offer-label,.sale-label,.zv-list-badge,.badge{position:absolute!important;top:12px!important;left:0!important;z-index:4!important;display:inline-flex!important;align-items:center!important;min-height:35px!important;padding:0 18px!important;border-radius:0 4px 4px 0!important;background:var(--zv28-green)!important;color:#fff!important;font-size:12px!important;font-weight:950!important;letter-spacing:.04em!important;box-shadow:none!important}.zv-offer-label.is-new,.zv-list-badge-new,.badge.soft{background:var(--zv28-blue)!important;color:#fff!important}.zv-retail-product-body,.sale-body,.catalog-grid.cols-5 .card-body,.zv-list-info,.zv-related-grid .zv-list-info{padding:20px 4px 0!important;background:#fff!important;border:0!important}.card-vendor{margin:0 0 10px!important;color:#8595a4!important;font-size:11px!important;font-weight:950!important;letter-spacing:.09em!important;text-transform:uppercase!important}.zv-retail-product-body h3,.sale-body h3,.catalog-grid.cols-5 .card-body h3,.zv-list-info h3,.zv-related-grid .zv-list-info h3{margin:0 0 19px!important;min-height:58px!important;font-size:17px!important;line-height:1.42!important;font-weight:500!important;letter-spacing:-.018em!important;text-align:left!important}.zv-retail-product-body h3 a,.sale-body h3 a,.catalog-grid.cols-5 .card-body h3 a,.zv-list-info h3 a{color:#111d29!important;text-decoration:none!important}.zv-retail-price,.sale-prices,.catalog-grid.cols-5 .price,.zv-list-price,.zv-related-grid .zv-list-price{display:flex!important;align-items:baseline!important;gap:10px!important;min-height:32px!important;margin:0 0 20px!important;flex-wrap:wrap!important}.zv-retail-price strong,.sale-prices strong,.catalog-grid.cols-5 .price strong,.zv-list-price strong,.zv-related-grid .zv-list-price strong{color:var(--zv28-ink)!important;font-size:22px!important;font-weight:900!important;letter-spacing:-.02em!important}.zv-retail-price strong.sale-price,.sale-prices strong.sale-price,.catalog-grid.cols-5 .price strong.sale-price,.zv-list-price strong.is-sale{color:var(--zv28-sale)!important}.zv-retail-price s,.sale-prices s,.catalog-grid.cols-5 .price s,.zv-list-price s{color:#a5afb8!important;font-size:13px!important;font-weight:600!important}.zv-retail-actions,.zv-list-actions{display:flex!important;align-items:center!important;gap:10px!important;margin-top:auto!important}.zv-retail-actions form,.zv-list-actions form{flex:1!important;margin:0!important}.zv-retail-add,.sale-add,.catalog-grid.cols-5 .add-btn,.catalog-grid.cols-5 .view-btn,.zv-list-add,.zv-related-grid .zv-list-add{width:100%!important;min-width:0!important;min-height:45px!important;padding:0 14px!important;border:1.5px solid #263543!important;border-radius:5px!important;background:#fff!important;color:#152536!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:11px!important;font-weight:850!important;letter-spacing:.01em!important;text-decoration:none!important;box-shadow:none!important;cursor:pointer!important}.zv-retail-add:hover,.sale-add:hover,.catalog-grid.cols-5 .add-btn:hover,.catalog-grid.cols-5 .view-btn:hover,.zv-list-add:hover{background:var(--zv28-ink)!important;border-color:var(--zv28-ink)!important;color:#fff!important}.zv-retail-heart,.zv-heart{width:45px!important;height:45px!important;flex:0 0 45px!important;display:grid!important;place-items:center!important;border:0!important;background:transparent!important;color:#2f455a!important;cursor:pointer!important;padding:0!important}.zv-retail-heart svg,.zv-heart svg{width:23px!important;height:23px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important}.zv-retail-heart:hover,.zv-heart:hover{color:var(--zv28-blue)!important}.zv-listing-page,.collection-page,.listing-page,.search-page,.zv-listing-page .page-width,.collection-page .page-width,.listing-page .page-width{background:#fff!important}.zv-list-grid{margin-top:30px!important}.zv-premium-categories{background:#f6f8fa!important;padding:84px 0!important}.zv-premium-section-head h2{font-size:46px!important;color:var(--zv28-ink)!important;letter-spacing:-.045em!important}.zv-premium-cat{border-radius:18px!important;box-shadow:0 16px 40px #071a2b14!important}.zv-premium-cat:hover{transform:translateY(-4px)!important;box-shadow:0 26px 60px #071a2b21!important}.zv-premium-cat-copy h3{font-weight:850!important}.zv-manifesto-v28{background:#fff!important;padding:96px 0!important}.zv-manifesto-panel-v28{display:grid!important;grid-template-columns:1.05fr .95fr!important;gap:80px!important;align-items:center!important;padding:76px 82px!important;border-radius:28px!important;background:linear-gradient(135deg,#f5f8fb,#eef5fa)!important;border:1px solid #e4ebf0!important;box-shadow:0 22px 65px #071a2b0f!important}.zv-manifesto-copy-v28 h2{margin:0 0 22px!important;font-size:64px!important;line-height:.98!important;letter-spacing:-.055em!important;color:var(--zv28-ink)!important;font-weight:900!important}.zv-manifesto-copy-v28 h2 em{font-style:normal!important;color:var(--zv28-blue)!important}.zv-manifesto-copy-v28>p{max-width:680px!important;margin:0 0 28px!important;color:#617487!important;font-size:17px!important;line-height:1.65!important}.zv-manifesto-copy-v28>a{display:inline-flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important;color:var(--zv28-ink)!important;font-size:13px!important;font-weight:900!important;border-bottom:1px solid #97aabc!important;padding-bottom:5px!important}.zv-manifesto-copy-v28>a span{color:var(--zv28-blue)!important;font-size:18px!important}.zv-manifesto-points-v28{display:grid!important;gap:0!important;border-top:1px solid #d8e1e8!important}.zv-manifesto-points-v28>div{display:grid!important;grid-template-columns:56px 1fr!important;column-gap:16px!important;padding:24px 0!important;border-bottom:1px solid #d8e1e8!important}.zv-manifesto-points-v28 strong{grid-row:1/3!important;color:var(--zv28-blue)!important;font-size:12px!important;letter-spacing:.1em!important;padding-top:3px!important}.zv-manifesto-points-v28 span{color:var(--zv28-ink)!important;font-size:19px!important;font-weight:850!important}.zv-manifesto-points-v28 p{margin:5px 0 0!important;color:#718292!important;font-size:13px!important;line-height:1.45!important}.newsletter{background:#fff!important;border-top:1px solid #eef2f5!important;padding:72px 0!important}.newsletter-inner{background:var(--zv28-ink)!important;border-radius:22px!important;padding:36px 44px!important;color:#fff!important}.newsletter h2{color:#fff!important;font-size:30px!important}.newsletter p{color:#aebfce!important}.newsletter-form input{background:#fff!important}.zv-footer-v28{background:#061523!important;color:#fff!important;padding:0!important}.zv-footer-shell-v28{padding-top:58px!important;padding-bottom:24px!important}.zv-footer-brandrow-v28{display:grid!important;grid-template-columns:minmax(260px,420px) 1fr auto!important;align-items:center!important;gap:44px!important;padding-bottom:42px!important;border-bottom:1px solid rgba(255,255,255,.11)!important}.zv-footer-logo-v28{display:inline-flex!important;gap:5px!important;color:#fff!important;text-decoration:none!important;font-size:34px!important;font-weight:950!important;letter-spacing:-.065em!important}.zv-footer-logo-v28 strong{color:#26a6ff!important}.zv-footer-brandrow-v28>p{margin:0!important;max-width:640px!important;color:#99adbe!important;font-size:14px!important;line-height:1.6!important}.zv-footer-pills-v28{display:flex!important;gap:10px!important;justify-content:flex-end!important;flex-wrap:wrap!important}.zv-footer-pills-v28 span{padding:9px 12px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;color:#c7d4df!important;font-size:11px!important}.zv-footer-grid-v28{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:80px!important;padding:48px 0 40px!important;max-width:none!important;margin:0!important}.zv-footer-v28 h3{margin:0 0 16px!important;color:#fff!important;font-size:12px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}.zv-footer-v28 a,.zv-footer-v28 .footer-muted-link{display:block!important;margin:10px 0!important;color:#9fb2c2!important;text-decoration:none!important;font-size:14px!important}.zv-footer-v28 a:hover{color:#fff!important}.zv-footer-bottom-v28{display:flex!important;justify-content:space-between!important;align-items:center!important;padding-top:20px!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#657d90!important;font-size:11px!important}@media(max-width:1280px){.zv-header-v28 .store-header-inner{grid-template-columns:180px minmax(320px,1fr) auto!important;gap:22px!important}.zv-actions-v28 .action-copy{display:none!important}.zv-retail-grid,.sale-scroll,.catalog-grid.cols-5,.zv-list-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.zv-retail-product-card:nth-child(5n),.sale-card:nth-child(5n),.catalog-grid.cols-5 .card:nth-child(5n),.zv-list-card:nth-child(5n){border-right:1px solid var(--zv28-line)!important}.zv-retail-product-card:nth-child(4n),.sale-card:nth-child(4n),.catalog-grid.cols-5 .card:nth-child(4n),.zv-list-card:nth-child(4n){border-right:0!important}.zv-manifesto-panel-v28{grid-template-columns:1fr!important;gap:42px!important}}@media(max-width:920px){.page-width{width:min(100% - 28px,1760px)!important}.zv-header-v28 .store-header-inner{grid-template-columns:170px 1fr auto!important;gap:14px!important;min-height:86px!important}.zv-search-v28{height:50px!important}.zv-actions-v28 .account-link{display:none!important}.zv-nav-v28 .category-nav-inner{gap:22px!important}.zv-nav-v28 .zv-nav-all{margin-left:0!important}.zv-hero-v26{height:590px!important;width:calc(100% - 20px)!important;margin-top:10px!important;border-radius:24px!important}.zv-hero-v26 .carousel-copy{max-width:620px!important;padding:34px!important}.zv-hero-v26 .carousel-copy h2{font-size:50px!important}.zv-retail-grid,.sale-scroll,.catalog-grid.cols-5,.zv-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.zv-retail-product-card:nth-child(4n),.sale-card:nth-child(4n),.catalog-grid.cols-5 .card:nth-child(4n),.zv-list-card:nth-child(4n){border-right:1px solid var(--zv28-line)!important}.zv-retail-product-card:nth-child(3n),.sale-card:nth-child(3n),.catalog-grid.cols-5 .card:nth-child(3n),.zv-list-card:nth-child(3n){border-right:0!important}.zv-footer-brandrow-v28{grid-template-columns:1fr!important;gap:18px!important}.zv-footer-pills-v28{justify-content:flex-start!important}.zv-footer-grid-v28{grid-template-columns:repeat(2,1fr)!important;gap:40px!important}}@media(max-width:680px){.topbar,.topbar-strong{min-height:36px!important;font-size:10px!important}.zv-header-v28 .store-header-inner{grid-template-columns:1fr auto!important;min-height:72px!important;gap:12px!important}.zv-brand-v28{height:58px!important}.zv-logo-image-v28{max-width:150px!important;max-height:52px!important}.zv-logo-crop-v28{width:150px;height:52px}.zv-logo-fallback-v28{width:150px!important}.zv-search-v28{grid-column:1/-1!important;grid-row:2!important;height:46px!important;margin-bottom:12px!important}.zv-search-v28 input{font-size:14px!important;padding-left:15px!important}.zv-search-v28 button{width:56px!important}.zv-actions-v28 .cart-link-store{width:46px!important;height:46px!important}.zv-actions-v28 .zv-bag-icon svg{width:25px!important;height:25px!important}.zv-nav-v28 .category-nav-inner{min-height:50px!important;gap:18px!important}.zv-nav-v28 .category-menu-details{height:50px!important}.zv-nav-v28 .category-menu-button{height:38px!important;min-width:126px!important;font-size:11px!important}.zv-nav-v28 .category-nav-inner>a{font-size:10px!important}.zv-hero-v26{height:555px!important}.zv-hero-v26 .carousel-copy{padding:24px!important;border-radius:18px!important}.zv-hero-v26 .carousel-copy h2{font-size:38px!important}.zv-hero-v26 .carousel-copy p{font-size:14px!important}.zv-hero-v26 .carousel-secondary{display:none!important}.sale-products-section,.catalog-section,.zv-retail-shelf{padding:54px 0!important}.zv-retail-head{align-items:flex-start!important;flex-direction:column!important;margin-bottom:24px!important}.zv-retail-head h2{font-size:32px!important}.zv-retail-head p{font-size:13px!important}.zv-retail-grid,.sale-scroll,.catalog-grid.cols-5,.zv-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;border:0!important;gap:10px!important}.zv-retail-product-card,.sale-card,.catalog-grid.cols-5 .card,.zv-list-card{border:1px solid #edf1f4!important;border-radius:14px!important;padding:12px!important}.zv-retail-product-card:nth-child(n),.sale-card:nth-child(n),.catalog-grid.cols-5 .card:nth-child(n),.zv-list-card:nth-child(n){border-right:1px solid #edf1f4!important}.zv-retail-product-body,.sale-body,.catalog-grid.cols-5 .card-body,.zv-list-info{padding-top:12px!important}.zv-retail-product-body h3,.sale-body h3,.catalog-grid.cols-5 .card-body h3,.zv-list-info h3{font-size:12.5px!important;min-height:52px!important;margin-bottom:12px!important}.zv-retail-price strong,.sale-prices strong,.catalog-grid.cols-5 .price strong,.zv-list-price strong{font-size:17px!important}.zv-retail-price s,.sale-prices s,.catalog-grid.cols-5 .price s,.zv-list-price s{font-size:10px!important}.zv-retail-add,.sale-add,.catalog-grid.cols-5 .add-btn,.zv-list-add{min-height:38px!important;font-size:8.5px!important;padding:0 7px!important}.zv-retail-heart,.zv-heart{width:36px!important;height:36px!important;flex-basis:36px!important}.zv-offer-label,.sale-label,.zv-list-badge,.badge{min-height:28px!important;padding:0 10px!important;font-size:9px!important}.zv-manifesto-v28{padding:54px 0!important}.zv-manifesto-panel-v28{padding:34px 24px!important;border-radius:20px!important}.zv-manifesto-copy-v28 h2{font-size:40px!important}.zv-manifesto-copy-v28>p{font-size:14px!important}.zv-manifesto-points-v28>div{grid-template-columns:42px 1fr!important}.newsletter{padding:54px 0!important}.newsletter-inner{padding:28px 22px!important;border-radius:18px!important}.zv-footer-shell-v28{padding-top:44px!important}.zv-footer-grid-v28{grid-template-columns:1fr 1fr!important;gap:28px!important;padding:36px 0!important}.zv-footer-bottom-v28{display:block!important}.zv-footer-bottom-v28 span{display:block!important;margin:4px 0!important}}:root{--zv29-ink:#061523;--zv29-text:#171b2e;--zv29-blue:#087fdf;--zv29-cyan:#13a9d4;--zv29-green:#00c96f;--zv29-red:#db3030;--zv29-line:#eceff3;--zv29-soft:#f8f9fb}html,body{background:#fff!important}body{font-family:Montserrat,Arial,Helvetica,sans-serif!important;color:var(--zv29-text)!important}.page-width{width:min(1800px,calc(100% - 36px))!important;margin-left:auto!important;margin-right:auto!important}.topbar,.topbar-strong{background:var(--zv29-ink)!important;color:#fff!important;min-height:55px!important;font-size:14px!important;font-weight:800!important;letter-spacing:.01em!important}.zv-header-v28{background:#fff!important;border-bottom:1px solid var(--zv29-line)!important;position:relative!important;z-index:210!important}.zv-header-v28 .store-header-inner{min-height:92px!important;display:grid!important;grid-template-columns:205px minmax(420px,1fr) auto!important;gap:28px!important;align-items:center!important}.zv-brand-v28{height:72px!important;display:flex!important;align-items:center!important;overflow:hidden!important}.zv-logo-image-v28{max-width:190px!important;max-height:70px!important;width:auto!important;height:auto!important;object-fit:contain!important}.zv-logo-crop-v28{width:190px!important;height:66px!important;background:#fff!important}.zv-logo-fallback-v28{width:190px!important;transform:translateY(-5px)!important}.zv-search-v28{height:64px!important;border:1.5px solid #16191d!important;border-radius:6px!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important}.zv-search-v28 input{font-family:Montserrat,Arial,sans-serif!important;font-size:16px!important;font-weight:500!important;padding:0 22px!important;color:#151926!important}.zv-search-v28 input::placeholder{color:#aab2bd!important}.zv-search-v28 button{width:78px!important;background:#030303!important;color:#fff!important;border-radius:0!important}.zv-search-v28 button:hover{background:#151515!important}.zv-search-v28 .header-search-icon{width:28px!important;height:28px!important;stroke-width:2!important}.zv-actions-v28{gap:24px!important}.zv-actions-v28 .account-link{gap:10px!important;color:#20243a!important;padding:0!important}.zv-actions-v28 .account-svg svg,.zv-actions-v28 .zv-bag-icon svg{width:34px!important;height:34px!important;stroke-width:1.8!important}.zv-actions-v28 .action-copy small{font-size:12px!important;color:#4f566c!important}.zv-actions-v28 .action-copy strong{font-size:18px!important;color:#22263a!important;font-weight:800!important}.zv-actions-v28 .cart-link-store{width:52px!important;height:52px!important;background:transparent!important;color:#090909!important;border-radius:0!important}.zv-actions-v28 .cart-link-store:hover{background:transparent!important;color:var(--zv29-blue)!important;transform:none!important}.zv-actions-v28 .cart-count{top:-4px!important;right:-2px!important;background:#d83333!important;border:2px solid #fff!important;min-width:24px!important;height:24px!important}.zv-nav-v29{background:#fff!important;border-bottom:1px solid #e9ebee!important;box-shadow:0 4px 10px #00000012!important;position:relative!important;z-index:205!important}.zv-nav-row-v29{height:72px!important;display:flex!important;align-items:center!important;gap:34px!important;overflow:hidden!important}.zv-menu-button-v29{height:58px!important;min-width:176px!important;padding:0 26px!important;border:0!important;border-radius:8px!important;background:#020202!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:13px!important;font-family:Montserrat,Arial,sans-serif!important;font-size:15px!important;font-weight:900!important;letter-spacing:.02em!important;cursor:pointer!important;transition:background .18s ease!important}.zv-menu-button-v29:hover,.zv-menu-button-v29[aria-expanded=true]{background:#101010!important}.zv-menu-lines-v29{display:grid!important;gap:4px!important;width:21px!important}.zv-menu-lines-v29 i{display:block!important;width:21px!important;height:3px!important;border-radius:2px!important;background:#fff!important}.zv-menu-arrow-v29{font-size:18px!important;margin-left:2px!important;transition:transform .18s ease!important}.zv-menu-button-v29[aria-expanded=true] .zv-menu-arrow-v29{transform:rotate(180deg)!important}.zv-nav-links-v29{display:flex!important;align-items:center!important;gap:34px!important;min-width:0!important;overflow-x:auto!important;scrollbar-width:none!important}.zv-nav-links-v29::-webkit-scrollbar{display:none!important}.zv-nav-links-v29 a{flex:0 0 auto!important;text-decoration:none!important;color:#292d42!important;font-size:13.5px!important;font-weight:800!important;letter-spacing:.005em!important;white-space:nowrap!important;transition:color .15s ease!important}.zv-nav-links-v29 a:hover{color:var(--zv29-blue)!important}.zv-mega-menu-v29[hidden]{display:none!important}.zv-mega-menu-v29{display:block!important;position:absolute!important;left:0!important;right:0!important;top:100%!important;background:#fff!important;border-top:1px solid #eef0f3!important;border-bottom:1px solid #e6e9ed!important;box-shadow:0 18px 35px #0d121e29!important;z-index:1000!important}.zv-mega-inner-v29{display:grid!important;grid-template-columns:repeat(4,minmax(150px,1fr)) minmax(260px,1.2fr)!important;gap:36px!important;padding-top:34px!important;padding-bottom:38px!important}.zv-mega-column-v29{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:11px!important}.zv-mega-title-v29{display:block!important;margin-bottom:8px!important;color:#151927!important;font-size:13px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.04em!important}.zv-mega-column-v29 a{color:#4d5366!important;font-size:13px!important;font-weight:600!important;text-decoration:none!important}.zv-mega-column-v29 a:hover{color:var(--zv29-blue)!important}.zv-mega-more-v29{margin-top:7px!important;color:var(--zv29-blue)!important;font-weight:800!important}.zv-mega-feature-v29{min-height:190px!important;background:linear-gradient(135deg,#071522,#123954)!important;border-radius:12px!important;padding:28px!important;color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important}.zv-mega-feature-v29 span{font-size:10px!important;color:#75c8ff!important;font-weight:900!important;letter-spacing:.14em!important}.zv-mega-feature-v29 strong{display:block!important;margin:12px 0 20px!important;font-size:22px!important;line-height:1.2!important}.zv-mega-feature-v29 a{display:inline-flex!important;padding:11px 14px!important;border:1px solid rgba(255,255,255,.7)!important;color:#fff!important;text-decoration:none!important;font-size:10px!important;font-weight:900!important;border-radius:4px!important}.zv-hero-v26{width:100%!important;max-width:none!important;height:560px!important;margin:0!important;border-radius:0!important;border:0!important;box-shadow:none!important}.zv-hero-v26 .carousel-copy{max-width:650px!important;padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;text-shadow:0 1px 1px rgba(0,0,0,.08)!important}.zv-hero-v26 .carousel-overlay{background:linear-gradient(90deg,#fffffffa,#ffffffe0 32%,#fff3 58%,#fff0 74%)!important}.zv-hero-v26 .carousel-copy h2{font-size:56px!important;line-height:1.02!important;color:#0b1830!important;letter-spacing:-.045em!important;margin-bottom:17px!important;text-shadow:none!important}.zv-hero-v26 .carousel-copy p{max-width:600px!important;color:#47566d!important;font-size:18px!important;line-height:1.55!important;margin-bottom:26px!important;text-shadow:none!important}.zv-hero-v26 .carousel-badge{background:var(--zv29-green)!important;border:0!important;color:#fff!important;padding:8px 14px!important;border-radius:3px!important;letter-spacing:.06em!important;font-size:11px!important;text-shadow:none!important}.zv-hero-v26 .carousel-cta{background:#070707!important;color:#fff!important;border:1px solid #070707!important;border-radius:4px!important;padding:15px 22px!important;font-size:12px!important;font-weight:900!important;box-shadow:none!important}.zv-hero-v26 .carousel-cta:hover{background:#262626!important;color:#fff!important}.zv-hero-v26 .carousel-secondary{min-height:48px!important;border-radius:4px!important;border:1px solid #2c3342!important;color:#1d2332!important;background:#fff!important;font-size:12px!important}.zv-hero-v26 .carousel-secondary:hover{background:#f6f7f9!important;color:#111!important}.sale-products-section,.catalog-section,.zv-retail-shelf{background:#fff!important;padding:64px 0 70px!important;border:0!important}.sale-products-section+.catalog-section{border-top:1px solid #f1f2f4!important}.zv-retail-head{margin-bottom:28px!important;align-items:flex-end!important}.zv-retail-head h2{font-size:32px!important;color:#191d2f!important;letter-spacing:-.025em!important}.zv-retail-head p{font-size:14px!important;color:#687184!important}.zv-section-kicker{display:none!important}.zv-retail-head>a{color:#1e65c9!important;font-size:12px!important;font-weight:900!important}.zv-retail-grid,.sale-scroll,.catalog-grid.cols-5,.zv-list-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:30px!important;border:0!important;background:#fff!important}.zv-retail-product-card,.sale-card,.catalog-grid.cols-5 .card,.zv-list-card{background:#fff!important;border:0!important;border-right:0!important;border-radius:0!important;padding:0 4px 12px!important;box-shadow:none!important;overflow:visible!important;min-width:0!important;transition:box-shadow .18s ease,transform .18s ease!important}.zv-retail-product-card:nth-child(n),.sale-card:nth-child(n),.catalog-grid.cols-5 .card:nth-child(n),.zv-list-card:nth-child(n){border:0!important;border-right:0!important}.zv-retail-product-card:hover,.sale-card:hover,.catalog-grid.cols-5 .card:hover,.zv-list-card:hover{transform:translateY(-2px)!important;box-shadow:0 10px 25px #00000014!important;z-index:2!important}.zv-retail-product-media,.sale-image,.catalog-grid.cols-5 .card-img-wrap,.zv-list-media{height:310px!important;aspect-ratio:auto!important;background:#fff!important;border:0!important;border-radius:0!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important}.zv-retail-product-media img,.sale-image img,.catalog-grid.cols-5 .card-img,.zv-list-image{width:100%!important;height:100%!important;object-fit:contain!important;padding:12px!important;background:#fff!important}.zv-retail-product-media svg,.sale-image svg,.catalog-grid.cols-5 .card-img-wrap svg,.zv-list-media svg{width:55%!important;height:55%!important;opacity:.75!important;background:#fff!important}.zv-offer-label,.sale-label,.zv-list-badge,.badge{top:7px!important;left:0!important;min-height:34px!important;padding:0 18px!important;border-radius:0!important;background:var(--zv29-green)!important;color:#fff!important;display:flex!important;align-items:center!important;font-size:11px!important;font-weight:900!important;letter-spacing:.02em!important;box-shadow:none!important}.zv-retail-product-body,.sale-body,.catalog-grid.cols-5 .card-body,.zv-list-info{padding:12px 6px 0!important;text-align:center!important;display:flex!important;flex-direction:column!important;min-height:225px!important}.card-vendor{display:none!important}.zv-retail-product-body h3,.sale-body h3,.catalog-grid.cols-5 .card-body h3,.zv-list-info h3{margin:0 auto 16px!important;min-height:55px!important;max-width:290px!important;font-size:15px!important;line-height:1.45!important;font-weight:500!important;color:#151515!important;text-align:center!important}.zv-retail-product-body h3 a,.sale-body h3 a,.catalog-grid.cols-5 .card-body h3 a,.zv-list-info h3 a{color:#151515!important;text-decoration:none!important}.zv-retail-price,.sale-prices,.catalog-grid.cols-5 .price,.zv-list-price{display:flex!important;align-items:baseline!important;justify-content:center!important;gap:12px!important;margin-bottom:20px!important}.zv-retail-price strong,.sale-prices strong,.catalog-grid.cols-5 .price strong,.zv-list-price strong{font-size:20px!important;color:#202020!important;font-weight:800!important}.zv-retail-price strong.sale-price,.sale-prices strong.sale-price,.catalog-grid.cols-5 .price strong.sale-price,.zv-list-price strong.is-sale{color:var(--zv29-red)!important}.zv-retail-price s,.sale-prices s,.catalog-grid.cols-5 .price s,.zv-list-price s{font-size:12px!important;color:#9aa3ad!important}.zv-retail-actions,.zv-list-actions{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin-top:auto!important}.zv-retail-actions form,.zv-list-actions form{flex:0 1 auto!important}.zv-retail-add,.sale-add,.catalog-grid.cols-5 .add-btn,.catalog-grid.cols-5 .view-btn,.zv-list-add{min-width:165px!important;min-height:44px!important;border:1px solid #1a1a1a!important;border-radius:4px!important;background:#fff!important;color:#181818!important;font-family:Montserrat,Arial,sans-serif!important;font-size:10.5px!important;font-weight:700!important;padding:0 13px!important}.zv-retail-add:hover,.sale-add:hover,.catalog-grid.cols-5 .add-btn:hover,.catalog-grid.cols-5 .view-btn:hover,.zv-list-add:hover{background:#080808!important;border-color:#080808!important;color:#fff!important}.zv-retail-heart,.zv-heart{width:44px!important;height:44px!important;flex:0 0 44px!important;border:0!important;background:#fff!important;color:#2f3544!important}.zv-retail-heart:hover,.zv-heart:hover{color:var(--zv29-blue)!important}.zv-retail-heart svg,.zv-heart svg{width:24px!important;height:24px!important;stroke-width:1.6!important}.zv-manifesto-v28{display:none!important}.zv-premium-categories{background:#fff!important;padding:54px 0 72px!important;border-top:1px solid #f0f2f4!important}.zv-premium-section-head h2{font-size:32px!important;color:#191d2f!important;letter-spacing:-.025em!important}.zv-premium-section-head>div>span{display:none!important}.zv-premium-category-grid{gap:16px!important}.zv-premium-cat{border-radius:4px!important;box-shadow:none!important}.zv-premium-cat:hover{transform:translateY(-2px)!important}.zv-premium-cat-copy h3{font-size:26px!important}.zv-premium-cat-copy small{font-size:10px!important;letter-spacing:.08em!important}.newsletter{background:#f7f8fa!important;padding:54px 0!important;border-top:1px solid #eceff2!important}.newsletter-inner{border-radius:6px!important;background:#111827!important;padding:34px 38px!important}.zv-footer-v28{background:#fff!important;color:#202333!important;border-top:1px solid #e6e9ed!important}.zv-footer-brandrow-v28{border-bottom:1px solid #eceff2!important}.zv-footer-logo-v28{color:#111827!important}.zv-footer-brandrow-v28>p{color:#697385!important}.zv-footer-pills-v28 span{border:1px solid #dce1e6!important;color:#555f70!important}.zv-footer-v28 h3{color:#171b2e!important}.zv-footer-v28 a,.zv-footer-v28 .footer-muted-link{color:#5c6678!important}.zv-footer-v28 a:hover{color:var(--zv29-blue)!important}.zv-footer-bottom-v28{border-top:1px solid #eceff2!important;color:#8490a0!important}@media(max-width:1320px){.zv-header-v28 .store-header-inner{grid-template-columns:180px minmax(320px,1fr) auto!important}.zv-nav-links-v29{gap:24px!important}.zv-nav-links-v29 a{font-size:12px!important}.zv-retail-grid,.sale-scroll,.catalog-grid.cols-5,.zv-list-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:980px){.page-width{width:min(100% - 24px,1800px)!important}.zv-header-v28 .store-header-inner{grid-template-columns:160px 1fr auto!important;gap:14px!important}.zv-actions-v28 .action-copy{display:none!important}.zv-nav-row-v29{gap:18px!important}.zv-menu-button-v29{min-width:148px!important;height:52px!important;padding:0 18px!important}.zv-nav-links-v29{gap:20px!important}.zv-mega-inner-v29{grid-template-columns:repeat(2,1fr)!important}.zv-mega-feature-v29{grid-column:1/-1!important}.zv-retail-grid,.sale-scroll,.catalog-grid.cols-5,.zv-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.zv-hero-v26{height:500px!important}.zv-hero-v26 .carousel-copy h2{font-size:46px!important}}@media(max-width:700px){.topbar,.topbar-strong{min-height:38px!important;font-size:10px!important}.zv-header-v28 .store-header-inner{grid-template-columns:1fr auto!important;min-height:72px!important}.zv-brand-v28{height:58px!important}.zv-logo-image-v28{max-width:145px!important;max-height:52px!important}.zv-search-v28{grid-column:1/-1!important;grid-row:2!important;height:48px!important;margin-bottom:12px!important;border-radius:5px!important}.zv-actions-v28 .account-link{display:none!important}.zv-actions-v28 .cart-link-store{width:44px!important;height:44px!important}.zv-nav-row-v29{height:56px!important;gap:12px!important}.zv-menu-button-v29{height:44px!important;min-width:122px!important;padding:0 12px!important;font-size:11px!important}.zv-menu-lines-v29{width:17px!important}.zv-menu-lines-v29 i{width:17px!important;height:2px!important}.zv-nav-links-v29{gap:18px!important}.zv-nav-links-v29 a{font-size:9px!important}.zv-mega-menu-v29{position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:0!important;overflow:auto!important;z-index:9999!important;padding-top:74px!important}.zv-mega-inner-v29{grid-template-columns:1fr!important;gap:24px!important;padding-top:18px!important}.zv-mega-feature-v29{grid-column:auto!important}.zv-hero-v26{height:520px!important}.zv-hero-v26 .carousel-overlay{background:linear-gradient(90deg,#fffffff7,#ffffffbf)!important}.zv-hero-v26 .carousel-copy{max-width:86%!important}.zv-hero-v26 .carousel-copy h2{font-size:36px!important}.zv-hero-v26 .carousel-copy p{font-size:14px!important}.zv-hero-v26 .carousel-secondary{display:none!important}.sale-products-section,.catalog-section,.zv-retail-shelf{padding:44px 0 52px!important}.zv-retail-grid,.sale-scroll,.catalog-grid.cols-5,.zv-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.zv-retail-product-media,.sale-image,.catalog-grid.cols-5 .card-img-wrap,.zv-list-media{height:190px!important}.zv-retail-product-body,.sale-body,.catalog-grid.cols-5 .card-body,.zv-list-info{padding:9px 2px 0!important;min-height:205px!important}.zv-retail-product-body h3,.sale-body h3,.catalog-grid.cols-5 .card-body h3,.zv-list-info h3{font-size:11.5px!important;min-height:50px!important;margin-bottom:10px!important}.zv-retail-price strong,.sale-prices strong,.catalog-grid.cols-5 .price strong,.zv-list-price strong{font-size:15px!important}.zv-retail-add,.sale-add,.catalog-grid.cols-5 .add-btn,.zv-list-add{min-width:0!important;width:100%!important;min-height:38px!important;font-size:8px!important}.zv-retail-heart,.zv-heart{width:38px!important;height:38px!important;flex-basis:38px!important}.zv-premium-categories{padding:42px 0!important}.newsletter-inner{padding:26px 20px!important}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/base.css.map */
