.site-header#sfHeader{position:fixed;top:var(--announcement-bar-height, 0px);left:0;right:0;height:64px;background:#faf8f4eb;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);z-index:var(--z-header);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 24px;transition:box-shadow .3s cubic-bezier(.4,0,.2,1);border-bottom:1px solid rgba(62,46,39,.06)!important}.site-header#sfHeader.scrolled{box-shadow:0 1px 16px #3e2e270f!important;border-bottom:1px solid rgba(62,46,39,.12)!important}.header__left{display:flex;align-items:center;gap:4px;justify-self:start}.header__right{display:flex;align-items:center;gap:4px;justify-self:end}.header__icon-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#3e2e27;background:none;border:none;cursor:pointer;position:relative;transition:opacity .2s;text-decoration:none;-webkit-tap-highlight-color:transparent}.header__icon-btn:active{opacity:.6}.header__icon-btn svg{width:20px;height:20px;min-width:20px;flex-shrink:0;stroke-width:1.5}.header__logo{display:flex;align-items:center;gap:10px;justify-self:center;color:#3e2e27;text-decoration:none;white-space:nowrap}.header__logo-icon{width:34px;height:34px;object-fit:contain;border-radius:50%}.header__logo-text{font-family:Cormorant Garamond,Georgia,serif;font-size:20px;font-weight:500;color:#3e2e27;line-height:1.15;display:block}.header__logo-sub{display:block;font-family:Inter,-apple-system,sans-serif;font-size:8px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:#5b7e6f;margin-top:1px}.header__cart-count.cart-count,.header__cart-count{position:absolute;top:8px;right:8px;width:7px;height:7px;background:#5b7e6f!important;color:transparent!important;font-size:0!important;border-radius:50%;pointer-events:none}.header__desktop-nav{display:none}.header__nav-item{position:relative;display:inline-flex;align-items:center}.header__nav-link{font-family:Inter,-apple-system,sans-serif;font-size:13px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#6e5c54;text-decoration:none;padding:4px 0;position:relative;transition:color .3s}.header__nav-link:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1.5px;background:#5b7e6f;transform:scaleX(0);transition:transform .3s cubic-bezier(.16,1,.3,1);transform-origin:left}.header__nav-link:hover{color:#3e2e27}.header__nav-link:hover:after{transform:scaleX(1)}.header__nav-link.active{color:#3e2e27}.header__nav-link.active:after{transform:scaleX(1)}.header__dropdown{position:absolute;top:calc(100% + 18px);left:-24px;width:380px;background:#fff;border:1.5px solid #E8DED0;padding:28px;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .3s cubic-bezier(.16,1,.3,1);z-index:200;box-shadow:0 12px 40px #3e2e2714}.header__dropdown{display:none}.header__dropdown-product{display:flex;gap:20px;align-items:flex-start;text-decoration:none;color:inherit}.header__dropdown-product-img{width:100px;height:120px;flex-shrink:0;overflow:hidden;border:1px solid #E8DED0}.header__dropdown-product-img img{width:100%;height:100%;object-fit:cover;display:block}.header__dropdown-product-img-placeholder{width:100%;height:100%;background:linear-gradient(145deg,#e8ede5,#f5f0e8,#e8ded0)}.header__dropdown-product-info{flex:1}.header__dropdown-product-badge{font-family:Inter,-apple-system,sans-serif;font-size:8px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#faf8f4;background:#5b7e6f;padding:3px 8px;display:inline-block;margin-bottom:8px}.header__dropdown-product-name{font-family:Cormorant Garamond,Georgia,serif;font-size:18px;font-weight:400;color:#3e2e27;line-height:1.3;margin:0 0 4px}.header__dropdown-product-detail{font-family:Inter,-apple-system,sans-serif;font-size:11px;color:#6e5c54;margin:0 0 14px;line-height:1.5}.header__dropdown-product-row{display:flex;align-items:center;justify-content:space-between}.header__dropdown-product-price{font-family:Inter,-apple-system,sans-serif;font-size:15px;font-weight:500;color:#3e2e27}.header__dropdown-product-btn{font-family:Inter,-apple-system,sans-serif;font-size:9px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:10px 18px;background:#3e2e27;color:#faf8f4;transition:background .3s;cursor:pointer}.header__dropdown-product:hover .header__dropdown-product-btn{background:#5b7e6f}.header__dropdown-links{margin-top:20px;padding-top:16px;border-top:1px solid #E8DED0;display:flex;gap:20px}.header__dropdown-links a{font-family:Inter,-apple-system,sans-serif;font-size:11px;font-weight:400;color:#6e5c54;text-decoration:none;transition:color .2s}.header__dropdown-links a:hover{color:#5b7e6f}.header-spacer{height:calc(var(--announcement-bar-height, 0px) + 64px)}.skip-to-main{position:absolute;top:-100%;left:16px;background:#3e2e27;color:#faf8f4;padding:12px 24px;z-index:10000;font-family:Inter,sans-serif;font-size:14px;text-decoration:none;border-radius:0 0 4px 4px}.skip-to-main:focus{top:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:767px){.site-header#sfHeader{height:56px;padding:0 16px}.header__logo-icon{display:none}.header__logo-text{font-size:20px;text-align:center}.header__logo-sub{font-size:8.5px;font-weight:600;text-align:center}.header-spacer{height:calc(var(--announcement-bar-height, 0px) + 56px)}}@media(max-width:968px){.header__menu-toggle{display:flex}.header__search-btn,.header__account-btn,.header__desktop-nav{display:none}}@media(min-width:969px){.site-header#sfHeader{grid-template-columns:1fr auto 1fr;height:64px;padding:0 64px}.header__menu-toggle,.header__search-btn,.header__left{display:none}.header__logo{justify-self:start}.header__logo-icon{display:block;width:36px;height:36px}.header__logo-text{font-size:22px}.header__logo-sub{font-size:8px}.header__desktop-nav{display:flex;align-items:center;gap:32px;justify-self:center;align-self:end;padding-bottom:8px}.header__right{justify-self:end}.header-spacer{height:calc(var(--announcement-bar-height, 0px) + 64px)}}.shopify-section--sf-header,.shopify-section-group-header-group,.shopify-section-group-header-group .shopify-section,[class*=shopify-section][class*=header],section[id*=sf-header],#shopify-section-header-group-sf-header,#shopify-section-sf-header{background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important;padding:0!important;margin:0!important}.shopify-section-group-header-group:before,.shopify-section-group-header-group:after,.shopify-section-group-header-group .shopify-section:before,.shopify-section-group-header-group .shopify-section:after{display:none!important;content:none!important}@media(prefers-reduced-motion:reduce){.site-header#sfHeader{transition:none}.header__nav-link:after{transition:none}.header__dropdown{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/sf-header.css.map */
