.mj-site-header { position: relative; z-index: 100; color: #fff; background: linear-gradient(110deg, var(--mj-primary-dark), var(--mj-primary)); box-shadow: 0 4px 16px rgb(113 19 26 / 16%); }
.mj-topbar { border-bottom: 1px solid rgb(255 255 255 / 16%); font-size: .82rem; }
.mj-topbar__inner { display: flex; min-height: 34px; align-items: center; gap: 22px; }
.mj-topbar__brand { margin-right: auto; font-weight: 800; letter-spacing: .02em; }
.mj-topbar__nav, .mj-topbar__account, .mj-inline-menu { display: flex; align-items: center; gap: 16px; }
.mj-inline-menu { margin: 0; padding: 0; list-style: none; }
.mj-topbar a { color: rgb(255 255 255 / 90%); }
.mj-topbar a:hover { color: #fff; text-decoration: underline; }
.mj-main-header__inner { display: grid; grid-template-columns: 210px minmax(300px, 1fr) 62px; min-height: var(--mj-header-height); align-items: center; gap: 28px; }
.mj-logo { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 950; letter-spacing: .02em; }
.mj-logo:hover { color: #fff; }
.mj-logo__mark { display: grid; width: 48px; height: 48px; place-items: center; border: 3px solid currentColor; border-radius: 13px 5px 13px 5px; font-size: 1.25rem; line-height: 1; }
.mj-logo__text { display: flex; flex-direction: column; font-size: 1.55rem; line-height: 1; }
.mj-logo__text small { margin-top: 5px; font-size: .62rem; font-weight: 700; letter-spacing: .05em; opacity: .82; }
.mj-logo__image { width: auto; max-height: 62px; }
.mj-search-wrap { min-width: 0; }
.mj-product-search { display: flex; width: 100%; height: 46px; overflow: hidden; padding: 3px; background: #fff; border-radius: 9px; box-shadow: 0 3px 14px rgb(79 8 13 / 16%); }
.mj-product-search__field { min-width: 0; flex: 1; padding: 0 15px; color: var(--mj-text); background: #fff; border: 0; outline: 0; }
.mj-product-search__field::placeholder { color: #98a2b3; }
.mj-product-search__button { display: inline-flex; min-width: 92px; align-items: center; justify-content: center; gap: 6px; color: #fff; background: var(--mj-primary-dark); border: 0; border-radius: 7px; font-weight: 800; }
.mj-product-search__button:hover { background: #8e1820; }
.mj-product-search__button .mj-icon { width: 19px; height: 19px; }
.mj-hot-searches { display: flex; min-width: 0; align-items: center; gap: 11px; margin-top: 7px; overflow: hidden; color: rgb(255 255 255 / 78%); font-size: .78rem; white-space: nowrap; }
.mj-hot-searches a { color: inherit; }
.mj-hot-searches a:hover { color: #fff; text-decoration: underline; }
.mj-header-cart { position: relative; display: grid; width: 52px; height: 52px; place-items: center; color: #fff; border-radius: 50%; }
.mj-header-cart:hover { color: #fff; background: rgb(255 255 255 / 10%); }
.mj-header-cart .mj-icon { width: 30px; height: 30px; }
.mj-cart-count { position: absolute; top: 1px; right: 0; display: grid; min-width: 21px; height: 21px; place-items: center; padding-inline: 5px; color: var(--mj-primary-dark); background: #fff; border: 2px solid var(--mj-primary); border-radius: 999px; font-size: .68rem; font-weight: 900; line-height: 1; }
.mj-cart-count.is-empty { display: none; }
.mj-primary-nav { color: var(--mj-text); background: #fff; border-bottom: 1px solid var(--mj-border); }
.mj-primary-menu { display: flex; min-height: 42px; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; font-size: .92rem; font-weight: 800; }
.mj-primary-menu a { position: relative; display: flex; min-height: 42px; align-items: center; }
.mj-primary-menu a::after { position: absolute; right: 50%; bottom: 0; left: 50%; height: 3px; content: ""; background: var(--mj-primary); transition: .18s; }
.mj-primary-menu a:hover::after, .mj-primary-menu .current-menu-item > a::after { right: 0; left: 0; }
.mj-menu-toggle { display: none; padding: 6px; color: #fff; background: transparent; border: 0; }
.mj-search-overlay { position: fixed; z-index: 1100; inset: 0; display: none; align-items: flex-start; justify-content: center; padding: 80px 16px 20px; background: rgb(16 24 40 / 72%); backdrop-filter: blur(5px); }
.mj-search-overlay.is-open { display: flex; }
.mj-search-overlay__panel { position: relative; width: min(100%, 680px); padding: 28px; background: #fff; border-radius: 16px; box-shadow: 0 30px 80px rgb(0 0 0 / 30%); }
.mj-search-overlay__panel h2 { margin-top: 0; }
.mj-search-overlay__close { position: absolute; top: 8px; right: 10px; width: 42px; height: 42px; color: var(--mj-text); background: transparent; border: 0; font-size: 2rem; }
.mj-search-overlay__hint { margin: 12px 0 0; color: var(--mj-text-secondary); font-size: .9rem; }

