.luxury-header{--luxury-top-bg: #6b1f2a;--luxury-top-text: #ffffff;--luxury-main-bg: #faf8f5;--luxury-nav-text: #2c2c2c;--luxury-nav-active: #6b1f2a;--luxury-accent: #6b1f2a;--luxury-border: rgba(0, 0, 0, .08);width:100%;transition:box-shadow .3s ease}.luxury-header-wrapper{display:block;width:100%}.section-header.shopify-section-header-sticky{position:sticky;top:0;z-index:999}.section-header.shopify-section-header-hidden{transform:translateY(-100%)}.section-header.shopify-section-header-sticky.animate{transition:transform .15s ease-out}.section-header.scrolled-past-header .luxury-header__top-bar,.luxury-header.is-scrolled .luxury-header__top-bar{max-height:0;padding-top:0;padding-bottom:0;opacity:0;overflow:hidden;pointer-events:none}.luxury-header.is-scrolled,.section-header.scrolled-past-header .luxury-header{box-shadow:0 2px 20px #00000014}.luxury-header__top-bar{background-color:var(--luxury-top-bg);color:var(--luxury-top-text);font-size:calc(1.2rem + 1px);letter-spacing:.02em;transition:max-height .35s ease,opacity .35s ease,padding .35s ease;max-height:5rem;overflow:hidden}.luxury-header__top-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:.9rem 2.4rem;max-width:var(--page-width, 140rem);margin:0 auto}.luxury-header__social{display:flex;align-items:center;gap:1.4rem}.luxury-header__social-link{display:inline-flex;align-items:center;justify-content:center;color:var(--luxury-top-text);opacity:.92;transition:opacity .2s ease,transform .2s ease}.luxury-header__social-link:hover{opacity:1;transform:translateY(-1px)}.luxury-header__social-link svg{width:1.6rem;height:1.6rem}.luxury-header__contact{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;justify-content:flex-end}.luxury-header__contact-item{display:inline-flex;align-items:center;gap:.6rem;color:var(--luxury-top-text);text-decoration:none;white-space:nowrap}.luxury-header__contact-item svg{width:1.4rem;height:1.4rem;flex-shrink:0}.luxury-header__contact-divider{width:1px;height:1.4rem;background:#ffffff59}.luxury-header__main{background-color:var(--luxury-main-bg);border-bottom:1px solid var(--luxury-border)}.luxury-header__main-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;padding:1.6rem 2.4rem;max-width:var(--page-width, 140rem);margin:0 auto}.luxury-header__logo{justify-self:start;display:inline-flex;align-items:center;text-decoration:none;color:inherit}.luxury-header__logo-text{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,3vw,3.2rem);font-weight:400;letter-spacing:.04em;line-height:1;color:var(--luxury-nav-text)}.luxury-header__svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.luxury-header__logo-image{display:block;width:var(--luxury-logo-width, 160px);height:auto;max-width:100%;object-fit:contain}.luxury-header__logo-image--drawer{max-width:min(var(--luxury-logo-width, 160px),70vw)}.luxury-header__nav{justify-self:center}.luxury-header__menu{display:flex;align-items:center;justify-content:center;gap:clamp(1.6rem,2.5vw,3.2rem);list-style:none;margin:0;padding:0}.luxury-header__menu-link{position:relative;font-size:calc(1.4rem + 1px);font-weight:500;letter-spacing:.06em;text-transform:capitalize;text-decoration:none;color:var(--luxury-nav-text);padding:.4rem 0;transition:color .2s ease}.luxury-header__menu-link:hover,.luxury-header__menu-link.is-active{color:var(--luxury-nav-active)}.luxury-header__menu-link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-.2rem;height:1px;background:var(--luxury-nav-active)}.luxury-header__icons{justify-self:end;display:flex;align-items:center;gap:0}.luxury-header__icon-btn{display:inline-flex;align-items:center;justify-content:center;position:relative;width:4.4rem;height:4.4rem;padding:0;border:none;background:transparent;color:var(--luxury-nav-text);cursor:pointer;text-decoration:none;transition:color .2s ease}.luxury-header__icon-btn:hover{color:var(--luxury-nav-active)}.luxury-header__icon-btn svg{width:2rem;height:2rem}.luxury-header__drawer-contact svg{width:1.6rem;height:1.6rem;flex-shrink:0}.luxury-header__icon-divider{width:1px;height:2rem;background:var(--luxury-border)}.luxury-header__cart-count{position:absolute;top:.6rem;right:.6rem;min-width:1.6rem;height:1.6rem;padding:0 .4rem;border-radius:50%;background:var(--luxury-accent);color:#fff;font-size:1rem;font-weight:600;line-height:1.6rem;text-align:center}.luxury-header__mobile-toggle{display:none;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;border:none;background:transparent;color:var(--luxury-nav-text);cursor:pointer}.luxury-header__mobile-toggle svg{width:2.2rem;height:2.2rem}.luxury-header__drawer{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none}.luxury-header__drawer.is-open{pointer-events:auto}.luxury-header__drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .3s ease}.luxury-header__drawer.is-open .luxury-header__drawer-overlay{opacity:1}.luxury-header__drawer-panel{position:absolute;top:0;left:0;width:min(32rem,88vw);height:100%;background:var(--luxury-main-bg);padding:2.4rem;transform:translate(-100%);transition:transform .35s ease;overflow-y:auto}.luxury-header__drawer.is-open .luxury-header__drawer-panel{transform:translate(0)}.luxury-header__drawer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.4rem}.luxury-header__drawer-close{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border:none;background:transparent;cursor:pointer;color:var(--luxury-nav-text)}.luxury-header__drawer-menu{list-style:none;margin:0 0 2.4rem;padding:0}.luxury-header__drawer-menu li{border-bottom:1px solid var(--luxury-border)}.luxury-header__drawer-menu-link{display:block;padding:1.4rem 0;font-size:calc(1.5rem + 1px);font-weight:500;letter-spacing:.04em;text-decoration:none;color:var(--luxury-nav-text)}.luxury-header__drawer-menu-link.is-active{color:var(--luxury-nav-active)}.luxury-header__drawer-contact{display:flex;flex-direction:column;gap:1.2rem;padding-top:1.6rem;border-top:1px solid var(--luxury-border)}.luxury-header__drawer-contact a{display:inline-flex;align-items:center;gap:.8rem;color:var(--luxury-nav-text);text-decoration:none;font-size:1.3rem}.luxury-header__search-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;align-items:flex-start;justify-content:center;padding:8rem 2rem 2rem;background:#00000080}.luxury-header__search-modal.is-open{display:flex}.luxury-header__search-box{width:min(64rem,100%);background:#fff;padding:2rem;border-radius:.4rem;box-shadow:0 8px 32px #00000026}.luxury-header__search-form{display:flex;gap:1rem}.luxury-header__search-input{flex:1;padding:1.2rem 1.6rem;border:1px solid var(--luxury-border);font-size:1.5rem;outline:none}.luxury-header__search-input:focus{border-color:var(--luxury-accent)}.luxury-header__search-submit{padding:1.2rem 2rem;border:none;background:var(--luxury-accent);color:#fff;font-size:1.4rem;font-weight:500;cursor:pointer;letter-spacing:.04em}.luxury-header__search-close{position:absolute;top:2rem;right:2rem;width:4rem;height:4rem;border:none;background:transparent;color:#fff;cursor:pointer}.luxury-header__search-close svg{width:2.4rem;height:2.4rem}@media screen and (max-width:989px){.luxury-header__top-bar-inner{padding:.8rem 1.6rem}.luxury-header__contact-divider,.luxury-header__contact-item--email{display:none}.luxury-header__main-inner{grid-template-columns:auto 1fr auto;padding:1.2rem 1.6rem;gap:1rem}.luxury-header__logo{justify-self:center}.luxury-header__nav{display:none}.luxury-header__mobile-toggle{display:inline-flex}.luxury-header__drawer{display:block}.luxury-header__icon-divider{display:none}.luxury-header__icon-btn{width:4rem;height:4rem}}@media screen and (max-width:549px){.luxury-header__social{gap:1rem}.luxury-header__social-link svg{width:1.4rem;height:1.4rem}.luxury-header__logo-text{font-size:2.2rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-luxury-header.css.map */
