*,*: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-delivery-estimate{width:fit-content;margin:12px 0 0;padding:8px 11px;border:1px solid rgba(18,143,91,.18);border-radius:999px;background:#128f5b12;color:#176b49;font-size:.78rem;font-weight:700}.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}.product-form__dynamic:empty{display:none}.product-form__paypal-later{max-width:520px;margin:10px auto 0;min-height:20px;text-align:center}.cart-summary__paypal-later{width:100%;margin:10px auto 0;min-height:20px;text-align:center}.product-form__dynamic .shopify-payment-button{width:100%}.product-form__dynamic .shopify-payment-button__button,.product-form__dynamic .shopify-payment-button__button--unbranded{min-height:50px!important;border-radius:999px!important;font-family:var(--font-body)!important;font-size:.86rem!important;font-weight:800!important;letter-spacing:-.01em!important;box-shadow:none!important}.product-form__dynamic .shopify-payment-button__button--unbranded{color:var(--color-ink)!important;background:var(--color-background)!important;border:1px solid var(--color-ink)!important}.product-form__dynamic .shopify-payment-button__button--unbranded:hover{color:var(--color-background)!important;background:var(--color-ink)!important}.product-form__dynamic .shopify-payment-button__more-options{margin-top:7px!important;color:#6e6e73!important;font-size:.72rem!important;text-underline-offset:3px}.shopify-payment-button__button{border-radius:999px!important;overflow:hidden}@media screen and (max-width:749px){.product-form__dynamic{margin-top:8px}.product-form__dynamic .shopify-payment-button__button,.product-form__dynamic .shopify-payment-button__button--unbranded{min-height:48px!important}}.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){.announcement-bar{position:relative!important;inset:auto!important;z-index:2}.site-header{position:relative;top:auto;z-index:3}.main-content{position:relative;z-index:1}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))}}.cart-summary__tax--after-checkout{margin:11px 0 0;text-align:center;line-height:1.45}.cart-note-disclosure{margin-top:14px;padding:0;border-top:1px solid #e1e2e6}.cart-note-disclosure summary{min-height:44px;display:flex;align-items:center;justify-content:space-between;color:#6e6e73;font-size:.72rem;font-weight:800;cursor:pointer;list-style:none}.cart-note-disclosure summary::-webkit-details-marker{display:none}.cart-note-disclosure summary:after{content:"+";color:#1d1d1f;font-size:1rem}.cart-note-disclosure[open] summary:after{content:"\2212"}.cart-note-disclosure textarea{margin-top:2px}@media screen and (min-width:1100px){.template-index .featured-products.section-spacing,.template-index .category-section.section-spacing,.template-index .customer-quotes.section-spacing{padding-block:76px}.template-index .category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.template-index .category-card,.template-index .category-card:nth-child(3),.template-index .category-card:nth-child(4){min-height:390px;padding:22px;border-radius:23px}.template-index .category-card__media,.template-index .category-card__media img,.template-index .category-card__media svg{min-height:225px;height:225px}.template-index .category-card__content h3{font-size:clamp(1.15rem,1.45vw,1.45rem)}.template-index .quote-card{min-height:260px;padding:28px}.template-index .quote-card blockquote{margin-block:18px;font-size:clamp(1.08rem,1.45vw,1.32rem)}}@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}}.language-selector{position:relative}.language-selector__trigger{min-width:64px;height:40px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(17,17,17,.12);border-radius:999px;background:#ffffffdb;box-shadow:0 7px 22px #0000000f;cursor:pointer;list-style:none;font-size:.72rem;font-weight:800;letter-spacing:.08em;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.language-selector__trigger::-webkit-details-marker{display:none}.language-selector__trigger:hover,.language-selector[open] .language-selector__trigger{border-color:#11111152;box-shadow:0 10px 28px #0000001a}.language-selector__globe{width:17px;height:17px;display:inline-flex}.language-selector__globe svg{width:100%;height:100%}.language-selector__chevron{font-size:.9rem;transform:translateY(-2px);transition:transform .2s ease}.language-selector[open] .language-selector__chevron{transform:rotate(180deg) translateY(1px)}.language-selector__panel{position:absolute;z-index:80;top:calc(100% + 10px);right:0;width:220px;padding:10px;border:1px solid rgba(17,17,17,.1);border-radius:18px;background:#fffffffa;box-shadow:0 20px 55px #00000029;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.language-selector__title{margin:2px 8px 8px;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#777}.language-selector__option{width:100%;min-height:44px;padding:0 10px;display:grid;grid-template-columns:1fr auto 18px;align-items:center;gap:8px;border:0;border-radius:11px;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}.language-selector__option:hover{background:#f4f4f4}.language-selector__option.is-active{background:#111;color:#fff}.language-selector__option small{font-size:.65rem;font-weight:800;opacity:.62}.language-selector__check{color:#48d597;font-weight:900}.mobile-menu__language{margin-top:18px}.language-selector--mobile .language-selector__trigger{width:100%;justify-content:flex-start;padding-inline:16px}.language-selector--mobile .language-selector__chevron{margin-left:auto}.language-selector--mobile .language-selector__panel{position:static;width:100%;margin-top:8px;box-shadow:none;background:#f7f7f7}.announcement-bar__inner{min-height:34px;padding-block:5px;font-size:clamp(.62rem,.45rem + .42vw,.78rem);line-height:1.25}.announcement-bar__link{max-width:100%;justify-content:center}@media screen and (max-width:989px){.site-header__actions>.language-selector{display:block}.language-selector__trigger{min-width:54px;height:38px;padding-inline:9px;gap:5px}.language-selector__chevron{display:none}}@media screen and (min-width:990px){.mobile-menu__language{display:none}}@media screen and (max-width:749px){.language-selector{position:static}.language-selector__trigger{min-width:44px;width:44px;height:44px;padding:0;border-color:transparent;background:transparent;box-shadow:none}.language-selector__current{position:absolute;margin:24px 0 0 22px;padding:1px 4px;border-radius:5px;background:#111;color:#fff;font-size:.5rem;line-height:1.2}.language-selector__globe{width:20px;height:20px}.language-selector__panel{position:absolute;top:calc(100% + 8px);right:14px;width:min(300px,calc(100vw - 28px));padding:12px;border-radius:20px;box-shadow:0 22px 60px #0003}.language-selector__option{min-height:50px;padding-inline:14px}.announcement-bar__inner{min-height:32px;padding-block:4px;font-size:clamp(.56rem,2.65vw,.66rem)}.announcement-bar__dot{display:none}.announcement-bar__link{gap:5px}.announcement-bar__link .icon{width:13px;height:13px;flex:0 0 auto}}@media screen and (max-width:749px){html,body{max-width:100%;overflow-x:clip}.page-width{width:calc(100% - 24px)}.announcement-bar__inner{width:100%;max-width:100%;min-height:30px}.announcement-bar__link,.announcement-bar__inner>p{max-width:calc(100vw - 24px);line-height:1.25;text-wrap:balance}.announcement-bar__link .icon{display:none}.site-header__inner{width:calc(100% - 20px);gap:8px}.site-header__actions{min-width:0}.header-icon{flex:0 0 40px}.language-selector__panel{max-height:min(390px,calc(100dvh - 130px));overflow-y:auto}.section-heading{align-items:flex-start;gap:18px}.section-heading>.button{align-self:flex-start}.button{max-width:100%;white-space:normal;text-align:center}.rte{overflow-wrap:anywhere}.rte table{display:block;max-width:100%;overflow-x:auto}.product-info__price-row{flex-wrap:wrap;gap:12px}.purchase-confidence{grid-template-columns:1fr}.product-form__buy-row{align-items:stretch}.cart-layout,.contact-layout{min-width:0}.footer-column--legal ul{grid-template-columns:1fr}.site-footer__bottom{align-items:flex-start}}@media screen and (max-width:374px){.site-logo__asset{width:104px;height:38px}.site-logo img,.site-logo__asset img{max-width:104px}.header-icon{width:36px;height:36px;flex-basis:36px}.language-selector__trigger{width:36px;min-width:36px;height:36px}.language-selector__current{margin:21px 0 0 18px}.veko-hero--commerce h1{font-size:clamp(2.55rem,12.5vw,3.25rem)}.veko-hero--commerce .veko-hero__content{padding-inline:18px}.veko-hero--commerce .veko-hero__assurances{display:grid;grid-template-columns:1fr}.veko-commerce__featured-info{align-items:flex-start;flex-direction:column}.veko-commerce__price{align-items:flex-start}}.veko-hero--locale-it h1,.veko-hero--locale-en h1{max-width:100%;font-size:clamp(3.25rem,4.8vw,5.15rem);letter-spacing:-.055em;overflow-wrap:normal;text-wrap:balance}.mobile-menu__account,.mobile-menu__delete-account,.footer-mobile-account,.footer-mobile-delete-account{display:none}.account-deletion-note{margin-top:22px;padding:16px;display:flex;align-items:flex-start;gap:12px;scroll-margin-top:120px;color:#1d1d1f;background:#f5f5f7;border:1px solid #e5e5ea;border-radius:18px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.account-deletion-note:target{background:#fff;border-color:#8e8e93;box-shadow:0 16px 44px #0000001a}.account-deletion-note>span{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;color:#fff;background:#000;border-radius:50%}.account-deletion-note .icon{width:18px;height:18px}.account-deletion-note strong{font-size:.9rem}.account-deletion-note p{margin:4px 0 0;color:#6e6e73;font-size:.78rem;line-height:1.5}@media screen and (min-width:750px){.footer-mobile-account,.footer-mobile-delete-account{display:block;margin-top:5px}.footer-mobile-account a,.footer-mobile-delete-account a{min-height:38px;margin-top:0;padding:7px 9px;display:grid;grid-template-columns:18px minmax(0,1fr) 13px;align-items:center;gap:7px;color:#f5f5f7!important;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:10px;font-size:.69rem;font-weight:600}.footer-mobile-delete-account a{opacity:.74}.footer-mobile-account .icon,.footer-mobile-delete-account .icon{width:13px;height:13px}.footer-mobile-account a:hover,.footer-mobile-delete-account a:hover{color:#fff!important;background:#ffffff21}}@media screen and (min-width:990px)and (max-width:1180px){.veko-hero--locale-it h1,.veko-hero--locale-en h1{font-size:clamp(3rem,5vw,3.7rem);letter-spacing:-.045em}}@media screen and (max-width:749px){.veko-hero--locale-it h1,.veko-hero--locale-en h1{font-size:clamp(2.75rem,11.5vw,3.35rem);line-height:.97;letter-spacing:-.045em}.mobile-menu__account{min-height:68px;margin-top:14px;padding:12px 14px;display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:12px;color:#1d1d1f;background:linear-gradient(145deg,#fff,#f5f5f7);border:1px solid #e5e5ea;border-radius:18px;box-shadow:0 10px 30px #0000000f}.mobile-menu__account-icon{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:#000;border-radius:50%}.mobile-menu__account>span:nth-child(2){min-width:0;display:grid;gap:2px}.mobile-menu__account strong{font-size:.9rem}.mobile-menu__account small{overflow:hidden;color:#6e6e73;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.mobile-menu__account .icon{width:18px;height:18px}.mobile-menu__account-icon .icon{width:20px;height:20px}.mobile-menu__delete-account{min-height:40px;padding:9px 14px 2px;display:inline-flex;align-items:center;color:#6e6e73;font-size:.72rem;text-decoration:underline;text-underline-offset:3px}.footer-mobile-account{display:block;margin-top:12px}.footer-mobile-account a{min-height:56px;padding:11px 13px;display:grid!important;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:10px;color:#fff!important;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:15px}.footer-mobile-account .icon{width:18px;height:18px}.account-deletion-note{scroll-margin-top:24px}}@media(hover:hover){.mobile-menu__account:hover{transform:translateY(-1px);box-shadow:0 14px 34px #00000017}}@media screen and (max-width:749px){.header-icon--account{display:grid}.footer-brand{order:1}.footer-newsletter{order:2}.footer-column--menu{order:3}.footer-column--service{order:4}.footer-column--legal{order:5}.mobile-menu__shop-button{margin-top:14px}.mobile-menu__account{min-height:58px;margin-top:10px;padding:9px 12px;grid-template-columns:36px minmax(0,1fr) 17px;border-radius:15px;box-shadow:none}.mobile-menu__account-icon{width:36px;height:36px}.mobile-menu__account-icon .icon{width:17px;height:17px}.mobile-menu__account strong{font-size:.82rem}.mobile-menu__account small{font-size:.64rem}.mobile-menu__delete-account{min-height:32px;padding:7px 12px 0;font-size:.66rem;opacity:.78}.footer-mobile-account{margin-top:5px}.footer-mobile-account a{min-height:40px;padding:6px 8px;grid-template-columns:20px minmax(0,1fr) 14px;gap:7px;color:#f5f5f7!important;background:transparent;border-color:#ffffff14;border-radius:10px;font-size:.74rem;opacity:.86}.footer-mobile-account .icon{width:14px;height:14px}.footer-mobile-delete-account{display:block;margin-top:3px}.footer-withdrawal-link{min-height:40px;margin-top:0;padding:6px 8px;display:grid;grid-template-columns:20px minmax(0,1fr) 14px;align-items:center;gap:7px;color:#f5f5f7!important;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:10px;box-shadow:none;font-size:.68rem;font-weight:500;opacity:.72;text-decoration:none}.footer-withdrawal-link:hover{color:#fff!important;background:#ffffff0f}.footer-withdrawal-link .icon{width:14px;height:14px}}@media screen and (max-width:374px){.site-logo__asset{width:88px}.site-logo img,.site-logo__asset img{max-width:88px}.header-icon,.language-selector__trigger{width:32px;min-width:32px;height:32px;flex-basis:32px}.language-selector__current{margin:19px 0 0 16px;font-size:.46rem}.site-header__actions{gap:0}}.site-footer{padding:clamp(46px,5vw,68px) 0 22px;background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.055),transparent 28%),#070707}.site-footer__top{grid-template-columns:minmax(190px,1fr) minmax(118px,.62fr) minmax(140px,.72fr) minmax(155px,.82fr) minmax(240px,1.15fr);gap:clamp(22px,2.7vw,40px);align-items:start}.footer-brand>p{max-width:300px;margin-top:14px;font-size:.8rem;line-height:1.55}.footer-socials{margin-top:18px}.footer-socials a{width:36px;height:36px}.footer-socials .icon{width:16px;height:16px}.footer-column h2,.footer-newsletter h2{margin-bottom:13px}.footer-column ul{gap:8px}.footer-column a{font-size:.77rem}.footer-newsletter{padding:21px;background:linear-gradient(145deg,#ffffff17,#ffffff0b);border-color:#ffffff24;border-radius:18px;box-shadow:inset 0 1px #ffffff0f}.footer-newsletter .eyebrow{margin-bottom:7px}.footer-newsletter h2{margin-bottom:7px;font-size:1.25rem}.footer-newsletter>p:not(.eyebrow){font-size:.75rem;line-height:1.45}.newsletter-form{margin-top:14px}.newsletter-form input{height:46px;border-radius:11px}.newsletter-form button{top:4px;right:4px;width:38px;height:38px}.site-footer__bottom{margin-top:38px;padding-top:18px;gap:18px}.site-footer__bottom-copy{gap:3px}.site-footer__bottom-copy p{font-size:.66rem;line-height:1.4}@media screen and (max-width:1199px){.site-footer__top{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.footer-brand{grid-column:1}.footer-newsletter{grid-column:2}.footer-column--menu,.footer-column--service{grid-column:auto}.footer-column--legal{grid-column:1 / -1}.footer-column--legal ul{display:flex;flex-wrap:wrap;gap:8px 18px}}@media screen and (max-width:749px){.site-footer{padding:34px 0 18px}.site-footer__top{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px}.footer-brand{grid-column:1 / -1;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand>p{max-width:32rem;margin-top:10px}.footer-socials{margin-top:14px}.footer-newsletter{grid-column:1 / -1;padding:17px;border-radius:16px}.footer-newsletter h2{font-size:1.12rem}.footer-newsletter>p:not(.eyebrow){max-width:30rem}.footer-column--menu{grid-column:1}.footer-column--service{grid-column:2}.footer-column--legal{grid-column:1 / -1;padding-top:18px;border-top:1px solid rgba(255,255,255,.1)}.footer-column--legal ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px}.footer-column h2{margin-bottom:10px;font-size:.75rem}.footer-column ul{gap:7px}.footer-column a{font-size:.72rem;line-height:1.35}.footer-mobile-account,.footer-mobile-delete-account{grid-column:1 / -1}.site-footer__bottom{margin-top:26px;padding-top:15px;display:grid;grid-template-columns:1fr;gap:14px}.payment-icons{justify-content:flex-start}}@media screen and (max-width:374px){.site-footer__top{grid-template-columns:1fr}.footer-column--menu,.footer-column--service{grid-column:1}.footer-column--service{padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}}:root{--veko-premium-shadow: 0 20px 55px rgba(0, 0, 0, .08);--veko-premium-shadow-hover: 0 28px 70px rgba(0, 0, 0, .13);--veko-premium-border: rgba(17, 17, 17, .09)}.site-header{border-bottom-color:#11111114;box-shadow:0 1px #ffffffb3,0 8px 30px #00000009}.button{position:relative;isolation:isolate;overflow:hidden;transition:transform .18s cubic-bezier(.2,.7,.2,1),box-shadow .18s ease,background .18s ease,color .18s ease}.button--primary{box-shadow:0 10px 26px #00000024}.button--primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.16) 48%,transparent 76%);transform:translate(-120%);transition:transform .52s ease}.product-card{border:1px solid var(--veko-premium-border);box-shadow:0 10px 34px #0000000b;transition:transform .24s cubic-bezier(.2,.7,.2,1),box-shadow .24s ease,border-color .24s ease}.product-card__media{background:linear-gradient(145deg,#fafafa,#f2f2f4)}.product-card__image{transition:transform .42s cubic-bezier(.2,.7,.2,1)}.product-card__title{letter-spacing:-.025em}.product-card__link{transition:gap .18s ease,background .18s ease,color .18s ease}.badge,.badge--sale{box-shadow:0 7px 18px #0000001f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.trust-item,.conversion-step,.quote-card{border-color:var(--veko-premium-border);box-shadow:0 12px 36px #0000000b}.trust-item__icon,.conversion-step__number{box-shadow:inset 0 1px #fff3}.category-card{box-shadow:0 16px 46px #00000012}.category-card__content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.purchase-confidence{background:linear-gradient(145deg,#fbfbfc,#f4f4f6);box-shadow:inset 0 1px #fff,0 10px 28px #0000000a}.purchase-confidence .icon{color:#15844b}.product-form__submit{min-height:56px;font-weight:850;letter-spacing:-.01em;box-shadow:0 14px 34px #0000002e}.accordion{border-color:var(--veko-premium-border);transition:background .18s ease,border-color .18s ease}.accordion[open]{background:#fafafa;border-color:#11111126}:where(a,button,input,textarea,select,summary):focus-visible{outline:3px solid rgba(112,180,0,.42);outline-offset:3px}@media(hover:hover){.button:hover{transform:translateY(-2px)}.button--primary:hover{box-shadow:0 16px 36px #0003}.button--primary:hover:after{transform:translate(120%)}.product-card:hover{transform:translateY(-7px);border-color:#11111129;box-shadow:var(--veko-premium-shadow-hover)}.product-card:hover .product-card__image{transform:scale(1.045)}.product-card__link:hover{gap:10px}.trust-item:hover,.quote-card:hover{box-shadow:var(--veko-premium-shadow)}}@media screen and (max-width:749px){.section-spacing{padding-block:54px}.section-heading{margin-bottom:24px}.section-heading h2{text-wrap:balance}.product-card{border-radius:18px;box-shadow:0 8px 24px #0000000e}.product-card__info{padding:14px}.product-card__title{line-height:1.25}.product-card__link{min-height:40px;border-radius:999px}.mobile-buy-bar{left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));width:auto;padding:9px;background:#ffffffeb;border:1px solid rgba(17,17,17,.11);border-radius:18px;box-shadow:0 20px 55px #0003;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%)}.mobile-buy-bar .button{min-height:46px;border-radius:13px}.purchase-confidence{padding:12px 13px;border-radius:14px}.purchase-confidence span{min-height:28px}.trust-item,.conversion-step,.quote-card{border-radius:17px;box-shadow:0 8px 26px #0000000b}.veko-hero--commerce .veko-hero__content,.veko-commerce__featured,.veko-commerce__mini-card{box-shadow:0 14px 38px #00000014}}@media(prefers-reduced-motion:reduce){.button,.button:after,.product-card,.product-card__image{transition:none!important;transform:none!important}}@media screen and (max-width:749px){html{scroll-padding-bottom:calc(42px + env(safe-area-inset-bottom))}.site-footer{padding-bottom:calc(42px + env(safe-area-inset-bottom))}.site-footer__bottom{padding-bottom:10px}.payment-icons{padding-bottom:6px}shopify-chat{--shopify-agent-activator-offset: 108px}}.empty-cart-recommendations{margin-top:clamp(48px,7vw,86px);padding-top:clamp(34px,5vw,58px);border-top:1px solid var(--color-line)}.empty-cart-recommendations__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.empty-cart-trust{margin-top:24px;padding:14px 18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;background:#f8f8fa;border:1px solid var(--color-line);border-radius:15px}.empty-cart-trust span{min-width:0;display:flex;align-items:center;justify-content:center;gap:7px;color:#424245;font-size:.7rem;font-weight:750;text-align:center}.empty-cart-trust .icon{width:17px;height:17px;flex:0 0 auto;color:#15844b}@media screen and (min-width:990px)and (max-width:1100px){.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}.mobile-menu__panel{position:fixed;z-index:100;inset:0 auto 0 0;width:min(420px,90vw);height:100dvh;padding:calc(20px + env(safe-area-inset-top)) 22px calc(20px + env(safe-area-inset-bottom));display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;color:var(--color-ink);background:var(--color-background);box-shadow:20px 0 60px #10211933;overscroll-behavior:contain}.mobile-nav{min-height:auto;flex:0 0 auto;margin-block:8px 16px;overflow:visible}.mobile-menu__shop-button{min-height:48px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;color:#fff;background:#000;border-radius:999px;font-size:.8rem;font-weight:800}.mobile-menu__account{min-height:58px;margin-top:10px;padding:9px 12px;display:grid;grid-template-columns:36px minmax(0,1fr) 17px;align-items:center;gap:11px;color:#1d1d1f;background:#f5f5f7;border:1px solid #e5e5ea;border-radius:15px}.mobile-menu__account-icon{width:36px;height:36px;display:grid;place-items:center;color:#fff;background:#000;border-radius:50%}.mobile-menu__account>span:nth-child(2){min-width:0;display:grid;gap:2px}.mobile-menu__account strong{font-size:.82rem}.mobile-menu__account small{color:#6e6e73;font-size:.64rem}.mobile-menu__delete-account{min-height:34px;padding:7px 12px 0;display:inline-flex;align-items:center;color:#6e6e73;font-size:.67rem;text-decoration:underline;text-underline-offset:3px}.mobile-menu__service{padding-bottom:calc(40px + env(safe-area-inset-bottom))}}@media screen and (max-width:749px){.cart-item .quantity{grid-template-columns:44px 46px 44px}.cart-item .quantity button,.cart-item .quantity input{min-width:44px;min-height:44px}.empty-cart-recommendations{margin-top:48px;padding-top:34px}.empty-cart-recommendations .section-heading{align-items:flex-start}.empty-cart-recommendations__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.empty-cart-recommendations__grid .product-card:nth-child(3){display:none}.empty-cart-trust{grid-template-columns:1fr;gap:8px;padding:12px}.empty-cart-trust span{min-height:30px;justify-content:flex-start;text-align:left}}shop-login-button{display:none!important}.empty-cart-recommendations .htusb-ui-extension-cart-item,.empty-cart-recommendations .htusb-ui-cart-boost-wrapper,.empty-cart-recommendations .htusb-ui-cart-boost{display:none!important}html[lang^=it] .announcement-bar__inner{min-height:34px;padding-block:3px;font-size:clamp(.52rem,2.2vw,.62rem);line-height:1.15}html[lang^=it] .announcement-bar__link,html[lang^=it] .announcement-bar__inner>p{max-width:calc(100vw - 22px);text-wrap:balance}@media screen and (max-width:749px){.mobile-buy-bar.is-obscured{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;box-shadow:none!important;transform:translate3d(0,calc(100% + 100px),0)!important}}.predictive-search{position:absolute;z-index:4;top:calc(100% + 10px);left:0;right:0;max-height:min(430px,65vh);overflow:auto;padding:8px;background:#fff;border:1px solid #dedee3;border-radius:18px;box-shadow:0 22px 60px #00000029}.header-search__inner{position:relative}.predictive-search__item{min-height:64px;padding:8px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px;border-radius:12px}.predictive-search__item:hover{background:#f5f5f7}.predictive-search__item img{width:48px;height:48px;object-fit:contain;border-radius:9px;background:#f5f5f7}.predictive-search__item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:700}.predictive-search__item strong{font-size:.78rem}.predictive-search__empty{margin:0;padding:18px;color:#6e6e73;text-align:center}.predictive-search a.predictive-search__empty{min-height:48px;display:flex;align-items:center;justify-content:center;color:#111;font-weight:750}.faq-content__intro{margin:0 0 24px;color:#6e6e73;line-height:1.65}.faq-list{border-top:1px solid var(--color-line)}.faq-item summary{min-height:64px;padding-inline:4px;font-size:.95rem}.faq-item .accordion__content{padding-inline:4px;color:#555;line-height:1.7}@media screen and (min-width:750px)and (max-width:989px){.product-layout{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:24px}.product-info{max-width:none}.product-gallery__stage{position:sticky;top:124px}.product-gallery__thumbs{position:sticky;top:600px}.veko-hero--commerce .veko-hero__content{min-height:0;padding:38px 36px 34px}.veko-commerce__featured{min-height:320px}.veko-commerce__featured-media img,.veko-commerce__featured-media svg{max-height:230px}.veko-commerce__mini-grid{display:none}}@media screen and (max-width:749px){.faq-content{padding:18px}.faq-item summary{min-height:60px;font-size:.88rem;line-height:1.35}.announcement-bar a{min-height:34px;display:flex;align-items:center;justify-content:center}.category-grid,.quote-grid{display:flex;overflow-x:auto;gap:12px;padding:2px 2px 10px;scroll-snap-type:x mandatory;scrollbar-width:none}.category-grid::-webkit-scrollbar,.quote-grid::-webkit-scrollbar{display:none}.category-card,.category-card:nth-child(3),.category-card:nth-child(4){min-width:78vw;min-height:300px;scroll-snap-align:start}.category-card__media,.category-card__media img,.category-card__media svg{min-height:180px;height:180px}.quote-card{min-width:82vw;min-height:310px;scroll-snap-align:start}}.recently-viewed__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.recently-viewed__card{min-width:0;padding:14px;display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:14px;background:#f7f7f9;border:1px solid #e5e5ea;border-radius:18px}.recently-viewed__card img{width:88px;height:88px;object-fit:contain;border-radius:13px;background:#fff}.recently-viewed__card span{min-width:0;display:grid;gap:7px}.recently-viewed__card strong:first-child{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem}.recently-viewed__price{font-size:.9rem}.cart-summary__saving{width:fit-content;margin:2px 0 12px auto;padding:7px 10px;color:#176b49;background:#eaf8f1;border-radius:999px;font-size:.75rem;font-weight:800}.mobile-cart-checkout{display:none}.footer-socials a{min-width:44px;min-height:44px}@media screen and (max-width:749px){.product-info__price-row{justify-content:center;text-align:center}.product-price{justify-content:center}.product-saving{margin:8px auto 12px;padding:8px 13px;text-align:center}.breadcrumbs a{min-height:44px;display:inline-flex;align-items:center}.quick-add-button{width:44px;height:44px}.veko-hero--commerce .veko-hero__content{padding-top:28px;padding-bottom:24px}.veko-hero--commerce .veko-hero__assurances{margin-top:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.veko-hero--commerce .veko-hero__proof{margin-top:18px}.veko-commerce__featured{min-height:300px;padding:14px}.veko-commerce__featured-media img,.veko-commerce__featured-media svg{max-height:210px}.veko-commerce__mini-grid{display:none}.trust-bar{padding-block:38px}.category-card,.category-card:nth-child(3),.category-card:nth-child(4){min-height:245px}.category-card__media,.category-card__media img,.category-card__media svg{min-height:135px;height:135px}.recently-viewed__grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:6px}.recently-viewed__card{min-width:82vw;scroll-snap-align:start}.predictive-search{top:calc(100% + 8px)}.mobile-cart-checkout{position:fixed;z-index:35;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));min-height:72px;padding:10px 11px 10px 15px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fffffff5;border:1px solid #d2d2d7;border-radius:18px;box-shadow:0 18px 50px #0000002e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-cart-checkout span{display:grid}.mobile-cart-checkout small{color:#6e6e73;font-size:.65rem}.mobile-cart-checkout strong{font-size:.92rem}.mobile-cart-checkout .button{min-height:48px;padding-inline:17px;font-size:.75rem}.mobile-cart-checkout.is-obscured{display:none!important}}@media screen and (max-width:749px){.product-info h1{margin-bottom:18px}.product-info__price-row{display:flex;flex-direction:column;align-items:center;gap:12px}.product-saving{margin-top:10px;margin-bottom:10px}.product-info__tax{max-width:310px;margin:0 auto;text-align:center;line-height:1.45}.product-delivery-estimate{margin:12px auto 0;text-align:center}.product-form{margin-top:18px}.mobile-buy-bar:not(.is-active){display:none!important}}@media screen and (min-width:990px){.template-index .veko-hero--commerce .veko-hero__shell{min-height:600px}.template-index .veko-hero--commerce .veko-hero__content{padding:clamp(38px,4vw,58px)}.template-index .veko-commerce__featured{min-height:360px;padding:18px}.template-index .veko-commerce__featured-media img,.template-index .veko-commerce__featured-media svg{max-height:270px}.template-index .veko-commerce__mini-card{min-height:135px;grid-template-columns:104px minmax(0,1fr)}.template-index .veko-commerce__mini-media{width:104px;height:104px}}.cart-discount-code{margin:18px 0;padding:16px;background:#f5f5f7;border:1px solid #e5e5ea;border-radius:16px}.cart-discount-code>label{display:block;margin-bottom:9px;font-size:.78rem;font-weight:800}.cart-discount-code__controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.cart-discount-code__controls input{width:100%;min-height:48px;padding:0 14px;background:#fff;border:1px solid #c7c7cc;border-radius:12px;font:inherit;text-transform:uppercase}.cart-discount-code__controls input:focus{outline:2px solid #1d1d1f;outline-offset:2px}.cart-discount-code__controls .button{min-height:48px;padding-inline:17px}.cart-summary__line--total{margin-top:16px;padding-top:16px;border-top:1px solid #d2d2d7}.cart-summary__line--total span{font-weight:800}.cart-summary__line--total strong{font-size:1.35rem}@media screen and (max-width:420px){.cart-discount-code__controls{grid-template-columns:1fr}.cart-discount-code__controls .button{width:100%}}.cart-discount-code{margin:14px 0;padding:12px;border-radius:14px}.cart-discount-code>label{margin-bottom:7px;font-size:.72rem}.cart-discount-code__controls{grid-template-columns:minmax(0,1fr) auto;gap:7px}.cart-discount-code__controls input{min-width:0;min-height:42px;padding:0 11px;font-size:.76rem;text-transform:none}.cart-discount-code__controls .button{min-height:42px;padding:0 12px;font-size:.7rem;border-radius:11px}.cart-summary__line--discount{color:#176b49}.cart-summary__line--discount>span{display:flex;align-items:center;flex-wrap:wrap;gap:5px 8px}.cart-summary__line--discount button{padding:0;color:#6e6e73;background:transparent;border:0;font:inherit;font-size:.68rem;text-decoration:underline;cursor:pointer}@media screen and (max-width:420px){.cart-discount-code__controls{grid-template-columns:minmax(0,1fr) auto}.cart-discount-code__controls .button{width:auto}}.cart-discount-code__status{min-height:0;margin:7px 2px 0;color:#b42318;font-size:.7rem;line-height:1.4}.cart-discount-code__status:empty{display:none}.product-info__tax--after-cta{margin:10px auto 0;max-width:520px;text-align:center;line-height:1.45}@media screen and (max-width:749px){.product-purchase-summary{margin-top:20px;padding:18px 16px;background:linear-gradient(180deg,#f8f8fa,#f3f4f6);border:1px solid #e1e2e6;border-radius:20px;box-shadow:0 12px 34px #0000000b}.product-purchase-summary .product-info__price-row{margin-top:0;gap:15px}.product-purchase-summary .product-price{justify-content:center;gap:10px}.product-purchase-summary .product-price__current{font-size:2rem;letter-spacing:-.035em}.product-purchase-summary .stock-badge{padding:8px 13px}.product-purchase-summary .product-saving{width:fit-content;margin:16px auto 0;padding:8px 13px}.product-purchase-summary .product-delivery-estimate{width:100%;margin:17px 0 0;padding:15px 4px 0;background:transparent;border:0;border-top:1px solid #d9dadd;border-radius:0;text-align:center}.product-form{margin-top:24px}.product-info__tax--after-cta{margin-top:12px;padding-inline:10px}}.site-header :where(a,button,summary,input):focus-visible,.filter-drawer :where(a,button,summary,input,select):focus-visible,.quantity :where(button,input):focus-visible{position:relative;z-index:3;outline:3px solid #005fcc;outline-offset:2px;box-shadow:0 0 0 5px #fff}.filter-option input:focus-visible+.filter-option__check{outline:3px solid #005fcc;outline-offset:3px}.site-footer :where(a,button,input):focus-visible{outline:3px solid #fff;outline-offset:3px;box-shadow:0 0 0 6px #70b400b8}.cart-discount-code__status.is-success{color:#176b49}.cart-discount-code__status.is-error{color:#b42318}.cart-discount-code__status.is-neutral{color:#4b5563}.product-delivery-estimate{width:100%;margin:14px 0 0;padding:12px 14px;display:flex;align-items:center;gap:10px;color:#242428;background:linear-gradient(135deg,#fff,#f3f4f5);border:1px solid rgba(17,17,19,.12);border-radius:999px;box-shadow:0 10px 26px #11111317,inset 0 1px #fff;font-size:.76rem;font-weight:650;line-height:1.42}.product-delivery-estimate__icon{position:relative;width:32px;height:32px;display:grid;place-items:center;flex:0 0 32px;color:#fff;background:linear-gradient(145deg,#111113,#2a2a2e);border:1px solid rgba(17,17,19,.16);border-radius:50%;box-shadow:0 5px 14px #176b491a}.product-delivery-estimate__icon:after{content:"";position:absolute;top:-1px;right:-1px;width:8px;height:8px;background:#20a464;border:2px solid #fff;border-radius:50%}.product-delivery-estimate__icon .icon{width:17px;height:17px}.product-delivery-estimate__copy{min-width:0;display:inline}.product-delivery-estimate__copy strong,.product-delivery-estimate__copy>span{display:inline}.product-delivery-estimate__copy strong{margin-right:4px;color:#111113;font-weight:850}.product-price .product-saving{margin:0;padding:6px 9px;display:inline-flex;align-items:center;align-self:center;color:#176b49;background:linear-gradient(135deg,#edf9f2,#e4f6eb);border:1px solid rgba(23,107,73,.18);border-radius:999px;box-shadow:0 5px 14px #176b4912;font-size:.66rem;font-weight:800;line-height:1.1;white-space:nowrap}.product-price .product-saving[hidden]{display:none!important}.filter-drawer__panel[role=dialog]:focus{outline:none}.mobile-nav__view-all a{min-height:38px;padding:8px 12px;display:flex;align-items:center;color:#1d1d1f!important;background:#f5f5f7;border:1px solid #e5e5ea;border-radius:12px;font-size:.76rem!important}.no-js .product-gallery__stage{display:grid;gap:16px;background:transparent}.no-js .product-media[hidden]{display:grid!important}.no-js .product-gallery__arrow,.no-js .product-gallery__thumbs{display:none!important}:where(.cart-discount-code,.cart-note-disclosure,.product-accordions,.predictive-search) :where(a,button,input,textarea,summary):focus-visible{position:relative;z-index:3;outline:3px solid #005fcc;outline-offset:2px;box-shadow:0 0 0 5px #fff}.season-summer-2026 .veko-hero--commerce .veko-hero__text,.season-summer-2026 .veko-hero--commerce .veko-hero__text p{color:#f7ffff}.season-summer-2026 .veko-hero--commerce .veko-hero__assurances>a>span,.season-summer-2026 .veko-hero--commerce .veko-hero__assurances>span>span{color:#dff8fa}.season-summer-2026 .veko-hero--commerce .veko-hero__proof p{color:#ecffff}@media screen and (max-width:749px){html[lang^=it] .announcement-bar__inner{min-height:36px;padding:5px 12px;font-size:.6875rem;line-height:1.3}html[lang^=it] .announcement-bar__link,html[lang^=it] .announcement-bar__inner>p{overflow-wrap:anywhere;text-wrap:balance}.product-purchase-summary{padding:20px 16px}.product-purchase-summary .product-info__price-row{gap:16px}.product-purchase-summary>.product-saving{margin-top:18px;margin-bottom:0}.product-purchase-summary .product-price{width:fit-content;margin-inline:auto;display:grid;grid-template-columns:max-content max-content;align-items:baseline;justify-content:center;column-gap:8px;row-gap:7px}.product-purchase-summary .product-price__current{grid-column:1;grid-row:2}.product-purchase-summary .product-price__compare{grid-column:2;grid-row:2}.product-purchase-summary .product-price .product-saving{grid-column:1 / -1;grid-row:1;justify-self:center;margin:0;padding:5px 8px;max-width:100%;font-size:.625rem;letter-spacing:-.01em;box-shadow:0 4px 12px #176b490f}.product-purchase-summary .product-delivery-estimate{width:100%;margin-top:19px;padding:12px 13px;display:flex;color:#242428;background:linear-gradient(135deg,#fff,#f3f4f5);border:1px solid rgba(17,17,19,.12);border-radius:999px;box-shadow:0 10px 26px #11111317,inset 0 1px #fff;text-align:left;line-height:1.45}.product-form{margin-top:26px}.cart-discount-code__controls input,.cart-note-disclosure textarea{font-size:16px}.cart-discount-code__controls .button{min-height:44px}body.is-commerce-input-active .mobile-buy-bar,body.is-commerce-input-active .mobile-cart-checkout{display:none!important}body.is-commerce-input-active shopify-chat{opacity:0!important;pointer-events:none!important}.filter-drawer__panel[role=dialog]{overscroll-behavior:contain}}@media screen and (max-width:374px){.product-purchase-summary .product-price .product-saving{padding:4px 7px;font-size:.59rem}.product-purchase-summary .product-delivery-estimate{gap:8px;padding:10px 11px;font-size:.69rem}.product-purchase-summary .product-delivery-estimate__icon{width:28px;height:28px}.product-purchase-summary .product-delivery-estimate__copy{white-space:nowrap}.veko-hero--commerce .veko-hero__assurances{grid-template-columns:1fr!important;gap:10px}.veko-hero--commerce .veko-hero__assurances>a,.veko-hero--commerce .veko-hero__assurances>span{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px}.veko-hero--commerce .veko-hero__assurances strong{overflow:visible;text-overflow:clip;white-space:normal}}@media(prefers-reduced-motion:reduce){.product-card,.button,.mobile-buy-bar,.mobile-cart-checkout,shopify-chat{scroll-behavior:auto;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:where(a,button,input,textarea,select,summary,[tabindex]):focus-visible{outline:3px solid #005fcc!important;outline-offset:3px;box-shadow:0 0 0 2px #fff!important}.search-form__submit{display:inline-flex;align-items:center;justify-content:center;min-width:88px}.product-form__submit.is-success,.mobile-buy-bar [data-sticky-add].is-success{color:#fff;background:#176b49}.product-purchase-summary .product-delivery-estimate{display:grid;grid-template-columns:32px minmax(0,1fr) 32px;align-items:center;justify-content:center;text-align:center}.product-purchase-summary .product-delivery-estimate:after{width:32px;height:1px;content:""}.product-purchase-summary .product-delivery-estimate__copy{justify-self:center;text-align:center}.toast{z-index:2147483000}body.has-open-overlay shopify-chat,body.is-toast-visible shopify-chat{visibility:hidden!important;opacity:0!important;pointer-events:none!important}.template-cart shopify-chat{--shopify-agent-activator-offset: 124px !important}.season-summer-2026 .badge--sale{color:#fff;background:#a92f26}.season-summer-2026 .button--primary{color:#fff;background:#06636d}.season-summer-2026 .section-heading .eyebrow{color:#073b4c}.season-summer-2026 .veko-hero--commerce .veko-hero__text,.season-summer-2026 .veko-hero--commerce .veko-hero__text p,.season-summer-2026 .veko-hero--commerce .veko-hero__proof p{color:#fff}.season-christmas-2026 .veko-hero--commerce .veko-hero__text,.season-christmas-2026 .veko-hero--commerce .veko-hero__text p,.season-christmas-2026 .veko-hero--commerce .veko-hero__proof p,.season-halloween-2026 .veko-hero--commerce .veko-hero__text,.season-halloween-2026 .veko-hero--commerce .veko-hero__text p,.season-halloween-2026 .veko-hero--commerce .veko-hero__proof p{color:#f8fbf9}.season-summer-2026 .site-footer :where(p,a,li,small,label,h2,strong),.season-christmas-2026 .site-footer :where(p,a,li,small,label,h2,strong){color:#f7ffff}.season-summer-2026 .site-footer input::placeholder,.season-christmas-2026 .site-footer input::placeholder{color:#d9eef0;opacity:1}@media screen and (max-width:749px){.search-form{grid-template-columns:auto minmax(0,1fr) auto;gap:6px}.search-form__submit{display:inline-flex!important;min-width:68px;min-height:40px;margin-right:5px;padding-inline:10px;font-size:.7rem}.template-cart shopify-chat{--shopify-agent-activator-offset: 128px !important}}@media screen and (max-width:374px){.product-purchase-summary .product-delivery-estimate{grid-template-columns:28px minmax(0,1fr) 28px}.product-purchase-summary .product-delivery-estimate:after{width:28px}}.condition-grade-badge{--grade-bg: #eaf8ef;--grade-fg: #126b3c;--grade-border: #9ad6ae;min-height:28px;padding:6px 10px;display:inline-flex;align-items:center;gap:7px;color:var(--grade-fg);background:var(--grade-bg);border:1px solid var(--grade-border);border-radius:999px;box-shadow:0 7px 18px #126b3c1c,inset 0 1px #ffffffe0;font-size:.65rem;font-weight:850;line-height:1;letter-spacing:.035em;white-space:nowrap}.condition-grade-badge:before{width:7px;height:7px;flex:0 0 auto;content:"";background:#168447;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #25a96b29}.product-card__info>.condition-grade-badge--card{align-self:flex-start;width:fit-content;max-width:100%;margin:7px 0 9px;overflow:visible;line-height:1.2;text-align:left;text-overflow:clip;white-space:nowrap}.condition-grade-badge--product{min-height:32px;margin-bottom:12px;padding:7px 12px;font-size:.7rem}.veko-commerce__featured-media,.veko-commerce__mini-media{position:relative}.condition-grade-badge--hero,.condition-grade-badge--mini{position:absolute;z-index:4;top:14px;left:14px}.condition-grade-badge--mini{top:8px;left:8px;min-height:24px;padding:5px 8px;font-size:.56rem}@media screen and (max-width:749px){.condition-grade-badge{min-height:25px;padding:5px 8px;gap:6px;font-size:.58rem}.condition-grade-badge:before{width:6px;height:6px}.condition-grade-badge--product{min-height:29px;margin-bottom:9px;padding:6px 10px;font-size:.64rem}.product-card__info>.condition-grade-badge--card{max-width:100%;padding:5px 7px;font-size:.49rem;line-height:1}.condition-grade-badge--hero{top:10px;left:10px}.condition-grade-badge--mini{max-width:calc(100% - 12px);overflow:hidden;text-overflow:ellipsis}}.cart-summary__express{margin-top:10px;padding-top:10px;border-top:1px solid rgba(0,0,0,.08)}.cart-summary__express:empty{display:none}.cart-summary__express :where(.additional-checkout-buttons,.dynamic-checkout__content,ul){width:100%!important;margin:0!important;padding:0!important}.cart-summary__express :where(li,.additional-checkout-buttons__button){max-width:none!important;margin:0 0 7px!important;border-radius:14px!important;overflow:hidden}.cart-summary__express :where(button,iframe){min-height:46px!important;border-radius:14px!important}.season-halloween-2026 .cart-summary__express{border-top-color:#59236329}.season-christmas-2026 .cart-summary__express{border-top-color:#0d3b2e29}.season-summer-2026 .cart-summary__express{border-top-color:#087f8c2b}@media screen and (max-width:749px){.cart-summary__express{margin-top:8px;padding-top:8px}.cart-summary__express :where(button,iframe){min-height:44px!important}}body:not(.template-index) shopify-chat{display:none!important}.site-header .site-logo>img,.site-header .site-logo__asset{width:132px!important;max-width:132px!important;height:46px}.site-header .site-logo>img,.site-header .site-logo__asset img{max-width:132px!important;max-height:46px!important;object-fit:contain}.site-header .site-logo__asset img{object-fit:contain;object-position:center}.site-footer .site-logo--footer>img,.site-footer .site-logo__asset--footer{width:156px!important;max-width:156px!important;height:54px}.site-footer .site-logo--footer>img,.site-footer .site-logo__asset--footer img{max-width:156px!important;max-height:54px!important;object-fit:contain}.site-footer .site-logo__asset--footer img{object-fit:contain;object-position:center}.condition-grade-panel{margin:8px 0 10px}.condition-grade-panel summary{display:flex;align-items:center;gap:9px;width:fit-content;max-width:100%;cursor:pointer;list-style:none}.condition-grade-panel summary::-webkit-details-marker{display:none}.condition-grade-panel .condition-grade-badge--product{margin:0}.condition-grade-panel__hint{color:#62646a;font-size:.72rem;font-weight:750}.condition-grade-panel__plus{display:grid;width:22px;height:22px;place-items:center;flex:0 0 auto;border:1px solid var(--color-line);border-radius:50%;font-weight:800;transition:transform .2s ease}.condition-grade-panel[open] .condition-grade-panel__plus{transform:rotate(45deg)}.condition-grade-panel__content{max-width:560px;margin-top:10px;padding:14px 16px;border:1px solid var(--color-line);border-radius:14px;background:var(--color-surface);box-shadow:0 12px 32px #00000012}.condition-grade-panel__content p{margin:6px 0 8px;color:#5e6268;font-size:.84rem;line-height:1.5}.condition-grade-panel__content ul{display:grid;gap:5px;margin:0;padding-left:18px;font-size:.78rem}.product-app-blocks{scroll-margin-top:100px}.template-index .conversion-panel{display:none}@media screen and (max-width:749px){.site-header .site-logo>img,.site-header .site-logo__asset{width:104px!important;max-width:104px!important;height:38px}.site-header .site-logo>img,.site-header .site-logo__asset img{max-width:104px!important;max-height:38px!important}.site-footer .site-logo--footer>img,.site-footer .site-logo__asset--footer{width:128px!important;max-width:128px!important;height:46px}.site-footer .site-logo--footer>img,.site-footer .site-logo__asset--footer img{max-width:128px!important;max-height:46px!important}.condition-grade-panel summary{gap:6px}.condition-grade-panel__hint{font-size:.64rem}.condition-grade-panel__content{padding:12px 13px}.category-grid,.category-grid__grid,.category-grid__items,.categories-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:visible!important;scroll-snap-type:none!important}.category-card{width:auto!important;min-width:0!important}.template-index .customer-quotes.section-spacing{padding-block:34px!important}.template-index .customer-quotes .quote-card:nth-child(n+3){display:none}.template-index .veko-hero--commerce .veko-hero__content{padding:28px 20px 24px}.template-index .veko-hero--commerce h1{font-size:clamp(2.55rem,11.5vw,3.45rem)}.template-index .veko-hero--commerce .veko-hero__text{margin-top:13px}.template-index .veko-hero--commerce .veko-hero__actions{margin-top:16px;gap:8px}.template-index .veko-hero--commerce .veko-hero__assurances{margin-top:18px}.template-index .veko-hero--commerce .veko-hero__proof{margin-top:16px}.template-index .veko-commerce__featured{min-height:330px}.template-index .veko-commerce__featured-media img,.template-index .veko-commerce__featured-media svg{max-height:230px}.template-index .trust-bar{margin-top:12px;padding-block:38px}.template-index .trust-bar__header h2{font-size:2.15rem}.template-index .trust-item,.template-index .trust-item+.trust-item,.template-index .trust-item:nth-child(3){min-height:92px;padding:13px}.template-index .trust-item__icon{width:36px;height:36px}}.quantity button:disabled{cursor:not-allowed;opacity:.34}.quantity__status{width:100%;margin:.45rem 0 0;color:rgba(var(--color-foreground),.68);font-size:.76rem;font-weight:650;line-height:1.35}.quantity__status[hidden]{display:none}.cart-live-status{min-height:1.2em;margin:.35rem 0 0;color:rgba(var(--color-foreground),.66);font-size:.78rem;font-weight:650;line-height:1.35}.cart-form[aria-busy=true] .cart-item__actions,.cart-form[aria-busy=true] .cart-summary{cursor:progress}.cart-form[aria-busy=true] .quantity button{pointer-events:none}.product-key-benefits{margin:.8rem 0 .95rem;padding:.8rem .9rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:16px;background:rgba(var(--color-foreground),.025)}.product-key-benefits ul{display:grid;gap:.48rem;margin:0;padding:0;list-style:none}.product-key-benefits li{display:flex;align-items:center;gap:.55rem;font-size:.88rem;font-weight:650;line-height:1.35}.product-key-benefits svg{width:17px;height:17px;flex:0 0 17px;color:rgb(var(--color-accent))}@media(max-width:749px){.product-key-benefits{margin:.65rem 0 .8rem;padding:.7rem .78rem;border-radius:14px}.product-key-benefits li{gap:.48rem;font-size:.8rem}}@media(min-width:1100px){body.template-index .section-spacing{padding-block:58px}body.template-index .veko-hero--commerce .veko-hero__shell{min-height:610px}body.template-index .veko-hero--commerce .veko-hero__content{padding:clamp(38px,4.4vw,60px)}body.template-index .veko-hero--commerce h1{font-size:clamp(3.25rem,4.8vw,5.45rem)}body.template-index .veko-hero--commerce .veko-hero__text{margin-top:18px}body.template-index .veko-hero--commerce .veko-hero__actions{margin-top:22px}body.template-index .veko-hero--commerce .veko-hero__assurances,body.template-index .veko-hero--commerce .veko-hero__proof{margin-top:23px}body.template-index .veko-commerce__featured{min-height:380px}body.template-index .trust-bar{padding-block:46px}body.template-index .trust-bar__header{margin-bottom:18px}body.template-index .category-card,body.template-index .category-card:nth-child(3),body.template-index .category-card:nth-child(4){min-height:380px}body.template-index .category-card__media,body.template-index .category-card__media img,body.template-index .category-card__media svg{min-height:230px;height:230px}body.template-index .deal-showcase{padding-block:52px}body.template-index .deal-panel--copy{min-height:345px;padding:42px;gap:22px}body.template-index .quote-card{padding:24px}}.badge--sale{min-height:0;padding:5px 8px;border-radius:999px;font-size:.6rem;line-height:1.05;letter-spacing:.035em;white-space:nowrap}.deal-showcase{padding-block:clamp(28px,4vw,52px)}.deal-panel--copy{min-height:320px;padding:clamp(28px,3.4vw,44px);gap:22px}.deal-panel--copy h2{max-width:620px;font-size:clamp(2.15rem,3.7vw,3.45rem);line-height:.98}.deal-panel--copy .deal-panel__content>p:not(.eyebrow){margin-top:12px;font-size:.9rem}.deal-panel__badge{top:18px;right:18px;padding:6px 9px;font-size:.58rem}.deal-panel__action{gap:12px}.deal-code span{margin-bottom:5px;font-size:.6rem}.deal-code strong{min-height:45px;padding:10px 14px;font-size:1.02rem}.deal-panel__action .button{min-height:46px}.deal-panel--product{min-height:320px;padding:22px}.deal-product__image img,.deal-product__image svg{max-height:220px}@media screen and (min-width:990px){body.template-index .veko-hero--commerce .veko-hero__shell{min-height:530px;grid-template-columns:minmax(0,1.06fr) minmax(380px,.94fr)}body.template-index .veko-hero--commerce .veko-hero__content{padding:clamp(34px,3.7vw,52px)}body.template-index .veko-hero--commerce h1{max-width:600px;font-size:clamp(3.2rem,4.35vw,5rem)}body.template-index .veko-commerce__showcase{min-width:0;align-self:center}body.template-index .veko-commerce__featured{min-height:330px;max-height:390px;padding:18px}body.template-index .veko-commerce__featured-media img,body.template-index .veko-commerce__featured-media svg{width:100%;max-width:440px;height:min(24vw,235px);max-height:235px;padding:3%}body.template-index .veko-commerce__mini-grid{gap:10px}.template-product .product-layout{grid-template-columns:minmax(420px,.92fr) minmax(390px,1.08fr);gap:clamp(38px,5.2vw,74px)}.template-product .product-gallery{width:min(100%,590px);justify-self:center}.template-product .product-gallery__stage{width:100%}.template-product .product-media{aspect-ratio:4 / 3}.template-product .product-media img,.template-product .product-media>svg{padding:7%}.template-product .product-gallery__thumbs{max-width:590px}}@media screen and (max-width:749px){.badge--sale{padding:4px 7px;font-size:.54rem}.deal-showcase{padding-block:24px 34px}.deal-panel--copy{padding:54px 18px 19px;gap:16px}.deal-panel--copy h2{max-width:285px;font-size:clamp(1.72rem,8.3vw,2rem);line-height:1}.deal-panel--copy .deal-panel__content>p:not(.eyebrow){margin-top:10px;font-size:.78rem}.deal-panel__badge{top:14px;right:14px;padding:5px 8px;font-size:.52rem}.deal-panel__action{gap:8px}.deal-code strong{min-height:42px;padding:9px 7px;font-size:.9rem}.deal-panel__action .button{min-height:42px;padding-inline:12px;font-size:.68rem}.deal-panel--product{min-height:270px;padding:18px}.deal-product__image img,.deal-product__image svg{max-height:185px}}@media(prefers-reduced-motion:reduce){.veko-commerce__featured,.veko-commerce__featured-media img{transition:none!important}}body:not([class*=campaign-]) .veko-hero--commerce .veko-hero__content{background:linear-gradient(145deg,#151515,#242426)}body:not([class*=campaign-]) .deal-panel--copy{background:#171719}body:not([class*=campaign-]) .site-footer{background:linear-gradient(145deg,#121214,#1c1c1f)}body:not([class*=campaign-]) .announcement-bar{--announcement-bg: #171719 !important}.collection-content{max-width:920px;margin:clamp(2.5rem,6vw,5rem) auto 0;border:1px solid var(--color-line);border-radius:min(var(--card-radius),22px);background:var(--color-surface);overflow:clip}.collection-content summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;font-weight:750;cursor:pointer;list-style:none}.collection-content summary::-webkit-details-marker{display:none}.collection-content summary .icon{width:1rem;transition:transform .2s ease}.collection-content[open] summary .icon{transform:rotate(180deg)}.collection-content__body{padding:0 1.25rem 1.35rem;color:color-mix(in srgb,var(--color-ink) 78%,transparent)}.condition-standard__inner{max-width:1100px}.condition-standard__header{max-width:780px;margin:clamp(2rem,5vw,4.5rem) auto;text-align:center}.condition-standard__header h1{margin:.45rem 0 1rem}.condition-standard__header>p:last-child{font-size:clamp(1rem,1.5vw,1.18rem);color:color-mix(in srgb,var(--color-ink) 76%,transparent)}.condition-standard__grades{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.condition-standard__grades section,.condition-standard__notes section{border:1px solid var(--color-line);border-radius:min(var(--card-radius),24px);background:var(--color-surface);padding:clamp(1.25rem,3vw,2rem)}.condition-standard__grade{display:grid;place-items:center;width:2.7rem;height:2.7rem;border-radius:999px;margin-bottom:1rem;background:#0f6b45;color:#fff;font-weight:850}.condition-standard__grades h2,.condition-standard__notes h2{margin:0 0 .6rem;font-size:clamp(1.15rem,2vw,1.4rem)}.condition-standard__grades p,.condition-standard__notes p{margin:0;color:color-mix(in srgb,var(--color-ink) 76%,transparent)}.condition-standard__notes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.product-delivery-estimate--digital{border-color:color-mix(in srgb,#0f6b45 28%,var(--color-line))}@media(max-width:749px){.condition-standard__grades,.condition-standard__notes{grid-template-columns:1fr}.collection-content{margin-top:2.25rem}.collection-content summary{padding:.9rem 1rem}.collection-content__body{padding:0 1rem 1rem}}.veko-guarantee-mini{display:inline-flex;align-items:center;gap:5px;width:fit-content;max-width:100%;min-height:28px;padding:5px 9px;border:1px solid color-mix(in srgb,var(--color-accent) 34%,transparent);border-radius:999px;background:color-mix(in srgb,var(--color-accent) 8%,transparent);color:var(--color-ink);text-decoration:none;line-height:1.15}.veko-guarantee-mini:hover{border-color:color-mix(in srgb,var(--color-accent) 58%,transparent)}.veko-guarantee-mini__icon{display:inline-flex;color:var(--color-accent-strong, var(--color-accent));flex:0 0 auto}.veko-guarantee-mini strong{font-size:.76rem;font-weight:750;letter-spacing:-.01em}.veko-guarantee-mini__included{font-size:.68rem;opacity:.68}.veko-guarantee-mini--product{margin:7px 0 2px}.product-purchase-summary>.veko-guarantee-mini--product{display:flex;margin:12px auto 0}.product-card__condition-row,.cart-item__condition-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.veko-guarantee-mini--card{min-height:22px;padding:3px 7px;gap:4px;flex-wrap:nowrap;white-space:nowrap;max-width:none}.veko-guarantee-mini--card strong{font-size:.64rem;white-space:nowrap}.veko-guarantee-mini--card .veko-guarantee-mini__included{display:none}.veko-guarantee-mini--card .veko-guarantee-mini__icon svg{width:12px;height:12px}.veko-guarantee-mini--cart{min-height:24px;padding:4px 7px}.veko-guarantee-mini--cart strong{font-size:.68rem}.veko-guarantee-mini--cart .veko-guarantee-mini__included{display:none}.purchase-confidence .veko-guarantee-mini--confidence{padding:0;border:0;background:transparent;min-height:0;border-radius:0}.purchase-confidence .veko-guarantee-mini--confidence .veko-guarantee-mini__included{display:none}@media(max-width:749px){.veko-guarantee-mini--product{margin-top:6px}.veko-guarantee-mini strong{font-size:.72rem}.veko-guarantee-mini__included{font-size:.65rem}}.product-card__condition-row{justify-content:center}.product-card__condition-row .veko-guarantee-mini--card,.product-card__condition-row .condition-grade-badge--card{margin-left:0;margin-right:0}.condition-grade-badge{min-height:25px;padding:5px 9px;border-width:1px;box-shadow:none;font-size:.6rem;font-weight:850;letter-spacing:.025em}.condition-grade-badge:before{width:6px;height:6px;box-shadow:none}.condition-grade-badge[data-condition-grade=A]{--grade-bg: #168a59;--grade-fg: #ffffff;--grade-border: #168a59}.condition-grade-badge[data-condition-grade=B]{--grade-bg: #fff0c7;--grade-fg: #6b4700;--grade-border: #e4bb54}.condition-grade-badge[data-condition-grade=C]{--grade-bg: #ffe3df;--grade-fg: #8b2c22;--grade-border: #e6a299}.condition-grade-badge[data-condition-grade=new]{--grade-bg: #081626;--grade-fg: #ffffff;--grade-border: #081626}.condition-grade-badge[data-condition-grade=like_new]{--grade-bg: #dff7ed;--grade-fg: #0c6747;--grade-border: #7fd2b2}.condition-grade-badge[data-condition-grade=used]{--grade-bg: #e9edf2;--grade-fg: #253244;--grade-border: #b9c3cf}.condition-grade-badge[data-condition-grade=A]:before,.condition-grade-badge[data-condition-grade=new]:before{background:#fff;border-color:#ffffff94}.product-price .product-saving{padding:6px 10px;color:#fff;background:#168a59;border-color:#168a59;box-shadow:none;font-size:.66rem;font-weight:850}.product-delivery-estimate{padding:11px 13px;color:#0d513a;background:#ecfaf4;border-color:#8fd8bc;box-shadow:none}.product-delivery-estimate__icon{color:#fff;background:#168a59;border-color:#168a59;box-shadow:none}.product-delivery-estimate__copy strong{color:#0d513a}@media screen and (max-width:749px){.condition-grade-badge{min-height:23px;padding:4px 8px;font-size:.56rem}.condition-grade-badge--product{min-height:25px;margin-bottom:8px;padding:5px 9px;font-size:.59rem}.product-price .product-saving{padding:5px 9px;font-size:.62rem}.product-delivery-estimate{padding:10px 12px}}.product-card__condition-row,.cart-item__condition-row{justify-content:flex-start!important;align-items:center!important}.condition-compact-pill{--condition-bg: #0b5d45;--condition-dot: #31df98;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:4px!important;width:fit-content!important;max-width:100%!important;min-width:0!important;height:18px!important;min-height:18px!important;padding:1px 6px!important;margin:4px 0 7px!important;border:0!important;border-radius:999px!important;background:var(--condition-bg)!important;color:#fff!important;box-shadow:none!important;font-size:9px!important;font-weight:850!important;line-height:1!important;letter-spacing:0!important;text-decoration:none!important;white-space:nowrap!important;overflow:visible!important;vertical-align:middle!important}.condition-compact-pill:before{content:""!important;display:block!important;width:5px!important;height:5px!important;flex:0 0 5px!important;border-radius:50%!important;background:var(--condition-dot)!important;box-shadow:none!important}.condition-compact-pill[data-condition-grade=A]{--condition-bg:#0b5d45;--condition-dot:#31df98}.condition-compact-pill[data-condition-grade=B]{--condition-bg:#70591a;--condition-dot:#ffd36a}.condition-compact-pill[data-condition-grade=C]{--condition-bg:#793c2d;--condition-dot:#ff9b7e}.condition-compact-pill[data-condition-grade=new]{--condition-bg:#081626;--condition-dot:#3ddc97}.condition-compact-pill[data-condition-grade=like_new]{--condition-bg:#0d6a57;--condition-dot:#6ce6b7}.condition-compact-pill[data-condition-grade=used]{--condition-bg:#334155;--condition-dot:#a8b5c5}.condition-compact-pill--card,.condition-compact-pill--product,.condition-compact-pill--cart{margin-left:0!important;margin-right:0!important}.condition-compact-pill--product{margin-top:0!important;margin-bottom:0!important}.condition-compact-pill--cart{margin-top:4px!important;margin-bottom:6px!important}.condition-compact-pill--link:hover{filter:brightness(.96)}.condition-grade-panel summary{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:7px!important}.condition-grade-panel__hint{color:#4b5563!important;font-size:.68rem!important;font-weight:750!important;line-height:1.1!important}.condition-grade-panel__plus{width:24px!important;height:24px!important;min-width:24px!important;border:1px solid #cbd5e1!important;background:#081626!important;color:#fff!important;border-radius:50%!important}@media screen and (max-width:749px){.condition-compact-pill{height:17px!important;min-height:17px!important;padding:1px 5px!important;gap:3px!important;font-size:8.5px!important;margin:3px 0 6px!important}.condition-compact-pill:before{width:4px!important;height:4px!important;flex-basis:4px!important}.condition-grade-panel__hint{font-size:.64rem!important}.condition-grade-panel__plus{width:22px!important;height:22px!important;min-width:22px!important}}.product-card__meta-row{display:flex;align-items:center;justify-content:flex-start;gap:6px;width:100%;min-width:0;margin:4px 0 6px;white-space:nowrap}.product-card__meta-row .condition-compact-pill--card{flex:0 0 auto;min-height:16px!important;padding:2px 6px!important;margin:0!important;border:0!important;border-radius:999px!important;background:#145c43!important;color:#fff!important;font-size:8.5px!important;font-weight:850!important;line-height:1!important;letter-spacing:0!important;box-shadow:none!important}.product-card__meta-row .condition-compact-pill--card[data-condition-grade=C]{background:#8a6410!important}.product-card__meta-row .condition-compact-pill--card[data-condition-grade=like_new]{background:#176b4d!important;color:#fff!important}.product-card__meta-row .condition-compact-pill--card[data-condition-grade=used]{background:#35516f!important}.product-card__meta-row .veko-guarantee-mini--card{flex:0 1 auto;min-width:0;min-height:0!important;margin:0!important;padding:0!important;gap:3px!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#145c43!important;text-decoration:none!important}.product-card__meta-row .veko-guarantee-mini--card .veko-guarantee-mini__icon{color:#145c43!important}.product-card__meta-row .veko-guarantee-mini--card .veko-guarantee-mini__icon svg{width:11px!important;height:11px!important}.product-card__meta-row .veko-guarantee-mini--card strong,.product-card__meta-row .veko-guarantee-mini__card-label{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#145c43!important;font-size:8.5px!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important}@media screen and (max-width:749px){.product-card__meta-row{gap:4px;margin:3px 0 5px}.product-card__meta-row .condition-compact-pill--card{min-height:15px!important;padding:2px 5px!important;font-size:8px!important}.product-card__meta-row .veko-guarantee-mini--card strong,.product-card__meta-row .veko-guarantee-mini__card-label{font-size:7.7px!important}.product-card__meta-row .veko-guarantee-mini--card .veko-guarantee-mini__icon svg{width:10px!important;height:10px!important}}.veko-guarantee-mini,.veko-guarantee-mini--card,.veko-guarantee-mini--product,.veko-guarantee-mini--cart{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;width:fit-content!important;max-width:100%!important;min-height:30px!important;margin:5px 0!important;padding:5px 10px!important;border:1px solid #e5e7eb!important;border-radius:999px!important;background:#ffffffd1!important;color:#17181b!important;box-shadow:0 1px 2px #0f172a08!important;text-decoration:none!important;line-height:1.1!important;white-space:nowrap!important}.veko-guarantee-mini__icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;color:#17181b!important}.veko-guarantee-mini__icon svg{width:15px!important;height:15px!important}.veko-guarantee-mini strong,.veko-guarantee-mini__card-label{color:#17181b!important;font-size:.76rem!important;font-weight:800!important;letter-spacing:-.01em!important;line-height:1.1!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.veko-guarantee-mini__included{display:inline!important;color:#6b7280!important;font-size:.72rem!important;font-weight:500!important;opacity:1!important;white-space:nowrap!important}.product-purchase-summary>.veko-guarantee-mini--product{display:inline-flex!important;margin:12px auto 0!important}.product-card__meta-row{flex-wrap:wrap!important;white-space:normal!important}.product-card__meta-row .veko-guarantee-mini--card{flex:0 0 auto!important;min-width:0!important;min-height:30px!important;margin:0!important;padding:5px 10px!important;gap:6px!important;border:1px solid #e5e7eb!important;background:#ffffffd1!important;color:#17181b!important}.cart-item__condition-row{flex-wrap:wrap!important}@media screen and (max-width:749px){.veko-guarantee-mini,.veko-guarantee-mini--card,.veko-guarantee-mini--product,.veko-guarantee-mini--cart{min-height:27px!important;padding:4px 8px!important;gap:5px!important}.veko-guarantee-mini__icon svg{width:14px!important;height:14px!important}.veko-guarantee-mini strong,.veko-guarantee-mini__card-label{font-size:.67rem!important}.veko-guarantee-mini__included{font-size:.64rem!important}.product-card__meta-row .veko-guarantee-mini--card{min-height:27px!important;padding:4px 8px!important;gap:5px!important}}.product-card__meta-row,.cart-item__condition-row{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px}.product-card__meta-row .condition-compact-pill--card,.cart-item__condition-row .condition-compact-pill--cart{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px!important;padding:0 20px!important;margin:0!important;border:0!important;border-radius:999px!important;box-shadow:none!important;white-space:nowrap!important;font-size:18px!important;font-weight:800!important;line-height:1!important}.product-card__meta-row .condition-compact-pill--card:before,.cart-item__condition-row .condition-compact-pill--cart:before{width:14px!important;height:14px!important;flex:0 0 14px!important}.product-card__meta-row .veko-guarantee-mini--card,.cart-item__condition-row .veko-guarantee-mini--cart{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;min-height:42px!important;padding:0 20px!important;margin:0!important;border:2px solid #d9dde3!important;border-radius:999px!important;background:#fff!important;box-shadow:none!important;color:#145c43!important;text-decoration:none!important;white-space:nowrap!important}.product-card__meta-row .veko-guarantee-mini--card .veko-guarantee-mini__icon svg,.cart-item__condition-row .veko-guarantee-mini--cart .veko-guarantee-mini__icon svg{width:22px!important;height:22px!important}.product-card__meta-row .veko-guarantee-mini--card strong,.product-card__meta-row .veko-guarantee-mini__card-label,.cart-item__condition-row .veko-guarantee-mini--cart strong,.cart-item__condition-row .veko-guarantee-mini__card-label{color:#145c43!important;font-size:18px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important}.product-purchase-summary>.veko-guarantee-mini--product{display:flex!important;align-items:center!important;justify-content:center!important;width:fit-content!important;margin:14px auto 0!important}@media screen and (max-width:749px){.product-card__meta-row,.cart-item__condition-row{gap:8px}.product-card__meta-row .condition-compact-pill--card,.cart-item__condition-row .condition-compact-pill--cart,.product-card__meta-row .veko-guarantee-mini--card,.cart-item__condition-row .veko-guarantee-mini--cart{min-height:36px!important;padding:0 16px!important}.product-card__meta-row .condition-compact-pill--card,.cart-item__condition-row .condition-compact-pill--cart{font-size:16px!important;gap:7px!important}.product-card__meta-row .condition-compact-pill--card:before,.cart-item__condition-row .condition-compact-pill--cart:before{width:12px!important;height:12px!important;flex-basis:12px!important}.product-card__meta-row .veko-guarantee-mini--card,.cart-item__condition-row .veko-guarantee-mini--cart{gap:10px!important}.product-card__meta-row .veko-guarantee-mini--card .veko-guarantee-mini__icon svg,.cart-item__condition-row .veko-guarantee-mini--cart .veko-guarantee-mini__icon svg{width:19px!important;height:19px!important}.product-card__meta-row .veko-guarantee-mini--card strong,.product-card__meta-row .veko-guarantee-mini__card-label,.cart-item__condition-row .veko-guarantee-mini--cart strong,.cart-item__condition-row .veko-guarantee-mini__card-label{font-size:16px!important}}.product-card__meta-row,.cart-item__condition-row{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:5px!important}.product-card__meta-row .condition-compact-pill--card,.cart-item__condition-row .condition-compact-pill--cart,.product-card__meta-row .veko-guarantee-mini--card,.cart-item__condition-row .veko-guarantee-mini--cart{box-sizing:border-box!important;width:auto!important;min-width:0!important;height:18px!important;min-height:18px!important;max-height:18px!important;margin:0!important;padding:1px 6px!important;border-radius:999px!important;line-height:1!important;white-space:nowrap!important}.product-card__meta-row .condition-compact-pill--card,.cart-item__condition-row .condition-compact-pill--cart{gap:4px!important;border:0!important;font-size:8.5px!important;font-weight:850!important}.product-card__meta-row .condition-compact-pill--card:before,.cart-item__condition-row .condition-compact-pill--cart:before{width:5px!important;height:5px!important;flex:0 0 5px!important}.product-card__meta-row .veko-guarantee-mini--card,.cart-item__condition-row .veko-guarantee-mini--cart{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;border:1px solid #d9dde3!important;background:#fff!important;color:#145c43!important;box-shadow:none!important}.product-card__meta-row .veko-guarantee-mini--card:before,.cart-item__condition-row .veko-guarantee-mini--cart:before{content:none!important;display:none!important}.product-card__meta-row .veko-guarantee-mini--card .veko-guarantee-mini__icon,.cart-item__condition-row .veko-guarantee-mini--cart .veko-guarantee-mini__icon{display:inline-flex!important;color:#145c43!important}.product-card__meta-row .veko-guarantee-mini--card .veko-guarantee-mini__icon svg,.cart-item__condition-row .veko-guarantee-mini--cart .veko-guarantee-mini__icon svg{width:10px!important;height:10px!important}.product-card__meta-row .veko-guarantee-mini--card strong,.product-card__meta-row .veko-guarantee-mini__card-label,.cart-item__condition-row .veko-guarantee-mini--cart strong,.cart-item__condition-row .veko-guarantee-mini__card-label{font-size:8.5px!important;font-weight:800!important;line-height:1!important;color:#145c43!important;overflow:visible!important;text-overflow:clip!important}@media screen and (max-width:749px){.product-card__meta-row,.cart-item__condition-row{gap:4px!important}.product-card__meta-row .condition-compact-pill--card,.cart-item__condition-row .condition-compact-pill--cart,.product-card__meta-row .veko-guarantee-mini--card,.cart-item__condition-row .veko-guarantee-mini--cart{height:18px!important;min-height:18px!important;max-height:18px!important;padding:1px 5px!important}.product-card__meta-row .condition-compact-pill--card,.cart-item__condition-row .condition-compact-pill--cart,.product-card__meta-row .veko-guarantee-mini--card strong,.product-card__meta-row .veko-guarantee-mini__card-label,.cart-item__condition-row .veko-guarantee-mini--cart strong,.cart-item__condition-row .veko-guarantee-mini__card-label{font-size:8px!important}.product-card__meta-row .veko-guarantee-mini--card .veko-guarantee-mini__icon svg,.cart-item__condition-row .veko-guarantee-mini--cart .veko-guarantee-mini__icon svg{width:9px!important;height:9px!important}}@media(hover:hover)and (pointer:fine){.product-media[data-media-type=image] img[data-product-zoom-image]{cursor:zoom-in}}.veko-product-zoom[hidden]{display:none!important}.veko-product-zoom{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;background:#000000e0;display:flex;align-items:center;justify-content:center;padding:32px}.veko-product-zoom__viewport{width:min(94vw,1600px);height:min(88vh,1100px);overflow:auto;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.veko-product-zoom__image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;cursor:zoom-in;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transition:transform .18s ease;transform-origin:center center}.veko-product-zoom__image.is-zoomed{transform:scale(1.8);cursor:zoom-out}.veko-product-zoom__close{position:fixed;top:18px;right:22px;z-index:2;width:46px;height:46px;border:0;border-radius:999px;background:#fffffff5;color:#111;font:400 32px/1 Arial,sans-serif;cursor:pointer;box-shadow:0 4px 18px #00000040}.veko-product-zoom__hint{position:fixed;left:50%;bottom:16px;transform:translate(-50%);padding:8px 12px;border-radius:999px;background:#00000094;color:#fff;font-size:12px;line-height:1.2;pointer-events:none;white-space:nowrap}body.veko-product-zoom-open{overflow:hidden}@media(max-width:749px){.product-gallery__arrow{display:none!important}.product-gallery__stage{touch-action:pan-y}.product-media img,.product-media>svg{padding:3%}.product-media[data-media-type=image] img[data-product-zoom-image]{cursor:zoom-in}.veko-product-zoom{padding:12px}.veko-product-zoom__viewport{width:100vw;height:86vh;touch-action:pan-x pan-y pinch-zoom}.veko-product-zoom__image.is-zoomed{transform:scale(2)}}
/*# sourceMappingURL=/cdn/shop/t/341/assets/theme-originale.css.map */
