.custom-header{position:sticky;top:0;z-index:50;width:100%;background:#fff;box-shadow:0 1px 2px #0000000d;border-radius:0}.custom-header__inner{display:flex;align-items:center;justify-content:space-between;height:112px;max-width:1440px;margin:0 auto;padding:0 8rem}.custom-header__left{display:flex;align-items:center;gap:4rem}.custom-header__logo-link{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.custom-header__logo{width:80px;height:80px;object-fit:contain;border-radius:46px}.custom-header__logo-text{font-family:Poppins,sans-serif;font-weight:600;font-size:1.25rem;color:#4a342a;white-space:nowrap}.custom-header__nav{display:none;align-items:center;gap:2.5rem}@media screen and (min-width:1100px){.custom-header__nav{display:flex}}.custom-header__nav-link{font-family:Poppins,sans-serif;font-weight:500;font-size:1.6rem;color:#4a342a;text-decoration:none;transition:color .2s ease;white-space:nowrap}.custom-header__nav-link:hover,.custom-header__nav-link--active{color:#d4a5a5}.custom-header__dropdown-wrap{position:relative}.custom-header__nav-link--has-dropdown{display:flex;align-items:center;gap:.4rem}.custom-header__chevron{transition:transform .2s ease;flex-shrink:0}.custom-header__dropdown-wrap:hover .custom-header__chevron{transform:rotate(180deg)}.custom-header__dropdown{position:absolute;top:calc(100% + 1rem);left:50%;transform:translate(-50%);background:#fff;border:1px solid rgba(74,52,42,.1);border-radius:1.2rem;box-shadow:0 8px 32px #4a342a1f;min-width:20rem;padding:.6rem;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:200}.custom-header__dropdown-wrap:hover .custom-header__dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.custom-header__dropdown-link{font-family:Poppins,sans-serif;font-weight:500;font-size:1.5rem;color:#4a342a;text-decoration:none;padding:.75rem 1.2rem;border-radius:.8rem;transition:background .15s ease,color .15s ease;white-space:nowrap}.custom-header__dropdown-link:hover,.custom-header__dropdown-link--active{background:#d4a5a526;color:#d4a5a5}.custom-header__icons{display:flex;align-items:center;gap:1rem}.custom-header__icon-btn{display:flex;align-items:center;justify-content:center;color:#4a342a;background:none;border:none;cursor:pointer;padding:.25rem;text-decoration:none;transition:color .2s ease}.custom-header__icon-btn:hover{color:#d4a5a5}.custom-header__cart-btn{position:relative}.custom-header__cart-count{position:absolute;top:-.7rem;right:-.7rem;background:#d4a5a5;color:#fff;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;border-radius:50%;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;line-height:1;text-align:center;padding-top:1px}.custom-header__cart-count:empty,.custom-header__cart-count[data-count="0"]{display:none}.custom-header__hamburger{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#4a342a;padding:.25rem;transition:color .2s ease}.custom-header__hamburger:hover{color:#d4a5a5}@media screen and (min-width:1100px){.custom-header__hamburger{display:none}}.custom-header__mobile-menu{display:none;flex-direction:column;background:#fff;padding:1rem 2rem 1.5rem;border-top:1px solid rgba(74,52,42,.1)}.custom-header__mobile-menu.is-open{display:flex}@media screen and (min-width:1100px){.custom-header__mobile-menu{display:none!important}}.custom-header__mobile-nav-link{font-family:Poppins,sans-serif;font-weight:500;font-size:1.6rem;color:#4a342a;text-decoration:none;padding:.75rem 0;border-bottom:1px solid rgba(74,52,42,.08);transition:color .2s ease}.custom-header__mobile-nav-link:last-child{border-bottom:none}.custom-header__mobile-nav-link--parent{background:none;border:none;cursor:pointer;width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between}.custom-header__mobile-nav-link--parent.is-open .custom-header__chevron{transform:rotate(180deg)}.custom-header__mobile-children{display:flex;flex-direction:column}.custom-header__mobile-children[hidden]{display:none!important}.custom-header__mobile-nav-link--child{padding-left:2rem;font-size:1.4rem;font-weight:400;border-bottom:none;color:#7a6058}.custom-header__mobile-nav-link--child:last-child{border-bottom:1px solid rgba(74,52,42,.08);padding-bottom:.5rem;margin-bottom:.25rem}.custom-header__mobile-nav-link:hover,.custom-header__mobile-nav-link--active{color:#d4a5a5}@media screen and (max-width:1440px){.custom-header__inner{padding:0 4rem}}@media screen and (max-width:1100px){.custom-header__inner{padding:0 2rem}}@media screen and (max-width:749px){.custom-header__inner{height:72px;padding:0 1rem}.custom-header__logo{width:56px;height:56px}}.header-search-panel{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid rgba(74,52,42,.08);box-shadow:0 8px 32px #4a342a1a;z-index:48;overflow:hidden;max-height:0;transition:max-height .28s cubic-bezier(.4,0,.2,1)}.header-search-panel--open{max-height:70vh;overflow-y:auto}.header-search-panel__inner{max-width:1440px;margin:0 auto;padding:2rem 8rem 2.4rem}.header-search-panel__predictive{position:relative;display:block}.header-search-panel__form{position:relative}.header-search-panel__field{display:flex;align-items:center;gap:.8rem;background:#f7f3ee;border:1.5px solid rgba(74,52,42,.12);border-radius:12px;padding:0 1.6rem;transition:border-color .2s ease,box-shadow .2s ease}.header-search-panel__field:focus-within{border-color:#4a342a4d}.header-search-panel__field-icon{flex-shrink:0;color:#4a342a66}.header-search-panel__input{flex:1;height:5.2rem;background:transparent;border:none;outline:none;font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:400;color:#4a342a;min-width:0}.header-search-panel__input::placeholder{color:#4a342a61}.header-search-panel__input:focus,.header-search-panel__input:focus-visible{outline:none;box-shadow:none}.header-search-panel__input::-webkit-search-cancel-button{display:none}.header-search-panel__submit{flex-shrink:0;background:#4a342a;color:#fff;border:none;outline:none;border-radius:9px;padding:.8rem 1.8rem;font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s ease}.header-search-panel__submit:hover{background:#3a2720}.header-search-panel__close{flex-shrink:0;background:none;border:none;outline:none;cursor:pointer;color:#4a342a66;display:flex;align-items:center;padding:.4rem;border-radius:6px;transition:color .2s ease,background .2s ease}.header-search-panel__close:hover{color:#4a342a;background:#4a342a0f}.header-search-panel .predictive-search{position:absolute;top:calc(100% + .8rem);left:0;right:0;background:#fff;border:1px solid rgba(74,52,42,.1);border-radius:14px;box-shadow:0 12px 40px #4a342a21;width:100%;z-index:10;border-top:none;overflow:hidden}.header-search-panel .predictive-search__results-groups-wrapper{border-bottom:1px solid rgba(74,52,42,.07);padding-bottom:0}.header-search-panel .predictive-search__result-group:first-child{flex:0 0 24rem}.header-search-panel .predictive-search__heading{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#4a342a73;border-bottom:1px solid rgba(74,52,42,.07);margin:0 1.6rem;padding:1.4rem 0 .7rem}.header-search-panel .predictive-search__item{padding:1rem 1.6rem;font-family:Poppins,sans-serif;font-size:1.5rem;color:#4a342a}.header-search-panel .predictive-search__list-item[aria-selected=true]>*,.header-search-panel .predictive-search__item:hover{background:#4a342a0a;color:#4a342a}.header-search-panel .predictive-search__image{width:5rem;height:5rem;object-fit:cover;border-radius:8px}.header-search-panel .predictive-search__item-heading{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;color:#4a342a}.header-search-panel .predictive-search__item--term{border-top:1px solid rgba(74,52,42,.07);padding:1.2rem 1.6rem;font-family:Poppins,sans-serif;font-weight:600;font-size:1.5rem;color:#4a342a}.header-search-panel .predictive-search__item--term .icon-arrow{color:#d4a5a5}.header-search-panel .predictive-search .price{font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:600;color:#4a342a;opacity:.7}.custom-header__search-btn{background:none;border:none;cursor:pointer}.custom-header__search-btn[aria-expanded=true]{color:#d4a5a5}@media screen and (max-width:989px){.header-search-panel__inner{padding:1.6rem 2.4rem 2rem}}@media screen and (max-width:479px){.header-search-panel__submit{padding:.8rem 1.2rem;font-size:1.3rem}.header-search-panel__input{font-size:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-custom-header.css.map */
