*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,svg,video{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}input,select,textarea{font:inherit;color:inherit}p{margin:0 0 1em}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}[hidden]{display:none!important}:focus-visible{outline:2px solid var(--color-text);outline-offset:3px}.skip-link{position:absolute;left:-9999px;top:8px;z-index:999;background:var(--color-button);color:var(--color-button-text);padding:10px 16px;border-radius:99px}.skip-link:focus{left:8px}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}h1,h2,h3,h4,.h1,.h2,.h3{font-family:var(--font-heading);font-weight:400;line-height:1.12;margin:0;letter-spacing:.01em}.h1{font-size:calc(clamp(28px,3.3vw,46px) * var(--heading-scale));text-transform:uppercase}.h2{font-size:calc(clamp(24px,2.5vw,36px) * var(--heading-scale))}.h3{font-size:calc(clamp(18px,1.6vw,22px) * var(--heading-scale))}.rte a{text-decoration:underline}.rte img{border-radius:var(--radius-sm)}.muted{color:var(--color-muted)}.container{width:100%;max-width:calc(var(--page-width) + 80px);margin:0 auto;padding:0 40px}.section{padding:60px 0}.panel{background:var(--color-surface);border-radius:var(--radius);padding:clamp(28px,3.5vw,48px)}.section-head{margin-bottom:32px}.section-head--center{text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}.section-head--split{display:flex;align-items:center;justify-content:space-between;gap:20px}.main{display:block}.media{position:relative;overflow:hidden;background:var(--color-surface-alt)}.media>img,.media>svg{width:100%;height:100%;object-fit:cover}.media--square{aspect-ratio:1 / 1}.media--portrait{aspect-ratio:4 / 5}.media--natural>img{height:auto}.placeholder-svg{width:100%;height:100%;fill:#bdbdbd;background:#e9e9e9}.placeholder-svg--dark{fill:#3b3b3b;background:#151515}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 28px;background:var(--color-button);color:var(--color-button-text);border:1px solid var(--color-button);border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease,background .2s ease;cursor:pointer}.btn:hover{opacity:.86}.btn:disabled,.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed}.btn--sm{min-height:38px;padding:0 20px;font-size:10.5px;gap:8px}.btn--sm .icon{width:14px;height:14px}.btn--outline{background:transparent;color:var(--color-text);border-color:var(--color-text)}.btn--block{width:100%}.pill{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 14px;background:var(--color-surface-alt);border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:500;white-space:nowrap;transition:background .2s ease,border-color .2s ease}.pill:hover{border-color:var(--color-border)}.pill--outline{background:transparent;border-color:var(--color-text)}.pill--outline:hover{background:var(--color-text);color:var(--color-bg)}.pill--icon{width:32px;padding:0;justify-content:center;position:relative}.pill__dot{width:5px;height:5px;border-radius:50%;background:currentColor}.pill .icon-caret{margin-left:2px;opacity:.7}.circle-btn{display:inline-flex;align-items:center;justify-content:center;flex:none;width:40px;height:40px;border-radius:50%;background:var(--color-surface-alt);color:var(--color-text);border:1px solid var(--color-border);transition:background .2s ease,color .2s ease,opacity .2s ease}.circle-btn:hover{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.circle-btn--dark{background:var(--color-button);color:var(--color-button-text);border-color:var(--color-button)}.circle-btn--dark:hover{opacity:.85;background:var(--color-button);color:var(--color-button-text)}.circle-btn--sm{width:30px;height:30px}.circle-btn--sm .icon{width:13px;height:13px}.circle-btn.is-disabled{opacity:.35;pointer-events:none}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%}.icon-btn--card{width:30px;height:30px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface-alt);transition:background .2s ease,color .2s ease}.icon-btn--card:hover{background:var(--color-button);color:var(--color-button-text);border-color:var(--color-button)}.icon-btn--card .icon{width:14px;height:14px}.icon-btn.is-loading{opacity:.5;pointer-events:none}.icon-btn.is-added{background:var(--color-button);color:var(--color-button-text)}.link-btn{font-size:12px;text-decoration:underline;color:var(--color-muted)}.site-header{position:relative;z-index:50;padding-top:40px}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;background:var(--color-surface);border-radius:var(--radius);padding:18px 20px}body:has(.hero--connect) .site-header__inner{border-radius:var(--radius) var(--radius) 0 0;padding-bottom:0}.site-header__burger{display:none}.site-nav__list{display:flex;align-items:center;gap:6px}.site-nav--left{justify-self:start}.site-header__right{justify-self:end;display:flex;align-items:center;gap:6px}.site-nav__item{position:relative}.site-nav__item .pill.is-active{font-weight:600}.dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:190px;background:var(--color-surface-alt);border-radius:14px;padding:8px;box-shadow:0 16px 40px #00000014;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease,visibility .2s}.site-nav--right .dropdown{left:auto;right:0}.dropdown:before{content:"";position:absolute;left:0;right:0;top:-10px;height:10px}.has-dropdown:hover .dropdown,.has-dropdown:focus-within .dropdown{opacity:1;visibility:visible;transform:none}.dropdown a{display:block;padding:8px 12px;border-radius:8px;font-size:13px}.dropdown a:hover{background:var(--color-surface)}.site-logo{display:inline-flex;align-items:center;justify-self:center}.site-logo__text{font-family:var(--font-heading);font-size:17px;letter-spacing:.06em;text-transform:uppercase}.cart-count{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:99px;background:var(--color-button);color:var(--color-button-text);font-size:9px;font-weight:600;display:grid;place-items:center}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;visibility:hidden}.mobile-menu.is-open{visibility:visible}.mobile-menu__panel{position:absolute;top:0;left:0;bottom:0;width:min(360px,88vw);background:var(--color-bg);padding:20px;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease}.mobile-menu.is-open .mobile-menu__panel{transform:none}.mobile-menu__list{flex:1;overflow:auto}.mobile-menu__list>li{border-bottom:1px solid var(--color-border)}.mobile-menu__list a{display:block;padding:14px 0;font-family:var(--font-heading);font-size:17px}.mobile-menu__list ul{padding:0 0 12px 14px}.mobile-menu__list ul a{padding:6px 0;font-family:var(--font-body);font-size:14px;color:var(--color-muted)}.mobile-menu__footer{display:grid;gap:10px;padding-top:20px}.hero-section{padding:0 0 20px}.template-index .hero-section:not(.hero--connect){padding-top:20px}.hero{position:relative;background:var(--color-surface);border-radius:var(--radius);padding:34px 40px 26px;overflow:hidden}.hero--connect .hero{border-radius:0 0 var(--radius) var(--radius);padding-top:38px}.hero__title{position:relative;z-index:1;text-align:center;text-transform:uppercase;font-size:calc(clamp(34px,5.3vw,78px) * var(--heading-scale));line-height:1.05;letter-spacing:.015em}.hero__title span{display:block}.hero__stage{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-start;margin-top:calc(clamp(34px,5.3vw,78px)*-1.02)}.hero__media{flex:none;width:34%;margin:0 auto}.hero__media img{width:100%;filter:drop-shadow(0 30px 30px rgba(0,0,0,.12))}.hero__placeholder{aspect-ratio:1;border-radius:50%;overflow:hidden}.hero__side{flex:1;display:flex;flex-direction:column;gap:34px;padding-top:calc(clamp(34px,5.3vw,78px)*1.35)}.hero__side--right{align-items:flex-end}.hero__decor{display:inline-flex;color:var(--color-text)}.hero__decor .icon{width:22px;height:22px}.hero__intro{max-width:230px}.hero__text{font-size:12px;line-height:1.5;color:var(--color-muted);margin-bottom:14px}.hero__reviews{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:500}.hero__reviews .icon{width:12px;height:12px}.avatars{display:inline-flex}.avatars__item{width:26px;height:26px;border-radius:50%;overflow:hidden;border:2px solid var(--color-surface);background:linear-gradient(135deg,#cfcfcf,#8d8d8d);margin-left:-8px}.avatars__item:first-child{margin-left:0}.avatars__item:nth-child(2){background:linear-gradient(135deg,#b9a48f,#5d4c3d)}.avatars__item:nth-child(3){background:linear-gradient(135deg,#e0c4a8,#9b7858)}.avatars__item img{width:100%;height:100%;object-fit:cover}.hero-card{width:172px;background:var(--color-surface-alt);border-radius:12px;padding:6px;display:block;box-shadow:0 4px 20px #00000008}.hero-card__media{display:block;aspect-ratio:1.55;border-radius:8px;overflow:hidden;background:var(--color-surface)}.hero-card__media img,.hero-card__media svg{width:100%;height:100%;object-fit:cover}.hero-card__footer{display:flex;align-items:center;justify-content:space-between;padding:8px 4px 2px;font-size:11px}.hero-card__dot{width:18px;height:18px;border-radius:50%;background:var(--color-button);color:var(--color-button-text);display:grid;place-items:center}.hero-card__dot .icon{width:10px;height:10px}.hero__bottom{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:end;margin-top:-2.2vw}.hero__cta{position:relative;z-index:3}.hero__watermark{position:relative;z-index:1;margin:0;line-height:.9;font-family:var(--font-heading);font-size:clamp(40px,5.6vw,84px);letter-spacing:.06em;text-transform:uppercase;color:#d9d9d9;pointer-events:none;-webkit-user-select:none;user-select:none}.hero__scroll{justify-self:end;position:relative;z-index:3}.hero__scroll-btn{display:inline-flex;align-items:center;gap:12px;font-size:12px;font-weight:500}.hero__scroll-btn .circle-btn{background:transparent}.about{padding-top:50px}.about__top{display:grid;grid-template-columns:5fr 7fr;gap:40px;margin-bottom:36px}.about__heading{display:flex;flex-direction:column;justify-content:space-between;gap:40px}.about__title{font-size:calc(clamp(22px,2.1vw,30px) * var(--heading-scale))}.about__progress{position:relative;height:3px;width:88%;background:var(--color-border)}.about__progress span{position:absolute;left:0;top:0;bottom:0;background:var(--color-text)}.about__lead{margin:0;font-family:var(--font-heading);font-size:calc(clamp(20px,2.15vw,31px) * var(--heading-scale));line-height:1.2}.about__lead strong{font-weight:400;color:var(--color-text)}.about__lead span{color:var(--color-muted)}.about__bottom{display:grid;grid-template-columns:7fr 5fr;gap:40px;align-items:stretch}.about__media{border-radius:calc(var(--radius) * .6);aspect-ratio:2.1 / 1;background:#111}.about__content{display:flex;flex-direction:column;justify-content:space-between;gap:24px;padding:4px 0 6px;max-width:360px}.about__subheading{font-family:var(--font-body);font-weight:600;font-size:15px;line-height:1.45}.about__foot{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.about__text{font-size:12.5px;line-height:1.55;color:var(--color-muted)}.tabs{display:inline-flex;gap:6px;flex-wrap:wrap;justify-content:center}.tab{height:30px;padding:0 16px;border-radius:999px;font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:var(--color-surface-alt);color:var(--color-text);transition:background .2s ease,color .2s ease}.tab.is-active{background:var(--color-button);color:var(--color-button-text)}.slider{--gap: 16px;--per: 4;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - var(--gap) * (var(--per) - 1)) / var(--per));gap:var(--gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-x:contain}.slider::-webkit-scrollbar{display:none}.slider--3{--per: 3}.slider__item{scroll-snap-align:start;min-width:0}.slider-nav{display:flex;gap:10px;align-items:center}.slider-nav--center{justify-content:center;margin-top:30px}.product__title,.product-card__title,.cart-line__title{font-family:var(--font-product-title, var(--font-body));font-weight:var(--product-title-weight, 600);text-transform:var(--product-title-transform, none);letter-spacing:0}.product-card{background:var(--color-surface-alt);border-radius:12px;padding:8px;display:flex;flex-direction:column;height:100%;transition:box-shadow .25s ease,transform .25s ease}.product-card:hover{box-shadow:0 14px 34px #0000000f}.product-card__media{border-radius:8px;background:var(--color-surface-alt)}.product-card__media img{transition:transform .5s ease;object-fit:contain}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__info{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:10px 6px 4px;margin-top:auto}.product-card__text{min-width:0}.product-card__vendor{font-size:11px;color:var(--color-muted);margin:0 0 2px}.product-card__title{font-size:calc(14px * var(--product-title-scale, 1));line-height:1.25;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__subtitle{font-size:10.5px;color:var(--color-muted);margin:-2px 0 6px}.product-card__form{margin:0;flex:none}.product-card .icon-btn--card{flex:none}.price{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap;font-size:12px;font-weight:600}.price__compare{font-size:10px;font-weight:400;color:var(--color-muted)}.product-card--large{padding:10px}.product-card--large .product-card__media{aspect-ratio:1.3}.product-card--large .product-card__title{font-size:calc(15px * var(--product-title-scale, 1))}.product-card--row{flex-direction:row;align-items:stretch;gap:12px;padding:8px}.product-card--row .product-card__media{width:34%;flex:none;aspect-ratio:1}.product-card--row .product-card__info{flex:1;flex-direction:column;align-items:stretch;justify-content:space-between;padding:6px 2px 2px;margin:0}.product-card--row .product-card__title{font-size:calc(13px * var(--product-title-scale, 1))}.product-card--row .icon-btn--card,.product-card--row .product-card__form{align-self:flex-end}.product-card--row .icon-btn--card{border-radius:50%;width:26px;height:26px}.product-card--row .product-card__info{position:relative}.product-card--row .product-card__text{padding-right:0}.product-card--row .price{flex-direction:row-reverse;justify-content:flex-end}.brands{padding-top:70px}.brands__head{gap:22px;margin-bottom:60px}.brands__title{font-size:calc(clamp(26px,3vw,44px) * var(--heading-scale))}.brands__text{max-width:420px;font-size:12px;color:var(--color-muted);line-height:1.55;margin-top:40px}.brands__grid{display:grid;grid-template-columns:1.75fr 1fr;gap:24px;align-items:start}.brands__products{display:grid;gap:16px}.accordion{display:grid;gap:10px}.acc-item{background:var(--color-surface);border-radius:12px}.acc-item__summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:16px;padding:12px 12px 12px 18px}.acc-item__summary::-webkit-details-marker{display:none}.acc-item__num{font-size:11px;color:var(--color-muted)}.acc-item__title{flex:1;font-family:var(--font-heading);font-size:15px}.acc-item__icon{background:var(--color-surface-alt);transition:transform .3s ease}.acc-item[open] .acc-item__icon{transform:rotate(180deg)}.acc-item__content{padding:0 8px 8px}.acc-item__media{display:block;border-radius:10px;aspect-ratio:1.95;background:#111}.acc-item__text{padding:4px 10px 10px;font-size:13px;color:var(--color-muted)}.acc-item[open] .acc-item__content,.faq-item[open] .faq-item__answer{animation:acc-in .35s ease}@keyframes acc-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.new-arrival .section-head{margin-bottom:28px}.new-arrival__cta{display:flex;justify-content:center;margin-top:30px}.faq__grid{display:grid;grid-template-columns:1fr 1.15fr;gap:40px}.faq__aside{display:flex;flex-direction:column;justify-content:space-between;gap:40px}.faq__title{font-size:calc(clamp(26px,2.6vw,38px) * var(--heading-scale));line-height:1.1}.faq__help{max-width:280px;display:grid;gap:22px}.faq__help-text{font-size:11px;color:var(--color-muted);line-height:1.55}.faq__help-card{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;background:var(--color-surface);border-radius:12px;padding:16px 18px;font-size:13px;font-weight:500;line-height:1.35}.faq__help-icon{width:24px;height:24px;border-radius:50%;background:var(--color-surface-alt);display:grid;place-items:center;flex:none}.faq__help-icon .icon{width:12px;height:12px}.accordion--faq{gap:12px;align-content:start}.faq-item{background:var(--color-surface);border-radius:12px}.faq-item__summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px;font-size:14px;font-weight:500;line-height:1.4}.faq-item__summary::-webkit-details-marker{display:none}.faq-item__icon{flex:none;width:24px;height:24px;border-radius:50%;background:var(--color-surface-alt);display:grid;place-items:center}.faq-item__icon .icon{width:12px;height:12px}.faq-item__minus{display:none}.faq-item[open] .faq-item__minus{display:block}.faq-item[open] .faq-item__plus{display:none}.faq-item__answer{padding:0 64px 22px 20px;font-size:12px;color:var(--color-muted);line-height:1.6}.site-footer{padding:40px 0}.site-footer__panel{position:relative;overflow:hidden;padding-bottom:28px}.site-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.5fr;gap:40px;position:relative;z-index:1}.site-footer__brand{display:grid;gap:18px;align-content:start;max-width:300px}.site-footer__brand .site-logo{justify-self:start}.site-footer__text{font-size:12.5px;color:var(--color-muted)}.site-footer__heading{font-family:var(--font-heading);font-size:15px;margin-bottom:16px}.site-footer__links{display:grid;gap:9px;font-size:13px}.site-footer__links a{color:var(--color-muted);transition:color .2s}.site-footer__links a:hover{color:var(--color-text)}.site-footer__col--wide .site-footer__text{margin-bottom:14px}.site-footer__watermark{margin:40px 0 0;text-align:center;line-height:.8;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.06em;font-size:clamp(60px,14vw,210px);color:#e3e3e3;-webkit-user-select:none;user-select:none}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;border-top:1px solid var(--color-border);padding-top:20px;margin-top:12px;font-size:12px;color:var(--color-muted)}.site-footer__bottom a{color:inherit}.payment-icons{display:flex;flex-wrap:wrap;gap:6px}.payment-icon{width:34px;height:auto}.social-icons{display:flex;gap:8px}.social-icons .circle-btn{width:34px;height:34px}.newsletter__field{display:flex;align-items:center;gap:6px;background:var(--color-surface-alt);border-radius:999px;padding:4px 4px 4px 18px}.newsletter__field input{flex:1;min-width:0;border:0;background:transparent;outline:none;font-size:13px;height:40px}.form-success{color:#1d7a3a;font-size:13px}.form-error,.errors{color:#c0392b;font-size:13px}.errors ul{padding-left:16px;list-style:disc}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;visibility:hidden}.drawer.is-open{visibility:visible}.drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a59;opacity:0;transition:opacity .3s ease}.drawer.is-open .drawer__overlay,.mobile-menu.is-open .drawer__overlay{opacity:1}.drawer__panel{position:absolute;top:12px;right:12px;bottom:12px;width:min(420px,calc(100vw - 24px));background:var(--color-bg);border-radius:var(--radius);display:flex;flex-direction:column;transform:translate(110%);transition:transform .35s cubic-bezier(.2,.8,.2,1)}.drawer.is-open .drawer__panel{transform:none}.drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--color-border)}.mobile-menu .drawer__header{padding:0 0 16px}.drawer__title{font-size:18px}.drawer__body{flex:1;overflow:auto;padding:8px 22px}.drawer__empty{padding:40px 0;text-align:center;color:var(--color-muted)}.drawer__footer{padding:18px 22px 22px;border-top:1px solid var(--color-border);display:grid;gap:10px}.drawer__subtotal{display:flex;justify-content:space-between;font-size:15px}.drawer__note{font-size:11.5px;color:var(--color-muted);margin:0 0 4px}.drawer__footer form{margin:0}.drawer.is-loading .drawer__body{opacity:.5;pointer-events:none}.cart-line{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--color-border)}.cart-line:last-child{border-bottom:0}.cart-line__media{width:84px;flex:none;aspect-ratio:1;border-radius:10px;overflow:hidden;background:var(--color-surface)}.cart-line__media img{width:100%;height:100%;object-fit:cover}.cart-line__info{flex:1;min-width:0;display:grid;gap:3px;align-content:start}.cart-line__title{font-size:14px}.cart-line__variant{font-size:12px;color:var(--color-muted);margin:0}.cart-line__price{font-size:13px;font-weight:600;margin:0}.cart-line__actions{display:flex;align-items:center;gap:14px;margin-top:6px}.qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px;height:48px;background:var(--color-surface-alt)}.qty__btn{width:40px;height:100%;display:grid;place-items:center}.qty__btn .icon{width:13px;height:13px}.qty input,.qty__value{width:40px;text-align:center;border:0;background:transparent;font-size:14px;-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty--sm{height:32px}.qty--sm .qty__btn{width:30px}.qty--sm .qty__value,.qty--sm input{width:26px;font-size:13px}.toast{position:fixed;left:50%;bottom:24px;z-index:400;transform:translate(-50%,20px);opacity:0;background:var(--color-button);color:var(--color-button-text);padding:12px 20px;border-radius:999px;font-size:13px;transition:opacity .25s ease,transform .25s ease;pointer-events:none}.toast.is-visible{opacity:1;transform:translate(-50%)}.field{display:grid;gap:6px;margin-bottom:14px}.field label{font-size:12px;font-weight:500}.input,.select,.textarea,.field input,.field select,.field textarea{width:100%;height:48px;padding:0 18px;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:999px;font-size:14px;outline:none;transition:border-color .2s}.field textarea,.textarea{height:auto;min-height:120px;padding:14px 18px;border-radius:16px;resize:vertical}.input:focus,.select:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--color-text)}.select,.field select{appearance:none;-webkit-appearance:none;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23141414' stroke-width='2.4'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center}.checkbox{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}.checkbox input{width:16px;height:16px;accent-color:var(--color-button)}.page-head{padding:20px 0 0}.page-head .panel{text-align:center;padding:56px 24px}.page-head__title{font-size:calc(clamp(28px,3.6vw,52px) * var(--heading-scale));text-transform:uppercase}.page-head__text{max-width:620px;margin:16px auto 0;color:var(--color-muted);font-size:14px}.breadcrumbs{font-size:12px;color:var(--color-muted);margin-bottom:14px}.breadcrumbs a:hover{color:var(--color-text)}.collection-layout{display:grid;grid-template-columns:250px 1fr;gap:30px;align-items:start}.collection-layout--no-filters{grid-template-columns:1fr}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.toolbar__count{font-size:13px;color:var(--color-muted)}.toolbar__sort{display:flex;align-items:center;gap:10px;font-size:13px}.toolbar__sort .select{height:40px;width:auto;min-width:200px;font-size:13px}.product-grid{--cols: var(--cols-desktop, 4);display:grid;grid-template-columns:repeat(var(--cols),minmax(0,1fr));gap:16px}.collection-layout:not(.collection-layout--no-filters) .product-grid{--cols: 3}.empty-state{text-align:center;padding:60px 20px;color:var(--color-muted)}.empty-state .btn{margin-top:18px}.filters{position:sticky;top:20px;display:grid;gap:10px}.filters__toggle{display:none}.filter{background:var(--color-surface);border-radius:12px}.filter summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:14px 16px;font-size:13px;font-weight:600}.filter summary::-webkit-details-marker{display:none}.filter[open] summary .icon-caret{transform:rotate(180deg)}.filter__body{padding:0 16px 16px;display:grid;gap:8px;max-height:280px;overflow:auto}.filter__count{color:var(--color-muted);font-size:11px}.filter__price{display:grid;grid-template-columns:1fr 1fr;gap:8px}.filter__price .input{height:40px;padding:0 12px;font-size:13px}.active-filters{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.active-filters .pill{background:var(--color-surface)}.active-filters .pill .icon{width:10px;height:10px}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:40px}.pagination__list{display:flex;gap:6px}.pagination__item{display:grid;place-items:center;min-width:36px;height:36px;border-radius:50%;font-size:13px}.pagination__item.is-current{background:var(--color-surface);font-weight:600}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:start}.product__gallery{position:sticky;top:20px;display:grid;gap:12px}.product__main-media{background:var(--color-surface);border-radius:var(--radius);aspect-ratio:1;overflow:hidden;display:grid;place-items:center}.product__main-media img{width:100%;height:100%;object-fit:contain}.product__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.product__thumb{aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--color-surface);border:1px solid transparent}.product__thumb.is-active{border-color:var(--color-text)}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__info{display:grid;gap:22px;padding-top:10px}.product__vendor{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);margin:0}.product__title{line-height:1.25;font-size:calc(clamp(22px,2.2vw,30px) * var(--product-title-scale, 1))}.product__info .price{font-size:20px;gap:10px}.product__info .price__compare{font-size:15px}.product__badge{display:inline-block;font-size:11px;font-weight:600;background:var(--color-button);color:var(--color-button-text);padding:4px 10px;border-radius:99px;margin-left:6px;vertical-align:middle}.option{border:0;margin:0;padding:0;display:grid;gap:10px}.option legend{font-size:12px;font-weight:600;margin-bottom:10px;padding:0}.option legend span{color:var(--color-muted);font-weight:400}.option__values{display:flex;flex-wrap:wrap;gap:8px}.option__value input{position:absolute;opacity:0;pointer-events:none}.option__value span{display:inline-flex;align-items:center;height:38px;padding:0 18px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface-alt);font-size:13px;cursor:pointer;transition:all .2s}.option__value input:checked+span{background:var(--color-button);color:var(--color-button-text);border-color:var(--color-button)}.option__value input:focus-visible+span{outline:2px solid var(--color-text);outline-offset:2px}.option__value.is-unavailable span{text-decoration:line-through;opacity:.55}.product__buy{display:grid;gap:10px}.product__buy-row{display:flex;gap:10px}.product__buy-row .btn{flex:1}.shopify-payment-button__button{border-radius:999px!important;min-height:48px;overflow:hidden}.shopify-payment-button__button--unbranded{background:transparent!important;color:var(--color-text)!important;border:1px solid var(--color-text)!important;font-size:13px!important;font-weight:600!important;text-transform:uppercase;letter-spacing:.04em}.shopify-payment-button__more-options{font-size:12px;text-decoration:underline;margin-top:8px}.product__description{font-size:14px;color:#4b4b4b}.product__text{font-size:13px}.product .acc-item__summary{padding:16px 18px}.product .acc-item__title{font-family:var(--font-body);font-size:14px;font-weight:600}.product .acc-item__content{padding:0 18px 18px;font-size:13px;color:#4b4b4b}.product__share{font-size:12px;color:var(--color-muted);display:flex;gap:10px;align-items:center}.cart-page{display:grid;grid-template-columns:1fr 360px;gap:30px;align-items:start}.cart-page__items{background:var(--color-surface);border-radius:var(--radius);padding:10px 24px}.cart-page__items .cart-line__media{width:110px;background:var(--color-surface-alt)}.cart-page__items .cart-line{align-items:center}.cart-page__line-total{font-weight:600;font-size:14px}.cart-page__summary{background:var(--color-surface);border-radius:var(--radius);padding:26px;display:grid;gap:14px;position:sticky;top:20px}.cart-page__summary .drawer__subtotal{font-size:16px}.content-narrow{max-width:780px;margin:0 auto}.content-card{background:var(--color-surface);border-radius:var(--radius);padding:clamp(24px,4vw,48px)}.rte{font-size:15px;line-height:1.7}.rte h2,.rte h3{margin:1.4em 0 .6em}.rte ul,.rte ol{padding-left:20px;margin:0 0 1em}.rte ul{list-style:disc}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.article-card{background:var(--color-surface);border-radius:var(--radius);padding:8px;display:flex;flex-direction:column}.article-card__media{border-radius:calc(var(--radius) * .6);aspect-ratio:1.5}.article-card__body{padding:16px 10px 10px;display:grid;gap:8px}.article-card__date{font-size:11px;color:var(--color-muted);text-transform:uppercase;letter-spacing:.06em}.article-card__title{font-size:18px}.article-card__excerpt{font-size:13px;color:var(--color-muted)}.article__media{border-radius:var(--radius);margin-bottom:30px;aspect-ratio:2}.collection-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.collection-card{background:var(--color-surface);border-radius:var(--radius);padding:8px;display:block}.collection-card__media{border-radius:calc(var(--radius) * .6);aspect-ratio:1}.collection-card__title{display:flex;justify-content:space-between;align-items:center;padding:14px 8px 6px;font-family:var(--font-heading);font-size:16px}.search-form{display:flex;gap:8px;max-width:560px;margin:24px auto 0}.search-form .input{flex:1}.account-box{max-width:460px;margin:0 auto}.account-box h1{text-align:center;margin-bottom:24px}.account-links{display:flex;justify-content:space-between;gap:10px;font-size:13px;margin-top:14px}.account-links a{text-decoration:underline}.table{width:100%;border-collapse:collapse;font-size:13px}.table th,.table td{text-align:left;padding:12px 10px;border-bottom:1px solid var(--color-border)}.table th{font-weight:600;color:var(--color-muted);font-size:11px;text-transform:uppercase;letter-spacing:.05em}.account-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px;align-items:start}.address-card{background:var(--color-surface-alt);border-radius:12px;padding:18px;font-size:13px}.center-page{min-height:60vh;display:grid;place-items:center;text-align:center}.center-page__big{font-family:var(--font-heading);font-size:clamp(90px,18vw,220px);line-height:.9;color:#e3e3e3}@media(max-width:1100px){.slider{--per: 3}.slider--3{--per: 2}.product-grid{--cols: 3}.collection-layout:not(.collection-layout--no-filters) .product-grid{--cols: 2}}@media(max-width:989px){.container{padding:0 16px}.section{padding:44px 0}.site-header{padding-top:16px}.site-header__inner{grid-template-columns:auto 1fr auto;padding:12px 14px}body:has(.hero--connect) .site-header__inner{padding-bottom:0}.site-header__burger{display:inline-flex;background:var(--color-surface-alt);width:36px;height:36px}.site-nav,.site-header__cta,.site-header__account{display:none}.site-logo{justify-self:center}.hero-section{padding:0 0 12px}.hero{padding:26px 18px 20px}.hero__title{font-size:calc(7.4vw * var(--heading-scale))}.hero__stage{flex-direction:column;align-items:center;margin-top:10px}.hero__media{order:-1;width:72%!important}.hero__side{padding-top:0;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:16px;margin-top:18px}.hero__side--right,.hero__decor{display:none}.hero__intro{max-width:none;text-align:center;margin:0 auto}.hero__bottom{grid-template-columns:1fr auto;margin-top:22px;row-gap:12px}.hero__watermark{grid-column:1 / -1;grid-row:1;text-align:center;font-size:17vw}.about__top,.about__bottom{grid-template-columns:1fr;gap:24px}.about__heading{gap:18px}.about__progress{width:60%}.about__content{max-width:none}.slider{--per: 2.15;--gap: 10px}.slider--3{--per: 1.2}.brands__grid{grid-template-columns:1fr}.brands__products{grid-template-columns:1fr 1fr}.brands__head{margin-bottom:32px}.brands__text{margin-top:0}.faq__grid{grid-template-columns:1fr;gap:24px}.faq__aside{gap:20px}.faq__title br{display:none}.faq__help{order:3}.site-footer__top{grid-template-columns:1fr 1fr;gap:28px}.site-footer__brand,.site-footer__col--wide{grid-column:1 / -1}.collection-layout{grid-template-columns:1fr}.filters{position:static}.filters__toggle{display:flex}.filters__panel:not(.is-open){display:none}.filters__panel{display:grid;gap:10px}.product-grid,.collection-layout:not(.collection-layout--no-filters) .product-grid{--cols: 2;gap:10px}.product{grid-template-columns:1fr;gap:24px}.product__gallery{position:static}.cart-page{grid-template-columns:1fr}.article-grid{grid-template-columns:1fr 1fr}.account-grid{grid-template-columns:1fr}}@media(max-width:600px){body{font-size:14px}.product-card__title{font-size:calc(12.5px * var(--product-title-scale, 1))}.brands__products,.article-grid{grid-template-columns:1fr}.product-card--row .product-card__media{width:38%}.cart-page__items{padding:6px 14px}.cart-page__items .cart-line__media{width:80px}.toolbar__sort .select{min-width:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/saint.css.map */
