:root{--lux-header-bg: #ffffff;--lux-header-text: #1a1a1a;--lux-header-accent: #a88362;--lux-header-accent-hover: #8f6c4d;--lux-header-border: rgba(0, 0, 0, .08);--lux-header-shadow: 0 4px 20px rgba(0, 0, 0, .05)}.section-header{position:sticky;top:0;z-index:50;width:100%}.header-wrapper{background-color:var(--lux-header-bg)!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:1px solid var(--lux-header-border)!important;transition:box-shadow .25s ease,transform .25s ease;position:relative;z-index:50}.shopify-section-header-sticky .header-wrapper,.scrolled-past-header .header-wrapper{background-color:var(--lux-header-bg)!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:var(--lux-header-shadow)!important;border-bottom-color:#0000000f!important}@media screen and (min-width:990px){.header{display:grid!important;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr)!important;grid-template-areas:"heading navigation icons"!important;align-items:center!important;justify-content:space-between!important;position:relative!important;padding-top:1.4rem!important;padding-bottom:1.4rem!important}.header__heading{grid-area:heading!important;justify-self:start!important;margin:0!important}.header__inline-menu{grid-area:navigation!important;justify-self:center!important;margin:0 auto!important;display:flex!important;justify-content:center!important}.header__inline-menu .list-menu--inline{display:inline-flex!important;justify-content:center!important;align-items:center!important;gap:.6rem!important;flex-wrap:wrap!important}.header__icons{grid-area:icons!important;justify-self:end!important}}.header__heading-link{display:inline-flex;align-items:center;text-decoration:none}.header__heading-logo{display:block;width:auto;object-fit:contain;transition:transform .2s ease}.header__heading-link:hover .header__heading-logo{transform:scale(1.02)}.header__menu-item{position:relative;display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.4rem!important;font-family:var(--font-body-family);font-size:1.8rem!important;font-weight:500!important;letter-spacing:.03em;color:var(--lux-header-text)!important;text-decoration:none!important;border-radius:4px;transition:color .2s ease,background-color .2s ease;cursor:pointer}.header__menu-item>span:first-child{position:relative;display:inline-flex;align-items:center;gap:.4rem}.header__menu-item>span:first-child:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--lux-header-accent);border-radius:2px;transform:scaleX(0);transform-origin:right;transition:transform .25s cubic-bezier(.2,.8,.2,1)}.header__menu-item:hover>span:first-child:after,.header__active-menu-item:after{transform:scaleX(1);transform-origin:left}.header__menu-item:hover{color:var(--lux-header-accent)!important}.header__menu-item .icon-caret,.header__menu-item svg{width:1rem;height:1rem;color:#666;transition:transform .25s ease,color .2s ease}details[open]>.header__menu-item .icon-caret,details[open]>.header__menu-item svg{transform:rotate(180deg);color:var(--lux-header-accent)}@media screen and (min-width:990px){header-menu{position:relative;display:inline-block}header-menu details[open]>.header__submenu,header-menu details[open]>.mega-menu__content{opacity:1!important;visibility:visible!important;pointer-events:auto!important}header-menu>details>summary{position:relative}header-menu>details>summary:before{content:"";position:absolute;top:100%;left:0;width:100%;height:14px;background:transparent}}.header__submenu{position:absolute;top:calc(100% + 8px);left:0;min-width:230px;padding:.8rem!important;background-color:#fff!important;background-image:none!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:8px!important;box-shadow:0 14px 40px #0000001a,0 2px 8px #0000000a!important;z-index:100;animation:luxMenuFadeIn .22s cubic-bezier(.16,1,.3,1) forwards}@keyframes luxMenuFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.header__submenu li{list-style:none}.header__submenu .header__menu-item{width:100%;padding:.9rem 1.4rem!important;font-size:1.8rem!important;font-weight:400!important;color:#2b2723!important;border-radius:6px;transition:background-color .15s ease,color .15s ease,padding-left .15s ease}.header__submenu .header__menu-item:hover{background-color:#f7f3ee!important;color:var(--lux-header-accent)!important;padding-left:1.8rem!important}.header__submenu .header__menu-item>span:after{display:none!important}.header__submenu .header__submenu{top:0;left:calc(100% + 6px)}.mega-menu{position:static!important}.mega-menu__content{position:absolute!important;top:100%!important;left:0!important;right:0!important;width:100%!important;background-color:#fff!important;background-image:none!important;border-top:1px solid rgba(0,0,0,.06)!important;border-bottom:1px solid rgba(0,0,0,.08)!important;border-left:none!important;border-right:none!important;border-radius:0!important;box-shadow:0 24px 48px -12px #0000001a,0 4px 12px #00000008!important;padding:3.5rem 0 4rem!important;z-index:100!important;animation:luxMegaFadeIn .25s cubic-bezier(.16,1,.3,1) forwards}@keyframes luxMegaFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mega-menu__inner{display:flex!important;gap:4rem!important;align-items:flex-start!important;justify-content:space-between!important}.mega-menu__list{flex:1 1 auto!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important;gap:2.5rem 3.5rem!important;list-style:none!important;padding:0!important;margin:0!important}.mega-menu__column{list-style:none}.mega-menu__link--level-2{display:inline-block!important;font-family:var(--font-heading-family)!important;font-size:1.3rem!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#111!important;padding-bottom:.8rem!important;margin-bottom:1.2rem!important;border-bottom:1px solid rgba(0,0,0,.07)!important;width:100%!important;text-decoration:none!important;transition:color .2s ease}.mega-menu__link--level-2:hover{color:var(--lux-header-accent)!important}.mega-menu__sublist{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:.9rem!important}.mega-menu__sublist .mega-menu__link{display:inline-block!important;font-family:var(--font-body-family)!important;font-size:1.35rem!important;font-weight:400!important;color:#555!important;text-decoration:none!important;transition:color .2s ease,transform .2s ease}.mega-menu__sublist .mega-menu__link:hover{color:var(--lux-header-accent)!important;transform:translate(4px)}.mega-menu__promo-card{flex:0 0 320px!important;background:#faf7f2;border:1px solid rgba(168,131,98,.22);border-radius:8px;padding:2.8rem 2.4rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000000a}.mega-menu__promo-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--lux-header-accent)}.mega-menu__promo-badge{font-family:var(--font-body-family);font-size:.95rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--lux-header-accent);margin-bottom:.8rem;display:block}.mega-menu__promo-title{font-family:var(--font-heading-family);font-size:2rem;font-weight:400;line-height:1.25;color:#1a1a1a;margin:0 0 .8rem}.mega-menu__promo-desc{font-family:var(--font-body-family);font-size:1.25rem;line-height:1.55;color:#666;margin:0 0 1.8rem}.mega-menu__promo-btn{display:inline-flex;align-items:center;gap:.8rem;font-family:var(--font-body-family);font-size:1.1rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#111;text-decoration:none;transition:gap .2s ease,color .2s ease}.mega-menu__promo-btn:hover{gap:1.2rem;color:var(--lux-header-accent)}.header__icons{display:flex;align-items:center;gap:.6rem;justify-content:flex-end}.header__icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:4.2rem!important;height:4.2rem!important;padding:0!important;color:var(--lux-header-text)!important;border-radius:50%!important;transition:background-color .2s ease,color .2s ease,transform .15s ease;position:relative;text-decoration:none}.header__icon:hover{background-color:#0000000a!important;color:var(--lux-header-accent)!important}.header__icon:active{transform:scale(.94)}.header__icon .svg-wrapper,.header__icon svg{stroke-width:1.5}.header__icon--cart{position:relative}.cart-count-bubble{position:absolute!important;top:.4rem!important;right:.4rem!important;background-color:#111!important;color:#fff!important;font-family:var(--font-body-family);font-size:1rem!important;font-weight:600!important;min-width:1.8rem!important;height:1.8rem!important;border-radius:1rem!important;padding:0 .4rem!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;box-shadow:0 2px 5px #0003!important;border:1.5px solid #ffffff!important}@media screen and (max-width:989px){.header{display:grid!important;grid-template-areas:"left-icon heading icons"!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;padding:1rem 1.6rem!important;min-height:60px!important}.header__heading{justify-content:center!important;grid-area:heading!important}.header__heading-logo{max-height:42px!important}header-drawer{grid-area:left-icon!important}.header__icons{grid-area:icons!important;gap:.2rem!important}.header__icon{width:3.8rem!important;height:3.8rem!important}.menu-drawer{background-color:#fff!important;background-image:none!important;border-right:1px solid rgba(0,0,0,.08)!important;box-shadow:4px 0 24px #0000001f!important}.menu-drawer__inner-container{background-color:#fff!important}.menu-drawer__menu-item{padding:1.4rem 2.4rem!important;font-size:1.5rem!important;font-weight:500!important;color:#1a1a1a!important;border-bottom:1px solid rgba(0,0,0,.04)!important;transition:background-color .15s ease,color .15s ease}.menu-drawer__menu-item:hover,.menu-drawer__menu-item:active{background-color:#f7f3ee!important;color:var(--lux-header-accent)!important}.menu-drawer__utility-links{background-color:#faf8f5!important;border-top:1px solid rgba(0,0,0,.06)!important;padding:2rem!important}.menu-drawer__account{font-size:1.3rem!important;font-weight:500!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/custom-header-professional.css.map */
