*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-width{width:min(calc(100% - 32px),var(--page));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px 14px;z-index:1000}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;background:var(--accent);color:var(--accentText);font-weight:700;border:1px solid var(--accent);cursor:pointer;transition:.2s}.button:hover{transform:translateY(-1px);opacity:.94}.button--secondary{background:transparent;color:var(--text);border-color:var(--border)}.section{padding:64px 0}.section-title{font-size:clamp(28px,4vw,44px);line-height:1.08;margin:0 0 12px}.section-subtitle{color:var(--muted);max-width:720px;margin:0 0 28px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.announcement{background:var(--text);color:var(--bg);font-size:13px;text-align:center;padding:8px 16px}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.brand{font-size:23px;font-weight:900;letter-spacing:-.04em}.brand img{max-height:42px;width:auto}.nav{display:flex;gap:22px;justify-content:center;font-size:14px}.header-actions{display:flex;gap:12px;align-items:center}.icon-link{display:inline-flex;align-items:center;gap:6px;font-size:14px}.hero{padding:30px 0 20px}.hero-shell{min-height:520px;border-radius:calc(var(--radius) + 8px);overflow:hidden;position:relative;display:flex;align-items:flex-end;background:#111;color:#fff}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000ad,#0000002e 65%,#00000014)}.hero-content{position:relative;z-index:2;padding:clamp(32px,6vw,72px);max-width:760px}.hero-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;opacity:.8}.hero h1{font-size:clamp(44px,7vw,84px);line-height:.96;letter-spacing:-.055em;margin:12px 0 18px}.hero p{font-size:clamp(16px,2vw,21px);max-width:620px;color:#ffffffdb;margin:0 0 28px}.hero .button--secondary{color:#fff;border-color:#ffffff8c}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.placeholder-hero{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,#57606f 0,transparent 28%),linear-gradient(135deg,#141414,#30363d 55%,#111)}.trust-grid,.category-grid,.product-grid{display:grid;gap:18px}.trust-grid{grid-template-columns:repeat(3,1fr)}.trust-card{padding:22px}.trust-card strong{display:block;font-size:17px;margin-bottom:5px}.trust-card span{color:var(--muted);font-size:14px}.category-grid{grid-template-columns:repeat(4,1fr)}.category-card{min-height:240px;position:relative;display:flex;align-items:flex-end;background:#e8e8e8}.category-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 42%,#000000a8)}.category-card__content{position:relative;z-index:1;padding:20px;color:#fff}.category-card__content h3{margin:0 0 4px;font-size:22px}.category-card__content span{font-size:13px;opacity:.88}.product-grid{grid-template-columns:repeat(4,1fr)}.product-card{display:flex;flex-direction:column;height:100%}.product-card__media{aspect-ratio:1/1;background:#f1f1f1;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.25s}.product-card__body{padding:16px}.product-card__vendor{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.product-card__title{font-weight:700;margin:6px 0 8px}.price{display:flex;gap:8px;align-items:center}.price s{color:var(--muted);font-size:13px}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--text);color:var(--bg);font-size:11px;font-weight:800}.empty-card{padding:26px;color:var(--muted)}.collection-toolbar{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.newsletter{padding:34px;background:var(--text);color:var(--bg);border-radius:calc(var(--radius) + 8px);display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.newsletter h2{margin:0 0 8px;font-size:clamp(28px,4vw,44px)}.newsletter p{margin:0;opacity:.72}.newsletter-form{display:flex;gap:8px}.input{min-height:46px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:0 16px;min-width:260px}.newsletter .input,.newsletter .button{background:#fff;color:#111;border-color:#fff}.site-footer{border-top:1px solid var(--border);padding:50px 0 28px;margin-top:64px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-title{font-weight:800;margin-bottom:10px}.footer-links{display:grid;gap:8px;color:var(--muted);font-size:14px}.footer-bottom{border-top:1px solid var(--border);margin-top:34px;padding-top:18px;color:var(--muted);font-size:13px;display:flex;justify-content:space-between;gap:16px}.product-main{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:start}.product-gallery{display:grid;grid-template-columns:1fr;gap:12px}.product-image{border-radius:var(--radius);overflow:hidden;background:#f2f2f2}.product-info{position:sticky;top:100px}.product-info h1{font-size:clamp(34px,4vw,54px);line-height:1.02;letter-spacing:-.04em;margin:8px 0 14px}.product-description{color:var(--muted)}.product-form{display:grid;gap:16px;margin-top:24px}.select,.quantity{min-height:46px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);padding:0 12px}.cart-row{display:grid;grid-template-columns:96px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--border)}.cart-row img{width:96px;height:96px;object-fit:cover;border-radius:12px}.cart-summary{margin-left:auto;max-width:380px;padding-top:28px}.search-form{display:flex;gap:10px;max-width:680px}.rte{max-width:800px}.rte img{border-radius:var(--radius)}.cart-icon-link{position:relative;padding:8px;border-radius:999px;line-height:0}.cart-icon-link:hover{background:var(--surface)}.cart-icon{width:24px;height:24px;display:block}.cart-count{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--accent);color:var(--accentText);font-size:11px;font-weight:800;line-height:18px;text-align:center;transform:translate(25%,-15%)}@media(max-width:900px){.nav{display:none}.header-inner{grid-template-columns:1fr auto}.hero-shell{min-height:460px}.trust-grid{grid-template-columns:1fr}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.newsletter,.product-main{grid-template-columns:1fr}.product-info{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:600px){.page-width{width:min(calc(100% - 22px),var(--page))}.section{padding:46px 0}.hero{padding-top:12px}.hero-shell{min-height:510px}.hero-content{padding:28px}.hero h1{font-size:46px}.category-grid,.product-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{min-height:190px}.product-card__body{padding:12px}.newsletter-form{flex-direction:column}.newsletter .input{min-width:0;width:100%}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.cart-row{grid-template-columns:72px 1fr}.cart-row img{width:72px;height:72px}.cart-row>div:last-child{grid-column:2}}.product-section{padding:36px 0 72px}.product-main{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(38px,5vw,76px);align-items:start}.product-gallery{min-width:0}.product-gallery__main{position:relative}.product-image{display:none;border-radius:24px;overflow:hidden;background:#f4f5f5;aspect-ratio:1/1}.product-image.is-active,.product-gallery>.product-image:only-child{display:block}.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-thumbnails{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding:2px 2px 6px}.product-thumbnail{flex:0 0 82px;width:82px;height:82px;padding:0;border:1px solid var(--border);border-radius:14px;background:#f5f5f5;overflow:hidden;cursor:pointer;transition:.18s}.product-thumbnail:hover,.product-thumbnail.is-active{border-color:var(--text);box-shadow:0 0 0 1px var(--text)}.product-info{position:sticky;top:104px;padding:8px 0}.product-info__top{padding-bottom:24px;border-bottom:1px solid var(--border)}.product-eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;background:var(--surface);border:1px solid var(--border);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.product-info h1{font-size:clamp(36px,4.2vw,58px);line-height:1.01;letter-spacing:-.052em;margin:14px 0 18px}.product-price-row{display:flex;justify-content:space-between;gap:18px;align-items:center}.product-price{gap:10px;flex-wrap:wrap}.product-price strong{font-size:28px;letter-spacing:-.025em}.product-price s{font-size:15px}.product-discount{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border-radius:999px;background:#111;color:#fff;font-size:12px;font-weight:800}.stock-badge{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;padding:7px 11px;border-radius:999px;background:#f3f7f4;font-size:12px;font-weight:700}.stock-badge span{width:7px;height:7px;border-radius:50%;background:#23924a;box-shadow:0 0 0 3px #23924a1f}.stock-badge--out{background:#f6f2f2}.product-description{margin-top:18px;color:var(--muted);font-size:15px;line-height:1.7}.product-description p:first-child{margin-top:0}.product-description p:last-child{margin-bottom:0}.product-form{display:grid;gap:14px;margin-top:24px}.product-field{display:grid;gap:8px}.product-field label{font-size:13px;font-weight:700}.select{width:100%;min-height:52px;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text);padding:0 14px;font:inherit}.product-field--quantity{max-width:156px}.quantity-wrap{display:grid;grid-template-columns:44px 1fr 44px;min-height:50px;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface)}.quantity{width:100%;min-width:0;border:0;background:transparent;color:var(--text);padding:0;text-align:center;font:inherit;-moz-appearance:textfield}.quantity::-webkit-outer-spin-button,.quantity::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-btn{border:0;background:transparent;color:var(--text);font-size:22px;cursor:pointer}.quantity-btn:hover{background:#0000000a}.product-add-button{width:100%;min-height:56px;border-radius:14px;font-size:15px;gap:9px}.product-add-button svg{width:21px;height:21px}.product-add-button:disabled{cursor:not-allowed;opacity:.55}.dynamic-checkout{margin-top:-2px}.dynamic-checkout .shopify-payment-button__button{min-height:54px!important;border-radius:14px!important;overflow:hidden!important}.dynamic-checkout .shopify-payment-button__more-options{font-size:13px!important;margin-top:10px!important}.product-benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.product-benefit{display:grid;grid-template-columns:40px 1fr;gap:11px;align-items:start;padding:14px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.product-benefit__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--bg)}.product-benefit__icon svg{width:21px;height:21px}.product-benefit strong{display:block;font-size:13px;margin-bottom:2px}.product-benefit small{display:block;color:var(--muted);font-size:11px;line-height:1.4}.product-accordions{margin-top:22px;border-top:1px solid var(--border)}.product-accordions details{border-bottom:1px solid var(--border)}.product-accordions summary{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:17px 0;cursor:pointer;font-size:14px;font-weight:700;list-style:none}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions summary span{font-size:20px;font-weight:400;color:var(--muted)}.accordion-content{padding:0 0 18px;color:var(--muted);font-size:14px;line-height:1.65}.accordion-content p:first-child{margin-top:0}.accordion-content p:last-child{margin-bottom:0}@media(max-width:900px){.product-section{padding-top:20px}.product-main{grid-template-columns:1fr;gap:28px}.product-info{position:static}.product-image{border-radius:18px}.product-info h1{font-size:clamp(34px,9vw,48px)}}@media(max-width:600px){.product-section{padding:12px 0 48px}.product-main{gap:22px}.product-image{aspect-ratio:1/1.03}.product-thumbnail{flex-basis:68px;width:68px;height:68px;border-radius:11px}.product-info{padding:0}.product-info__top{padding-bottom:20px}.product-info h1{margin-top:11px}.product-price-row{align-items:flex-start;flex-direction:column;gap:10px}.product-price strong{font-size:25px}.product-description{font-size:14px}.product-field--quantity{max-width:148px}.product-add-button{min-height:54px}.product-benefits{grid-template-columns:1fr}}.category-card{min-height:260px;isolation:isolate;background:#e9e9e9;transition:transform .22s ease,box-shadow .22s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #0000001a}.category-card__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.category-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.category-card:hover .category-card__media img{transform:scale(1.045)}.category-card:after{background:linear-gradient(180deg,#00000005 20%,#0000001a 45%,#000000c7)}.category-card__content{width:100%;padding:22px}.category-card__content h3{font-size:23px;line-height:1.05;margin-bottom:8px}.category-card__content>span{display:inline-flex;align-items:center;gap:6px;font-weight:650}@media(max-width:600px){.category-card{min-height:205px}.category-card__content{padding:16px}.category-card__content h3{font-size:18px}}.header-actions{gap:7px}.header-icon-btn{position:relative;width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:var(--text);display:grid;place-items:center;cursor:pointer;transition:.18s}.header-icon-btn:hover{background:var(--surface);box-shadow:inset 0 0 0 1px var(--border)}.header-icon-btn svg{width:22px;height:22px}.header-search-panel{border-top:1px solid var(--border);background:var(--bg);padding:13px 0 16px}.header-search-form{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;border:1px solid var(--border);border-radius:16px;padding:7px 8px 7px 15px;background:var(--surface);box-shadow:0 10px 30px #0000000a}.header-search-form svg{width:21px;height:21px;color:var(--muted)}.header-search-form input{min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit;padding:8px 2px}.header-search-form button{min-height:40px;border:0;border-radius:11px;background:var(--text);color:var(--bg);font-weight:750;padding:0 18px;cursor:pointer}.trust-section{padding-top:34px;padding-bottom:34px}.trust-card{display:grid;grid-template-columns:44px 1fr;gap:13px;align-items:center}.trust-icon{width:42px;height:42px;border-radius:13px;background:var(--bg);display:grid;place-items:center}.trust-icon svg{width:22px;height:22px}.product-card{position:relative;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #00000017}.product-card__link{display:flex;flex-direction:column;flex:1}.product-card__media{position:relative}.product-card__placeholder{height:100%;display:grid;place-items:center;color:var(--muted)}.product-card__badges{position:absolute;left:12px;top:12px;display:flex;gap:6px;flex-wrap:wrap}.badge--light{background:#ffffffeb;color:#111}.product-card__bottom{display:flex;flex-direction:column;gap:8px}.product-stock{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}.product-stock span{width:7px;height:7px;border-radius:50%;background:#23924a}.quick-add-form{padding:0 14px 14px}.quick-add-button{width:100%;min-height:43px;border:0;border-radius:12px;background:var(--text);color:var(--bg);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:750;font-size:13px;cursor:pointer}.quick-add-button svg{width:18px;height:18px}.quick-add-button--secondary{margin:0 14px 14px;width:auto;background:transparent;color:var(--text);border:1px solid var(--border)}.footer-grid--pro{grid-template-columns:1.7fr 1fr 1fr 1fr}.footer-social{display:inline-flex;margin-top:4px;font-size:14px;font-weight:700}.footer-links a:hover{text-decoration:underline;text-underline-offset:3px}.product-reviews{background:color-mix(in srgb,var(--surface) 65%,var(--bg))}.reviews-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:26px}.reviews-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:850;color:var(--muted);margin-bottom:8px}.reviews-summary{display:flex;align-items:center;gap:10px;color:var(--muted)}.reviews-summary strong{color:var(--text);font-size:19px}.reviews-stars,.review-stars{letter-spacing:.08em;color:#111}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.reviews-app-block{grid-column:1/-1}.review-card{border:1px solid var(--border);background:var(--surface);border-radius:18px;padding:20px;min-width:0}.review-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.review-card h3{font-size:16px;margin:16px 0 7px}.review-card p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}.review-stars{font-size:14px;margin-bottom:7px}.review-stars .is-empty{color:#d4d4d4}.verified-badge{font-size:10px;font-weight:800;padding:6px 8px;border-radius:999px;background:#f2f5f2;white-space:nowrap}.review-photo{display:block;width:100%;padding:0;border:0;background:none;border-radius:13px;overflow:hidden;margin-top:15px;cursor:zoom-in}.review-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}.reviews-empty{padding:28px;border:1px dashed var(--border);border-radius:18px;background:var(--surface);display:flex;flex-direction:column;gap:5px}.reviews-empty span{color:var(--muted);font-size:14px}.review-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#000000e0;display:grid;place-items:center;padding:40px}.review-lightbox[hidden]{display:none}.review-lightbox img{max-width:min(100%,1050px);max-height:85vh;border-radius:18px;object-fit:contain}.review-lightbox button{position:absolute;right:24px;top:18px;border:0;background:transparent;color:#fff;font-size:38px;cursor:pointer}.no-scroll{overflow:hidden}.mobile-sticky-atc{display:none}@media(max-width:900px){.footer-grid--pro,.reviews-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.header-inner{min-height:64px;gap:12px}.brand{font-size:20px}.header-icon-btn{width:37px;height:37px}.header-search-form{grid-template-columns:20px 1fr auto;padding-left:12px}.header-search-form button{padding:0 13px}.product-card__badges{left:8px;top:8px}.quick-add-form{padding:0 10px 10px}.quick-add-button--secondary{margin:0 10px 10px}.footer-grid--pro{grid-template-columns:1fr}.reviews-header{align-items:flex-start;flex-direction:column}.reviews-grid{grid-template-columns:1fr}.review-lightbox{padding:18px}.mobile-sticky-atc{position:fixed;left:10px;right:10px;bottom:10px;z-index:80;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;background:color-mix(in srgb,var(--surface) 96%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:16px;padding:10px 10px 10px 14px;box-shadow:0 12px 36px #0000002b;transform:translateY(140%);opacity:0;pointer-events:none;transition:.25s}.mobile-sticky-atc.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-sticky-atc__meta{min-width:0;display:flex;flex-direction:column}.mobile-sticky-atc__meta strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-sticky-atc__meta span{font-size:13px;font-weight:800}.mobile-sticky-atc .button{min-height:44px;padding:0 16px}}.product-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:0 0 22px;color:var(--muted);font-size:12px}.product-breadcrumb a:hover{color:var(--text);text-decoration:underline;text-underline-offset:3px}.product-breadcrumb span:last-child{color:var(--text);font-weight:650}.inline-product-reviews{margin-top:64px;padding:56px 0;border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 65%,var(--bg))}@media(max-width:600px){.inline-product-reviews{margin-top:42px;padding:40px 0}}.product-section{padding-top:34px}.product-grid{align-items:start;gap:clamp(32px,5vw,76px)}.product-info{position:sticky;top:92px}.product-title{font-size:clamp(36px,4.2vw,62px);line-height:.94;letter-spacing:-.045em;max-width:760px}.product-price{font-size:30px;margin-top:20px}.product-description{display:none!important}.product-story{padding:84px 0 18px}.product-story__intro{max-width:760px;margin:0 auto 48px;text-align:center}.product-story__eyebrow,.product-description-pro__heading span{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:850;color:var(--muted);margin-bottom:12px}.product-story__intro h2,.product-description-pro__heading h2{margin:0;font-size:clamp(34px,4.6vw,62px);line-height:1;letter-spacing:-.04em}.product-story__intro p{max-width:650px;margin:18px auto 0;color:var(--muted);line-height:1.7}.product-story__features{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:54px}.product-story__features article{min-height:220px;padding:26px;border:1px solid var(--border);border-radius:22px;background:var(--surface);display:flex;flex-direction:column;justify-content:flex-end}.product-story__number{font-size:11px;font-weight:850;color:var(--muted);margin-bottom:auto}.product-story__features h3{font-size:21px;margin:28px 0 8px}.product-story__features p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}.product-editorial-gallery{display:grid;grid-template-columns:1.15fr .85fr;grid-auto-rows:minmax(280px,42vw);gap:14px;margin:0 0 72px}.product-editorial-gallery__item{margin:0;border-radius:24px;overflow:hidden;background:var(--surface)}.product-editorial-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-editorial-gallery__item:hover img{transform:scale(1.025)}.product-editorial-gallery__item--1{grid-row:span 2}.product-editorial-gallery__item--4{grid-column:2}.product-description-pro{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:clamp(36px,8vw,120px);padding:64px 0;border-top:1px solid var(--border)}.product-description-pro__heading h2{font-size:clamp(30px,3.5vw,48px)}.product-description-pro__content{color:var(--muted);font-size:16px;line-height:1.8;max-width:760px}.product-description-pro__content p{margin:0 0 18px}.product-description-pro__content h2,.product-description-pro__content h3{color:var(--text);line-height:1.15;margin:30px 0 12px}.product-description-pro__content ul{padding-left:20px}.product-description-pro__content li{margin:8px 0}@media(max-width:900px){.product-info{position:static}.product-story{padding-top:58px}.product-story__features{grid-template-columns:1fr}.product-story__features article{min-height:170px}.product-editorial-gallery{grid-template-columns:1fr;grid-auto-rows:auto}.product-editorial-gallery__item--1,.product-editorial-gallery__item--4{grid-row:auto;grid-column:auto}.product-editorial-gallery__item img{aspect-ratio:4/3}.product-description-pro{grid-template-columns:1fr;padding:44px 0}}@media(max-width:600px){.product-section{padding-top:18px}.product-title{font-size:36px}.product-story{padding-top:46px}.product-story__intro{text-align:left;margin-bottom:30px}.product-story__intro p{margin-left:0}.product-story__features{gap:10px;margin-bottom:36px}.product-story__features article{padding:20px;border-radius:17px}.product-editorial-gallery{gap:9px;margin-bottom:44px}.product-editorial-gallery__item{border-radius:17px}}.quantity-stepper{display:grid;grid-template-columns:44px 58px 44px;align-items:center;width:max-content;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface)}.quantity-stepper__button{height:44px;border:0;background:transparent;color:var(--text);font-size:21px;cursor:pointer}.quantity-stepper__button:hover{background:var(--bg)}.quantity-stepper input{width:58px;height:44px;border:0!important;border-left:1px solid var(--border)!important;border-right:1px solid var(--border)!important;border-radius:0!important;text-align:center;padding:0!important;background:transparent!important;font-weight:750;-moz-appearance:textfield}.quantity-stepper input::-webkit-outer-spin-button,.quantity-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.purchase-reassurance{max-width:var(--page);margin:18px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.purchase-reassurance__item{border:1px solid var(--border);border-radius:16px;padding:15px;display:grid;grid-template-columns:28px 1fr;gap:11px;align-items:start;background:var(--surface)}.purchase-reassurance__item svg{width:23px;height:23px;margin-top:1px}.purchase-reassurance__item strong,.purchase-reassurance__item span{display:block}.purchase-reassurance__item strong{font-size:12px;margin-bottom:3px}.purchase-reassurance__item span{font-size:11px;line-height:1.45;color:var(--muted)}.product-faq{padding:64px 0;border-top:1px solid var(--border)}.product-faq__inner{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(36px,8vw,120px)}.product-faq__heading span{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:850;color:var(--muted)}.product-faq__heading h2{font-size:clamp(30px,3.5vw,48px);letter-spacing:-.04em;line-height:1;margin:12px 0 0}.product-faq__items details{border-top:1px solid var(--border);padding:0}.product-faq__items details:last-child{border-bottom:1px solid var(--border)}.product-faq__items summary{list-style:none;cursor:pointer;padding:21px 0;font-size:15px;font-weight:750;display:flex;align-items:center;justify-content:space-between;gap:20px}.product-faq__items summary::-webkit-details-marker{display:none}.product-faq__items summary span{font-size:22px;font-weight:400;transition:.2s}.product-faq__items details[open] summary span{transform:rotate(45deg)}.product-faq__items details>div{padding:0 40px 22px 0;color:var(--muted);font-size:14px;line-height:1.7}@media(max-width:900px){.purchase-reassurance,.product-faq__inner{grid-template-columns:1fr}}@media(max-width:600px){.purchase-reassurance{padding:0 16px}.product-faq{padding:44px 0}}.shipping-progress{max-width:var(--page);margin:22px auto;padding:18px 20px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.shipping-progress__top{display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:13px;margin-bottom:12px}.shipping-progress__track{height:8px;border-radius:99px;background:var(--border);overflow:hidden}.shipping-progress__track span{display:block;height:100%;border-radius:inherit;background:currentColor;transition:width .3s ease}.shipping-progress small{display:block;color:var(--muted);line-height:1.45;margin-top:10px}@media(max-width:600px){.shipping-progress{margin:14px 16px;padding:15px}}.cart-row{align-items:center;grid-template-columns:96px minmax(0,1fr) auto;gap:20px;padding:22px 0}.cart-row__content{min-width:0}.cart-row__title{display:block;font-size:15px;line-height:1.35;margin-bottom:5px}.cart-row__variant{color:var(--muted);font-size:12px;margin-bottom:12px}.cart-row__meta{min-width:110px;text-align:right;display:grid;justify-items:end;gap:7px}.cart-row__price{font-size:16px;letter-spacing:-.02em}.cart-row__remove{font-size:12px;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.cart-qty{width:max-content;display:grid;grid-template-columns:38px 46px 38px;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:var(--surface)}.cart-qty__btn{height:38px;border:0;background:transparent;color:var(--text);font-size:19px;line-height:1;cursor:pointer}.cart-qty__btn:hover{background:var(--bg)}.cart-qty__input{width:46px;height:38px;border:0;border-left:1px solid var(--border);border-right:1px solid var(--border);background:transparent;color:var(--text);text-align:center;font:inherit;font-weight:750;-moz-appearance:textfield}.cart-qty__input::-webkit-outer-spin-button,.cart-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-summary{margin-top:26px;padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.cart-update-needed{box-shadow:0 0 0 2px color-mix(in srgb,var(--text) 18%,transparent)}@media(max-width:600px){.cart-row{grid-template-columns:72px minmax(0,1fr);gap:14px;padding:18px 0}.cart-row__meta{grid-column:2;text-align:left;justify-items:start;min-width:0}.cart-row__price{font-size:15px}.cart-qty{grid-template-columns:36px 44px 36px}.cart-qty__btn,.cart-qty__input{height:36px}.cart-qty__input{width:44px}.cart-summary{padding:18px;border-radius:16px}}.site-header{border-bottom:1px solid var(--border);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{min-height:70px;padding-top:0;padding-bottom:0}.brand--dovu{font-size:24px;line-height:1;letter-spacing:-.035em;font-weight:900;padding:8px 0}.nav{gap:28px}.nav a{font-size:14px;font-weight:650}.header-actions{gap:5px}.announcement-bar{min-height:31px;font-size:11px;letter-spacing:.02em}.hero{margin-top:0!important;padding-top:0!important}.hero .page-width{padding-top:0}.hero-grid{min-height:610px;border-radius:0 0 28px 28px;overflow:hidden;position:relative}.hero-copy{padding:74px 72px;display:flex;flex-direction:column;justify-content:center;max-width:760px}.hero-eyebrow{margin-bottom:18px;font-size:11px;letter-spacing:.16em;font-weight:850}.hero h1{max-width:720px;margin:0;font-size:clamp(56px,6vw,92px);line-height:.9;letter-spacing:-.055em}.hero-copy>p{max-width:610px;margin:26px 0 0;font-size:18px;line-height:1.55;color:#ffffffd1}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-actions .button{min-height:50px;padding:0 22px;border-radius:999px;font-size:14px;font-weight:800}.hero-actions .button:first-child{background:#fff;color:#111}.hero-actions .button:first-child:hover{transform:translateY(-1px)}.hero-actions .button--secondary{border-color:#fff6;color:#fff;background:#ffffff0a}.hero-actions .button--secondary:hover{background:#ffffff1a}@media(min-width:1200px){.page-width{padding-left:40px;padding-right:40px}}@media(max-width:900px){.header-inner{min-height:64px}.brand--dovu{font-size:22px}.hero-grid{min-height:520px;border-radius:0 0 22px 22px}.hero-copy{padding:56px 28px}.hero h1{font-size:clamp(46px,10vw,68px);line-height:.94}.hero-copy>p{font-size:16px;margin-top:20px}}@media(max-width:600px){.announcement-bar{font-size:10px}.hero-grid{min-height:auto;border-radius:0 0 18px 18px}.hero-copy{padding:46px 20px 42px}.hero-eyebrow{margin-bottom:14px}.hero h1{font-size:44px;line-height:.95}.hero-copy>p{font-size:15px;line-height:1.55}.hero-actions{margin-top:26px;gap:10px}.hero-actions .button{width:100%}}.hero{padding:18px 0 24px!important;margin:0!important}.hero .page-width{width:min(calc(100% - 32px),1440px);padding:0!important}.hero-shell{min-height:590px;border-radius:22px;overflow:hidden;position:relative;display:flex;align-items:stretch;isolation:isolate;background:#090a0c;color:#fff;box-shadow:0 18px 55px #0000001f}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#090a0c}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.01)}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#050608f5,#050608e6 28%,#050608ab 48%,#05060840 70%,#0506081f),linear-gradient(0deg,#0003,#0000000a)}.hero-content{position:relative;z-index:2;width:100%;display:flex;align-items:center;padding:64px 68px}.hero-content__inner{width:min(610px,55%)}.hero-eyebrow{margin:0 0 16px;text-transform:uppercase;letter-spacing:.17em;font-size:11px;line-height:1.2;font-weight:850;color:#ffffffb8}.hero h1{max-width:600px;margin:0;font-size:clamp(48px,5.1vw,76px);line-height:.94;letter-spacing:-.052em;text-wrap:balance}.hero p{max-width:535px;margin:22px 0 0;font-size:17px;line-height:1.55;color:#ffffffc7}.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}.hero-actions .button{min-height:48px;padding:0 22px;border-radius:999px;font-size:14px;font-weight:800;transition:transform .18s ease,background .18s ease,border-color .18s ease}.hero-actions .button:first-child{background:#fff;color:#0b0c0e;border-color:#fff}.hero-actions .button:first-child:hover{transform:translateY(-2px);opacity:1}.hero-actions .button--secondary{background:#ffffff0d;color:#fff;border-color:#ffffff7a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-actions .button--secondary:hover{background:#ffffff1f;border-color:#ffffffbf;opacity:1}@media(max-width:900px){.hero{padding-top:12px!important}.hero .page-width{width:min(calc(100% - 22px),1440px)}.hero-shell{min-height:540px;border-radius:18px}.hero-media img{object-position:58% center}.hero-media:after{background:linear-gradient(90deg,#050608f0,#050608d1 45%,#05060861),linear-gradient(0deg,#00000040,#0000000f)}.hero-content{padding:48px 34px}.hero-content__inner{width:min(570px,76%)}.hero h1{font-size:clamp(44px,8vw,64px)}.hero p{font-size:16px}}@media(max-width:600px){.hero{padding:8px 0 18px!important}.hero .page-width{width:calc(100% - 16px)}.hero-shell{min-height:560px;border-radius:16px;align-items:flex-end}.hero-media img{object-position:center;transform:scale(1.02)}.hero-media:after{background:linear-gradient(0deg,#050608fa,#050608e8 38%,#05060894 67%,#0506083d)}.hero-content{align-items:flex-end;padding:34px 22px 38px}.hero-content__inner{width:100%}.hero-eyebrow{font-size:10px;margin-bottom:12px}.hero h1{max-width:430px;font-size:clamp(40px,12vw,54px);line-height:.96}.hero p{max-width:410px;margin-top:17px;font-size:15px;line-height:1.5}.hero-actions{margin-top:23px;display:grid;grid-template-columns:1fr 1fr;width:100%}.hero-actions .button{width:100%;min-height:47px;padding:0 14px}}@media(max-width:390px){.hero-actions{grid-template-columns:1fr}}@media(max-width:900px){.site-header{position:sticky;top:0;z-index:60;background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{min-height:60px!important;grid-template-columns:1fr auto!important;gap:10px!important}.brand--dovu{font-size:21px!important;padding:5px 0!important}.brand--dovu img{max-height:34px!important;width:auto!important}.header-actions{gap:2px!important}.header-icon-btn{width:38px!important;height:38px!important}.header-icon-btn svg{width:21px!important;height:21px!important}.hero{padding:0 0 14px!important}.hero .page-width{width:100%!important;max-width:none!important}.hero-shell{min-height:560px!important;border-radius:0 0 20px 20px!important;box-shadow:none!important}.hero-media img{object-position:center 35%!important;transform:none!important}.hero-media:after{background:linear-gradient(0deg,#050608fa,#050608ed 34%,#0506089e 62%,#0506082e)!important}.hero-content{align-items:flex-end!important;padding:34px 24px 38px!important}.hero-content__inner{width:100%!important;max-width:600px!important}.hero-eyebrow{font-size:10px!important;margin-bottom:11px!important}.hero h1{font-size:clamp(42px,9vw,58px)!important;line-height:.96!important;max-width:540px!important}.hero p{font-size:15px!important;line-height:1.52!important;margin-top:16px!important;max-width:500px!important}.hero-actions{margin-top:22px!important;display:grid!important;grid-template-columns:1.2fr .9fr!important;gap:9px!important;width:100%!important;max-width:430px!important}.hero-actions .button{min-height:48px!important;width:100%!important;font-size:13px!important;padding:0 14px!important}.section{padding:42px 0!important}.section-title{font-size:32px!important;letter-spacing:-.035em}.section-subtitle{font-size:14px!important;line-height:1.55!important;margin-bottom:20px!important}.trust-section{padding:16px 0 24px!important}.trust-grid{display:flex!important;grid-template-columns:none!important;gap:9px!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:3px}.trust-grid::-webkit-scrollbar{display:none}.trust-card{flex:0 0 min(80vw,340px)!important;scroll-snap-align:start;padding:15px!important;grid-template-columns:38px 1fr!important;gap:11px!important;border-radius:16px!important}.trust-icon{width:38px!important;height:38px!important;border-radius:11px!important}.trust-card strong{font-size:14px!important}.trust-card span{font-size:11px!important;line-height:1.4!important}.category-grid{display:flex!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.category-grid::-webkit-scrollbar{display:none}.category-card{flex:0 0 min(72vw,300px)!important;min-height:210px!important;scroll-snap-align:start;border-radius:18px!important}.category-card__content{padding:17px!important}.category-card__content h3{font-size:20px!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-card{border-radius:16px!important}.product-card:hover{transform:none!important;box-shadow:none!important}.product-card__media{aspect-ratio:1/1.05!important}.product-card__body{padding:11px!important}.product-card__vendor{font-size:9px!important}.product-card__title{font-size:13px!important;line-height:1.3!important;margin:5px 0 7px!important}.product-card .price{font-size:13px!important;gap:5px!important}.product-stock{font-size:9px!important}.quick-add-form{padding:0 9px 9px!important}.quick-add-button{min-height:42px!important;border-radius:11px!important;font-size:12px!important}.quick-add-button--secondary{margin:0 9px 9px!important}.newsletter{padding:26px 20px!important;border-radius:18px!important;gap:18px!important}.newsletter h2{font-size:31px!important}.newsletter p{font-size:13px!important}.newsletter .input,.newsletter .button{min-height:48px!important}.site-footer{margin-top:36px!important;padding-top:36px!important}.footer-grid--pro{gap:28px!important}.footer-bottom{font-size:11px!important}.product-section{padding-top:12px!important;padding-bottom:42px!important}.product-main{gap:22px!important}.product-image{border-radius:16px!important}.product-thumbnails{gap:7px!important}.product-thumbnail{flex:0 0 66px!important;width:66px!important;height:66px!important;border-radius:11px!important}.product-info{position:static!important;padding-top:0!important}.product-info h1,.product-title{font-size:35px!important;line-height:1!important}.product-price{font-size:25px!important}.product-form{gap:13px!important;margin-top:18px!important}.product-add-button{min-height:52px!important}.product-story{padding-top:44px!important}.product-story__intro h2,.product-description-pro__heading h2{font-size:35px!important}.product-description-pro,.product-faq{padding:40px 0!important}}@media(max-width:600px){.page-width{width:calc(100% - 24px)!important}.hero-shell{min-height:min(620px,calc(100svh - 80px))!important}.hero-content{padding:30px 18px 34px!important}.hero h1{font-size:clamp(39px,11vw,50px)!important}.hero p{font-size:14px!important}.hero-actions{grid-template-columns:1fr 1fr!important;max-width:none!important}.collection-toolbar{align-items:flex-end!important;gap:10px!important}.collection-toolbar>a{font-size:12px!important;white-space:nowrap}.category-card{flex-basis:78vw!important}.trust-card{flex-basis:86vw!important}.newsletter-form{flex-direction:column!important}.newsletter .input{width:100%!important;min-width:0!important}.footer-grid--pro{grid-template-columns:1fr!important}.footer-grid--pro>div:first-child{grid-column:auto!important}.footer-bottom{flex-direction:column!important}.mobile-sticky-atc{left:8px!important;right:8px!important;bottom:8px!important;border-radius:15px!important}body:has(.mobile-sticky-atc){padding-bottom:78px}}@media(max-width:390px){.hero-actions{grid-template-columns:1fr!important}.product-grid{gap:8px!important}.product-card__body{padding:9px!important}}@media(min-width:901px){.product-main{grid-template-columns:minmax(0,580px) minmax(360px,1fr);gap:clamp(36px,4.5vw,68px);justify-content:center}.product-gallery{width:100%;max-width:580px}.product-image{aspect-ratio:4/3}.product-editorial-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:clamp(230px,28vw,390px);max-width:1040px;margin-inline:auto}.product-editorial-gallery__item--1,.product-editorial-gallery__item--4{grid-row:auto;grid-column:auto}}@media(max-width:900px){.product-gallery{width:min(100%,680px);margin-inline:auto}.product-image{aspect-ratio:4/3}.product-editorial-gallery{display:flex;gap:10px;margin-inline:calc(50% - 50vw);padding-inline:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-editorial-gallery::-webkit-scrollbar{display:none}.product-editorial-gallery__item{flex:0 0 min(78vw,430px);scroll-snap-align:center}.product-editorial-gallery__item img{aspect-ratio:4/3;object-fit:contain;background:#f4f5f5}}@media(max-width:600px){.product-image{aspect-ratio:4/3!important}.product-image img{padding:8px}.product-thumbnails{justify-content:flex-start;scroll-snap-type:x proximity}.product-thumbnail{flex-basis:60px!important;width:60px!important;height:60px!important;scroll-snap-align:start}.product-thumbnail img{object-fit:contain}}.product-description-pro__content img,.product-description-pro__content picture,.product-description-pro__content video,.product-description-pro__content iframe{display:none!important}.product-description-pro__content p:empty{display:none}.product-description-pro__content{max-width:720px;color:var(--muted);font-size:15px;line-height:1.75}.product-description-pro__content strong{color:var(--text)}.product-description-pro__content table{width:100%!important;max-width:100%!important;border-collapse:collapse;font-size:13px}.product-description-pro__content td,.product-description-pro__content th{padding:10px;border-bottom:1px solid var(--border)}.product-story{padding:66px 0 16px}.product-story__intro{max-width:720px;margin:0 auto 36px}.product-story__intro h2{font-size:clamp(34px,4.2vw,56px)}.product-story__features{margin-bottom:54px}.product-story__features article{min-height:185px;padding:24px;border-radius:20px}.product-story__features h3{font-size:20px;margin:22px 0 7px}.product-story__features p{font-size:13px}.product-editorial-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:0 0 22px}.product-editorial-heading h2{margin:0;max-width:620px;font-size:clamp(28px,3vw,42px);line-height:1.02;letter-spacing:-.035em}.product-editorial-heading .product-story__eyebrow{margin:0 0 7px;white-space:nowrap}.product-editorial-gallery{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:auto!important;gap:12px!important;margin:0 0 58px!important}.product-editorial-gallery__item{margin:0!important;border-radius:20px!important;overflow:hidden!important;background:#f5f5f5!important;aspect-ratio:4/3!important}.product-editorial-gallery__item img{width:100%!important;height:100%!important;object-fit:contain!important;background:#f5f5f5!important;transition:transform .3s ease!important}.product-editorial-gallery__item:hover img{transform:scale(1.015)!important}.product-description-pro{grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr)!important;gap:clamp(32px,6vw,90px)!important;padding:48px 0!important}.product-description-pro__heading h2{font-size:clamp(28px,3.2vw,44px)!important}.product-gallery__main{border-radius:24px;overflow:hidden}.product-image{background:#f7f7f7!important}.product-image img{padding:18px;object-fit:contain!important}.product-thumbnails{scrollbar-width:none}.product-thumbnails::-webkit-scrollbar{display:none}@media(max-width:900px){.product-story{padding-top:48px}.product-story__intro{margin-bottom:28px;text-align:left}.product-story__intro p{margin-left:0}.product-story__features{grid-template-columns:repeat(3,minmax(230px,1fr))!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px!important;padding-bottom:5px;margin-bottom:42px!important;scrollbar-width:none}.product-story__features::-webkit-scrollbar{display:none}.product-story__features article{min-height:160px!important;scroll-snap-align:start}.product-editorial-heading{display:block;margin-bottom:16px}.product-editorial-heading h2{font-size:31px}.product-editorial-gallery{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;gap:9px!important;margin-bottom:42px!important;scrollbar-width:none}.product-editorial-gallery::-webkit-scrollbar{display:none}.product-editorial-gallery__item{flex:0 0 min(82vw,520px)!important;scroll-snap-align:start;aspect-ratio:4/3!important;border-radius:17px!important}.product-description-pro{grid-template-columns:1fr!important;gap:20px!important;padding:38px 0!important}}@media(max-width:600px){.product-story{padding-top:38px!important}.product-story__intro h2{font-size:34px!important}.product-story__intro p{font-size:14px!important}.product-story__features{grid-template-columns:repeat(3,82vw)!important}.product-story__features article{min-height:150px!important;padding:19px!important;border-radius:16px!important}.product-editorial-gallery__item{flex-basis:84vw!important}.product-description-pro__content{font-size:14px!important;line-height:1.68!important}.product-image img{padding:10px!important}}.product-image--dovu{background:#f6f6f6!important}.product-image--dovu img{width:100%!important;height:100%!important;object-fit:contain!important;padding:0!important;mix-blend-mode:normal!important}.product-gallery__main--dovu{border-radius:24px;overflow:hidden}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.dovu-info-grid{width:min(100%,820px);margin:0 auto 58px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dovu-info-card{margin:0;overflow:hidden;border-radius:18px;background:#f5f5f5;border:1px solid var(--border)}.dovu-info-card img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover}.smart-categories-section{padding-top:18px}.smart-category-block{scroll-margin-top:110px;padding:46px 0 16px;border-top:1px solid var(--border)}.smart-category-block:first-child{border-top:0}.smart-category-kicker{display:block;margin-bottom:8px;color:var(--muted);font-size:11px;font-weight:850;letter-spacing:.14em}.smart-product-grid:empty{display:none}.product-card__vendor{font-size:10px!important;font-weight:800;letter-spacing:.09em}@media(max-width:900px){.dovu-info-grid{display:flex;width:100%;max-width:none;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;margin-bottom:44px;scrollbar-width:none}.dovu-info-grid::-webkit-scrollbar{display:none}.dovu-info-card{flex:0 0 min(76vw,384px);scroll-snap-align:start;border-radius:16px}.smart-category-block{padding:34px 0 8px}}@media(max-width:600px){.product-gallery__main--dovu{border-radius:16px}.dovu-info-card{flex-basis:82vw}.smart-categories-section{padding-top:0!important}.smart-category-block{scroll-margin-top:80px}}.product-story--refined{padding:56px 0 18px!important}.product-value-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:clamp(28px,6vw,84px);align-items:end;margin-bottom:30px}.product-value-intro h2{margin:0;font-size:clamp(34px,4vw,54px);line-height:.98;letter-spacing:-.045em}.product-value-intro>p{margin:0;color:var(--muted);font-size:15px;line-height:1.7;max-width:520px}.product-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:52px}.product-value-grid article{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start;padding:20px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.product-value-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:var(--text);color:var(--bg);font-size:12px;font-weight:850;letter-spacing:.04em}.product-value-grid strong{display:block;font-size:15px;margin:2px 0 5px}.product-value-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.purchase-reassurance{margin-top:14px!important;gap:8px!important}.purchase-reassurance__item{border-radius:14px!important;padding:13px!important;background:color-mix(in srgb,var(--surface) 82%,var(--bg))!important}.purchase-reassurance__item strong{font-size:11px!important}.purchase-reassurance__item span{font-size:10px!important}.inline-product-reviews--demo{padding:58px 0;border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 74%,var(--bg))}.reviews-header--demo{align-items:flex-end}.reviews-demo-badge,.review-demo-tag{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:var(--surface);font-size:10px;font-weight:800;letter-spacing:.08em}.reviews-demo-badge{min-height:30px;padding:0 10px}.review-demo-tag{min-height:24px;padding:0 8px}.reviews-grid--demo{grid-template-columns:repeat(3,minmax(0,1fr))}.review-card--demo{min-height:220px;display:flex;flex-direction:column}.review-card--demo h3{margin-top:18px}.review-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--text);color:var(--bg);font-size:11px;font-weight:850}@media(max-width:900px){.product-value-intro{grid-template-columns:1fr;gap:14px}.product-value-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;gap:9px}.product-value-grid::-webkit-scrollbar{display:none}.product-value-grid article{flex:0 0 min(78vw,330px);scroll-snap-align:start}.reviews-grid--demo{grid-template-columns:1fr}}@media(max-width:600px){.product-story--refined{padding-top:38px!important}.product-value-intro h2{font-size:34px}.product-value-intro>p{font-size:14px}.product-value-grid{margin-bottom:38px}.purchase-reassurance{grid-template-columns:1fr!important}.inline-product-reviews--demo{padding:42px 0}.reviews-header--demo{align-items:flex-start}}.product-info__top{border-bottom:0!important;padding-bottom:18px!important;margin-bottom:10px}.product-accordions{margin-top:18px!important;border-top:0!important;display:grid;gap:8px}.product-accordions details{border:1px solid color-mix(in srgb,var(--border) 70%,transparent)!important;border-radius:14px;background:color-mix(in srgb,var(--surface) 94%,var(--bg));overflow:hidden}.product-accordions summary{padding:15px 16px!important}.product-accordions details[open] summary{background:color-mix(in srgb,var(--surface) 88%,var(--bg))}.product-accordions .accordion-content{padding:0 16px 16px!important}.product-faq{border-top:0!important;padding-top:48px!important}.product-faq__items{display:grid;gap:8px}.product-faq__items details{border:1px solid color-mix(in srgb,var(--border) 70%,transparent)!important;border-radius:14px;background:color-mix(in srgb,var(--surface) 94%,var(--bg));overflow:hidden}.product-faq__items details:last-child{border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent)!important}.product-faq__items summary{padding:16px!important}.product-faq__items details>div{padding:0 16px 16px!important}.product-description-pro{border-top:0!important;position:relative}.product-description-pro:before{content:"";position:absolute;top:0;left:0;width:72px;height:2px;border-radius:999px;background:color-mix(in srgb,var(--text) 14%,transparent)}.product-benefit,.purchase-reassurance__item{border-color:color-mix(in srgb,var(--border) 72%,transparent)!important}.quantity-wrap,.select{border-color:color-mix(in srgb,var(--border) 78%,transparent)!important}.product-add-button{box-shadow:none!important}@media(max-width:600px){.product-accordions summary,.product-faq__items summary{padding:14px!important}.product-accordions .accordion-content,.product-faq__items details>div{padding:0 14px 14px!important}}.quantity-wrap{border:0!important;background:#f4f4f4!important;border-radius:14px!important;box-shadow:inset 0 0 0 1px #0000000b!important}.quantity-btn{background:transparent!important}.quantity-btn:hover{background:#00000009!important}.product-add-button{background:#111!important;color:#fff!important;border:0!important;border-radius:14px!important;box-shadow:none!important}.product-add-button:hover{background:#202020!important;opacity:1!important}.product-benefits,.purchase-reassurance{gap:9px!important}.product-benefit,.purchase-reassurance__item{border:0!important;background:#f6f6f6!important;border-radius:14px!important;box-shadow:none!important}.product-benefit__icon{background:#fff!important}.product-accordions{border:0!important;gap:8px!important}.product-accordions details{border:0!important;background:#f6f6f6!important;border-radius:14px!important;box-shadow:none!important}.product-accordions details[open]{background:#f2f2f2!important}.product-faq{border:0!important}.product-faq__items details{border:0!important;background:#f6f6f6!important;border-radius:14px!important}.product-faq__items details:last-child{border:0!important}.product-info__top,.product-price-row{border:0!important}.select{border:0!important;background:#f4f4f4!important;box-shadow:inset 0 0 0 1px #0000000b!important}.dynamic-checkout .shopify-payment-button__more-options{color:#666!important;text-decoration-color:#bbb!important}@media(max-width:600px){.product-benefit,.purchase-reassurance__item,.product-accordions details,.product-faq__items details{border-radius:12px!important}}.product-section{padding-top:28px!important}.product-main{grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr)!important;gap:clamp(34px,4.6vw,66px)!important;align-items:start!important}@media(min-width:901px){.product-gallery{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;grid-template-areas:"thumbs main"!important;gap:12px!important;align-items:start!important}.product-gallery__main{grid-area:main!important}.product-thumbnails{grid-area:thumbs!important;display:flex!important;flex-direction:column!important;gap:10px!important;margin-top:0!important;overflow:visible!important;padding:0!important}.product-thumbnail{width:76px!important;height:76px!important;flex:0 0 76px!important;border-radius:13px!important;border:1px solid rgba(0,0,0,.08)!important;background:#f4f4f4!important}.product-thumbnail.is-active{border-color:#111!important;box-shadow:0 0 0 1px #111!important}}.product-gallery__main,.product-image{border-radius:20px!important;background:#f5f5f5!important}.product-image img{object-fit:contain!important;padding:0!important;mix-blend-mode:normal!important}.product-info{padding-top:6px!important}.product-eyebrow{background:#f1f2f3!important;border:0!important;color:#343434!important}.product-info h1{font-size:clamp(40px,4.15vw,60px)!important;line-height:.98!important;margin:12px 0 18px!important;max-width:760px}.product-price-row{margin-top:4px!important}.product-price strong{font-size:31px!important}.stock-badge{background:#eef7f0!important;color:#174f28!important;border:0!important}.product-form{margin-top:20px!important}.product-field--quantity{max-width:176px!important}.quantity-wrap{min-height:54px!important;border-radius:13px!important;background:#f5f5f5!important}.quantity-btn,.quantity{min-height:54px!important}.product-add-button{min-height:56px!important;border-radius:13px!important;background:#101112!important;color:#fff!important;font-size:15px!important;font-weight:800!important}.dynamic-checkout{margin-top:0!important}.dynamic-checkout .shopify-payment-button__button{min-height:54px!important;border-radius:13px!important}.product-benefits--four{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin-top:18px!important}.product-benefits--four .product-benefit{display:grid!important;grid-template-columns:34px 1fr!important;gap:9px!important;min-height:78px!important;padding:12px!important;background:#f6f6f6!important;border:0!important;border-radius:13px!important}.product-benefits--four .product-benefit__icon{width:34px!important;height:34px!important;border-radius:10px!important;background:#fff!important}.product-benefits--four .product-benefit__icon svg{width:18px!important;height:18px!important}.product-benefits--four strong{font-size:11px!important;line-height:1.25!important;margin-bottom:3px!important}.product-benefits--four small{font-size:9.5px!important;line-height:1.35!important}.product-accordions{margin-top:16px!important;display:grid!important;gap:8px!important;border:0!important}.product-accordions details{border:0!important;background:#f5f5f5!important;border-radius:13px!important}.product-accordions summary{min-height:54px!important;padding:0 15px!important;border:0!important;font-size:13px!important}.purchase-reassurance{display:none!important}@media(max-width:900px){.product-main{grid-template-columns:1fr!important;gap:24px!important}.product-benefits--four{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:600px){.product-section{padding-top:10px!important}.product-info h1{font-size:36px!important}.product-benefits--four{grid-template-columns:1fr 1fr!important;gap:7px!important}.product-benefits--four .product-benefit{min-height:82px!important;grid-template-columns:30px 1fr!important;padding:11px!important}.product-benefits--four .product-benefit__icon{width:30px!important;height:30px!important}}.product-gallery__main,.product-image{background:transparent!important;border:0!important;box-shadow:none!important}.product-gallery__main{border-radius:0!important;overflow:visible!important}.product-image{border-radius:0!important;overflow:hidden!important;aspect-ratio:1 / 1!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:0!important;margin:0!important;border-radius:16px!important;background:transparent!important}.product-thumbnail{background:#fff!important;overflow:hidden!important;box-shadow:none!important}.product-thumbnail img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}@media(min-width:901px){.product-gallery{grid-template-columns:78px minmax(0,1fr)!important;gap:14px!important}.product-gallery__main{width:100%!important;max-width:650px!important;margin:0 auto!important}.product-image{width:100%!important;max-height:650px!important}}@media(max-width:900px){.product-gallery__main{width:100%!important}.product-image{aspect-ratio:1 / 1!important;width:100%!important}.product-image img{border-radius:14px!important}}.product-gallery__main:before,.product-gallery__main:after,.product-image:before,.product-image:after{display:none!important;content:none!important}:root{--dovu-radius-sm:12px;--dovu-radius-md:16px;--dovu-radius-lg:22px}.product-section{padding-top:24px!important}.product-info h1{font-size:clamp(38px,3.75vw,54px)!important;line-height:1!important;letter-spacing:-.045em!important;margin:10px 0 15px!important}.product-price-row{gap:12px!important;align-items:center!important}.product-price strong{font-size:29px!important}.stock-badge{padding:6px 10px!important;font-size:11px!important}.product-microtrust{display:flex;flex-wrap:wrap;gap:7px 14px;margin-top:14px;color:var(--muted);font-size:11px}.product-microtrust span{position:relative}.product-microtrust span+span:before{content:"";width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.5;position:absolute;left:-9px;top:50%;transform:translateY(-50%)}.product-form{margin-top:18px!important}.product-payment-note{margin-top:2px;color:var(--muted);font-size:11px;text-align:center}.quantity-wrap,.select,.product-add-button,.product-accordions details,.product-benefit,.dovu-info-card,.review-card--editorial{border-radius:var(--dovu-radius-md)!important}.product-add-button{min-height:56px!important;background:#111!important;border:0!important}.product-add-button:hover{background:#1c1c1c!important;opacity:1!important}.product-benefits--four{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:16px!important}.product-benefits--four .product-benefit{min-height:76px!important;padding:12px!important;background:#f6f6f6!important;border:0!important}.product-benefits--four strong{font-size:11.5px!important}.product-benefits--four small{font-size:10px!important}.product-accordions details{background:#f6f6f6!important;border:0!important}.product-accordions summary{min-height:52px!important;padding:0 15px!important}.product-accordions .accordion-content{padding:0 15px 15px!important}.product-value-intro{margin-bottom:24px!important}.product-value-grid{margin-bottom:44px!important}.product-value-grid article{min-height:0!important;padding:18px!important;background:#fafafa!important;border:1px solid rgba(0,0,0,.055)!important;border-radius:var(--dovu-radius-md)!important}.product-value-icon{border-radius:12px!important}.dovu-info-grid{width:min(100%,900px)!important;gap:12px!important}.dovu-info-card{background:#fff!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 8px 24px #0000000a;overflow:hidden!important}.dovu-info-card img{width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;display:block!important;background:#fff!important}.product-description-pro{border-top:0!important}.product-description-pro:before{display:none!important}.product-description-pro__content{color:#555!important;font-size:14px!important;line-height:1.75!important}.product-description-pro__content img,.product-description-pro__content picture,.product-description-pro__content video,.product-description-pro__content iframe,.product-description-pro__content script{display:none!important}.product-description-pro__content h1,.product-description-pro__content h2,.product-description-pro__content h3{color:#111!important;font-size:20px!important;margin:22px 0 8px!important}.product-description-pro__content p{margin:0 0 12px!important}.inline-product-reviews--editorial{padding:58px 0!important;background:#fafafa!important;border-top:0!important}.reviews-header--editorial{align-items:flex-end!important}.reviews-illustrative-note{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#f0f0f0;color:#666;font-size:10px;font-weight:750}.reviews-summary-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;margin:0 0 16px;background:#fff;border-radius:var(--dovu-radius-md);border:1px solid rgba(0,0,0,.055)}.reviews-summary-score{display:flex;align-items:center;gap:12px}.reviews-summary-score>strong{font-size:32px;letter-spacing:-.04em}.reviews-summary-score small{color:var(--muted);font-size:10px}.reviews-summary-copy{color:var(--muted);font-size:12px;max-width:450px;text-align:right}.reviews-grid--editorial{grid-template-columns:repeat(3,minmax(0,1fr))!important}.review-card--editorial{background:#fff!important;border:1px solid rgba(0,0,0,.055)!important;min-height:235px;display:flex;flex-direction:column;box-shadow:0 8px 24px #00000006}.review-card--editorial h3{margin:17px 0 7px!important;font-size:15px!important}.review-card--editorial p{font-size:13px!important;line-height:1.6!important}.review-date{color:var(--muted);font-size:10px}.review-card__footer{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:18px}.review-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-size:11px;font-weight:800}.review-card__footer strong,.review-card__footer small{display:block}.review-card__footer strong{font-size:12px}.review-card__footer small{font-size:10px;color:var(--muted)}.footer-trustline{display:flex;flex-wrap:wrap;gap:12px 24px;padding:18px 0 0;margin-top:28px;border-top:1px solid rgba(0,0,0,.06);color:var(--muted);font-size:12px}@media(max-width:900px){.product-info h1{font-size:36px!important}.reviews-grid--editorial{grid-template-columns:1fr!important}.reviews-summary-bar{align-items:flex-start;flex-direction:column}.reviews-summary-copy{text-align:left}.dovu-info-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;gap:10px!important;scrollbar-width:none}.dovu-info-grid::-webkit-scrollbar{display:none}.dovu-info-card{flex:0 0 min(82vw,420px)!important;scroll-snap-align:start}}@media(max-width:600px){.product-section{padding-top:10px!important}.product-price-row{align-items:flex-start!important;flex-direction:column!important}.product-benefits--four{grid-template-columns:1fr 1fr!important}.product-benefits--four .product-benefit{min-height:84px!important}.reviews-header--editorial{align-items:flex-start!important;flex-direction:column!important}.footer-trustline{gap:8px 16px;font-size:11px}}@media(min-width:901px){.product-gallery{display:block!important}.product-gallery__main{width:100%!important;max-width:none!important;margin:0!important}.product-thumbnails{display:flex!important;flex-direction:row!important;gap:10px!important;overflow-x:auto!important;margin-top:12px!important;padding:2px 2px 4px!important;scrollbar-width:none!important}.product-thumbnails::-webkit-scrollbar{display:none!important}.product-thumbnail{width:72px!important;height:72px!important;flex:0 0 72px!important;border-radius:12px!important}}.product-gallery__main{background:transparent!important;border-radius:0!important;overflow:visible!important}.product-image{display:none!important;aspect-ratio:auto!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important}.product-image.is-active,.product-gallery>.product-image:only-child{display:flex!important;align-items:center!important;justify-content:center!important}.product-image img{display:block!important;width:100%!important;height:auto!important;max-height:640px!important;object-fit:contain!important;object-position:center!important;padding:0!important;margin:0 auto!important;border-radius:18px!important;background:transparent!important;mix-blend-mode:normal!important}.product-thumbnails{display:flex!important;flex-direction:row!important;gap:9px!important;overflow-x:auto!important;scroll-snap-type:x proximity;scrollbar-width:none!important}.product-thumbnails::-webkit-scrollbar{display:none!important}.product-thumbnail{scroll-snap-align:start;background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:none!important}.product-thumbnail.is-active{border-color:#111!important;box-shadow:0 0 0 1px #111!important}.product-thumbnail img{width:100%!important;height:100%!important;object-fit:contain!important;padding:4px!important;background:#fff!important}.dovu-info-grid{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:12px!important;width:100%!important;max-width:none!important;margin:0 0 54px!important;padding-bottom:4px!important;scrollbar-width:none!important}.dovu-info-grid::-webkit-scrollbar{display:none!important}.dovu-info-card{flex:0 0 min(360px,82vw)!important;scroll-snap-align:start!important;margin:0!important;border:1px solid rgba(0,0,0,.06)!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 10px 28px #0000000b!important}.dovu-info-card img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:3/4!important;object-fit:cover!important;background:#fff!important}.product-editorial-heading{margin-bottom:16px!important}.product-editorial-heading h2{font-size:clamp(28px,3vw,40px)!important;max-width:680px!important}.hero{padding-top:18px!important}.hero-shell{max-width:1180px!important;margin:0 auto!important;border-radius:24px!important;box-shadow:0 14px 34px #00000014!important;overflow:hidden!important}.hero-content{padding:clamp(42px,5.6vw,72px)!important}.hero h1{max-width:620px!important;font-size:clamp(48px,6.3vw,78px)!important;letter-spacing:-.05em!important}.hero p{max-width:560px!important;font-size:clamp(15px,1.6vw,19px)!important}.hero-actions .button{min-height:48px!important;padding-inline:22px!important;border-radius:999px!important}.trust-section{padding:24px 0 38px!important}.trust-card{border:0!important;background:#f7f7f7!important;border-radius:16px!important;padding:18px!important;box-shadow:none!important;transition:transform .18s ease,background .18s ease!important}.trust-card:hover{transform:translateY(-2px)!important;background:#f2f2f2!important}.trust-icon{background:#fff!important;border:0!important}.trust-card span{font-size:12px!important;line-height:1.45!important}.collection-toolbar{margin-bottom:18px!important}.collection-toolbar .section-title{font-size:clamp(30px,3.3vw,44px)!important;letter-spacing:-.04em!important}.collection-toolbar .section-subtitle{font-size:14px!important}.category-grid{gap:14px!important}.category-card{min-height:235px!important;border:0!important;border-radius:18px!important;box-shadow:0 8px 24px #0000000b!important;overflow:hidden!important;background:#eee!important}.category-card:hover{transform:translateY(-3px)!important;box-shadow:0 14px 30px #00000012!important}.category-card:after{background:linear-gradient(180deg,#00000005 30%,#000000ad)!important}.category-card__content{padding:20px!important}.category-card__content h3{font-size:21px!important;margin-bottom:6px!important}.category-card__content>span{font-size:12px!important;opacity:.88!important}.smart-category-block{border-top:0!important;padding-top:36px!important}.smart-categories-section{padding-top:14px!important}.section{padding:52px 0!important}.home-faq__items details,.product-faq__items details{border:0!important;background:#f7f7f7!important;border-radius:14px!important}.newsletter{border-radius:22px!important}@media(max-width:900px){.hero-shell{border-radius:0 0 20px 20px!important;box-shadow:none!important}.trust-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;gap:9px!important;scrollbar-width:none!important}.trust-grid::-webkit-scrollbar{display:none!important}.trust-card{flex:0 0 82vw!important;scroll-snap-align:start!important}.category-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;gap:10px!important;scrollbar-width:none!important}.category-grid::-webkit-scrollbar{display:none!important}.category-card{flex:0 0 78vw!important;scroll-snap-align:start!important}.product-image img{max-height:none!important;width:100%!important}.product-thumbnails{margin-top:10px!important}}@media(max-width:600px){.section{padding:40px 0!important}.hero h1{font-size:43px!important}.trust-card{flex-basis:86vw!important}.category-card{flex-basis:82vw!important;min-height:210px!important}.dovu-info-card{flex-basis:84vw!important}}.announcement{background:#111!important;color:#fff!important;padding:7px 16px!important;font-size:11px!important;letter-spacing:.01em!important}.site-header{border-bottom:0!important;background:#fffffff0!important;box-shadow:0 8px 28px #0000000b!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important}.header-inner{min-height:68px!important}.brand{font-size:24px!important;letter-spacing:-.055em!important}.nav{gap:30px!important;font-size:13px!important;font-weight:650!important}.nav a{position:relative;padding:22px 0!important}.nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:16px;height:2px;border-radius:999px;background:#111;transition:.2s ease}.nav a:hover:after{left:0;right:0}.header-actions{gap:4px!important}.header-icon-btn{width:38px!important;height:38px!important;border-radius:12px!important}.header-icon-btn:hover{background:#f3f3f3!important;box-shadow:none!important}.home-kicker,.smart-category-kicker{display:block!important;margin-bottom:8px!important;color:#777!important;font-size:10px!important;line-height:1!important;font-weight:850!important;letter-spacing:.15em!important}.section-title{letter-spacing:-.04em!important}.section-link{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#f4f4f4;color:#222;font-size:12px;font-weight:750;transition:.18s ease}.section-link:hover{background:#111;color:#fff}.trust-section{padding:28px 0 44px!important}.trust-grid{gap:12px!important}.trust-card{border:0!important;background:linear-gradient(180deg,#fafafa,#f5f5f5)!important;border-radius:18px!important;padding:20px!important;box-shadow:0 8px 24px #00000009!important}.trust-card:hover{transform:translateY(-2px)!important;box-shadow:0 12px 28px #0000000e!important}.trust-icon{background:#fff!important;box-shadow:0 4px 14px #0000000a!important}.trust-card strong{font-size:14px!important}.trust-card span{font-size:11.5px!important;line-height:1.45!important}.product-card{border:0!important;border-radius:20px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 8px 28px #0000000e!important;transition:transform .22s ease,box-shadow .22s ease!important}.product-card:hover{transform:translateY(-5px)!important;box-shadow:0 16px 38px #00000016!important}.product-card__media{aspect-ratio:1/1!important;background:#f6f6f6!important;border:0!important;overflow:hidden!important}.product-card__media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transform:none!important}.product-card:hover .product-card__media img{transform:scale(1.02)!important}.product-card__body{padding:16px 16px 10px!important}.product-card__vendor{color:#777!important;font-size:9px!important;font-weight:850!important;letter-spacing:.12em!important}.product-card__title{font-size:15px!important;line-height:1.25!important;margin:7px 0 9px!important;letter-spacing:-.015em!important}.product-card .price strong{font-size:15px!important}.product-stock{font-size:10px!important}.quick-add-form{padding:0 12px 12px!important}.quick-add-button{min-height:42px!important;border-radius:12px!important;background:#111!important;color:#fff!important;border:0!important;font-size:12px!important;font-weight:800!important;transition:.18s!important}.quick-add-button:hover{background:#2a2a2a!important}.quick-add-button--secondary{background:#f2f2f2!important;color:#111!important;margin:0 12px 12px!important}.collection-main,.collection-section{padding-top:48px!important}.collection-main .product-grid,.collection-section .product-grid,.template-collection .product-grid{gap:24px!important}.template-collection .section-title,.collection-main h1,.collection-section h1{font-size:clamp(34px,4vw,48px)!important;letter-spacing:-.045em!important}.featured-products-section{padding:56px 0!important;background:linear-gradient(180deg,#fff,#fafafa)!important}.featured-products-section .collection-toolbar{margin-bottom:24px!important}.product-grid--premium{gap:18px!important}.smart-categories-section{padding:18px 0 42px!important}.smart-category-block{position:relative;display:grid!important;grid-template-columns:minmax(240px,.58fr) minmax(0,1.42fr)!important;gap:clamp(28px,5vw,72px)!important;align-items:start!important;padding:38px!important;margin:0 0 22px!important;border:0!important;border-radius:26px!important;overflow:hidden!important}.smart-category-block--tech{background:linear-gradient(135deg,#f5f7fb,#eef2f7)!important}.smart-category-block--home{background:linear-gradient(135deg,#fbf8f3,#f5f0e8)!important}.smart-category-copy{position:sticky;top:110px;padding-top:4px}.smart-category-copy .section-title{font-size:clamp(28px,3vw,42px)!important;margin-bottom:10px!important}.smart-category-copy .section-subtitle{max-width:360px!important;margin-bottom:0!important;font-size:13px!important;line-height:1.55!important}.smart-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.smart-product-grid .product-card{min-width:0!important}.category-card{border:0!important;border-radius:20px!important;box-shadow:0 10px 28px #0000000e!important}.category-card:hover{box-shadow:0 16px 34px #00000016!important}.category-card__content h3{letter-spacing:-.02em!important}.featured-products-section .card,.smart-categories-section .card,.template-collection .card,.collection-main .card,.collection-section .card,.trust-section .card{border-color:transparent!important}.featured-products-section hr,.smart-categories-section hr,.collection-main hr,.collection-section hr{border:0!important}@media(max-width:900px){.site-header{box-shadow:0 6px 20px #0000000b!important}.smart-category-block{grid-template-columns:1fr!important;padding:24px!important;border-radius:20px!important;gap:20px!important}.smart-category-copy{position:static!important}.smart-product-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:10px!important;scrollbar-width:none!important}.smart-product-grid::-webkit-scrollbar{display:none!important}.smart-product-grid .product-card{flex:0 0 min(78vw,330px)!important;scroll-snap-align:start!important}.product-grid--premium{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}}@media(max-width:600px){.announcement{font-size:10px!important;padding:6px 12px!important}.header-inner{min-height:60px!important}.smart-category-block{padding:20px!important;margin-bottom:14px!important}.smart-category-copy .section-title{font-size:30px!important}.featured-products-section{padding:42px 0!important}.product-card{border-radius:16px!important}.product-card__body{padding:11px 11px 8px!important}.product-card__title{font-size:13px!important}.quick-add-form{padding:0 9px 9px!important}}:root{--dovu-radius:18px;--dovu-radius-lg:28px;--dovu-soft:#f6f6f4;--dovu-line:rgba(17,17,17,.08);--dovu-shadow:0 16px 44px rgba(0,0,0,.07);--dovu-shadow-sm:0 8px 26px rgba(0,0,0,.05)}body{letter-spacing:-.006em}.page-width{max-width:1320px!important}.button{border:0!important;border-radius:14px!important;min-height:48px!important;font-weight:800!important;box-shadow:none!important}.button:not(.button--secondary):not(.button--glass){background:#111!important;color:#fff!important}.button--secondary{border:1px solid var(--dovu-line)!important;background:#fff!important}.micro-kicker{font-size:10px;font-weight:900;letter-spacing:.14em;color:#777}.hero--v18{padding:24px 0 28px!important}.hero--v18 .hero-shell{min-height:570px!important;display:grid!important;grid-template-columns:1.05fr .95fr!important;background:#0e0e0f!important}.hero--v18 .hero-media{grid-column:2!important;grid-row:1!important;min-height:570px!important;background:#eee!important;overflow:hidden!important}.hero--v18 .hero-media img{width:100%!important;height:100%!important;object-fit:cover!important}.hero--v18 .hero-content{grid-column:1!important;grid-row:1!important;position:relative!important;padding:0!important;display:flex!important;align-items:center!important;background:linear-gradient(135deg,#0b0b0c,#1c1d20)!important}.hero--v18 .hero-content__inner{padding:64px!important;max-width:650px!important}.hero--v18 h1{font-size:clamp(54px,5.5vw,78px)!important;line-height:.92!important;color:#fff!important;margin:12px 0 22px!important}.hero--v18 p{color:#ffffffb8!important;font-size:17px!important;line-height:1.55!important}.hero--v18 .hero-eyebrow{color:#fff9!important;letter-spacing:.16em!important}.hero--v18 .button{background:#fff!important;color:#111!important}.hero--v18 .button--glass{background:#ffffff14!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important}.hero-proof{display:flex;flex-wrap:wrap;gap:16px;margin-top:26px;color:#ffffff9e;font-size:11px}.product-grid{gap:18px!important}.product-card{border:0!important;border-radius:var(--dovu-radius)!important;box-shadow:var(--dovu-shadow-sm)!important;background:#fff!important}.product-card__media{border:0!important;background:#f4f4f2!important}.product-card__media img{object-fit:cover!important}.product-card__body{min-height:126px!important;display:flex!important;flex-direction:column!important}.product-card__title{min-height:38px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-card .price{margin-top:auto!important}.quick-add-button{border-radius:12px!important}.product-main{gap:clamp(34px,5vw,76px)!important}.product-info{border-radius:24px!important}.product-info h1{letter-spacing:-.045em!important;line-height:1!important}.product-price{font-size:26px!important}.purchase-reassurance{border:0!important;gap:10px!important}.purchase-reassurance__item{border:0!important;background:var(--dovu-soft)!important;border-radius:15px!important;padding:15px!important}.product-accordions details{border:0!important;background:#f7f7f5!important;border-radius:14px!important;margin-bottom:8px!important;padding:0 15px!important}.product-accordions summary{border:0!important}.product-story--refined{background:#fafaf8!important}.product-value-grid>*{border:0!important;border-radius:20px!important;box-shadow:var(--dovu-shadow-sm)!important}.product-reviews{background:#f7f7f5!important}.reviews-grid{gap:14px!important}.review-card{border:0!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--dovu-shadow-sm)!important;padding:20px!important}.reviews-stars,.review-stars{letter-spacing:2px!important}.reviews-empty{border:0!important;border-radius:18px!important;background:#fff!important}.site-footer{background:#101011!important;color:#fff!important;padding-top:64px!important}.site-footer .brand{color:#fff!important;font-size:28px!important}.site-footer .section-subtitle,.site-footer a,.site-footer .footer-bottom{color:#ffffff9e!important}.site-footer a:hover,.footer-title{color:#fff!important}.footer-trustline{border:0!important;background:#ffffff0f!important;border-radius:14px!important;padding:14px 18px!important}.footer-bottom{border-top:1px solid rgba(255,255,255,.1)!important}.header-search-panel{border:0!important;box-shadow:0 18px 35px #00000014!important}.header-search-form{background:#f4f4f2!important;border:0!important;border-radius:16px!important;padding:7px 10px!important}.header-search-form input{background:transparent!important;border:0!important;outline:0!important}.header-search-form button{border:0!important;background:#111!important;color:#fff!important;border-radius:11px!important;padding:10px 16px!important}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;visibility:hidden}.cart-drawer.is-open{pointer-events:auto;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000057;opacity:0;transition:.25s}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;right:0;top:0;height:100%;width:min(440px,94vw);background:#fff;transform:translate(100%);transition:.3s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;box-shadow:-20px 0 60px #00000021}.cart-drawer.is-open .cart-drawer__panel{transform:none}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--dovu-line)}.cart-drawer__header h2{font-size:28px;margin:3px 0 0;letter-spacing:-.04em}.cart-drawer__close{border:0;background:#f3f3f1;border-radius:50%;width:38px;height:38px;font-size:25px}.cart-drawer__body{padding:18px 24px;overflow:auto;flex:1}.drawer-item{display:grid;grid-template-columns:82px 1fr;gap:14px;padding:12px 0;border-bottom:1px solid var(--dovu-line)}.drawer-item img{width:82px;height:82px;object-fit:cover;border-radius:13px}.drawer-item div{display:flex;flex-direction:column;gap:5px;font-size:12px}.drawer-item span{color:#777}.drawer-item b{margin-top:auto}.drawer-empty{padding:70px 10px;text-align:center}.drawer-empty span{font-size:24px;font-weight:850}.drawer-empty p{color:#777;line-height:1.5}.cart-drawer__footer{padding:20px 24px 24px;border-top:1px solid var(--dovu-line)}.drawer-subtotal{display:flex;justify-content:space-between;font-size:20px}.cart-drawer__footer p{font-size:11px;color:#777}.cart-drawer__footer .button{width:100%;display:flex;align-items:center;justify-content:center;margin-top:8px}.button--checkout{background:#111!important}.cart-row{border:0!important;border-radius:18px!important;background:#f7f7f5!important;margin-bottom:10px!important;padding:16px!important}.cart-summary{border:0!important;border-radius:20px!important;background:#f7f7f5!important}.product-card,.category-card,.trust-card,.button,.header-icon-btn{transition:transform .2s ease,box-shadow .2s ease,background .2s ease,opacity .2s ease!important}.button:hover{transform:translateY(-1px)}[data-reveal]{opacity:0;transform:translateY(16px);transition:.55s ease}[data-reveal].is-revealed{opacity:1;transform:none}.card,.product-card,.trust-card,.category-card,.review-card{border-color:transparent!important}hr{border:0!important;border-top:1px solid var(--dovu-line)!important}.site-header,.collection-main .product-card,.template-collection .product-card{border:0!important}@media(max-width:900px){.hero--v18{padding-top:0!important}.hero--v18 .page-width{padding:0!important}.hero--v18 .hero-shell{display:flex!important;flex-direction:column!important;border-radius:0 0 24px 24px!important;min-height:0!important}.hero--v18 .hero-media{order:1!important;min-height:0!important;aspect-ratio:1.15/1!important}.hero--v18 .hero-content{order:2!important}.hero--v18 .hero-content__inner{padding:34px 22px 38px!important}.hero--v18 h1{font-size:46px!important}.hero-proof{gap:9px 13px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-card__body{min-height:116px!important}.site-footer{padding-top:44px!important}.footer-grid--pro{grid-template-columns:1fr 1fr!important;gap:32px 20px!important}}@media(max-width:560px){.hero--v18 h1{font-size:42px!important}.hero--v18 p{font-size:15px!important}.hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.hero-actions .button{padding:0 12px!important;font-size:11px!important}.product-card__media{aspect-ratio:1/1!important}.footer-grid--pro{grid-template-columns:1fr!important}.mobile-sticky-atc{border:0!important;box-shadow:0 -12px 32px #0000001a!important;background:#fffffff5!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.dovu-color-choice{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0 14px;padding:17px 18px;background:#f7f8f8;border:1px solid rgba(17,17,17,.06);border-radius:16px}.dovu-color-choice__copy{display:flex;flex-direction:column;gap:3px;min-width:0}.dovu-color-choice__eyebrow{font-size:9px;font-weight:900;letter-spacing:.13em;color:#777}.dovu-color-choice__copy strong{font-size:16px;letter-spacing:-.02em}.dovu-color-choice__copy small{font-size:11px;line-height:1.45;color:#747474}.dovu-color-choice__swatches{display:flex;gap:8px;flex-shrink:0}.dovu-swatch{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid rgba(17,17,17,.08);border-radius:999px;padding:8px 11px;font-size:11px;font-weight:750;box-shadow:0 4px 14px #00000009}.dovu-swatch i{width:16px;height:16px;border-radius:50%;display:block;box-shadow:inset 0 0 0 1px #00000014}.dovu-swatch--blue i{background:#a9dcf4}.dovu-swatch--pink i{background:#f3c3cf}@media(max-width:560px){.dovu-color-choice{align-items:flex-start;flex-direction:column}.dovu-color-choice__swatches{width:100%}.dovu-swatch{flex:1;justify-content:center}}.hero-abstract{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:radial-gradient(circle at 72% 28%,rgba(255,255,255,.1),transparent 24%),radial-gradient(circle at 78% 70%,rgba(255,255,255,.055),transparent 30%),linear-gradient(135deg,#101114,#202329 52%,#0d0e10)}.hero-abstract:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 0 54%,rgba(255,255,255,.035) 54% 55%,transparent 55% 100%)}.hero-abstract span{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:28px;transform:rotate(-12deg)}.hero-abstract span:nth-child(1){width:280px;height:280px;right:12%;top:13%}.hero-abstract span:nth-child(2){width:190px;height:190px;right:4%;bottom:11%}.hero-abstract span:nth-child(3){width:110px;height:110px;right:33%;bottom:9%}.smart-categories-section--v18-2{padding:34px 0 56px!important}.smart-categories-section--v18-2 .smart-category-block{display:block!important;padding:34px!important;margin:0 0 22px!important;border-radius:26px!important}.smart-category-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:24px}.smart-category-head>div{max-width:650px}.smart-category-head .section-title{margin-bottom:8px!important}.smart-category-head .section-subtitle{margin:0!important;max-width:560px!important}.smart-product-grid--row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.smart-category-block--tech{background:linear-gradient(135deg,#f4f7fb,#eef3f8)!important}.smart-category-block--home{background:linear-gradient(135deg,#fbf7f1,#f5efe6)!important}.smart-product-grid--row .product-card__media img{object-fit:cover!important;object-position:center!important}.smart-product-grid--row .product-card{box-shadow:0 10px 28px #0000000e!important}.error-page{min-height:62vh;display:grid;place-items:center}.error-shell{max-width:720px;margin:auto;text-align:center;padding:70px 20px}.error-shell h1{font-size:clamp(38px,5vw,62px);letter-spacing:-.05em;line-height:.96;margin:12px 0}.error-shell p{color:var(--muted);font-size:16px}.error-actions{display:flex;justify-content:center;gap:10px;margin-top:28px}@media(max-width:900px){.smart-category-head{align-items:flex-start;flex-direction:column;gap:14px}.smart-product-grid--row{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scrollbar-width:none!important;gap:10px!important}.smart-product-grid--row::-webkit-scrollbar{display:none}.smart-product-grid--row .product-card{flex:0 0 min(78vw,330px)!important;scroll-snap-align:start}}@media(max-width:600px){.smart-categories-section--v18-2 .smart-category-block{padding:20px!important;border-radius:20px!important}.smart-category-head .section-title{font-size:30px!important}.error-actions{flex-direction:column}}.hero--v18-3 .hero-shell{min-height:560px!important;grid-template-columns:1fr 1fr!important;background:#111!important}.hero--v18-3 .hero-content{background:linear-gradient(135deg,#0c0c0d,#17181b)!important}.hero--v18-3 .hero-content__inner{padding:clamp(44px,5.2vw,68px)!important}.hero--v18-3 h1{max-width:600px!important;font-size:clamp(50px,5.2vw,74px)!important;line-height:.94!important;letter-spacing:-.055em!important}.hero--v18-3 p{max-width:520px!important;font-size:16px!important;line-height:1.6!important}.hero--v18-3 .hero-media{position:relative!important;overflow:hidden!important;background:#16171a!important}.hero-visual{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 28% 25%,rgba(255,255,255,.07),transparent 28%),radial-gradient(circle at 75% 75%,rgba(255,255,255,.045),transparent 32%),linear-gradient(145deg,#16171a,#0e0f11);overflow:hidden}.hero-visual__halo{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}.hero-visual__halo--one{width:420px;height:420px;right:-90px;top:-120px}.hero-visual__halo--two{width:280px;height:280px;left:6%;bottom:-90px}.hero-visual__card{position:absolute;display:flex;flex-direction:column;justify-content:space-between;width:210px;height:250px;padding:20px;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(160deg,#ffffff1a,#ffffff09);box-shadow:0 28px 60px #00000040;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-visual__card span{font-size:10px;font-weight:850;letter-spacing:.14em;color:#ffffff8c}.hero-visual__card strong{font-size:34px;letter-spacing:-.04em;color:#fff}.hero-visual__card--a{left:10%;top:12%;transform:rotate(-8deg)}.hero-visual__card--b{right:8%;top:28%;transform:rotate(7deg)}.hero-visual__card--c{left:30%;bottom:6%;transform:rotate(-2deg)}.hero--v18-3 .hero-proof{gap:8px!important}.hero--v18-3 .hero-proof span{padding:7px 10px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}@media(max-width:900px){.hero--v18-3 .hero-shell{display:flex!important;flex-direction:column!important}.hero--v18-3 .hero-content{order:1!important}.hero--v18-3 .hero-media{order:2!important;aspect-ratio:1.15/1!important;min-height:0!important}.hero--v18-3 .hero-content__inner{padding:36px 22px!important}.hero--v18-3 h1{font-size:46px!important}.hero-visual__card{width:160px;height:190px;padding:16px;border-radius:18px}.hero-visual__card strong{font-size:27px}}@media(max-width:560px){.hero--v18-3 h1{font-size:42px!important}.hero-visual__card--a{left:5%;top:8%}.hero-visual__card--b{right:4%;top:30%}.hero-visual__card--c{left:27%;bottom:4%}}.hero--v18-4 .hero-shell{min-height:560px!important;display:grid!important;grid-template-columns:1.02fr .98fr!important;border-radius:28px!important;overflow:hidden!important;background:#0e0e0f!important;box-shadow:0 18px 46px #00000017!important}.hero--v18-4 .hero-content{grid-column:1!important;position:relative!important;display:flex!important;align-items:center!important;background:linear-gradient(135deg,#0d0d0e,#17181b)!important}.hero--v18-4 .hero-content__inner{padding:clamp(48px,5.5vw,72px)!important;max-width:650px!important}.hero--v18-4 .hero-eyebrow{color:#ffffff80!important;letter-spacing:.16em!important}.hero--v18-4 h1{color:#fff!important;font-size:clamp(52px,5.5vw,76px)!important;line-height:.93!important;letter-spacing:-.055em!important;margin:12px 0 22px!important;max-width:620px!important}.hero--v18-4 p{color:#ffffffb8!important;max-width:500px!important;font-size:16px!important;line-height:1.6!important}.hero--v18-4 .hero-media{grid-column:2!important;position:relative!important;overflow:hidden!important;background:#161719!important}.hero--v18-4 .hero-media img{width:100%!important;height:100%!important;object-fit:cover!important}.hero-brand-panel{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:44px;background:radial-gradient(circle at 72% 25%,rgba(255,255,255,.07),transparent 24%),linear-gradient(145deg,#1d1f22,#111214 55%,#0d0e10)}.hero-brand-panel:before{content:"";position:absolute;inset:8% 10% auto auto;width:220px;height:220px;border-radius:32px;border:1px solid rgba(255,255,255,.07);transform:rotate(10deg)}.hero-brand-panel__word{position:relative;font-size:clamp(82px,9vw,150px);line-height:.75;font-weight:950;letter-spacing:-.08em;color:#fffffff2}.hero-brand-panel__line{width:100%;height:1px;background:#ffffff1f;margin:28px 0 16px}.hero-brand-panel__meta{display:flex;gap:18px;flex-wrap:wrap;color:#ffffff73;font-size:9px;font-weight:850;letter-spacing:.14em}.hero--v18-4 .hero-proof{gap:8px!important}.hero--v18-4 .hero-proof span{padding:7px 10px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;border-radius:999px}@media(max-width:900px){.hero--v18-4 .hero-shell{display:flex!important;flex-direction:column!important;border-radius:0 0 22px 22px!important;min-height:0!important}.hero--v18-4 .hero-content{order:1!important}.hero--v18-4 .hero-media{order:2!important;min-height:320px!important}.hero--v18-4 .hero-content__inner{padding:36px 22px!important}.hero--v18-4 h1{font-size:46px!important}.hero-brand-panel{padding:26px!important}.hero-brand-panel__word{font-size:86px!important}}@media(max-width:560px){.hero--v18-4 h1{font-size:42px!important}.hero--v18-4 .hero-media{min-height:260px!important}.hero-brand-panel__word{font-size:72px!important}}.product-card__link,.quick-add-button--secondary{text-decoration:none!important}.dovu-color-selector{margin-top:16px;padding:15px;border-radius:16px;background:#f7f8f8;border:1px solid rgba(17,17,17,.055)}.dovu-color-selector__top{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:12px}.dovu-color-selector__top>div{display:flex;flex-direction:column;gap:2px}.dovu-color-selector__top span{color:#777;font-size:9px;font-weight:900;letter-spacing:.14em}.dovu-color-selector__top strong{font-size:16px;letter-spacing:-.02em}.dovu-color-selector__top small{color:#777;font-size:10px}.dovu-color-selector__options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dovu-color-option{display:grid;grid-template-columns:32px 1fr;gap:9px;align-items:center;padding:10px;border-radius:13px;background:#fff;border:1px solid rgba(17,17,17,.055)}.dovu-color-option i{width:32px;height:32px;border-radius:50%;box-shadow:inset 0 0 0 1px #00000014}.dovu-color-option--blue i{background:linear-gradient(145deg,#c6effd,#79c8e8)}.dovu-color-option--pink i{background:linear-gradient(145deg,#f8dce4,#eaa7b9)}.dovu-color-option strong,.dovu-color-option span{display:block}.dovu-color-option strong{font-size:12px}.dovu-color-option span{font-size:9.5px;color:#777}.hero--v18-4 .hero-shell{min-height:410px!important}.hero--v18-4 .hero-content__inner{padding:clamp(32px,4vw,50px)!important}.hero--v18-4 h1{font-size:clamp(44px,4.7vw,64px)!important;margin:10px 0 15px!important}.hero--v18-4 p{font-size:15px!important;line-height:1.5!important;margin-bottom:18px!important}.hero--v18-4 .hero-proof{margin-top:16px!important}.hero-brand-panel{padding:30px!important}.hero-brand-panel__word{font-size:clamp(70px,7.2vw,112px)!important}.hero-brand-panel__line{margin:18px 0 12px!important}.cart-premium-section{padding:54px 0 80px}.cart-premium-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}.cart-premium-head h1{margin:4px 0;font-size:clamp(38px,4vw,54px);letter-spacing:-.05em}.cart-premium-head p{margin:0;color:#777;font-size:13px}.cart-continue{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;background:#f5f5f3;font-size:12px;font-weight:750}.cart-continue:hover{background:#111;color:#fff}.cart-shipping-card{margin-bottom:18px;padding:14px 16px;border-radius:16px;background:#f7f7f5}.cart-shipping-card__top{display:flex;justify-content:space-between;gap:12px;font-size:12px}.cart-shipping-track{height:6px;margin-top:10px;border-radius:999px;background:#e7e7e4;overflow:hidden}.cart-shipping-track span{display:block;height:100%;background:#111;border-radius:999px}.cart-premium-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.55fr);gap:28px;align-items:start}.cart-premium-items{display:grid;gap:12px}.cart-premium-item{display:grid;grid-template-columns:132px 1fr;gap:18px;padding:16px;border-radius:22px;background:#f8f8f6;border:0}.cart-premium-item__image{display:block;width:132px;height:132px;border-radius:16px;overflow:hidden;background:#fff}.cart-premium-item__image img{width:100%;height:100%;object-fit:cover}.cart-premium-item__content{min-width:0;display:flex;flex-direction:column;justify-content:space-between}.cart-premium-item__top{display:flex;justify-content:space-between;gap:18px}.cart-item-category{display:block;margin-bottom:5px;color:#777;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.cart-premium-item h2{margin:0;font-size:17px;line-height:1.25;letter-spacing:-.02em}.cart-item-variant{margin:5px 0 0;color:#777;font-size:11px}.cart-premium-item__price{font-size:17px;white-space:nowrap}.cart-premium-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px}.cart-qty-premium{display:grid;grid-template-columns:38px 46px 38px;align-items:center;min-height:42px;border-radius:13px;background:#fff;box-shadow:inset 0 0 0 1px #1111110f;overflow:hidden}.cart-qty-premium__btn{height:42px;border:0;background:transparent;font-size:19px;cursor:pointer;transition:.15s}.cart-qty-premium__btn:hover{background:#f1f1ef}.cart-qty-premium__input{width:46px;height:42px;border:0!important;outline:0;background:transparent;text-align:center;font-weight:750;-moz-appearance:textfield}.cart-qty-premium__input::-webkit-outer-spin-button,.cart-qty-premium__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-remove-premium{color:#777;font-size:11px;text-decoration:none!important}.cart-remove-premium:hover{color:#111}.cart-premium-summary{position:sticky;top:96px;padding:24px;border-radius:24px;background:#111;color:#fff;box-shadow:0 18px 44px #0000001f}.cart-premium-summary .micro-kicker{color:#ffffff80}.cart-summary-line{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:8px 0 20px;font-size:18px}.cart-summary-line strong{font-size:23px;letter-spacing:-.03em}.cart-summary-benefits{display:grid;gap:10px;margin-bottom:20px}.cart-summary-benefits>div{display:grid;grid-template-columns:24px 1fr;gap:10px;padding:11px;border-radius:13px;background:#ffffff0e}.cart-summary-benefits>div>span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;font-size:11px;font-weight:900}.cart-summary-benefits p{margin:0}.cart-summary-benefits strong,.cart-summary-benefits small{display:block}.cart-summary-benefits strong{font-size:11px}.cart-summary-benefits small{margin-top:2px;color:#ffffff8c;font-size:9.5px}.cart-tax-note{color:#ffffff8c;font-size:10px;line-height:1.45}.cart-checkout-premium{width:100%;display:flex!important;justify-content:space-between!important;background:#fff!important;color:#111!important;border-radius:13px!important;padding:0 16px!important}.cart-checkout-premium:hover{background:#f0f0ee!important}.cart-update-premium{width:100%;min-height:42px;margin-top:8px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:transparent;color:#fff;font-weight:750;cursor:pointer}.cart-update-premium:hover{background:#ffffff12}.cart-secure-note{margin-top:14px;text-align:center;color:#ffffff80;font-size:10px}.cart-empty-premium{max-width:640px;margin:60px auto;padding:54px 30px;border-radius:24px;background:#f7f7f5;text-align:center}.cart-empty-premium__icon{display:block;font-size:32px;margin-bottom:10px}.cart-empty-premium h2{margin:0 0 8px;font-size:30px;letter-spacing:-.04em}.cart-empty-premium p{color:#777;margin:0 auto 22px;max-width:440px}@media(max-width:900px){.hero--v18-4 .hero-media{min-height:200px!important}.cart-premium-layout{grid-template-columns:1fr}.cart-premium-summary{position:static}}@media(max-width:600px){.dovu-color-selector__top{align-items:flex-start;flex-direction:column;gap:4px}.dovu-color-option{grid-template-columns:24px 1fr;padding:9px}.dovu-color-option i{width:24px;height:24px}.dovu-color-option span{display:none}.hero--v18-4 h1{font-size:38px!important}.hero--v18-4 .hero-content__inner{padding:26px 22px 28px!important}.hero--v18-4 .hero-media{min-height:170px!important}.cart-premium-section{padding:34px 0 60px}.cart-premium-head{align-items:flex-start;flex-direction:column}.cart-premium-head h1{font-size:40px}.cart-premium-item{grid-template-columns:94px 1fr;gap:12px;padding:12px;border-radius:18px}.cart-premium-item__image{width:94px;height:94px;border-radius:13px}.cart-premium-item__top{flex-direction:column;gap:5px}.cart-premium-item__price{font-size:15px}.cart-premium-item h2{font-size:14px}.cart-premium-item__bottom{grid-column:1/-1;margin-top:12px}.cart-qty-premium{grid-template-columns:34px 42px 34px}.cart-premium-summary{padding:20px;border-radius:20px}}.hero--v18-4 .hero-shell{min-height:340px!important}.hero--v18-4 .hero-content__inner{padding:28px 38px!important}.hero--v18-4 h1{font-size:clamp(40px,4.2vw,58px)!important;margin:8px 0 12px!important}.hero--v18-4 p{font-size:14px!important;line-height:1.5!important;margin-bottom:14px!important}.hero--v18-4 .hero-proof{margin-top:12px!important}.hero-brand-panel{padding:24px!important}.hero-brand-panel__word{font-size:clamp(62px,6.2vw,96px)!important}.hero-brand-panel__line{margin:14px 0 10px!important}@media(max-width:900px){.hero--v18-4 .hero-media{min-height:150px!important}.hero--v18-4 .hero-content__inner{padding:24px 22px!important}.hero--v18-4 h1{font-size:38px!important}}@media(max-width:560px){.hero--v18-4 .hero-media{min-height:120px!important}.hero-brand-panel__word{font-size:56px!important}}.dovu-color-option{position:relative;cursor:pointer;appearance:none;-webkit-appearance:none;color:inherit;text-align:left;font:inherit;transition:.16s ease}.dovu-color-option:hover{transform:translateY(-1px);box-shadow:0 7px 18px #0000000d}.dovu-color-option b{position:absolute;right:9px;top:9px;width:18px;height:18px;border-radius:50%;display:none;place-items:center;background:#111;color:#fff;font-size:10px}.dovu-color-option.is-selected{border-color:#111!important;box-shadow:0 0 0 1px #111 inset!important}.dovu-color-option.is-selected b{display:grid}.footer-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.footer-social-pill{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:999px;background:#ffffff12;color:#fff!important;font-size:11px;font-weight:750;transition:.18s ease}.footer-social-pill:hover{background:#fff;color:#111!important;transform:translateY(-1px)}.footer-social-pill svg{width:17px;height:17px;flex:0 0 17px}[data-dovu-quantity]{display:inline-grid!important;grid-template-columns:42px 54px 42px!important;align-items:center!important;overflow:hidden!important;border:1px solid rgba(17,17,17,.08)!important;border-radius:15px!important;background:#fff!important}[data-dovu-quantity] .quantity-btn{position:relative!important;z-index:4!important;width:42px!important;height:42px!important;border:0!important;background:transparent!important;cursor:pointer!important;pointer-events:auto!important;font-size:20px!important;line-height:1!important}[data-dovu-quantity] .quantity{position:relative!important;z-index:2!important;width:54px!important;height:42px!important;border:0!important;outline:0!important;text-align:center!important;background:transparent!important;font-weight:800!important;pointer-events:auto!important;-moz-appearance:textfield}[data-dovu-quantity] .quantity::-webkit-inner-spin-button,[data-dovu-quantity] .quantity::-webkit-outer-spin-button{display:none;-webkit-appearance:none;margin:0}[data-dovu-color]{position:relative!important;z-index:3!important;pointer-events:auto!important;cursor:pointer!important}[data-dovu-color].is-selected{border-color:#111!important;box-shadow:0 0 0 1px #111 inset,0 7px 20px #0000000a!important}.dovu-announcement{height:30px;background:#0f0f10;color:#fff;overflow:hidden}.dovu-announcement .page-width{height:100%}.dovu-announcement__track{height:100%;position:relative;display:grid;place-items:center}.dovu-announcement__track span{position:absolute;opacity:0;transform:translateY(7px);font-size:9px;font-weight:800;letter-spacing:.08em;transition:.35s ease}.dovu-announcement__track span.is-active{opacity:.78;transform:none}.dovu-buy-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px}.dovu-buy-trust>div{display:grid;grid-template-columns:24px 1fr;gap:7px;padding:10px;border-radius:13px;background:#f7f7f5}.dovu-buy-trust>div>span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:10px;font-weight:900}.dovu-buy-trust p{margin:0}.dovu-buy-trust strong,.dovu-buy-trust small{display:block}.dovu-buy-trust strong{font-size:9.5px}.dovu-buy-trust small{margin-top:2px;font-size:8.5px;color:#777;line-height:1.35}.dovu-info-page{padding:70px 0 90px;background:#fafaf8}.dovu-info-shell{max-width:1050px;margin:auto}.dovu-info-shell h1,.dovu-contact-shell h1{font-size:clamp(44px,6vw,72px);line-height:.94;letter-spacing:-.055em;margin:10px 0 18px}.dovu-info-lead{max-width:650px;font-size:17px;line-height:1.6;color:#6d6d6d}.dovu-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:36px}.dovu-info-grid article{padding:25px;border-radius:20px;background:#fff;box-shadow:0 10px 28px #00000009}.dovu-info-grid article>span{font-size:9px;font-weight:900;letter-spacing:.14em;color:#999}.dovu-info-grid h2{font-size:19px;margin:16px 0 7px}.dovu-info-grid p{font-size:12px;line-height:1.55;color:#707070}.dovu-info-note{margin-top:20px;padding:16px 18px;border-radius:14px;background:#f0f0ed;color:#666;font-size:11px;line-height:1.5}.dovu-contact-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start}.dovu-contact-links{display:grid;gap:8px;margin-top:28px}.dovu-contact-links a{display:flex;justify-content:space-between;padding:14px 16px;border-radius:14px;background:#fff;font-size:11px}.dovu-contact-form{padding:26px;border-radius:22px;background:#fff;box-shadow:0 12px 34px #0000000a}.dovu-contact-form label{display:block;margin-bottom:13px;font-size:10px;font-weight:800}.dovu-contact-form input,.dovu-contact-form textarea{width:100%;margin-top:6px;padding:12px;border:1px solid rgba(17,17,17,.08);border-radius:12px;background:#f8f8f6;font:inherit}.dovu-contact-form textarea{resize:vertical}.dovu-contact-form .button{width:100%}.dovu-form-success{padding:12px;margin-bottom:14px;border-radius:12px;background:#eef7ef;font-size:11px}.dovu-search-hint{padding:4px 2px 2px;display:flex;justify-content:space-between;gap:15px;color:#888;font-size:9px}.dovu-search-hint div{display:flex;gap:10px}.dovu-search-hint a{font-weight:750;color:#555}.drawer-confidence{display:flex;gap:7px;padding:0 24px 10px;flex-wrap:wrap}.drawer-confidence span{padding:6px 9px;border-radius:999px;background:#f4f4f2;font-size:9px;font-weight:750;color:#666}.product-card__media img{transition:transform .45s cubic-bezier(.2,.8,.2,1)!important}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card:hover{transform:translateY(-3px)!important;box-shadow:0 16px 38px #00000013!important}.button.is-success{background:#1d6d3c!important;color:#fff!important}.dovu-color-option.is-selected{transform:translateY(-1px)}.header-icon-btn:hover{transform:translateY(-1px) scale(1.03)!important}@media(max-width:760px){.dovu-buy-trust{grid-template-columns:1fr!important}.dovu-info-page{padding:45px 0 65px}.dovu-info-grid{grid-template-columns:1fr}.dovu-contact-shell{grid-template-columns:1fr;gap:28px}.dovu-info-shell h1,.dovu-contact-shell h1{font-size:44px}.dovu-search-hint{display:none}}.dovu-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000}.dovu-search-overlay[hidden]{display:none!important}.dovu-search-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0000006b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:.22s ease}.dovu-search-dialog{position:absolute;left:50%;top:88px;transform:translate(-50%,-12px);width:min(760px,calc(100% - 28px));padding:26px;border-radius:24px;background:#fff;box-shadow:0 28px 80px #0000002e;opacity:0;transition:.22s ease}.dovu-search-overlay.is-open .dovu-search-backdrop{opacity:1}.dovu-search-overlay.is-open .dovu-search-dialog{opacity:1;transform:translate(-50%)}.dovu-search-dialog__top{display:flex;justify-content:space-between;align-items:start;gap:20px;margin-bottom:20px}.dovu-search-dialog__top h2{margin:4px 0 0;font-size:34px;letter-spacing:-.045em}.dovu-search-close{width:40px;height:40px;border:0;border-radius:50%;background:#f3f3f1;font-size:26px;line-height:1;cursor:pointer}.dovu-search-form{display:grid;grid-template-columns:22px 1fr auto;gap:12px;align-items:center;padding:8px 8px 8px 14px;border-radius:16px;background:#f5f5f3}.dovu-search-form svg{width:22px;height:22px;color:#666}.dovu-search-form input{min-height:46px;border:0;outline:0;background:transparent;font:inherit;font-size:15px}.dovu-search-form button{min-height:42px;padding:0 17px;border:0;border-radius:12px;background:#111;color:#fff;font-weight:800;cursor:pointer}.dovu-search-shortcuts{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:16px;font-size:10px;color:#777}.dovu-search-shortcuts div{display:flex;flex-wrap:wrap;gap:7px}.dovu-search-shortcuts a{padding:7px 10px;border-radius:999px;background:#f4f4f2;color:#333;font-weight:750}.dovu-search-note{display:flex;gap:8px;margin-top:18px;padding:12px 14px;border-radius:13px;background:#fafaf8;font-size:10px;color:#777}.dovu-contact-page{padding:68px 0 90px;background:#fafaf8}.dovu-contact-hero{max-width:820px;margin-bottom:34px}.dovu-contact-hero h1{margin:8px 0 14px;font-size:clamp(46px,6vw,72px);line-height:.94;letter-spacing:-.055em}.dovu-contact-hero p{max-width:680px;margin:0;color:#6e6e6e;font-size:16px;line-height:1.6}.dovu-contact-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:34px}.dovu-contact-action{min-height:160px;display:flex;flex-direction:column;padding:18px;border-radius:18px;background:#fff;box-shadow:0 8px 24px #00000009;transition:.18s ease}.dovu-contact-action:hover{transform:translateY(-3px);box-shadow:0 14px 32px #0000000f}.dovu-contact-action>span{color:#999;font-size:9px;font-weight:900;letter-spacing:.14em}.dovu-contact-action div{margin-top:auto}.dovu-contact-action strong,.dovu-contact-action small{display:block}.dovu-contact-action strong{margin-bottom:5px;font-size:14px}.dovu-contact-action small{color:#777;font-size:10px;line-height:1.45}.dovu-contact-action b{align-self:flex-end;margin-top:12px;font-size:18px}.dovu-contact-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:30px;align-items:start}.dovu-contact-side{padding:26px;border-radius:22px;background:#111;color:#fff}.dovu-contact-side h2{margin:6px 0 10px;font-size:34px;letter-spacing:-.04em}.dovu-contact-side>p{color:#ffffff9e;font-size:12px;line-height:1.55}.dovu-contact-socials{display:grid;gap:8px;margin:22px 0}.dovu-contact-socials a{display:flex;justify-content:space-between;gap:12px;padding:12px 13px;border-radius:13px;background:#ffffff12;color:#fff;font-size:11px}.dovu-contact-tip{padding:13px;border-radius:13px;background:#ffffff0f}.dovu-contact-tip strong,.dovu-contact-tip span{display:block}.dovu-contact-tip strong{font-size:10px}.dovu-contact-tip span{margin-top:4px;color:#ffffff8c;font-size:9.5px;line-height:1.45}.dovu-contact-form-card{padding:26px;border-radius:22px;background:#fff;box-shadow:0 10px 34px #0000000b}.dovu-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dovu-contact-form-card label{display:block;margin-bottom:13px;font-size:10px;font-weight:800}.dovu-contact-form-card input,.dovu-contact-form-card select,.dovu-contact-form-card textarea{width:100%;margin-top:6px;padding:12px 13px;border:1px solid rgba(17,17,17,.08);border-radius:12px;background:#f8f8f6;color:#111;font:inherit}.dovu-contact-form-card select{min-height:46px}.dovu-contact-form-card textarea{resize:vertical;min-height:150px}.dovu-contact-submit{width:100%;display:flex!important;justify-content:space-between!important;padding-inline:16px!important}.dovu-form-note{margin:10px 0 0;text-align:center;color:#888;font-size:9px}@media(max-width:900px){.dovu-contact-actions{grid-template-columns:1fr 1fr}.dovu-contact-layout{grid-template-columns:1fr}}@media(max-width:600px){.dovu-search-dialog{top:12px;width:calc(100% - 16px);padding:20px;border-radius:20px}.dovu-search-dialog__top h2{font-size:28px}.dovu-search-form{grid-template-columns:20px 1fr}.dovu-search-form button{grid-column:1/-1;width:100%}.dovu-search-shortcuts{align-items:flex-start;flex-direction:column}.dovu-contact-page{padding:44px 0 65px}.dovu-contact-hero h1{font-size:44px}.dovu-contact-actions{grid-template-columns:1fr}.dovu-contact-action{min-height:130px}.dovu-form-grid{grid-template-columns:1fr}}.dovu-search-native{position:relative}.dovu-search-native>summary{list-style:none;cursor:pointer}.dovu-search-native>summary::-webkit-details-marker{display:none}.dovu-search-native__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#0000006b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:start center;padding-top:88px}.dovu-search-native__dialog{width:min(760px,calc(100% - 28px));padding:26px;border-radius:24px;background:#fff;color:#111;box-shadow:0 28px 80px #0000002e}.dovu-search-native__close{width:40px;height:40px;border:0;border-radius:50%;background:#f3f3f1;font-size:26px;cursor:pointer}.dovu-search-native:not([open]) .dovu-search-native__overlay{display:none!important}.dovu-contact-form-title{margin:6px 0 22px;font-size:28px;letter-spacing:-.04em}.dovu-form-error{padding:12px;margin-bottom:14px;border-radius:12px;background:#fff0f0;color:#8a2929;font-size:11px}@media(max-width:600px){.dovu-search-native__overlay{padding-top:8px}.dovu-search-native__dialog{width:calc(100% - 16px);padding:20px;border-radius:20px}}.dovu-contact-action--button{width:100%;border:0;color:inherit;text-align:left;font:inherit;cursor:pointer}.dovu-contact-action--button b{transition:transform .18s ease}.dovu-contact-action--button:hover b{transform:translate(3px)}.dovu-contact-panel-wrap{margin:0 0 28px;opacity:0;transform:translateY(10px);transition:.18s ease}.dovu-contact-panel-wrap[hidden]{display:none!important}.dovu-contact-panel-wrap.is-open{opacity:1;transform:none}.dovu-contact-panel{padding:26px;border-radius:24px;background:#111;color:#fff;box-shadow:0 18px 44px #0000001f}.dovu-contact-panel__top{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px}.dovu-contact-panel__top h2{margin:6px 0 8px;font-size:32px;letter-spacing:-.04em}.dovu-contact-panel__top p{max-width:650px;margin:0;color:#ffffff9e;font-size:12px;line-height:1.55}.dovu-contact-panel__close{flex:0 0 40px;width:40px;height:40px;border:0;border-radius:50%;background:#ffffff14;color:#fff;font-size:24px;cursor:pointer}.dovu-contact-panel__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.dovu-contact-panel__grid article{min-height:150px;padding:16px;border-radius:16px;background:#ffffff0f}.dovu-contact-panel__grid article>span{display:block;margin-bottom:26px;color:#ffffff61;font-size:9px;font-weight:900;letter-spacing:.14em}.dovu-contact-panel__grid strong{display:block;margin-bottom:6px;font-size:12px}.dovu-contact-panel__grid p{margin:0;color:#ffffff8c;font-size:10px;line-height:1.5}@media(max-width:900px){.dovu-contact-panel__grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.dovu-contact-panel{padding:20px;border-radius:20px}.dovu-contact-panel__top{gap:14px}.dovu-contact-panel__top h2{font-size:26px}.dovu-contact-panel__grid{grid-template-columns:1fr}.dovu-contact-panel__grid article{min-height:0}.dovu-contact-panel__grid article>span{margin-bottom:12px}}.dovu-contact-native{display:block}.dovu-contact-native>summary{list-style:none;cursor:pointer}.dovu-contact-native>summary::-webkit-details-marker{display:none}.dovu-contact-native[open]>summary{background:#111!important;color:#fff!important}.dovu-contact-native[open]>summary small,.dovu-contact-native[open]>summary>span{color:#ffffff94!important}.dovu-contact-native[open]>summary b{transform:rotate(45deg)}.dovu-contact-native>summary b{transition:transform .18s ease}.dovu-contact-native__panel{grid-column:1/-1;margin-top:10px;padding:24px;border-radius:22px;background:#111;color:#fff;box-shadow:0 18px 44px #0000001a}.dovu-contact-native .dovu-contact-panel__top{margin-bottom:20px}.dovu-contact-native .dovu-contact-panel__top h2{margin:6px 0 8px;font-size:30px;letter-spacing:-.04em}.dovu-contact-native .dovu-contact-panel__top p{margin:0;max-width:650px;color:#ffffff9e;font-size:12px;line-height:1.55}.dovu-contact-actions>.dovu-contact-native{min-width:0}.dovu-contact-actions>.dovu-contact-native[open]{grid-column:span 2}.dovu-contact-native>.dovu-contact-action{min-height:160px;width:100%;box-sizing:border-box}@media(max-width:900px){.dovu-contact-actions>.dovu-contact-native[open]{grid-column:1/-1}}@media(max-width:600px){.dovu-contact-native>.dovu-contact-action{min-height:130px}.dovu-contact-native__panel{padding:20px;border-radius:18px}.dovu-contact-native .dovu-contact-panel__top h2{font-size:25px}}.site-footer .footer-title+a,.site-footer .footer-title~a{display:block;margin-top:10px}.dovu-faq-page{padding:70px 0 90px;background:#fafaf8}.dovu-faq-hero{max-width:760px;margin-bottom:30px}.dovu-faq-hero h1{margin:8px 0 14px;font-size:clamp(46px,6vw,72px);line-height:.94;letter-spacing:-.055em}.dovu-faq-hero p{margin:0;color:#6f6f6f;font-size:16px}.dovu-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dovu-faq-grid details{border:0;border-radius:18px;background:#fff;box-shadow:0 8px 24px #00000009;overflow:hidden}.dovu-faq-grid summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;font-size:13px;font-weight:800}.dovu-faq-grid summary::-webkit-details-marker{display:none}.dovu-faq-grid summary span{font-size:20px;transition:transform .18s ease}.dovu-faq-grid details[open] summary span{transform:rotate(45deg)}.dovu-faq-grid details>div{padding:0 20px 18px;color:#6e6e6e;font-size:11px;line-height:1.6}.dovu-faq-cta{margin-top:22px;padding:24px;border-radius:22px;background:#111;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px}.dovu-faq-cta h2{margin:5px 0 7px;font-size:28px;letter-spacing:-.04em}.dovu-faq-cta p{margin:0;color:#ffffff94;font-size:11px}.dovu-faq-cta .button{background:#fff!important;color:#111!important;flex:0 0 auto}@media(max-width:700px){.dovu-faq-page{padding:46px 0 65px}.dovu-faq-hero h1{font-size:44px}.dovu-faq-grid{grid-template-columns:1fr}.dovu-faq-cta{align-items:flex-start;flex-direction:column}.dovu-faq-cta .button{width:100%;display:flex;align-items:center;justify-content:center}}.footer-help-column{min-width:0}.footer-help-item{border:0!important;margin-top:8px;background:transparent!important}.footer-help-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 0;color:#ffffffad;font-size:11px;font-weight:650}.footer-help-item summary::-webkit-details-marker{display:none}.footer-help-item summary span{color:#ffffff61;transition:transform .18s ease}.footer-help-item[open] summary{color:#fff}.footer-help-item[open] summary span{transform:rotate(45deg)}.footer-help-content{padding:2px 0 8px;color:#ffffff7a;font-size:9.5px;line-height:1.5}.footer-help-content p{margin:0 0 6px}.footer-help-content strong{color:#ffffffb8}.footer-help-contact{display:grid;gap:6px}.footer-help-contact a{display:inline-flex!important;width:max-content;margin:0!important;color:#ffffffb8!important}.footer-help-contact a:hover{color:#fff!important}@media(min-width:901px){.smart-categories-section--v18-2{padding:26px 0 42px!important}.smart-categories-section--v18-2 .smart-category-block{padding:26px 30px!important;margin-bottom:16px!important;border-radius:24px!important}.smart-category-head{margin-bottom:18px!important;align-items:center!important}.smart-category-head .section-title{font-size:clamp(25px,2.25vw,34px)!important;line-height:1.02!important;margin-bottom:6px!important}.smart-category-head .section-subtitle{font-size:11.5px!important;line-height:1.45!important}.smart-product-grid--row{grid-template-columns:repeat(4,minmax(0,220px))!important;gap:12px!important;align-items:start!important}.smart-product-grid--row .product-card{width:100%!important;max-width:220px!important}.smart-product-grid--row .product-card__body{padding:12px!important}.smart-product-grid--row .product-card__title{margin:5px 0 6px!important;line-height:1.25!important}.smart-product-grid--row .product-card__media{aspect-ratio:1/1!important}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/theme.css.map */
