*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-weight:var(--font-body-weight,400);font-size:calc(15px * var(--body-scale, 1));line-height:1.65;color:var(--color-foreground);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}img,svg,video,picture{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;background:none;border:0;padding:0;color:inherit}input,textarea,select,button{font-family:inherit;font-size:1rem;color:inherit}a{color:inherit;text-decoration:none;transition:color .25s ease,opacity .25s ease}ul,ol{padding-left:0;list-style:none;margin:0}fieldset{border:0;padding:0;margin:0}hr{border:0;border-top:1px solid var(--color-border);margin:2rem 0}::selection{background:var(--color-foreground);color:var(--color-background)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-heading-weight,500);line-height:1.15;letter-spacing:-.01em;margin:0 0 .5em;color:var(--color-foreground)}h1{font-size:clamp(2rem,5vw,4rem)}h2{font-size:clamp(1.6rem,3.6vw,2.7rem)}h3{font-size:clamp(1.2rem,2.2vw,1.65rem)}h4{font-size:1.15rem}h5{font-size:1rem}h6{font-size:.9rem}p{margin:0 0 1rem}.eyebrow{font-family:var(--font-body);font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--color-rose);margin:0 0 1rem;display:inline-block}.skip-to-content{position:absolute;top:-100px;left:0;background:var(--color-foreground);color:var(--color-background);padding:.75rem 1.25rem;z-index:9999;transition:top .2s}.skip-to-content:focus{top:0}.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.75rem}}@media(min-width:1280px){.container{padding:0 2.5rem}}.section{padding:var(--section-spacing) 0}@media(max-width:749px){.section{padding:var(--section-spacing-mobile) 0}}.section--tight{padding:calc(var(--section-spacing) * .55) 0}.section--flush{padding-top:0}.section-head{margin-bottom:2rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.section-head--center{justify-content:center;text-align:center;flex-direction:column;align-items:center}.section-head__title{margin:0;letter-spacing:-.015em}.section-head__link{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:var(--color-foreground);border-bottom:1px solid currentColor;padding-bottom:2px;display:inline-flex;align-items:center;gap:.4rem}.section-head__link:hover{opacity:.6}.section-head__description{color:var(--color-muted);max-width:560px;margin:.5rem 0 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.95rem 1.85rem;font-weight:500;font-size:.85rem;letter-spacing:.08em;border:1px solid transparent;border-radius:var(--btn-radius);text-align:center;white-space:nowrap;transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .15s ease;cursor:pointer;-webkit-appearance:none;appearance:none}.btn:disabled,.btn[aria-disabled=true]{opacity:.5;cursor:not-allowed}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--color-foreground);color:var(--color-background);border-color:var(--color-foreground)}.btn--primary:hover:not(:disabled){background:var(--color-rose);border-color:var(--color-rose);color:#fff}.btn--secondary{background:transparent;color:var(--color-foreground);border-color:var(--color-foreground)}.btn--secondary:hover:not(:disabled){background:var(--color-foreground);color:var(--color-background)}.btn--inverse{background:var(--color-background);color:var(--color-foreground);border-color:var(--color-background)}.btn--inverse:hover:not(:disabled){background:transparent;color:var(--color-background);border-color:var(--color-background)}.btn--rose{background:var(--color-rose);color:#fff;border-color:var(--color-rose)}.btn--rose:hover:not(:disabled){background:var(--color-foreground);border-color:var(--color-foreground)}.btn--ghost{background:transparent;color:var(--color-foreground);border-color:var(--color-foreground)}.btn--ghost:hover:not(:disabled){background:var(--color-foreground);color:var(--color-background)}.btn--link{padding:.55rem 0;border:0;border-bottom:1px solid currentColor;border-radius:0;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem}.btn--link:hover{opacity:.6}.btn--full{width:100%}.btn--sm{padding:.65rem 1.15rem;font-size:.72rem}.btn--lg{padding:1.1rem 2.25rem;font-size:.9rem}[data-button-uppercase] .btn{text-transform:uppercase;letter-spacing:.12em}.form-row{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-row label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);font-weight:500}.input,.textarea,.select{width:100%;padding:.95rem 1.1rem;background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-foreground);font-size:.95rem;transition:border-color .2s,background .2s}.input:focus,.textarea:focus,.select:focus{outline:0;border-color:var(--color-foreground)}.textarea{min-height:120px;resize:vertical}.select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%231A1A1A' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;background-size:10px;padding-right:2.5rem;cursor:pointer}.field-error{color:#b14b4b;font-size:.82rem;margin-top:.35rem}.announcement-bar{background:var(--ann-bg);color:var(--ann-fg);font-size:.78rem;letter-spacing:.1em;font-weight:500}.announcement-bar__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.65rem 1rem;gap:1rem}.announcement-bar__side{display:flex;align-items:center;gap:1.25rem;color:inherit;opacity:.9}.announcement-bar__side--left{justify-content:flex-start}.announcement-bar__side--right{justify-content:flex-end}.announcement-bar__side a{opacity:.9;border-bottom:1px solid transparent}.announcement-bar__side a:hover{border-bottom-color:currentColor}.announcement-bar__rotator{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:1.4em}.announcement-bar__rotator-track{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:0}.announcement-bar__msg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);white-space:nowrap;opacity:0;transition:opacity .35s ease;pointer-events:none}.announcement-bar__msg.is-active{opacity:1;pointer-events:auto;position:relative;left:auto;top:auto;transform:none}.announcement-bar__arrow{padding:.25rem;color:inherit;opacity:.6}.announcement-bar__arrow:hover{opacity:1}.announcement-bar__arrow svg{width:14px;height:14px}@media(max-width:768px){.announcement-bar__side{display:none}.announcement-bar__inner{grid-template-columns:1fr;padding:.55rem .75rem}.announcement-bar{font-size:.72rem}.announcement-bar__msg{white-space:normal;text-align:center;line-height:1.3}}.site-header{position:sticky;top:0;z-index:100;background:var(--color-background);transition:box-shadow .25s}.site-header[data-no-sticky]{position:relative}.site-header.is-scrolled{box-shadow:0 1px 12px #0000000a}.site-header__top{background:var(--color-background);border-bottom:1px solid var(--color-border)}.site-header__top-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.6rem 0;min-height:56px;gap:.5rem}.site-header__logo{font-family:var(--font-heading);font-size:clamp(1.2rem,2.2vw,1.6rem);letter-spacing:.16em;text-transform:uppercase;font-weight:500;text-align:center;display:inline-flex;align-items:center;justify-content:center;justify-self:center;grid-column:2;grid-row:1}.site-header__logo img{display:inline-block;max-height:48px;width:auto}.site-header__nav-left,.site-header__search-inline{display:none}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;min-width:0;grid-column:3;grid-row:1;justify-self:end}@media(min-width:768px){.site-header__actions{gap:.5rem}}@media(min-width:990px){.site-header__actions{gap:.75rem}}@media(min-width:1280px){.site-header__actions{gap:1rem}}@media(max-width:989px){.site-header__btn--search,.site-header__btn--account,.site-header__btn--tracking,.site-header__btn--wishlist{display:none!important}}.site-header__bottom{display:none}.site-header__bottom-inner{display:flex;justify-content:center;align-items:center;padding:.7rem 0;margin:0}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;grid-column:1;grid-row:1;justify-self:start;color:var(--color-foreground);background:none;border:0;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.menu-toggle:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px;border-radius:50%}.menu-toggle svg{width:22px;height:22px;pointer-events:none}.site-header__btn svg{pointer-events:none}@media(min-width:990px){.menu-toggle{display:none}}@media(min-width:990px){.site-header__top-inner{padding:1.05rem 0;gap:2rem;min-height:auto}.site-header__nav-left{display:flex;align-items:center;gap:1.85rem;min-width:0;grid-column:1;grid-row:1;justify-self:start}.site-header[data-layout=centered_logo] .site-header__top-inner{grid-template-columns:1fr auto 1fr}.site-header[data-layout=logo_left] .site-header__top-inner{grid-template-columns:auto 1fr auto}.site-header[data-layout=logo_left] .site-header__logo{grid-column:1;justify-self:start}.site-header[data-layout=logo_left] .site-header__nav-left{grid-column:2;justify-content:center;justify-self:center}.site-header[data-layout=logo_left] .site-header__actions{grid-column:3;justify-self:end}.site-header[data-layout=logo_center_top] .site-header__top-inner{grid-template-columns:1fr auto 1fr;grid-template-rows:auto auto;gap:.5rem 1rem;padding:1rem 0 .5rem}.site-header[data-layout=logo_center_top] .site-header__nav-left{display:flex;grid-column:1 / -1;grid-row:2;justify-self:center;justify-content:center;border-top:1px solid var(--color-border);padding-top:.7rem;margin-top:.3rem}.site-header[data-layout=logo_center_top] .site-header__logo{grid-column:2;grid-row:1}.site-header[data-layout=logo_center_top] .site-header__actions{grid-column:3;grid-row:1;justify-self:end}.site-header[data-layout=search_inline] .site-header__top-inner{grid-template-columns:auto 1fr auto;gap:1rem}.site-header[data-layout=search_inline] .site-header__nav-left{display:none}.site-header[data-layout=search_inline] .site-header__logo{grid-column:1;justify-self:start}.site-header[data-layout=search_inline] .site-header__search-inline{display:flex;grid-column:2;justify-self:stretch;width:100%}.site-header[data-layout=search_inline] .site-header__actions{grid-column:3;justify-self:end}.site-header[data-layout=search_inline] .site-header__btn--search{display:none}.site-header[data-layout=search_inline] .site-header__bottom{display:block}}.site-header__search-inline{align-items:center;background:var(--color-surface);border-radius:var(--btn-radius);padding:0 .5rem 0 1.25rem;height:46px;width:100%;max-width:none;justify-self:stretch}.site-header__search-inline input[type=search]{flex:1;border:0;background:transparent;font-size:.95rem;outline:none;min-width:0;padding:0;color:var(--color-foreground);font-family:inherit}.site-header__search-inline input[type=search]::placeholder{color:var(--color-muted)}.site-header__search-inline button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--btn-radius);color:var(--color-foreground);transition:background .2s,color .2s;background:none;border:0;cursor:pointer;flex-shrink:0}.site-header__search-inline button:hover{background:var(--color-foreground);color:var(--color-background)}.site-header__search-inline button svg{width:18px;height:18px;pointer-events:none}.main-nav--bottom{display:flex;gap:1.85rem;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap;justify-content:center}.main-nav--bottom .main-nav__link{color:inherit}.main-nav--bottom .main-nav__link:after{background:currentColor}.site-header__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--color-foreground);background:transparent;border:0;cursor:pointer;text-decoration:none;font-family:inherit;width:44px;height:44px;padding:0;border-radius:var(--btn-radius);gap:0}.site-header__btn svg{width:20px;height:20px;pointer-events:none;flex-shrink:0}.site-header__btn-label{display:none;white-space:nowrap}.site-header__btn:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}@media(min-width:990px){.site-header__btn{width:auto;height:auto;min-height:42px;padding:.55rem 1.05rem;border:1px solid var(--color-border);border-radius:var(--btn-radius);font-size:.78rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;gap:.5rem;transition:border-color .2s,color .2s,background .2s}.site-header__btn svg{width:16px;height:16px}.site-header__btn-label{display:inline-block;overflow:hidden;text-overflow:ellipsis;max-width:160px}.site-header__btn:hover{border-color:var(--color-foreground);background:var(--color-foreground);color:var(--color-background)}}.cart-count-bubble{position:absolute;top:2px;right:0;min-width:18px;height:18px;padding:0 5px;background:var(--color-rose);color:#fff;border-radius:999px;font-size:.65rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);letter-spacing:0;pointer-events:none}.cart-count-bubble[hidden]{display:none}@media(min-width:990px){.site-header__btn--cart .cart-count-bubble{position:static;background:var(--color-rose);color:#fff;border-radius:999px;min-width:22px;height:22px;padding:0 7px;margin-left:.15rem;font-size:.7rem}.site-header__btn--cart:hover .cart-count-bubble{background:#fff;color:var(--color-foreground)}}.main-nav{display:flex;gap:1.85rem;align-items:center;list-style:none;padding:0;margin:0}.main-nav__link{font-size:.85rem;font-weight:500;letter-spacing:.04em;padding:.4rem 0;display:inline-flex;align-items:center;gap:.3rem;position:relative}.main-nav__link svg{width:10px;height:10px;opacity:.6}.main-nav__item{position:relative}.main-nav__link:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:var(--color-rose);transform:scaleX(0);transform-origin:right;transition:transform .35s cubic-bezier(.65,0,.35,1)}.main-nav__item:hover .main-nav__link:after,.main-nav__item.is-active>.main-nav__link:after{transform:scaleX(1);transform-origin:left}.main-nav__dropdown{position:absolute;top:100%;left:0;background:var(--color-background);border:1px solid var(--color-border);min-width:220px;list-style:none;margin:.4rem 0 0;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s,transform .2s,visibility .2s;box-shadow:0 14px 40px #0000000f;z-index:110;border-radius:var(--radius-sm)}.main-nav__item:hover>.main-nav__dropdown,.main-nav__item:focus-within>.main-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.main-nav__dropdown a{display:block;padding:.6rem .8rem;font-size:.85rem;border-radius:var(--radius-sm)}.main-nav__dropdown a:hover{background:var(--color-surface);color:var(--color-rose)}.menu-toggle{padding:.4rem;color:var(--color-foreground)}.menu-toggle svg{width:22px;height:22px}@media(max-width:989px){.site-header__actions{gap:.5rem}}.mobile-menu{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%;height:100%;background:var(--color-background);z-index:9999;transform:translate(-100%);transition:transform .35s cubic-bezier(.32,.72,0,1);overflow-y:auto;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);will-change:transform;pointer-events:none}.mobile-menu.is-open{transform:translate(0);pointer-events:auto}.mobile-menu__head{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.15rem;border-bottom:1px solid var(--color-border);min-height:60px}.mobile-menu__close-btn{padding:.35rem;color:var(--color-foreground);width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:none;border:0;cursor:pointer}.mobile-menu__close-btn:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.mobile-menu__close-btn svg{pointer-events:none}.mobile-menu__search{display:flex;align-items:center;gap:.4rem;padding:0 .65rem 0 1.15rem;background:var(--color-surface);border-radius:999px;margin:.85rem 1.15rem 0;height:46px;flex-shrink:0}.mobile-menu__search input[type=search]{flex:1;border:0;background:transparent;font-size:.95rem;outline:0;min-width:0;padding:0;color:var(--color-foreground);font-family:inherit}.mobile-menu__search input[type=search]::placeholder{color:var(--color-muted)}.mobile-menu__search button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;color:var(--color-foreground);background:none;border:0;cursor:pointer;flex-shrink:0;transition:background .2s,color .2s}.mobile-menu__search button:hover{background:var(--color-foreground);color:var(--color-background)}.mobile-menu__search button svg{width:16px;height:16px;pointer-events:none}.mobile-menu__list{padding:.5rem 0;display:flex;flex-direction:column}.mobile-menu__list a{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:1.02rem;letter-spacing:.01em;border-bottom:1px solid var(--color-border);min-height:54px;color:var(--color-foreground);transition:background .15s}.mobile-menu__list a:hover,.mobile-menu__list a:focus-visible{background:var(--color-surface);outline:none}.mobile-menu__list a[aria-current]{color:var(--color-rose);font-weight:600}.mobile-menu__list a svg{width:14px;height:14px;opacity:.5;flex-shrink:0}.mobile-menu__account{padding:1rem .75rem;display:flex;flex-direction:column;gap:.5rem;background:var(--color-surface);margin-top:auto}.mobile-menu__account-row{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;background:var(--color-background);border-radius:var(--radius-md);min-height:60px;border:1px solid var(--color-border);transition:border-color .2s,transform .15s}.mobile-menu__account-row:hover{border-color:var(--color-rose)}.mobile-menu__account-row:active{transform:scale(.99)}.mobile-menu__account-icon{width:44px;height:44px;border-radius:50%;background:var(--color-surface-2);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-foreground)}.mobile-menu__account-icon svg{width:20px;height:20px}.mobile-menu__account-label{flex:1;display:flex;flex-direction:column;gap:.1rem;min-width:0;line-height:1.3}.mobile-menu__account-label strong{font-size:.95rem;font-weight:600;color:var(--color-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu__account-label small{font-size:.78rem;color:var(--color-muted);font-weight:400}.mobile-menu__account-row>svg:last-child{width:14px;height:14px;color:var(--color-muted);flex-shrink:0}.mobile-menu__foot{padding:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.85rem;background:var(--color-foreground);color:#fff}.mobile-menu__foot .site-footer__social{margin-top:0}.mobile-menu__foot .site-footer__social a{color:#fff;border-color:#fff3}.mobile-menu__copyright{font-size:.75rem;opacity:.7;margin:0;text-align:center}.hero-split{position:relative;overflow:hidden;background:var(--color-surface)}.hero-split__grid{display:grid;grid-template-columns:1fr;align-items:stretch}@media(min-width:768px){.hero-split__grid{grid-template-columns:5fr 6fr;min-height:640px}}@media(min-width:1100px){.hero-split__grid{min-height:720px}}.hero-split--reverse .hero-split__grid{direction:rtl}.hero-split--reverse .hero-split__grid>*{direction:ltr}.hero-split__content{padding:2.5rem 1.25rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;background:var(--hero-bg,var(--color-surface));color:var(--hero-fg,var(--color-foreground))}@media(min-width:768px){.hero-split__content{padding:3.5rem 3rem;gap:1.25rem}}@media(min-width:1100px){.hero-split__content{padding:4.5rem 5rem}}@media(max-width:767px){.hero-split__content{align-items:center;text-align:center;order:2}}.hero-split__title{margin:0;letter-spacing:-.02em;line-height:1.05;font-size:clamp(2rem,5vw,4.4rem);color:var(--hero-heading,var(--hero-fg,var(--color-foreground)))}.hero-split__title em{font-style:italic;font-weight:400;color:var(--hero-accent,var(--color-rose))}.hero-split__text{font-size:1rem;color:var(--hero-fg,var(--color-foreground));opacity:.85;max-width:480px;margin:0;line-height:1.65}.hero-split__content .eyebrow{color:var(--hero-accent,var(--color-rose))}.hero-split__content .btn--primary{background:var(--hero-btn-bg);color:var(--hero-btn-text);border-color:var(--hero-btn-bg)}.hero-split__content .btn--primary:hover:not(:disabled){background:var(--hero-fg);color:var(--hero-bg);border-color:var(--hero-fg)}.hero-split__content .btn--secondary{background:var(--hero-btn2-bg);color:var(--hero-btn2-text);border-color:var(--hero-btn2-border)}.hero-split__content .btn--secondary:hover:not(:disabled){background:var(--hero-btn2-text);color:var(--hero-btn2-bg);border-color:var(--hero-btn2-text)}.hero-split__buttons{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.25rem;width:100%}@media(min-width:601px){.hero-split__buttons{width:auto}}@media(max-width:600px){.hero-split__buttons{justify-content:stretch}.hero-split__buttons .btn{flex:1 1 0;min-width:0;padding:.85rem 1rem;font-size:.78rem}}.hero-split__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--color-surface-2)}@media(min-width:768px){.hero-split__media{aspect-ratio:auto;min-height:100%}}.hero-split__media img,.hero-split__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-split__media-mobile{display:block}.hero-split__media-desktop{display:none}@media(min-width:768px){.hero-split__media-mobile{display:none}.hero-split__media-desktop{display:block}}.hero-split__inline-marks{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;margin-top:1.25rem;width:100%;max-width:560px}@media(min-width:520px){.hero-split__inline-marks{grid-template-columns:repeat(4,1fr)}}.hero-split__inline-mark{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--hero-fg,var(--color-foreground));opacity:.85;font-weight:500;line-height:1.25}@media(max-width:767px){.hero-split__inline-mark{align-items:center;text-align:center}}.hero-split__inline-mark svg{width:22px;height:22px;color:var(--hero-fg,var(--color-foreground))}.trust-bar{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.trust-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:1px;background:var(--color-border)}@media(min-width:768px){.trust-bar__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1100px){.trust-bar__grid{grid-template-columns:repeat(6,1fr)}}.trust-bar__item{background:var(--color-surface);display:flex;align-items:center;gap:.85rem;padding:1.1rem 1rem}@media(max-width:600px){.trust-bar__item{padding:.85rem .75rem;gap:.5rem}}.trust-bar__icon{width:32px;height:32px;flex-shrink:0;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}.trust-bar__icon svg,.trust-bar__icon img{width:100%;height:100%;object-fit:contain}.trust-bar__copy{display:flex;flex-direction:column;gap:.1rem;line-height:1.25;min-width:0}.trust-bar__title{font-size:.82rem;font-weight:600}.trust-bar__text{font-size:.75rem;color:var(--color-muted)}@media(max-width:600px){.trust-bar__title{font-size:.78rem}.trust-bar__text{font-size:.7rem}}.categories__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem}@media(min-width:768px){.categories__grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.category-card{position:relative;display:block;background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden;aspect-ratio:3/4;transition:transform .35s ease}.category-card:hover{transform:translateY(-4px)}.category-card__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.category-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.6,.2,1)}.category-card:hover .category-card__media img{transform:scale(1.06)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000 55%)}.category-card__content{position:absolute;inset:auto 1rem 1rem 1rem;color:#fff;display:flex;align-items:end;justify-content:space-between;gap:.5rem}.category-card__title{margin:0;color:inherit;font-size:1rem;letter-spacing:-.005em}@media(min-width:768px){.category-card__title{font-size:1.2rem}}.category-card__arrow{width:30px;height:30px;border-radius:999px;background:#fffffff2;color:var(--color-foreground);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .25s}.category-card:hover .category-card__arrow{background:var(--color-rose);color:#fff}.category-card__arrow svg{width:12px;height:12px}@media(min-width:768px){.category-card__arrow{width:34px;height:34px}.category-card__arrow svg{width:14px;height:14px}}.feature-banner{position:relative;overflow:hidden;background:var(--feat-bg,#1A1A1A);color:var(--feat-fg,#FFFFFF);border-radius:var(--radius-lg);margin:0 .75rem}@media(min-width:768px){.feature-banner{margin:0 1.5rem}}@media(min-width:1100px){.feature-banner{margin:0 2rem}}.feature-banner__grid{display:grid;grid-template-columns:1fr;align-items:center}@media(min-width:768px){.feature-banner__grid{grid-template-columns:1fr 1.1fr;min-height:560px}}@media(min-width:1100px){.feature-banner__grid{min-height:640px}}.feature-banner__content{padding:2.25rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;order:2}@media(min-width:768px){.feature-banner__content{order:1;padding:3.5rem 3rem;gap:1.25rem}}@media(min-width:1100px){.feature-banner__content{padding:4.5rem}}@media(max-width:767px){.feature-banner__content{align-items:center;text-align:center}}.feature-banner__eyebrow{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;opacity:.7;font-weight:500;margin:0;color:var(--color-rose)}.feature-banner__title{margin:0;font-size:clamp(1.8rem,4.5vw,3.2rem);letter-spacing:-.02em;line-height:1.05;color:inherit}.feature-banner__text{opacity:.75;max-width:420px;margin:0;font-size:.95rem;line-height:1.65}.feature-banner__price{display:flex;align-items:baseline;gap:.85rem}.feature-banner__price-current{font-family:var(--font-heading);font-size:1.5rem;font-weight:500}.feature-banner__price-compare{font-size:1rem;text-decoration:line-through;opacity:.5}.feature-banner__cta{margin-top:.25rem}.feature-banner__media{position:relative;aspect-ratio:1/1;overflow:hidden;order:1}@media(min-width:768px){.feature-banner__media{aspect-ratio:auto;height:100%;order:2}}.feature-banner__media img{width:100%;height:100%;object-fit:cover}.value-props__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.value-props__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.value-prop{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem}.value-prop__media{width:120px;height:120px;border-radius:999px;overflow:hidden;background:var(--color-surface)}@media(min-width:768px){.value-prop__media{width:140px;height:140px}}.value-prop__media img{width:100%;height:100%;object-fit:cover}.value-prop__title{margin:0;font-size:1.15rem;letter-spacing:-.005em}.value-prop__text{color:var(--color-muted);max-width:320px;margin:0;font-size:.92rem}.product-card{position:relative;display:flex;flex-direction:column;text-align:left;min-width:0}.product-card__media{position:relative;display:block;background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden;margin-bottom:.85rem;aspect-ratio:3/4}.product-card__media[data-ratio=square]{aspect-ratio:1/1}.product-card__media[data-ratio=tall]{aspect-ratio:2/3}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .4s ease,transform .8s cubic-bezier(.2,.6,.2,1)}.product-card__image--secondary{opacity:0}.product-card__media:hover .product-card__image--primary:not(.is-only){opacity:0}.product-card__media:hover .product-card__image--secondary{opacity:1}.product-card__media:hover .product-card__image{transform:scale(1.04)}.product-card__badges{position:absolute;top:.7rem;left:.7rem;display:flex;flex-direction:column;gap:.3rem;align-items:flex-start;z-index:2}.tag{display:inline-block;padding:.25rem .6rem;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;border-radius:999px;background:var(--color-foreground);color:var(--color-background)}.tag--bestseller{background:var(--color-surface-2);color:var(--color-foreground)}.tag--sale{background:var(--color-rose);color:#fff}.tag--new{background:var(--color-success);color:#fff}.tag--sold-out{background:var(--color-muted);color:#fff}.product-card__quick{position:absolute;left:.7rem;right:.7rem;bottom:.7rem;z-index:2;display:flex;justify-content:center;gap:.5rem;opacity:0;transform:translateY(8px);transition:opacity .3s,transform .3s}.product-card__media:hover .product-card__quick{opacity:1;transform:translateY(0)}@media(max-width:768px){.product-card__quick{opacity:1;transform:none}}.product-card__quick-btn{flex:1;background:var(--color-background);color:var(--color-foreground);padding:.7rem .8rem;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;border-radius:var(--btn-radius);border:0;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:background .2s,color .2s}.product-card__quick-btn:hover{background:var(--color-foreground);color:var(--color-background)}.product-card__info{display:flex;flex-direction:column;gap:.3rem}.product-card__rating{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--color-muted)}.product-card__rating-stars{display:inline-flex;gap:1px;color:var(--color-rating)}.product-card__rating-stars svg{width:11px;height:11px}.product-card__title{margin:0;font-family:var(--font-body);font-size:.92rem;font-weight:500;letter-spacing:0;line-height:1.35}.product-card__title a:hover{color:var(--color-rose)}.product-card__vendor{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted);font-weight:500}.product-card__prices{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin-top:.1rem}.product-card__price{font-weight:600;font-size:.92rem;color:var(--color-price)}.product-card__price--sale{color:var(--color-price-sale)}.product-card__price-compare{color:var(--color-price-compare);text-decoration:line-through;font-size:.82rem;font-weight:400}.carousel{position:relative}.carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - .75rem)/2);gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}.carousel__track::-webkit-scrollbar{display:none}.carousel__track>*{scroll-snap-align:start}@media(min-width:600px){.carousel__track{grid-auto-columns:calc((100% - 1rem)/2);gap:1rem}}@media(min-width:768px){.carousel__track{grid-auto-columns:calc((100% - 2rem) / 3)}}@media(min-width:1100px){.carousel__track{grid-auto-columns:calc((100% - 3rem)/4)}}.carousel__nav{position:absolute;top:35%;width:42px;height:42px;border-radius:999px;background:var(--color-background);color:var(--color-foreground);border:1px solid var(--color-border);display:inline-flex;align-items:center;justify-content:center;z-index:2;transition:background .2s,opacity .2s}.carousel__nav:hover{background:var(--color-foreground);color:var(--color-background);border-color:var(--color-foreground)}.carousel__nav:disabled{opacity:.35;cursor:not-allowed}.carousel__nav--prev{left:-20px}.carousel__nav--next{right:-20px}.carousel__nav svg{width:14px;height:14px}@media(max-width:1100px){.carousel__nav{display:none}}.lifestyle-posts__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:1024px){.lifestyle-posts__grid{grid-template-columns:1.3fr 1fr;gap:1.25rem}}.lifestyle-posts__feature{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/5;background:var(--color-surface);min-height:380px}@media(min-width:1024px){.lifestyle-posts__feature{aspect-ratio:auto}}.lifestyle-posts__feature img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lifestyle-posts__feature:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000 40%,#0000008c)}.lifestyle-posts__feature-content{position:absolute;inset:auto 1.25rem 1.25rem 1.25rem;color:#fff;z-index:2}@media(min-width:768px){.lifestyle-posts__feature-content{inset:auto 2rem 2rem 2rem}}.lifestyle-posts__feature-content h3{color:inherit;margin:0 0 .5rem;font-size:clamp(1.4rem,3vw,2.4rem);letter-spacing:-.015em;max-width:420px;line-height:1.05}.lifestyle-posts__feature-content p{margin:0 0 1rem;opacity:.9;max-width:380px;font-size:.95rem}.lifestyle-posts__cards{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:540px){.lifestyle-posts__cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lifestyle-posts__cards{grid-template-columns:repeat(3,1fr)}}.lifestyle-posts__card{display:flex;flex-direction:column;gap:.75rem}.lifestyle-posts__card-media{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:var(--radius-md);background:var(--color-surface)}.lifestyle-posts__card-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.lifestyle-posts__card:hover .lifestyle-posts__card-media img{transform:scale(1.04)}.lifestyle-posts__card-tag{font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted);font-weight:500}.lifestyle-posts__card h4{margin:0;font-size:.95rem;letter-spacing:-.005em}.newsletter-band{text-align:center;padding:calc(var(--section-spacing) * .9) 1rem;position:relative}@media(max-width:749px){.newsletter-band{padding:calc(var(--section-spacing-mobile) * 1.1) 1rem}}.newsletter-band__inner{position:relative;z-index:1;max-width:640px;margin:0 auto}.newsletter-band h2{max-width:640px;margin:0 auto .75rem}.newsletter-band__text{max-width:520px;margin:0 auto 1.75rem}.newsletter-band__form{display:flex;max-width:480px;margin:0 auto;gap:.5rem}@media(max-width:540px){.newsletter-band__form{flex-direction:column}}.newsletter-band__form .input{background:var(--color-background)}.newsletter-band--image .newsletter-band__form .input{background:#fffffff2;border-color:transparent;color:var(--color-foreground)}.newsletter-band--image .newsletter-band__form .input::placeholder{color:#00000080}.custom-liquid-section{width:100%}.custom-liquid-section__inner{padding:var(--section-spacing) 0}@media(max-width:749px){.custom-liquid-section__inner{padding:var(--section-spacing-mobile) 0}}.site-footer{background:var(--color-foreground);color:#fff;padding:4rem 0 2rem}@media(min-width:768px){.site-footer{padding:5rem 0 2rem}}.site-footer h3,.site-footer h4{color:inherit}.site-footer a{color:inherit;opacity:.7}.site-footer a:hover{opacity:1;color:var(--color-rose)}.site-footer__top{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.12)}@media(min-width:540px){.site-footer__top{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.site-footer__top{grid-template-columns:1.4fr 1fr 1fr 1fr 1.4fr;gap:2.5rem}}.site-footer__brand{display:flex;flex-direction:column;gap:1rem;max-width:340px}.site-footer__brand-logo{font-family:var(--font-heading);font-size:1.5rem;letter-spacing:.18em;text-transform:uppercase;color:#fff}.site-footer__brand-text{font-size:.92rem;line-height:1.7;opacity:.7}.site-footer__col-title{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;margin:0 0 1rem;font-family:var(--font-body);color:#fff}.site-footer__list{display:flex;flex-direction:column;gap:.55rem;font-size:.9rem}.site-footer__newsletter-form{display:flex;gap:.4rem}.site-footer__newsletter-form .input{background:#ffffff0f;border-color:#ffffff2e;color:#fff;font-size:.9rem}.site-footer__newsletter-form .input::placeholder{color:#ffffff80}.site-footer__social{display:flex;gap:.6rem;margin-top:.5rem}.site-footer__social a{width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;opacity:.85;color:#fff}.site-footer__social a:hover{opacity:1;border-color:var(--color-rose);color:var(--color-rose)}.site-footer__social svg{width:14px;height:14px}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.8rem;opacity:.55;flex-wrap:wrap;gap:1rem}.site-footer__payments{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}.site-footer__payments .payment-icon,.site-footer__payments>svg,.site-footer__payments>img{height:24px;width:auto;background:#fff;border-radius:4px;padding:3px 5px;display:inline-block;box-sizing:content-box}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;visibility:hidden;pointer-events:none}.cart-drawer.is-open{visibility:visible;pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:440px;background:var(--color-background);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.2,.7,.2,1);padding-bottom:env(safe-area-inset-bottom,0)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:1.05rem 1.25rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.cart-drawer__title{margin:0;font-size:1.05rem;letter-spacing:.04em;font-family:var(--font-body);text-transform:uppercase;font-weight:600}.cart-drawer__close{padding:.35rem;color:var(--color-foreground);width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:none;border:0;cursor:pointer}.cart-drawer__close:hover{background:var(--color-surface)}.cart-drawer__close svg{width:18px;height:18px;pointer-events:none}.cart-drawer__content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 1.25rem;min-height:0}.cart-drawer__empty{text-align:center;padding:3.5rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem}.cart-drawer__empty svg{width:44px;height:44px;opacity:.3}.cart-drawer__empty p{color:var(--color-muted);margin:0;font-size:.92rem}.cart-line{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1.05rem 0;border-bottom:1px solid var(--color-border);overflow:hidden;max-height:240px;transition:opacity .22s ease,max-height .28s ease,padding .22s ease,margin .22s ease,border-color .22s ease}.cart-line.is-updating{opacity:.5;pointer-events:none}.cart-line.is-removing{opacity:0;max-height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border-bottom-color:transparent;pointer-events:none}.cart-line__image{aspect-ratio:1;border-radius:var(--radius-sm);background:var(--color-surface);overflow:hidden}.cart-line__image img{width:100%;height:100%;object-fit:cover}.cart-line__details{display:flex;flex-direction:column;gap:.3rem;min-width:0}.cart-line__title{margin:0;font-size:.92rem;font-weight:500;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-line__variant{font-size:.78rem;color:var(--color-muted)}.cart-line__price{font-weight:600;margin-top:auto;font-size:.92rem}.cart-line__row{display:flex;justify-content:space-between;align-items:center;margin-top:.4rem;gap:.5rem;flex-wrap:wrap}.cart-line__remove{font-size:.78rem;color:var(--color-muted);text-decoration:underline;background:none;border:0;padding:.25rem 0;cursor:pointer;transition:color .15s}.cart-line__remove:hover{color:var(--color-rose)}.cart-drawer__trust{list-style:none;margin:0;padding:.85rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;border-top:1px solid var(--color-border);background:var(--color-background);flex-shrink:0}.cart-drawer__trust li{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:var(--color-muted);line-height:1.3}.cart-drawer__trust svg{width:16px;height:16px;flex-shrink:0;color:var(--color-foreground);opacity:.7}.cart-drawer__foot{border-top:1px solid var(--color-border);padding:1.05rem 1.25rem;display:flex;flex-direction:column;gap:.55rem;background:var(--color-surface);flex-shrink:0}.cart-drawer__row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.cart-drawer__total{font-weight:600;font-size:1.05rem}.cart-drawer__note{font-size:.72rem;color:var(--color-muted);text-align:center;margin:0}.cart-drawer__foot .btn{width:100%;text-align:center;display:flex;align-items:center;justify-content:center}@media(max-width:480px){.cart-drawer__panel{max-width:100%!important;width:100%!important}.cart-drawer__head{padding:.95rem 1rem}.cart-drawer__content{padding:0 1rem}.cart-drawer__foot{padding:1rem}.cart-drawer__trust{padding:.75rem 1rem}.cart-line{grid-template-columns:64px 1fr;gap:.75rem;padding:.9rem 0}.cart-line__title{font-size:.85rem}.cart-line__price{font-size:.88rem}.cart-line__row{gap:.4rem}.cart-drawer__trust li{font-size:.74rem}}@media(max-width:360px){.cart-line{grid-template-columns:56px 1fr;gap:.6rem}.cart-drawer__head,.cart-drawer__foot,.cart-drawer__content,.cart-drawer__trust{padding-left:.85rem;padding-right:.85rem}}@supports (height:100dvh){.cart-drawer__panel{height:100dvh}}@supports (-webkit-touch-callout:none){.cart-drawer__panel{height:-webkit-fill-available}}.qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--btn-radius);overflow:hidden;background:var(--color-background)}.qty__btn{width:36px;height:38px;font-size:1.05rem;color:var(--color-foreground)}.qty__btn:hover{background:var(--color-surface)}.qty__input{width:36px;text-align:center;border:0;background:transparent;-moz-appearance:textfield;font-size:.9rem}.qty__input::-webkit-outer-spin-button,.qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;visibility:hidden;pointer-events:none}.search-modal.is-open{visibility:visible;pointer-events:auto}.search-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s}.search-modal.is-open .search-modal__overlay{opacity:1}.search-modal__panel{position:relative;background:var(--color-background);max-width:760px;margin:3rem auto 0;padding:1.5rem;border-radius:var(--radius-md);transform:translateY(-12px);opacity:0;transition:opacity .3s,transform .3s}@media(min-width:768px){.search-modal__panel{margin-top:5rem;padding:2rem}}.search-modal.is-open .search-modal__panel{opacity:1;transform:translateY(0)}.search-modal__form{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--color-foreground);padding-bottom:.5rem}.search-modal__input{flex:1;border:0;background:transparent;font-size:1.2rem;font-family:var(--font-heading);padding:.75rem 0;min-width:0}.search-modal__input:focus{outline:0}.search-modal__results{padding-top:1rem;max-height:60vh;overflow-y:auto}.search-result{display:flex;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--color-border);align-items:center}.search-result__image{width:60px;height:60px;border-radius:var(--radius-sm);background:var(--color-surface);overflow:hidden;flex-shrink:0}.search-result__image img{width:100%;height:100%;object-fit:cover}.search-result__title{font-weight:500}.search-result__price{font-size:.85rem;color:var(--color-muted)}.product-page{padding:1rem 0 2.5rem;overflow:hidden}@media(min-width:768px){.product-page{padding:2rem 0 4rem}}.product-page__breadcrumb{display:flex;gap:.4rem;align-items:center;font-size:.75rem;letter-spacing:.04em;color:var(--color-muted);margin-bottom:1rem;flex-wrap:wrap;line-height:1.4}.product-page__breadcrumb a:hover{color:var(--color-rose)}.product-page__breadcrumb svg{width:9px;height:9px;opacity:.5;flex-shrink:0}.product-page__breadcrumb>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.product-page__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem}@media(min-width:768px){.product-page__layout{gap:2rem}}@media(min-width:990px){.product-page__layout{grid-template-columns:1.15fr minmax(0,1fr);gap:3.5rem;align-items:flex-start}}@media(min-width:1280px){.product-page__layout{gap:4.5rem}}.product-gallery{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:990px){.product-gallery{grid-template-columns:80px 1fr;gap:1rem}}.product-gallery__thumbs{display:flex;flex-direction:row;gap:.5rem;overflow-x:auto;scrollbar-width:none;order:2}.product-gallery__thumbs::-webkit-scrollbar{display:none}@media(min-width:990px){.product-gallery__thumbs{flex-direction:column;overflow-y:auto;max-height:560px;order:1}}.product-gallery__thumb{flex-shrink:0;width:60px;aspect-ratio:1;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;transition:border-color .2s,opacity .2s;background:var(--color-surface);padding:0}@media(min-width:990px){.product-gallery__thumb{width:80px}}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active{border-color:var(--color-foreground)}.product-gallery__thumb:not(.is-active){opacity:.6}.product-gallery__main{position:relative;background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden;aspect-ratio:1/1.05;order:1}@media(min-width:990px){.product-gallery__main{order:2}}.product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease}.product-gallery__slide.is-active{opacity:1;z-index:2}.product-gallery__slide img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:.95rem;min-width:0}@media(min-width:990px){.product-info{position:sticky;top:96px;gap:1.1rem}}.product-info__tag{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-rose);font-weight:600}.product-info__title{margin:0;font-size:clamp(1.5rem,5.5vw,2.4rem);letter-spacing:-.015em;line-height:1.15;word-wrap:break-word}.product-info__rating{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--color-muted)}.product-info__rating-stars{display:inline-flex;gap:1px;color:var(--color-rating)}.product-info__rating-stars svg{width:14px;height:14px}.product-info__rating a{color:var(--color-foreground);border-bottom:1px solid currentColor;padding-bottom:1px}.product-info__price-row{display:flex;align-items:baseline;gap:.85rem;flex-wrap:wrap}.product-info__price{font-family:var(--font-heading);font-size:1.55rem;font-weight:500;color:var(--color-price)}.product-info__price--sale{color:var(--color-price-sale)}@media(min-width:768px){.product-info__price{font-size:1.85rem}}.product-info__price-compare{font-size:1rem;text-decoration:line-through;color:var(--color-price-compare)}.product-info__save{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;background:var(--color-rose);color:#fff;padding:.2rem .55rem;border-radius:999px;font-weight:600;white-space:nowrap}.product-info__excerpt{color:var(--color-muted);line-height:1.7;margin:0;font-size:.95rem}.product-trust-marks{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;padding:1rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}@media(min-width:520px){.product-trust-marks{grid-template-columns:repeat(4,1fr)}}.product-trust-mark{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);font-weight:500;line-height:1.3}.product-trust-mark svg,.product-trust-mark img{width:24px;height:24px;color:var(--color-foreground);object-fit:contain}.product-form{display:flex;flex-direction:column;gap:1.15rem}.product-option{display:flex;flex-direction:column;gap:.5rem}.product-option__label{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--color-foreground)}.product-option__label-value{color:var(--color-muted);font-weight:500;letter-spacing:.04em;text-transform:none;font-size:.85rem}.product-option__values{display:flex;flex-wrap:wrap;gap:.4rem}.product-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.product-option__chip{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:.6rem .95rem;font-size:.85rem;background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--btn-radius);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.product-option__chip:hover{border-color:var(--color-foreground)}input[type=radio]:checked+.product-option__chip{background:var(--color-foreground);color:var(--color-background);border-color:var(--color-foreground)}input[type=radio]:disabled+.product-option__chip,.product-option__chip.is-unavailable{opacity:.45;text-decoration:line-through;cursor:not-allowed}.product-option__swatch{width:34px;min-width:34px;height:34px;padding:0;border-radius:999px;background-size:cover;background-position:center;border:1px solid var(--color-border);position:relative}input[type=radio]:checked+.product-option__swatch{outline:2px solid var(--color-foreground);outline-offset:2px}.product-form__buy-row{display:grid;grid-template-columns:auto 1fr;gap:.5rem;align-items:stretch}.product-form__buy-row .btn{padding:.95rem 1rem;font-size:.82rem;min-width:0}@media(min-width:600px){.product-form__buy-row .btn{padding:.95rem 1.85rem;font-size:.85rem}}.product-info__custom{margin:.25rem 0}.product-info__text{margin:0}.product-form__cta{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.product-accordion{margin-top:1.5rem;border-top:1px solid var(--color-border)}.product-accordion__item{border-bottom:1px solid var(--color-border)}.product-accordion__head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;cursor:pointer;list-style:none;color:var(--color-foreground)}.product-accordion__head::-webkit-details-marker{display:none}.product-accordion__head svg{width:14px;height:14px;transition:transform .25s ease;flex-shrink:0}.product-accordion__item[open] .product-accordion__head svg{transform:rotate(180deg)}.product-accordion__body{padding:0 0 1.25rem;line-height:1.75;font-size:.94rem;color:var(--color-foreground)}.product-accordion__body p{margin:0 0 1rem}.product-accordion__body ul,.product-accordion__body ol{padding-left:1.25rem;margin:0 0 1rem;list-style:disc}.product-tabs{margin-top:2rem;border-top:1px solid var(--color-border)}.product-tabs__list{display:flex;gap:1.5rem;overflow-x:auto;border-bottom:1px solid var(--color-border);scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-tabs__list::-webkit-scrollbar{display:none}.product-tabs__btn{padding:1.15rem 0;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--color-muted);border-bottom:1px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:color .2s,border-color .2s}.product-tabs__btn.is-active{color:var(--color-foreground);border-color:var(--color-foreground)}.product-tabs__panels{padding:1.5rem 0;line-height:1.75;font-size:.95rem;color:var(--color-foreground)}.product-tabs__panel{display:none;max-width:720px}.product-tabs__panel.is-active{display:block}.product-tabs__panel p{margin:0 0 1rem}.product-tabs__panel ul,.product-tabs__panel ol{padding-left:1.25rem;margin:0 0 1rem;list-style:disc}.complete-look{padding:calc(var(--section-spacing) * .7) 0}@media(max-width:749px){.complete-look{padding:calc(var(--section-spacing-mobile) * 1.1) 0}}.complete-look__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}@media(min-width:768px){.complete-look__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.complete-look-card{display:flex;flex-direction:column;gap:.65rem}.complete-look-card__media{position:relative;aspect-ratio:3/4;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface)}.complete-look-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.complete-look-card:hover .complete-look-card__media img{transform:scale(1.04)}.complete-look-card__title{margin:0;font-size:.9rem;font-family:var(--font-body);font-weight:500;line-height:1.35}.complete-look-card__price{font-weight:600;font-size:.92rem;display:flex;align-items:baseline;gap:.5rem}.complete-look-card__price .compare{color:var(--color-muted);text-decoration:line-through;font-weight:400;font-size:.82rem}.complete-look-card__add{margin-top:auto;padding:.7rem;font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;background:transparent;color:var(--color-foreground);border:1px solid var(--color-foreground);border-radius:var(--btn-radius);transition:background .2s,color .2s;width:100%}.complete-look-card__add:hover{background:var(--color-foreground);color:var(--color-background)}.reviews{padding:calc(var(--section-spacing) * .8) 0;border-top:1px solid var(--color-border)}@media(max-width:749px){.reviews{padding:calc(var(--section-spacing-mobile) * 1.2) 0}}.reviews__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:990px){.reviews__grid{grid-template-columns:280px 1fr;gap:4rem;align-items:flex-start}}.reviews__summary{position:sticky;top:96px}@media(max-width:989px){.reviews__summary{position:static}}.reviews__title{margin:0 0 1rem;letter-spacing:-.01em}.reviews__score-row{display:flex;align-items:baseline;gap:.85rem;margin-bottom:.5rem}.reviews__score{font-family:var(--font-heading);font-size:3.25rem;font-weight:500;line-height:1}.reviews__score-stars{display:inline-flex;gap:2px;color:var(--color-rating)}.reviews__score-stars svg{width:16px;height:16px}.reviews__count{font-size:.85rem;color:var(--color-muted);margin-bottom:1.25rem}.reviews__bar-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.8rem;color:var(--color-muted)}.reviews__bar-row .label{display:inline-flex;align-items:center;gap:.2rem;width:36px;color:var(--color-foreground);font-weight:500}.reviews__bar-row .label svg{width:11px;height:11px;color:var(--color-rating)}.reviews__bar{flex:1;height:5px;background:var(--color-border);border-radius:999px;overflow:hidden}.reviews__bar-fill{height:100%;background:var(--color-foreground)}.reviews__count-cell{width:40px;text-align:right}.reviews__list{display:flex;flex-direction:column;gap:0}.review{padding:1.25rem 0;border-bottom:1px solid var(--color-border);display:flex;flex-direction:column;gap:.45rem}.review:first-child{padding-top:0}.review__head{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.review__avatar{width:42px;height:42px;border-radius:999px;background:var(--color-surface-2);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.92rem;color:var(--color-foreground);flex-shrink:0;overflow:hidden}.review__avatar img{width:100%;height:100%;object-fit:cover}.review__verified{display:inline-flex;align-items:center;gap:.2rem;font-size:.7rem;color:var(--color-success);font-weight:500;letter-spacing:.04em;margin-left:.5rem}.review__verified svg{width:12px;height:12px}.review__photo{margin-top:.5rem}.review__photo img{width:120px;height:120px;object-fit:cover;border-radius:var(--radius-sm)}.review__author{font-weight:500;font-size:.9rem}.review__date{font-size:.78rem;color:var(--color-muted)}.review__stars{display:inline-flex;gap:1px;color:var(--color-rating)}.review__stars svg{width:13px;height:13px}.review__title{margin:0;font-size:.95rem;font-weight:600}.review__body{margin:0;color:var(--color-foreground);line-height:1.7;font-size:.92rem}.collection-hero{padding:2.5rem 0 1.5rem;text-align:center;background:var(--color-surface)}@media(min-width:768px){.collection-hero{padding:3.5rem 0 2rem}}.collection-hero__breadcrumb{font-size:.78rem;letter-spacing:.08em;color:var(--color-muted);margin-bottom:.75rem}.collection-hero__title{margin:0;letter-spacing:-.015em}.collection-hero__description{color:var(--color-muted);max-width:640px;margin:.6rem auto 0;font-size:.95rem}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--color-border);margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap;font-size:.85rem}.collection-toolbar__count{color:var(--color-muted)}.collection-toolbar__sort{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.collection-toolbar__sort .select{padding:.45rem 2rem .45rem .75rem;font-size:.85rem;min-width:160px}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem .75rem}@media(min-width:600px){.collection-grid{gap:1.5rem 1rem}}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:2rem 1.25rem}}@media(min-width:1100px){.collection-grid{grid-template-columns:repeat(4,1fr)}}.pagination{display:flex;justify-content:center;gap:.4rem;margin-top:2.5rem;flex-wrap:wrap}.pagination__item{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 .6rem;border-radius:var(--radius-sm);font-size:.88rem;color:var(--color-foreground)}.pagination__item.is-current{background:var(--color-foreground);color:var(--color-background)}.pagination__item:hover:not(.is-current){background:var(--color-surface)}.cart-page{padding:2rem 0 4rem}.cart-page__head{text-align:center;margin-bottom:2rem}.cart-page__head h1{margin:0;letter-spacing:-.015em}.cart-page__layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:990px){.cart-page__layout{grid-template-columns:1.6fr 1fr;gap:3rem}}.cart-page__items table{width:100%;border-collapse:collapse}.cart-page__items th{padding:.85rem .5rem;text-align:left;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);font-weight:600;border-bottom:1px solid var(--color-border)}.cart-page__items td{padding:1.25rem .5rem;border-bottom:1px solid var(--color-border);vertical-align:top}.cart-page__product{display:grid;grid-template-columns:80px 1fr;gap:.85rem}.cart-page__product-image{aspect-ratio:1;border-radius:var(--radius-sm);background:var(--color-surface);overflow:hidden}.cart-page__product-image img{width:100%;height:100%;object-fit:cover}.cart-page__product-info{display:flex;flex-direction:column;gap:.3rem}.cart-page__summary{background:var(--color-surface);border-radius:var(--radius-md);padding:1.5rem;align-self:start;display:flex;flex-direction:column;gap:.65rem}@media(min-width:990px){.cart-page__summary{position:sticky;top:96px}}.cart-page__summary h3{margin:0 0 .35rem}.cart-page__summary-row{display:flex;justify-content:space-between;font-size:.92rem}.cart-page__total{font-weight:600;font-size:1.05rem;padding-top:.7rem;border-top:1px solid var(--color-border)}@media(max-width:749px){.cart-page__items thead{display:none}.cart-page__items tr{display:block;border-bottom:1px solid var(--color-border);padding:1rem 0}.cart-page__items td{display:block;border:0;padding:.3rem 0}}.page-section{padding:2.5rem 0 4rem}@media(min-width:768px){.page-section{padding:3rem 0 5rem}}.page-section__inner{max-width:780px;margin:0 auto}.page-section__title{text-align:center;margin-bottom:2rem}.page-section__content{line-height:1.8}.page-section__content h2,.page-section__content h3{margin-top:2rem}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:600px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:990px){.blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.blog-card{display:flex;flex-direction:column;gap:.75rem}.blog-card__image{position:relative;aspect-ratio:4/3;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface)}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.blog-card:hover .blog-card__image img{transform:scale(1.04)}.blog-card__meta{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted);font-weight:500}.blog-card__title{margin:0;font-size:1.2rem;letter-spacing:-.005em}.blog-card__excerpt{color:var(--color-muted);font-size:.9rem;line-height:1.65}.article{max-width:760px;margin:0 auto;padding:2rem 1rem 4rem}@media(min-width:768px){.article{padding:3rem 1.25rem 5rem}}.article__head{text-align:center;margin-bottom:2rem}.article__title{margin:.75rem 0 .5rem;letter-spacing:-.015em}.article__meta{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted)}.article__featured{margin:0 0 2rem;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:16/9}.article__featured img{width:100%;height:100%;object-fit:cover}.article__body{line-height:1.85;font-size:1rem}.article__body h2,.article__body h3{margin-top:2rem}.article__body img{margin:1.5rem 0;border-radius:var(--radius-md)}.error-page{text-align:center;padding:5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.error-page{padding:6rem 1.25rem}}.error-page__title{font-size:clamp(4rem,12vw,8rem);margin:0;letter-spacing:-.04em;line-height:.9;color:var(--color-rose)}.customer-page{max-width:480px;margin:0 auto;padding:3rem 1.25rem}.customer-page--wide{max-width:1080px}.customer-page__title{text-align:center;margin-bottom:2rem;letter-spacing:-.015em}.customer-form{display:flex;flex-direction:column;gap:1rem}.customer-form__buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.customer-form__link{text-align:center;font-size:.9rem;color:var(--color-muted);margin-top:1rem}.customer-form__link a{color:var(--color-foreground);border-bottom:1px solid currentColor;padding-bottom:1px}.account-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.account-grid{grid-template-columns:240px 1fr;gap:3rem}}.account-sidebar a{display:block;padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.92rem;color:var(--color-muted)}.account-sidebar a:hover,.account-sidebar a.is-active{background:var(--color-surface);color:var(--color-foreground)}.toast{position:fixed;bottom:1rem;right:1rem;background:var(--color-foreground);color:var(--color-background);padding:.95rem 1.15rem;border-radius:var(--radius-md);box-shadow:0 12px 40px #0000002e;z-index:400;transform:translateY(20px);opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;max-width:320px;font-size:.88rem}.toast.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.toast[data-kind=error]{background:var(--color-rose);color:#fff}.toast[data-kind=success]{background:var(--color-success);color:#fff}.text-center{text-align:center}.text-muted{color:var(--color-muted)}.text-rose{color:var(--color-rose)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte img{border-radius:var(--radius-md);height:auto}.rte a{color:var(--color-rose);border-bottom:1px solid currentColor}.rte blockquote{border-left:2px solid var(--color-rose);padding-left:1.5rem;font-style:italic;font-family:var(--font-heading);font-size:1.15rem;line-height:1.6;margin:2rem 0}@media(prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}.reveal[data-delay="1"]{transition-delay:.06s}.reveal[data-delay="2"]{transition-delay:.12s}.reveal[data-delay="3"]{transition-delay:.18s}}.loader{display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.btn:focus-visible{outline-offset:3px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important}}.cart-drawer__panel,.mobile-menu,.search-modal__panel{padding-bottom:env(safe-area-inset-bottom,0)}@media(max-width:540px){input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=search],textarea,select{font-size:16px}}button,a.btn,input[type=submit],input[type=button]{touch-action:manipulation}@supports (content-visibility:auto){.lifestyle-posts,.testimonials,.reviews,.complete-look,.newsletter-band,.site-footer{content-visibility:auto;contain-intrinsic-size:auto 600px}}@media print{.site-header,.site-footer,.cart-drawer,.search-modal,.mobile-menu,.product-form,.product-tabs__list,.complete-look,.reviews,.newsletter-band,.announcement-bar,.product-card__quick,.btn{display:none!important}body{color:#000;background:#fff;font-size:11pt}a{color:#000;text-decoration:underline}img{max-width:100%;page-break-inside:avoid}h1,h2,h3{page-break-after:avoid}p,blockquote{orphans:3;widows:3}}.cart-drawer__discounts{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.5rem}.cart-drawer__discount{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .75rem;background:#c8326f14;border:1px solid rgba(200,50,111,.22);border-radius:var(--radius-sm);font-size:.82rem;color:var(--color-rose)}.cart-drawer__discount-label{display:flex;align-items:center;gap:.45rem;min-width:0}.cart-drawer__discount-label svg{width:14px;height:14px;flex-shrink:0}.cart-drawer__discount-code{font-weight:600;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-drawer__discount-amount{font-weight:600;font-variant-numeric:tabular-nums;flex-shrink:0}.cart-drawer__total-prices{display:inline-flex;align-items:baseline;gap:.5rem}.cart-drawer__total-original{color:var(--color-muted);text-decoration:line-through;font-size:.85rem;font-weight:400}.cart-drawer__total strong{font-weight:600;color:var(--color-foreground)}.cart-drawer__savings{font-size:.85rem;color:var(--color-rose);font-weight:500}.cart-drawer__savings span:last-child{font-variant-numeric:tabular-nums;font-weight:600}.cart-line__price{display:inline-flex;align-items:baseline;gap:.4rem}.cart-line__price-original{color:var(--color-muted);text-decoration:line-through;font-size:.82rem;font-weight:400}.cart-line__price strong{font-weight:600}.cart-line__discount{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;color:var(--color-rose);font-weight:500;background:#c8326f14;padding:.18rem .45rem;border-radius:999px;margin-top:.15rem;width:fit-content}.cart-line__discount svg{width:11px;height:11px;flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/22/assets/theme.css.map */
