*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}html,body{background:var(--color-bg);transition:background-color .2s ease}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-weight:400;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:color .2s ease}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;background:none;border:none;color:inherit}input,textarea,select{font-family:inherit}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-weight:600}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-to-content:focus{position:fixed;top:8px;left:8px;z-index:999;width:auto;height:auto;padding:10px 16px;background:var(--color-bg);color:var(--color-text);clip:auto;border:1px solid var(--color-border)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.container{max-width:var(--max-width);margin:0 auto;padding:0 48px}@media(max-width:749px){.container{padding:0 18px}}.fw-regular{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;height:var(--btn-height);padding:0 28px;font-size:13px;font-weight:700;letter-spacing:.02em;border:var(--btn-border-width) solid transparent;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease,transform .15s ease;white-space:nowrap;border-radius:var(--radius-pill)}.btn--pill{border-radius:var(--radius-pill)}.btn--square{border-radius:3px}.btn--outline{border-color:var(--color-text);background:transparent;color:var(--color-text)}.btn--outline:hover{background:var(--color-text);color:var(--color-bg)}.btn--accent{background:var(--color-accent);color:#fff}.btn--transparent{background:#ffffff24;color:#fff;border-color:#ffffff59;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn--transparent:hover{background:#ffffff3d}.btn--accent:hover{opacity:.88}.btn--primary{background:var(--btn-bg);color:var(--btn-text);border-color:var(--btn-border-color)}.btn--primary:hover{background:var(--btn-hover-bg);color:var(--btn-hover-text)}.btn--secondary{background:var(--color-card);color:var(--color-text);font-weight:500;border-color:var(--color-border)}.btn--secondary:hover{border-color:var(--color-text)}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn__spinner{display:none;width:14px;height:14px;margin-left:8px;border:2px solid rgba(0,0,0,.25);border-top-color:currentColor;border-radius:50%;animation:spin .6s linear infinite}.btn.is-loading .btn__spinner{display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.section{padding:46px 0}@media(max-width:749px){.section{padding:28px 0}}.section__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px;gap:16px}.section__heading{font-size:20px;font-weight:600}.section__heading--large{font-size:26px}.section__see-all{font-size:12px;font-weight:500;color:var(--color-text-muted);white-space:nowrap}.section__see-all:hover{color:var(--color-text)}.section__empty{color:var(--color-text-muted);font-size:13px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}.site-header{background:var(--color-bg);color:var(--color-text);position:relative;z-index:40;border-bottom:1px solid transparent}.site-header--sticky{position:sticky;top:0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:20px}.site-header__left{display:flex;align-items:center;flex:0 0 auto}.site-header__brand{display:flex;align-items:center;gap:12px}.site-header__logo-img{max-height:26px;width:auto}.site-header__logo-mark{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:3px;background:var(--color-text);color:var(--color-bg);font-weight:700;font-size:13px}.site-header__sep{width:1px;height:18px;background:var(--color-border)}.site-header__store-name{font-size:15px;font-weight:700;letter-spacing:.01em}.site-header__nav{flex:1 1 auto;display:flex;justify-content:center}.site-header__nav-list{display:flex;gap:32px}.site-header__nav-item{position:relative;padding:22px 0}.site-header__nav-link{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);transition:color .15s ease}.site-header__nav-link:hover{color:var(--color-text)}.site-header__dropdown{position:absolute;top:100%;left:0;min-width:190px;background:var(--color-card);border:1px solid var(--color-border);border-radius:6px;padding:8px;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.site-header__nav-item:hover .site-header__dropdown,.site-header__nav-item:focus-within .site-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.site-header__dropdown a{display:block;padding:8px 10px;font-size:13px;font-weight:500;border-radius:4px;color:var(--color-text-muted)}.site-header__dropdown a:hover{background:var(--color-bg);color:var(--color-text)}.site-header__right{display:flex;align-items:center;gap:12px;flex:0 0 auto}.site-header__search{display:flex;align-items:center;gap:8px;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:8px 14px;min-width:180px;color:var(--color-text-muted)}.site-header__search input{background:transparent;border:none;color:var(--color-text);font-size:13px;font-weight:500;outline:none;width:100%}.site-header__search input::placeholder{color:var(--color-text-muted);font-weight:400}.site-header__icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;color:var(--color-text)}.site-header__cart-count{position:absolute;top:-3px;right:-5px;min-width:15px;height:15px;padding:0 3px;background:var(--color-accent);color:#fff;font-size:9px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.site-header__cart-count:empty,.site-header__cart-count[data-cart-count="0"]{display:none}.site-header__search-toggle,.site-header__menu-toggle{display:none}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--color-card);border:1px solid var(--color-border);color:var(--color-text);flex:0 0 auto}.theme-toggle svg{display:none}html[data-theme=dark] .theme-toggle .icon-sun,html[data-theme=light] .theme-toggle .icon-moon{display:block}.predictive-search{position:relative}.predictive-search__results{position:absolute;top:calc(100% + 10px);right:0;width:360px;max-height:440px;overflow-y:auto;background:var(--color-card);border:1px solid var(--color-border);border-radius:10px;padding:10px;box-shadow:0 16px 36px #00000059;z-index:60}.predictive-search__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.predictive-search__item{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;transition:background .15s ease}.predictive-search__item--grid{flex-direction:column;align-items:stretch;text-align:left}.predictive-search__item:hover{background:var(--color-bg)}.predictive-search__item img{width:46px;height:46px;object-fit:contain;background:var(--color-image-bg);border-radius:3px;flex:0 0 auto}.predictive-search__item--grid img{width:100%;height:90px;border-radius:var(--radius-card)}.predictive-search__item-info{min-width:0}.predictive-search__item-title{font-size:12.5px;font-weight:500;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.predictive-search__item-price{font-size:12px;font-weight:600;color:var(--color-text);margin-top:2px;display:flex;gap:6px;align-items:baseline}.predictive-search__item-price s{color:var(--color-text-muted);font-weight:400}.predictive-search__empty,.predictive-search__loading{padding:20px 10px;font-size:12.5px;color:var(--color-text-muted);text-align:center}.predictive-search__view-all{display:block;text-align:center;margin-top:6px;padding:10px;font-size:12px;font-weight:700;color:var(--color-text);border-top:1px solid var(--color-border)}.predictive-search__view-all:hover{color:var(--color-accent)}@media(max-width:989px){.predictive-search__results{width:100%}}.mobile-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:var(--color-bg);visibility:hidden;opacity:0;transition:opacity .2s ease,visibility .2s ease;display:flex;flex-direction:column}.mobile-search-overlay.is-open{visibility:visible;opacity:1}.mobile-search-overlay__bar{display:flex;align-items:center;gap:10px;padding:16px;border-bottom:1px solid var(--color-border)}.mobile-search-overlay__field{flex:1;display:flex;align-items:center;gap:8px;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:10px 16px;color:var(--color-text-muted)}.mobile-search-overlay__field input{background:transparent;border:none;outline:none;width:100%;color:var(--color-text);font-size:15px;font-weight:500}.mobile-search-overlay__field input::placeholder{color:var(--color-text-muted);font-weight:400}.mobile-search-overlay__close{flex:0 0 auto;font-size:15px;font-weight:600;color:var(--color-text);padding:8px}.mobile-search-overlay__body{flex:1;overflow-y:auto;padding:8px 16px 24px;-webkit-overflow-scrolling:touch}.predictive-search--mobile{position:static;display:flex;flex-direction:column;min-height:0;flex:1}.mobile-search-overlay .predictive-search__results{position:static;width:100%;max-height:none;overflow:visible;background:transparent;border:none;box-shadow:none;padding:0;z-index:auto}.mobile-search-overlay .predictive-search__grid{grid-template-columns:1fr 1fr}@media(max-width:989px){.site-header__nav,.site-header__search{display:none}.site-header__search-toggle,.site-header__menu-toggle{display:inline-flex}}.nav-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden}.nav-drawer[data-open=true]{visibility:visible}.nav-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity .25s ease}.nav-drawer[data-open=true] .nav-drawer__overlay{opacity:1}.nav-drawer__panel{position:absolute;top:0;right:0;height:100%;width:82%;max-width:340px;background:var(--color-bg);padding:60px 24px 24px;transform:translate(100%);transition:transform .28s ease;overflow-y:auto;border-left:1px solid var(--color-border)}.nav-drawer[data-open=true] .nav-drawer__panel{transform:translate(0)}.nav-drawer__close{position:absolute;top:16px;right:16px;font-size:26px;color:var(--color-text)}.nav-drawer__list>li{border-bottom:1px solid var(--color-border)}.nav-drawer__list>li>a{display:block;padding:14px 0;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.nav-drawer__sublist{padding-bottom:10px}.nav-drawer__sublist a{display:block;padding:8px 0 8px 12px;font-size:13px;font-weight:500;color:var(--color-text-muted)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;visibility:hidden}.cart-drawer[data-open=true]{visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity .25s ease}.cart-drawer[data-open=true] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;height:100%;width:92%;max-width:400px;background:var(--color-bg);display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s ease;border-left:1px solid var(--color-border)}.cart-drawer[data-open=true] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--color-border)}.cart-drawer__header h2{font-size:16px;font-weight:700}.cart-drawer__close{font-size:24px}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px 22px}.cart-drawer__footer{padding:18px 22px;border-top:1px solid var(--color-border)}.cart-line{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--color-border)}.cart-line img{width:64px;height:64px;object-fit:contain;padding:3px;border-radius:3px;background:var(--color-image-bg)}.cart-line__title{font-size:13px;font-weight:600}.cart-line__meta{font-size:12px;color:var(--color-text-muted);margin-top:2px}.cart-line__qty{display:flex;align-items:center;gap:8px;margin-top:6px}.cart-line__qty button{width:22px;height:22px;border:1px solid var(--color-border);border-radius:3px;font-size:13px}.cart-subtotal{display:flex;justify-content:space-between;font-size:14px;font-weight:600;margin-bottom:12px}.hero{padding:30px 0 0}.hero-carousel{position:relative}.hero-carousel__track{display:flex;overflow:hidden;border-radius:18px}.hero-carousel__slide{min-width:100%}.hero-carousel__slide[hidden]{display:none}.hero-carousel__slide .hero--full-image,.hero-carousel__slide .hero--full-bleed{padding-top:0}.hero__box{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;overflow:hidden;background:linear-gradient(135deg,var(--hero-bg),var(--hero-bg-2));padding:34px;gap:24px}.hero__media--right{order:2}.hero__media{display:flex;align-items:center;justify-content:center}.hero__image{border-radius:10px;width:100%;height:100%;object-fit:cover;max-height:340px}.hero__content{display:flex;flex-direction:column;justify-content:center;gap:14px;padding:0 20px}.hero__badge{display:inline-flex;align-self:flex-start;padding:6px 14px;border-radius:var(--radius-pill);background:#ffffff24;font-size:11px;font-weight:700;letter-spacing:.06em;color:#fff}.hero__heading{font-size:38px;font-weight:700;line-height:1.1;color:#fff}.hero__description{font-size:15px;font-weight:400;color:#ffffffc7;max-width:40ch}.hero__content .btn{align-self:flex-start;margin-top:6px}.hero__buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}@media(max-width:989px){.hero__heading{font-size:30px}}@media(max-width:749px){.hero__box{grid-template-columns:1fr;padding:20px}.hero__media--right{order:0}.hero__content{padding:16px 4px 4px}.hero__image{max-height:240px}}.hero-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#0a0a0a8c;color:#fff;display:flex;align-items:center;justify-content:center;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-carousel__arrow--prev{left:16px}.hero-carousel__arrow--next{right:16px}.hero-carousel__dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.hero-carousel__dot{width:7px;height:7px;border-radius:50%;background:var(--color-border);transition:background .2s ease,width .2s ease}.hero-carousel__dot.is-active{background:var(--color-text);width:20px;border-radius:4px}@media(max-width:749px){.hero-carousel__arrow{display:none}}.hero--full-image{padding:30px 0 0}.hero__full-link{display:block}.hero__full-wrap{border-radius:18px;overflow:hidden;background:var(--color-image-bg)}.hero__full-image{width:100%;height:100%;object-fit:cover}.hero--full-bleed{padding:30px 0 0}.hero__bleed-wrap{position:relative;border-radius:18px;overflow:hidden;display:flex}.hero__bleed-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__bleed-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bleed-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:14px;padding:40px 48px;max-width:480px}.hero__bleed-content--center{align-items:center;text-align:center}.hero__bleed-content--right{align-items:flex-end;text-align:right}.hero__bleed-content .hero__heading{color:#fff}.hero__bleed-content .hero__description{color:#ffffffd1}.hero__bleed-content .btn{align-self:flex-start}.hero__bleed-content--center .btn{align-self:center}.hero__bleed-content--right .btn{align-self:flex-end}.btn--size-sm{height:34px;padding:0 18px;font-size:11px}.btn--size-lg{height:56px;padding:0 36px;font-size:14px}.btn--size-xl{height:64px;padding:0 44px;font-size:15px}@media(max-width:749px){.hero__full-wrap,.hero__bleed-wrap{border-radius:14px}.hero__bleed-content{padding:24px;max-width:100%}}.product-card{display:block;position:relative}.product-card__image-wrap{position:relative;display:block;background:var(--color-image-bg);border-radius:var(--radius-card);overflow:hidden;aspect-ratio:4/5}.product-card__image-wrap--portrait{aspect-ratio:4/5}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .25s ease,transform .2s ease}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image--hover{opacity:1}.product-card:hover .product-card__image--primary{opacity:0}.product-card__badges{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px;z-index:2;align-items:flex-start}.product-card__badge{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border);font-size:10px;font-weight:700;padding:5px 11px;border-radius:var(--radius-pill);letter-spacing:.04em;text-transform:uppercase}.product-card__badge--sale{background:var(--sale-badge-bg);color:var(--sale-badge-text);border-color:var(--sale-badge-bg)}.product-card__badge--sale-transparent{background:#ffffff24;color:#fff;border-color:#ffffff59;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card__badge--new{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.product-card__badge--sold{background:#0a0a0a8c;color:#fff;border-color:transparent;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-card__quick-add{position:absolute;bottom:8px;right:8px;z-index:2;width:32px;height:32px;border-radius:50%;background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__quick-add:hover{background:var(--btn-bg);color:var(--btn-text);border-color:var(--btn-bg)}.product-card__quick-add.is-loading{pointer-events:none}@media(max-width:989px){.product-card__quick-add{opacity:1;transform:none}}.product-card__info{padding:10px 2px 0;background:transparent}.product-card__title{display:block;font-size:13px;font-weight:500;color:var(--color-text)}.product-card__subtitle{display:block;font-size:11px;font-weight:400;color:var(--color-text-muted);margin-top:2px}.product-card__price{display:block;font-size:13px;font-weight:600;color:var(--color-text);margin-top:3px}.product-card__price s{color:var(--color-text-muted);font-weight:400;margin-left:6px}.product-card--large .product-card__title{font-size:15px;font-weight:600;margin-top:2px}.product-card--large .product-card__price{order:-1}.carousel{position:relative}.carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 64px)/5);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:4px}.carousel__track::-webkit-scrollbar{display:none}.carousel__slide{scroll-snap-align:start;min-width:0}.carousel__slide--large{grid-auto-columns:unset}.featured-products__track{grid-auto-columns:calc((100% - 3 * 16px) / var(--per-row, 4))}.carousel__arrow{position:absolute;top:40%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:var(--color-card);border:1px solid var(--color-border);color:var(--color-text);display:flex;align-items:center;justify-content:center;z-index:2}.carousel__arrow--prev{left:-14px}.carousel__arrow--next{right:-14px}.carousel__arrow:disabled{opacity:.3;cursor:default}.carousel__dots{display:flex;justify-content:center;gap:6px;margin-top:14px}.carousel__dots span{width:5px;height:5px;border-radius:50%;background:var(--color-border)}.carousel__dots span.is-active{background:var(--color-text)}@media(max-width:989px){.carousel__track{grid-auto-columns:calc((100% - 2 * 12px) / 2.4);gap:12px}.featured-products__track{grid-auto-columns:calc((100% - 12px)/1.6)}.carousel__arrow{display:none}}@media(max-width:480px){.carousel__track{grid-auto-columns:62%}.featured-products__track{grid-auto-columns:68%}}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px 16px}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:989px){.product-grid{grid-template-columns:repeat(3,1fr);gap:14px 12px}}@media(max-width:600px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px 10px}}.promo-banner{width:100%}.promo-banner__inner{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;height:100%;min-height:inherit}.promo-banner__inner--left{direction:rtl}.promo-banner__inner--left>*{direction:ltr}.promo-banner__content{display:flex;flex-direction:column;justify-content:center;gap:12px;padding:48px;min-height:inherit;background:var(--color-card)}.promo-banner__logo-img{max-width:220px}.promo-banner__heading{font-size:26px;font-weight:700;color:var(--color-text)}.promo-banner__description{color:var(--color-text-muted);font-size:14px;font-weight:400;max-width:34ch}.promo-banner__media{position:relative;min-height:inherit;overflow:hidden}.promo-banner__image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}@media(max-width:749px){.promo-banner__inner{grid-template-columns:1fr}.promo-banner__content{padding:32px 20px}.promo-banner__media{min-height:220px}}.faq-section__inner{max-width:900px}.faq-accordion{margin-top:24px}.faq-category{margin-bottom:8px}.faq-category__title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);padding:22px 0 8px}.faq-accordion__item{border-bottom:1px solid var(--color-border)}.faq-accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;font-size:14px;font-weight:500;text-align:left;color:var(--color-text)}.faq-accordion__chevron{transition:transform .2s ease;flex:0 0 auto;margin-left:16px}.faq-accordion__trigger[aria-expanded=true] .faq-accordion__chevron{transform:rotate(180deg)}.faq-accordion__panel{max-height:0;overflow:hidden;transition:max-height .25s ease}.faq-accordion__answer{padding:0 0 18px;font-size:13px;font-weight:400;color:var(--color-text-muted);line-height:1.6}.site-footer{background:var(--color-card);padding:48px 0 24px;border-top:1px solid var(--color-border)}.site-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding-bottom:36px}.site-footer__col-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;color:var(--color-text)}.site-footer__col-links{display:flex;flex-direction:column;gap:10px}.site-footer__col-links a{font-size:13px;font-weight:400;color:var(--color-text-muted)}.site-footer__col-links a:hover{color:var(--color-text)}.site-footer__newsletter-text{font-size:13px;font-weight:400;color:var(--color-text-muted);margin-bottom:14px;line-height:1.5}.site-footer__newsletter-form{display:flex;gap:0}.site-footer__newsletter-form input{flex:1;min-width:0;background:transparent;border:1px solid var(--color-border);border-right:none;padding:0 14px;height:42px;color:var(--color-text);font-size:13px;outline:none;border-radius:3px 0 0 3px}.site-footer__newsletter-form input::placeholder{color:var(--color-text-muted)}.site-footer__newsletter-form button{flex:0 0 auto;height:42px;padding:0 18px;background:var(--btn-bg);color:var(--btn-text);font-size:11px;font-weight:700;letter-spacing:.04em;border-radius:0 3px 3px 0}.site-footer__newsletter-form button:hover{background:var(--btn-hover-bg);color:var(--btn-hover-text)}.site-footer__social{display:flex;gap:10px;margin-top:18px}.site-footer__social a{width:34px;height:34px;border-radius:50%;background:var(--color-text);color:var(--color-bg);display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}.site-footer__social a:hover{opacity:.8}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:24px;border-top:1px solid var(--color-border)}.site-footer__legal{font-size:12px;font-weight:400;color:var(--color-text-muted)}.site-footer__payment-icons{display:flex;gap:8px;align-items:center}.site-footer__payment-icons span{font-size:10px;font-weight:700;letter-spacing:.02em;padding:5px 8px;border-radius:3px;background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text-muted)}@media(max-width:989px){.site-footer__grid{grid-template-columns:repeat(2,1fr);gap:28px 20px}}@media(max-width:600px){.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;align-items:flex-start}}.product-section{padding:34px 0 60px}.product-section__grid{display:grid;grid-template-columns:55% 45%;gap:60px;align-items:start}.product-section__media{position:sticky;top:90px}.product-gallery{display:flex;gap:16px}.product-gallery__thumbs{display:flex;flex-direction:column;gap:10px;width:68px;flex:0 0 auto;max-height:560px;overflow-y:auto}.product-gallery__thumb{border:1px solid var(--color-border);border-radius:3px;overflow:hidden;background:var(--color-image-bg);aspect-ratio:1/1}.product-gallery__thumb.is-active{border-color:var(--color-text)}.product-gallery__thumb-img{width:100%;height:100%;object-fit:contain}.product-gallery__main{position:relative;flex:1;background:var(--color-image-bg);border-radius:var(--radius-card);overflow:hidden}.product-gallery__slide{display:none}.product-gallery__slide.is-active{display:block}.product-gallery__image{width:100%;height:100%;object-fit:contain;aspect-ratio:4/5}.product-gallery__media video,.product-gallery__media model-viewer{width:100%;aspect-ratio:4/5}.product-gallery__zoom{position:absolute;bottom:14px;right:14px;width:34px;height:34px;border-radius:50%;background:#0a0a0ad9;color:#fff;display:flex;align-items:center;justify-content:center}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:#0a0a0ab3;color:#fff;display:none;align-items:center;justify-content:center}.product-gallery__nav--prev{left:10px}.product-gallery__nav--next{right:10px}.product-gallery__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000f0;display:none;align-items:center;justify-content:center}.product-gallery__lightbox[data-open=true]{display:flex}.product-gallery__lightbox-content img{max-width:92vw;max-height:92vh;object-fit:contain}.product-gallery__lightbox-close{position:absolute;top:20px;right:24px;font-size:30px;color:#fff}.product-section__title{font-size:40px;font-weight:700;line-height:1.1}.product-section__price{font-size:17px;font-weight:600;margin-top:14px;display:flex;gap:10px;align-items:baseline}.product-section__price-sale{color:var(--color-accent);font-weight:700}.product-section__price-compare{color:var(--color-text-muted);font-weight:400;text-decoration:line-through;font-size:14px}.product-form{margin-top:30px}.product-form__option{margin-bottom:22px}.product-form__option-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.product-form__option-name{font-size:14px;font-weight:600}.product-form__size-chart-link{font-size:12px;font-weight:500;text-decoration:underline;color:var(--color-text-muted)}.product-form__size-chart-link:hover{color:var(--color-text)}.product-form__option-values{display:flex;flex-wrap:wrap;gap:10px}.option-btn{min-width:52px;padding:10px 14px;border:1px solid var(--color-border);border-radius:4px;font-size:12px;font-weight:600;color:var(--color-text-muted);background:transparent;transition:border-color .15s ease,color .15s ease}.option-btn:hover{border-color:var(--color-text-muted)}.option-btn.is-selected{border-color:var(--color-text);color:var(--color-text)}.option-btn.is-unavailable{color:var(--color-border);position:relative;text-decoration:line-through}.option-btn.is-unavailable:hover{border-color:var(--color-border)}.product-form__buttons{display:flex;gap:12px;margin-top:26px}.product-form__buttons .btn{flex:1;min-width:0}.product-form__error{color:#e2664b;font-size:12px;margin-top:10px}.product-accordion{margin-top:44px}.product-accordion__section{padding:20px 0;border-top:1px solid var(--color-border)}.product-accordion__title{font-size:15px;font-weight:600;margin-bottom:10px}.product-accordion__body{font-size:13px;font-weight:400;color:var(--color-text-muted);line-height:1.7}.product-accordion__body p{margin:0 0 8px}.size-chart-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;align-items:center;justify-content:center;padding:20px}.size-chart-modal[data-open=true]{display:flex}.size-chart-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.size-chart-modal__panel{position:relative;background:var(--color-card);border:1px solid var(--color-border);border-radius:14px;padding:32px;max-width:640px;width:100%;max-height:85vh;overflow-y:auto}.size-chart-modal__title{font-size:22px;font-weight:700;text-align:center;margin-bottom:22px}.size-chart-modal__close{position:absolute;top:16px;right:16px;font-size:22px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.size-chart-modal__close:hover{color:var(--color-text);background:var(--color-bg)}.size-chart-modal__image{width:100%;height:auto;border-radius:8px}.size-chart-table{width:100%;border-collapse:collapse;font-size:13px}.size-chart-table th,.size-chart-table td{padding:12px 14px;text-align:left;white-space:nowrap}.size-chart-table thead th{background:var(--color-bg);font-weight:700;color:var(--color-text);font-size:12px;line-height:1.3;vertical-align:bottom}.size-chart-table thead th:first-child{border-radius:6px 0 0}.size-chart-table thead th:last-child{border-radius:0 6px 0 0}.size-chart-table tbody td{font-weight:500;color:var(--color-text-muted);border-bottom:1px solid var(--color-border)}.size-chart-table tbody td:first-child{color:var(--color-text);font-weight:700}.size-chart-table tbody tr:last-child td{border-bottom:none}@media(max-width:600px){.size-chart-table{font-size:12px}.size-chart-table th,.size-chart-table td{padding:10px}.size-chart-modal__panel{padding:22px 16px;overflow-x:auto}}@media(max-width:989px){.product-section__grid{grid-template-columns:1fr;gap:32px}.product-section__media{position:static}.product-section__title{font-size:30px}}@media(max-width:600px){.product-gallery{flex-direction:column-reverse}.product-gallery__thumbs{flex-direction:row;width:100%;overflow-x:auto;max-height:none}.product-gallery__thumb{width:60px;flex:0 0 auto}.product-form__buttons .btn{height:52px;font-size:12.5px;padding:0 14px}}.brand-story{position:relative;border-radius:18px;overflow:hidden;min-height:520px;display:flex;align-items:flex-end}.brand-story__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.brand-story__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000000d1 10%,#00000026 65%)}.brand-story__content{position:relative;z-index:1;padding:48px;max-width:640px}.brand-story__eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:14px}.brand-story__heading{font-size:40px;font-weight:700;color:#fff;line-height:1.15;margin-bottom:16px}.brand-story__text{font-size:15px;font-weight:400;color:#ffffffd1;line-height:1.7;margin-bottom:26px;max-width:56ch}@media(max-width:749px){.brand-story{min-height:420px}.brand-story__content{padding:28px 22px}.brand-story__heading{font-size:28px}}.brand-page__hero{position:relative;min-height:60vh;display:flex;align-items:flex-end;overflow:hidden}.brand-page__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.brand-page__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000000bf,#0000001a)}.brand-page__hero-content{position:relative;z-index:1;padding:60px 0;max-width:720px}@media(max-width:749px){.brand-page__hero{min-height:50vh}.brand-page__hero-content{padding:36px 0}}.brand-page__section{padding:70px 0}.brand-page__row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.brand-page__row--reverse .brand-page__row-media{order:2}.brand-page__row-media img{border-radius:14px;width:100%;aspect-ratio:4/3;object-fit:cover}.brand-page__eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:14px;display:block}.brand-page__heading{font-size:30px;font-weight:700;margin-bottom:16px;line-height:1.2}.brand-page__text{font-size:14px;font-weight:400;color:var(--color-text-muted);line-height:1.8}.brand-page__team{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:30px}.brand-page__team-member img,.brand-page__team-photo{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius-card);margin-bottom:12px}.brand-page__team-name{font-size:14px;font-weight:600}.brand-page__team-role{font-size:12px;font-weight:400;color:var(--color-text-muted)}.brand-page__gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}.brand-page__gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius-card)}@media(max-width:989px){.brand-page__row{grid-template-columns:1fr;gap:28px}.brand-page__row--reverse .brand-page__row-media{order:0}.brand-page__team,.brand-page__gallery{grid-template-columns:repeat(2,1fr)}}.service-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{display:block;padding:26px;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-card);transition:border-color .15s ease,transform .15s ease}.service-card:hover{border-color:var(--color-text);transform:translateY(-2px)}.service-card__icon{width:42px;height:42px;border-radius:50%;background:var(--color-bg);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:var(--color-text)}.service-card__title{font-size:15px;font-weight:600;margin-bottom:6px}.service-card__text{font-size:13px;font-weight:400;color:var(--color-text-muted);line-height:1.6}.service-card__arrow{display:inline-flex;margin-top:14px;font-size:12px;font-weight:700;color:var(--color-text)}@media(max-width:989px){.service-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.service-cards{grid-template-columns:1fr}}.form-page__intro{max-width:640px;margin-bottom:40px}.form-page__eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px;display:block}.form-page__heading{font-size:32px;font-weight:700;margin-bottom:12px}.form-page__text{font-size:14px;font-weight:400;color:var(--color-text-muted);line-height:1.7}.form-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:14px;padding:36px;max-width:720px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid--single{grid-template-columns:1fr}.form-field{display:flex;flex-direction:column;gap:8px}.form-field--full{grid-column:1 / -1}.form-field label{font-size:12px;font-weight:600;color:var(--color-text)}.form-field .required{color:#e2664b}.form-field input,.form-field select,.form-field textarea{background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;padding:12px 14px;font-size:13px;font-weight:400;color:var(--color-text);outline:none;transition:border-color .15s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--color-text)}.form-field textarea{resize:vertical;min-height:110px}.form-field__error{font-size:11px;font-weight:500;color:#e2664b;display:none}.form-field.has-error input,.form-field.has-error select,.form-field.has-error textarea{border-color:#e2664b}.form-field.has-error .form-field__error{display:block}.form-field__file{border:1px dashed var(--color-border);border-radius:6px;padding:22px;text-align:center;font-size:12px;font-weight:500;color:var(--color-text-muted);cursor:pointer;background:var(--color-bg)}.form-field__file:hover{border-color:var(--color-text)}.form-field__file input{display:none}.form-field__file-preview{margin-top:10px;font-size:12px;font-weight:500;color:var(--color-text)}.form-conditional{display:none}.form-conditional.is-visible{display:block}.form-submit-note{font-size:11px;font-weight:400;color:var(--color-text-muted);margin-top:14px;line-height:1.6}.form-success{display:none;text-align:center;padding:40px 20px}.form-success.is-visible{display:block}.form-success__title{font-size:20px;font-weight:700;margin-bottom:8px}.form-success__text{font-size:13px;font-weight:400;color:var(--color-text-muted)}@media(max-width:749px){.form-grid{grid-template-columns:1fr}.form-card{padding:24px}}.track-order-card{max-width:520px}.policy-page{max-width:780px}.policy-page h1{font-size:30px;font-weight:700;margin-bottom:24px}.policy-page h2{font-size:18px;font-weight:600;margin:28px 0 10px}.policy-page p{font-size:14px;font-weight:400;color:var(--color-text-muted);line-height:1.8;margin-bottom:14px}.policy-page ul{margin-bottom:14px;padding-left:20px;list-style:disc}.policy-page li{font-size:14px;font-weight:400;color:var(--color-text-muted);line-height:1.8}.policy-page a{text-decoration:underline;color:var(--color-text)}.catalog-category{margin-bottom:10px}.catalog-category__description{font-size:13px;font-weight:400;color:var(--color-text-muted);max-width:60ch;margin-top:-12px;margin-bottom:20px}.catalog-category__grid{display:grid;grid-template-columns:repeat(var(--per-row, 4),1fr);gap:16px}@media(max-width:989px){.catalog-category__grid{grid-template-columns:repeat(3,1fr);gap:12px}}@media(max-width:600px){.catalog-category__grid{grid-template-columns:repeat(2,1fr);gap:10px}}.collection-hero{padding:40px 0 20px;border-bottom:1px solid var(--color-border);margin-bottom:8px}.collection-hero__title{font-size:36px;font-weight:700}.collection-hero__description{color:var(--color-text-muted);font-size:14px;margin-top:10px;max-width:70ch}.collection-hero__count{color:var(--color-text-muted);font-size:12px;margin-top:12px;text-transform:uppercase;letter-spacing:.04em}.collection-toolbar{display:flex;justify-content:flex-end;margin-bottom:20px}.collection-sort{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--color-text-muted)}.collection-sort select{background:var(--color-card);color:var(--color-text);border:1px solid var(--color-border);border-radius:6px;padding:8px 10px;font-size:12.5px;font-family:var(--font-body)}.collection-grid{display:grid;grid-template-columns:repeat(var(--per-row, 4),1fr);gap:20px 16px}.collection-pagination{grid-column:1 / -1;display:flex;justify-content:center;gap:6px;margin-top:30px;flex-wrap:wrap}.collection-pagination a,.collection-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:6px;font-size:12.5px;color:var(--color-text-muted);border:1px solid transparent}.collection-pagination a:hover{border-color:var(--color-border);color:var(--color-text)}.collection-pagination span.is-current{background:var(--color-accent);color:#fff;font-weight:700}@media(max-width:989px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:14px 10px}}@media(max-width:600px){.collection-hero__title{font-size:26px}.collection-grid{grid-template-columns:repeat(2,1fr)}.collection-toolbar{justify-content:stretch}.collection-sort{width:100%;justify-content:space-between}.collection-sort select{flex:1}}.search-hero{padding:40px 0 20px;border-bottom:1px solid var(--color-border);margin-bottom:8px}.search-hero__bar{display:flex;align-items:center;gap:10px;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:13px 20px;max-width:520px;color:var(--color-text-muted)}.search-hero__bar input{flex:1;background:transparent;border:none;outline:none;color:var(--color-text);font-size:14px;font-family:var(--font-body)}.search-hero__clear{flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:var(--color-border);color:var(--color-text);display:flex;align-items:center;justify-content:center;font-size:15px;line-height:1}.search-hero__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:24px;flex-wrap:wrap}.search-hero__title{font-size:28px;font-weight:700}.search-hero__count{font-size:12.5px;color:var(--color-text-muted);margin-top:6px}.search-empty{text-align:center;padding:60px 20px}.search-empty__title{font-size:18px;font-weight:600;margin-bottom:8px}.search-empty__text{font-size:13.5px;color:var(--color-text-muted);margin-bottom:22px;max-width:46ch;margin-left:auto;margin-right:auto}@media(max-width:600px){.search-hero__title{font-size:22px}.search-hero__meta{align-items:flex-start}.search-hero__bar{max-width:100%}}.order-summary-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:12px;padding:30px;margin-top:20px}.order-summary-card__header{margin-bottom:26px}.order-summary-card__header h2{font-size:24px;font-weight:700}.order-summary-card__header p{font-size:13px;color:var(--color-text-muted);margin-top:4px}.order-status-badge{display:inline-flex;margin-top:10px;padding:6px 14px;border-radius:var(--radius-pill);background:#aa07cb1f;color:var(--color-accent);font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.order-summary-card__section-title{font-size:14px;font-weight:600;margin:28px 0 14px;padding-top:20px;border-top:1px solid var(--color-border)}.order-summary-card__section-title:first-of-type{margin-top:0;padding-top:0;border-top:none}.order-line-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.order-line-item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.order-line-item__image-wrap{aspect-ratio:1/1;background:var(--color-image-bg)}.order-line-item__image-wrap img{width:100%;height:100%;object-fit:contain;padding:10px}.order-line-item__info{padding:12px;display:flex;flex-direction:column;gap:3px}.order-line-item__title{font-size:13px;font-weight:600}.order-line-item__variant,.order-line-item__qty{font-size:11.5px;color:var(--color-text-muted)}.order-line-item__price{font-size:13px;margin-top:4px}.order-line-item__price s{color:var(--color-text-muted);margin-right:6px}.order-summary{display:flex;flex-direction:column;gap:10px}.order-summary__row{display:flex;justify-content:space-between;font-size:13.5px;color:var(--color-text-muted)}.order-summary__row--total{font-size:16px;font-weight:700;color:var(--color-text);padding-top:12px;border-top:1px solid var(--color-border);margin-top:4px}.order-summary__discount-code{font-size:12px;color:var(--color-text-muted);margin-top:10px}.form-submit-note code{background:var(--color-card);border:1px solid var(--color-border);border-radius:4px;padding:2px 7px;font-size:12px;color:var(--color-text)}.order-shipments{display:flex;flex-direction:column;gap:16px}.order-shipment{background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;padding:18px}.order-shipment__heading{font-size:13px;font-weight:700;margin-bottom:10px;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted)}.order-shipment__row{display:flex;justify-content:space-between;align-items:center;font-size:13.5px;padding:6px 0}.order-shipment__row span:first-child{color:var(--color-text-muted)}.order-shipment__tracking-id{font-family:monospace;letter-spacing:.02em}.order-shipment__buttons{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.order-shipment__buttons .btn{flex:1;min-width:140px}.order-shipment__no-link{font-size:12px;color:var(--color-text-muted);align-self:center}.order-not-found__title{font-size:20px;font-weight:700;margin-bottom:10px}.order-tracking__another{display:block;width:100%;margin-top:20px}@media(max-width:600px){.order-summary-card{padding:20px}.order-line-items{grid-template-columns:repeat(2,1fr)}.order-shipment__buttons .btn{min-width:0}}
/*# sourceMappingURL=/cdn/shop/t/58/assets/theme.css.map */
