:root{--bh-header-height: 80px;--bh-color-text: #1f1f1f;--bh-color-accent: #8f100c;--bh-bg: #ffffff;--bh-border: #ececec;--bh-radius: 16px;--bh-shadow: 0 12px 35px rgba(0,0,0,.08);--bh-transition: .25s ease}.bh-header{position:relative;direction:rtl;background:var(--bh-bg);border-bottom:1px solid var(--bh-border);z-index:200}.bh-header *,.bh-header *:before,.bh-header *:after{box-sizing:border-box}.bh-header a{color:inherit;text-decoration:none}.bh-header ul{margin:0;padding:0;list-style:none}.bh-header button{-webkit-appearance:none;appearance:none;background:none;border:0;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit}.bh-header .page-width{max-width:1440px;margin-inline:auto;padding-inline:40px}.bh-header__inner{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"logo nav utilities";align-items:center;column-gap:48px;height:var(--bh-header-height)}.bh-header__logo{grid-area:logo;justify-self:start;display:flex;align-items:center}.bh-header__logo-link{display:inline-flex;align-items:center}.bh-header__logo img{display:block;height:auto;max-width:170px}.bh-header__text-logo{font-size:28px;font-weight:700;letter-spacing:.04em}.bh-header__utilities{grid-area:utilities;justify-self:end;display:flex;align-items:center;gap:14px}.bh-header__icon-button{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;transition:background var(--bh-transition),color var(--bh-transition)}.bh-header__icon-button:hover{background:#f5f5f5;color:var(--bh-color-accent)}.bh-header__icon-button svg{width:22px;height:22px;display:block}.bh-header__mobile-toggle{display:none}.bh-header__nav{grid-area:nav;display:flex;justify-content:center;align-items:center;height:100%}.bh-header__menu{display:flex;align-items:stretch;gap:36px;height:100%}.bh-header__menu-item{position:relative}.bh-header__menu-link,.bh-header__menu-button{display:flex;align-items:center;gap:8px;height:100%;padding:0;color:var(--bh-color-text);font-size:16px;font-weight:500;white-space:nowrap;transition:color .25s ease}.bh-header__menu-link:hover,.bh-header__menu-button:hover{color:var(--bh-color-accent)}.bh-header__menu-button svg{width:14px;height:14px;transition:transform .25s ease}.bh-header__menu-item:hover>.bh-header__menu-button svg{transform:rotate(180deg)}.bh-header__submenu{position:absolute;top:100%;right:0;min-width:280px;display:flex;flex-direction:column;background:#fff;border:1px solid var(--bh-border);border-radius:14px;box-shadow:var(--bh-shadow);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;z-index:50}.bh-header__menu-item:hover>.bh-header__submenu{opacity:1;visibility:visible;transform:translateY(0)}.bh-header__submenu-list{display:flex;flex-direction:column}.bh-header__submenu .bh-header__menu-item{width:100%}.bh-header__submenu .bh-header__menu-link,.bh-header__submenu .bh-header__menu-button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 24px;height:auto;font-size:15px}.bh-header__submenu .bh-header__menu-link:hover,.bh-header__submenu .bh-header__menu-button:hover{background:#f7f7f7}.bh-header__submenu .bh-header__submenu{top:-10px;right:100%;margin-right:8px}.bh-header.is-sticky{position:sticky;top:0;left:0;right:0;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 24px #0000000f}.bh-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-start;background:#00000059;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:999}.bh-header__drawer.is-open{opacity:1;visibility:visible}.bh-header__drawer-panel{width:min(340px,90vw);height:100%;background:#fff;display:flex;flex-direction:column;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease}.bh-header__drawer.is-open .bh-header__drawer-panel{transform:translate(0)}.bh-header__drawer-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--bh-border);direction:ltr}.bh-header__drawer-actions{display:flex;gap:16px;align-items:center}.bh-header__drawer-close{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:999px}.bh-header__drawer-close:hover{background:#f6f6f6}.bh-header__mobile-menu{display:block}.bh-header__mobile-menu>.bh-header__menu-item{display:block;border-bottom:1px solid #efefef}.bh-header__mobile-menu .bh-header__menu-button,.bh-header__mobile-menu .bh-header__menu-link{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:58px;padding:0 22px;font-size:16px;font-weight:500}.bh-header__mobile-menu .bh-header__menu-button svg{transition:transform .25s ease}.bh-header__mobile-menu .bh-header__submenu{position:static;display:block;max-height:0;overflow:hidden;background:#fafafa;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none;transition:max-height .35s ease}.bh-header__mobile-menu .bh-header__menu-item.is-open>.bh-header__submenu{max-height:700px}.bh-header__mobile-menu .bh-header__submenu-list{display:block}.bh-header__mobile-menu .bh-header__submenu-list>.bh-header__menu-item{display:block}.bh-header__mobile-menu .bh-header__submenu .bh-header__menu-link{display:block;padding:14px 48px;font-size:14px;font-weight:400;background:#fafafa;border-top:1px solid #f2f2f2}.bh-header__mobile-menu .bh-header__menu-item.is-open>.bh-header__menu-button{color:var(--bh-color-accent)}.bh-header__mobile-menu .bh-header__menu-item.is-open>.bh-header__menu-button svg{transform:rotate(180deg)}@media(max-width:990px){.bh-header .page-width{padding-inline:16px}.bh-header__inner{grid-template-columns:auto 1fr auto;grid-template-areas:"mobile logo utilities";column-gap:12px;height:72px}.bh-header__mobile-toggle{display:flex;justify-content:center;align-items:center;grid-area:mobile;justify-self:start;width:36px;height:36px}.bh-header__mobile-toggle svg{width:22px;height:22px}.bh-header__logo{grid-area:logo;justify-self:center}.bh-header__logo img{max-width:130px}.bh-header__utilities{grid-area:utilities;justify-self:end;display:flex;align-items:center;gap:12px}.bh-header__utilities .bh-header__icon-button{width:34px;height:34px}.bh-header__utilities .bh-header__icon-button svg{width:20px;height:20px}.bh-header__nav{display:none}}@media(min-width:991px){.bh-header__drawer{display:none}}.bh-header a:focus-visible,.bh-header button:focus-visible{outline:2px solid var(--bh-color-accent);outline-offset:3px}[hidden]{display:none!important}@media(max-width:990px){.bh-header__mobile-menu .bh-header__submenu{position:static;width:100%;max-height:0;overflow:hidden;background:#fafafa;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none;transition:max-height .35s ease}.bh-header__mobile-menu .bh-header__menu-item.is-open>.bh-header__submenu{max-height:600px}.bh-header__mobile-menu .bh-header__submenu .bh-header__menu-link{display:block;width:100%;padding:14px 48px;font-size:14px;font-weight:400;text-align:right;background:#fafafa;border-bottom:1px solid #f3f3f3}.bh-header__mobile-menu .bh-header__menu-item.is-open>.bh-header__menu-button{color:var(--bh-color-accent);font-weight:600}.bh-header__mobile-menu .bh-header__menu-item.is-open>.bh-header__menu-button svg{transform:rotate(180deg)}.bh-header__mobile-menu .bh-header__menu-item{display:block;position:relative;width:100%}.bh-header__mobile-menu .bh-header__menu-button{display:flex;justify-content:space-between;align-items:center;width:100%}.bh-header__mobile-menu .bh-header__submenu{display:block;position:static;width:100%;margin:0;padding:0}.bh-header__mobile-menu .bh-header__submenu-list{display:block;width:100%}.bh-header__mobile-menu .bh-header__submenu-list>.bh-header__menu-item{display:block;width:100%}}.bh-header__drawer-footer{margin-top:auto;padding:24px;border-top:1px solid var(--bh-border);display:flex;flex-direction:column;gap:14px}.bh-header__drawer-footer a{font-size:15px;font-weight:500;color:var(--bh-color-text)}.bh-header__drawer-social{display:flex;justify-content:center;gap:18px;padding:20px 24px 28px;border-top:1px solid var(--bh-border)}.bh-header__drawer-social a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;transition:.25s}.bh-header__drawer-social a:hover{background:#f5f5f5;color:var(--bh-color-accent)}.bh-header__drawer-footer{margin-top:auto;display:flex;flex-direction:column;gap:14px;padding:24px;border-top:1px solid var(--bh-border)}.bh-header__drawer-footer a{color:var(--bh-color-text);font-size:15px;font-weight:500;transition:color .25s ease}.bh-header__drawer-footer a:hover{color:var(--bh-color-accent)}.bh-header__drawer-social svg{width:20px;height:20px}.bh-header__social-link--instagram svg{width:22px;height:22px}.bh-header__social-link--facebook svg{width:18px;height:18px}.bh-header__social-link--tiktok svg{width:19px;height:19px}.bh-header__social-link--pinterest svg{width:17px;height:17px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/bh-header.css.map */
