:root{--font-display: "Cormorant Garamond", Georgia, serif;--font-sans: "Jost", system-ui, sans-serif;--background: oklch(.99 .003 80);--foreground: oklch(.18 .01 60);--secondary: oklch(.96 .006 80);--secondary-foreground: oklch(.25 .01 60);--muted: oklch(.94 .008 80);--muted-foreground: oklch(.52 .012 65);--accent: oklch(.91 .015 80);--border: oklch(.88 .008 80);--gold: oklch(.72 .12 75);--ease: cubic-bezier(.23, 1, .32, 1)}*,*:before,*:after{box-sizing:border-box;border-color:var(--border)}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:16px;line-height:1.5;letter-spacing:.01em;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:.02em;margin:0;font-weight:300}p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}img{max-width:100%;display:block}input,textarea,select{font:inherit}ul{margin:0;padding:0;list-style:none}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.wrap{max-width:80rem;margin:0 auto;padding:0 1.5rem}.eyebrow{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground)}.display-h{font-family:var(--font-display);font-weight:300;line-height:1.15}.btn-outline{display:inline-block;border:1px solid var(--foreground);color:var(--foreground);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;padding:.75rem 2rem;transition:background-color .3s,color .3s}.btn-outline:hover{background:var(--foreground);color:var(--background)}.btn-outline--white{border-color:#fff;color:#fff}.btn-outline--white:hover{background:#fff;color:var(--foreground)}.btn-solid{display:block;width:100%;background:var(--foreground);color:var(--background);text-align:center;padding:1rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;transition:opacity .2s,transform .1s}.btn-solid:hover{opacity:.9}.btn-solid:active{transform:scale(.98)}.btn-solid[disabled]{opacity:.5;cursor:not-allowed}.link-underline{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s}.link-underline:hover{opacity:.6}.announcement{background:var(--foreground);color:var(--background);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding:.5rem 0;overflow:hidden}.announcement__track{display:flex;gap:4rem;white-space:nowrap;width:max-content;animation:marquee 32s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:fixed;top:2.125rem;left:0;right:0;z-index:50;transition:background-color .3s,border-color .3s,backdrop-filter .3s;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);color:var(--foreground)}.template-index .site-header:not(.is-scrolled){background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom-color:transparent;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.45)}.site-header__inner{width:100%;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:4rem;position:relative}@media(min-width:768px){.site-header__inner{height:5rem;padding:0 2rem}}.site-header__nav{display:none;align-items:center;gap:2rem}.site-header__nav>a,.nav-item__link{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;transition:opacity .2s}.site-header__nav>a:hover,.nav-item__link:hover{opacity:.6}.nav-item{position:relative;height:100%;display:flex;align-items:center}.nav-item__link{display:inline-flex;align-items:center;gap:.3rem}.nav-item__link svg{transition:transform .2s}.nav-item:hover .nav-item__link svg,.nav-item:focus-within .nav-item__link svg{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:100%;left:-1.25rem;padding-top:.5rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s var(--ease),transform .2s var(--ease),visibility .2s;z-index:60}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:none}.nav-dropdown__panel{background:#fff;border:1px solid var(--border);box-shadow:0 12px 30px -10px #00000026;min-width:13rem;padding:.5rem 0}.nav-dropdown__panel a{display:block;padding:.55rem 1.25rem;font-size:.8125rem;letter-spacing:.02em;text-transform:none;font-weight:400;color:var(--foreground);text-shadow:none;transition:background-color .15s;white-space:nowrap}.nav-dropdown__panel a:hover{background:var(--secondary);opacity:1}.site-header__logo{position:absolute;left:50%;transform:translate(-50%);font-family:var(--font-display);font-size:1.5rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap}.site-header__logo img{max-height:3.25rem;width:auto;display:block;transition:filter .3s}@media(min-width:768px){.site-header__logo img{max-height:4.25rem}}.template-index .site-header:not(.is-scrolled) .site-header__logo img{filter:brightness(0) invert(1) drop-shadow(0 1px 6px rgba(0,0,0,.4))}.site-header__icons{display:flex;align-items:center;gap:1.25rem;margin-left:auto}.site-header__icons button,.site-header__icons a{display:flex;transition:opacity .2s;position:relative}.site-header__icons button:hover,.site-header__icons a:hover{opacity:.6}.site-header__search{display:none}.cart-count{position:absolute;top:-.5rem;right:-.5rem;background:var(--foreground);color:var(--background);font-size:10px;width:1rem;height:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500}.template-index .site-header:not(.is-scrolled) .cart-count{background:#fff;color:var(--foreground)}.cart-count[data-count="0"]{display:none}.site-header__burger{display:flex}@media(min-width:768px){.site-header__nav,.site-header__search{display:flex}}.menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s}body.menu-open .menu-backdrop{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;bottom:0;left:-22rem;z-index:100;width:100%;max-width:20rem;background:var(--background);display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;transition:left .35s var(--ease),visibility 0s linear .35s;visibility:hidden}body.menu-open .mobile-menu{left:0;visibility:visible;transition:left .35s var(--ease),visibility 0s}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.mobile-menu__head span{font-family:var(--font-display);font-size:1.25rem;letter-spacing:.2em;text-transform:uppercase}.mobile-menu__head img{max-height:2.5rem;width:auto}.mobile-menu__nav{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem;overflow-y:auto}.mobile-menu__nav a{font-family:var(--font-display);font-size:1.875rem;font-weight:300;letter-spacing:.02em;transition:opacity .2s}.mobile-menu__nav a:hover{opacity:.6}.mobile-menu__group{display:flex;flex-direction:column;gap:.5rem}.mobile-menu__sub{display:flex;flex-direction:column;gap:.25rem;padding-left:1rem}.mobile-menu__sub a{font-family:var(--font-sans);font-size:.875rem;color:var(--muted-foreground);padding:.2rem 0}.hero{position:relative;height:100vh;height:100svh;overflow:hidden;background:var(--foreground)}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1.2s var(--ease);pointer-events:none}.hero__slide.is-active{opacity:1;pointer-events:auto}.hero__slide.is-active .hero__img{animation:hero-zoom 1.2s var(--ease) both}@keyframes hero-zoom{0%{transform:scale(1.04)}to{transform:scale(1)}}.hero__img{width:100%;height:100%;object-fit:cover}.hero__slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 28%,transparent 60%,rgba(0,0,0,.4))}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 1.5rem;pointer-events:none}.hero__content>*{pointer-events:auto}.hero__text{display:none;flex-direction:column;gap:1.5rem;align-items:center}.hero__text.is-active{display:flex;animation:hero-text-in .8s var(--ease) .3s both}@keyframes hero-text-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__eyebrow{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:#ffffffb3}.hero__title{font-family:var(--font-display);font-size:3rem;font-weight:300;line-height:1.15}.hero__subtitle{font-size:.875rem;color:#fffc;max-width:28rem;margin:0 auto;font-weight:300;letter-spacing:.025em}.hero__ctas{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:.5rem;flex-wrap:wrap}.hero__dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.hero__dot{height:1px;width:1rem;background:#fff6;transition:all .3s;padding:0}.hero__dot.is-active{width:2rem;background:#fff}@media(min-width:768px){.hero__title{font-size:4.5rem}.hero__subtitle{font-size:1rem}}.trust-bar{background:var(--secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 0}.trust-bar__grid{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center}.trust-bar__item{display:flex;align-items:center;justify-content:center;gap:.5rem}.trust-bar__icon{font-size:1rem}.trust-bar__text{font-size:.75rem;letter-spacing:.025em;color:var(--muted-foreground);display:none}@media(min-width:640px){.trust-bar__text{display:block}}.section{padding:5rem 1.5rem}.section--secondary{background:var(--secondary)}.section__head-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem}.section__title{font-size:2.25rem}@media(min-width:768px){.section__title{font-size:3rem}}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-grid--3{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid--collection{grid-template-columns:repeat(4,1fr)}}.product-card{animation:card-in .5s var(--ease) both}@keyframes card-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card__media{position:relative;overflow:hidden;background:var(--muted);aspect-ratio:3 / 4}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:10;background:var(--background);color:var(--foreground);font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .5rem}.product-card__img{width:100%;height:100%;object-fit:cover;transition:opacity .5s}.product-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__media--swap .product-card__img--main{opacity:0}.product-card:hover .product-card__img--hover{opacity:1}.product-card__quick{position:absolute;bottom:0;left:0;right:0;background:#fdfcfaf2;color:var(--foreground);font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:.75rem 0;font-weight:500;width:100%;opacity:0;transform:translateY(10px);transition:opacity .2s var(--ease),transform .2s var(--ease),background-color .2s,color .2s}.product-card:hover .product-card__quick,.product-card__quick:focus-visible{opacity:1;transform:none}.product-card__quick:hover{background:var(--foreground);color:var(--background)}.product-card__quick[disabled]{cursor:not-allowed}.product-card__info{margin-top:.75rem;display:flex;flex-direction:column;gap:.25rem}.product-card__title{font-family:var(--font-sans);font-size:.875rem;font-weight:500;line-height:1.25;letter-spacing:.01em}.product-card__colors{font-size:.75rem;color:var(--muted-foreground)}.product-card__prices{display:flex;align-items:center;gap:.5rem}.product-card__price{font-size:.875rem;font-weight:500}.product-card__compare{font-size:.75rem;color:var(--muted-foreground);text-decoration:line-through}.story__grid{max-width:80rem;margin:0 auto;display:grid;gap:3rem;align-items:center}@media(min-width:768px){.story__grid{grid-template-columns:1fr 1fr}}.story__text{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.story__title{font-size:2.25rem;line-height:1.15}@media(min-width:768px){.story__title{font-size:3rem}}.story__body{color:var(--muted-foreground);line-height:1.65}.story__media{position:relative;aspect-ratio:4 / 5;overflow:hidden}.story__media img{width:100%;height:100%;object-fit:cover}.insta__head{text-align:center;margin-bottom:2.5rem}.insta__title{font-size:1.875rem}.insta__handle{font-size:.875rem;color:var(--muted-foreground);margin-top:.5rem}.insta__grid{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(min-width:768px){.insta__grid{grid-template-columns:repeat(4,1fr)}}.insta__item{aspect-ratio:1 / 1;overflow:hidden;cursor:pointer}.insta__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.insta__item:hover img{transform:scale(1.05)}.faq__wrap{max-width:42rem;margin:0 auto}.faq__title{font-size:2.25rem;margin-bottom:2.5rem;text-align:center}.faq__item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq__item:first-of-type{border-top:0}.faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;font-size:.875rem;font-weight:500}.faq__q svg{flex-shrink:0;transition:transform .2s}.faq__item.is-open .faq__q svg{transform:rotate(180deg)}.faq__a{overflow:hidden;max-height:0;opacity:0;transition:max-height .25s var(--ease),opacity .25s var(--ease)}.faq__item.is-open .faq__a{max-height:12rem;opacity:1}.faq__a p{font-size:.875rem;color:var(--muted-foreground);margin-top:.75rem;line-height:1.65}.site-footer{background:var(--foreground);color:var(--background)}.site-footer__newsletter{border-bottom:1px solid rgba(255,255,255,.1);padding:4rem 1.5rem}.site-footer__newsletter-inner{max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2rem;text-align:center}@media(min-width:768px){.site-footer__newsletter-inner{flex-direction:row;text-align:left}}.site-footer__newsletter-title{font-size:1.875rem;margin-bottom:.5rem}.site-footer__newsletter-sub{font-size:.875rem;color:#fff9}.newsletter-form{display:flex;width:100%;max-width:24rem}.newsletter-form input{flex:1;min-width:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--background);padding:.75rem 1rem;font-size:.875rem;outline:none;transition:border-color .2s}.newsletter-form input::placeholder{color:#fff6}.newsletter-form input:focus{border-color:#fff9}.newsletter-form button{background:var(--background);color:var(--foreground);padding:.75rem 1.5rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;transition:background-color .2s}.newsletter-form button:hover{background:#ffffffe6}.newsletter-success{font-size:.875rem;color:#fffc;letter-spacing:.025em}.site-footer__links{padding:3rem 1.5rem}.site-footer__links-grid{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.site-footer__links-grid{grid-template-columns:repeat(4,1fr)}}.site-footer__brand-title{font-size:1.25rem;margin-bottom:1rem}.site-footer__brand-sub{font-size:.75rem;color:#ffffff80;line-height:1.65}.site-footer__col-title{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:1rem;font-weight:400;font-family:var(--font-sans)}.site-footer__col ul{display:flex;flex-direction:column;gap:.5rem}.site-footer__col a,.site-footer__col li{font-size:.875rem;color:#ffffffb3}.site-footer__col a:hover{color:#fff;transition:color .2s}.site-footer__social-note{font-size:.75rem;color:#fff6;margin-top:.5rem}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem}.site-footer__bottom-inner{max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:768px){.site-footer__bottom-inner{flex-direction:row}}.site-footer__copy{font-size:.75rem;color:#fff6}.site-footer__payments{display:flex;align-items:center;gap:.75rem;color:#ffffff4d}.site-footer__payments span{font-size:.75rem;border:1px solid rgba(255,255,255,.2);padding:.125rem .5rem}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s}body.cart-open .cart-backdrop{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:0;top:0;bottom:0;z-index:95;width:100%;max-width:28rem;background:var(--background);display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;transform:translate(100%);transition:transform .35s var(--ease)}body.cart-open .cart-drawer{transform:none}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer__title{font-size:1.25rem;letter-spacing:.025em}.cart-drawer__title span{color:var(--muted-foreground);font-size:1rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;text-align:center}.cart-drawer__empty-title{font-family:var(--font-display);font-size:1.5rem;color:var(--muted-foreground);font-weight:300}.cart-drawer__empty-sub{font-size:.875rem;color:var(--muted-foreground)}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;gap:1rem}.cart-item__img{width:5rem;height:6rem;background:var(--muted);overflow:hidden;flex-shrink:0}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__main{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item__name{font-weight:500;font-size:.875rem}.cart-item__variant{font-size:.75rem;color:var(--muted-foreground);margin-top:.125rem}.cart-item__row{display:flex;align-items:center;justify-content:space-between}.qty-stepper{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border)}.qty-stepper button{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.qty-stepper button:hover{background:var(--muted)}.qty-stepper span{font-size:.875rem;width:1.5rem;text-align:center}.cart-item__prices{text-align:right}.cart-item__price{font-size:.875rem;font-weight:500}.cart-item__compare{font-size:.75rem;color:var(--muted-foreground);text-decoration:line-through}.cart-item__remove{align-self:flex-start;margin-top:.125rem;transition:opacity .2s}.cart-item__remove:hover{opacity:.6}.cart-drawer__foot{border-top:1px solid var(--border);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center}.cart-drawer__subtotal-label{font-size:.875rem;color:var(--muted-foreground)}.cart-drawer__subtotal-value{font-weight:500}.cart-drawer__shipping-note{font-size:.75rem;color:var(--muted-foreground)}.cart-drawer__continue{display:block;width:100%;text-align:center;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s}.cart-drawer__continue:hover{opacity:.6}.collection-banner{padding:8rem 1.5rem 3rem;text-align:center;background:var(--secondary);border-bottom:1px solid var(--border)}.collection-banner__title{font-size:3rem}@media(min-width:768px){.collection-banner__title{font-size:3.75rem}}.collection-banner__count{font-size:.875rem;color:var(--muted-foreground);margin-top:.75rem}.collection-main{padding:4rem 1.5rem}.collection-empty{text-align:center;padding:5rem 0}.collection-empty p{font-family:var(--font-display);font-size:1.5rem;color:var(--muted-foreground);font-weight:300}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.pagination a,.pagination span{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem;border:1px solid var(--border)}.pagination a:hover{border-color:var(--foreground)}.pagination .current{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.product-page{padding:6rem 0 5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted-foreground);margin-bottom:2rem;letter-spacing:.025em;flex-wrap:wrap}.breadcrumb a{transition:color .2s}.breadcrumb a:hover,.breadcrumb .current{color:var(--foreground)}.product-layout{display:grid;gap:3rem}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;gap:3rem}}@media(min-width:1024px){.product-layout{gap:5rem}}.product-gallery{display:flex;flex-direction:column;gap:.75rem}.product-gallery__main{aspect-ratio:3 / 4;overflow:hidden;background:var(--muted)}.product-gallery__main img{width:100%;height:100%;object-fit:cover;animation:fade-in .4s both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.product-gallery__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-gallery__thumb{width:4rem;height:5rem;overflow:hidden;border:2px solid transparent;transition:border-color .2s;padding:0}.product-gallery__thumb.is-active{border-color:var(--foreground)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.product-info__badge{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;background:var(--muted);padding:.25rem .75rem}.product-info__title{font-size:2.25rem;line-height:1.15}@media(min-width:768px){.product-info__title{font-size:3rem}}.product-info__prices{display:flex;align-items:center;gap:.75rem}.product-info__price{font-size:1.5rem;font-weight:500}.product-info__compare{font-size:1.125rem;color:var(--muted-foreground);text-decoration:line-through}.product-info__discount{font-size:.875rem;color:#dc2626}.product-info__desc{color:var(--muted-foreground);line-height:1.65}.option-group{display:flex;flex-direction:column;gap:.75rem;width:100%}.option-group__label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground)}.option-group__label strong{color:var(--foreground);font-weight:400}.swatches{display:flex;gap:.5rem;flex-wrap:wrap}.swatch{width:2rem;height:2rem;border-radius:50%;border:2px solid transparent;transition:transform .2s,border-color .2s;padding:0}.swatch:hover{border-color:var(--muted-foreground)}.swatch.is-selected{border-color:var(--foreground);transform:scale(1.1)}.size-options{display:flex;gap:.5rem;flex-wrap:wrap}.size-btn{min-width:44px;height:2.75rem;padding:0 .75rem;border:1px solid var(--border);font-size:.875rem;transition:all .2s;background:transparent}.size-btn:hover:not([disabled]){border-color:var(--foreground)}.size-btn.is-selected{border-color:var(--foreground);background:var(--foreground);color:var(--background)}.size-btn[disabled]{opacity:.4;cursor:not-allowed;text-decoration:line-through;color:var(--muted-foreground)}.product-info__submit{margin-top:1rem}.product-trust{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;width:100%}.product-trust p{font-size:.75rem;color:var(--muted-foreground);display:flex;align-items:center;gap:.5rem}.cart-page{padding:8rem 1.5rem 5rem;max-width:48rem;margin:0 auto}.cart-page__title{font-size:2.25rem;margin-bottom:2.5rem;text-align:center}.cart-page .cart-items{margin-bottom:2rem}.cart-page__foot{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.page-narrow{padding:8rem 1.5rem 5rem;max-width:42rem;margin:0 auto}.page-narrow__title{font-size:2.25rem;margin-bottom:2rem;text-align:center}.rte{color:var(--foreground);line-height:1.7}.rte p{margin-bottom:1rem}.rte a{text-decoration:underline;text-underline-offset:3px}.empty-state{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:8rem 1.5rem 5rem}.empty-state__title{font-family:var(--font-display);font-size:1.875rem;color:var(--muted-foreground);font-weight:300}.search-form{display:flex;max-width:24rem;margin:0 auto 3rem}.search-form input{flex:1;min-width:0;border:1px solid var(--border);background:transparent;padding:.75rem 1rem;font-size:.875rem;outline:none}.search-form input:focus{border-color:var(--foreground)}.search-form button{background:var(--foreground);color:var(--background);padding:.75rem 1.5rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}@media(prefers-reduced-motion:reduce){.announcement__track,.product-card,.hero__text.is-active,.hero__slide.is-active .hero__img{animation:none}*{transition-duration:.01ms!important}}.product-info__rating{display:flex;align-items:center;gap:.6rem;font-size:.85rem;opacity:.8;margin-top:-.4rem}.product-info__stars{color:#c9a84c;letter-spacing:.1em}.product-info__urgency{display:inline-block;margin:0;background:#8b3e2f1a;color:#8b3e2f;font-size:.82rem;font-weight:500;padding:.45rem .8rem}.product-info__stock{font-size:.85rem;opacity:.7;margin:0}@media(min-width:768px){.product-layout{grid-template-columns:1.35fr 1fr;align-items:start}.product-info{position:sticky;top:6rem}}.product-description{max-width:860px;margin:4.5rem auto 0}.product-description__title{font-size:clamp(1.5rem,2.6vw,2rem);font-weight:300;text-align:center;margin:0 0 1.6rem}.product-description__body{line-height:1.75}.product-description__body img{max-width:100%;height:auto;margin:1.5rem 0}.product-description__body p{margin:0 0 1rem}.product-description__body h2,.product-description__body h3{font-family:var(--font-display);font-weight:400;margin:2rem 0 .75rem}@media(min-width:768px){.product-layout{grid-template-columns:1.45fr 1fr;gap:3rem;align-items:start}.product-info{position:sticky;top:5.5rem}}@media(min-width:1200px){.product-layout{gap:4rem}}.product-gallery--grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:640px){.product-gallery--grid{grid-template-columns:1fr 1fr}}.product-gallery__cell{display:block;position:relative;overflow:hidden;aspect-ratio:3 / 4;background:var(--muted);cursor:zoom-in}.product-gallery__cell img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.23,1,.32,1)}.product-gallery__cell:hover img{transform:scale(1.03)}@media(min-width:640px){.product-gallery__cell--wide{grid-column:1 / -1;aspect-ratio:4 / 3}}.pg-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;align-items:center;justify-content:center;background:#141210eb;padding:2rem;cursor:zoom-out}.pg-lightbox.is-open{display:flex}.pg-lightbox img{max-width:100%;max-height:100%;object-fit:contain}.product-info__trustline{display:flex;align-items:center;gap:.5rem;font-size:.82rem;opacity:.85;margin-bottom:.25rem}.product-info__trust-stars{color:#00b67a;letter-spacing:.05em}.product-info__save{background:#e8674c;color:#fff;font-size:.72rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .6rem}.product-info__urgency{display:flex;align-items:center;gap:.55rem;background:none;color:inherit;font-size:.85rem;padding:0}.pulse-dot{width:.6rem;height:.6rem;border-radius:50%;background:#e8674c;flex-shrink:0;animation:pulse-dot 1.6s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.82)}}@media(prefers-reduced-motion:reduce){.pulse-dot{animation:none}}.product-info__payments{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:-.5rem}.product-info__payment{height:1.6rem;width:auto}.product-info__benefits{list-style:none;margin:0;padding:1.2rem 0 0;display:grid;gap:.7rem;border-top:1px solid var(--border)}.product-info__benefits li{display:flex;align-items:center;gap:.7rem;font-size:.88rem}.benefit-ico{font-size:1rem;opacity:.75}.scratch{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:none}.scratch.is-open{display:block}.scratch__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1412108c}.scratch__box{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:min(1100px,94vw);height:min(640px,92vh);background:#efe9dd;overflow:hidden;display:grid;grid-template-columns:1fr;box-shadow:0 30px 80px #00000059}@media(min-width:850px){.scratch__box{grid-template-columns:1fr 1fr}}.scratch__x{position:absolute;top:1rem;left:1rem;z-index:3;background:none;border:0;font-size:1.8rem;line-height:1;cursor:pointer;color:#1c1a17;padding:.2rem .5rem}.scratch__panel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.1rem;padding:2.5rem 2rem;text-align:center;overflow-y:auto}.scratch__logo{max-width:150px;height:auto}.scratch__logo-text{font-size:1.5rem;letter-spacing:.18em;text-transform:uppercase}.scratch__step{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.scratch__step[hidden]{display:none}.scratch__title{font-size:clamp(1.5rem,3.4vw,2.2rem);font-weight:500;letter-spacing:.02em;margin:0;line-height:1.15}.scratch__sub{font-size:.92rem;opacity:.75;margin:0}.scratch__win{color:#e8674c}.scratch__card{position:relative;width:min(340px,100%);height:120px;-webkit-user-select:none;user-select:none}.scratch__prize{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;background:#fff}.scratch__prize-small{font-size:.8rem;letter-spacing:.18em}.scratch__prize-big{font-size:1.5rem;font-weight:600;color:#e8674c;letter-spacing:.02em}.scratch__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:grab;touch-action:none}.scratch__btn{background:#1c1a17;color:#fff;border:0;cursor:pointer;padding:.95rem 2.5rem;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;width:min(340px,100%);transition:opacity .2s}.scratch__btn:disabled{opacity:.35;cursor:not-allowed}.scratch__btn:not(:disabled):hover{opacity:.85}.scratch__timer{background:#1c1a17;color:#fff;font-size:1.5rem;font-weight:500;padding:.5rem 1.4rem;letter-spacing:.06em}.scratch__form{display:flex;flex-direction:column;gap:.7rem;width:min(340px,100%)}.scratch__input{border:1px solid rgba(0,0,0,.25);background:#fff;padding:.95rem 1rem;font:inherit;font-size:.95rem;width:100%}.scratch__fine{font-size:.7rem;opacity:.55;margin:0;max-width:340px}.scratch__code{background:#fff;border:2px dashed #1c1a17;padding:1rem 2rem;font-size:1.4rem;font-weight:600;letter-spacing:.18em}.scratch__media{position:relative;display:none;overflow:hidden}@media(min-width:850px){.scratch__media{display:block}}.scratch__img{position:absolute;object-fit:cover;box-shadow:0 12px 40px #0003}.scratch__img--1{top:6%;left:4%;width:62%;height:52%}.scratch__img--2{bottom:5%;right:4%;width:62%;height:60%}.cart-top{padding:1rem 1.25rem 0;display:grid;gap:.8rem}.cart-reserve{background:#e6f4e2;color:#1e4620;text-align:center;padding:.7rem;font-size:.82rem;letter-spacing:.04em}.cart-ship__msg{font-size:.85rem;margin:0 0 .5rem}.cart-ship__msg--done{color:#1e7a34;font-weight:500}.cart-ship__track{height:5px;background:#0000001a;overflow:hidden}.cart-ship__fill{height:100%;background:#e8674c;transition:width .4s ease}.cart-upsell{border-top:1px solid var(--border);padding:1rem 1.25rem}.cart-upsell__title{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;margin:0 0 .8rem;opacity:.7}.cart-upsell__row{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.3rem;scrollbar-width:thin}.cart-upsell__card{display:flex;align-items:center;gap:.7rem;flex:0 0 auto;width:265px;border:1px solid var(--border);padding:.5rem}.cart-upsell__img{flex:0 0 auto;width:56px;height:70px;overflow:hidden;background:var(--muted)}.cart-upsell__img img{width:100%;height:100%;object-fit:cover}.cart-upsell__info{flex:1;min-width:0}.cart-upsell__name{display:block;font-size:.78rem;line-height:1.3;margin-bottom:.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-upsell__price{font-size:.78rem;margin:0}.cart-upsell__price s{opacity:.5;margin-right:.3rem}.cart-upsell__sale{color:#e8674c}.cart-upsell__add{flex:0 0 auto;background:#1c1a17;color:#fff;border:0;cursor:pointer;font-size:.68rem;letter-spacing:.1em;padding:.55rem .7rem}.cart-upsell__add:hover{opacity:.85}.cart-upsell__add:disabled{opacity:.5;cursor:wait}.site-header__burger--left{order:-1;margin-right:auto;display:inline-flex!important}.site-header__nav{display:none!important}.site-header__inner{display:flex;align-items:center;justify-content:space-between}.mobile-menu{width:min(760px,100%);max-width:100%}.mobile-menu__head{display:flex;justify-content:flex-start;padding:1rem 1.25rem}.mobile-menu__head button{background:none;border:0;cursor:pointer}.mm-body{display:grid;grid-template-columns:1fr;height:calc(100% - 60px);overflow:hidden}@media(min-width:700px){.mm-body{grid-template-columns:1fr 1fr}}.mm-nav{overflow-y:auto;padding:0 1.5rem 2rem}.mm-hi{display:block;font-size:1.35rem;font-weight:500;letter-spacing:.01em;padding:.45rem 0;text-transform:uppercase}.mm-hi--sale{color:#e8674c}.mm-group-title{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;opacity:.45;margin:1.6rem 0 .6rem}.mm-group-title--muted{opacity:.35}.mm-link{display:flex;align-items:center;justify-content:space-between;padding:.55rem 0;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em}.mm-link--muted{text-transform:none;letter-spacing:0;opacity:.6;font-size:.88rem}.mm-link:hover{opacity:.6}.mm-chev{opacity:.35}.mm-tiles{display:none;grid-template-rows:1fr 1fr;gap:2px;padding:0 1rem 1rem 0}@media(min-width:700px){.mm-tiles{display:grid}}.mm-tile{position:relative;display:block;overflow:hidden;background:#e6e1d8}.mm-tile img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.23,1,.32,1)}.mm-tile:hover img{transform:scale(1.05)}.mm-tile__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000 45%,#00000026 65%,#0000008c)}.mm-tile__label{position:absolute;left:1.5rem;bottom:1.4rem;color:#fff;font-size:1.15rem;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 2px 16px rgba(0,0,0,.7)}.account{max-width:460px;margin:0 auto;padding:4rem 1.25rem 5rem}.account--wide{max-width:900px}.account__title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:300;text-align:center;margin:0 0 .5rem}.account__sub{text-align:center;opacity:.65;font-size:.9rem;margin:0 0 2rem}.account__form{display:grid;gap:1rem}.account__field{display:grid;gap:.35rem}.account__label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;opacity:.7}.account__input{border:1px solid var(--border);background:#fff;padding:.85rem 1rem;font:inherit;font-size:.95rem;width:100%}.account__input:focus{outline:2px solid #1c1a17;outline-offset:-1px}.account__btn{background:#1c1a17;color:#fff;border:0;cursor:pointer;padding:1rem;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;width:100%}.account__btn:hover{opacity:.85}.account__links{display:flex;justify-content:space-between;gap:1rem;font-size:.85rem;margin-top:.5rem;flex-wrap:wrap}.account__links a{text-decoration:underline;text-underline-offset:3px}.account__msg{padding:.85rem 1rem;font-size:.88rem;margin-bottom:1rem}.account__msg--ok{background:#e6f4e2;color:#1e4620}.account__msg--err{background:#fbeae5;color:#8a2f1d}.account__table{width:100%;border-collapse:collapse;font-size:.9rem}.account__table th,.account__table td{text-align:left;padding:.8rem .6rem;border-bottom:1px solid var(--border)}.account__table th{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;opacity:.6}.account__empty{text-align:center;padding:3rem 0;opacity:.7}.account__card{border:1px solid var(--border);padding:1.2rem;margin-bottom:1rem}
/*# sourceMappingURL=/cdn/shop/t/6/assets/fashion.css.map */
