:root{--ink: #1A1A1A;--canvas: #FDFAF7;--champagne: #C9A87C;--blush: #E8E0D8;--cream: #FFFFFF;--line: rgba(26, 26, 26, .12);--shadow: 0 22px 70px rgba(0, 0, 0, .08);--body-font-family: "Times New Roman", Times, serif;--heading-font-family: "Times New Roman", Times, serif;--button-font-family: "Times New Roman", Times, serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--canvas);font-family:var(--body-font-family)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,.brand span,.section-title,.hero h1,.tile h3,.texture-card h3,.product-card h3,.article-card h3,.stylist-card h3,.atelier h2,.footer h2,.footer h3,.cart-header h1,.cart-empty h2,.customer-card h1,.customer-card h2,.search-hero h1,.search-results-heading h2,.search-empty h2,.perfume-product-info h1,.product-accordions summary,.why-copy h2,.why-copy h3,.faq-copy h2,.faq-copy summary,.faq-help h3{font-family:var(--heading-font-family);font-weight:600;letter-spacing:-.02em}button,.btn,.link-arrow,.nav,.eyebrow,.announcement,.perfume-add,.perfume-buy-now,.hero-btn,.luxury-search-field button,.ai-assistant-toggle{font-family:var(--button-font-family);font-weight:600}.skip-link{position:absolute;left:-999px;top:1rem;background:var(--cream);padding:.75rem 1rem;z-index:100}.skip-link:focus{left:1rem}.announcement{display:flex;justify-content:center;gap:2.5rem;align-items:center;min-height:30px;padding:.35rem 1rem;background:var(--champagne);color:#fffaf6;text-transform:uppercase;font-size:.72rem;letter-spacing:.08em;font-weight:700}.announcement p{margin:0}.announcement a{border-bottom:1px solid currentColor}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding:.9rem clamp(1rem,3vw,2.4rem);color:var(--header-text, #fff);background:linear-gradient(90deg,#150c09f0,#3a241be0,#120b09f0),var(--header-image, repeating-linear-gradient(115deg, rgba(255,255,255,.06), rgba(255,255,255,.06) 1px, transparent 1px, transparent 16px)),var(--header-bg, #160f0d);background-size:cover;background-position:var(--header-position, center center);box-shadow:0 10px 30px #0003}.site-header a{color:var(--header-link, currentColor)}.header-custom-html{grid-column:1 / -1;color:var(--header-text, #fff);text-align:center}.header-custom-html>:first-child{margin-top:0}.header-custom-html>:last-child{margin-bottom:0}.nav{display:flex;gap:1.25rem;align-items:center;text-transform:uppercase;font-size:.72rem}.nav-right{justify-content:flex-end}.header-icon-link{position:relative;display:inline-flex;align-items:center;gap:.35rem;min-width:34px;min-height:34px;justify-content:center}.header-icon-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-icon-link:hover svg{transform:translateY(-1px)}.cart-count{position:absolute;top:-4px;right:-4px;min-width:17px;height:17px;display:grid;place-items:center;border-radius:999px;background:var(--champagne);color:#fff;font-size:.64rem;line-height:1}.brand{text-align:center;line-height:1}.brand span{display:block;font-family:var(--heading-font-family);font-size:clamp(1.7rem,4vw,3rem);letter-spacing:.22em;font-weight:600}.brand small{display:block;margin-top:.3rem;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase}.section{padding:clamp(2rem,5vw,4.5rem) clamp(1rem,4vw,4rem)}.section-title{font-family:var(--heading-font-family);font-size:clamp(2rem,4.8vw,4rem);line-height:.95;margin:0 0 1.3rem;text-align:center;font-weight:600}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700}.button-row{display:flex;gap:1.25rem;align-items:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.85rem 1.35rem;border-radius:999px;border:1px solid var(--ink);background:var(--cream);color:var(--ink);text-transform:uppercase;font-size:.73rem;letter-spacing:.08em;font-weight:700}.btn.dark{background:var(--ink);color:var(--cream)}.link-arrow{text-transform:uppercase;font-size:.73rem;border-bottom:1px solid currentColor;padding-bottom:.25rem}.hero,.hero-slider{min-height:min(690px,calc(100vh - 100px))}.hero{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(300px,1.1fr);align-items:stretch;background:radial-gradient(circle at 78% 30%,rgba(255,255,255,.24),transparent 28%),linear-gradient(100deg,#eed7c2f2 0 45%,#c59976a6 72%,#53312580),url(https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=1600&q=80) center right / cover}.hero-slider{position:relative;overflow:hidden;color:var(--hero-text);background:var(--canvas)}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(300px,1.1fr);align-items:stretch;opacity:0;pointer-events:none;transition:opacity .75s ease;background:var(--hero-image, url(https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=1600&q=80)) center right / cover}.hero-slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,var(--hero-overlay) 0 48%,transparent 82%);opacity:var(--hero-overlay-opacity);pointer-events:none}.hero-slide.is-active{position:relative;opacity:1;pointer-events:auto}.hero-slider .hero-copy>*{position:relative;z-index:1;animation-duration:.9s;animation-fill-mode:both;animation-timing-function:ease}.hero-animate-fade .is-active .hero-copy>*,.product-animate-fade .product-panel>*{animation-name:luxeFade}.hero-animate-fade-up .is-active .hero-copy>*,.product-animate-fade-up .product-panel>*{animation-name:luxeFadeUp}.hero-animate-slide-left .is-active .hero-copy>*,.product-animate-slide-left .product-panel>*{animation-name:luxeSlideLeft}.hero-animate-zoom .is-active .hero-copy{animation:luxeZoom .95s ease both}.hero-slider .hero-copy>:nth-child(2),.product-panel>:nth-child(2){animation-delay:.08s}.hero-slider .hero-copy>:nth-child(3),.product-panel>:nth-child(3){animation-delay:.16s}.hero-slider .hero-copy>:nth-child(4),.product-panel>:nth-child(4){animation-delay:.24s}.hero-btn{background:var(--hero-button-bg);color:var(--hero-button-text);border-color:var(--hero-button-border);transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000024}.hero-btn-square{border-radius:0}.hero-btn-outline{background:transparent}.hero-btn-underline{min-height:auto;padding:.2rem 0;border:0;border-bottom:1px solid currentColor;border-radius:0;background:transparent}.hero-dots{position:absolute;left:clamp(1.5rem,6vw,5rem);bottom:1.35rem;z-index:2;display:flex;gap:.55rem}.hero-dots button{width:9px;height:9px;border:1px solid currentColor;border-radius:999px;background:transparent;color:var(--hero-text);padding:0}.hero-dots button.is-active{background:currentColor}.hero-arrow{position:absolute;top:50%;z-index:3;width:42px;height:42px;border:1px solid currentColor;border-radius:999px;background:#fffaf4b8;color:var(--hero-text);transform:translateY(-50%);cursor:pointer;transition:transform .25s ease,background .25s ease}.hero-arrow:hover{background:#fffaf4f2;transform:translateY(-50%) scale(1.05)}.hero-arrow-prev{left:1rem}.hero-arrow-next{right:1rem}.hero-custom-image{background:radial-gradient(circle at 78% 30%,rgba(255,255,255,.24),transparent 28%),linear-gradient(100deg,#eed7c2f2 0 42%,#c5997673 68%,#53312559),var(--hero-image) center right / cover}.hero-copy{padding:clamp(3rem,8vw,7rem) clamp(1.5rem,6vw,5rem);align-self:center}.hero h1{font-family:var(--heading-font-family);font-size:clamp(3rem,7vw,6.7rem);line-height:.86;margin:0;max-width:760px;font-weight:600}.hero h1 em{font-style:italic;font-weight:400}.hero p{max-width:390px;line-height:1.55;margin:1.5rem 0 1.8rem}.hero-media{position:relative;min-height:420px}.mosaic{display:grid;grid-template-columns:1.1fr .9fr;gap:0;background:var(--section-bg, var(--cream));color:var(--section-text, var(--ink))}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem;padding:1rem}.tile,.product-card,.article-card,.stylist-card{background:var(--section-card-bg, #fff);border:1px solid var(--line);border-radius:8px;overflow:hidden}.tile-image,.texture-image,.product-image,.article-image,.stylist-image{min-height:170px;background:linear-gradient(135deg,#6d4335,#e4c7ad 55%,#21120e)}.tile-image img,.texture-image img,.stylist-image img,.video-card img{width:100%;height:100%;min-height:inherit;object-fit:cover}.tile:nth-child(2) .tile-image,.texture-card:nth-child(2) .texture-image,.article-card:nth-child(2) .article-image{background:linear-gradient(135deg,#21120e,#b98767,#f0d8c5)}.tile:nth-child(3) .tile-image,.texture-card:nth-child(3) .texture-image,.article-card:nth-child(3) .article-image{background:linear-gradient(135deg,#2a1712,#5f372c,#d9c2b6)}.tile:nth-child(4) .tile-image,.texture-card:nth-child(4) .texture-image{background:linear-gradient(135deg,#e6d2c2,#865941,#120a08)}.tile-content,.product-card-content,.article-card-content,.stylist-card-content{padding:.8rem}.tile h3,.texture-card h3,.product-card h3,.article-card h3,.stylist-card h3{margin:0 0 .35rem;font-family:var(--heading-font-family);font-weight:600}.tile p,.texture-card p,.product-card p,.article-card p,.stylist-card p{margin:0;font-size:.83rem;line-height:1.4}.texture-panel{padding:1rem;background:var(--section-bg, #f7f1eb)}.texture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}.texture-card{display:grid;gap:.45rem}.texture-image{min-height:160px;border-radius:8px;border:1px solid var(--line)}.atelier{position:relative;min-height:320px;display:grid;place-items:center;text-align:center;color:var(--atelier-text, #fff);background:url(https://images.unsplash.com/photo-1527799820374-dcf8d9d4a388?auto=format&fit=crop&w=1600&q=80) center / cover}.atelier-custom-image{background:var(--atelier-image) center / cover}.atelier:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--atelier-overlay, #130a07);opacity:var(--atelier-overlay-opacity, .55)}.atelier-inner{position:relative;max-width:760px;padding:2rem}.atelier h2{font-family:var(--heading-font-family);font-size:clamp(2rem,5vw,4rem);margin:0 0 1rem;font-weight:600}.consultation{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;background:var(--section-bg, #fbf6f0);color:var(--section-text, var(--ink))}.consult-form{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.consult-form input,.consult-form textarea,.newsletter input{width:100%;border:0;border-bottom:1px solid var(--ink);background:transparent;padding:.8rem .2rem}.consult-form textarea,.consult-form button{grid-column:1 / -1}.consult-form .btn{background:var(--section-button-bg, var(--ink));color:var(--section-button-text, var(--cream));border-color:var(--section-button-bg, var(--ink))}.video-card{min-height:280px;border-radius:8px;overflow:hidden;background:linear-gradient(#160f0d1a,#160f0d73),url(https://images.unsplash.com/photo-1487412912498-0447578fcca8?auto=format&fit=crop&w=1000&q=80) center / cover;box-shadow:var(--shadow)}.journal,.stylists,.featured-products{background:var(--section-bg, #efe2d5);color:var(--section-text, var(--ink))}.article-grid,.stylist-grid,.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem}.stylist-grid{grid-template-columns:repeat(3,1fr)}.product-image,.article-image,.stylist-image{min-height:230px}.price{margin-top:.55rem;font-weight:700}.footer{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:2rem;padding:3rem clamp(1rem,4vw,4rem);background:var(--footer-image, linear-gradient(transparent, transparent)),var(--footer-bg, #050504);background-size:cover;background-position:var(--footer-position, center center);color:var(--footer-text, #f7efe6)}.footer h2,.footer h3{font-family:var(--heading-font-family);letter-spacing:.12em;font-weight:600}.footer a,.footer p{display:block;color:var(--footer-link, rgba(247,239,230,.78));font-size:.88rem;line-height:1.7}.footer-custom-html{grid-column:1 / -1;color:var(--footer-text, #f7efe6)}.footer-custom-html>:first-child{margin-top:0}.footer-custom-html>:last-child{margin-bottom:0}.newsletter{display:flex;gap:.5rem;align-items:end}.newsletter input{color:#fff;border-color:#ffffff80}.newsletter button{border:1px solid rgba(255,255,255,.5);background:transparent;color:#fff;border-radius:999px;padding:.65rem .9rem}.ai-assistant-widget{position:fixed;right:1.1rem;bottom:1.1rem;z-index:60;color:var(--ai-text)}.ai-assistant-left{right:auto;left:1.1rem}.ai-assistant-toggle{min-height:44px;padding:.8rem 1rem;border:0;border-radius:999px;background:var(--ai-button-bg);color:var(--ai-button-text);box-shadow:0 16px 40px #0000002e;text-transform:uppercase;letter-spacing:.08em;font-weight:700;cursor:pointer}.ai-assistant-panel{position:absolute;right:0;bottom:calc(100% + .75rem);width:min(340px,calc(100vw - 2rem));padding:1.2rem;border:1px solid rgba(154,45,85,.28);border-radius:8px;background:var(--ai-bg);box-shadow:0 22px 60px #0003}.ai-assistant-left .ai-assistant-panel{right:auto;left:0}.ai-assistant-panel h2{margin:0 0 .55rem;font-family:var(--heading-font-family);font-weight:600}.ai-assistant-panel p{margin:0 0 1rem;line-height:1.5}.ai-assistant-actions{display:flex;gap:.6rem;flex-wrap:wrap}.ai-assistant-actions a{padding:.6rem .8rem;border:1px solid currentColor;border-radius:999px;font-size:.78rem;text-transform:uppercase}.page-width{max-width:1240px;margin:0 auto;padding:3rem 1rem}.product-form{display:grid;gap:1rem}.quantity{max-width:90px;padding:.7rem;border:1px solid var(--line);background:#fff}.cart-row{display:grid;grid-template-columns:1fr auto auto;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.cart-page,.customer-page{padding:clamp(2.5rem,6vw,5rem) clamp(1rem,4vw,4rem);background:#fff3f6;color:#9a2d55}.cart-header,.cart-empty{max-width:760px;margin:0 auto 2.5rem;text-align:center}.cart-header h1,.cart-empty h2,.customer-card h1{margin:0 0 .85rem;font-family:var(--heading-font-family);font-size:clamp(2.4rem,5vw,5rem);line-height:.95;font-weight:600}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:2rem;align-items:start}.cart-items{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:140px minmax(0,1fr) auto;gap:1rem;padding:1rem;background:#fff9fb;border:1px solid #d793aa}.cart-item-media{aspect-ratio:3 / 4;background:#f7dfe6;overflow:hidden}.cart-item-media img{width:100%;height:100%;object-fit:cover}.cart-item-info h2,.cart-summary h2,.customer-card h2{margin:0 0 .6rem;font-family:var(--heading-font-family);font-weight:600}.cart-item-info p{margin:.2rem 0}.cart-remove{display:inline-block;margin-top:.7rem;border-bottom:1px solid currentColor;font-size:.78rem;text-transform:uppercase}.cart-item-actions{display:grid;gap:.75rem;justify-items:end;align-content:start}.cart-item-actions label,.cart-note,.customer-form label{display:grid;gap:.35rem;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700}.cart-summary,.customer-card{padding:1.5rem;background:#fff9fb;border:1px solid #d793aa}.cart-summary{position:sticky;top:110px;display:grid;gap:1rem}.cart-summary-row{display:flex;justify-content:space-between;border-top:1px solid #d793aa;border-bottom:1px solid #d793aa;padding:.9rem 0}.cart-note textarea,.customer-form input{width:100%;border:1px solid #d793aa;background:#fff;color:#9a2d55;padding:.85rem}.customer-page{display:grid;gap:1.5rem;justify-items:center}.customer-card{width:min(100%,520px)}.customer-card-wide{width:min(100%,960px);text-align:center}.customer-form{display:grid;gap:1rem}.customer-links{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem}.account-grid{width:min(100%,1120px);display:grid;grid-template-columns:1fr 1fr;gap:1rem}.account-order{display:grid;grid-template-columns:1fr auto auto;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #d793aa}.search-page{min-height:70vh;padding:clamp(2.5rem,6vw,5rem) clamp(1rem,4vw,4rem);background:var(--search-bg, #fff3f6);color:var(--search-text, #9a2d55)}.search-hero{max-width:980px;margin:0 auto 2.5rem;text-align:center}.search-hero h1{margin:0 0 .8rem;font-family:var(--heading-font-family);font-size:clamp(2.8rem,7vw,6.4rem);line-height:.9;font-weight:600}.search-hero p{max-width:640px;margin:0 auto 1.6rem;line-height:1.6}.luxury-search-form{max-width:860px;margin:0 auto}.luxury-search-form label{display:block;margin-bottom:.55rem;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700}.luxury-search-field{display:grid;grid-template-columns:auto 1fr auto;gap:.8rem;align-items:center;padding:.55rem;border:1px solid var(--search-accent, #d793aa);border-radius:999px;background:var(--search-card-bg, #fff9fb);box-shadow:0 20px 50px #9a2d551a}.luxury-search-field svg{width:22px;height:22px;margin-left:.85rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.luxury-search-field input{width:100%;min-height:44px;border:0;outline:0;background:transparent;color:var(--search-text, #9a2d55);font-size:1rem}.luxury-search-field button{min-height:44px;padding:.75rem 1.35rem;border:0;border-radius:999px;background:var(--search-text, #9a2d55);color:var(--search-bg, #fff3f6);text-transform:uppercase;letter-spacing:.1em;font-weight:700}.search-results-heading{max-width:1240px;margin:0 auto 1rem}.search-results-heading h2,.search-empty h2{font-family:var(--heading-font-family);font-size:clamp(1.8rem,3vw,3rem);font-weight:600}.search-results-grid{max-width:1360px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--search-accent, #d793aa)}.search-card{background:var(--search-card-bg, #fff9fb)}.search-card-image{min-height:320px;background:#f7dfe6}.search-card-image img{width:100%;height:100%;object-fit:cover}.search-card-content{padding:1rem}.search-card-content h3{margin:.25rem 0 .55rem;font-family:var(--heading-font-family);font-weight:600}.search-empty{max-width:620px;margin:0 auto;text-align:center}.pagination{grid-column:1 / -1;padding:1rem;background:var(--search-bg, #fff3f6);text-align:center}.product-real-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:0 0 1.4rem;font-size:var(--product-body-size, 14px)}.product-real-meta div{padding:.7rem;border:1px solid var(--product-accent);background:var(--product-card-bg)}.product-real-meta dt{margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:700}.product-real-meta dd{margin:0}.product-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin:0 0 1.4rem}.product-tags span{padding:.45rem .65rem;border:1px solid var(--product-accent);border-radius:999px;background:var(--product-card-bg);font-size:.75rem}.template-product{background:#fff;color:#1d1b1b}.template-product .announcement{background:#f2cbd6;color:#9a2d55}.template-product .site-header{position:sticky;color:var(--header-text, #9a2d55);box-shadow:0 1px #9a2d552e}.template-product .brand span,.template-product .section-title,.template-product .footer h2,.template-product .footer h3{font-family:var(--heading-font-family)}.perfume-product-page{background:var(--pp-bg, #fff);color:var(--pp-text, #1d1b1b);padding-bottom:92px}.perfume-product-main{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(360px,.9fr);gap:clamp(1.5rem,4vw,3rem);max-width:1500px;margin:0 auto;padding:clamp(2rem,6vw,5rem) clamp(1rem,5vw,5rem);align-items:start}.perfume-media-card{position:sticky;top:104px;min-height:min(760px,76vh);display:grid;place-items:center;padding:clamp(2rem,5vw,5rem);border:1px solid rgba(0,0,0,.06);border-radius:14px;background:var(--pp-panel, #fff3f3);overflow:hidden}.perfume-media-card img{width:min(88%,620px);max-height:680px;object-fit:contain}.media-expand{position:absolute;top:1.1rem;left:1.1rem;width:56px;height:56px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#fff;color:var(--pp-text)}.media-expand svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2}.perfume-placeholder{width:70%;aspect-ratio:3 / 4;border-radius:999px 999px 28px 28px;background:linear-gradient(180deg,#211714 0 16%,#f8bf7d 17% 72%,#fff 73%)}.perfume-product-info{padding-top:.3rem}.product-breadcrumb{display:flex;gap:.7rem;margin-bottom:1.4rem;color:var(--pp-muted, #666)}.product-sku{margin:0 0 .55rem;color:var(--pp-muted, #666)}.product-rating{display:flex;gap:.35rem;align-items:center;margin-bottom:.45rem;color:var(--pp-accent, #6b3a5f);font-weight:700}.product-rating small{color:var(--pp-muted, #666);font-weight:400}.perfume-product-info h1{margin:0 0 1rem;font-family:var(--heading-font-family);font-size:clamp(2rem,4vw,3.4rem);line-height:1;font-weight:600}.perfume-product-info .price{display:block;margin:0 0 1.5rem;color:var(--pp-accent, #6b3a5f);font-size:1.35rem;font-weight:800}.stock-area{margin-bottom:1.2rem}.stock-area p{margin:0 0 .35rem;color:var(--pp-muted, #666)}.stock-bar{height:5px;border-radius:999px;background:#f1eef1;overflow:hidden}.stock-bar span{display:block;height:100%;background:var(--pp-accent, #6b3a5f)}.perfume-product-form{display:grid;gap:1.2rem}.perfume-variant-select,.media-swatches,.quantity-row>span{display:grid;gap:.55rem;color:var(--pp-muted, #666);font-weight:700}.perfume-variant-select select,.sticky-product-bar select{min-height:52px;border:1px solid #ddd;border-radius:8px;background:#fff;color:var(--pp-text);padding:0 .9rem}.media-swatches>div{display:flex;gap:.6rem;flex-wrap:wrap}.media-swatches button{width:42px;height:42px;border:1px solid #bdbdbd;border-radius:999px;padding:3px;background:#fff;overflow:hidden}.media-swatches button.is-active{border:2px solid var(--pp-text)}.media-swatches img{width:100%;height:100%;object-fit:cover;border-radius:999px}.quantity-row{display:grid;grid-template-columns:120px 1fr;gap:1rem;align-items:end}.quantity-row>span{grid-column:1 / -1}.quantity-stepper{min-height:52px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;border:1px solid #e1e1e1;border-radius:8px;overflow:hidden;background:#fff}.quantity-stepper button{height:100%;border:0;background:transparent;color:var(--pp-muted, #666);font-size:1.2rem}.quantity-stepper input{width:100%;border:0;text-align:center;color:var(--pp-text)}.perfume-add,.perfume-buy-now{min-height:52px;border:0;border-radius:8px;background:var(--pp-button, #6b3a5f);color:var(--pp-button-text, #fff);text-transform:uppercase;font-weight:800;letter-spacing:.04em}.perfume-buy-now{width:100%;background:var(--pp-soft-button, #b9a6b5)}.buy-now-wrap .shopify-payment-button__button{border-radius:8px;background:var(--pp-soft-button, #b9a6b5);color:var(--pp-button-text, #fff)}.payment-badges{margin:1.4rem 0;color:var(--pp-muted, #666)}.payment-badges>div{display:flex;gap:.55rem;flex-wrap:wrap}.payment-badges span{min-width:42px;padding:.25rem .4rem;border:1px solid #e4e4e4;border-radius:4px;background:#fff;color:#183a80;font-size:.65rem;font-weight:800;text-align:center}.product-accordions{border-top:1px solid #e5e1e5}.product-accordions details{border-bottom:1px solid #e5e1e5;padding:1.1rem 0}.product-accordions summary{cursor:pointer;font-family:var(--heading-font-family);font-size:clamp(1.25rem,2vw,1.8rem);font-weight:800}.product-accordions .rte,.product-accordions p{color:var(--pp-muted, #666);line-height:1.7}.why-choose-product,.product-faq-section{max-width:1500px;margin:0 auto;padding:clamp(3rem,7vw,6rem) clamp(1rem,5vw,5rem);display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2rem,6vw,5rem);align-items:center}.why-media,.faq-image{position:relative;min-height:430px;border-radius:12px;overflow:hidden;background:#f4efef}.why-media img,.faq-image img{width:100%;height:100%;object-fit:cover}.play-mark{position:absolute;left:2rem;bottom:2rem;width:62px;height:62px;display:grid;place-items:center;border:4px solid #fff;border-radius:999px;color:#fff;font-size:2rem}.why-copy h2,.faq-copy h2{margin:0 0 1.2rem;font-family:var(--heading-font-family);font-size:clamp(2rem,4vw,3rem);line-height:1;font-weight:600}.why-copy h3{margin:2rem 0 .55rem;font-family:var(--heading-font-family);font-size:1.35rem;font-weight:600}.why-copy p,.faq-copy p{color:#3f4350;line-height:1.7}.product-faq-section{grid-template-columns:.9fr 1.1fr}.faq-copy details{border-bottom:1px solid #cfcfcf;padding:1.25rem 0}.faq-copy summary{cursor:pointer;font-family:var(--heading-font-family);font-size:1.3rem;font-weight:800}.faq-help{position:absolute;left:2rem;right:2rem;bottom:2rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.2rem 1.4rem;border-radius:8px;background:#fff}.faq-help h3{margin:0 0 .35rem;font-family:var(--heading-font-family);font-weight:600}.faq-help p{margin:0}.faq-help a{flex:0 0 auto;padding:.95rem 1.35rem;border-radius:8px;background:var(--pp-button, #6b3a5f);color:#fff;text-transform:uppercase;font-weight:800}.sticky-product-bar{position:fixed;left:0;right:0;bottom:0;z-index:55;display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,320px) 120px 180px 180px;gap:1rem;align-items:center;padding:.8rem clamp(1rem,5vw,5rem);background:#fffffff5;border-top:1px solid #e5e1e5;box-shadow:0 -8px 28px #00000014}.sticky-product-mini{display:flex;gap:1rem;align-items:center}.sticky-product-mini img{width:58px;height:58px;object-fit:cover;background:var(--pp-panel, #fff3f3)}.product-alert{position:sticky;top:0;z-index:15;padding:.55rem 1rem;text-align:center;background:var(--product-bg, #fff3f6);border-bottom:1px solid var(--product-accent, #d793aa);color:var(--product-text, #9a2d55);font-family:var(--heading-font-family);font-size:.9rem}.product-shell{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(360px,.75fr);gap:0;align-items:start}.product-layout-gallery-right .product-gallery{order:2}.product-layout-gallery-right .product-panel{order:1}.product-layout-stacked .product-shell{grid-template-columns:1fr}.product-layout-stacked .product-panel{position:static;min-height:0;max-width:900px;margin:0 auto;width:100%}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;background:#f3e6e7}.product-gallery-one{grid-template-columns:1fr}.product-gallery-one .product-gallery__item{min-height:min(980px,72vw)}.product-gallery-style-stacked .product-gallery{grid-template-columns:1fr;gap:.75rem;padding:.75rem}.product-gallery-style-masonry .product-gallery{gap:.75rem;padding:.75rem}.product-gallery-style-masonry .product-gallery__item:nth-child(3n+2){min-height:clamp(460px,64vw,860px)}.product-gallery-style-scroll .product-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.product-gallery-style-scroll .product-gallery__item{flex:0 0 min(76vw,640px);scroll-snap-align:start}.product-gallery__item{position:relative;min-height:clamp(360px,58vw,760px);aspect-ratio:var(--product-media-aspect, 3 / 4);margin:0;overflow:hidden;border-radius:var(--product-media-radius, 0);border-right:1px solid rgba(154,45,85,.08);border-bottom:1px solid rgba(154,45,85,.08)}.product-gallery__item img,.product-video-tile img{width:100%;height:100%;object-fit:var(--product-media-fit, cover)}.product-placeholder{width:100%;height:100%;min-height:inherit;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.75) 0 8%,transparent 9%),linear-gradient(92deg,transparent 48%,rgba(39,17,20,.28) 49% 54%,transparent 55%),linear-gradient(150deg,#fff9f8 0 32%,#d7b6aa 33% 55%,#160f0d 56% 82%,#f0d9d4 83%)}.product-placeholder-2,.product-placeholder-6{background:linear-gradient(140deg,#c7a38f,#1b1110 50%,#f0dedb)}.product-placeholder-3,.product-placeholder-7{background:linear-gradient(155deg,#f7efef,#211 44%,#7e5060 45%,#f8e5e9)}.product-placeholder-4,.product-placeholder-8{background:linear-gradient(180deg,#211111,#211111 62%,#efe1e1 63%)}.product-video-tile{width:100%;height:100%;position:relative}.play-dot{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:46px;height:32px;display:grid;place-items:center;border-radius:3px;background:#000000c2;color:#fff;font-size:.65rem;text-transform:uppercase}.product-panel{min-height:calc(100vh - 96px);padding:clamp(2rem,4vw,4.5rem) clamp(1.25rem,4vw,4rem);background:var(--product-panel-bg, #fff3f6);color:var(--product-text, #9a2d55)}.product-panel.is-sticky{position:sticky;top:96px}.product-vendor{margin:0 0 .8rem;text-align:center;text-transform:uppercase;letter-spacing:.18em;font-size:.68rem}.product-panel h1{margin:0;text-align:center;font-family:var(--heading-font-family);font-size:var(--product-title-size, 34px);font-weight:600}.product-subtitle{max-width:420px;margin:.65rem auto .8rem;text-align:center;font-style:italic;font-family:var(--heading-font-family);line-height:1.45}.product-panel .price{display:block;margin:.75rem 0 1.35rem;text-align:center;color:var(--product-text, #9a2d55);font-weight:700}.product-subtitle,.product-panel .price,.variant-select,.variant-buttons,.product-quantity{font-size:var(--product-body-size, 14px)}.product-top-banner,.product-bottom-banner{min-height:260px;display:grid;align-items:center;padding:clamp(2rem,6vw,5rem);color:var(--product-banner-text, var(--product-text));background:linear-gradient(90deg,var(--product-banner-bg, #f7dfe6) 0 42%,transparent 78%),var(--product-banner-image, linear-gradient(135deg, #f7dfe6, #fff3f6));background-size:cover;background-position:var(--product-banner-position, center center)}.product-top-banner-small{min-height:180px}.product-top-banner-large{min-height:430px}.product-top-banner h2,.product-bottom-banner h2{max-width:680px;margin:0 0 .75rem;font-family:var(--heading-font-family);font-size:clamp(2rem,5vw,4.8rem);line-height:.95;font-weight:600}.product-top-banner p,.product-bottom-banner p{max-width:520px}.product-custom-html{max-width:1200px;margin:0 auto;padding:1rem;color:var(--product-text)}.product-custom-html-panel{margin:0 0 1.5rem;padding:1rem;border:1px solid var(--product-accent);background:var(--product-card-bg)}.product-form-luxe{gap:.85rem;margin-bottom:2rem}.variant-select{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.8rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.variant-select select{width:100%;border:1px solid var(--product-accent, #d793aa);background:var(--product-card-bg, #fff9fb);color:var(--product-text, #9a2d55);padding:.7rem}.size-pills{display:flex;justify-content:flex-end;gap:.4rem;flex-wrap:wrap}.size-pills span{min-width:30px;min-height:28px;display:inline-grid;place-items:center;border:1px solid var(--product-accent, #d793aa);color:var(--product-text, #9a2d55);background:var(--product-card-bg, #fff9fb);font-size:.68rem}.variant-buttons{display:grid;gap:.7rem;margin:0;padding:0;border:0}.variant-buttons legend,.product-quantity span{margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;font-size:.72rem}.variant-buttons label{cursor:pointer}.variant-buttons input{position:absolute;opacity:0}.variant-buttons span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;min-width:46px;padding:.6rem .8rem;border:1px solid var(--product-accent);background:var(--product-card-bg);color:var(--product-text)}.variant-buttons input:checked+span{background:var(--product-text);color:var(--product-panel-bg);border-color:var(--product-text)}.variant-buttons-pills{display:flex;flex-wrap:wrap}.variant-buttons-pills span{border-radius:999px}.variant-buttons-boxes{grid-template-columns:repeat(3,minmax(0,1fr))}.variant-buttons-minimal{display:flex;flex-wrap:wrap}.variant-buttons-minimal span{min-width:auto;border-width:0 0 1px;background:transparent;padding-inline:0}.variant-buttons .is-disabled{opacity:.45;cursor:not-allowed}.product-quantity{display:grid;gap:.35rem}.product-button-stack{position:relative;display:grid;gap:.75rem;overflow:hidden}.add-to-bag{width:100%;border:0;background:var(--product-button-bg, #9a2d55);color:var(--product-button-text, #fff);min-height:44px;border-radius:var(--product-button-radius, 0);text-transform:uppercase;letter-spacing:.1em;font-weight:700;font-size:.74rem;border:1px solid var(--product-button-border, var(--product-button-bg));transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.add-to-bag-outline{background:transparent;color:var(--product-button-bg, #9a2d55);border:1px solid var(--product-button-border, var(--product-button-bg))}.add-to-bag-soft{background:var(--product-card-bg, #fff9fb);color:var(--product-button-bg, #9a2d55)}.add-to-bag-glow{box-shadow:0 16px 36px #9a2d5547}.product-button-effect-lift .add-to-bag:hover{transform:translateY(-2px);box-shadow:0 14px 32px #00000029}.product-button-effect-shine:before{content:"";position:absolute;top:0;bottom:0;left:-40%;width:30%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-18deg)}.product-button-effect-shine:hover:before{animation:buttonShine .9s ease}.product-button-effect-pulse .add-to-bag:hover{animation:buttonPulse .9s ease infinite}.add-to-bag:disabled{opacity:.5}.product-copy{border-top:1px solid var(--product-accent, #e4a8bb);padding-top:1.3rem}.product-copy h2,.service-card h2{margin:0 0 .85rem;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.product-copy .rte,.product-notes,.service-card p{font-size:var(--product-body-size, 14px);line-height:1.65}.product-notes{display:grid;gap:.35rem;margin:1.4rem 0 2rem;padding:0;list-style:none}.product-notes li{border-bottom:1px solid var(--product-accent, #d793aa);padding-bottom:.45rem}.service-card{margin:1.4rem 0;padding:2rem;border:1px solid var(--product-accent, #d793aa);text-align:center;background:var(--product-card-bg, rgba(255,255,255,.28))}.service-card__kicker{margin:0 0 1rem;font-family:var(--heading-font-family);text-transform:uppercase;letter-spacing:.06em}.packaging-visual{width:min(260px,100%);height:170px;margin:0 auto 1.2rem;display:grid;place-items:center;color:#c99242;background:linear-gradient(160deg,transparent 42%,rgba(154,45,85,.12) 43% 58%,transparent 59%),linear-gradient(#ffe4e9,#fff7f8);border:1px solid rgba(154,45,85,.18);box-shadow:0 18px 35px #9a2d551f;font-family:var(--heading-font-family);font-size:2rem;letter-spacing:.16em}.packaging-card img{width:min(320px,100%);margin:0 auto 1.2rem;border:1px solid var(--product-accent, #d793aa)}.template-product .featured-products{background:#fff3f6;color:#9a2d55;padding-top:4rem}.template-product .featured-products .section-title{font-size:clamp(1.8rem,3vw,3rem);color:#9a2d55;text-transform:uppercase}.template-product .products-grid{gap:1px;background:#9a2d5524}.template-product .product-card{border:0;border-radius:0;color:#9a2d55}.template-product .product-card-content{background:var(--section-card-bg, #fff3f6);min-height:118px}.template-product .product-image{min-height:390px;border-radius:0}.template-product .footer{color:var(--footer-text, #9a2d55)}.template-product .footer a,.template-product .footer p{color:var(--footer-link, #9a2d55)}.template-product .newsletter input,.template-product .newsletter button{color:#9a2d55;border-color:#d793aa}@media(max-width:980px){.site-header{grid-template-columns:1fr;text-align:center}.nav{justify-content:center;flex-wrap:wrap}.hero,.hero-slide,.mosaic,.consultation,.footer{grid-template-columns:1fr}.hero{background-position:center}.hero-copy{background:#f4eee7c7}.collection-grid,.texture-grid,.article-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.product-shell{grid-template-columns:1fr}.product-panel,.product-panel.is-sticky{position:static;min-height:0}.product-gallery__item{min-height:520px}.cart-layout,.account-grid{grid-template-columns:1fr}.cart-summary{position:static}.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.perfume-product-main,.why-choose-product,.product-faq-section{grid-template-columns:1fr}.perfume-media-card{position:relative;top:auto;min-height:520px}.sticky-product-bar{grid-template-columns:1fr 1fr}.sticky-product-mini,.sticky-product-bar select{grid-column:1 / -1}}@media(max-width:620px){.announcement{flex-direction:column;gap:.2rem}.collection-grid,.texture-grid,.article-grid,.stylist-grid,.products-grid,.consult-form{grid-template-columns:1fr}.hero h1{font-size:3.2rem}.product-gallery{grid-template-columns:1fr}.product-gallery-style-scroll .product-gallery__item{flex-basis:88vw}.product-gallery__item{min-height:520px}.product-panel{padding:2rem 1rem}.variant-buttons-boxes{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-item{grid-template-columns:92px 1fr}.cart-item-actions{grid-column:1 / -1;justify-items:start}.customer-links{flex-direction:column}.luxury-search-field{grid-template-columns:auto 1fr;border-radius:22px}.luxury-search-field button{grid-column:1 / -1}.search-results-grid,.product-real-meta,.quantity-row{grid-template-columns:1fr}.faq-help{position:static;margin:1rem;flex-direction:column;align-items:stretch}.sticky-product-bar{grid-template-columns:1fr;max-height:55vh;overflow-y:auto}}@keyframes luxeFade{0%{opacity:0}to{opacity:1}}@keyframes luxeFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes luxeSlideLeft{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes luxeZoom{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes buttonShine{0%{left:-40%}to{left:120%}}@keyframes buttonPulse{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}.section-animate-fade>*,.section-animate-fade .tile,.section-animate-fade .texture-card,.section-animate-fade .product-card,.section-animate-fade .stylist-card{animation:luxeFade .85s ease both}.section-animate-fade-up>*,.section-animate-fade-up .tile,.section-animate-fade-up .texture-card,.section-animate-fade-up .product-card,.section-animate-fade-up .stylist-card{animation:luxeFadeUp .85s ease both}.section-animate-slide-left>*,.section-animate-slide-left .tile,.section-animate-slide-left .texture-card,.section-animate-slide-left .product-card,.section-animate-slide-left .stylist-card{animation:luxeSlideLeft .85s ease both}.before-after-section{padding:clamp(2.5rem,6vw,5rem) clamp(1rem,5vw,5rem);background:var(--ba-bg);color:var(--ba-text)}.before-after-copy{max-width:760px;margin:0 auto 2rem;text-align:center}.before-after-copy h2{margin:0 0 .8rem;font-family:var(--heading-font-family);font-size:clamp(2.4rem,6vw,5.5rem);line-height:.9;font-weight:600}.before-after-copy p{line-height:1.6}.before-after-slider{position:relative;max-width:1180px;aspect-ratio:16 / 9;margin:0 auto;overflow:hidden;border-radius:14px;background:#f7efe3;box-shadow:0 22px 70px #1c120824}.before-after-image{position:absolute;top:0;right:0;bottom:0;left:0}.before-after-image img{width:100%;height:100%;object-fit:cover}.before-after-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#fff;font-family:var(--heading-font-family);font-size:clamp(2.5rem,8vw,7rem);text-transform:uppercase;letter-spacing:.08em}.before-after-placeholder-before{background:linear-gradient(#1c120861,#1c120861),linear-gradient(135deg,#5d4630,#d8c1a5 52%,#1c1208)}.before-after-placeholder-after{background:linear-gradient(#1c12082e,#1c12082e),linear-gradient(135deg,#eadcc8,#b99b74 48%,#f7efe3);color:#1c1208}.before-after-image span{position:absolute;top:1rem;padding:.5rem .75rem;border-radius:999px;background:#ffffffdb;color:var(--ba-accent);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800}.before-after-image-before{width:var(--ba-current);z-index:2;overflow:hidden}.before-after-image-before span{left:1rem}.before-after-image-after span{right:1rem}.before-after-handle{position:absolute;top:0;bottom:0;left:var(--ba-current);z-index:3;width:3px;background:#fff;transform:translate(-50%);pointer-events:none}.before-after-handle span{position:absolute;top:50%;left:50%;width:52px;height:52px;display:grid;place-items:center;border:2px solid #fff;border-radius:999px;background:var(--ba-accent);transform:translate(-50%,-50%);box-shadow:0 12px 35px #00000038}.before-after-handle span:before{content:"< >";color:#fff;font-weight:800;letter-spacing:.08em}.before-after-range{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;width:100%;height:100%;opacity:0;cursor:ew-resize;appearance:none;-webkit-appearance:none;background:transparent}.before-after-range::-webkit-slider-thumb{-webkit-appearance:none;width:56px;height:56px}.before-after-range::-moz-range-thumb{width:56px;height:56px;border:0;background:transparent}.before-after-mode-fade .before-after-image-before{width:100%;opacity:var(--ba-opacity)}.before-after-mode-fade .before-after-handle{background:transparent}.before-after-mode-vertical .before-after-image-before{width:100%;height:var(--ba-current)}.before-after-mode-vertical .before-after-handle{top:var(--ba-current);left:0;right:0;bottom:auto;width:100%;height:3px;transform:translateY(-50%)}.before-after-mode-vertical .before-after-handle span{top:50%;left:50%}.before-after-mode-spotlight .before-after-image-before{width:100%;clip-path:circle(18% at var(--ba-current) 50%)}.before-after-mode-spotlight .before-after-handle{background:transparent}.before-after-mode-spotlight .before-after-handle span{width:72px;height:72px}.before-after-mode-stacked .before-after-slider{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;overflow:visible;background:transparent;box-shadow:none}.before-after-mode-stacked .before-after-image{position:relative;min-height:420px;border-radius:14px;overflow:hidden;background:#f7efe3}.before-after-mode-stacked .before-after-image-before{width:auto}.before-after-mode-stacked .before-after-handle,.before-after-mode-stacked .before-after-range{display:none}.cart-page,.customer-page,.template-product .featured-products{background:var(--canvas);color:var(--ink)}.customer-card,.cart-summary,.cart-item,.search-card,.template-product .product-card-content{background:#f7efe3;border-color:var(--champagne)}.template-product .featured-products .section-title,.template-product .product-card,.template-product .footer,.template-product .footer a,.template-product .footer p,.template-product .newsletter input,.template-product .newsletter button{color:var(--ink)}.products-grid{gap:clamp(1rem,2vw,1.6rem)}.luxe-product-card,.template-product .luxe-product-card,.product-card.luxe-product-card{border:0;border-radius:0;overflow:visible;background:transparent;color:var(--section-text, var(--ink))}.luxe-product-media{position:relative;min-height:0;aspect-ratio:1 / 1.34;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#f3f1ef}.luxe-product-media img{width:88%;height:88%;object-fit:contain;transition:transform .45s ease}.luxe-product-card:hover .luxe-product-media img{transform:scale(1.035)}.product-card-placeholder{width:68%;height:72%;border-radius:999px 999px 28px 28px;background:linear-gradient(180deg,#1c1208 0 18%,#d8c1a5 19% 72%,#f7efe3 73%)}.quick-view-button{position:absolute;left:50%;bottom:1rem;display:inline-flex;align-items:center;gap:.45rem;min-height:38px;padding:.65rem 1rem;border-radius:4px;background:#ffffffeb;color:var(--ink);text-transform:uppercase;letter-spacing:.08em;font-family:var(--button-font-family);font-size:.72rem;font-weight:800;transform:translate(-50%);box-shadow:0 12px 26px #1c12081a;white-space:nowrap}.quick-view-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.product-badge{position:absolute;top:1rem;right:1rem;z-index:2;padding:.35rem .65rem;border-radius:999px;background:var(--ink);color:var(--canvas);font-size:.7rem;font-weight:800;text-transform:uppercase}.luxe-product-info,.template-product .luxe-product-info,.product-card-content.luxe-product-info{min-height:0;padding:1rem 0 0;background:transparent}.product-vendor-label{margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:#1c1208c2}.luxe-product-info h3{margin:0 0 .45rem;font-family:var(--body-font-family);font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.15;font-weight:800}.luxe-product-info .price{display:block;margin:0;color:var(--ink);font-size:1.15rem;font-weight:900}.luxe-product-info .price s,.luxe-product-info .price .compare{color:#1c120873}.template-product .product-image{min-height:0}.search-card{border:0;background:transparent}.search-card-image{aspect-ratio:1 / 1.34;min-height:0;display:grid;place-items:center;border-radius:8px;background:#f3f1ef;overflow:hidden}.search-card-image img{width:88%;height:88%;object-fit:contain}.search-card-content{padding:1rem 0 0}.search-card-content h3{font-family:var(--body-font-family);font-weight:800}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
