.category-carousel__heading{align-items:end}.category-carousel__actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}.category-carousel__buttons{display:flex;gap:8px}.category-carousel__button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:var(--color-surface);color:var(--color-ink);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}.category-carousel__button:hover:not(:disabled){border-color:var(--color-ink);background:var(--color-ink);color:#fff}.category-carousel__button:disabled{opacity:.32;cursor:not-allowed}.category-carousel__button span{margin-top:-3px;font-family:sans-serif;font-size:1.75rem;line-height:1}.category-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 56px)/5);gap:14px;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.category-carousel__track::-webkit-scrollbar{display:none}.category-card{min-width:0;display:grid;grid-template-rows:auto 1fr;border:1px solid var(--color-border);border-radius:var(--card-radius);overflow:hidden;background:var(--color-surface);scroll-snap-align:start;scroll-snap-stop:always;transition:transform .2s ease,border-color .2s ease}.category-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--color-accent) 55%,var(--color-border))}.category-card__media{aspect-ratio:1;overflow:hidden;background:#efefeb}.category-card__media img,.category-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover .category-card__media img{transform:scale(1.04)}.category-card__content{padding:14px 13px}.category-card h3{font-family:var(--font-body);font-size:.9rem;line-height:1.3;letter-spacing:0}.category-card span{color:var(--color-muted);font-size:.72rem}@media(max-width:1000px){.category-carousel__track{grid-auto-columns:calc((100% - 28px) / 3)}}@media(max-width:760px){.category-carousel__heading{align-items:flex-start;flex-direction:column}.category-carousel__actions{width:100%;justify-content:space-between;gap:12px}}@media(max-width:560px){.category-carousel__button{width:38px;height:38px}.category-carousel__track{grid-auto-columns:78%;gap:10px;scroll-padding-inline:1px}}.featured-collection--surface{background:var(--color-surface)}.site-footer{margin-top:clamp(48px,7vw,90px);background:#171717;color:#fff}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:clamp(30px,4vw,58px);padding-block:66px 48px}.footer-logo{width:160px;height:160px;display:block;border-radius:50%;overflow:hidden;background:#fff}.footer-logo__image{width:100%;height:100%;display:block;object-fit:contain}.footer-brand>p,.footer-newsletter>p{max-width:42ch;margin-top:14px;color:#b9b9b4}.footer-trust{display:grid;gap:10px;margin-top:24px}.footer-trust span{display:flex;align-items:center;gap:9px;color:#e7e7e1;font-size:.85rem}.footer-menu h2,.footer-contact h2,.footer-newsletter h2,.footer-socials h2{margin-bottom:17px;font-size:1rem;letter-spacing:0}.footer-menu ul{display:grid;gap:10px;padding:0;list-style:none;color:#b9b9b4;font-size:.88rem}.footer-menu a:hover,.footer-contact a:hover,.footer-policies a:hover{color:#fff}.footer-socials{margin-top:26px}.footer-socials h2{margin-bottom:12px}.footer-socials__links{display:flex;flex-wrap:wrap;gap:10px}.footer-socials__links a{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #4a4a4a;border-radius:50%;background:#242424;color:#fff;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.footer-socials__links a:hover{border-color:var(--color-accent);background:var(--color-accent);transform:translateY(-2px)}.footer-contact__list{display:grid;gap:16px;color:#b9b9b4;font-size:.88rem;font-style:normal}.footer-contact__list div{display:grid;gap:4px}.footer-contact__list strong{color:#fff;font-size:.8rem}.footer-contact__list a,.footer-contact__list span{overflow-wrap:anywhere}.footer-contact__action{width:fit-content;color:var(--color-accent);font-weight:800;text-decoration:underline;text-underline-offset:3px}.footer-newsletter__form{width:100%;max-width:420px;display:grid;gap:10px;margin-top:20px}.footer-newsletter__label{color:#fff;font-size:.95rem;font-weight:800;line-height:1.4}.footer-newsletter__form input{width:100%;min-width:0;min-height:60px;border:2px solid #666;border-radius:var(--button-radius);background:#252525;color:#fff;padding:0 18px;font-size:1rem}.footer-newsletter__form input::placeholder{color:#b9b9b4;opacity:1}.footer-newsletter__form input:focus{border-color:var(--color-accent);outline:3px solid color-mix(in srgb,var(--color-accent) 35%,transparent);outline-offset:2px}.footer-newsletter__form .button{width:100%;min-height:56px;font-size:1rem}.footer-newsletter__form .form-message{font-size:.82rem}.footer-bottom{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid #363636;color:#9f9f99;font-size:.78rem}.footer-bottom p{margin:0}.footer-bottom__meta{display:grid;gap:8px}.footer-policies,.footer-payments{display:flex;flex-wrap:wrap;gap:7px 16px}.footer-policies a{text-decoration:underline;text-underline-offset:3px}.footer-payments{justify-content:flex-end}.footer-payments svg{width:38px;height:auto}.footer-payment-cluster{max-width:620px;display:grid;justify-items:end;gap:12px;text-align:right}.footer-local-payments{display:grid;justify-items:end;gap:7px}.footer-local-payments>strong{color:#fff;font-size:.78rem}.footer-local-payments>small{max-width:48ch;color:#9f9f99;font-size:.68rem}.footer-local-payments__badges{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:7px}.footer-local-payments__badges span{display:inline-flex;min-height:30px;align-items:center;padding:5px 10px;border:1px solid #555;border-radius:6px;background:#fff;color:#171717;font-size:.7rem;font-weight:900}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand,.footer-newsletter{grid-column:1 / -1}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px 20px;padding-block:48px 34px}.footer-brand,.footer-contact,.footer-newsletter{grid-column:1 / -1}.footer-bottom{align-items:start;flex-direction:column;padding-block:20px}.footer-payment-cluster,.footer-local-payments{justify-items:start;text-align:left}.footer-payments,.footer-local-payments__badges{justify-content:flex-start}}.site-header{position:relative;z-index:30;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.announcement{background:var(--color-ink);color:#fff;font-size:.79rem}.announcement__inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:18px;text-align:center}.announcement a{color:#ffd9be;text-decoration:underline;text-underline-offset:3px;font-weight:800}.header-main{min-height:82px;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:clamp(22px,4vw,56px)}.header-logo{width:64px;height:64px;display:block;flex:0 0 auto;border-radius:50%;overflow:hidden;background:#fff}.header-logo__image{width:100%;height:100%;display:block;object-fit:contain}.header-predictive-search,.mobile-predictive-search{position:relative;display:block;min-width:0}.header-search{width:100%;height:48px;display:grid;grid-template-columns:1fr 52px;border:2px solid var(--color-ink);border-radius:9px;overflow:hidden;background:#fff}.header-search input[type=search]{min-width:0;border:0;padding:0 16px;outline:0;color:var(--color-ink)}.header-search button{display:grid;place-items:center;border:0;background:var(--color-accent);color:#fff;cursor:pointer}.predictive-search__results{position:absolute;z-index:50;top:calc(100% + 8px);right:0;left:0;max-height:min(68vh,580px);overflow-y:auto;border:1px solid var(--color-border);border-radius:12px;background:#fff;color:var(--color-ink);box-shadow:0 18px 45px #0000002e}kt-predictive-search[aria-busy=true] .predictive-search__results:before{content:"";position:sticky;z-index:2;top:0;display:block;width:100%;height:3px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);animation:predictive-search-loading .8s linear infinite}@keyframes predictive-search-loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}.header-actions{display:flex;align-items:center;gap:20px}.header-action{position:relative;display:flex;align-items:center;gap:8px;font-weight:800;font-size:.86rem}.header-action:hover{color:var(--color-accent-strong)}.header-cart__count{min-width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--color-accent);color:#fff;font-size:.68rem}.header-menu-button{display:none}.desktop-nav{border-top:1px solid var(--color-border);background:#fff}.desktop-nav__inner{min-height:48px;display:flex;align-items:center;gap:28px}.category-menu{position:relative;height:48px}.category-menu summary{height:48px;display:flex;align-items:center;gap:9px;min-width:210px;padding:0 16px;background:var(--color-ink);color:#fff;font-weight:800;cursor:pointer;list-style:none}.category-menu summary::-webkit-details-marker{display:none}.category-menu summary .icon-chevron{margin-left:auto}.category-menu[open] summary .icon-chevron{transform:rotate(180deg)}.category-menu__panel{position:absolute;z-index:10;top:100%;left:0;width:320px;max-height:min(70vh,520px);overflow-y:auto;padding:10px;border:1px solid var(--color-border);border-radius:0 0 12px 12px;background:var(--color-surface);box-shadow:0 16px 34px #0000001f}.category-menu__panel a{display:flex;justify-content:space-between;padding:10px 11px;border-radius:7px;font-size:.9rem;font-weight:700}.category-menu__panel a:hover{background:var(--color-canvas);color:var(--color-accent-strong)}.category-menu__count{margin-left:14px;color:var(--color-muted);font-size:.7rem;font-weight:600;white-space:nowrap}.desktop-nav__links{display:flex;align-items:center;gap:28px;padding:0;list-style:none;font-size:.86rem;font-weight:800}.desktop-nav__links a:hover,.desktop-nav__links a[aria-current=page]{color:var(--color-accent-strong)}.desktop-nav__quote{margin-left:auto;display:flex;align-items:center;gap:7px;color:var(--color-accent-strong);font-size:.84rem;font-weight:800}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;grid-template-columns:minmax(280px,88vw) 1fr}.mobile-menu__backdrop{grid-column:1 / -1;grid-row:1;border:0;background:#00000080}.mobile-menu__panel{grid-column:1;grid-row:1;z-index:1;display:flex;flex-direction:column;overflow-y:auto;background:var(--color-surface);box-shadow:12px 0 40px #00000029}.mobile-menu__heading{min-height:64px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border);font-size:1.2rem}.mobile-menu__brand{width:52px;height:52px;display:block;border-radius:50%;overflow:hidden;background:#fff}.mobile-menu__logo{width:100%;height:100%;display:block;object-fit:contain}.mobile-menu__heading button{width:40px;height:40px;border:0;background:transparent;font-size:2rem;cursor:pointer}.mobile-menu__search{margin:16px;display:grid;grid-template-columns:1fr 46px;border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.mobile-menu__search input{min-width:0;border:0;padding:11px 12px}.mobile-menu__search button{border:0;background:var(--color-accent);color:#fff;display:grid;place-items:center}.mobile-predictive-search .predictive-search__results{top:calc(100% - 16px);right:16px;left:16px;max-height:min(52vh,460px)}.mobile-menu nav ul{list-style:none;padding:0 16px}.mobile-menu nav>ul>li{border-bottom:1px solid var(--color-border)}.mobile-menu nav a,.mobile-menu nav summary{min-height:50px;display:flex;align-items:center;justify-content:space-between;font-weight:800;cursor:pointer;list-style:none}.mobile-menu nav details div{padding:0 0 10px 16px}.mobile-menu nav details div a{min-height:40px;font-weight:600;color:var(--color-muted)}.mobile-menu__footer{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--color-border)}.mobile-menu__footer a{min-height:56px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800}.mobile-menu__footer a+a{border-left:1px solid var(--color-border)}@media(max-width:900px){.header-main{min-height:68px;grid-template-columns:auto 1fr auto;gap:14px}.header-menu-button{display:grid;place-items:center;width:40px;height:40px;border:0;background:transparent}.header-logo{width:54px;height:54px;justify-self:center}.header-predictive-search,.desktop-nav,.header-action span:not(.header-cart__count),.header-action:first-child{display:none}.header-actions{gap:0}}.article-page{max-width:1080px}.article-page header{max-width:850px;margin:0 auto 34px;text-align:center}.article-page header p{margin:0 0 10px;color:var(--color-accent-strong);font-size:.76rem;font-weight:800;text-transform:uppercase}.article-page h1{font-size:clamp(2.2rem,5vw,5rem)}.article-page header span{display:block;margin-top:15px;color:var(--color-muted)}.article-page>img{width:100%;max-height:620px;object-fit:cover;border-radius:var(--card-radius)}.article-page__content{max-width:780px;margin:40px auto 0;font-size:1.05rem}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface)}.article-card__image{display:block;aspect-ratio:16 / 10;overflow:hidden;background:#eee}.article-card__image img,.article-card__image svg{width:100%;height:100%;object-fit:cover}.article-card>div{padding:18px}.article-card time{color:var(--color-accent-strong);font-size:.72rem;font-weight:800}.article-card h2{margin-top:6px;font-size:1.25rem}.article-card p{margin:9px 0 0;color:var(--color-muted);font-size:.84rem}@media(max-width:760px){.article-grid{grid-template-columns:1fr}}.cart-heading{display:flex;align-items:center;gap:12px;margin-bottom:26px}.cart-heading h1{font-size:clamp(2.2rem,5vw,4rem)}.cart-heading>span{min-width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--color-accent);color:#fff;font-weight:800}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:28px}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:120px minmax(0,1fr) 100px 110px;align-items:center;gap:18px;padding:16px;border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface)}.cart-item__image{aspect-ratio:1;overflow:hidden;border-radius:8px;background:var(--color-canvas)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info>p{margin:0 0 4px;color:var(--color-accent-strong);font-size:.68rem;font-weight:800;text-transform:uppercase}.cart-item__info h2{font-family:var(--font-body);font-size:.95rem;line-height:1.35;letter-spacing:0}.cart-item__info>span,.cart-item__info>small{display:block;color:var(--color-muted);font-size:.73rem}.cart-item__discounts{margin-top:6px;padding:0;list-style:none;color:var(--color-success);font-size:.73rem;font-weight:800}.cart-item__quantity{display:grid;gap:5px}.cart-item__quantity .field{min-height:42px;text-align:center}.cart-item__quantity a{color:var(--color-muted);font-size:.7rem;text-align:center;text-decoration:underline}.cart-item__price{display:grid;justify-items:end}.cart-item__price s{color:var(--color-muted);font-size:.75rem}.cart-summary{position:sticky;top:20px;padding:24px;border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface)}.cart-summary h2{font-family:var(--font-body);font-size:.88rem;letter-spacing:0}.cart-summary>strong{display:block;margin:8px 0 18px;font-family:var(--font-heading);font-size:2rem}.cart-summary ul{padding:10px 0;list-style:none;color:var(--color-success);font-size:.78rem}.cart-summary p{display:flex;gap:8px;padding:12px;border-radius:8px;background:color-mix(in srgb,var(--color-success) 8%,white);color:var(--color-muted);font-size:.75rem}.cart-summary p .icon{flex:0 0 auto;color:var(--color-success)}.cart-summary .cart-minimum-notice{background:color-mix(in srgb,var(--color-accent) 8%,white);color:var(--color-ink);font-weight:800}.cart-summary .cart-minimum-error{background:#fff0f0;color:var(--color-accent-strong);font-weight:800}.cart-summary [hidden]{display:none}.cart-summary .button{margin-top:9px}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:680px){.cart-item{grid-template-columns:88px 1fr auto;gap:12px}.cart-item__quantity{grid-column:2;grid-row:2;grid-template-columns:90px auto;align-items:center}.cart-item__price{grid-column:3;grid-row:1 / 3}}.collection-header{position:relative;min-height:250px;display:grid;grid-template-columns:1fr minmax(300px,.6fr);align-items:center;gap:40px;padding:clamp(30px,5vw,62px);border-radius:16px;overflow:hidden;background:#1d1d1d;color:#fff}.collection-header>div{position:relative;z-index:1}.collection-header>div>p{margin:0 0 8px;color:#ffb681;font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.collection-header h1{font-size:clamp(2.2rem,5vw,4.8rem)}.collection-header__description{max-width:58ch;margin-top:16px;color:#bbb}.collection-header>img{width:100%;height:220px;object-fit:cover;border-radius:12px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:28px 0 18px}.collection-sort{display:flex;align-items:center;gap:9px;margin-left:auto}.collection-sort label{color:var(--color-muted);font-size:.8rem;font-weight:800}.collection-sort select{width:auto;min-width:190px;min-height:42px}.collection-filter-toggle{display:none;min-height:42px}.collection-layout{display:grid;grid-template-columns:240px minmax(0,1fr);align-items:start;gap:24px}.collection-filters{padding:4px 17px 17px;border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface)}.filter-group{border-bottom:1px solid var(--color-border)}.filter-group summary{min-height:52px;display:flex;align-items:center;gap:7px;font-size:.85rem;font-weight:800;cursor:pointer;list-style:none}.filter-group summary .icon{margin-left:auto}.filter-group[open] summary .icon{transform:rotate(180deg)}.filter-group summary span{min-width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--color-ink);color:#fff;font-size:.66rem}.filter-group__body{display:grid;gap:9px;padding:0 0 16px;max-height:280px;overflow-y:auto}.filter-option{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;font-size:.78rem;cursor:pointer}.filter-option input{width:17px;height:17px;accent-color:var(--color-accent)}.filter-option small{color:var(--color-muted)}.price-filter{display:grid;grid-template-columns:1fr 1fr;gap:8px}.price-filter label span{display:block;margin-bottom:5px;color:var(--color-muted);font-size:.7rem}.price-filter .field{min-height:40px;padding:8px}.collection-filters form>.button{margin-top:12px}@media(max-width:900px){.collection-header{grid-template-columns:1fr}.collection-header>img{display:none}.collection-filter-toggle{display:inline-flex}.collection-layout{grid-template-columns:1fr}.collection-filters{display:none}.collection-filters.is-open{display:block}}@media(max-width:560px){.collection-toolbar{align-items:stretch}.collection-sort label{display:none}.collection-sort select{width:100%;min-width:0}}.list-collections{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.list-collection-card{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface)}.list-collection-card>div{aspect-ratio:16 / 10;overflow:hidden}.list-collection-card img,.list-collection-card svg{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.list-collection-card:hover img{transform:scale(1.04)}.list-collection-card>span{display:grid;padding:16px;color:var(--color-muted);font-size:.75rem}.list-collection-card strong{color:var(--color-ink);font-size:1rem}@media(max-width:760px){.list-collections{grid-template-columns:1fr 1fr}}.page-content{max-width:920px}.page-content h1{margin-bottom:26px;font-size:clamp(2.2rem,5vw,4.6rem)}.page-content .rte{padding:clamp(26px,5vw,56px);border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface)}.password-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top right,color-mix(in srgb,var(--color-accent) 18%,transparent),transparent 38%),var(--color-canvas)}.password-card{width:min(100%,580px);padding:clamp(34px,7vw,70px);border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface);text-align:center;box-shadow:0 18px 50px #1c17121a}.password-logo{width:180px;height:180px;display:inline-block;margin-bottom:28px;border-radius:50%;overflow:hidden;background:#fff}.password-logo__image{width:100%;height:100%;display:block;object-fit:contain}.password-card h1{font-size:clamp(2rem,5vw,3.6rem)}.password-card>p{margin:14px 0 24px;color:var(--color-muted)}.password-form{display:grid;grid-template-columns:1fr auto;gap:8px}@media(max-width:520px){.password-form{grid-template-columns:1fr}}.main-product__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.78fr);align-items:start;gap:clamp(34px,5vw,74px)}.product-gallery{min-width:0}.product-gallery__main{position:relative;aspect-ratio:1;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface)}.product-gallery__track{width:100%;height:100%;display:flex;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.product-gallery__track::-webkit-scrollbar{display:none}.product-gallery__slide{min-width:100%;height:100%;display:grid;place-items:center;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;background:var(--color-surface)}.product-gallery__media,.product-gallery__slide>img,.product-gallery__slide>video,.product-gallery__slide>iframe,.product-gallery__slide>model-viewer{width:100%;height:100%;object-fit:contain;border:0}.gallery-arrow{position:absolute;z-index:2;top:50%;width:46px;height:46px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid var(--color-border);border-radius:50%;background:#fffffff0;color:var(--color-ink);box-shadow:0 8px 22px #0000001f;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.gallery-arrow:hover{background:var(--color-ink);color:#fff;transform:translateY(-50%) scale(1.04)}.gallery-arrow span{margin-top:-3px;font-family:sans-serif;font-size:2rem;line-height:1}.gallery-arrow--previous{left:14px}.gallery-arrow--next{right:14px}.gallery-counter{position:absolute;z-index:2;right:14px;bottom:14px;display:flex;gap:5px;align-items:center;min-height:34px;padding:5px 11px;border:1px solid rgba(255,255,255,.55);border-radius:99px;background:#191919c7;color:#fff;font-size:.76rem;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-gallery__thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:82px;gap:10px;overflow-x:auto;padding:12px 2px 4px;scrollbar-width:thin}.product-thumb{width:82px;aspect-ratio:1;padding:0;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:var(--color-surface);cursor:pointer;transition:border-color .2s ease,transform .2s ease}.product-thumb:hover{transform:translateY(-2px)}.product-thumb.is-active{border:2px solid var(--color-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent) 18%,transparent)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info--sticky{position:sticky;top:20px}.product-info__vendor{margin:0 0 7px;color:var(--color-accent-strong);font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-info h1{font-size:clamp(2rem,3.4vw,3.35rem)}.product-info__sku{margin:10px 0 0;color:var(--color-muted);font-size:.78rem}.product-info__price{margin-top:16px}.product-info__price .price__current{font-size:1.7rem}.product-form{display:grid;gap:18px;margin-top:24px}.product-form__field{min-width:0}.quantity-breaks{overflow:hidden;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface)}.quantity-breaks__heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border-bottom:1px solid var(--color-border);background:color-mix(in srgb,var(--color-accent) 7%,white)}.quantity-breaks__heading span{display:block;color:var(--color-accent-strong);font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.quantity-breaks__heading h2{margin-top:2px;font-family:var(--font-body);font-size:1.02rem;letter-spacing:0}.quantity-breaks__engine{flex:0 0 auto;padding:5px 8px;border-radius:99px;background:#fff}.quantity-breaks__table{display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr))}.quantity-tier{min-width:0;display:grid;gap:5px;padding:15px 11px;border:0;border-right:1px solid var(--color-border);background:#fff;text-align:left;cursor:pointer}.quantity-tier:last-child{border-right:0}.quantity-tier:hover,.quantity-tier.is-active{background:color-mix(in srgb,var(--color-accent) 10%,white);box-shadow:inset 0 -3px var(--color-accent)}.quantity-tier span,.quantity-tier strong{display:block}.quantity-tier span{font-size:.75rem;font-weight:800}.quantity-tier small{display:block;margin-top:2px;color:var(--color-success);font-size:.64rem;font-weight:800}.quantity-tier strong{font-family:var(--font-heading);font-size:1.02rem}.pricing-notice{display:flex;align-items:center;gap:8px;margin:-7px 0 0;color:var(--color-muted);font-size:.77rem}.pricing-notice .icon{flex:0 0 auto;color:var(--color-success)}.product-purchase{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:18px}.quantity-selector{display:grid;grid-template-columns:42px 58px 42px;height:48px;border:1px solid var(--color-border);border-radius:var(--button-radius);overflow:hidden;background:#fff}.quantity-selector button{border:0;background:#f7f7f4;display:grid;place-items:center;cursor:pointer}.quantity-selector input{width:100%;border:0;border-inline:1px solid var(--color-border);text-align:center;-webkit-appearance:textfield;appearance:textfield;font-weight:800}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-minimum-notice{margin:12px 0 0;color:var(--color-accent-strong);font-size:.78rem;font-weight:800}.product-estimate{min-width:0;display:grid;grid-template-columns:1fr auto;gap:1px 16px;align-items:baseline}.product-estimate>span{color:var(--color-muted);font-size:.77rem}.product-estimate>strong{font-family:var(--font-heading);font-size:1.3rem}.product-estimate small{grid-column:1 / -1;color:var(--color-muted)}.product-estimate b{color:var(--color-ink)}.product-form__submit{min-height:56px;font-size:1rem}.product-assurances{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.product-assurances>div{display:flex;gap:10px;padding:13px;border-radius:9px;background:var(--color-surface)}.product-assurances .icon{flex:0 0 auto;color:var(--color-accent-strong)}.product-assurances strong,.product-assurances span{display:block}.product-assurances strong{font-size:.78rem}.product-assurances span{color:var(--color-muted);font-size:.7rem}.product-details{margin-top:22px;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.product-details summary{min-height:54px;display:flex;align-items:center;justify-content:space-between;font-weight:800;cursor:pointer;list-style:none}.product-details[open] summary .icon{transform:rotate(180deg)}.product-details .rte{padding:0 0 22px;color:var(--color-muted)}@media(max-width:900px){.main-product__grid{grid-template-columns:1fr}.product-info--sticky{position:static}}@media(max-width:520px){.gallery-arrow{width:40px;height:40px}.gallery-arrow--previous{left:9px}.gallery-arrow--next{right:9px}.gallery-counter{right:9px;bottom:9px}.product-gallery__thumbs{grid-auto-columns:68px;gap:8px}.product-thumb{width:68px}.quantity-breaks__table{grid-template-columns:1fr}.quantity-tier{grid-template-columns:1fr auto;align-items:center;border-right:0;border-bottom:1px solid var(--color-border)}.quantity-tier:last-child{border-bottom:0}.product-purchase,.product-assurances{grid-template-columns:1fr}}.search-page__heading{margin-bottom:40px;padding:clamp(28px,5vw,56px);border-radius:16px;background:#1d1d1d;color:#fff}.search-page__heading h1{font-size:clamp(2.2rem,5vw,4.8rem)}.search-page__heading form{max-width:760px;display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:24px}.search-page__heading .field{border-color:#555;background:#fff}.marketplace-hero__grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);min-height:560px;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 14px 44px #2d221614}.marketplace-hero__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,6vw,88px)}.marketplace-hero__eyebrow{margin:0 0 15px;color:var(--color-accent-strong);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.marketplace-hero h1{max-width:12ch;font-size:clamp(2.5rem,5.4vw,5.25rem)}.marketplace-hero__text{max-width:55ch;margin-top:20px;color:var(--color-muted);font-size:clamp(.98rem,1.3vw,1.12rem)}.marketplace-hero__text p:last-child{margin-bottom:0}.marketplace-hero__actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.marketplace-hero__stats{display:flex;flex-wrap:wrap;gap:20px 34px;margin-top:40px;padding-top:24px;border-top:1px solid var(--color-border)}.hero-stat{display:grid}.hero-stat strong{font-family:var(--font-heading);font-size:1.35rem}.hero-stat span{color:var(--color-muted);font-size:.75rem}.marketplace-hero__media{position:relative;min-height:520px;overflow:hidden;background:#eeeae3}.marketplace-hero__image{width:100%;height:100%;object-fit:cover}.marketplace-hero__fallback{width:100%;height:100%;display:grid;align-content:center;justify-items:center;gap:20px;padding:42px;background:linear-gradient(145deg,#fff 0 55%,#171717 55% 100%)}.marketplace-hero__fallback-logo{width:min(78%,360px);aspect-ratio:1;border-radius:50%;box-shadow:0 18px 60px #0000002e}.marketplace-hero__fallback span{padding:8px 12px;border-radius:99px;background:#fff;color:#171717;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-align:center;text-transform:uppercase}.hero-deal{position:absolute;right:24px;bottom:24px;width:min(230px,calc(100% - 48px));display:grid;gap:3px;padding:18px;border:1px solid rgba(255,255,255,.5);border-radius:12px;background:#ffffffeb;box-shadow:0 12px 30px #00000024;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-deal span{color:var(--color-accent-strong);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-deal strong{font-family:var(--font-heading);font-size:1.45rem}.hero-deal small{color:var(--color-muted)}@media(max-width:900px){.marketplace-hero__grid{grid-template-columns:1fr}.marketplace-hero__content{padding:42px 28px}.marketplace-hero__media{min-height:430px}}@media(max-width:560px){.marketplace-hero__grid{border-radius:12px}.marketplace-hero__content{padding:34px 20px}.marketplace-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.marketplace-hero__media{min-height:330px}.hero-deal{right:14px;bottom:14px}}.predictive-search__panel{padding:10px}.predictive-search__heading{margin:0;padding:7px 9px 9px;color:var(--color-muted);font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.predictive-search__list{display:grid;gap:3px;margin:0;padding:0;list-style:none}.predictive-search__option{border-radius:9px}.predictive-search__option.is-active,.predictive-search__option:hover{background:var(--color-canvas)}.predictive-search__link{display:grid;grid-template-columns:62px minmax(0,1fr);align-items:center;gap:12px;min-height:76px;padding:7px}.predictive-search__image,.predictive-search__placeholder{width:62px;height:62px;border-radius:7px;background:#f1f1ee;object-fit:cover}.predictive-search__placeholder{display:grid;place-items:center;color:var(--color-muted)}.predictive-search__product{min-width:0;display:grid;gap:3px}.predictive-search__title{overflow:hidden;font-size:.9rem;font-weight:800;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.predictive-search__product .price{gap:6px;font-family:var(--font-body)}.predictive-search__product .price__current,.predictive-search__product .price>span{font-size:.82rem;font-weight:700}.predictive-search__product .price__compare{font-size:.74rem}.predictive-search__empty{margin:0;padding:22px 14px;color:var(--color-muted);text-align:center}.predictive-search__view-all{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:7px;padding:10px 12px;border-top:1px solid var(--color-border);color:var(--color-accent-strong);font-size:.84rem;font-weight:800}.predictive-search__view-all:hover{color:var(--color-ink)}.promo-slider-section{padding-top:clamp(18px,3vw,34px)}.promo-slider-section--full{padding-top:0}.promo-slider{position:relative;display:block;overflow:hidden;border-radius:var(--card-radius);background:#111;box-shadow:0 18px 50px #17171721}.promo-slider-section--full .promo-slider{border-radius:0}.promo-slider__viewport{position:relative;min-height:var(--promo-height)}.promo-slide{position:absolute;top:0;right:0;bottom:0;left:0;min-height:var(--promo-height);display:grid;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .45s ease,visibility .45s ease}.promo-slide.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto;z-index:1}.promo-slide__media,.promo-slide__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.promo-slide__media picture{display:block;width:100%;height:100%}.promo-slide__image{width:100%;height:100%;object-fit:cover}.promo-slide__fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(115deg,#f8f8f6 0 45%,#171717 45% 100%)}.promo-slide__brand{width:min(36vw,300px);aspect-ratio:1;object-fit:contain;border-radius:50%;background:#fff;box-shadow:0 18px 55px #00000029}.promo-slide__overlay{background:linear-gradient(90deg,rgba(0,0,0,var(--overlay-opacity)) 0%,rgba(0,0,0,calc(var(--overlay-opacity) * .58)) 52%,transparent 85%)}.promo-slide--right .promo-slide__overlay{background:linear-gradient(270deg,rgba(0,0,0,var(--overlay-opacity)) 0%,rgba(0,0,0,calc(var(--overlay-opacity) * .58)) 52%,transparent 85%)}.promo-slide--center .promo-slide__overlay{background:rgba(0,0,0,var(--overlay-opacity))}.promo-slide__inner{position:relative;z-index:2;min-height:var(--promo-height);display:flex;align-items:center;padding-block:clamp(46px,7vw,92px)}.promo-slide--right .promo-slide__inner{justify-content:flex-end}.promo-slide--center .promo-slide__inner{justify-content:center;text-align:center}.promo-slide__content{width:min(100%,610px);padding:clamp(22px,3.5vw,48px);border-radius:calc(var(--card-radius) + 4px);background:#ffffffeb;color:var(--color-ink);box-shadow:0 14px 50px #0000001f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.promo-slide__content--light{background:#101010d1;color:#fff}.promo-slide__badge{display:inline-flex;margin-bottom:13px;padding:7px 11px;border-radius:999px;background:var(--color-accent);color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.promo-slide h2{font-size:clamp(2rem,4.4vw,4.5rem);line-height:.98}.promo-slide__text{max-width:54ch;margin-top:17px;color:inherit;opacity:.86}.promo-slide--center .promo-slide__text{margin-inline:auto}.promo-slide__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.promo-slide--center .promo-slide__actions{justify-content:center}.promo-slide__content--light .promo-slide__secondary{border-color:#ffffff80;color:#fff}.promo-slider__controls{position:absolute;z-index:4;right:0;bottom:20px;left:0;display:flex;align-items:center;justify-content:center;gap:12px;pointer-events:none}.promo-slider__arrow,.promo-slider__dot{pointer-events:auto;cursor:pointer}.promo-slider__arrow{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.58);border-radius:50%;background:#0f0f0fb3;color:#fff;font-size:1.7rem;line-height:1}.promo-slider__dots{display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:#0f0f0fb3}.promo-slider__dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#ffffff80;transition:width .2s ease,background-color .2s ease}.promo-slider__dot.is-active{width:28px;border-radius:99px;background:var(--color-accent)}@media(max-width:749px){.promo-slider-section:not(.promo-slider-section--full){padding-top:12px}.promo-slider__viewport,.promo-slide,.promo-slide__inner{min-height:var(--promo-mobile-height)}.promo-slide__inner{align-items:end;padding-block:80px 76px}.promo-slide__content{width:100%;padding:22px}.promo-slide h2{font-size:clamp(1.8rem,10vw,3.1rem)}.promo-slide__overlay,.promo-slide--right .promo-slide__overlay{background:linear-gradient(0deg,rgba(0,0,0,var(--overlay-opacity)) 0%,rgba(0,0,0,calc(var(--overlay-opacity) * .46)) 66%,transparent 100%)}.promo-slide__actions .button{flex:1 1 160px}.promo-slider__controls{bottom:18px}.promo-slider__arrow{display:none}}.related-products--surface{background:var(--color-surface)}.related-products__heading{align-items:end}.related-products__buttons{display:flex;flex:0 0 auto;gap:8px}.related-products__button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:var(--color-surface);color:var(--color-ink);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}.related-products__button:hover:not(:disabled){border-color:var(--color-ink);background:var(--color-ink);color:#fff}.related-products__button:disabled{opacity:.32;cursor:not-allowed}.related-products__button span{margin-top:-3px;font-family:sans-serif;font-size:1.75rem;line-height:1}.related-products__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/4);gap:16px;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.related-products__track::-webkit-scrollbar{display:none}.related-products__item{min-width:0;scroll-snap-align:start;scroll-snap-stop:always}.related-products__item .product-card{height:100%}@media(max-width:900px){.related-products__track{grid-auto-columns:calc((100% - 16px)/2)}}@media(max-width:560px){.related-products__heading{align-items:flex-start}.related-products__button{width:38px;height:38px}.related-products__track{grid-auto-columns:78%;gap:10px;scroll-padding-inline:1px}}.trust-strip{background:var(--color-surface);border-block:1px solid var(--color-border)}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{min-height:112px;display:flex;align-items:center;gap:14px;padding:22px}.trust-item+.trust-item{border-left:1px solid var(--color-border)}.trust-item__icon{flex:0 0 auto;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--color-accent) 12%,white);color:var(--color-accent-strong)}.trust-item strong,.trust-item span{display:block}.trust-item strong{font-size:.9rem}.trust-item span{color:var(--color-muted);font-size:.76rem}@media(max-width:800px){.trust-strip__grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(3){border-left:0;border-top:1px solid var(--color-border)}.trust-item:nth-child(4){border-top:1px solid var(--color-border)}}@media(max-width:480px){.trust-item{padding:15px 9px;gap:9px}.trust-item__icon{width:38px;height:38px}}.wholesale-banner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(36px,7vw,100px);padding:clamp(38px,6vw,76px);border-radius:18px;background:#1b1b1b;color:#fff;overflow:hidden}.wholesale-banner__content>p{margin:0 0 13px;color:#ffb681;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.wholesale-banner h2{max-width:13ch;font-size:clamp(2.1rem,4vw,4.2rem)}.wholesale-banner__content>div:not(.wholesale-banner__actions){max-width:55ch;margin-top:18px;color:#bbb}.wholesale-banner__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.wholesale-banner .button--secondary{border-color:#555;color:#fff}.wholesale-banner .button--secondary:hover{background:#fff;color:#111;border-color:#fff}.wholesale-banner__steps{display:grid;align-content:center;gap:0}.wholesale-step{display:grid;grid-template-columns:auto 1fr;gap:15px;padding:20px 0;border-bottom:1px solid #3b3b3b}.wholesale-step:last-child{border-bottom:0}.wholesale-step>span{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:var(--color-accent);font-family:var(--font-heading);font-weight:800}.wholesale-step strong{display:block;margin-bottom:3px}.wholesale-step p{margin:0;color:#aaa;font-size:.84rem}@media(max-width:800px){.wholesale-banner{grid-template-columns:1fr;padding:36px 24px}}.wholesale-form{display:grid;grid-template-columns:minmax(0,.85fr) minmax(440px,1.15fr);gap:clamp(34px,7vw,100px);align-items:start}.wholesale-form__intro>p{margin:0 0 12px;color:var(--color-accent-strong);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.wholesale-form__intro h1{font-size:clamp(2.4rem,5vw,5rem)}.wholesale-form__intro>.rte{margin-top:20px;color:var(--color-muted)}.wholesale-form__points{display:grid;gap:12px;margin-top:30px}.wholesale-form__points>div{display:flex;gap:12px;padding:14px;border:1px solid var(--color-border);border-radius:9px;background:var(--color-surface)}.wholesale-form__points .icon{flex:0 0 auto;color:var(--color-accent-strong)}.wholesale-form__points strong,.wholesale-form__points span{display:block}.wholesale-form__points span{color:var(--color-muted);font-size:.78rem}.wholesale-form__points strong{color:var(--color-ink);font-size:.85rem}.wholesale-form__card{padding:clamp(24px,4vw,44px);border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface);box-shadow:0 16px 40px #231e1814}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid__wide{grid-column:1 / -1}.wholesale-form__card .button{margin-top:18px}.form-success{padding:12px;border-radius:8px;background:color-mix(in srgb,var(--color-success) 12%,white);color:var(--color-success);font-weight:800}@media(max-width:900px){.wholesale-form{grid-template-columns:1fr}}@media(max-width:560px){.form-grid{grid-template-columns:1fr}.form-grid__wide{grid-column:auto}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-ink);background:var(--color-canvas);font-family:var(--font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body,button,input,select,textarea{font-family:var(--font-body)}img,svg{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-heading);line-height:1.12;letter-spacing:-.025em}p{margin-block:0 1em}ul,ol{margin-block:0}[hidden]{display:none!important}:focus-visible{outline:3px solid color-mix(in srgb,var(--color-accent) 42%,transparent);outline-offset:3px}.no-js .requires-js{display:none!important}.page-width{width:min(calc(100% - 32px),var(--page-width));margin-inline:auto}.section{padding-block:clamp(44px,6vw,84px)}.section--compact{padding-block:clamp(30px,4vw,56px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-heading h2{font-size:clamp(1.65rem,3vw,2.6rem)}.section-heading p{margin:8px 0 0;color:var(--color-muted);max-width:60ch}.text-link{color:var(--color-accent-strong);font-weight:700;text-decoration:underline;text-underline-offset:4px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:999;top:12px;left:12px;transform:translateY(-160%);padding:10px 16px;border-radius:8px;background:var(--color-ink);color:#fff}.skip-link:focus{transform:translateY(0)}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:12px 22px;border:1px solid var(--color-accent);border-radius:var(--button-radius);background:var(--color-accent);color:#fff;font-weight:800;line-height:1;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.button:hover{background:var(--color-accent-strong);border-color:var(--color-accent-strong);transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.5;transform:none}.button--secondary{background:transparent;color:var(--color-ink);border-color:var(--color-border)}.button--secondary:hover{background:var(--color-ink);border-color:var(--color-ink);color:#fff}.button--dark{background:var(--color-ink);border-color:var(--color-ink)}.button--dark:hover{background:#000;border-color:#000}.button--small{min-height:38px;padding:8px 13px;font-size:.82rem}.button--full{width:100%}.field{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--button-radius);background:var(--color-surface);color:var(--color-ink)}textarea.field{min-height:140px;resize:vertical}.field-label{display:block;margin-bottom:7px;font-weight:800;font-size:.86rem}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte a{color:var(--color-accent-strong);text-decoration:underline}.rte table{display:block;max-width:100%;overflow-x:auto}.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;font-family:var(--font-heading)}.price__current{font-size:1.15rem;font-weight:800}.price__compare{color:var(--color-muted);font-size:.9rem}.price--sale .price__current{color:#c92b18}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{min-width:0;border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease;view-transition-name:var(--card-transition-name)}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #1e170f1a}.product-card__media{position:relative;display:block;overflow:hidden;background:#f1f1ee}.product-card__media--square{aspect-ratio:1}.product-card__media--portrait{aspect-ratio:4 / 5}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card__image{transform:scale(1.035)}.product-card__badge{min-width:0;min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:7px 8px;border-radius:var(--button-radius);background:var(--color-ink);color:#fff;font-size:.62rem;font-weight:800;line-height:1.2;text-align:center}.product-card__content{display:grid;gap:8px;padding:15px}.product-card__vendor{margin:0;color:var(--color-muted);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-card__title{font-family:var(--font-body);font-size:.98rem;line-height:1.35;letter-spacing:0}.product-card__title a{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:7px;padding-top:3px}.product-card__footer .button{width:100%;min-width:0;min-height:38px;padding:8px 7px;font-size:.7rem;line-height:1.2;text-align:center}.product-card__footer .button--secondary{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.product-card__footer .button--secondary:hover,.product-card__footer .button--secondary:focus-visible{background:var(--color-ink);border-color:var(--color-ink);color:#fff}.product-card__moq{display:block;color:var(--color-muted);font-size:.73rem}.placeholder-svg{width:100%;height:100%;background:#ecece8;fill:#cfcfc8}.pagination{display:flex;justify-content:center;gap:10px;margin-top:36px}.pagination a,.pagination span{min-width:42px;min-height:42px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.pagination .current{background:var(--color-ink);color:#fff;border-color:var(--color-ink)}.empty-state{padding:70px 24px;border:1px dashed var(--color-border);border-radius:var(--card-radius);text-align:center;background:var(--color-surface)}.empty-state h1,.empty-state h2{margin-bottom:12px}.empty-state p{color:var(--color-muted)}.breadcrumbs{padding-block:18px;color:var(--color-muted);font-size:.84rem}.breadcrumbs a:hover{color:var(--color-accent-strong)}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.page-width{width:min(calc(100% - 24px),var(--page-width))}.section-heading{align-items:start}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card__content{padding:11px}.product-card__footer{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/9/compiled_assets/styles.css.map */
