:root{--text: #2a3030;--text-light: #7a8282;--bg: #faf7f2;--bg-soft: #f3efe8;--bg-card: #fffdf9;--line: #ddd5c8;--line-soft: rgba(42, 48, 48, .08);--accent: #7a3048;--accent-soft: rgba(122, 48, 72, .12);--gold: #b8956b;--sale: #a83232;--sans: "Tenor Sans", "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--serif: "Cinzel", Georgia, serif;--display: "Cinzel", Georgia, serif;--font-heading: "Cinzel", Georgia, serif;--font-body: "Tenor Sans", sans-serif;--header-h: 4rem;--ease: cubic-bezier(.22, .75, .18, 1);--gutter: clamp(1rem, 4vw, 2.5rem);--max: 1360px;--shadow: 0 8px 32px rgba(42, 48, 48, .06);--shadow-hover: 0 16px 40px rgba(42, 48, 48, .1);--hero-h: clamp(11rem, 34vw, 18.5rem);--glass: rgba(255, 253, 249, .72)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;height:auto!important;min-height:100%!important}html,body{margin:0;min-width:320px;overflow-x:clip!important;overflow-y:visible!important}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:14px;line-height:1.55;height:auto!important;min-height:100%!important;display:block!important}.page-wrapper{height:auto!important;min-height:100%!important;overflow:visible!important;display:block!important}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:none;border:0;padding:0}ul,ol{margin:0;padding:0;list-style:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wrap{width:min(var(--max),100%);margin:0 auto;padding-inline:var(--gutter)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.is-visible{opacity:1;transform:translateY(0)}.promo{min-height:2.1rem;padding:.4rem 0;overflow:hidden;background:var(--text);color:#ffffffbf;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.promo-marquee{display:inline-block;white-space:nowrap;animation:promo-scroll 22s linear infinite}.promo a{color:#fff;text-decoration:underline}@keyframes promo-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:50;background:var(--glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line-soft)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;min-height:var(--header-h);padding-block:.55rem}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:2.5rem;height:2.5rem;padding:0}.menu-toggle span{display:block;width:1.2rem;height:2px;margin:0;background:var(--text);transition:transform .3s,opacity .3s}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand img,.header-logo-img{width:clamp(4.2rem,10vw,5.2rem);max-height:42px;height:auto;object-fit:contain}.header-search{display:none;align-items:center;gap:.5rem;max-width:28rem;width:100%;margin-inline:auto;padding:.35rem .35rem .35rem 1rem;border:1px solid var(--line);border-radius:999px;background:var(--bg-card)}.header-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.header-search button:not(.search-submit-btn){display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--text);color:#fff}.header-actions{display:flex;align-items:center}.icon-btn{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:50%}.icon-btn:hover{background:var(--accent-soft);color:var(--accent)}.desktop-nav{display:none;border-top:1px solid var(--line-soft)}.nav-list{display:flex;justify-content:center;flex-wrap:wrap;gap:0 2rem;padding:.75rem var(--gutter)}.nav-item{position:relative}.nav-link{display:inline-flex;align-items:center;gap:.3rem;font-size:10px;letter-spacing:.16em;text-transform:uppercase;position:relative}.nav-link:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background:var(--accent);transform:scaleX(0);transition:transform .35s}.nav-item:hover>.nav-link:after{transform:scaleX(1)}.chev{font-size:7px;opacity:.45}.dropdown{position:absolute;left:50%;top:calc(100% + .6rem);transform:translate(-50%) translateY(8px);min-width:210px;padding:.65rem 0;background:var(--bg-card);border:1px solid var(--line-soft);box-shadow:var(--shadow-hover);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s,transform .25s,visibility .25s}.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.dropdown a{display:block;padding:.45rem 1.15rem;font-size:12px;color:var(--text-light)}.dropdown a:hover{background:var(--bg-soft);color:var(--text)}.dropdown .featured{margin-top:.45rem;padding:.55rem 1.15rem .3rem;border-top:1px solid var(--line-soft);font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-light)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100001}.search-overlay[hidden]{display:none}.search-overlay-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a303073}.search-overlay-panel{position:relative;margin:0;padding:12px 52px 14px 16px;background:var(--bg-card);border-bottom:1px solid var(--line-soft);box-shadow:0 12px 40px #2a30301f}.search-overlay-form{display:flex;align-items:center;gap:8px;position:relative;flex-wrap:wrap;padding:4px 6px 4px 12px;background:#f7f5f0;border:1px solid #e4dfd6;border-radius:999px;transition:border-color .2s,background .2s,box-shadow .2s}.search-overlay-form:focus-within{background:#fff;border-color:#111;box-shadow:0 4px 16px #0000000f}.search-overlay-form .search-input-wrap{flex:1;min-width:0;display:flex;align-items:center;gap:8px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.search-overlay-form .search-input-wrap:focus-within{background:transparent;border-color:transparent;box-shadow:none}.search-overlay-form input{flex:1;min-width:0;min-height:2.5rem;padding:0;border:0;background:transparent;font:inherit;-webkit-appearance:none;appearance:none;outline:none;box-shadow:none}.search-overlay-form input:focus,.search-overlay-form input:focus-visible{outline:none!important;box-shadow:none!important;border:0!important}.search-overlay-form .search-submit-btn{flex-shrink:0}.search-close{position:absolute;top:.65rem;right:.65rem;width:2rem;height:2rem}.mobile-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:99999!important;visibility:hidden!important;pointer-events:none!important;transition:visibility .3s ease!important}.mobile-drawer.open{visibility:visible!important;pointer-events:auto!important}.drawer-backdrop{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#1418188c!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;opacity:0!important;transition:opacity .3s ease!important}.mobile-drawer.open .drawer-backdrop{opacity:1!important}.drawer-panel{position:absolute!important;top:0!important;left:0!important;bottom:0!important;width:min(84vw,340px)!important;height:100%!important;background:#fff!important;box-shadow:8px 0 32px #00000026!important;transform:translate(-100%)!important;transition:transform .32s cubic-bezier(.22,.75,.18,1)!important;overflow-y:auto!important;padding:0!important;display:flex!important;flex-direction:column!important;z-index:2!important}.mobile-drawer.open .drawer-panel{transform:translate(0)!important}.drawer-header-bar{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:16px 20px!important;border-bottom:1px solid #eee9e0!important;background:#faf8f5!important}.drawer-brand-wrap{display:flex!important;align-items:center!important}.drawer-logo-img{width:86px!important;max-height:32px!important;height:auto!important;object-fit:contain!important}.drawer-close-btn{display:grid!important;place-items:center!important;width:32px!important;height:32px!important;border-radius:50%!important;background:#fff!important;border:1px solid #e0dbd1!important;color:#222!important;font-size:22px!important;line-height:1!important;cursor:pointer!important;transition:background .2s,color .2s!important}.drawer-close-btn:hover{background:var(--text, #2a3030)!important;color:#fff!important}.drawer-search{display:flex!important;align-items:center!important;position:relative!important;overflow:visible!important;flex-wrap:wrap!important;margin:14px 16px 8px!important;padding:4px 6px 4px 12px!important;background:#f7f5f0!important;border:1px solid #e4dfd6!important;border-radius:999px!important;gap:8px!important;z-index:3!important}.drawer-search-icon{color:#777!important;flex-shrink:0!important}.drawer-search input{flex:1!important;min-width:0!important;border:none!important;background:transparent!important;padding:6px 0!important;font-family:var(--sans)!important;font-size:16px!important;color:#222!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none!important;appearance:none!important}.drawer-search input:focus,.drawer-search input:focus-visible{outline:none!important;box-shadow:none!important;border:0!important}.drawer-search-clear{flex-shrink:0!important;width:1.35rem!important;height:1.35rem!important;padding:0!important;font-size:1.1rem!important;line-height:1!important;color:#777!important}.drawer-search .drawer-predictive-dropdown{left:-4px!important;right:-4px!important;width:calc(100% + 8px)!important;border-radius:12px!important;max-height:min(50vh,360px)!important}.drawer-search-submit{background:var(--text, #2a3030)!important;color:#fff!important;border-radius:999px!important;padding:5px 12px!important;font-size:11px!important;font-weight:600!important;letter-spacing:.05em!important;text-transform:uppercase!important;border:none!important;cursor:pointer!important}.drawer-nav{padding:8px 16px 32px!important;display:flex!important;flex-direction:column!important}.drawer-link{display:block!important;padding:13px 4px!important;font-size:12px!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#2a3030!important;border-bottom:1px solid #f2eee8!important;text-decoration:none!important;transition:color .2s,transform .2s!important}.drawer-link:hover{color:var(--accent, #7a3048)!important;transform:translate(4px)}.drawer-link-lead{color:#111!important;font-weight:700!important}.drawer-link-deal{color:#a83232!important;font-weight:700!important}.drawer-section{border-bottom:1px solid #f2eee8!important}.drawer-trigger{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:13px 4px!important;font-size:12px!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#2a3030!important;background:transparent!important;border:none!important;cursor:pointer!important;text-align:left!important}.drawer-trigger-icon{font-size:16px!important;line-height:1!important;display:inline-block!important;transition:transform .25s ease!important;color:#7a8282!important}.drawer-trigger[aria-expanded=true] .drawer-trigger-icon{transform:rotate(45deg)!important;color:var(--accent, #7a3048)!important}.drawer-sub{display:none!important;padding:4px 0 10px 14px!important;background:#faf8f5!important;border-radius:8px!important;margin-bottom:8px!important}.drawer-sub.open{display:block!important}.drawer-sub a{display:block!important;padding:8px 6px!important;font-size:13px!important;color:#555!important;text-decoration:none!important;transition:color .15s!important}.drawer-sub a:hover{color:var(--accent, #7a3048)!important}.hero--compact{padding:.85rem 0 0}.hero-shell{position:relative}.hero-track{display:flex!important;flex-flow:row nowrap!important;width:100%!important;gap:0!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none;border-radius:.35rem}.hero-track::-webkit-scrollbar{display:none}.hero-slide{flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;scroll-snap-align:start!important;position:relative;overflow:hidden;border-radius:.35rem;min-height:var(--hero-h)}.hero-crop{position:absolute;top:0;right:0;bottom:0;left:0}.hero-crop img{width:100%;height:100%;object-fit:cover;object-position:center 28%;transition:transform 8s var(--ease)}.hero-slide:hover .hero-crop img{transform:scale(1.08)}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,rgba(42,48,48,.72) 0%,rgba(42,48,48,.2) 55%,transparent 100%)}.hero-caption{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:var(--hero-h);padding:1.25rem;color:#fff;max-width:22rem}.hero-tag{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#ffffffb3;margin:0 0 .45rem}.hero-caption h2{font-family:var(--serif);font-size:clamp(1.5rem,4.5vw,2.15rem);font-weight:400;line-height:1.08;margin:0 0 .45rem}.hero-caption p{margin:0 0 .85rem;font-size:12px;color:#ffffffd1}.hero-note{margin:.65rem 0 0;font-size:10px;color:var(--text-light);text-align:center}.hero-dots{display:flex;justify-content:center;gap:.45rem;margin-top:.65rem}.hero-dot{width:6px;height:6px;border-radius:50%;border:1px solid var(--text-light);background:transparent}.hero-dot.active{background:var(--accent);border-color:var(--accent);transform:scale(1.2)}.quick-strip{display:flex;gap:.5rem;overflow-x:auto;padding-block:1rem;scrollbar-width:none}.quick-strip a{flex:0 0 auto;padding:.55rem 1rem;border:1px solid var(--line);border-radius:999px;background:var(--bg-card);font-size:11px}.quick-strip a:hover{background:var(--text);color:#fff;border-color:var(--text)}.section{padding-block:clamp(2.5rem,8vw,4.5rem)}.section--tint{background:var(--bg-soft)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:clamp(1.5rem,4vw,2.25rem)}.section-title{font-family:var(--serif);font-size:clamp(1.75rem,5vw,2.65rem);font-weight:400;line-height:1.08;margin:0}.section-title em{font-style:normal;color:var(--accent)}.mrbr-category-section .section-title em{color:#803347;text-shadow:0 1px 10px rgba(128,51,71,.2)}.section-link{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);border-bottom:1px solid currentColor}.eyebrow{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.cat-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(40vw,1fr);gap:.65rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.cat-scroll::-webkit-scrollbar{display:none}.cat-card{scroll-snap-align:start;position:relative;overflow:hidden;aspect-ratio:3/4;border-radius:.25rem;box-shadow:var(--shadow)}.cat-card img{width:100%;height:100%;object-fit:cover;transition:transform .75s}.cat-card:hover img{transform:scale(1.06)}.cat-card-overlay{position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,#171210c2);pointer-events:none}.cat-card span{position:absolute;left:.75rem;bottom:.75rem;z-index:1;max-width:calc(100% - 1.5rem);padding:.48rem .62rem;border:1px solid rgba(255,255,255,.5);border-radius:.25rem;background:#1c1512b3;box-shadow:0 2px 10px #00000047;color:#fff;font-size:10px;font-weight:600;letter-spacing:.14em;line-height:1.25;text-shadow:0 1px 2px rgba(0,0,0,.55);text-transform:uppercase}.brand-marquee{overflow:hidden;padding-block:1.25rem;border-block:1px solid var(--line-soft);background:var(--bg-soft)}.brand-marquee:hover .brand-marquee-track{animation-play-state:paused}.brand-marquee-track{display:flex;gap:.75rem;width:max-content;animation:brand-scroll 28s linear infinite}.brand-pill{flex:0 0 auto;display:inline-flex;align-items:center;padding:.75rem 1.4rem;border:1px solid var(--line);border-radius:999px;background:var(--bg-card);font-family:var(--serif);font-size:1.05rem;font-style:normal;color:var(--text);white-space:nowrap;text-decoration:none;cursor:pointer;transition:all .25s ease}.brand-pill:hover{background:var(--text);color:#fff;border-color:var(--text);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}@keyframes brand-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-grid,.mrbr-section .product-grid,.section .product-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1.5rem 1rem!important}.product-card{display:block;transition:transform .35s}.product-card:hover{transform:translateY(-3px)}.product-media{position:relative;aspect-ratio:3/4;overflow:hidden;margin-bottom:.65rem;border-radius:.35rem;background:#fff;box-shadow:0 2px 10px #00000008}.product-media img{width:100%;height:100%;object-fit:contain;padding:.5rem;transition:transform .5s ease,opacity .3s ease}.product-media .product-media-second{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.product-card:hover .product-media .product-media-primary{opacity:0}.product-card:hover .product-media .product-media-second{opacity:1;transform:scale(1.04)}.product-card:hover .product-media img:only-child{transform:scale(1.04)}.badge{position:absolute;top:.55rem;left:.55rem;padding:.25rem .6rem;background:var(--text);color:#fff;font-size:9px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:4px;z-index:2}.badge.sale{background:#8e2a3e;color:#fff}.product-brand{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.2rem}.product-name{font-size:15px;font-weight:500;line-height:1.35;letter-spacing:-.01em;color:#1a1d1d;margin-bottom:.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:768px){.product-name{font-size:16px}}.product-price{font-size:13px;font-weight:500}.product-price s{color:var(--text-light);margin-right:.35rem;font-weight:300}.editorial{display:grid;background:var(--bg-soft)}.editorial-visual{position:relative;min-height:18rem;overflow:hidden}.editorial-visual img{width:100%;height:100%;min-height:18rem;object-fit:cover;object-position:center 35%}.editorial-glass{position:absolute;left:1rem;bottom:1rem;max-width:16rem;padding:1rem;background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.35)}.editorial-glass h2{font-family:var(--serif);font-size:clamp(1.65rem,4vw,2.25rem);font-weight:400;line-height:1.1;margin:0}.editorial-glass em{font-style:normal;color:var(--accent)}.editorial-copy{padding:clamp(1.75rem,5vw,3rem) var(--gutter)}.editorial-copy p{color:var(--text-light);max-width:30rem;margin:0 0 1.25rem}.btn-row{display:flex;flex-wrap:wrap;gap:.55rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:0 1.35rem;border:1px solid var(--text);background:var(--text);color:#fff;font-size:10px;letter-spacing:.14em;text-transform:uppercase;border-radius:999px}.btn:hover{background:var(--accent);border-color:var(--accent)}.btn--light{background:#ffffff26;border-color:#ffffff80}.btn--light:hover{background:#fff;color:var(--text)}.btn.outline{background:transparent;color:var(--text)}.btn.outline:hover{background:var(--text);color:#fff}.trust{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line-soft)}.trust-item{padding:1.35rem .85rem;text-align:center;border-bottom:1px solid var(--line-soft);background:var(--bg-card)}.trust-item:nth-child(odd){border-right:1px solid var(--line-soft)}.trust-item strong{display:block;font-size:9px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.35rem;color:var(--accent)}.trust-item span{font-size:12px;color:var(--text-light)}.site-footer{background:var(--text);color:#f2ece4;padding:2.5rem 0 1.25rem}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem 1rem;margin-bottom:1.75rem}.footer-col h3{font-size:9px;letter-spacing:.16em;text-transform:uppercase;margin:0 0 .75rem;color:#ffffff73}.footer-col a{display:block;padding:.25rem 0;font-size:12px;color:#ffffffc7}.footer-blurb{font-size:12px;line-height:1.55;color:#fff9;max-width:16rem}.footer-bottom{padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);font-size:11px;color:#fff6;text-align:center}.footer-logo{width:6rem;filter:brightness(0) invert(1);margin-bottom:.85rem}.breadcrumb{padding:.85rem 0;font-size:11px;color:var(--text-light);border-bottom:1px solid var(--line-soft)}.collection-hero{padding:1.75rem 0 1rem}.collection-hero h1{font-family:var(--serif);font-size:clamp(1.85rem,5vw,2.75rem);font-weight:400;margin:0 0 .55rem}.collection-search{display:flex;gap:.5rem;padding-block:1rem}.collection-search input{flex:1;min-height:2.65rem;padding:0 1rem;border:1px solid var(--line);border-radius:999px;font:inherit}.collection-search button{min-height:2.65rem;padding:0 1.25rem;border-radius:999px;background:var(--text);color:#fff;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.filter-bar{display:flex;gap:.45rem;overflow-x:auto;padding:.75rem 0 1rem;border-bottom:1px solid var(--line-soft);scrollbar-width:none}.filter-pill{flex:0 0 auto;padding:.5rem .95rem;border:1px solid var(--line);border-radius:999px;background:var(--bg-card);font-size:11px}.filter-pill.active,.filter-pill:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.collection-layout{padding-block:1.5rem}.load-more{display:grid;place-items:center;padding:2rem 0}.pdp{padding-block:.75rem 3rem}.pdp-grid{display:grid;gap:1.5rem}.gallery-main{aspect-ratio:1;overflow:hidden;border-radius:.25rem;background:var(--bg-card);box-shadow:var(--shadow)}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:4rem;gap:.45rem;overflow-x:auto;margin-top:.55rem;scrollbar-width:none}.thumb{aspect-ratio:1;border:1px solid var(--line-soft);overflow:hidden;opacity:.45}.thumb.active,.thumb:hover{opacity:1;border-color:var(--accent)}.thumb img{width:100%;height:100%;object-fit:cover}.pdp-info h1{font-family:var(--serif);font-size:clamp(1.5rem,4vw,2rem);font-weight:400;margin:.35rem 0 .75rem}.pdp-vendor{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.pdp-price{font-size:1.1rem;font-weight:500}.pdp-save{font-size:12px;color:var(--sale);margin-bottom:1.15rem}.pdp-actions{display:grid;gap:.55rem;margin-bottom:1.25rem}.pdp-note{font-size:13px;color:var(--text-light)}.accordion{border-top:1px solid var(--line-soft)}.acc-trigger{display:flex;justify-content:space-between;width:100%;padding:1rem 0;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.acc-panel{display:none;padding-bottom:1rem;color:var(--text-light);font-size:13px}.acc-panel.open{display:block}@media(min-width:768px){.menu-toggle{display:none}.header-search{display:flex}.search-mobile{display:none}.desktop-nav{display:block}.cat-scroll{grid-auto-flow:row;grid-template-columns:repeat(3,1fr);overflow:visible}.product-grid,.mrbr-section .product-grid,.section .product-grid{grid-template-columns:repeat(3,1fr)!important;gap:2rem 1.25rem!important}.editorial{grid-template-columns:1.1fr .9fr}.trust{grid-template-columns:repeat(4,1fr)}.trust-item{border-bottom:0}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}.pdp-grid{grid-template-columns:1.05fr .95fr;gap:3rem}}@media(min-width:1024px){:root{--hero-h: clamp(12rem, 28vh, 17rem)}.cat-scroll{grid-template-columns:repeat(6,1fr)}.product-grid,.mrbr-section .product-grid,.section .product-grid{grid-template-columns:repeat(3,1fr)!important;gap:2rem 1.35rem!important}}.promo-top-bar{background:#151717;color:#cfd4d4;font-size:11px;letter-spacing:.08em;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.08)}.promo-top-inner{display:flex;justify-content:space-between;align-items:center;gap:16px}.promo-left{display:flex;align-items:center;gap:8px;font-weight:400}.promo-sep{opacity:.35;font-size:8px}.promo-right{display:flex;align-items:center}.promo-wa-link{display:inline-flex;align-items:center;gap:6px;color:#25d366;font-weight:500;text-decoration:none;transition:opacity .2s}.promo-wa-link:hover{opacity:.85}@media(max-width:767px){.promo-top-inner{justify-content:center}.promo-left{display:none}}.aza-header{background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #ece8e1;position:sticky;top:0;z-index:100}.currency-badge,.action-store,.action-label{display:none!important}.aza-search{display:flex!important;align-items:center;max-width:480px;width:100%;margin:0 auto;position:relative;background:#f7f5f0;border:1px solid #e4dfd6;border-radius:999px;padding:4px 6px 4px 14px;transition:border-color .2s,background .2s,box-shadow .2s}.aza-search:focus-within{background:#fff;border-color:#111;box-shadow:0 4px 16px #0000000f}.search-input-wrap{display:flex;align-items:center;flex:1;gap:8px;min-width:0}.search-icon{color:#777;flex-shrink:0}.aza-search input{border:0;background:transparent;outline:0;font-size:13px;color:#111;width:100%}.search-submit-btn{background:#151717;color:#fff;border:0;border-radius:999px!important;width:auto!important;height:auto!important;min-height:2.1rem;padding:6px 18px!important;font-size:12px;font-weight:500;letter-spacing:.04em;white-space:nowrap!important;flex-shrink:0!important;cursor:pointer;transition:background .2s,transform .15s}.search-submit-btn:hover{background:#333;transform:scale(1.02)}.aza-actions{display:flex;align-items:center;gap:12px}.action-item{display:inline-flex;align-items:center;gap:6px;color:#222;text-decoration:none;position:relative;padding:6px;border-radius:6px;transition:color .2s,background .2s}.action-item:hover{color:#000;background:#0000000a}.action-label{font-size:12px;font-weight:500;letter-spacing:.02em}.cart-badge{position:absolute;top:0;right:0;background:#b8956b;color:#fff;font-size:10px;font-weight:600;width:16px;height:16px;border-radius:50%;display:grid;place-items:center}.wa-action-btn{color:#25d366}.search-mobile-btn{display:none}@media(max-width:900px){.header-inner{display:flex!important;justify-content:space-between!important;align-items:center!important;position:relative!important;min-height:3.4rem!important;padding-inline:16px!important;padding-block:.35rem!important}.header-left{display:flex!important;align-items:center!important;flex:0 0 auto!important;width:auto!important}.brand{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:5!important;display:flex!important;align-items:center!important;justify-content:center!important}.brand img,.header-logo-img{width:64px!important;max-height:28px!important;height:auto!important;object-fit:contain!important}.header-actions{display:flex!important;align-items:center!important;gap:4px!important;margin-left:auto!important;flex:0 0 auto!important;z-index:6!important}.header-actions .icon-btn,.header-actions .action-item{width:32px!important;height:32px!important;padding:4px!important;display:grid!important;place-items:center!important}.header-actions .icon-btn svg,.header-actions .action-item svg{width:18px!important;height:18px!important}.aza-actions .wa-action-btn,.aza-search{display:none!important}.search-mobile-btn{display:grid!important}}.aza-nav{border-top:1px solid #f0ece5;background:#fff}.aza-nav .nav-list{display:flex;justify-content:center;align-items:center;gap:22px;padding:0;margin:0 auto;list-style:none}.aza-nav .nav-item{position:relative}.aza-nav .nav-link{display:block;padding:10px 4px;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#333;text-decoration:none;transition:color .2s}.aza-nav .nav-link:hover{color:#000}.nav-link-highlight{color:#b04444!important;font-weight:600!important}.nav-link-wa{color:#128c7e!important;font-weight:600!important}.mega-dropdown{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid #e8e4dc;border-radius:8px;box-shadow:0 16px 40px #00000014;padding:24px;min-width:480px;z-index:150;grid-template-columns:1fr 1fr;gap:24px}.has-dropdown:hover .mega-dropdown{display:grid}.dropdown-col{display:flex;flex-direction:column;gap:8px}.dropdown-heading{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#999;font-weight:600;margin-bottom:4px}.dropdown-col a{font-size:13px;color:#333;text-decoration:none;transition:color .2s,transform .2s}.dropdown-col a:hover{color:#b8956b;transform:translate(3px)}.featured-dropdown-card{background:#faf7f2;border-radius:6px;padding:14px}.dropdown-promo strong{display:block;font-size:13px;color:#111;margin-bottom:2px}.dropdown-promo span{display:block;font-size:12px;color:#777;line-height:1.4}.hero-slider-container{position:relative;width:100%;overflow:hidden;border-radius:12px}.hero-track{display:flex!important;flex-flow:row nowrap!important;width:100%!important;gap:0!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;border-radius:12px!important;scroll-behavior:smooth;margin:0!important;padding:0!important}.hero-slide{flex:0 0 100%!important;min-width:100%!important;max-width:100%!important;width:100%!important;margin:0!important;padding:0!important;scroll-snap-align:start!important;scroll-snap-stop:always!important;position:relative!important;border-radius:12px!important;overflow:hidden!important;min-height:var(--hero-h, 420px)!important}.hero-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000001f;display:grid;place-items:center;color:#111;cursor:pointer;transition:background .2s,transform .2s}.hero-nav-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.hero-nav-prev{left:14px}.hero-nav-next{right:14px}.hero-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:14px}.hero-dot{width:8px;height:8px;border-radius:999px;background:#d8d4cb;border:0;padding:0;cursor:pointer;transition:all .3s cubic-bezier(.22,.75,.18,1)}.hero-dot.active{width:28px;background:#111}@media(max-width:767px){.hero-nav-arrow{display:none}.hero-slide{border-radius:8px}}.curated-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px}.curated-card{position:relative;border-radius:8px;overflow:hidden;background:#faf8f5;box-shadow:0 4px 20px #0000000a;transition:transform .4s var(--ease),box-shadow .4s var(--ease)}.curated-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.curated-media{display:block;position:relative;aspect-ratio:4 / 5;overflow:hidden;text-decoration:none;color:#fff}.curated-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.curated-card:hover .curated-media img{transform:scale(1.05)}.curated-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 40%,#111111d9)}.curated-content{position:absolute;bottom:0;left:0;right:0;padding:24px;z-index:2}.curated-tag{display:inline-block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#e5cfb3;margin-bottom:6px}.curated-content h3{font-family:var(--serif);font-size:22px;font-weight:500;line-height:1.25;margin:0 0 6px;color:#fff}.curated-content p{font-size:13px;color:#fffc;margin:0 0 12px;line-height:1.4}.curated-cta{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:2px}@media(max-width:900px){.curated-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.curated-grid{grid-template-columns:1fr}}.concierge-box{background:#faf8f5;border:1px solid #eae5dc;border-radius:12px;padding:36px clamp(20px,4vw,44px);display:grid;grid-template-columns:1.4fr 1fr;gap:36px;align-items:center}.concierge-copy h2{font-family:var(--serif);font-size:clamp(22px,3vw,28px);font-weight:400;color:#111;margin:8px 0 12px;line-height:1.3}.concierge-copy p{font-size:14px;color:#666;line-height:1.6;margin-bottom:20px}.concierge-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.btn-wa-concierge{display:inline-flex;align-items:center;gap:8px;background:#128c7e;color:#fff;padding:12px 22px;border-radius:999px;font-weight:500;font-size:14px;text-decoration:none;transition:background .2s}.btn-wa-concierge:hover{background:#075e54}.concierge-hours{font-size:12px;color:#888}.concierge-badges{display:flex;flex-direction:column;gap:16px;border-left:1px solid #e8e3d8;padding-left:36px}.c-badge-item strong{display:block;font-size:14px;color:#111;margin-bottom:3px}.c-badge-item span{display:block;font-size:12px;color:#777;line-height:1.4}@media(max-width:800px){.concierge-box{grid-template-columns:1fr}.concierge-badges{border-left:0;border-top:1px solid #e8e3d8;padding-left:0;padding-top:24px}}.expanded-luxury-footer{background:#121414;color:#dfd9d0;padding-top:clamp(3.5rem,7vw,5.5rem);padding-bottom:2.5rem;border-top:1px solid rgba(255,255,255,.08)}.footer-top-brand{display:flex;justify-content:space-between;align-items:flex-start;gap:2.5rem;padding-bottom:2.75rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:3.5rem;flex-wrap:wrap}.footer-brand-lockup{max-width:36rem}.footer-logo{height:52px;width:auto;object-fit:contain;margin-bottom:1.25rem;filter:brightness(1.15)}.footer-blurb{font-size:14px;line-height:1.65;color:#a8a29b;margin:0}.footer-concierge-badge{display:flex;align-items:center}.footer-wa-cta{display:inline-flex;align-items:center;gap:1rem;background:#25d3661a;border:1px solid rgba(37,211,102,.3);padding:1rem 1.4rem;border-radius:10px;color:#fff;text-decoration:none;transition:background .2s,border-color .2s,transform .2s}.footer-wa-cta:hover{background:#25d3662e;border-color:#25d36680;transform:translateY(-2px)}.footer-wa-cta svg{color:#25d366;flex-shrink:0}.footer-wa-cta strong{display:block;font-size:14px;font-weight:600;color:#fff;margin-bottom:2px}.footer-wa-cta span{display:block;font-size:12px;color:#a8a29b}.luxury-footer-grid{display:grid;grid-template-columns:1.45fr repeat(2,1fr) 1.15fr;gap:2rem 1.75rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-col h3{font-family:var(--serif);font-size:16px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#f7f3ee;margin:0 0 .85rem}.footer-col a{display:block;font-size:13px;color:#a8a29b;line-height:1.5;margin-bottom:.45rem;text-decoration:none;transition:color .2s,transform .2s}.footer-col a:hover{color:#fff;transform:translate(3px)}.footer-col-boutique{font-size:13px;color:#a8a29b;line-height:1.6}.boutique-address,.boutique-timing,.boutique-phone{margin:0 0 .85rem}.boutique-timing strong,.boutique-phone strong{color:#e5dfd7}.boutique-note{margin-top:1.25rem;font-style:normal;font-size:12px;color:#8c867f;border-top:1px dashed rgba(255,255,255,.1);padding-top:.85rem}.luxury-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2rem;font-size:12px;color:#7d7871;flex-wrap:wrap}.footer-bottom-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-bottom-links a{color:#8c867f;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#fff}@media(max-width:1024px){.luxury-footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.expanded-luxury-footer{padding-top:2rem!important;padding-bottom:1.5rem!important}.footer-top-brand{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:1rem!important;margin-bottom:1.75rem!important;padding-bottom:1.5rem!important}.footer-brand-lockup{margin:0 auto!important;text-align:center!important;max-width:26rem!important}.footer-logo{margin:0 auto .65rem!important;display:block!important;height:40px!important}.footer-blurb{text-align:center!important;font-size:12px!important;line-height:1.5!important;color:#a8a29b!important;margin:0 auto!important}.footer-concierge-badge{display:flex!important;justify-content:center!important;width:100%!important}.footer-wa-cta{max-width:22rem!important;width:100%!important;justify-content:center!important;padding:.65rem 1rem!important;border-radius:8px!important;gap:.75rem!important}.footer-wa-cta strong{font-size:13px!important}.footer-wa-cta span{font-size:11px!important}.luxury-footer-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1.25rem .85rem!important;padding-bottom:1.5rem!important}.luxury-footer-grid .footer-brand-lockup{grid-column:1 / -1!important}.footer-col-menu h3{font-size:12px!important;letter-spacing:.1em!important;margin-bottom:.55rem!important;text-transform:uppercase!important;color:#f7f3ee!important}.footer-col-menu a{font-size:11.5px!important;line-height:1.35!important;margin-bottom:.38rem!important;color:#a8a29b!important;display:block!important}.footer-col-menu a:hover{color:#fff!important}.footer-col-services{grid-column:1 / -1!important;padding-top:.85rem!important;border-top:1px solid rgba(255,255,255,.08)!important}.footer-col-services-links{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.38rem .85rem!important}.footer-col-boutique{grid-column:1 / -1!important;text-align:left!important;padding-top:1rem!important;border-top:1px solid rgba(255,255,255,.08)!important;margin-top:.25rem!important}.footer-col-boutique h3{font-size:12px!important;letter-spacing:.1em!important;margin-bottom:.45rem!important;text-transform:uppercase!important;color:#f7f3ee!important;text-align:left!important}.boutique-address,.boutique-timing,.boutique-phone{font-size:11.5px!important;line-height:1.4!important;margin-bottom:.35rem!important;color:#a8a29b!important;text-align:left!important}.boutique-timing strong,.boutique-phone strong{color:#e5dfd7!important}.boutique-note{font-size:11px!important;margin-top:.5rem!important;padding-top:.5rem!important;color:#8c867f!important;text-align:left!important}.luxury-footer-bottom{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:.75rem!important;padding-top:1.25rem!important;font-size:11px!important}.footer-bottom-links{justify-content:center!important;gap:1rem!important}}.floating-wa-concierge{position:fixed;bottom:24px;right:24px;z-index:99}.floating-wa-btn{display:inline-flex;align-items:center;gap:10px;background:#128c7e;color:#fff;padding:11px 20px 11px 16px;border-radius:999px;box-shadow:0 6px 24px #128c7e66;font-weight:600;font-size:13px;letter-spacing:.02em;text-decoration:none;transition:transform .25s ease,background .2s,box-shadow .25s ease}.floating-wa-btn:hover{background:#075e54;transform:translateY(-3px) scale(1.02);box-shadow:0 10px 28px #128c7e80;color:#fff}.floating-wa-btn svg{color:#fff;flex-shrink:0}body:has(.sticky-add-to-cart__bar[data-stuck=true]) .floating-wa-concierge{bottom:8rem}@media(max-width:640px){.floating-wa-concierge{bottom:20px;right:18px}.floating-wa-label{display:none}.floating-wa-btn{width:46px;height:46px;padding:0;border-radius:50%;justify-content:center}.floating-wa-btn svg{width:30px;height:30px}body:has(.sticky-add-to-cart__bar[data-stuck=true]) .floating-wa-concierge{bottom:6rem}}.product-media-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f6f0;gap:10px;padding:1.5rem}.placeholder-logo{max-width:110px;height:auto;opacity:.65;filter:grayscale(.2)}.placeholder-tag{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);font-weight:500}.template-collection,.product-grid-container,body:has(.main-collection-grid){background-color:#faf7f2!important}.collection-hero{padding-block:clamp(2.25rem,5vw,3.75rem) 1.25rem;text-align:center}.collection-hero-inner{max-width:720px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;text-align:center}.collection-hero-inner .eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent, #7a3048);font-weight:600;margin-bottom:.5rem}.collection-hero-inner h1{font-family:var(--serif);font-size:clamp(2rem,5vw,3.25rem);font-weight:400;line-height:1.15;color:var(--text, #2a3030);margin:0 0 .85rem;letter-spacing:-.01em}.collection-hero-inner .collection-desc{font-size:clamp(13px,1.4vw,15px);color:var(--text-light, #7a8282);line-height:1.65;max-width:600px;margin:0 0 .85rem;padding-inline:.75rem}@media screen and (min-width:750px){.collection-hero-inner .collection-desc{padding-inline:0}}.collection-hero-inner .collection-meta{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold, #b8956b);font-weight:600;margin:0}.collection-search-wrap{margin-bottom:1.25rem;display:flex;justify-content:center;position:relative!important;z-index:70!important}.template-collection results-list[initialized] .product-grid__item{opacity:1!important;transform:none!important;transition:none!important}.template-collection ::view-transition-new(product-grid),.template-collection ::view-transition-old(product-grid){animation:none!important}.template-collection .product-grid-container>.skip-to-content-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.template-collection .product-grid-container>.skip-to-content-link:focus{position:static;width:auto;height:auto;margin:0 0 .5rem;clip:auto;overflow:visible;white-space:normal}.template-collection .facets-controls-wrapper{margin-block:0 .75rem!important;padding-block:0!important;min-height:0!important}.template-collection .collection-wrapper{row-gap:0!important}.collection-search{position:relative!important;z-index:71!important;max-width:560px;width:100%;display:flex;align-items:center;background:#fff;border:1px solid var(--line, #ddd5c8);border-radius:999px;padding:5px 8px 5px 18px;box-shadow:0 4px 18px #2a30300a;transition:border-color .25s,box-shadow .25s}.collection-search:focus-within{border-color:var(--accent, #7a3048);box-shadow:0 8px 24px #7a304824}.collection-search-field{display:flex;align-items:center;flex:1;gap:10px}.collection-search-icon{color:var(--text-light, #7a8282);flex-shrink:0}.collection-search-field input{flex:1;border:none;background:transparent;padding:8px 0;font-family:var(--sans);font-size:14px;color:var(--text, #2a3030);outline:none}.collection-search-clear{color:var(--text-light, #7a8282);font-size:20px;line-height:1;padding:4px 8px;cursor:pointer}.collection-search-clear:hover{color:var(--text, #2a3030)}.collection-search-btn{background:var(--text, #2a3030);color:#fff;border-radius:999px;padding:9px 20px;font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;transition:background .2s,transform .2s;flex-shrink:0}.collection-search-btn:hover{background:var(--accent, #7a3048);transform:translateY(-1px)}.predictive-search-dropdown,.collection-search .predictive-search-dropdown{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;width:100%!important;box-sizing:border-box!important;background:#fff!important;border:1px solid var(--line, #ddd5c8)!important;border-radius:16px!important;box-shadow:0 20px 50px #2a303038!important;z-index:99999!important;overflow:hidden!important;max-height:440px!important;overflow-y:auto!important}.predictive-search-dropdown[hidden],.collection-search .predictive-search-dropdown[hidden]{display:none!important}.predictive-heading{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-light, #7a8282);font-weight:600;padding:12px 18px 8px;border-bottom:1px solid var(--line-soft, rgba(42, 48, 48, .08))}.predictive-list{list-style:none;margin:0;padding:0}.predictive-item{border-bottom:1px solid var(--line-soft, rgba(42, 48, 48, .08))}.predictive-item:last-child{border-bottom:none}.predictive-link{display:flex;align-items:center;gap:14px;padding:11px 18px;text-decoration:none;transition:background .15s}.predictive-link:hover{background:#fdfaf5}.predictive-thumb{width:52px;height:52px;object-fit:contain;border-radius:8px;background:#faf7f2;border:1px solid var(--line-soft, rgba(42, 48, 48, .08));padding:4px;flex-shrink:0}.predictive-thumb-placeholder{width:52px;height:52px;border-radius:8px;background:#faf7f2;flex-shrink:0}.predictive-info{flex:1;min-width:0;display:flex;flex-direction:column}.predictive-vendor{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--accent, #7a3048);font-weight:600}.predictive-title{font-size:13px;color:var(--text, #2a3030);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predictive-price-row{display:flex;align-items:center;gap:8px;margin-top:2px}.predictive-sale-price{font-size:13px;font-weight:600;color:var(--accent, #7a3048)}.predictive-compare-price{font-size:11px;color:var(--text-light, #7a8282);text-decoration:line-through}.predictive-view-all{display:block;text-align:center;padding:12px 18px;background:#fdfaf5;font-size:12px;font-weight:600;color:var(--accent, #7a3048);border-top:1px solid var(--line-soft, rgba(42, 48, 48, .08));transition:background .15s}.predictive-view-all:hover{background:#f5ede1}.predictive-empty,.predictive-loading{padding:24px;text-align:center;font-size:13px;color:var(--text-light, #7a8282)}.predictive-spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--line, #ddd5c8);border-top-color:var(--accent, #7a3048);border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle;margin-right:8px}@media screen and (min-width:750px){.facets-block-wrapper--vertical{position:sticky!important;top:calc(var(--header-h, 4rem) + 1.25rem)!important;align-self:start!important;max-height:calc(100vh - var(--header-h, 4rem) - 2.5rem)!important;overflow-y:auto!important;background:#fff!important;border:1px solid #e7e2d8!important;border-radius:14px!important;padding:18px 20px!important;box-shadow:0 4px 16px #2a303008!important;scrollbar-width:thin;scrollbar-color:var(--line, #ddd5c8) transparent}.facets-block-wrapper--vertical::-webkit-scrollbar{width:4px}.facets-block-wrapper--vertical::-webkit-scrollbar-thumb{background:var(--line, #ddd5c8);border-radius:4px}}.template-collection .collection-wrapper .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}@media screen and (min-width:750px){.template-collection .collection-wrapper .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}.product-grid{display:grid!important;align-items:stretch!important}.product-grid__item{display:flex!important;flex-direction:column!important;height:100%!important}.product-grid__item product-card{display:flex!important;flex-direction:column!important;height:100%!important;width:100%!important}.product-grid__card{display:flex!important;flex-direction:column!important;height:100%!important;background:#fff!important;border:1px solid #e7e2d8!important;border-radius:14px!important;padding:14px!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;overflow:hidden;position:relative}.product-grid__card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #2a303014!important;border-color:#d6ccbf!important}.product-grid__card .card-gallery{aspect-ratio:1 / 1!important;width:100%!important;border-radius:10px!important;overflow:hidden!important;background:#faf8f5!important;position:relative!important}.product-grid__card .card-gallery img,.product-grid__card .card-gallery picture img{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px!important;transition:transform .4s ease!important}.product-grid__card:hover .card-gallery img{transform:scale(1.04)}.product-grid .card-gallery [ref=previewMedia],.product-grid .card-gallery img:nth-of-type(n+2){display:none!important}.product-badges__badge.color-custom-badge-sale{background:#8e2a3e!important;color:#fff!important;font-weight:700!important;font-size:10px!important;letter-spacing:.06em!important;text-transform:uppercase!important;padding:4px 10px!important;border-radius:6px!important;box-shadow:0 2px 8px #8e2a3e59!important}.product-badges__badge.color-custom-badge-sold-out{background:#4a4d4d!important;color:#fff!important;font-weight:600!important;font-size:10px!important;letter-spacing:.06em!important;text-transform:uppercase!important;padding:4px 10px!important;border-radius:6px!important}.product-grid__card a[ref=productTitleLink],.product-grid__card [data-block-id*=product_title],.product-grid__card .text-block--product-title{margin-top:10px!important;margin-bottom:6px!important}.product-grid__card [data-block-id*=product_title] p,.product-grid__card a[ref=productTitleLink] p,.product-grid__card .product-title p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;font-family:var(--sans)!important;font-size:14px!important;font-weight:500!important;line-height:1.35!important;min-height:2.7em!important;max-height:2.7em!important;color:var(--text, #2a3030)!important;margin:0!important}.product-grid__card product-price{margin-top:auto!important;padding-top:8px!important;border-top:1px dashed rgba(42,48,48,.08)!important}.product-grid__card product-price [ref=priceContainer]{display:flex!important;align-items:baseline!important;flex-wrap:wrap!important;gap:8px!important}.product-grid__card product-price .price{font-family:var(--sans)!important;font-size:16px!important;font-weight:700!important;color:var(--accent, #7a3048)!important;letter-spacing:-.01em!important}.product-grid__card .price-item__group.compare-at-price{font-family:var(--sans)!important;font-size:13px!important;font-weight:400!important;color:var(--text-light, #7a8282)!important;text-decoration:line-through!important;opacity:.8!important}@media screen and (max-width:749px){body.template-collection .main-collection-grid{padding:0!important}body.template-collection .collection-wrapper .product-grid{gap:1rem .625rem!important}body.template-collection .collection-wrapper .product-grid__card{padding:.5rem!important;border-radius:12px!important}body.template-collection .collection-wrapper .product-grid__card .card-gallery img,body.template-collection .collection-wrapper .product-grid__card .card-gallery picture img{padding:4px!important}body.template-collection .collection-wrapper .product-grid__card a[ref=productTitleLink],body.template-collection .collection-wrapper .product-grid__card [data-block-id*=product_title],body.template-collection .collection-wrapper .product-grid__card .text-block--product-title{margin-top:.5rem!important;margin-bottom:.35rem!important}}.template-collection .pagination{margin-top:2.5rem!important;padding:1.75rem 0 2.5rem!important;border-top:1px solid #e7e2d8}.template-collection .pagination__list{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important;justify-content:center!important}.template-collection .pagination__item{width:40px!important;height:40px!important;aspect-ratio:auto!important}.template-collection .pagination__item--mobile-hide,.template-collection .pagination__item--mobile-only{display:grid!important}.template-collection .pagination__item:has(.pagination__link--gap){width:28px!important}.template-collection .pagination__link{display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;border-radius:10px!important;border:1px solid var(--line, #ddd5c8)!important;background:#fff!important;color:var(--text, #2a3030)!important;font-weight:600!important;font-size:13px!important;line-height:1!important;transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease!important}.template-collection .pagination__link--gap{width:28px!important;border:none!important;background:transparent!important;color:var(--text-light, #7a8282)!important;font-weight:500!important}.template-collection .pagination__link:hover:not(.pagination__link--disabled):not(.pagination__link--current):not(.pagination__link--gap){border-color:var(--accent, #7a3048)!important;color:var(--accent, #7a3048)!important;background:#fdfaf5!important;transform:translateY(-1px)}.template-collection .pagination__link--current{background:var(--accent, #7a3048)!important;border-color:var(--accent, #7a3048)!important;color:#fff!important;box-shadow:0 4px 12px #7a304838!important}.template-collection .pagination__link--disabled{opacity:.35!important;border-color:#ebe5da!important;background:#faf7f2!important}.template-collection .pagination__link--arrow svg{width:14px!important;height:14px!important}@media screen and (max-width:749px){.template-collection .pagination__item,.template-collection .pagination__link:not(.pagination__link--gap){width:38px!important;height:38px!important}.template-collection .pagination__link{font-size:12px!important}}.product-details{align-self:start;container-type:inline-size;container-name:product-details}.product-details h1,.product-details .text-block h1,.product-details [role=heading][aria-level="3"]{font-family:var(--font-heading--family, var(--serif))!important;font-size:clamp(1.15rem,2.2vw,1.45rem)!important;font-weight:500!important;line-height:1.3!important;letter-spacing:-.01em!important;color:#1a1d1d!important;margin:.25rem 0 .65rem!important;word-break:break-word!important}.product-details .text-block p:first-child{font-size:10px!important;font-weight:600!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:var(--accent, #7a3048)!important;margin-bottom:.25rem!important}.product-details product-price{margin-top:.25rem!important;margin-bottom:.75rem!important;display:block!important}.product-details .price{font-size:1.35rem!important;font-weight:700!important;color:#1a1d1d!important;letter-spacing:-.01em!important}.product-details .compare-at-price{font-size:1rem!important;color:#8a9292!important;text-decoration:line-through!important;margin-left:8px!important;font-weight:400!important}.mrbr-price-save-badge{display:inline-flex!important;align-items:center!important;padding:3px 8px!important;background:#f9eef1!important;color:#7a3048!important;border-radius:4px!important;font-size:11px!important;font-weight:700!important;letter-spacing:.04em!important;margin-left:10px!important;vertical-align:middle!important;border:1px solid rgba(122,48,72,.18)!important}.mrbr-tax-inclusive-label{display:block!important;font-size:11px!important;color:#7a8282!important;margin-top:4px!important;font-weight:400!important}.product-details .quantity-selector{border-radius:6px!important;border:1px solid var(--line, #ddd5c8)!important;height:48px!important}.product-details .button,.product-details .add-to-cart-button,.product-details .buy-it-now-button{min-height:48px!important;border-radius:6px!important;font-family:var(--button-font-family-primary)!important;font-size:12px!important;font-weight:600!important;letter-spacing:.1em!important;text-transform:uppercase!important}.product-details .product-form-buttons--stacked{display:grid!important;grid-template-columns:minmax(7.875rem,auto) minmax(0,1fr);grid-template-areas:"qty atc" "buy buy";gap:.65rem!important;align-items:stretch}.product-details .product-form-buttons--stacked>*:not(.quantity-selector-wrapper,.quantity-rules,.quantity-label,.volume-pricing,.product-form-text__error){flex:none!important;flex-basis:auto!important;min-width:0!important}.product-details .product-form-buttons--stacked>.quantity-selector-wrapper{grid-area:qty;min-width:7.875rem;width:auto;max-width:100%;position:relative;z-index:1}.product-details .quantity-selector-wrapper .quantity-selector{width:100%;min-width:7.875rem}.product-details .product-form-buttons--stacked>span:has(.add-to-cart-button),.product-details .product-form-buttons--stacked>add-to-cart-component{grid-area:atc;min-width:0;width:100%}.product-details .add-to-cart-button{width:100%!important;padding-inline:1rem!important;letter-spacing:.05em!important;font-size:12px!important;gap:.35rem!important;white-space:nowrap!important}.product-details .add-to-cart-button .add-to-cart-icon,.product-details .add-to-cart-button>.svg-wrapper,.product-details .add-to-cart-button .svg-wrapper.add-to-cart-icon{display:none!important}.product-details .product-form-buttons--stacked>.accelerated-checkout-block,.product-details .product-form-buttons--stacked>shopify-accelerated-checkout{grid-area:buy;width:100%;min-width:0}.product-details .accelerated-checkout-block .shopify-payment-button,.product-details .accelerated-checkout-block shopify-accelerated-checkout{display:block;width:100%}.product-details shopify-accelerated-checkout{--shopify-accelerated-checkout-button-block-size: 48px;--shopify-accelerated-checkout-button-border-radius: 6px}.product-details button.shopify-payment-button__button--unbranded,.product-details .buy-it-now-button{width:100%!important;min-height:48px!important}@container product-details (min-width: 30rem){.product-details .product-form-buttons--stacked{grid-template-columns:minmax(8rem,auto) minmax(0,1fr)}}@media(min-width:750px){.product-information__grid{align-items:start!important}.product-media-gallery{max-width:100%!important}}.mrbr-smart-pdp{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--line, #ddd5c8)}.mrbr-pdp-trust-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:1.5rem}@media(min-width:480px){.mrbr-pdp-trust-strip:not(.mrbr-pdp-trust-strip--pdp){grid-template-columns:repeat(4,minmax(0,1fr))}}.mrbr-smart-pdp .mrbr-pdp-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.mrbr-trust-pill{display:flex;align-items:flex-start;gap:7px;padding:9px 10px;background:#fcf9f5;border:1px solid #ebe5da;border-radius:6px;font-size:11px;font-weight:600;color:#2a3030;min-width:0}.mrbr-smart-pdp .mrbr-trust-pill{flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:11px 10px;min-height:4.85rem}.mrbr-smart-pdp .mrbr-trust-pill span{flex:0 1 auto;min-width:0;width:100%;font-size:10px;line-height:1.4;letter-spacing:0;text-wrap:balance;overflow-wrap:anywhere}.mrbr-trust-pill svg{color:var(--accent, #7a3048);flex-shrink:0}.mrbr-home-trust{padding-block:clamp(2rem,5vw,3.25rem)}.mrbr-home-trust-panel{display:grid;gap:1.75rem;padding:clamp(1.5rem,4vw,2.5rem);border:1px solid #e8e2d8;border-radius:var(--mrbr-radius-medium, .75rem);background:linear-gradient(180deg,#fcf9f5,#f7f2eb)}.mrbr-home-trust-about{max-width:38rem}.mrbr-home-trust-title{margin:0 0 .85rem;font-family:var(--serif);font-size:clamp(1.65rem,4vw,2.35rem);font-weight:400;line-height:1.15;color:#1f2323}.mrbr-home-trust-title em{font-style:normal;color:var(--accent, #7a3048)}.mrbr-home-trust-body{margin:0;max-width:34rem;font-size:.95rem;line-height:1.65;color:#5f6666}.mrbr-home-trust-badges{display:grid;grid-template-columns:1fr;gap:.75rem}.mrbr-home-trust-pill{align-items:flex-start;padding:.85rem .95rem;background:#ffffffd1}.mrbr-home-trust-pill-copy{display:grid;gap:.2rem}.mrbr-home-trust-pill-copy strong{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#2a3030}.mrbr-home-trust-pill-copy span{font-size:.82rem;line-height:1.45;color:#6d7373}@media(min-width:768px){.mrbr-home-trust-panel{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:2rem 2.5rem;align-items:center}.mrbr-home-trust-badges{grid-template-columns:repeat(2,minmax(0,1fr))}}.mrbr-desc-section{margin-bottom:1.5rem}.mrbr-desc-eyebrow{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold, #b8956b);margin-bottom:8px}.mrbr-desc-content{position:relative;font-size:13.5px;line-height:1.65;color:#2c3232}.mrbr-desc-body{font-size:13.5px!important;line-height:1.65!important;color:#2c3232!important}.mrbr-desc-body p{margin-bottom:.75rem}.mrbr-desc-body strong{font-weight:600;color:#111}.mrbr-desc-content.is-clamped{max-height:130px;overflow:hidden}.mrbr-desc-content.is-clamped .mrbr-desc-fade{display:block}.mrbr-desc-fade{display:none;position:absolute;bottom:0;left:0;right:0;height:55px;background:linear-gradient(to bottom,#fff0,#fffffff5);pointer-events:none}.mrbr-read-more-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:none;padding:6px 0;color:var(--accent, #7a3048);font-size:12px;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:3px;margin-top:4px}.mrbr-read-more-btn .less-text,.mrbr-read-more-btn.is-expanded .more-text{display:none}.mrbr-read-more-btn.is-expanded .less-text{display:inline}.mrbr-accordions-group{border-top:1px solid var(--line, #ddd5c8)}.mrbr-accordion-item{border-bottom:1px solid var(--line, #ddd5c8)}.mrbr-accordion-trigger{display:flex;align-items:center;justify-content:space-between;padding:13px 0;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1a1d1d}.mrbr-accordion-trigger::-webkit-details-marker{display:none}.mrbr-acc-title{display:flex;align-items:center;gap:9px}.mrbr-acc-icon{color:var(--accent, #7a3048);flex-shrink:0}.mrbr-acc-chevron{font-size:16px;font-weight:400;color:#888;transition:transform .2s ease;line-height:1}details[open]>.mrbr-accordion-trigger .mrbr-acc-chevron{transform:rotate(45deg);color:var(--accent, #7a3048)}.mrbr-accordion-body{padding-bottom:15px;font-size:13px;line-height:1.6;color:#4a5252}.mrbr-benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.mrbr-benefits-list li{position:relative;padding-left:18px;line-height:1.5}.mrbr-benefits-list li:before{content:"\2022";position:absolute;left:4px;color:var(--accent, #7a3048);font-weight:700}.mrbr-benefits-list li strong{color:#1a1d1d}.mrbr-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin-top:4px}.mrbr-step-card{background:#faf7f2;border:1px solid #ebe5da;border-radius:6px;padding:10px}.mrbr-step-num{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;color:var(--accent, #7a3048);margin-bottom:3px;text-transform:uppercase}.mrbr-step-card p{margin:0;font-size:12px;line-height:1.45;color:#4a5252}.mrbr-heritage-p{margin:0;font-size:13px;line-height:1.6;color:#4a5252}.mrbr-info-bullets p{margin:0 0 6px;font-size:13px;line-height:1.55;color:#4a5252}.mrbr-info-bullets p strong{color:#1a1d1d}.mrbr-pdp-wa-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:1.5rem;padding:14px 16px;background:#fdfbf8;border:1px solid #e7e2d8;border-radius:8px;flex-wrap:wrap}.mrbr-wa-text strong{display:block;font-size:12px;color:#1a1d1d}.mrbr-wa-text span{font-size:11px;color:#7a8282}.mrbr-wa-button{display:inline-flex;align-items:center;gap:6px;background:#25d366;color:#fff!important;padding:8px 14px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;transition:opacity .2s ease;white-space:nowrap}.mrbr-wa-button:hover{opacity:.9;color:#fff!important}html,body,body.page-width-narrow{max-width:none!important;width:100%!important;margin-inline:0!important}.promo-top-bar,.site-header,.aza-header{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.promo-top-bar .wrap,.promo-top-inner,.site-header .wrap,.aza-header .wrap,.header-inner,.desktop-nav .wrap,.desktop-nav .nav-list{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;padding-inline:0!important;margin-left:0!important;margin-right:0!important}.site-footer,.expanded-luxury-footer{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.site-footer .wrap,.expanded-luxury-footer .wrap,.footer-inner,.luxury-footer-grid,.luxury-footer-bottom,.footer-top-brand{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;padding-inline:0!important;margin-left:0!important;margin-right:0!important}@media screen and (min-width:990px){.collection-hero-inner,.collection-wrapper,.main-product-wrapper{max-width:1200px!important;margin-inline:auto!important;width:100%!important;padding-inline:16px!important}.main-collection-grid{max-width:none!important;margin-inline:0!important;width:100%!important}}@media screen and (min-width:768px){.collection-wrapper .product-grid,.main-collection-grid .product-grid,.section.product-grid-container .product-grid,.product-grid--grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:1.75rem 1.25rem!important}}.mrbr-facet-panel{border-bottom:1px solid var(--line, #e7e2d8)!important;padding-block:.75rem!important}.mrbr-category-nav-list{list-style:none!important;padding:0!important;margin:.5rem 0!important;display:flex!important;flex-direction:column!important;gap:4px!important}.mrbr-category-item{border-radius:8px!important;transition:background .15s ease!important}.mrbr-category-link{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:8px 12px!important;color:var(--text, #2a3030)!important;text-decoration:none!important;font-size:13px!important;font-weight:500!important;border-radius:8px!important;transition:all .2s ease!important}.mrbr-category-link:hover{background:#f4efe6!important;color:var(--accent, #7a3048)!important;padding-left:15px!important}.mrbr-category-active .mrbr-category-link{background:#f9eef1!important;color:var(--accent, #7a3048)!important;font-weight:700!important}.mrbr-cat-arrow{font-size:16px!important;color:var(--gold, #b8956b)!important;font-weight:600!important}.mrbr-facet-search-box{margin-bottom:10px!important;position:relative!important}.mrbr-facet-search-input{width:100%!important;padding:7px 12px!important;background:#faf8f5!important;border:1px solid #ddd5c8!important;border-radius:6px!important;font-size:12px!important;font-family:var(--sans)!important;color:var(--text, #2a3030)!important;outline:none!important;transition:border-color .2s ease,background .2s ease!important}.mrbr-facet-search-input:focus{border-color:var(--accent, #7a3048)!important;background:#fff!important;box-shadow:0 0 0 2px #7a30481a!important}.mrbr-scrollable-facet-list{max-height:250px!important;overflow-y:auto!important;padding-right:4px!important;scrollbar-width:thin!important;scrollbar-color:#d6ccbf transparent!important}.mrbr-scrollable-facet-list::-webkit-scrollbar{width:4px!important}.mrbr-scrollable-facet-list::-webkit-scrollbar-thumb{background:#d6ccbf!important;border-radius:4px!important}.mrbr-facet-bubble{background:var(--accent, #7a3048)!important;color:#fff!important;font-size:10px!important;font-weight:700!important;border-radius:999px!important;padding:2px 7px!important;min-width:18px!important;text-align:center!important;display:inline-block!important;line-height:1.3!important}.mrbr-active-filter-bar{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;padding:10px 14px!important;background:#fdfaf5!important;border:1px solid #e7e2d8!important;border-radius:10px!important;margin-bottom:1rem!important}.mrbr-active-filter-title{font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:var(--gold, #b8956b)!important}.mrbr-active-filter-pill{display:inline-flex!important;align-items:center!important;gap:6px!important;background:var(--accent, #7a3048)!important;color:#fff!important;padding:4px 10px!important;border-radius:999px!important;font-size:11px!important;font-weight:600!important;text-decoration:none!important;transition:opacity .2s ease!important}.mrbr-active-filter-pill:hover{opacity:.85!important}.mrbr-clear-x{font-size:14px!important;line-height:1!important}.mrbr-clear-all-link{font-size:11px!important;color:var(--text-light, #7a8282)!important;text-decoration:underline!important;margin-left:auto!important;cursor:pointer!important}.mrbr-facet-row-link{display:block!important;text-decoration:none!important;color:inherit!important;border-radius:6px!important;transition:background .15s ease!important}.mrbr-facet-row-link:hover{background:#f4efe6!important}.mrbr-vendor-active .mrbr-facet-row-link,.mrbr-tag-active .mrbr-facet-row-link{background:#f9eef1!important}.mrbr-vendor-active .checkbox__label-text,.mrbr-tag-active .checkbox__label-text{font-weight:700!important;color:var(--accent, #7a3048)!important}html{scroll-behavior:auto}.mrbr-rail-shell{position:relative}.mrbr-rail-track{display:flex!important;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:.25rem}.mrbr-rail-track::-webkit-scrollbar{display:none}.mrbr-rail-track>.product-card,.mrbr-rail-track>.cat-card{flex:0 0 calc(50% - .5rem);min-width:0;scroll-snap-align:start;scroll-snap-stop:always}.mrbr-rail-track>.cat-card{aspect-ratio:3 / 4!important}.mrbr-rail{pointer-events:none}.mrbr-rail-arrow{position:absolute;top:50%;z-index:2;display:none;width:2.75rem;height:2.75rem;place-items:center;border:1px solid rgba(42,48,48,.12);border-radius:999px;background:#fffdf9f0;box-shadow:0 5px 18px #2a30301f;color:var(--text);pointer-events:auto;transform:translateY(-50%)}.mrbr-rail-prev{left:-1.25rem}.mrbr-rail-next{right:-1.25rem}.mrbr-rail-arrow:disabled{opacity:0;pointer-events:none}.mrbr-rail-track .product-media{aspect-ratio:1 / 1!important;border-radius:.625rem;background:#faf8f5;box-shadow:none}.mrbr-rail-track .product-media img{object-fit:contain;padding:.75rem}.mrbr-rail-track .product-card{min-width:0;overflow:hidden;padding-bottom:.8rem;border:1px solid rgba(42,48,48,.1);border-radius:.75rem;background:#fff}.mrbr-rail-track .product-card :is(.product-brand,.product-name,.product-price,.mrbr-price-save-badge){margin-inline:.8rem}.mrbr-rail-track .product-card .product-brand{margin-top:.15rem}.mrbr-rail-track .product-card .product-price>span{color:#803347;font-family:var(--serif);font-weight:600}.mrbr-rail-track .product-card .mrbr-price-save-badge{display:inline-block;margin-top:.4rem;padding:.18rem .45rem;border:1px solid #ead7dc;border-radius:.25rem;background:#fbf1f3;color:#803347;font-size:.65rem;line-height:1.2;white-space:nowrap}:root{--mrbr-radius-small: .5rem;--mrbr-radius-medium: .75rem}.cat-card,.curated-card,.curated-media,.editorial,.editorial-visual,.product-information .product-media-container,.collection-wrapper .product-grid__card,.mrbr-rail-track .product-card{border-radius:var(--mrbr-radius-medium)!important}.collection-wrapper :is(input,select,.filter-pill,.mrbr-facet-search-input,.mrbr-active-filter-pill),.product-details :is(.quantity-selector,.add-to-cart-button,.button),.mrbr-trust-pill,.mrbr-price-save-badge{border-radius:var(--mrbr-radius-small)!important}@media(min-width:768px){.cat-scroll.mrbr-rail-track,.mrbr-rail-track{grid-auto-flow:unset;grid-template-columns:none;overflow-x:auto}.mrbr-rail-track>.product-card,.mrbr-rail-track>.cat-card{flex-basis:calc(33.333% - .667rem)}}@media(min-width:1024px){.mrbr-rail-track>.product-card,.mrbr-rail-track>.cat-card{flex-basis:calc(25% - .75rem)}.mrbr-rail-arrow{display:grid}.expanded-luxury-footer>.wrap{padding-inline:clamp(2.5rem,6vw,5rem)}.luxury-footer-grid{gap:2rem 1.75rem}}@media(min-width:1024px){.expanded-luxury-footer>.wrap{padding-inline:clamp(2.5rem,6vw,5rem)!important}}.hero-crop img,.hero-slide:hover .hero-crop img{transform:none!important;transition:none!important}.section-title em,.editorial-glass em,.brand-pill,.boutique-note{font-style:normal!important}.product-card:hover .product-media .product-media-primary{opacity:1!important}.product-card:hover .product-media .product-media-second{display:none!important}.menu-toggle{width:2.5rem!important;height:2.5rem!important;gap:4px!important}.menu-toggle span{width:1.2rem!important;height:2px!important;margin:0!important}.brand img,.header-logo-img{width:clamp(4.7rem,10vw,5.7rem)!important;max-height:46px!important}.site-header .header-inner,.aza-header .header-inner{padding-inline:clamp(1rem,2.2vw,2.25rem)!important}.expanded-luxury-footer>.wrap,.site-footer .wrap{padding-inline:clamp(1.25rem,4vw,3.5rem)!important}@media(max-width:900px){.brand img,.header-logo-img{width:4.5rem!important;max-height:34px!important}.site-header .header-inner,.aza-header .header-inner{padding-inline:1rem!important}}.header-search-clear{flex:0 0 auto;width:1.5rem;height:1.5rem;color:var(--text-light);font-size:1.25rem;line-height:1}body.template-search .search-page__header{width:min(100% - 2rem,76rem);margin-inline:auto;text-align:center}body.template-search .search-page__header>*{margin-inline:auto}@media screen and (min-width:1024px){body.template-search .collection-wrapper{width:min(100% - 4rem,90rem)!important;max-width:90rem!important;margin-inline:auto!important}body.template-search .section.product-grid-container .product-grid,body.template-search .collection-wrapper .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/mrbr.css.map */
