@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--color-bg: #0A0A0A;--color-surface: #141414;--color-surface-2: #1E1E1E;--color-accent: #C9A96E;--color-accent-hover: #E8C48A;--color-text: #F0EDE8;--color-text-muted: #888888;--color-border: #2A2A2A;--font-display: "Playfair Display", serif;--font-body: "DM Sans", sans-serif;--radius: 8px;--radius-lg: 16px;--shadow: 0 4px 24px rgba(0, 0, 0, .4);--transition: .25s cubic-bezier(.4, 0, .2, 1);--header-height: 72px;--announcement-height: 40px;--drawer-width: 380px;--bottom-nav-height: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;overflow-x:hidden;-webkit-user-select:none;user-select:none;cursor:default}input,textarea,select,[contenteditable=true],.selectable,.rte,.product-description,.product__description{-webkit-user-select:text;user-select:text;cursor:text}a,button,[role=button],label[for]{cursor:pointer}.site-chrome,.site-header,.drawer-menu,.cart-drawer,.announcement-bar,.mobile-bottom-nav,.overlay{-webkit-user-select:none;user-select:none}body.drawer-open,body.cart-open{overflow:hidden}.main-content:focus{outline:none}.hero,.hero__bg,.hero__grain{-webkit-user-select:none;user-select:none}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color var(--transition)}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;padding:.75rem 1.5rem;background:var(--color-accent);color:var(--color-bg);clip:auto;width:auto;height:auto}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.25rem}.section-padding{padding:4rem 0}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.5rem}.section-subtitle{color:var(--color-text-muted);margin-bottom:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:500;border-radius:var(--radius);transition:all var(--transition);white-space:nowrap}.btn--primary{background:var(--color-accent);color:var(--color-bg)}.btn--primary:hover{background:var(--color-accent-hover);transform:translateY(-2px)}.btn--outline{border:1.5px solid var(--color-accent);color:var(--color-accent);background:transparent}.btn--outline:hover{background:var(--color-accent);color:var(--color-bg)}.btn--full{width:100%}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:199;opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition)}.overlay.is-active{opacity:1;visibility:visible}.announcement-bar{background:var(--color-accent);color:var(--color-bg);min-height:var(--announcement-height);display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(0,0,0,.08)}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem 1.25rem;width:100%;max-width:1280px;margin:0 auto;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.announcement-bar__dot{width:4px;height:4px;border-radius:50%;background:#0a0a0a59;flex-shrink:0}.announcement-bar__text--mobile{display:none}@media(max-width:767px){.announcement-bar__text--mobile{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center}.announcement-bar__text--desktop,.announcement-bar__dot{display:none!important}.announcement-bar__inner{flex-wrap:nowrap;padding:.45rem .75rem;font-size:.6875rem;letter-spacing:.02em;text-transform:none}.announcement-bar{min-height:32px}}.site-header{position:sticky;top:0;z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border);transition:background var(--transition),backdrop-filter var(--transition),box-shadow var(--transition)}.site-header.is-scrolled{background:#0a0a0af7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 24px #00000040}.site-header__inner{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;width:100%;max-width:1280px;height:var(--header-height);margin:0 auto;padding:0 1.25rem;gap:.75rem}.site-header__start,.site-header__end{display:flex;align-items:center;min-height:44px}.site-header__start{z-index:2}.site-header__end{gap:1rem;z-index:2;justify-self:end}.site-header__menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--color-text);border-radius:var(--radius);transition:background var(--transition),color var(--transition)}.site-header__menu-btn:hover{background:var(--color-surface-2);color:var(--color-accent)}.site-header__logo{grid-column:2;justify-self:center;font-family:var(--font-display);font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text);white-space:nowrap;z-index:1;max-width:100%;overflow:hidden;text-overflow:ellipsis}.site-header__logo:hover{color:var(--color-accent)}.site-header__start{grid-column:1;grid-row:1}.site-header__end{grid-column:3;grid-row:1}.site-header__nav{display:none;align-items:center;gap:1.75rem}.site-header__nav a{font-size:.875rem;font-weight:500;letter-spacing:.02em;color:var(--color-text-muted);transition:color var(--transition);white-space:nowrap}.site-header__nav a:hover,.site-header__nav a.is-active{color:var(--color-accent)}.site-header__actions{display:flex;align-items:center;gap:.125rem}.header-icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--color-text);transition:color var(--transition)}.header-icon-btn:hover{color:var(--color-accent)}.header-icon-btn svg{width:22px;height:22px}.header-icon-btn--desktop{display:flex}@media(max-width:989px){.header-icon-btn--desktop{display:none!important}}.cart-badge{position:absolute;top:6px;right:6px;min-width:18px;height:18px;padding:0 4px;background:var(--color-accent);color:var(--color-bg);font-size:.625rem;font-weight:600;border-radius:999px;display:flex;align-items:center;justify-content:center}@media(min-width:990px){.site-header__nav{display:flex}}.drawer-menu{position:fixed;top:0;left:0;width:var(--drawer-width);max-width:90vw;height:100vh;height:100dvh;background:var(--color-surface);z-index:200;transform:translate(-100%);transition:transform var(--transition);overflow-y:auto;border-right:1px solid var(--color-border)}.drawer-menu.is-open{transform:translate(0)}.drawer-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.drawer-menu__logo{font-family:var(--font-display);font-size:1.25rem;font-weight:700;letter-spacing:.15em}.drawer-menu__close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.drawer-menu__close:hover{color:var(--color-text)}.drawer-menu__nav{padding:.75rem 0 1.5rem}.drawer-menu__top-links a{display:block;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;color:var(--color-text);transition:background var(--transition),color var(--transition)}.drawer-menu__top-links a:hover,.drawer-menu__top-links a.is-active{background:var(--color-surface-2);color:var(--color-accent)}.drawer-menu__item-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:0 1.5rem}.drawer-menu__parent-link{flex:1;display:block;padding:.75rem 0;font-size:.875rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);transition:color var(--transition)}.drawer-menu__parent-link:hover{color:var(--color-accent)}.drawer-menu__toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;color:var(--color-text-muted);transition:color var(--transition),background var(--transition);border-radius:var(--radius)}.drawer-menu__toggle:hover{background:var(--color-surface-2);color:var(--color-accent)}.drawer-menu__toggle span{font-size:1.125rem;font-weight:300;color:var(--color-text-muted);line-height:1}.drawer-menu__item.is-expanded .drawer-menu__parent-link{color:var(--color-accent)}.drawer-menu__submenu-all{font-weight:600;color:var(--color-accent)!important}.drawer-menu__extra-label{padding:.5rem 1.5rem;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.drawer-menu__submenu{max-height:0;overflow:hidden;transition:max-height .35s ease;background:var(--color-bg)}.drawer-menu__item.is-expanded .drawer-menu__submenu{max-height:300px}.drawer-menu__submenu a{display:block;padding:.625rem 1.5rem .625rem 2.5rem;font-size:.875rem;color:var(--color-text-muted)}.drawer-menu__submenu a:hover{color:var(--color-accent)}.drawer-menu__divider{height:1px;background:var(--color-border);margin:.75rem 1.5rem}.drawer-menu__footer-links a{display:block;padding:.625rem 1.5rem;font-size:.875rem;color:var(--color-text-muted)}.drawer-menu__footer-links a:hover{color:var(--color-accent)}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;height:100dvh;background:var(--color-surface);z-index:200;transform:translate(100%);transition:transform var(--transition);display:flex;flex-direction:column;border-left:1px solid var(--color-border)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-family:var(--font-display);font-size:1.25rem}.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{text-align:center;padding:3rem 1rem;color:var(--color-text-muted)}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image{width:80px;height:80px;object-fit:cover;border-radius:var(--radius);background:var(--color-surface-2)}.cart-item__title{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.cart-item__variant{font-size:.75rem;color:var(--color-text-muted)}.cart-item__price{font-size:.875rem;color:var(--color-accent);margin-top:.25rem}.cart-item__qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-item__qty button{width:28px;height:28px;border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);display:flex;align-items:center;justify-content:center;font-size:1rem}.cart-item__remove{color:var(--color-text-muted);font-size:.75rem;margin-top:.5rem}.cart-item__remove:hover{color:#e74c3c}.cart-drawer__note{padding:0 1.5rem 1rem}.cart-drawer__note label{display:block;font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.5rem}.cart-drawer__note textarea{width:100%;padding:.75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);font-family:inherit;font-size:.875rem;resize:vertical;min-height:60px}.cart-delivery-note{padding:0 1.5rem 1rem}.cart-delivery-note__text{font-size:.8125rem;color:var(--color-text-muted);line-height:1.5;padding:.75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius)}.shipping-progress{padding:0 1.5rem 1rem}.shipping-progress__text{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.5rem}.shipping-progress__bar{height:4px;background:var(--color-border);border-radius:999px;overflow:hidden}.shipping-progress__fill{height:100%;background:var(--color-accent);border-radius:999px;transition:width var(--transition)}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--color-border);background:var(--color-bg)}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1rem}.cart-drawer__subtotal span:last-child{font-weight:600;color:var(--color-accent)}.hero{position:relative;min-height:min(72vh,640px);display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 80%,rgba(201,169,110,.12) 0%,transparent 60%),var(--color-bg)}.hero__grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");pointer-events:none}.hero__content{position:relative;z-index:1;max-width:800px;padding:2rem 1.25rem 3.5rem}.hero__pill{display:inline-block;margin:0 auto 1.25rem;padding:.45rem .875rem;border:1px solid rgba(201,169,110,.45);border-radius:999px;background:#141414a6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-accent);font-size:.75rem;font-weight:500;letter-spacing:.02em}.hero__title{font-size:clamp(2.25rem,6vw,4rem);margin-bottom:1.25rem;line-height:1.1}.hero__subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--color-text-muted);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero__scroll{display:none}@media(min-width:990px){.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;z-index:2;transition:color var(--transition)}.hero__scroll:hover{color:var(--color-accent)}.hero__scroll-line{width:1px;height:48px;background:linear-gradient(180deg,var(--color-accent),transparent)}}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.category-grid{grid-template-columns:repeat(3,1fr)}}.category-card{position:relative;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition);overflow:hidden}.category-card:hover{transform:translateY(-4px);border-color:var(--color-accent);box-shadow:0 0 24px #c9a96e26}.category-card:before{content:"";display:block;width:32px;height:2px;margin:0 auto 1.25rem;background:var(--color-accent);border-radius:999px}.category-card__title{font-family:var(--font-display);font-size:1.125rem;margin-bottom:.5rem}.category-card__link{font-size:.875rem;color:var(--color-accent);font-weight:500}.product-card{display:flex;flex-direction:column;height:100%;background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.product-card:hover{transform:translateY(-2px);border-color:#c9a96e59;box-shadow:0 8px 24px #00000040}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:#fff;flex-shrink:0}.product-card__image-link{display:block;width:100%;height:100%}.product-card__image{width:100%;height:100%;object-fit:contain;padding:.5rem;transition:transform .4s ease}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card__badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:.25rem;z-index:1}.badge{display:inline-block;padding:.2rem .5rem;font-size:.625rem;font-weight:600;letter-spacing:.04em;border-radius:4px}.badge--new{background:var(--color-accent);color:var(--color-bg)}.badge--sale{background:#c0392b;color:#fff}.badge--low{background:var(--color-surface);color:var(--color-text-muted);border:1px solid var(--color-border)}.product-card__body{display:flex;flex-direction:column;flex:1;padding:.75rem;gap:.375rem}.product-card__title{font-family:var(--font-body);font-size:.8125rem;font-weight:400;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.25rem}.product-card__title a{color:var(--color-text)}.product-card__title a:hover{color:var(--color-accent)}.product-card__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem;margin-top:auto}.product-card__price{font-size:1.0625rem;font-weight:700;color:var(--color-accent);line-height:1.2}.product-card__price--compare{font-size:.75rem;color:var(--color-text-muted);text-decoration:line-through;font-weight:400}.product-card__shipping{font-size:.6875rem;color:var(--color-text-muted);line-height:1.3}.product-card__add{margin-top:.375rem;min-height:40px;padding:.5rem .75rem;font-size:.8125rem}.product-card__add--disabled{display:flex;align-items:center;justify-content:center;opacity:.5;pointer-events:none}.carousel-nav{display:flex;gap:.5rem;margin-top:1.5rem;justify-content:flex-end}.carousel-nav button{width:44px;height:44px;border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.carousel-nav button:hover{border-color:var(--color-accent);color:var(--color-accent)}.promo-banner{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center;position:relative;overflow:hidden}.promo-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(201,169,110,.08) 0%,transparent 70%)}.promo-banner__title{font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:1.5rem;position:relative}.countdown{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;position:relative}.countdown__item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem 1.25rem;min-width:72px;text-align:center}.countdown__value{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--color-accent);display:block}.countdown__label{font-size:.6875rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em}.bestsellers-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid var(--color-border);padding-bottom:1rem}.bestsellers-tabs button{padding:.5rem 1rem;font-size:.875rem;color:var(--color-text-muted);border-radius:var(--radius);transition:all var(--transition);min-height:44px}.bestsellers-tabs button.is-active,.bestsellers-tabs button:hover{background:var(--color-accent);color:var(--color-bg)}.bestsellers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.bestsellers-grid{grid-template-columns:repeat(4,1fr)}}.bestsellers-panel{display:none}.bestsellers-panel.is-active{display:contents}.featured-collections{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.featured-collections{grid-template-columns:1fr 1fr}}.collection-banner{position:relative;min-height:320px;border-radius:var(--radius-lg);overflow:hidden;display:flex;align-items:flex-end;padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);transition:transform var(--transition)}.collection-banner:hover{transform:translateY(-4px)}.collection-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.4}.collection-banner__content{position:relative;z-index:1}.collection-banner__title{font-size:1.75rem;margin-bottom:.5rem}.collection-banner__subtitle{color:var(--color-text-muted);margin-bottom:1rem}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{text-align:center;padding:1.5rem;background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.trust-item__icon{width:48px;height:48px;margin:0 auto .75rem;border:1px solid rgba(201,169,110,.45);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:600;letter-spacing:.08em;color:var(--color-accent)}.trust-item__title{font-family:var(--font-body);font-size:1rem;font-weight:600;margin-bottom:.375rem}.trust-item__text{font-size:.8125rem;color:var(--color-text-muted)}.reviews-carousel .swiper-slide{height:auto}.review-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;height:100%}.review-card__stars{color:var(--color-accent);font-size:1rem;margin-bottom:.75rem;letter-spacing:2px}.review-card__text{font-size:.9375rem;line-height:1.7;margin-bottom:1rem;color:var(--color-text-muted)}.review-card__author{font-weight:600;font-size:.875rem}.newsletter{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center}.newsletter__title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.75rem}.newsletter__form{display:flex;flex-direction:column;gap:.75rem;max-width:480px;margin:1.5rem auto 0}@media(min-width:480px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1;min-height:44px;padding:0 1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);font-family:inherit;font-size:1rem}.newsletter__input:focus{outline:none;border-color:var(--color-accent)}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:3rem 0 2rem;margin-bottom:var(--bottom-nav-height);clear:both}@media(min-width:990px){.site-footer{margin-bottom:0}}.site-footer__top{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}@media(min-width:990px){.site-footer__top{grid-template-columns:minmax(220px,280px) 1fr;gap:3rem;align-items:start}}.site-footer__brand{max-width:320px}.site-footer__logo{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:.15em;margin-bottom:.75rem}.site-footer__tagline{color:var(--color-text-muted);font-size:.875rem;line-height:1.6;margin-bottom:.75rem}.site-footer__shipping{font-size:.8125rem;color:var(--color-accent);line-height:1.5}.site-footer__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}}.site-footer__col{min-width:0}.site-footer__heading{font-family:var(--font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;color:var(--color-accent)}.site-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.site-footer__links li{margin:0;padding:0}.site-footer__links a{display:block;font-size:.875rem;color:var(--color-text-muted);line-height:1.4;padding:.125rem 0;transition:color var(--transition)}.site-footer__links a:hover{color:var(--color-text)}.site-footer__payments{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding:1.5rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:1.5rem}.payment-badge{padding:.375rem .75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);font-size:.75rem;font-weight:600;color:var(--color-text-muted)}.site-footer__copyright{font-size:.8125rem;color:var(--color-text-muted);text-align:center}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:var(--bottom-nav-height);background:#141414fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-around;z-index:90;padding-bottom:env(safe-area-inset-bottom)}@media(min-width:990px){.mobile-bottom-nav{display:none}}.mobile-bottom-nav a,.mobile-bottom-nav button{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:.625rem;color:var(--color-text-muted);min-width:44px;min-height:44px;justify-content:center;transition:color var(--transition)}.mobile-bottom-nav a.is-active,.mobile-bottom-nav a:hover,.mobile-bottom-nav button:hover{color:var(--color-accent)}.mobile-bottom-nav svg{width:22px;height:22px}.product-page{padding:2rem 0 4rem}.product-page__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:990px){.product-page__grid{grid-template-columns:1fr 1fr;gap:4rem}}.product-gallery__main{position:relative;aspect-ratio:1;background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border)}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-gallery__main:hover img{transform:scale(1.08)}.product-gallery__thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto}.product-gallery__thumb{flex-shrink:0;width:72px;height:72px;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;cursor:pointer;opacity:.6;transition:all var(--transition)}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:var(--color-accent);opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__title{font-size:clamp(1.75rem,3vw,2.25rem);margin-bottom:.75rem}.product-info__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.875rem;color:var(--color-text-muted)}.product-info__rating .stars{color:var(--color-accent)}.product-info__price{font-size:1.75rem;font-weight:600;color:var(--color-accent);margin-bottom:1.5rem}.product-info__price--compare{font-size:1.125rem;color:var(--color-text-muted);text-decoration:line-through;margin-left:.75rem;font-weight:400}.product-option{margin-bottom:1.25rem}.product-option__label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.625rem;display:block}.product-option__swatches{display:flex;flex-wrap:wrap;gap:.5rem}.swatch{width:36px;height:36px;border-radius:50%;border:2px solid var(--color-border);cursor:pointer;transition:border-color var(--transition)}.swatch.is-selected{border-color:var(--color-accent);box-shadow:0 0 0 2px var(--color-bg),0 0 0 4px var(--color-accent)}.product-option__sizes{display:flex;flex-wrap:wrap;gap:.5rem}.size-btn{min-width:44px;min-height:44px;padding:0 1rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.875rem;color:var(--color-text);transition:all var(--transition)}.size-btn.is-selected,.size-btn:hover{border-color:var(--color-accent);background:var(--color-accent);color:var(--color-bg)}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:1.5rem}.quantity-selector button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--color-text);font-size:1.25rem}.quantity-selector input{width:48px;height:44px;text-align:center;background:transparent;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);color:var(--color-text);font-family:inherit;font-size:1rem;-moz-appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none}.product-info__actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.product-info__meta{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.5rem;padding:1rem;background:var(--color-surface);border-radius:var(--radius);border:1px solid var(--color-border)}.product-info__meta .in-stock{color:#27ae60}.product-info__meta .out-of-stock{color:#e74c3c}.product-info__delivery{display:block;font-size:.875rem;color:var(--color-accent);margin-top:.25rem}.product-card__wishlist{position:absolute;top:.5rem;right:.5rem;z-index:2;width:36px;height:36px;border-radius:50%;background:#0a0a0aa6;color:var(--color-text);display:flex;align-items:center;justify-content:center;transition:background var(--transition),color var(--transition),transform .2s ease}.product-card__wishlist:hover{background:var(--color-surface);color:var(--color-accent);transform:scale(1.05)}.product-card__wishlist.is-active{color:#e74c3c;background:#0a0a0ad9}.product-card__wishlist.is-active svg{fill:#e74c3c;stroke:#e74c3c}.wishlist-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-muted);margin-top:.5rem;min-height:44px}.wishlist-btn:hover{color:var(--color-accent)}.wishlist-btn.is-active{color:#e88;border-color:#e74c3c66}.accordion{border-top:1px solid var(--color-border)}.accordion__item{border-bottom:1px solid var(--color-border)}.accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-size:1rem;font-weight:500;color:var(--color-text);text-align:left;min-height:44px}.accordion__trigger svg{transition:transform var(--transition);flex-shrink:0}.accordion__item.is-open .accordion__trigger svg{transform:rotate(180deg)}.accordion__content{max-height:0;overflow:hidden;transition:max-height .35s ease}.accordion__item.is-open .accordion__content{max-height:500px}.accordion__body{padding-bottom:1.25rem;color:var(--color-text-muted);font-size:.9375rem;line-height:1.7}.catalog-page,.collection-page{padding:1.5rem 0 4rem}.catalog-page__header{margin-bottom:1.5rem}.catalog-page__title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.35rem}.catalog-page__subtitle{color:var(--color-text-muted);font-size:.9375rem}.catalog-page__layout,.collection-page__layout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:990px){.catalog-page__layout,.collection-page__layout{grid-template-columns:240px 1fr;gap:2rem}}.catalog-sidebar,.collection-sidebar{display:none}@media(min-width:990px){.catalog-sidebar,.collection-sidebar{display:block;position:sticky;top:calc(var(--header-height) + 1rem);align-self:start;max-height:calc(100vh - var(--header-height) - 2rem);overflow-y:auto}}.catalog-shipping-note{font-size:.8125rem;color:var(--color-text-muted);padding:.625rem .875rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:1rem}.catalog-empty{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:var(--color-text-muted)}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.catalog-pagination__info{font-size:.875rem;color:var(--color-text-muted)}.catalog-search-hint{padding:3rem 1rem;text-align:center;color:var(--color-text-muted)}.filter-links{display:flex;flex-direction:column;gap:.25rem}.filter-links__item{display:block;padding:.5rem .75rem;font-size:.875rem;color:var(--color-text-muted);border-radius:var(--radius);transition:background var(--transition),color var(--transition)}.filter-links__item:hover,.filter-links__item.is-active{background:var(--color-surface-2);color:var(--color-accent)}.filter-note{font-size:.8125rem;color:var(--color-text-muted);line-height:1.5}.filter-note strong{color:var(--color-accent);font-weight:600}.filter-group--last{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-group{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.filter-group__title{font-family:var(--font-body);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.price-range{display:flex;flex-direction:column;gap:.75rem}.price-range input[type=range]{width:100%;accent-color:var(--color-accent)}.price-range__values{display:flex;justify-content:space-between;font-size:.875rem;color:var(--color-text-muted)}.filter-colors{display:flex;flex-wrap:wrap;gap:.5rem}.filter-sizes{display:flex;flex-wrap:wrap;gap:.375rem}.filter-sizes button{min-width:40px;min-height:40px;padding:0 .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.8125rem;color:var(--color-text-muted);transition:all var(--transition)}.filter-sizes button.is-active,.filter-sizes button:hover{border-color:var(--color-accent);color:var(--color-accent)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.collection-toolbar__count{font-size:.875rem;color:var(--color-text-muted)}.collection-sort select{min-height:44px;padding:0 2rem 0 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);font-family:inherit;font-size:.875rem;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(min-width:1200px){.collection-grid{grid-template-columns:repeat(4,1fr)}}.load-more-btn{display:block;margin:2.5rem auto 0}.filter-drawer-btn{position:fixed;bottom:calc(var(--bottom-nav-height) + 1rem);right:1rem;z-index:80;padding:.75rem 1.25rem;background:var(--color-accent);color:var(--color-bg);border-radius:999px;font-size:.875rem;font-weight:600;box-shadow:var(--shadow);min-height:44px;display:flex;align-items:center;gap:.5rem}@media(min-width:990px){.filter-drawer-btn{display:none}}.filter-drawer{position:fixed;bottom:0;left:0;right:0;max-height:85vh;background:var(--color-surface);z-index:210;border-radius:var(--radius-lg) var(--radius-lg) 0 0;transform:translateY(100%);transition:transform var(--transition),visibility var(--transition);overflow-y:auto;padding:1.5rem;visibility:hidden;pointer-events:none}.filter-drawer.is-open{transform:translateY(0);visibility:visible;pointer-events:auto}.filter-drawer__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.skeleton{background:linear-gradient(90deg,var(--color-surface) 25%,var(--color-surface-2) 50%,var(--color-surface) 75%);background-size:200% 100%;animation:skeleton 1.5s ease-in-out infinite;border-radius:var(--radius)}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.related-products{padding:3rem 0;border-top:1px solid var(--color-border)}.related-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.related-products__grid{grid-template-columns:repeat(4,1fr)}}.swiper{overflow:visible}.swiper-button-disabled{opacity:.3;pointer-events:none}.cart-page__form{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1.5rem}@media(min-width:990px){.cart-page__form{grid-template-columns:1fr 320px;align-items:start}}.cart-page-item{display:grid;grid-template-columns:96px 1fr;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--color-border)}.cart-page-item__image{display:block;background:#fff;border-radius:var(--radius);overflow:hidden}.cart-page-item__image img{width:100%;height:100%;object-fit:contain}.cart-page-item__title{font-family:var(--font-body);font-size:.9375rem;font-weight:500;margin-bottom:.25rem}.cart-page-item__variant{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.25rem}.cart-page-item__price{color:var(--color-accent);font-weight:600;margin-bottom:.5rem}.cart-page__summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:calc(var(--header-height) + 1rem)}.cart-page__note-label{display:block;font-size:.8125rem;color:var(--color-text-muted);margin:1rem 0 .5rem}.cart-page__note{width:100%;min-height:80px;padding:.75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);font-family:inherit;font-size:.875rem;resize:vertical;margin-bottom:1rem}.contact-page__container{max-width:1100px}.contact-page__header{text-align:center;max-width:640px;margin:0 auto 2.5rem}.contact-page__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.75rem}.contact-page__lead{color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}.contact-page__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:900px){.contact-page__grid{grid-template-columns:minmax(260px,320px) 1fr;gap:2.5rem;align-items:start}}.contact-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.35rem}.contact-card__icon{color:var(--color-accent);margin-bottom:.25rem}.contact-card h3{font-family:var(--font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:.25rem}.contact-card p{font-size:.9375rem;color:var(--color-text-muted);line-height:1.55}.contact-card a{color:var(--color-text)}.contact-card a:hover{color:var(--color-accent)}.contact-form-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem}@media(min-width:768px){.contact-form-card{padding:2rem}}.contact-form-card__title{font-family:var(--font-display);font-size:1.375rem;margin-bottom:.5rem}.contact-form-card__desc{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.5}.contact-form__row{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:600px){.contact-form__row{grid-template-columns:1fr 1fr;gap:1rem}}.contact-form__field{margin-bottom:1rem}.contact-form__field label{display:block;font-size:.8125rem;font-weight:500;margin-bottom:.375rem;color:var(--color-text-muted)}.contact-form__field input,.contact-form__field textarea,.contact-form__field select{width:100%;padding:.75rem 1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);font-family:inherit;font-size:.9375rem}.contact-form__field select{min-height:48px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.contact-form__field input:focus,.contact-form__field textarea:focus,.contact-form__field select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #c9a96e26}.contact-form__submit{margin-top:.5rem;min-height:48px}.contact-form__success{padding:1.25rem;background:#27ae601f;border:1px solid rgba(39,174,96,.35);border-radius:var(--radius);color:#8fd4a8}.contact-form__success p{margin-top:.35rem;font-size:.875rem;opacity:.9}.contact-form__error{padding:1rem;background:#e74c3c26;border:1px solid rgba(231,76,60,.4);border-radius:var(--radius);color:#f5a9a3;margin-bottom:1rem}.wishlist-page__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.wishlist-page__title-row{display:flex;align-items:center;gap:.75rem}.wishlist-page__icon{color:var(--color-accent);flex-shrink:0}.wishlist-page__title{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2rem);margin:0}.wishlist-page__search{flex:1;min-width:200px;max-width:320px}.wishlist-page__empty-hint{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.25rem!important;max-width:320px;margin-left:auto;margin-right:auto}.btn--sm{min-height:40px;padding:.5rem 1rem;font-size:.8125rem}.rte.page-content{color:var(--color-text-muted);line-height:1.7}.rte.page-content a{color:var(--color-accent)}@media(max-width:989px){.main-content{padding-bottom:var(--bottom-nav-height)}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
