*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-background, #fff);color:var(--color-text, #000);font-family:ShreeDev,Helvetica,Arial,sans-serif;font-size:calc(16px * var(--body-scale, 1));line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}.skip-to-content-link:focus{position:fixed;top:10px;left:10px;width:auto;height:auto;z-index:9999;background:#000;color:#fff;padding:12px 20px}h1,h2,h3,h4,h5,.font-heading{font-family:Selofier,Didot,Bodoni MT,Georgia,serif;font-weight:400;letter-spacing:.01em;line-height:1.15;margin:0 0 .5em}h1{font-size:calc(3rem * var(--heading-scale, 1))}h2{font-size:calc(2.25rem * var(--heading-scale, 1))}h3{font-size:calc(1.6rem * var(--heading-scale, 1))}h4{font-size:calc(1.2rem * var(--heading-scale, 1))}p{margin:0 0 1em}.page-width{max-width:var(--page-width, 1400px);margin:0 auto;padding:0 24px}.section{padding-top:var(--spacing-sections, 60px);padding-bottom:var(--spacing-sections, 60px)}.eyebrow{display:block;font-family:ShreeDev,sans-serif;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--color-accent, #7A7570);margin-bottom:.75em}.button,button.button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--color-button, #000);color:var(--color-button-text, #fff);border:1px solid var(--color-button, #000);padding:14px 32px;font-family:ShreeDev,sans-serif;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:background .25s ease,color .25s ease,opacity .25s ease;text-align:center}.button:hover,button.button:hover,input[type=submit]:hover{background:transparent;color:var(--color-button, #000)}.button--secondary{background:transparent;color:var(--color-text, #000)}.button--secondary:hover{background:var(--color-text, #000);color:var(--color-background, #fff)}.button[disabled]{opacity:.4;cursor:not-allowed}input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number],textarea,select{width:100%;padding:12px 14px;border:1px solid #d8d5d2;background:#fff;font-family:ShreeDev,sans-serif;font-size:.95rem}label{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;color:var(--color-accent, #7A7570)}.field{margin-bottom:18px}.announcement-bar{background:var(--color-text, #000);color:var(--color-background, #fff);text-align:center;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase}.announcement-bar__track{position:relative;min-height:38px;overflow:hidden}.announcement-bar__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:10px 20px;opacity:0;transform:translateY(100%);transition:opacity .6s ease,transform .6s ease}.announcement-bar__slide.is-active{opacity:1;transform:translateY(0)}.announcement-bar__slide.is-leaving{opacity:0;transform:translateY(-100%)}.announcement-bar__slide a{color:inherit;text-decoration:none}.site-header{border-bottom:1px solid #eee;position:relative;z-index:40}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px}.site-header__logo img{height:42px;width:auto}.site-header__logo{font-family:Selofier,Didot,Bodoni MT,Georgia,serif;font-size:1.5rem}.site-header__logo-split{display:none}@media(max-width:900px){.site-header__inner{gap:12px}.header-icons{gap:14px}.site-header__logo{flex:1;min-width:0}.site-header__logo-full{display:none}.site-header__logo-split{display:flex;align-items:center;gap:8px;width:100%}.site-header__logo-icon{height:26px;width:auto;flex-shrink:0}.site-header__logo-wordmark{height:13px;width:auto;max-width:100%;flex:1;object-fit:contain;object-position:left center}}.site-nav{display:flex;gap:32px;list-style:none;margin:0;padding:0}.site-nav a{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase}.site-nav .has-dropdown{position:relative}.site-nav__dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid #eee;min-width:200px;padding:12px 0;list-style:none;margin:0}.site-nav .has-dropdown:hover .site-nav__dropdown{display:block}.site-nav__dropdown li a{display:block;padding:8px 20px;text-transform:none;letter-spacing:0}.header-icons{display:flex;align-items:center;gap:20px}.header-icons a,.header-icons button{background:none;border:none;padding:0;cursor:pointer;display:inline-flex;align-items:center}.header-icons svg{width:20px;height:20px}.cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;border-radius:50%;background:var(--color-text, #000);color:#fff;font-size:.6rem;margin-left:4px;padding:0 4px}.mobile-nav-toggle{display:none;background:none;border:none;cursor:pointer}@media(max-width:900px){.site-nav{display:none}.mobile-nav-toggle{display:inline-flex}}.hero{position:relative;min-height:60vh;color:#fff;text-align:center;overflow:hidden}.hero__bgs{position:absolute;top:-10%;right:0;bottom:-10%;left:0;will-change:transform}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-color:var(--color-secondary-background, #F5F3F1);opacity:0;transition:opacity 1.1s ease}.hero__bg.is-active{opacity:1;z-index:1}.hero__bg.is-active{animation:hero-kenburns 9s ease-out forwards}@keyframes hero-kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#00000047}.hero--light .hero__overlay{background:#ffffff26}.hero__contents{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;opacity:0;transition:opacity .8s ease}.hero__content.is-active{opacity:1;z-index:2}.hero__content-inner{max-width:700px;margin:0 auto}.hero__content .eyebrow{color:#fff}.hero--light .hero__content{color:#000}.hero__scroll-cue{position:absolute;left:24px;bottom:30px;z-index:4;display:flex;flex-direction:column;align-items:center;gap:10px;color:#fff;opacity:.85}.hero--light .hero__scroll-cue{color:#000}.hero__scroll-cue__label{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;writing-mode:vertical-rl}.hero__scroll-cue__line{width:1px;height:34px;background:currentColor;opacity:.35;position:relative;overflow:hidden}.hero__scroll-cue__line:after{content:"";position:absolute;left:0;top:-100%;width:100%;height:100%;background:currentColor;animation:hero-scroll-cue 1.8s ease-in-out infinite}@keyframes hero-scroll-cue{0%{top:-100%}50%{top:100%}to{top:100%}}@media(max-width:700px){.hero__scroll-cue{display:none}}.hero__dots{position:absolute;left:50%;bottom:26px;transform:translate(-50%);display:flex;gap:10px;z-index:4}.hero__dot{width:34px;height:2px;padding:0;border:none;cursor:pointer;background:#ffffff59;position:relative;overflow:hidden;transition:background-color .2s ease}.hero--light .hero__dot{background:#0003}.hero__dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;transform:scaleX(0);transform-origin:left}.hero--light .hero__dot:after{background:#000}.hero__dot.is-active:after{transform:scaleX(1)}.hero__dot.is-autoplaying:after{animation:hero-dot-progress var(--hero-duration, 6s) linear forwards}@keyframes hero-dot-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.rich-text{text-align:center;max-width:760px;margin:0 auto}.rich-text p{font-size:1.05rem;color:#333}.promo-banner{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:var(--color-secondary-background, #F5F3F1)}.promo-banner__media{min-height:380px;background-size:cover;background-position:center}.promo-banner__content{display:flex;flex-direction:column;justify-content:center;padding:60px;gap:16px}@media(max-width:800px){.promo-banner{grid-template-columns:1fr}.promo-banner__content{padding:36px 24px}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 24px}@media(max-width:1000px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.product-grid{grid-template-columns:1fr 1fr;gap:20px 14px}}.product-card{text-align:left}.product-card__media{position:relative;aspect-ratio:2/3;overflow:hidden;background:var(--color-secondary-background, #F5F3F1);margin-bottom:14px}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-card__media img{transform:scale(1.045)}.product-card__media img.product-card__image--back{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .9s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-card__image--back{opacity:1}.product-card__title{font-size:.92rem;margin-bottom:4px}.product-card__price{font-size:.85rem;color:var(--color-accent, #7A7570)}.product-card__price s{opacity:.6;margin-right:6px}.section__header{text-align:center;max-width:640px;margin:0 auto calc(var(--spacing-sections, 60px) * .6)}.product{display:grid;grid-template-columns:1.2fr 1fr;gap:60px}@media(max-width:900px){.product{grid-template-columns:1fr;gap:30px}}.product__gallery-main{aspect-ratio:2/3;overflow:hidden;background:var(--color-secondary-background);margin-bottom:12px}.product__gallery-main img{width:100%;height:100%;object-fit:cover}.product__gallery-thumbs{display:flex;gap:10px;flex-wrap:wrap}.product__gallery-thumbs img{width:76px;height:96px;object-fit:cover;cursor:pointer;border:1px solid transparent}.product__gallery-thumbs img.is-active{border-color:#000}.product__info .price{font-size:1.2rem;margin:10px 0 8px}.product__info .price s{opacity:.5;margin-right:10px;font-size:1rem}.product__trust-microcopy{font-size:.78rem;letter-spacing:.02em;color:var(--color-accent, #7A7570);margin:0 0 24px}.product__whatsapp-text-link{display:inline-block;margin:14px 0 4px;font-size:.78rem;font-weight:400;letter-spacing:.01em;color:#2fa84f;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease,opacity .2s ease}.product__whatsapp-text-link:hover{border-bottom-color:currentColor;opacity:.85}.product__app-block{width:100%;margin-bottom:20px}.product__payment-methods{margin:18px 0 0;padding-top:16px;border-top:1px solid #eee}.product__payment-methods--featured{border-top:none;padding-top:0;margin-top:14px}.product__payment-methods-heading{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent, #7A7570);margin:0 0 12px}.payment-methods__grid{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px}.payment-method{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid #e5e2de;border-radius:999px;color:var(--color-text, #000)}.payment-method__icon{display:flex;align-items:center;justify-content:center;color:var(--color-accent, #7A7570);flex-shrink:0}.payment-method__icon svg{height:100%;width:auto}.payment-method__icon img{height:100%;width:auto;max-width:160px;object-fit:contain}.payment-method__label{font-size:.68rem;letter-spacing:.02em;line-height:1;color:var(--color-text, #000);white-space:nowrap}.payment-method--logo{padding:0;border:none;border-radius:0}.product__gallery-main img{cursor:zoom-in}.product-zoom{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#fffffff7;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.product-zoom.is-active{opacity:1;pointer-events:auto}.product-zoom img{max-width:92vw;max-height:92vh;object-fit:contain;cursor:zoom-out}.product-zoom__close{position:absolute;top:20px;right:24px;width:40px;height:40px;border-radius:50%;background:none;border:1px solid #ddd;color:#000;font-size:1.5rem;line-height:1;cursor:pointer}@media(prefers-reduced-motion:reduce){.product-zoom{transition:none}}.variant-picker{margin-bottom:22px}.variant-picker__label{display:flex;justify-content:space-between;font-size:.85rem}.variant-picker__selected-value{color:var(--color-accent, #7A7570)}.variant-swatches{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.variant-swatches input{position:absolute;opacity:0;pointer-events:none}.variant-pill{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:40px;padding:0 14px;border:1px solid #ccc;cursor:pointer;font-size:.8rem;text-transform:none;letter-spacing:0;color:#000;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.variant-swatches input:checked+.variant-pill{border-color:#000;background:#000;color:#fff}.variant-pill--static{border-color:#eee;background:var(--color-secondary-background, #F5F3F1);color:#555;cursor:default}.variant-swatches--color{gap:10px}.variant-swatches__color{display:inline-flex;cursor:pointer;padding:3px;border-radius:50%;border:1px solid transparent}.variant-swatches input:checked+.variant-swatches__color{border-color:#000}.variant-swatches__dot{width:30px;height:30px;border-radius:50%;border:1px solid rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center}.variant-swatches__dot--unknown{background:var(--color-secondary-background, #F5F3F1);font-size:.65rem;text-transform:uppercase;color:#777}.quantity-selector{display:inline-flex;align-items:center;border:1px solid #d8d5d2;margin-right:14px}.quantity-selector button{background:none;border:none;width:38px;height:44px;cursor:pointer;font-size:1rem}.quantity-selector input{width:44px;height:44px;border:none;text-align:center;padding:0}.product-form__buttons{display:flex;align-items:center;margin:26px 0}.product-form__buttons .button{flex:1}.product__accordion{margin-top:30px;border-top:1px solid #eee}.accordion-item{border-bottom:1px solid #eee}.accordion-item summary{cursor:pointer;padding:16px 0;font-family:Selofier,Didot,Bodoni MT,Georgia,serif;font-size:1.05rem;display:flex;justify-content:space-between;align-items:center}.accordion-item div{padding-bottom:16px;color:#444}.collection-header{text-align:center;margin-bottom:calc(var(--spacing-sections, 60px) * .5)}.collection-toolbar{display:flex;justify-content:flex-end;margin-bottom:24px}.collection-toolbar select{width:auto}.site-footer{background:var(--color-text, #000);color:#fff;padding:var(--spacing-sections, 60px) 24px 30px}.site-footer a{opacity:.85}.site-footer a:hover{opacity:1}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;max-width:var(--page-width, 1400px);margin:0 auto}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}.footer-grid h4{font-family:ShreeDev,sans-serif;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:#fff;margin-bottom:16px}.footer-grid ul{list-style:none;margin:0;padding:0}.footer-grid li{margin-bottom:10px;font-size:.88rem}.footer-logo img{height:34px;margin-bottom:16px;filter:invert(1) brightness(2)}.footer-brand-text{font-size:.85rem;opacity:.75;max-width:320px}.footer-social{display:flex;gap:14px;margin-top:16px}.footer-social svg{width:18px;height:18px}.footer-bottom{max-width:var(--page-width, 1400px);margin:40px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.75rem;opacity:.6}.footer-legal-links{display:flex;gap:18px}.footer-legal-links a{text-decoration:underline;text-underline-offset:2px}.newsletter-form{display:flex;gap:0;max-width:360px}.newsletter-form input{border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff}.newsletter-form button{border-radius:0}.empty-state{text-align:center;padding:100px 24px}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:420px;max-width:100%;background:#fff;box-shadow:-10px 0 30px #0000001a;transform:translate(100%);transition:transform .35s ease;z-index:100;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eee}.cart-drawer__items{flex:1;overflow-y:auto;padding:0 24px}.cart-drawer__footer{padding:20px 24px;border-top:1px solid #eee}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:90}.cart-overlay.is-open{opacity:1;pointer-events:auto}.cart-line-item{display:flex;gap:14px;padding:18px 0;border-bottom:1px solid #f0f0f0}.cart-line-item img{width:70px;height:90px;object-fit:cover}.cart-line-item__title{font-size:.9rem;margin-bottom:4px}.cart-line-item__remove{font-size:.75rem;text-decoration:underline}.trust-badges__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;text-align:center}.trust-badges__icon{margin:0 auto 12px;width:30px}.trust-badges__item h4{font-family:Selofier,Didot,Bodoni MT,Georgia,serif;font-size:1.05rem;margin-bottom:6px}.trust-badges__item p{font-size:.85rem;color:var(--color-accent, #7A7570);margin:0}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}.reveal-stagger.is-visible>*{opacity:1;transform:translateY(0)}.reveal-stagger.is-visible>*:nth-child(1){transition-delay:.02s}.reveal-stagger.is-visible>*:nth-child(2){transition-delay:.08s}.reveal-stagger.is-visible>*:nth-child(3){transition-delay:.14s}.reveal-stagger.is-visible>*:nth-child(4){transition-delay:.2s}.reveal-stagger.is-visible>*:nth-child(5){transition-delay:.26s}.reveal-stagger.is-visible>*:nth-child(6){transition-delay:.32s}.reveal-stagger.is-visible>*:nth-child(7){transition-delay:.38s}.reveal-stagger.is-visible>*:nth-child(8){transition-delay:.44s}.has-custom-cursor,.has-custom-cursor a,.has-custom-cursor button,.has-custom-cursor .button{cursor:none}.custom-cursor{position:fixed;top:0;left:0;width:16px;height:16px;border:1px solid var(--color-text, #000);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);z-index:9999;transition:width .2s ease,height .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;opacity:0}.custom-cursor.is-active{opacity:1}.custom-cursor.is-hovering{width:44px;height:44px;background-color:#0000000f}.custom-cursor.is-on-dark{border-color:#fff}.custom-cursor.is-on-dark.is-hovering{background-color:#ffffff29}@media(prefers-reduced-motion:reduce){.reveal,.reveal-stagger>*{opacity:1!important;transform:none!important;transition:none!important}.custom-cursor{display:none!important}.hero__bg.is-active,.hero__dot.is-autoplaying:after{animation:none!important}.hero__scroll-cue__line:after{animation:none!important;display:none}.preloader{display:none!important}*{scroll-behavior:auto!important}}.lookbook{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.lookbook__col{display:flex;flex-direction:column;gap:20px;will-change:transform}.lookbook__col:nth-child(2){margin-top:90px}.lookbook__col:nth-child(3){margin-top:-40px}.lookbook__item{position:relative;display:block;aspect-ratio:3/4;overflow:hidden;background:var(--color-secondary-background)}.lookbook__col:nth-child(odd) .lookbook__item:nth-child(2n){aspect-ratio:4/5}.lookbook__item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.lookbook__item:hover img{transform:scale(1.045)}.lookbook__caption{position:absolute;left:16px;bottom:16px;color:#fff;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;text-shadow:0 1px 8px rgba(0,0,0,.5)}@media(max-width:800px){.lookbook{grid-template-columns:1fr 1fr}.lookbook__col:nth-child(3){display:none}.lookbook__col:nth-child(2){margin-top:40px}}.brand-statement{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;background-color:var(--color-secondary-background, #F5F3F1);background-size:800px;background-repeat:repeat;overflow:hidden}.brand-statement__inner{max-width:900px;padding:40px 24px}.brand-statement__quote{font-family:Selofier,Didot,Bodoni MT,Georgia,serif;font-size:clamp(1.8rem,4vw,3.2rem);line-height:1.3;margin:0 0 20px}.brand-statement__quote .word{display:inline-block;opacity:.18;color:var(--color-accent, #7A7570);transform:translateY(6px);transition:opacity .35s ease,color .35s ease,transform .35s ease}.brand-statement__quote .word.is-lit{opacity:1;color:var(--color-text, #000);transform:translateY(0)}.brand-statement__attribution{font-family:ShreeDev,sans-serif;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent, #7A7570)}.reveal-curtain{position:relative;overflow:hidden}.reveal-curtain:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-background, #fff);transform:scaleX(1);transform-origin:right;transition:transform .9s cubic-bezier(.65,0,.35,1);z-index:3;pointer-events:none}.reveal-curtain.is-visible:after{transform:scaleX(0)}.curtain-media{position:relative;overflow:hidden}.curtain-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-text, #000);transform:scaleX(1);transform-origin:right;transition:transform .9s cubic-bezier(.65,0,.35,1);z-index:2}.curtain-media.is-visible:after{transform:scaleX(0)}.marquee{overflow:hidden;padding:18px 0}.marquee__track{display:flex;width:max-content;animation-name:marquee-scroll;animation-duration:30s;animation-timing-function:linear;animation-iteration-count:infinite}.marquee__group{display:flex;align-items:center;flex-shrink:0}.marquee__item{font-family:Selofier,Didot,Bodoni MT,Georgia,serif;font-size:1.3rem;padding:0 76px;letter-spacing:.02em;white-space:nowrap;text-transform:lowercase}.marquee__dot{opacity:.4;font-size:.9rem}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-16.6667%)}}@media(prefers-reduced-motion:reduce){.marquee__track{animation:none}}.shop-the-look__media{position:relative;max-width:600px;margin:0 auto;aspect-ratio:2/3;overflow:hidden;background:var(--color-secondary-background)}.shop-the-look__media img{width:100%;height:100%;object-fit:cover}.shop-the-look__hotspot{position:absolute;transform:translate(-50%,-50%);background:none;border:none;padding:0;cursor:pointer;z-index:5}.shop-the-look__dot{display:block;width:16px;height:16px;border-radius:50%;background:#ffffffe6;border:1.5px solid #000;box-shadow:0 0 #00000059;animation:hotspot-pulse 2.4s ease-in-out infinite}@keyframes hotspot-pulse{0%{box-shadow:0 0 #00000047}70%{box-shadow:0 0 0 10px #0000}to{box-shadow:0 0 #0000}}.shop-the-look__card{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(6px);width:220px;background:#fff;box-shadow:0 10px 30px #00000026;display:flex;gap:10px;padding:10px;text-align:left;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.shop-the-look__hotspot.is-open .shop-the-look__card,.shop-the-look__hotspot:hover .shop-the-look__card{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.shop-the-look__card img{width:56px;height:72px;object-fit:cover;flex-shrink:0}.shop-the-look__card-title{font-size:.8rem;margin:0 0 4px}.shop-the-look__card-price{font-size:.78rem;color:var(--color-accent);margin:0 0 6px}.shop-the-look__card-link{font-size:.72rem;text-decoration:underline}[data-magnetic]{position:relative;display:inline-flex;transition:transform .15s ease-out}.custom-cursor__label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;opacity:0;transition:opacity .2s ease;font-family:ShreeDev,sans-serif}.custom-cursor.is-labeled{width:auto;height:auto;padding:10px 16px;background:#000;border-color:#000}.custom-cursor.is-labeled .custom-cursor__label{opacity:1;color:#fff}.custom-cursor.is-on-dark.is-labeled{background:#fff;border-color:#fff}.custom-cursor.is-on-dark.is-labeled .custom-cursor__label{color:#000}.product-card{position:relative}.product-card__quick-add{position:absolute;left:12px;right:12px;bottom:12px;display:flex;gap:8px;background:#000;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;z-index:4}.product-card:hover .product-card__quick-add,.product-card.is-quick-open .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__quick-add select{flex:1;font-size:.72rem;padding:8px;background:#fff;border:1px solid #000}.product-card__quick-add form{flex:1;display:flex}.product-card__quick-add button,.product-card__quick-add .button--secondary{width:100%;background:transparent;color:#fff;border:none;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;padding:8px 12px;cursor:pointer;white-space:nowrap}.product-card__quick-add button:hover,.product-card__quick-add .button--secondary:hover{background:#fff;color:#000}@media(hover:none){.product-card__quick-add{opacity:1;transform:none;position:static;margin-top:10px}}@media(prefers-reduced-motion:no-preference){::view-transition-old(root),::view-transition-new(root){animation-duration:.45s;animation-timing-function:cubic-bezier(.65,0,.35,1)}::view-transition-old(root){animation-name:gloss-fade-out}::view-transition-new(root){animation-name:gloss-fade-in}}@keyframes gloss-fade-out{0%{opacity:1}to{opacity:0}}@keyframes gloss-fade-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root){animation:none!important}}@keyframes cart-bump{0%{transform:scale(1)}35%{transform:scale(1.35)}60%{transform:scale(.92)}to{transform:scale(1)}}.header-icons a[data-cart-open].is-bumped svg{animation:cart-bump .5s ease}.header-icons a[data-cart-open]{position:relative}.sticky-atc{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #eee;box-shadow:0 -6px 24px #0000000f;padding:14px 24px;display:flex;align-items:center;gap:16px;transform:translateY(100%);transition:transform .35s ease;z-index:45}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__media{width:44px;height:56px;object-fit:cover;flex-shrink:0;display:none}.sticky-atc__info{flex:1;min-width:0}.sticky-atc__title{font-size:.85rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-atc__price{font-size:.8rem;color:var(--color-accent);margin:0}.sticky-atc button{flex-shrink:0}@media(min-width:700px){.sticky-atc{padding:14px 40px}.sticky-atc__media{display:block}}@media(prefers-reduced-motion:reduce){.sticky-atc{transition:none}}.testimonials__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;-webkit-overflow-scrolling:touch}.testimonial-card{flex:0 0 auto;width:300px;scroll-snap-align:start;border:1px solid #eee;padding:28px 26px;background:#fff}.testimonial-card__stars{display:flex;gap:3px;margin-bottom:14px}.testimonial-card__stars .star{width:15px;height:15px;fill:none;stroke:var(--color-accent, #7A7570);stroke-width:1}.testimonial-card__stars .star.is-filled{fill:#000;stroke:#000}.testimonial-card__text{font-size:.92rem;line-height:1.6;color:#333;min-height:96px}.testimonial-card__author{display:flex;align-items:center;gap:10px;margin-top:18px;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.testimonial-card__author img{width:34px;height:34px;border-radius:50%;object-fit:cover}@media(max-width:700px){.testimonial-card{width:78vw}}.instagram-gallery__handle{display:inline-block;margin-top:8px;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent, #7A7570)}.instagram-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}@media(min-width:700px){.instagram-gallery__grid{grid-template-columns:repeat(6,1fr);gap:10px}}.instagram-gallery__item{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-secondary-background, #F5F3F1)}.instagram-gallery__item img,.instagram-gallery__item .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.instagram-gallery__item:hover img,.instagram-gallery__item:hover .placeholder-svg{transform:scale(1.06)}.instagram-gallery__icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;background:#0000002e;opacity:0;transition:opacity .3s ease}.instagram-gallery__icon svg{width:26px;height:26px}.instagram-gallery__item:hover .instagram-gallery__icon{opacity:1}.whatsapp-float{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #00000040;transition:transform .25s ease;z-index:500}.whatsapp-float:hover{transform:scale(1.08)}.whatsapp-float svg{width:26px;height:26px}body.template-product .whatsapp-float{bottom:92px}@media(max-width:749px){.whatsapp-float{width:50px;height:50px;right:16px;bottom:16px}body.template-product .whatsapp-float{bottom:84px}}@media(prefers-reduced-motion:reduce){.whatsapp-float{transition:none}}body.is-loading{overflow:hidden}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:var(--color-background, #fff);display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible;transition:opacity .5s ease,visibility .5s ease;animation:preloader-failsafe 0s linear 3s forwards}.preloader__logo{width:64px;height:auto;opacity:0;animation:preloader-fade-in .8s ease forwards .1s}@keyframes preloader-fade-in{to{opacity:1}}@keyframes preloader-failsafe{to{opacity:0;visibility:hidden;pointer-events:none}}body:not(.is-loading) .preloader{opacity:0;visibility:hidden;pointer-events:none}.text-center{text-align:center}.mt-0{margin-top:0}
/*# sourceMappingURL=/cdn/shop/t/43/assets/theme.css.map */
