*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;color:var(--color-ink);background:var(--color-background);font-family:var(--font-body);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:16px;line-height:1.55;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.is-locked{overflow:hidden}img,svg,video,model-viewer,iframe{display:block;max-width:100%}img{height:auto}button,input,select,textarea{color:inherit;font:inherit}button,summary,select{cursor:pointer}button{border:0}a{color:inherit;text-decoration:none}p,h1,h2,h3,h4,figure,blockquote,dl,dd{margin:0}ul,ol{margin:0;padding:0}h1,h2,h3,h4{font-family:var(--font-heading);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:-.035em;line-height:1.06}h1{font-size:clamp(2.5rem,6vw,5.5rem)}h2{font-size:clamp(2rem,4vw,3.6rem)}h3{font-size:1.25rem}[hidden]{display:none!important}.main-content{min-height:55vh}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.page-width--narrow{max-width:920px}.page-width--article{max-width:1120px}.section-spacing{padding-block:clamp(64px,8vw,120px)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:9999;top:12px;left:12px;padding:12px 18px;color:#fff;background:var(--color-ink);border-radius:999px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--color-accent-strong);outline-offset:3px}.icon{width:22px;height:22px;flex:0 0 auto}.icon--reverse{display:inline-flex;transform:rotate(180deg)}.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:16px;color:#3f5c4e;font-size:.75rem;font-weight:800;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.eyebrow--light{color:#ffffffb3}.eyebrow__dot{width:8px;height:8px;background:var(--color-accent-strong);border-radius:50%;box-shadow:0 0 0 5px #31c97824}.button{min-height:50px;padding:12px 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:999px;font-size:.93rem;font-weight:800;line-height:1;text-align:center;transition:transform .18s ease,box-shadow .18s ease,color .18s ease,background .18s ease}.button .icon{width:19px;height:19px;transition:transform .18s ease}.button:hover{transform:translateY(-2px)}.button:hover .icon-arrow{transform:translate(3px)}.button--primary{color:#fff;background:var(--color-ink);box-shadow:0 10px 26px #10211929}.button--primary:hover{box-shadow:0 14px 34px #1021193d}.button--accent{color:var(--color-ink);background:var(--color-accent)}.button--secondary{color:var(--color-ink);background:transparent;border-color:var(--color-line)}.button--secondary:hover{background:#fff}.button--text{min-height:auto;padding:6px 0;border-radius:0;font-weight:800}.button--text:hover{transform:none}.button--full,.button--center{width:100%}.button[disabled],button[disabled]{cursor:not-allowed;opacity:.5;transform:none!important}.rte{color:#4e5f56}.rte>*+*{margin-top:1em}.rte h2,.rte h3,.rte h4{color:var(--color-ink);margin-top:1.7em}.rte ul,.rte ol{padding-left:1.3em}.rte a{color:#137746;text-decoration:underline;text-underline-offset:3px}.rte table{width:100%;border-collapse:collapse}.rte th,.rte td{padding:12px;border:1px solid var(--color-line);text-align:left}.placeholder-svg{width:100%;height:100%;color:#9aae9f;background:var(--color-surface)}.announcement-bar{position:relative;z-index:45;color:var(--announcement-text);background:var(--announcement-bg)}.announcement-bar__inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:.78rem;font-weight:700;letter-spacing:.02em;text-align:center}.announcement-bar__dot{width:7px;height:7px;flex:0 0 auto;background:var(--color-accent);border-radius:50%}.announcement-bar__link{display:inline-flex;align-items:center;gap:8px}.announcement-bar__link .icon{width:16px;height:16px}.site-header{position:sticky;z-index:40;top:0;background:#fbfcf8f0;border-bottom:1px solid rgba(220,228,220,.8);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.site-header__inner{height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}.site-logo{display:inline-flex;align-items:center;gap:1px;line-height:1}.site-logo img{width:auto;max-height:52px}.site-logo__word{font-family:var(--font-heading);font-size:2rem;font-weight:800;letter-spacing:-.08em}.site-logo__mark{width:22px;height:22px;display:inline-grid;place-items:center;color:var(--color-ink);background:var(--color-accent);border-radius:50%;font-size:1.1rem;font-weight:900}.desktop-nav{min-width:0}.desktop-nav__list{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2vw,34px);list-style:none}.desktop-nav__item{position:relative}.desktop-nav__item>a{position:relative;padding-block:27px;display:flex;align-items:center;gap:5px;color:#304339;font-size:.9rem;font-weight:700;white-space:nowrap}.desktop-nav__item>a:after{position:absolute;right:0;bottom:20px;left:0;height:2px;content:"";background:var(--color-accent-strong);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.desktop-nav__item>a:hover:after,.desktop-nav__item>a[aria-current=page]:after{transform:scaleX(1)}.desktop-nav__item>a .icon{width:14px;height:14px}.desktop-nav__dropdown{position:absolute;top:calc(100% - 8px);left:50%;width:270px;padding:10px;visibility:hidden;background:#fff;border:1px solid var(--color-line);border-radius:16px;box-shadow:0 24px 60px #10211929;opacity:0;transform:translate(-50%,8px);transition:opacity .16s ease,transform .16s ease,visibility .16s}.desktop-nav__item:hover .desktop-nav__dropdown,.desktop-nav__item:focus-within .desktop-nav__dropdown{visibility:visible;opacity:1;transform:translate(-50%)}.desktop-nav__dropdown ul{display:grid;gap:2px;list-style:none}.desktop-nav__dropdown a{padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:10px;font-size:.9rem;font-weight:700}.desktop-nav__dropdown a:hover{background:var(--color-surface)}.desktop-nav__dropdown .icon{width:16px;height:16px}.site-header__actions{display:flex;align-items:center;gap:4px}.header-icon{position:relative;width:44px;height:44px;padding:0;display:grid;place-items:center;color:var(--color-ink);background:transparent;border-radius:50%;transition:background .15s ease}.header-icon:hover{background:var(--color-surface)}summary{list-style:none}summary::-webkit-details-marker{display:none}.disclosure__close{display:none}.disclosure[open]>summary .disclosure__open{display:none}.disclosure[open]>summary .disclosure__close{display:block}.cart-count{position:absolute;top:3px;right:0;min-width:19px;height:19px;padding-inline:5px;display:grid;place-items:center;color:var(--color-ink);background:var(--color-accent);border:2px solid var(--color-background);border-radius:20px;font-size:.66rem;font-weight:900}.cart-count.is-empty{display:none}.header-search{position:static}.header-search__panel{position:absolute;z-index:50;top:100%;right:0;left:0;padding-block:18px;background:var(--color-background);border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);box-shadow:0 20px 45px #1021191a}.header-search__inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.search-form,.search-page-form{position:relative;min-height:58px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;background:#fff;border:1px solid var(--color-line);border-radius:999px}.search-form__icon,.search-page-form>span{margin-left:18px}.search-form input,.search-page-form input{width:100%;min-width:0;padding:14px 0;background:transparent;border:0;outline:0}.search-form button{height:42px;margin-right:8px;padding-inline:18px;color:#fff;background:var(--color-ink);border-radius:999px;font-size:.82rem;font-weight:800}.header-search__close,.mobile-menu__close{width:44px;height:44px;display:grid;place-items:center;background:var(--color-surface);border-radius:50%}.mobile-menu{display:none}.veko-hero{padding-top:24px}.veko-hero__shell{position:relative;min-height:650px;padding:clamp(42px,6vw,82px);display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:44px;overflow:hidden;background:radial-gradient(circle at 78% 24%,rgba(185,246,93,.48),transparent 29%),radial-gradient(circle at 90% 87%,rgba(49,201,120,.2),transparent 27%),linear-gradient(135deg,#eef5ec,#f9fbf6 58%,#e8f3e7);border:1px solid #e2e9df;border-radius:clamp(24px,3.5vw,44px)}.veko-hero__shell:before{position:absolute;top:-110px;left:43%;width:250px;height:250px;content:"";border:1px solid rgba(16,33,25,.08);border-radius:50%}.veko-hero__content{position:relative;z-index:4;max-width:610px}.veko-hero h1{max-width:690px;margin-bottom:26px;font-size:clamp(3.3rem,6.1vw,6.6rem);line-height:.93;letter-spacing:-.07em}.veko-hero h1 em{color:#178c50;font-style:normal}.veko-hero__text{max-width:570px;font-size:clamp(1rem,1.3vw,1.16rem);line-height:1.65}.veko-hero__actions{margin-top:32px;display:flex;align-items:center;gap:22px;flex-wrap:wrap}.veko-hero__proof{margin-top:42px;display:flex;align-items:center;gap:14px}.veko-hero__avatars{display:flex}.veko-hero__avatars span{width:35px;height:35px;display:grid;place-items:center;color:#fff;background:var(--color-ink);border:2px solid #f5f8f2;border-radius:50%;font-size:.72rem;font-weight:900}.veko-hero__avatars span:nth-child(2){margin-left:-9px;color:var(--color-ink);background:var(--color-accent)}.veko-hero__avatars span:nth-child(3){margin-left:-9px;background:var(--color-accent-strong)}.stars{display:flex;gap:2px;color:#f4ad22}.stars .icon{width:16px;height:16px}.stars .is-muted{opacity:.25}.veko-hero__proof p{margin-top:3px;color:#4d5e55;font-size:.76rem;font-weight:700}.veko-hero__visual{position:relative;z-index:2;min-height:520px}.veko-hero__glow{position:absolute;top:50%;left:52%;width:min(31vw,440px);aspect-ratio:1;background:#b9f65d94;border-radius:50%;filter:blur(6px);transform:translate(-50%,-50%)}.hero-product{position:absolute;display:block;overflow:hidden;background:#ffffffeb;border:1px solid rgba(255,255,255,.95);border-radius:28px;box-shadow:0 28px 70px #10211929;transition:transform .22s ease,box-shadow .22s ease}a.hero-product:hover{z-index:4;box-shadow:0 34px 80px #10211938;transform:translateY(-8px) rotate(0)}.hero-product img,.hero-product svg{width:100%;height:100%;padding:9%;object-fit:contain}.hero-product--1{z-index:2;top:6%;left:9%;width:57%;aspect-ratio:1 / 1.05;transform:rotate(-4deg)}.hero-product--2{z-index:3;top:25%;right:-1%;width:39%;aspect-ratio:1;transform:rotate(6deg)}.hero-product--3{z-index:3;bottom:0;left:0;width:35%;aspect-ratio:1;transform:rotate(4deg)}.hero-product--custom{top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-product--custom img{padding:0;object-fit:cover}.hero-product__meta{position:absolute;right:12px;bottom:12px;left:12px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--color-ink);background:#ffffffe6;border:1px solid rgba(255,255,255,.95);border-radius:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-product__meta>span{min-width:0;overflow:hidden;font-size:.68rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hero-product__meta strong{font-size:.77rem;white-space:nowrap}.hero-float{position:absolute;z-index:5;padding:11px 14px;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(220,228,220,.9);border-radius:16px;box-shadow:0 16px 38px #10211924}.hero-float--delivery{right:7%;bottom:4%}.hero-float--delivery .icon{width:26px;height:26px;color:#14834a}.hero-float--delivery span{display:grid;color:#526259;font-size:.68rem;line-height:1.3}.hero-float--delivery strong{color:var(--color-ink);font-size:.78rem}.hero-float--deal{top:4%;right:0;display:grid;place-items:center;color:var(--color-ink);background:var(--color-accent);transform:rotate(5deg)}.hero-float--deal span{font-family:var(--font-heading);font-size:1.35rem;font-weight:900;line-height:1}.hero-float--deal small{font-size:.62rem;font-weight:800}.trust-bar{padding-block:24px}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--color-line);border-radius:20px}.trust-item{min-height:92px;padding:18px 22px;display:flex;align-items:center;justify-content:center;gap:13px}.trust-item+.trust-item{border-left:1px solid var(--color-line)}.trust-item__icon{width:42px;height:42px;display:grid;place-items:center;color:#176d43;background:#eaf8ef;border-radius:13px}.trust-item__icon .icon{width:23px;height:23px}.trust-item>div{display:grid}.trust-item strong{font-size:.88rem}.trust-item span:last-child{color:#66736c;font-size:.74rem}.section-heading{margin-bottom:clamp(32px,4vw,54px);display:flex;align-items:end;justify-content:space-between;gap:30px}.section-heading h2{max-width:760px}.section-heading__text{max-width:600px;margin-top:12px;color:#637168}.section-heading--center{justify-content:center;text-align:center}.section-heading--center .eyebrow{justify-content:center}.category-section{padding-top:clamp(70px,8vw,110px)}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.category-card{position:relative;min-height:390px;padding:22px;display:flex;flex-direction:column;overflow:hidden;background:#eef3ea;border:1px solid rgba(16,33,25,.06);border-radius:var(--card-radius);transition:transform .2s ease,box-shadow .2s ease}.category-card:nth-child(2){background:#f3f0e8}.category-card:nth-child(3){background:#e9f1f2}.category-card:nth-child(4){background:#f1ecf4}.category-card:hover{transform:translateY(-6px);box-shadow:0 22px 48px #1021191f}.category-card__head{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between}.category-card__icon,.category-card__arrow{width:42px;height:42px;display:grid;place-items:center;background:#fffc;border-radius:50%}.category-card__arrow{transition:transform .18s ease}.category-card:hover .category-card__arrow{transform:rotate(-35deg)}.category-card__icon .icon,.category-card__arrow .icon{width:20px;height:20px}.category-card__media{min-height:220px;flex:1;display:grid;place-items:center}.category-card__media img,.category-card__media svg{width:100%;height:220px;padding:5%;object-fit:contain;transition:transform .25s ease}.category-card:hover .category-card__media img{transform:scale(1.06) rotate(1deg)}.category-card__content{position:relative;z-index:2}.category-card__content h3{font-size:clamp(1.3rem,2vw,1.8rem)}.category-card__content p{margin-top:6px;color:#66736c;font-size:.76rem;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,2.2vw,30px)}.product-card{min-width:0}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-surface);border:1px solid rgba(16,33,25,.06);border-radius:var(--card-radius)}.product-card__image-link{width:100%;height:100%;display:block}.product-card__image,.product-card__placeholder{width:100%;height:100%;padding:8%;object-fit:contain;transition:transform .3s cubic-bezier(.2,.7,.2,1)}.product-card:hover .product-card__image{transform:scale(1.055)}.product-card__badges{position:absolute;z-index:2;top:12px;left:12px;display:flex;gap:6px}.badge{padding:7px 10px;color:#fff;background:var(--color-ink);border-radius:999px;font-size:.65rem;font-weight:900;letter-spacing:.04em;line-height:1;text-transform:uppercase}.badge--sale{background:var(--color-sale)}.badge--muted{color:#526159;background:#ffffffe6}.product-card__action{position:absolute;z-index:2;right:12px;bottom:12px}.quick-add-button{width:46px;height:46px;display:grid;place-items:center;color:#fff;background:var(--color-ink);border-radius:50%;box-shadow:0 10px 25px #10211938;transition:color .16s ease,background .16s ease,transform .16s ease}.quick-add-button:hover{color:var(--color-ink);background:var(--color-accent);transform:scale(1.06)}.quick-add-button .icon{width:20px;height:20px}.quick-add-button.is-loading .icon{animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-card__info{padding:16px 4px 0}.product-card__vendor{margin-bottom:5px;color:#6d7a72;font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-card__title{min-height:2.65em;font-family:var(--font-body);font-size:clamp(.88rem,1.2vw,1rem);font-weight:750;letter-spacing:-.015em;line-height:1.32}.product-card__title a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.price{margin-top:10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.price__current{font-size:1rem;font-weight:900}.price--sale .price__current{color:#ba301f}.price__compare{color:#849087;font-size:.82rem}.price__saving{padding:4px 6px;color:#a72f20;background:#ffe6df;border-radius:5px;font-size:.64rem;font-weight:900}.deal-showcase{padding-block:clamp(40px,6vw,90px)}.deal-showcase__grid{display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border-radius:clamp(24px,3vw,36px);box-shadow:0 28px 70px #1021191c}.deal-panel{min-height:570px}.deal-panel--copy{position:relative;padding:clamp(42px,6vw,84px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#fff;background:radial-gradient(circle at 15% 20%,rgba(185,246,93,.19),transparent 26%),var(--color-ink)}.deal-panel--copy h2{max-width:560px;font-size:clamp(2.5rem,5vw,5rem)}.deal-panel--copy>p:not(.eyebrow){max-width:530px;margin-top:22px;color:#ffffffb8;font-size:1.03rem}.deal-panel__badge{position:absolute;top:26px;right:26px;padding:9px 13px;color:var(--color-ink);background:var(--color-accent);border-radius:999px;font-size:.7rem;font-weight:900;transform:rotate(3deg)}.deal-code{margin:34px 0 24px;display:grid;gap:3px}.deal-code span{color:#ffffff8c;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.deal-code strong{padding:8px 14px;color:var(--color-accent);border:1px dashed rgba(185,246,93,.55);border-radius:8px;font-family:monospace;font-size:1.25rem;letter-spacing:.12em}.deal-panel--product{padding:clamp(26px,4vw,54px);display:flex;flex-direction:column;background:#eaf2e7}.deal-product__image{min-height:0;flex:1;overflow:hidden}.deal-product__image img,.deal-product__image svg{width:100%;height:100%;max-height:410px;padding:3%;object-fit:contain;transition:transform .25s ease}.deal-product__image:hover img{transform:scale(1.04)}.deal-product__info{padding:20px 4px 0;display:flex;align-items:end;justify-content:space-between;gap:20px}.deal-product__info>div>span{color:#647269;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.deal-product__info h3{max-width:520px;margin-top:5px;font-size:clamp(1.2rem,2.3vw,2rem)}.deal-product__info .price{flex:0 0 auto;justify-content:flex-end}.deal-product__info .price__current{font-size:1.3rem}.customer-quotes{background:#f0f4ee}.quote-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.quote-card{min-height:300px;padding:clamp(26px,3vw,40px);display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-line);border-radius:var(--card-radius)}.quote-card blockquote{margin:28px 0;flex:1;font-family:var(--font-heading);font-size:clamp(1.22rem,1.8vw,1.55rem);font-weight:700;letter-spacing:-.025em;line-height:1.35}.quote-card figcaption{display:flex;align-items:center;gap:12px}.quote-card__avatar{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:var(--color-ink);border-radius:50%;font-size:.8rem;font-weight:900}.quote-card figcaption>span:last-child{display:grid}.quote-card figcaption strong{font-size:.83rem}.quote-card figcaption small{margin-top:2px;display:flex;align-items:center;gap:4px;color:#6c7971;font-size:.68rem}.quote-card figcaption small .icon{width:12px;height:12px;color:#15844b}.site-footer{padding:clamp(62px,8vw,110px) 0 26px;color:#fff;background:var(--color-ink)}.site-footer__top{display:grid;grid-template-columns:1.25fr .75fr .75fr 1.3fr;gap:clamp(32px,5vw,80px)}.site-logo--footer{color:#fff}.footer-brand>p{max-width:350px;margin-top:20px;color:#ffffff9e;font-size:.9rem}.footer-socials{margin-top:28px;display:flex;gap:9px}.footer-socials a{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:#ffffff12;border:1px solid rgba(255,255,255,.13);border-radius:50%;transition:color .15s ease,background .15s ease}.footer-socials a:hover{color:var(--color-ink);background:var(--color-accent)}.footer-socials .icon{width:19px;height:19px}.footer-column h2,.footer-newsletter h2{margin-bottom:20px;color:#fff;font-family:var(--font-body);font-size:.86rem;font-weight:800;letter-spacing:.03em}.footer-column ul{display:grid;gap:12px;list-style:none}.footer-column a{color:#ffffffa6;font-size:.84rem;transition:color .15s ease}.footer-column a:hover{color:var(--color-accent)}.footer-newsletter{padding:28px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:22px}.footer-newsletter .eyebrow{margin-bottom:10px}.footer-newsletter h2{margin-bottom:10px;font-family:var(--font-heading);font-size:1.55rem;letter-spacing:-.03em}.footer-newsletter>p:not(.eyebrow){color:#ffffff9e;font-size:.82rem}.newsletter-form{position:relative;margin-top:20px}.newsletter-form input{width:100%;height:52px;padding:0 54px 0 16px;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:12px;outline:0}.newsletter-form input::placeholder{color:#ffffff73}.newsletter-form button{position:absolute;top:5px;right:5px;width:42px;height:42px;display:grid;place-items:center;color:var(--color-ink);background:var(--color-accent);border-radius:9px}.form-message{margin-top:10px;font-size:.75rem}.form-message--success{color:var(--color-accent)}.form-message--error{color:#ffb4a6}.site-footer__bottom{margin-top:68px;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.12)}.site-footer__bottom>p{color:#ffffff7a;font-size:.72rem}.payment-icons{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap;list-style:none}.payment-icon{width:36px;height:23px}.breadcrumbs{margin-bottom:28px;display:flex;align-items:center;gap:8px;overflow:hidden;color:#7a877f;font-size:.72rem;white-space:nowrap}.breadcrumbs a:hover{color:#15844b}.breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}.page-heading{max-width:820px;margin-bottom:48px}.page-heading>p:not(.eyebrow){max-width:620px;margin-top:18px;color:#647269}.main-product{padding-top:34px}.product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:clamp(42px,7vw,100px);align-items:start}.product-gallery{min-width:0}.product-gallery__stage{overflow:hidden;background:var(--color-surface);border:1px solid rgba(16,33,25,.06);border-radius:clamp(20px,3vw,30px)}.product-media{width:100%;aspect-ratio:1}.product-media img,.product-media>svg{width:100%;height:100%;padding:6%;object-fit:contain}.product-media iframe,.product-media video,.product-media model-viewer{width:100%;height:100%}.product-gallery__thumbs{margin-top:14px;display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.product-thumbnail{position:relative;width:78px;height:78px;flex:0 0 auto;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-line);border-radius:12px}.product-thumbnail.is-active{border:2px solid var(--color-ink)}.product-thumbnail img{width:100%;height:100%;padding:7%;object-fit:contain}.product-thumbnail__type{position:absolute;right:4px;bottom:4px;padding:2px 4px;color:#fff;background:var(--color-ink);border-radius:4px;font-size:.5rem;text-transform:uppercase}.product-info{position:sticky;top:105px}.product-info__vendor{margin-bottom:10px;color:#66756c;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-info h1{font-size:clamp(2.15rem,4vw,4.2rem);line-height:1.02}.product-info__price-row{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.product-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.product-price__current{font-size:clamp(1.35rem,2vw,1.75rem);font-weight:900}.product-price__compare{color:#849087;font-size:1rem}.is-hidden{display:none!important}.stock-badge{padding:7px 11px;display:inline-flex;align-items:center;gap:7px;color:#11693d;background:#e6f7ec;border-radius:999px;font-size:.7rem;font-weight:800;white-space:nowrap}.stock-badge>span{width:7px;height:7px;background:var(--color-accent-strong);border-radius:50%}.stock-badge--sold{color:#6e3a31;background:#f8e7e3}.stock-badge--sold>span{background:var(--color-sale)}.product-info__tax{margin-top:7px;color:#78847d;font-size:.7rem}.product-info__tax a{text-decoration:underline}.product-app-block,.product-short-text{margin-top:20px}.product-short-text{font-size:.92rem}.product-form{margin-top:26px}.product-form__field>label,.product-form__quantity>label,.cart-summary>label{margin-bottom:8px;display:block;color:#57665d;font-size:.72rem;font-weight:800}.select-wrap{position:relative}.select-wrap select{width:100%;min-height:50px;padding:0 44px 0 15px;-webkit-appearance:none;appearance:none;background:#fff;border:1px solid var(--color-line);border-radius:12px}.select-wrap>.icon{position:absolute;top:50%;right:14px;width:16px;height:16px;pointer-events:none;transform:translateY(-50%)}.product-form__buy-row{margin-top:18px;display:grid;grid-template-columns:auto 1fr;align-items:end;gap:12px}.quantity{min-height:52px;display:grid;grid-template-columns:40px 46px 40px;align-items:center;background:#fff;border:1px solid var(--color-line);border-radius:12px}.quantity button{height:100%;display:grid;place-items:center;background:transparent}.quantity button .icon{width:16px;height:16px}.quantity input{width:100%;height:100%;padding:0;-webkit-appearance:textfield;appearance:textfield;background:transparent;border:0;outline:0;font-weight:800;text-align:center}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.product-form__submit{min-height:54px;width:100%}.product-form__dynamic{margin-top:10px}.shopify-payment-button__button{border-radius:999px!important;overflow:hidden}.product-assurances{margin-top:26px;padding:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;background:var(--color-surface);border-radius:16px}.product-assurances>div,.product-assurances>a{min-width:0;display:flex;align-items:flex-start;gap:8px}.product-assurances .icon{width:19px;height:19px;color:#147543}.product-assurances span{display:grid;color:#77837c;font-size:.59rem;line-height:1.35}.product-assurances strong{color:var(--color-ink);font-size:.67rem}.product-accordions{margin-top:22px;border-top:1px solid var(--color-line)}.accordion{border-bottom:1px solid var(--color-line)}.accordion summary{padding-block:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.86rem;font-weight:800}.accordion summary .icon{width:17px;height:17px;transition:transform .18s ease}.accordion[open] summary .icon{transform:rotate(45deg)}.accordion__content{padding:0 0 24px;font-size:.88rem}.mobile-buy-bar{display:none}.product-recommendations:empty{display:none}.main-collection{padding-top:42px}.collection-hero{position:relative;min-height:280px;padding:clamp(32px,5vw,64px);display:grid;grid-template-columns:1fr minmax(250px,.4fr);align-items:center;gap:40px;overflow:hidden;background:linear-gradient(135deg,#edf4ea,#f7faf4);border:1px solid var(--color-line);border-radius:clamp(22px,3vw,32px)}.collection-hero .breadcrumbs{margin-bottom:30px}.collection-hero h1{font-size:clamp(2.8rem,6vw,5.5rem)}.collection-hero__description{max-width:720px;margin-top:18px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.collection-hero__image{height:230px}.collection-hero__image img{width:100%;height:100%;padding:4%;object-fit:contain}.collection-controls{margin:36px 0 26px;display:flex;align-items:center;justify-content:space-between;gap:20px}.collection-controls__left{display:flex;align-items:center;gap:18px}.filter-drawer>summary{min-height:46px}.filter-count{min-width:22px;height:22px;display:grid;place-items:center;color:#fff;background:var(--color-ink);border-radius:50%;font-size:.65rem}.collection-count{color:#718078;font-size:.78rem;font-weight:700}.sort-control{display:flex;align-items:center;gap:10px}.sort-control label{color:#65726b;font-size:.75rem;font-weight:700}.sort-control .select-wrap select{min-height:46px;width:210px}.filter-drawer__panel{position:fixed;z-index:100;top:0;bottom:0;left:0;width:min(440px,92vw);padding:28px;display:flex;flex-direction:column;background:var(--color-background);box-shadow:20px 0 60px #10211933}.filter-drawer[open]:after,.mobile-menu[open]:after{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;content:"";background:#0a140f6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.filter-drawer__header,.mobile-menu__top{padding-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--color-line)}.filter-drawer__header h2,.mobile-menu__title{font-size:1.4rem}.filter-drawer__header button{width:42px;height:42px;display:grid;place-items:center;background:var(--color-surface);border-radius:50%}.filter-groups{min-height:0;flex:1;overflow-y:auto}.filter-group{border-bottom:1px solid var(--color-line)}.filter-group summary{padding-block:19px;display:flex;align-items:center;justify-content:space-between;font-size:.84rem;font-weight:800}.filter-group summary .icon{width:16px;height:16px;transition:transform .15s ease}.filter-group[open] summary .icon{transform:rotate(180deg)}.filter-group__content{padding-bottom:20px}.filter-list{display:grid;gap:10px;list-style:none}.filter-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;cursor:pointer;font-size:.82rem}.filter-option input{position:absolute;opacity:0}.filter-option__check{width:21px;height:21px;display:grid;place-items:center;background:#fff;border:1px solid var(--color-line);border-radius:5px}.filter-option__check .icon{width:14px;height:14px;opacity:0}.filter-option input:checked+.filter-option__check{color:#fff;background:var(--color-ink)}.filter-option input:checked+.filter-option__check .icon{opacity:1}.filter-option small{color:#7a877f}.filter-option.is-disabled{cursor:not-allowed;opacity:.45}.price-filter{display:grid;grid-template-columns:1fr 1fr;gap:10px}.price-filter label>span:first-child{margin-bottom:6px;display:block;color:#718078;font-size:.7rem}.price-filter__input{height:44px;padding:0 10px;display:flex;align-items:center;background:#fff;border:1px solid var(--color-line);border-radius:9px}.price-filter__input input{width:100%;min-width:0;padding-left:5px;background:transparent;border:0;outline:0}.filter-drawer__actions{padding-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:10px;border-top:1px solid var(--color-line)}.active-filters{margin:-8px 0 28px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.active-filter{padding:7px 10px;display:inline-flex;align-items:center;gap:6px;background:var(--color-surface);border-radius:999px;font-size:.7rem;font-weight:700}.active-filter .icon{width:13px;height:13px}.active-filters__clear{margin-left:6px;font-size:.72rem;font-weight:800;text-decoration:underline}.product-grid--collection .empty-state{grid-column:1 / -1}.pagination{margin-top:60px;display:flex;align-items:center;justify-content:center;gap:16px}.pagination__arrow,.pagination__pages a,.pagination__pages span{width:42px;height:42px;display:grid;place-items:center;background:#fff;border:1px solid var(--color-line);border-radius:50%;font-size:.76rem;font-weight:800}.pagination__pages{display:flex;align-items:center;gap:7px}.pagination__pages .is-current{color:#fff;background:var(--color-ink);border-color:var(--color-ink)}.pagination__arrow.is-disabled{opacity:.35}.pagination .icon{width:17px;height:17px}.cart-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(330px,.65fr);gap:clamp(32px,6vw,80px);align-items:start}.cart-items{display:grid;gap:16px}.cart-item{padding:18px;display:grid;grid-template-columns:140px minmax(0,1fr) auto;gap:22px;background:#fff;border:1px solid var(--color-line);border-radius:var(--card-radius)}.cart-item__image{aspect-ratio:1;overflow:hidden;background:var(--color-surface);border-radius:12px}.cart-item__image img{width:100%;height:100%;padding:7%;object-fit:contain}.cart-item__details{min-width:0}.cart-item__vendor{margin-bottom:5px;color:#728078;font-size:.65rem;font-weight:800;text-transform:uppercase}.cart-item h2{max-width:520px;font-family:var(--font-body);font-size:1rem;line-height:1.3}.cart-item__options{margin-top:7px;color:#6e7b73;font-size:.72rem}.cart-item__options>div{display:flex;gap:4px}.cart-item__property{margin-top:5px;color:#6e7b73;font-size:.72rem}.cart-item__actions{margin-top:20px;display:flex;align-items:center;gap:16px}.cart-item .quantity{min-height:44px;grid-template-columns:34px 40px 34px}.cart-item__remove{color:#8a4a3f;font-size:.7rem;font-weight:800;text-decoration:underline}.cart-item__price{display:grid;align-content:start;justify-items:end;gap:4px;white-space:nowrap}.cart-item__price s{color:#87928b;font-size:.74rem}.cart-item__mobile-price{display:none}.cart-update{justify-self:start}.cart-summary{position:sticky;top:105px;padding:clamp(24px,3vw,36px);background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--card-radius)}.cart-summary h2{margin-bottom:28px;font-size:1.5rem}.cart-summary__line,.cart-discounts li{padding-block:13px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--color-line);font-size:.86rem}.cart-summary__line strong{font-size:1.1rem}.cart-discounts{list-style:none}.cart-discounts li{color:#147543}.cart-summary__tax{margin:12px 0 22px;color:#728078;font-size:.68rem}.cart-summary textarea{width:100%;margin-bottom:18px;padding:12px;resize:vertical;background:#fff;border:1px solid var(--color-line);border-radius:10px;outline:0}.cart-summary__trust{margin-top:18px;display:grid;gap:8px}.cart-summary__trust span{display:flex;align-items:center;gap:8px;color:#637068;font-size:.7rem}.cart-summary__trust .icon{width:16px;height:16px;color:#147543}.payment-icons--cart{margin-top:18px;justify-content:flex-start}.search-hero{max-width:900px;margin:0 auto 54px;text-align:center}.search-hero .eyebrow{justify-content:center}.search-page-form{max-width:780px;margin:28px auto 0;text-align:left}.search-page-form .button{min-height:46px;margin-right:6px}.search-results__heading{margin-bottom:30px}.search-results__heading h2{font-size:clamp(1.4rem,3vw,2.2rem)}.search-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,2.2vw,30px)}.content-card{overflow:hidden;background:#fff;border:1px solid var(--color-line);border-radius:var(--card-radius)}.content-card__image{aspect-ratio:1.2;display:block;overflow:hidden;background:var(--color-surface)}.content-card__image img{width:100%;height:100%;object-fit:cover}.content-card__body{padding:24px}.content-card__body h3{margin-bottom:12px}.content-card__body>p:not(.eyebrow){color:#65736a;font-size:.82rem}.content-card__body .button{margin-top:18px}.page-content{padding:clamp(26px,5vw,60px);background:#fff;border:1px solid var(--color-line);border-radius:var(--card-radius)}.shopify-policy__container{max-width:920px!important;margin-inline:auto!important;padding:clamp(50px,8vw,100px) 20px!important}.shopify-policy__title{margin-bottom:40px;text-align:left!important}.shopify-policy__title h1{font-size:clamp(2.5rem,6vw,5rem)}.shopify-policy__body{padding:clamp(24px,5vw,54px);color:#4e5f56;background:#fff;border:1px solid var(--color-line);border-radius:var(--card-radius)}.shopify-policy__body>*+*{margin-top:1em}.contact-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:clamp(46px,8vw,120px);align-items:start}.contact-intro{position:sticky;top:120px}.contact-intro h1{margin-bottom:24px}.contact-details{margin-top:36px;display:grid;gap:12px}.contact-details>a,.contact-details>div{padding:16px;display:flex;align-items:center;gap:13px;background:var(--color-surface);border:1px solid var(--color-line);border-radius:14px}.contact-details>a>span,.contact-details>div>span{width:42px;height:42px;display:grid;place-items:center;color:#147543;background:#fff;border-radius:11px}.contact-details>a>div,.contact-details>div>div{display:grid}.contact-details small{color:#78857d;font-size:.66rem}.contact-details strong{font-size:.83rem}.contact-card{padding:clamp(26px,5vw,54px);background:#fff;border:1px solid var(--color-line);border-radius:var(--card-radius);box-shadow:0 24px 60px #10211914}.contact-card h2{margin-bottom:30px;font-size:clamp(1.6rem,3vw,2.4rem)}.contact-form{display:grid;gap:17px}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label>span{margin-bottom:7px;display:block;color:#59675f;font-size:.72rem;font-weight:800}.contact-form input,.contact-form textarea{width:100%;padding:13px 14px;background:var(--color-background);border:1px solid var(--color-line);border-radius:10px;outline:0}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--color-accent-strong);box-shadow:0 0 0 3px #31c9781f}.contact-form .button{justify-self:start}.contact-form__message{padding:14px;display:flex;align-items:flex-start;gap:10px;border-radius:10px;font-size:.8rem}.contact-form__message--success{color:#11693d;background:#e6f7ec}.contact-form__message--error{color:#8a3528;background:#fae9e5}.contact-form__message .icon{width:18px;height:18px}.blog-hero{max-width:820px;margin-bottom:52px}.blog-hero>p:not(.eyebrow){max-width:620px;margin-top:18px;color:#647269}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.article-card{overflow:hidden;background:#fff;border:1px solid var(--color-line);border-radius:var(--card-radius)}.article-card__image{aspect-ratio:1.4;display:block;overflow:hidden;background:var(--color-surface)}.article-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.article-card:hover .article-card__image img{transform:scale(1.04)}.article-card__body{padding:24px}.article-card__meta,.article-header__meta{margin-bottom:11px;color:#78857d;font-size:.68rem;font-weight:700}.article-card h2{font-size:1.35rem}.article-card__body>p:not(.article-card__meta){margin-top:13px;color:#647269;font-size:.82rem}.article-card__body .button{margin-top:18px}.article-header{max-width:900px;margin:0 auto 38px;text-align:center}.article-header .eyebrow{justify-content:center}.article-header h1{font-size:clamp(2.5rem,6vw,5.5rem)}.article-header__meta{margin-top:20px}.article-featured-image{max-height:650px;overflow:hidden;border-radius:clamp(20px,3vw,32px)}.article-featured-image img{width:100%;max-height:650px;object-fit:cover}.article-content{max-width:760px;margin:56px auto 0;font-size:1.04rem;line-height:1.75}.article-footer{max-width:760px;margin:52px auto 0;padding-top:28px;border-top:1px solid var(--color-line)}.collection-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.collection-list-card{overflow:hidden;background:#fff;border:1px solid var(--color-line);border-radius:var(--card-radius);transition:transform .18s ease,box-shadow .18s ease}.collection-list-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px #1021191c}.collection-list-card__image{aspect-ratio:1.3;overflow:hidden;background:var(--color-surface)}.collection-list-card__image img,.collection-list-card__image svg{width:100%;height:100%;padding:6%;object-fit:contain}.collection-list-card__body{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.collection-list-card__body h2{font-size:1.25rem}.collection-list-card__body p{margin-top:4px;color:#718078;font-size:.7rem}.collection-list-card__body>span{width:40px;height:40px;display:grid;place-items:center;background:var(--color-surface);border-radius:50%}.collection-list-card__body .icon{width:17px;height:17px}.empty-state,.not-found{max-width:650px;margin:40px auto;padding:clamp(40px,7vw,80px);display:grid;justify-items:center;gap:18px;background:var(--color-surface);border:1px solid var(--color-line);border-radius:clamp(22px,3vw,32px);text-align:center}.empty-state>.icon,.empty-state__icon>.icon{width:48px;height:48px;color:#17834a}.empty-state h2{font-size:1.7rem}.empty-state p,.not-found>p:not(.eyebrow){color:#66736c}.not-found{position:relative;overflow:hidden}.not-found__code{color:#17834a;font-family:var(--font-heading);font-size:clamp(4.5rem,16vw,10rem);font-weight:900;letter-spacing:-.08em;line-height:.8;opacity:.16}.not-found__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.toast{position:fixed;z-index:120;right:22px;bottom:22px;max-width:calc(100vw - 44px);padding:14px 16px;display:flex;align-items:center;gap:10px;visibility:hidden;color:#fff;background:var(--color-ink);border:1px solid rgba(255,255,255,.15);border-radius:14px;box-shadow:0 18px 48px #10211942;opacity:0;transform:translateY(14px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.toast.is-visible{visibility:visible;opacity:1;transform:translateY(0)}.toast__icon{width:28px;height:28px;display:grid;place-items:center;color:var(--color-ink);background:var(--color-accent);border-radius:50%}.toast__icon .icon{width:16px;height:16px}.toast__text{font-size:.8rem;font-weight:700}.toast__link{color:var(--color-accent);font-size:.76rem;font-weight:800;text-decoration:underline;text-underline-offset:3px}@media screen and (max-width:1180px){.desktop-nav__list{gap:18px}.desktop-nav__item>a{font-size:.82rem}.veko-hero__shell{padding:54px}.category-grid,.product-grid,.search-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-card:nth-child(4){display:none}.site-footer__top{grid-template-columns:1.2fr .7fr .7fr}.footer-newsletter{grid-column:1 / -1}}@media screen and (max-width:989px){.site-header__inner{height:68px;grid-template-columns:auto 1fr auto;gap:14px}.desktop-nav{display:none}.mobile-menu{display:block}.site-logo{justify-self:center}.site-logo__word{font-size:1.8rem}.mobile-menu__panel{position:fixed;z-index:100;inset:0 auto 0 0;width:min(420px,90vw);padding:24px;display:flex;flex-direction:column;background:var(--color-background);box-shadow:20px 0 60px #10211933}.mobile-nav{min-height:0;flex:1;overflow-y:auto}.mobile-nav__list{list-style:none}.mobile-nav__item{border-bottom:1px solid var(--color-line)}.mobile-nav__item>a,.mobile-nav__item summary{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:800}.mobile-nav__item summary .icon{width:16px;height:16px;transition:transform .15s ease}.mobile-nav__item details[open] summary .icon{transform:rotate(180deg)}.mobile-nav__item ul{padding:0 0 14px 14px;display:grid;gap:11px;list-style:none}.mobile-nav__item ul a{color:#59685f;font-size:.84rem}.mobile-menu__service{padding-top:20px;display:grid;gap:10px;border-top:1px solid var(--color-line)}.mobile-menu__service span{display:flex;align-items:center;gap:9px;color:#58675e;font-size:.74rem;font-weight:700}.mobile-menu__service .icon{width:18px;height:18px;color:#147543}.veko-hero__shell{min-height:0;padding:54px 40px 34px;grid-template-columns:1fr}.veko-hero__content,.veko-hero h1{max-width:720px}.veko-hero__visual{min-height:490px}.hero-product--1{left:14%;width:52%}.hero-product--2{right:5%;width:34%}.hero-product--3{left:8%;width:30%}.hero-float--deal{right:6%}.trust-bar__grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(3){border-left:0;border-top:1px solid var(--color-line)}.trust-item:nth-child(4){border-top:1px solid var(--color-line)}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card:nth-child(4){display:flex}.product-grid,.search-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.deal-showcase__grid{grid-template-columns:1fr}.deal-panel{min-height:480px}.quote-grid{grid-template-columns:1fr 1fr}.quote-card:last-child{grid-column:1 / -1}.site-footer__top{grid-template-columns:1fr 1fr}.footer-newsletter{grid-column:auto}.product-layout{grid-template-columns:1fr}.product-info{position:static;max-width:760px}.collection-hero{grid-template-columns:1fr .45fr}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.article-grid,.collection-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-layout{grid-template-columns:1fr}.contact-intro{position:static}}@media screen and (max-width:749px){body{font-size:15px}.page-width{width:min(calc(100% - 28px),var(--page-width))}.section-spacing{padding-block:64px}.announcement-bar__inner{min-height:34px;font-size:.68rem}.header-icon{width:40px;height:40px}.header-icon--account{display:none}.site-header__actions{gap:0}.header-search__panel{padding-block:12px}.header-search__inner{gap:7px}.search-form{min-height:50px}.search-form button{display:none}.site-logo__word{font-size:1.65rem}.site-logo__mark{width:19px;height:19px;font-size:.95rem}.site-logo img{max-width:110px;max-height:46px}.veko-hero{padding-top:12px}.veko-hero__shell{padding:38px 22px 24px;gap:24px;border-radius:24px}.veko-hero h1{margin-bottom:20px;font-size:clamp(3rem,14vw,4.6rem)}.veko-hero__text{font-size:.96rem}.veko-hero__actions{margin-top:26px;align-items:stretch;gap:12px}.veko-hero__actions .button--primary{width:100%}.veko-hero__actions .button--text{justify-content:center}.veko-hero__proof{margin-top:30px}.veko-hero__visual{min-height:375px}.veko-hero__glow{width:270px}.hero-product{border-radius:20px}.hero-product--1{top:4%;left:6%;width:61%}.hero-product--2{top:22%;right:0;width:42%}.hero-product--3{bottom:3%;left:1%;width:37%}.hero-product__meta{right:7px;bottom:7px;left:7px;padding:8px}.hero-product__meta>span{display:none}.hero-product__meta strong{margin-inline:auto;font-size:.68rem}.hero-float--deal{top:0;right:1%}.hero-float--delivery{right:0;bottom:0;padding:9px 11px}.hero-float--delivery .icon{width:21px;height:21px}.trust-bar{padding-block:14px}.trust-bar__grid{border-radius:16px}.trust-item{min-height:80px;padding:14px 11px;justify-content:flex-start;gap:8px}.trust-item__icon{width:34px;height:34px;border-radius:10px}.trust-item__icon .icon{width:19px;height:19px}.trust-item strong{font-size:.74rem}.trust-item span:last-child{font-size:.63rem}.section-heading{margin-bottom:30px;align-items:flex-start}.section-heading>.button{display:none}.section-heading__text{font-size:.88rem}.category-section{padding-top:62px}.category-grid{gap:12px}.category-card{min-height:270px;padding:14px;border-radius:16px}.category-card__icon,.category-card__arrow{width:35px;height:35px}.category-card__icon .icon,.category-card__arrow .icon{width:17px;height:17px}.category-card__media{min-height:150px}.category-card__media img,.category-card__media svg{height:150px}.category-card__content h3{font-size:1rem}.category-card__content p{font-size:.62rem}.product-grid,.search-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.product-card__media{border-radius:14px}.product-card__badges{top:8px;left:8px}.badge{padding:6px 7px;font-size:.56rem}.product-card__action{right:8px;bottom:8px}.quick-add-button{width:39px;height:39px}.product-card__info{padding-top:12px}.product-card__title{font-size:.82rem}.price{gap:5px}.price__current{font-size:.88rem}.price__compare{font-size:.7rem}.price__saving{display:none}.deal-showcase{padding-block:30px 64px}.deal-showcase__grid{border-radius:22px}.deal-panel{min-height:0}.deal-panel--copy{padding:56px 24px 36px}.deal-panel--copy h2{font-size:2.7rem}.deal-panel--copy>p:not(.eyebrow){font-size:.9rem}.deal-panel__badge{top:18px;right:18px;font-size:.6rem}.deal-panel--product{min-height:390px;padding:24px}.deal-product__image img{max-height:280px}.deal-product__info{align-items:flex-start;flex-direction:column;gap:8px}.deal-product__info .price{justify-content:flex-start}.quote-grid{grid-template-columns:1fr;gap:14px}.quote-card:last-child{grid-column:auto}.quote-card{min-height:250px}.site-footer__top{grid-template-columns:1fr 1fr;gap:38px 20px}.footer-brand,.footer-newsletter{grid-column:1 / -1}.footer-newsletter{grid-row:auto}.site-footer__bottom{margin-top:48px;align-items:flex-start;flex-direction:column-reverse}.payment-icons{justify-content:flex-start}.breadcrumbs{margin-bottom:20px}.main-product{padding:22px 0 90px}.product-layout{gap:34px}.product-gallery__stage{border-radius:18px}.product-thumbnail{width:64px;height:64px}.product-info h1{font-size:2.35rem}.product-info__price-row{align-items:flex-start;flex-direction:column;gap:10px}.product-form__buy-row{grid-template-columns:1fr}.product-form__quantity{width:max-content}.product-assurances{padding:15px;grid-template-columns:1fr}.product-assurances span{font-size:.68rem}.product-assurances strong{font-size:.76rem}.mobile-buy-bar{position:fixed;z-index:35;right:0;bottom:0;left:0;min-height:72px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;background:#fbfcf8f5;border-top:1px solid var(--color-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-buy-bar>div{min-width:0;display:grid}.mobile-buy-bar small{overflow:hidden;color:#6d7a72;font-size:.63rem;text-overflow:ellipsis;white-space:nowrap}.mobile-buy-bar strong{font-size:.9rem}.mobile-buy-bar .button{min-height:46px;padding-inline:18px;font-size:.78rem}.collection-hero{min-height:0;padding:32px 22px;grid-template-columns:1fr;border-radius:22px}.collection-hero h1{font-size:3rem}.collection-hero__description{-webkit-line-clamp:4}.collection-hero__image{height:180px}.collection-controls{margin:24px 0 22px;align-items:flex-start}.collection-controls__left{align-items:flex-start;flex-direction:column;gap:8px}.sort-control{align-items:flex-start;flex-direction:column;gap:5px}.sort-control .select-wrap select{width:160px}.filter-drawer__panel{padding:20px}.pagination{gap:8px}.pagination__pages a,.pagination__pages span{width:36px;height:36px}.pagination__pages span:not(.is-current){display:none}.cart-item{padding:12px;grid-template-columns:100px minmax(0,1fr);gap:14px}.cart-item__price{display:none}.cart-item__mobile-price{margin-top:8px;display:block;font-weight:900}.cart-item h2{font-size:.85rem}.cart-item__actions{margin-top:12px;align-items:flex-start;flex-direction:column;gap:8px}.cart-summary{padding:22px}.search-hero{margin-bottom:38px}.search-page-form{min-height:54px;grid-template-columns:auto 1fr}.search-page-form .button{grid-column:1 / -1;width:100%;margin:4px 0 0}.content-card__body{padding:16px}.content-card__body h3{font-size:1rem}.content-card__body>p:not(.eyebrow){display:none}.page-content,.contact-card{padding:22px}.contact-form__row{grid-template-columns:1fr}.contact-form .button{width:100%}.article-grid,.collection-list-grid{grid-template-columns:1fr}.article-header{margin-bottom:28px}.article-header h1{font-size:2.7rem}.article-featured-image{border-radius:18px}.article-content{margin-top:34px;font-size:.96rem}.empty-state,.not-found{padding:42px 22px}.toast{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));left:12px;max-width:none}.template-product .toast{bottom:calc(84px + env(safe-area-inset-bottom))}}@media screen and (max-width:749px){html,body{max-width:100%;overflow-x:hidden}body{padding-bottom:env(safe-area-inset-bottom)}.page-width{width:calc(100% - 28px)}.announcement-bar__inner{min-height:34px;padding-inline:4px;font-size:.59rem;letter-spacing:.01em;text-align:center}.site-header__inner{min-height:64px}.site-logo img,.site-logo__asset img{max-width:128px;max-height:42px}button,.button,summary,select,input{min-height:44px}.section-spacing{padding-block:58px}.veko-hero{padding-top:28px;padding-bottom:38px}.veko-hero__shell{gap:30px}.veko-hero__content h1{max-width:350px;font-size:clamp(2.65rem,13vw,3.55rem);line-height:.94;letter-spacing:-.06em}.veko-hero__text{max-width:340px;font-size:.92rem;line-height:1.55}.veko-hero__actions{width:100%;display:grid;grid-template-columns:1fr;gap:9px}.veko-hero__actions .button{width:100%;justify-content:space-between}.veko-hero__assurances{grid-template-columns:1fr;gap:7px}.veko-hero__assurances>*{min-height:58px}.veko-commerce__showcase{width:100%}.veko-commerce__featured{min-height:360px}.veko-commerce__mini-grid{grid-template-columns:1fr 1fr}.section-heading{align-items:flex-start;gap:16px}.section-heading h2,.collection-hero h1,.page-heading h1{font-size:clamp(2rem,10vw,2.7rem);line-height:1;letter-spacing:-.045em}.product-grid{gap:12px}.product-card{border-radius:16px}.product-card__media{min-height:245px}.product-card__info{padding:16px}.product-card__title{min-height:2.75em;font-size:.94rem;line-height:1.35}.product-card__title a{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__footer{align-items:center;gap:8px}.product-card__delivery{font-size:.62rem}.product-card__link{min-height:38px;padding-inline:12px;display:inline-flex;align-items:center}.collection-hero{gap:22px;margin-bottom:28px}.collection-hero__description{max-width:35rem;font-size:.86rem;line-height:1.6}.collection-hero__image{max-height:240px;border-radius:18px}.collection-controls{padding:12px;gap:10px;border-radius:15px}.collection-controls__left,.sort-control,.sort-control .select-wrap,.sort-control select{width:100%}.product-layout{width:100%;gap:28px}.product-gallery{min-width:0;width:100%}.product-gallery__stage{width:100%;margin-inline:0;border-radius:18px}.product-gallery__thumbs{padding-bottom:4px;display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-thumbnail{width:68px;min-width:68px;height:68px;scroll-snap-align:start}.product-info{position:static;width:100%;min-width:0;max-width:none}.product-info h1{width:100%;font-size:clamp(1.65rem,7.5vw,2.15rem);line-height:1.1;letter-spacing:-.035em;overflow-wrap:break-word;word-break:normal}.product-info__price-row{align-items:center;gap:12px}.product-price__current{font-size:1.55rem}.product-form__buy-row{grid-template-columns:1fr;gap:10px}.product-form__quantity,.product-form__submit{width:100%}.quantity{width:100%;justify-content:space-between}.purchase-confidence{padding:13px}.accordion summary{min-height:54px}.accordion__content{font-size:.86rem;line-height:1.65}.mobile-buy-bar{padding-bottom:calc(10px + env(safe-area-inset-bottom));gap:10px}.mobile-buy-bar>div{max-width:42%}.mobile-buy-bar small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-layout{gap:20px}.cart-summary{position:static}.site-footer__top{grid-template-columns:1fr;gap:34px}.footer-column--legal,.footer-newsletter{grid-column:auto}.footer-column--legal ul{grid-template-columns:1fr}.site-footer__bottom{align-items:flex-start;gap:18px}.payment-icons{justify-content:flex-start}.toast{right:10px;bottom:calc(82px + env(safe-area-inset-bottom));left:10px;width:auto}}@media screen and (min-width:480px)and (max-width:749px){.product-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid--collection .product-card__media{min-height:210px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{color-scheme:light}body{color:#1d1d1f;background:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,Arial,sans-serif}h1,h2,h3,h4,.site-logo__word{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-weight:700;letter-spacing:-.055em}.section-spacing{padding-block:clamp(80px,10vw,140px)}.eyebrow{color:#6e6e73;letter-spacing:.09em}.eyebrow__dot{background:#1d1d1f;box-shadow:0 0 0 5px #00000014}.rte,.section-heading__text,.page-heading>p:not(.eyebrow),.blog-hero>p:not(.eyebrow),.empty-state p,.not-found>p:not(.eyebrow){color:#6e6e73}.rte a,.breadcrumbs a:hover{color:#1d1d1f}:focus-visible{outline-color:#000}.button{min-height:48px;border-radius:999px}.button--primary{color:#fff;background:#000;box-shadow:none}.button--primary:hover{color:#fff;background:#272729;box-shadow:none}.button--accent{color:#000;background:#fff}.button--secondary{color:#1d1d1f;background:#fff;border-color:#d2d2d7}.button--secondary:hover{background:#f5f5f7}.announcement-bar{color:#fff;background:#000!important}.announcement-bar__dot{background:#fff}.site-header{background:#ffffffe6;border-color:#d2d2d7bf}.site-logo__word{color:#000}.site-logo__mark{color:#fff;background:#000}.desktop-nav__item>a{color:#1d1d1f}.desktop-nav__item>a:after{background:#000}.desktop-nav__dropdown{border-color:#d2d2d7;box-shadow:0 22px 55px #00000024}.desktop-nav__dropdown a:hover,.header-icon:hover{background:#f5f5f7}.cart-count{color:#fff;background:#000;border-color:#fff}.header-search__panel{background:#fff;border-color:#d2d2d7;box-shadow:0 18px 44px #0000001a}.search-form,.search-page-form{background:#f5f5f7;border-color:transparent}.search-form button{color:#fff;background:#000}.header-search__close,.mobile-menu__close{background:#f5f5f7}.veko-hero{padding-top:16px}.veko-hero__shell{min-height:0;padding:clamp(64px,8vw,110px) clamp(30px,7vw,90px) 28px;grid-template-columns:1fr;gap:26px;color:#fff;background:#000;border:0;border-radius:clamp(26px,3.5vw,44px)}.veko-hero__shell:before{display:none}.veko-hero__content{max-width:1040px;margin-inline:auto;text-align:center}.veko-hero .eyebrow{justify-content:center;color:#a1a1a6}.veko-hero .eyebrow__dot{background:#fff;box-shadow:0 0 0 5px #ffffff1f}.veko-hero h1{max-width:1040px;margin-inline:auto;color:#f5f5f7;font-size:clamp(4rem,8.4vw,8.4rem);line-height:.9;letter-spacing:-.075em}.veko-hero h1 em{color:#a1a1a6}.veko-hero__text{max-width:650px;margin-inline:auto;color:#a1a1a6;font-size:clamp(1.05rem,1.6vw,1.35rem)}.veko-hero__actions,.veko-hero__proof{justify-content:center}.veko-hero__actions .button--primary{color:#000;background:#fff}.veko-hero__actions .button--primary:hover{color:#000;background:#e8e8ed}.veko-hero__actions .button--text{color:#fff}.veko-hero__avatars span{color:#000;background:#fff;border-color:#000}.veko-hero__avatars span:nth-child(2){color:#fff;background:#6e6e73}.veko-hero__avatars span:nth-child(3){color:#000;background:#d2d2d7}.veko-hero .stars{color:#fff}.veko-hero__proof p{color:#a1a1a6}.veko-hero__visual{width:min(100%,940px);min-height:470px;margin-inline:auto}.veko-hero__glow{width:min(54vw,620px);background:#ffffff14;filter:blur(58px)}.hero-product{background:#fff;border-color:#3a3a3c;border-radius:28px;box-shadow:0 32px 80px #00000080}.hero-product--1{top:1%;left:26%;width:48%;transform:none}.hero-product--2{top:20%;right:3%;width:31%;transform:none}.hero-product--3{bottom:1%;left:3%;width:29%;transform:none}a.hero-product:hover{transform:translateY(-7px)}.hero-product__meta,.hero-float{display:none}.trust-bar{padding-block:20px}.trust-bar__grid{background:#fff;border-color:#e5e5ea;border-radius:22px}.trust-item+.trust-item,.trust-item:nth-child(3),.trust-item:nth-child(4){border-color:#e5e5ea}.trust-item__icon{color:#000;background:#f5f5f7}.trust-item span:last-child{color:#6e6e73}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.category-card,.category-card:nth-child(3),.category-card:nth-child(4){min-height:520px;padding:30px;background:#f5f5f7;border:0;border-radius:28px}.category-card:nth-child(2){color:#fff;background:#000}.category-card__icon,.category-card__arrow{background:#fff}.category-card:nth-child(2) .category-card__icon,.category-card:nth-child(2) .category-card__arrow{color:#fff;background:#2c2c2e}.category-card__media{min-height:330px}.category-card__media img,.category-card__media svg{height:330px}.category-card__content p{color:#6e6e73}.category-card:nth-child(2) .category-card__content p{color:#a1a1a6}.category-card:hover{box-shadow:0 22px 56px #0000001a}.product-grid{gap:clamp(22px,2.6vw,36px)}.product-card__media{background:#f5f5f7;border:0;border-radius:24px}.badge,.badge--sale{color:#fff;background:#000}.badge--muted{color:#1d1d1f;background:#ffffffeb}.quick-add-button{color:#fff;background:#000;box-shadow:none}.quick-add-button:hover{color:#000;background:#fff}.product-card__vendor,.product-card__info{color:#6e6e73}.product-card__title,.price--sale .price__current,.price__current{color:#1d1d1f}.price__compare{color:#86868b}.price__saving{color:#fff;background:#000}.deal-showcase__grid{box-shadow:none}.deal-panel--copy{background:#000}.deal-panel--copy>p:not(.eyebrow){color:#a1a1a6}.deal-panel__badge{color:#000;background:#fff}.deal-code span{color:#86868b}.deal-code strong{color:#fff;border-color:#6e6e73}.deal-panel--product{background:#f5f5f7}.deal-product__info>div>span{color:#6e6e73}.customer-quotes{background:#f5f5f7}.quote-card{background:#fff;border:0;border-radius:24px}.stars{color:#000}.quote-card__avatar{color:#fff;background:#000}.quote-card figcaption small,.quote-card figcaption small .icon{color:#6e6e73}.site-footer{background:#000}.footer-socials a:hover{color:#000;background:#fff}.footer-column a:hover,.form-message--success{color:#fff}.newsletter-form button{color:#000;background:#fff}.product-gallery__stage,.product-thumbnail,.cart-item__image,.collection-list-card__image{background:#f5f5f7}.product-gallery__stage{border:0;border-radius:28px}.product-thumbnail{border-color:#d2d2d7}.product-thumbnail.is-active{border-color:#000}.product-info__vendor,.product-info__tax,.product-short-text,.product-assurances span,.cart-summary__tax{color:#6e6e73}.stock-badge,.stock-badge--sold{color:#1d1d1f;background:#f5f5f7}.stock-badge>span,.stock-badge--sold>span{background:#1d1d1f}.product-assurances{background:#f5f5f7}.product-assurances .icon,.cart-summary__trust .icon,.mobile-menu__service .icon{color:#1d1d1f}.collection-hero{color:#1d1d1f;background:#f5f5f7;border:0;border-radius:30px}.filter-count{color:#fff;background:#000}.filter-drawer__panel,.mobile-menu__panel{background:#fff;box-shadow:20px 0 60px #0003}.filter-drawer[open]:after,.mobile-menu[open]:after{background:#0000006b}.filter-option input:checked+.filter-option__check{color:#fff;background:#000}.active-filter{background:#f5f5f7}.pagination__pages .is-current{color:#fff;background:#000;border-color:#000}.cart-item,.content-card,.article-card,.collection-list-card,.contact-card,.page-content,.shopify-policy__body{background:#fff;border-color:#e5e5ea}.cart-summary,.empty-state,.not-found{background:#f5f5f7}.cart-summary__trust span,.cart-item__options,.cart-item__property,.cart-discounts li,.content-card__body>p:not(.eyebrow),.article-card__body>p:not(.article-card__meta),.article-card__meta,.article-header__meta,.collection-list-card__body p{color:#6e6e73}.cart-discounts li,.cart-item__remove{color:#1d1d1f}.collection-list-card:hover,.contact-card{box-shadow:0 22px 55px #00000014}.contact-details>a,.contact-details>div,.collection-list-card__body>span{background:#f5f5f7}.contact-details>a>span,.contact-details>div>span{color:#000;background:#fff}.contact-form input,.contact-form textarea{background:#f5f5f7}.contact-form input:focus,.contact-form textarea:focus{border-color:#000;box-shadow:0 0 0 3px #00000014}.contact-form__message--success{color:#1d1d1f;background:#f5f5f7}.mobile-nav__item ul a,.mobile-menu__service span,.collection-count,.sort-control label,.filter-option,.price-filter label>span:first-child,.contact-details small,.contact-form label>span{color:#6e6e73}.not-found__code,.empty-state>.icon,.empty-state__icon>.icon{color:#000}.toast{background:#000;box-shadow:0 18px 48px #00000042}.toast__icon{color:#000;background:#fff}.toast__link{color:#fff}@media screen and (max-width:989px){.veko-hero__shell{padding:72px 36px 24px}.veko-hero__visual{min-height:440px}.category-card,.category-card:nth-child(3),.category-card:nth-child(4){min-height:430px}.category-card__media,.category-card__media img,.category-card__media svg{min-height:260px;height:260px}}@media screen and (max-width:749px){.section-spacing{padding-block:78px}.veko-hero{padding-top:10px}.veko-hero__shell{padding:54px 18px 18px;gap:18px;border-radius:26px}.veko-hero h1{font-size:clamp(3.2rem,15vw,4.8rem)}.veko-hero__text{font-size:1rem}.veko-hero__visual{min-height:330px}.hero-product{border-radius:18px}.hero-product--1{top:2%;left:20%;width:58%}.hero-product--2{top:23%;right:0;width:38%}.hero-product--3{bottom:1%;left:0;width:35%}.category-grid{grid-template-columns:1fr;gap:16px}.category-card,.category-card:nth-child(3),.category-card:nth-child(4){min-height:390px;padding:22px;border-radius:22px}.category-card__media,.category-card__media img,.category-card__media svg{min-height:250px;height:250px}.product-card__media{border-radius:18px}.quote-card{border-radius:20px}.collection-hero{border-radius:24px}.mobile-buy-bar{background:#fffffff0;border-color:#d2d2d7}}.site-logo__asset{width:168px;height:54px;display:block;overflow:hidden}.site-logo__asset img{width:100%;height:100%;max-height:none;display:block;object-fit:cover;object-position:center}.site-logo__asset--footer{width:184px;height:62px}.announcement-bar__inner{padding-block:7px}.veko-hero__assurances{margin-top:24px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.veko-hero__assurances>a,.veko-hero__assurances>span{min-height:38px;padding:9px 14px;display:inline-flex;align-items:center;gap:7px;color:#f5f5f7;background:#1c1c1e;border:1px solid #3a3a3c;border-radius:999px;font-size:.73rem;font-weight:700;line-height:1.1}.veko-hero__assurances .icon{width:17px;height:17px;flex:0 0 auto}.veko-hero__actions{margin-top:24px}.veko-hero__proof{margin-top:30px}.hero-product__meta{display:flex;color:#1d1d1f;background:#ffffffeb}.trust-bar{margin-top:26px;padding-block:clamp(64px,8vw,104px);color:#f5f5f7;background:#000}.trust-bar__header{max-width:780px;margin-bottom:clamp(30px,5vw,48px)}.trust-bar__header .eyebrow{margin-bottom:14px;color:#a1a1a6}.trust-bar__header h2{max-width:720px;color:#f5f5f7;font-size:clamp(2.25rem,5vw,4.8rem)}.trust-bar__header>p:last-child{max-width:650px;margin-top:18px;color:#a1a1a6;font-size:1rem}.trust-bar__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;background:transparent;border:0;border-radius:0}.trust-item,.trust-item+.trust-item,.trust-item:nth-child(3),.trust-item:nth-child(4){position:relative;min-height:154px;padding:24px;justify-content:flex-start;color:#f5f5f7;background:#1c1c1e;border:1px solid #3a3a3c;border-radius:22px;transition:transform .18s ease,border-color .18s ease,background .18s ease}a.trust-item:hover{background:#252527;border-color:#6e6e73;transform:translateY(-3px)}.trust-item__icon{width:48px;height:48px;flex:0 0 auto;color:#000;background:#fff;border-radius:50%}.trust-item__copy{min-width:0;display:grid;gap:5px}.trust-item strong{color:#fff;font-size:1rem}.trust-item .trust-item__copy>span{color:#a1a1a6;font-size:.78rem;line-height:1.45}.trust-item__arrow{width:34px;height:34px;margin-left:auto;display:grid;place-items:center;flex:0 0 auto;color:#fff;background:#2c2c2e;border-radius:50%}.trust-item__arrow .icon{width:16px;height:16px}.product-card__footer{margin-top:14px;display:grid;gap:10px}.product-card__delivery{display:flex;align-items:center;gap:6px;color:#6e6e73;font-size:.7rem;font-weight:700}.product-card__delivery .icon{width:15px;height:15px}.product-card__link{min-height:42px;padding-inline:15px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#fff;background:#000;border-radius:999px;font-size:.76rem;font-weight:800;line-height:1}.product-card__link:hover{color:#fff;background:#272729}.product-card__link .icon{width:16px;height:16px}.featured-products__mobile-link{width:max-content;margin:34px auto 0;display:none}.product-assurances>a{border-radius:10px}.product-assurances>a:hover{background:#0000000a}@media screen and (max-width:989px){.site-header{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}.site-logo__asset{width:148px;height:48px}.mobile-menu__panel{top:0;bottom:auto;height:100vh;min-height:100dvh;padding:calc(20px + env(safe-area-inset-top)) 22px calc(20px + env(safe-area-inset-bottom));overflow:hidden}.mobile-menu__top{flex:0 0 auto}.mobile-nav{margin-block:8px 16px}.mobile-nav__item>a .icon{width:16px;height:16px;flex:0 0 auto}.mobile-menu__shop-button{min-height:50px;padding-inline:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex:0 0 auto;color:#fff;background:#000;border-radius:999px;font-size:.82rem;font-weight:800}.mobile-menu__shop-button .icon{width:17px;height:17px}.mobile-menu__service{margin-top:16px;padding-top:16px;gap:12px;flex:0 0 auto}.mobile-menu__service>a,.mobile-menu__service>span{display:flex;align-items:flex-start;gap:10px;color:#1d1d1f}.mobile-menu__service>a>span,.mobile-menu__service>span>span{display:grid;gap:1px;color:#6e6e73;font-size:.67rem;line-height:1.35}.mobile-menu__service strong{color:#1d1d1f;font-size:.74rem}.trust-bar__grid{grid-template-columns:1fr}.trust-item,.trust-item+.trust-item,.trust-item:nth-child(3),.trust-item:nth-child(4){min-height:126px;border:1px solid #3a3a3c}}@media screen and (max-width:749px){.announcement-bar__inner{min-height:40px;padding-block:7px;font-size:.66rem;line-height:1.25}.site-header__inner{height:64px}.site-logo__asset{width:134px;height:44px}.veko-hero__shell{padding:38px 18px 18px}.veko-hero h1{margin-bottom:16px;font-size:clamp(2.9rem,13.5vw,4rem);line-height:.94}.veko-hero__assurances{margin-top:20px;gap:7px}.veko-hero__assurances>a,.veko-hero__assurances>span{min-height:34px;padding:8px 10px;font-size:.64rem}.veko-hero__actions{margin-top:22px}.veko-hero__proof{margin-top:24px}.veko-hero__visual{min-height:285px}.hero-product__meta{display:flex;padding:7px 8px}.hero-product__meta>span{display:block;font-size:.57rem}.hero-product__meta strong{margin-inline:0;font-size:.6rem}.trust-bar{margin-top:18px;padding-block:64px}.trust-bar__header h2{font-size:2.55rem}.trust-bar__header>p:last-child{font-size:.9rem}.trust-item,.trust-item+.trust-item,.trust-item:nth-child(3),.trust-item:nth-child(4){min-height:118px;padding:18px;gap:12px;border-radius:18px}.trust-item__icon{width:42px;height:42px}.trust-item strong{font-size:.88rem}.trust-item .trust-item__copy>span{font-size:.7rem}.product-card__link{min-height:39px;padding-inline:12px;font-size:.68rem}.product-card__delivery{font-size:.64rem}.featured-products__mobile-link{display:flex}}.veko-hero--commerce{padding-top:18px}.veko-hero--commerce .veko-hero__shell{min-height:680px;padding:14px;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:stretch;gap:14px;color:#1d1d1f;background:#f5f5f7;border:1px solid #e5e5ea;border-radius:36px}.veko-hero--commerce .veko-hero__content{max-width:none;padding:clamp(42px,5.5vw,76px);display:flex;flex-direction:column;justify-content:center;color:#fff;background:#000;border-radius:28px;text-align:left}.veko-hero--commerce .eyebrow{justify-content:flex-start;color:#a1a1a6}.veko-hero--commerce h1{max-width:680px;margin:0;color:#f5f5f7;font-size:clamp(3.6rem,5.6vw,6.4rem);line-height:.94;letter-spacing:-.07em}.veko-hero--commerce h1 em{color:#a1a1a6}.veko-hero--commerce .veko-hero__text{max-width:540px;margin:24px 0 0;color:#a1a1a6;font-size:1.05rem;line-height:1.55}.veko-hero--commerce .veko-hero__actions{margin-top:28px;justify-content:flex-start}.veko-hero--commerce .veko-hero__actions .button--primary{color:#000;background:#fff}.veko-hero--commerce .veko-hero__actions .button--primary:hover{color:#000;background:#e8e8ed}.veko-hero--commerce .veko-hero__actions .button--text{color:#fff}.veko-hero--commerce .veko-hero__assurances{margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;gap:12px}.veko-hero--commerce .veko-hero__assurances>a,.veko-hero--commerce .veko-hero__assurances>span{min-width:0;min-height:0;padding:0;align-items:flex-start;color:#f5f5f7;background:transparent;border:0;border-radius:0;font-size:.72rem}.veko-hero--commerce .veko-hero__assurances>a>span,.veko-hero--commerce .veko-hero__assurances>span>span{min-width:0;display:grid;gap:2px;color:#8e8e93;font-size:.66rem;line-height:1.25}.veko-hero--commerce .veko-hero__assurances strong{overflow:hidden;color:#fff;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.veko-hero--commerce .veko-hero__assurances .icon{width:19px;height:19px;color:#fff}.veko-hero--commerce .veko-hero__proof{margin-top:30px;justify-content:flex-start;gap:10px}.veko-hero--commerce .veko-hero__proof .stars{color:#fff}.veko-hero--commerce .veko-hero__proof p{margin:0;color:#8e8e93;font-size:.72rem}.veko-commerce__showcase{min-width:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:14px}.veko-commerce__featured{min-width:0;min-height:440px;padding:24px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:10px;overflow:hidden;color:#1d1d1f;background:#fff;border-radius:28px;transition:transform .18s ease,box-shadow .18s ease}.veko-commerce__featured:hover{color:#1d1d1f;box-shadow:0 24px 60px #0000001a;transform:translateY(-3px)}.veko-commerce__label{width:max-content;padding:7px 10px;color:#fff;background:#000;border-radius:999px;font-size:.64rem;font-weight:800;letter-spacing:.06em;line-height:1;text-transform:uppercase}.veko-commerce__featured-media{min-height:0;display:grid;place-items:center;overflow:hidden}.veko-commerce__featured-media picture{width:100%;height:100%;display:grid;place-items:center}.veko-commerce__featured-media img,.veko-commerce__featured-media svg{width:100%;height:100%;max-height:390px;padding:2%;object-fit:contain;transition:transform .32s cubic-bezier(.2,.7,.2,1)}.veko-commerce__featured:hover .veko-commerce__featured-media img{transform:scale(1.035)}.veko-commerce__featured-info{min-width:0;padding-top:16px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-top:1px solid #e5e5ea}.veko-commerce__featured-info>span:first-child{min-width:0;display:grid;gap:4px}.veko-commerce__featured-info small{color:#6e6e73;font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.veko-commerce__featured-info>span:first-child>strong{max-width:420px;overflow:hidden;font-size:clamp(1.1rem,1.7vw,1.5rem);letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap}.veko-commerce__price{display:grid;justify-items:end;gap:4px;flex:0 0 auto}.veko-commerce__price>strong{font-size:1.15rem}.veko-commerce__price>span{display:flex;align-items:center;gap:5px;color:#6e6e73;font-size:.68rem;font-weight:800}.veko-commerce__price .icon{width:14px;height:14px}.veko-commerce__mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.veko-commerce__mini-card{min-width:0;min-height:150px;padding:14px;display:grid;grid-template-columns:118px minmax(0,1fr);align-items:center;gap:14px;color:#1d1d1f;background:#fff;border-radius:22px;transition:transform .18s ease,box-shadow .18s ease}.veko-commerce__mini-card:hover{color:#1d1d1f;box-shadow:0 18px 42px #00000014;transform:translateY(-2px)}.veko-commerce__mini-media{width:118px;height:118px;display:grid;place-items:center;overflow:hidden;background:#f5f5f7;border-radius:16px}.veko-commerce__mini-media img,.veko-commerce__mini-media svg{width:100%;height:100%;padding:8%;object-fit:contain}.veko-commerce__mini-info{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px 10px}.veko-commerce__mini-info>strong{overflow:hidden;font-size:.84rem;line-height:1.25;text-overflow:ellipsis}.veko-commerce__mini-info>small{grid-column:1;color:#6e6e73;font-size:.76rem;font-weight:800}.veko-commerce__mini-info>span{grid-row:1 / 3;grid-column:2;width:34px;height:34px;display:grid;place-items:center;color:#fff;background:#000;border-radius:50%}.veko-commerce__mini-info .icon{width:15px;height:15px}.trust-bar{padding-block:clamp(52px,6vw,76px)}.trust-bar__header{margin-bottom:30px}.trust-bar__header h2{font-size:clamp(2.2rem,4vw,3.8rem)}.trust-item,.trust-item+.trust-item,.trust-item:nth-child(3),.trust-item:nth-child(4){min-height:132px;padding:20px}.category-card,.category-card:nth-child(3),.category-card:nth-child(4){min-height:440px}.category-card__media,.category-card__media img,.category-card__media svg{min-height:280px;height:280px}.main-404.section-spacing{padding-block:clamp(28px,5vw,64px)}.not-found{max-width:980px;margin:0 auto;padding:clamp(30px,5vw,58px);grid-template-columns:.45fr 1.2fr;justify-items:start;align-items:center;gap:22px 44px;text-align:left}.not-found__code{grid-row:1 / 3;font-size:clamp(5rem,11vw,8.5rem)}.not-found__copy{display:grid;gap:12px}.not-found__copy .eyebrow{margin:0}.not-found__copy h1{max-width:620px;font-size:clamp(2.2rem,4.5vw,4.2rem)}.not-found__copy>p:last-child{max-width:580px;color:#6e6e73}.not-found__actions{grid-column:2;justify-content:flex-start}@media screen and (max-width:1180px){.veko-hero--commerce .veko-hero__shell{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.veko-hero--commerce .veko-hero__content{padding:44px 34px}.veko-commerce__mini-card{grid-template-columns:88px minmax(0,1fr)}.veko-commerce__mini-media{width:88px;height:88px}}@media screen and (max-width:989px){.veko-hero--commerce .veko-hero__shell{min-height:0;padding:10px;grid-template-columns:1fr;gap:10px;border-radius:30px}.veko-hero--commerce .veko-hero__content{min-height:520px;padding:58px 44px;border-radius:22px}.veko-commerce__featured{min-height:510px}.veko-commerce__featured-media img,.veko-commerce__featured-media svg{max-height:420px}}@media screen and (max-width:749px){.section-spacing{padding-block:64px}.veko-hero--commerce{padding-top:10px}.veko-hero--commerce .veko-hero__shell{padding:7px;border-radius:25px}.veko-hero--commerce .veko-hero__content{min-height:0;padding:36px 22px 30px;border-radius:19px}.veko-hero--commerce h1{font-size:clamp(3rem,13vw,4rem)}.veko-hero--commerce .veko-hero__text{margin-top:18px;font-size:.92rem}.veko-hero--commerce .veko-hero__actions{margin-top:22px;display:grid;grid-template-columns:1fr;gap:12px}.veko-hero--commerce .veko-hero__actions .button{width:100%}.veko-hero--commerce .veko-hero__actions .button--text{min-height:36px;justify-content:flex-start}.veko-hero--commerce .veko-hero__assurances{margin-top:28px;gap:8px}.veko-hero--commerce .veko-hero__assurances>a,.veko-hero--commerce .veko-hero__assurances>span{gap:5px}.veko-hero--commerce .veko-hero__assurances .icon{width:16px;height:16px}.veko-hero--commerce .veko-hero__assurances>a>span,.veko-hero--commerce .veko-hero__assurances>span>span{font-size:.55rem}.veko-hero--commerce .veko-hero__assurances strong{font-size:.62rem}.veko-hero--commerce .veko-hero__proof{margin-top:24px}.veko-commerce__showcase{gap:8px}.veko-commerce__featured{min-height:410px;padding:18px;border-radius:19px}.veko-commerce__featured-media img,.veko-commerce__featured-media svg{max-height:300px}.veko-commerce__featured-info{gap:12px}.veko-commerce__featured-info>span:first-child>strong{max-width:190px;font-size:1rem}.veko-commerce__price>strong{font-size:.95rem}.veko-commerce__price>span{font-size:.6rem}.veko-commerce__mini-grid{gap:8px}.veko-commerce__mini-card{min-height:0;padding:10px;grid-template-columns:1fr;gap:9px;border-radius:17px}.veko-commerce__mini-media{width:100%;height:136px;border-radius:13px}.veko-commerce__mini-info>strong{font-size:.72rem}.veko-commerce__mini-info>small{font-size:.68rem}.veko-commerce__mini-info>span{width:30px;height:30px}.trust-bar{padding-block:54px}.trust-bar__header h2{font-size:2.2rem}.category-card,.category-card:nth-child(3),.category-card:nth-child(4){min-height:320px}.category-card__media,.category-card__media img,.category-card__media svg{min-height:190px;height:190px}.main-404.section-spacing{padding-block:22px 48px}.not-found{padding:28px 20px;grid-template-columns:1fr;justify-items:center;gap:18px;border-radius:22px;text-align:center}.not-found__code{grid-row:auto;font-size:4.7rem}.not-found__copy{justify-items:center}.not-found__copy h1{font-size:2.15rem}.not-found__actions{width:100%;grid-column:auto;display:grid}.not-found__actions .button{width:100%}}@media screen and (max-width:989px){.announcement-bar{z-index:30}.site-header{z-index:40}.mobile-menu__panel{height:100dvh;max-height:100dvh;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-nav{min-height:auto;flex:0 0 auto;overflow:visible}.mobile-menu__service{padding-bottom:calc(110px + env(safe-area-inset-bottom))}}.deal-showcase{padding-block:clamp(36px,5vw,68px)}.deal-showcase__grid{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);border-radius:28px;box-shadow:none}.deal-showcase__grid--single{grid-template-columns:1fr}.deal-panel{min-height:0}.deal-panel--copy{min-height:390px;padding:clamp(34px,4.5vw,60px);display:grid;align-content:end;justify-content:stretch;gap:30px;background:#000}.deal-panel--copy-wide{grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr);align-items:end;column-gap:clamp(36px,6vw,90px)}.deal-panel__content{min-width:0}.deal-panel__content .eyebrow{margin-bottom:13px}.deal-panel--copy h2{max-width:680px;font-size:clamp(2.55rem,4.7vw,4.55rem);letter-spacing:-.055em}.deal-panel--copy .deal-panel__content>p:not(.eyebrow){max-width:520px;margin-top:16px;color:#a1a1a6;font-size:.96rem}.deal-panel__action{display:grid;gap:18px}.deal-panel__badge{top:24px;right:24px;padding:8px 12px;font-size:.65rem;letter-spacing:.02em}.deal-code{margin:0}.deal-code span{margin-bottom:8px;color:#a1a1a6;font-size:.66rem}.deal-code strong{min-width:0;width:100%;padding:15px 18px;font-size:1.28rem;text-align:center}.deal-panel__action .button{width:100%;min-height:52px;margin-top:0;justify-content:space-between}.deal-panel--product{min-height:390px;padding:28px;background:#f5f5f7}.deal-product__image img,.deal-product__image svg{max-height:265px}.trust-bar{margin-top:0;padding-block:clamp(42px,5vw,64px);color:#1d1d1f;background:#fff}.trust-bar__header{max-width:none;margin-bottom:24px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);align-items:end;gap:6px 40px}.trust-bar__header .eyebrow{grid-column:1 / -1;margin-bottom:5px;color:#6e6e73}.trust-bar__header h2{max-width:660px;color:#1d1d1f;font-size:clamp(2rem,3.6vw,3.35rem);letter-spacing:-.05em}.trust-bar__header>p:last-child{max-width:420px;margin-top:0;padding-bottom:5px;color:#6e6e73;font-size:.9rem}.trust-bar__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;background:transparent;border:0}.trust-item,.trust-item+.trust-item,.trust-item:nth-child(3),.trust-item:nth-child(4){min-height:104px;padding:17px 18px;gap:12px;color:#1d1d1f;background:#f5f5f7;border:1px solid #e5e5ea;border-radius:19px}a.trust-item:hover{color:#1d1d1f;background:#ededf0;border-color:#d2d2d7;transform:translateY(-2px)}.trust-item__icon{width:42px;height:42px;color:#fff;background:#000}.trust-item strong{color:#1d1d1f;font-size:.9rem}.trust-item .trust-item__copy>span{color:#6e6e73;font-size:.72rem;line-height:1.35}.trust-item__arrow{width:30px;height:30px;color:#1d1d1f;background:#fff;border:1px solid #e5e5ea}.trust-item__arrow .icon{width:14px;height:14px}@media screen and (max-width:989px){.deal-showcase__grid,.deal-panel--copy,.deal-panel--copy-wide{grid-template-columns:1fr}.deal-panel--product{min-height:320px}.trust-bar__header{grid-template-columns:1fr;gap:9px}.trust-bar__header .eyebrow{grid-column:auto}.trust-bar__header>p:last-child{padding-bottom:0}}@media screen and (max-width:749px){.deal-showcase{padding-block:28px 42px}.deal-showcase__grid{border-radius:24px}.deal-panel--copy{min-height:0;padding:72px 22px 24px;gap:22px}.deal-panel--copy h2{max-width:310px;font-size:2.25rem;line-height:.98}.deal-panel--copy .deal-panel__content>p:not(.eyebrow){max-width:320px;margin-top:13px;font-size:.84rem}.deal-panel__badge{top:18px;right:18px;padding:7px 10px;font-size:.58rem}.deal-panel__action{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:end;gap:10px}.deal-code span{margin-bottom:6px;font-size:.56rem}.deal-code strong{min-height:48px;padding:12px 8px;display:grid;place-items:center;font-size:1.02rem}.deal-panel__action .button{min-height:48px;padding-inline:16px;font-size:.75rem}.deal-panel--product{min-height:0;padding:18px;display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:16px}.deal-product__image{width:112px;height:112px;flex:none;background:#fff;border-radius:15px}.deal-product__image img,.deal-product__image svg{height:112px;padding:7%}.deal-product__info{min-width:0;padding:0;gap:6px}.deal-product__info h3{font-size:.95rem}.deal-product__info .price__current{font-size:.92rem}.trust-bar{padding-block:38px 44px}.trust-bar__header{margin-bottom:20px}.trust-bar__header .eyebrow{margin-bottom:0}.trust-bar__header h2{max-width:330px;font-size:1.9rem;line-height:1}.trust-bar__header>p:last-child{max-width:330px;margin-top:2px;font-size:.78rem}.trust-bar__grid{grid-template-columns:1fr;gap:8px}.trust-item,.trust-item+.trust-item,.trust-item:nth-child(3),.trust-item:nth-child(4){min-height:82px;padding:13px 14px;gap:11px;border:1px solid #e5e5ea;border-radius:16px}.trust-item__icon{width:38px;height:38px}.trust-item strong{font-size:.82rem}.trust-item .trust-item__copy>span{font-size:.66rem}.trust-item__arrow{width:28px;height:28px}}.site-footer__top{grid-template-columns:minmax(220px,1.15fr) minmax(120px,.55fr) minmax(120px,.55fr) minmax(150px,.72fr) minmax(270px,1.15fr);gap:clamp(28px,3.6vw,56px)}.footer-brand{order:1}.footer-column--menu{order:2}.footer-column--service{order:3}.footer-column--legal{order:4}.footer-newsletter{order:5}.footer-withdrawal-link{min-height:42px;margin-top:7px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;gap:9px;color:#000!important;background:#fff;border:1px solid #fff;border-radius:999px;font-weight:800}.footer-withdrawal-link:hover{color:#fff!important;background:transparent}.footer-withdrawal-link .icon{width:15px;height:15px}.site-footer__bottom-copy{display:grid;gap:4px}.site-footer__bottom-copy p{color:#ffffff7a;font-size:.7rem}.site-footer__bottom-copy p strong{color:#ffffffc7;font-weight:750}.legal-tax-id{margin-top:28px;padding:18px 20px;display:grid;gap:5px;color:#1d1d1f;background:#f5f5f7;border:1px solid #e5e5ea;border-radius:14px}.legal-tax-id strong{font-size:.82rem}.legal-tax-id span{color:#515154;font-size:.78rem}.product-gallery__stage{position:relative}.main-product.section-spacing{padding-top:clamp(24px,3vw,42px);padding-bottom:clamp(64px,7vw,100px)}.product-info h1{max-width:18ch;font-size:clamp(2rem,3.15vw,3.35rem);line-height:1.04}.product-gallery__arrow{position:absolute;z-index:3;top:50%;width:46px;height:46px;padding:0;display:grid;place-items:center;color:#1d1d1f;background:#fffffff0;border:1px solid #e5e5ea;border-radius:50%;box-shadow:0 8px 24px #0000001f;cursor:pointer;transform:translateY(-50%)}.product-gallery__arrow--prev{left:16px}.product-gallery__arrow--prev .icon{transform:rotate(90deg)}.product-gallery__arrow--next{right:16px}.product-gallery__arrow--next .icon{transform:rotate(-90deg)}.product-gallery__arrow .icon{width:18px;height:18px}.product-gallery__arrow:hover{background:#dfff00;border-color:#c8df19}@media screen and (max-width:749px){html,body{max-width:100%;overflow-x:clip}.page-width{width:min(calc(100% - 24px),var(--page-width))}.product-grid,.product-grid--collection,.product-grid--featured{width:100%;max-width:100%;grid-template-columns:minmax(0,calc((100% - 10px)/2)) minmax(0,calc((100% - 10px)/2));gap:28px 10px;overflow:hidden}.product-card,.product-card__media,.product-card__image-link,.product-card__info{width:100%;min-width:0;max-width:100%}.product-card{contain:inline-size;overflow:hidden}.product-card__media{min-height:0;height:auto;aspect-ratio:1 / 1}.product-card__image,.product-card__placeholder{width:100%;height:100%;padding:7%;display:block;object-fit:contain;object-position:center center}.product-card__info{padding:13px 4px 0}.product-card__title,.product-card__title a,.product-card__footer,.product-card__link{min-width:0;max-width:100%}.product-card__link{width:100%;padding-inline:12px;overflow:hidden}.product-card__link span,.product-card__link{overflow-wrap:anywhere}.product-card__delivery{white-space:normal}.mobile-buy-bar{transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.mobile-buy-bar.is-obscured{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(110%)}.category-card__media{width:100%;justify-items:center;overflow:hidden}.category-card__media img,.category-card__media svg{width:96%;margin-inline:auto;display:block;object-position:center center;transform:translate(-2%)}.category-card:hover .category-card__media img{transform:translate(-2%) scale(1.03)}.main-product.section-spacing{padding-top:18px;padding-bottom:82px}.main-product .breadcrumbs{margin-bottom:16px}.product-info h1{max-width:none;font-size:clamp(1.65rem,7.5vw,2.15rem);line-height:1.1}.product-gallery__arrow{width:40px;height:40px}.product-gallery__arrow--prev{left:10px}.product-gallery__arrow--next{right:10px}}.cart-summary__legal{margin-top:12px;display:flex;flex-wrap:wrap;justify-content:center;gap:4px 10px;color:#6e6e73;font-size:.66rem;text-align:center}.cart-summary__legal span{width:100%}.cart-summary__legal a{color:#1d1d1f;font-weight:750;text-decoration:underline;text-underline-offset:2px}.conversion-panel{padding-block:clamp(58px,8vw,112px);background:#f5f5f7}.conversion-panel__shell{display:grid;grid-template-columns:minmax(0,.85fr) minmax(480px,1.15fr);gap:clamp(48px,8vw,120px);align-items:center}.conversion-panel__intro{max-width:560px}.conversion-panel__intro h2{margin:14px 0 20px;font-size:clamp(2.6rem,5vw,5.2rem);line-height:.94;letter-spacing:-.06em}.conversion-panel__intro h2 em{color:#5e7200;font-style:normal}.conversion-panel__text{max-width:500px;color:#6e6e73;font-size:1rem}.conversion-panel__intro .button{margin-top:28px}.conversion-panel__steps{display:grid;gap:10px}.conversion-step{min-height:122px;padding:25px 28px;display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:start;background:#fff;border:1px solid #e5e5ea;border-radius:20px}.conversion-step__number{width:42px;height:42px;display:grid;place-items:center;color:#1d1d1f;background:#dfff00;border-radius:50%;font-weight:850;font-size:.75rem}.conversion-step h3{margin:0 0 6px;font-size:1rem}.conversion-step p{margin:0;color:#6e6e73;font-size:.82rem;line-height:1.5}.product-saving{width:fit-content;margin:-2px 0 12px;padding:7px 10px;color:#345000;background:#f1ffd0;border:1px solid #d6ec95;border-radius:999px;font-size:.72rem;font-weight:750}.purchase-confidence{margin:12px 0 18px;padding:14px 16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;color:#424245;background:#f8f8fa;border:1px solid #e5e5ea;border-radius:15px}.purchase-confidence span{display:flex;align-items:center;gap:7px;font-size:.65rem;font-weight:700;line-height:1.25}.purchase-confidence .icon{width:18px;height:18px;flex:0 0 auto}.product-waitlist{margin:16px 0 18px;padding:20px;background:#f1ffd0;border:1px solid #d7ec9c;border-radius:18px}.product-waitlist[hidden]{display:none}.product-waitlist__heading{display:flex;align-items:flex-start;gap:12px}.product-waitlist__icon{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;color:#fff;background:#1d1d1f;border-radius:50%;font-weight:800}.product-waitlist__heading strong{display:block;font-size:.94rem}.product-waitlist__heading p{margin:4px 0 0;color:#53622e;font-size:.75rem}.product-waitlist__form{margin-top:15px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.product-waitlist__form input[type=email]{min-width:0;height:50px;padding:0 14px;color:#1d1d1f;background:#fff;border:1px solid #bdcd8c;border-radius:10px;font:inherit}.product-waitlist__form .button{min-height:50px;white-space:nowrap}.product-waitlist>small{display:block;margin-top:9px;color:#657245;font-size:.6rem}.product-waitlist__message{grid-column:1 / -1;margin:3px 0 0;font-size:.72rem;font-weight:700}.product-waitlist__message--error{color:#9b1c1c}@media screen and (max-width:989px){.conversion-panel__shell{grid-template-columns:1fr;gap:36px}.conversion-panel__intro{max-width:680px}}@media screen and (max-width:749px){.conversion-panel{padding-block:58px}.conversion-panel__intro h2{max-width:340px;font-size:2.65rem}.conversion-step{min-height:0;padding:18px;grid-template-columns:38px 1fr;gap:13px;border-radius:16px}.conversion-step__number{width:36px;height:36px}.purchase-confidence{grid-template-columns:1fr;gap:9px}.product-waitlist{padding:17px}.product-waitlist__form{grid-template-columns:1fr}.product-waitlist__form .button{width:100%}}@media screen and (max-width:1199px){.site-footer__top{grid-template-columns:1fr 1fr;gap:42px clamp(28px,6vw,64px)}.footer-newsletter{grid-column:1 / -1}}@media screen and (max-width:749px){.footer-column--legal{grid-column:1 / -1}.footer-column--legal ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 18px}.footer-column__withdrawal{grid-column:1 / -1}.site-footer__bottom-copy{gap:6px}}
/*# sourceMappingURL=/cdn/shop/t/96/assets/theme.css.map */
