.mbh-site-header { position: relative; z-index: 100; border-bottom: 1px solid var(--mbh-border); background: var(--mbh-white); }
.mbh-topbar { padding-block: 8px; color: var(--mbh-white); background: var(--mbh-orange); text-align: center; }
.mbh-topbar p { margin: 0; overflow-wrap: anywhere; font-size: .82rem; font-weight: 600; line-height: 1.45; }
.mbh-main-header { background: rgba(255,255,255,.98); }
.mbh-header-inner { display: grid; min-height: 78px; grid-template-columns: minmax(160px,auto) minmax(0,1fr) auto; align-items: center; gap: 28px; }
.mbh-header-brand { min-width: 0; }
.mbh-header-brand .custom-logo { width: auto; max-width: 220px; max-height: 54px; }
.mbh-site-title { display: block; overflow: hidden; color: var(--mbh-dark); font-family: var(--mbh-heading-font); font-size: 1.35rem; font-weight: 600; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.mbh-desktop-nav { justify-self: center; }
.mbh-menu { display: flex; align-items: center; gap: clamp(18px,2vw,30px); margin: 0; padding: 0; list-style: none; }
.mbh-menu li { position: relative; }
.mbh-menu a { display: block; padding-block: 26px; color: var(--mbh-dark); font-size: .95rem; font-weight: 600; line-height: 1.2; text-decoration: none; transition: color 180ms ease; }
.mbh-menu a:hover, .mbh-menu a:focus-visible, .mbh-menu .current-menu-item > a, .mbh-menu .current-menu-ancestor > a { color: var(--mbh-orange); }
.mbh-menu .sub-menu { position: absolute; z-index: 20; top: calc(100% - 8px); left: -18px; width: max-content; min-width: 210px; visibility: hidden; margin: 0; padding: 10px; border: 1px solid var(--mbh-border); border-radius: 12px; opacity: 0; background: var(--mbh-white); box-shadow: var(--mbh-shadow); list-style: none; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
.mbh-menu .sub-menu .sub-menu { top: -10px; left: calc(100% + 6px); }
.mbh-menu .sub-menu a { padding: 10px 12px; font-size: .9rem; }
.mbh-menu li:hover > .sub-menu, .mbh-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.mbh-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.mbh-header-icon, .mbh-drawer-close { position: relative; display: inline-grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--mbh-dark); background: transparent; cursor: pointer; text-decoration: none; transition: color 180ms ease, background-color 180ms ease; }
.mbh-header-icon:hover, .mbh-drawer-close:hover { color: var(--mbh-orange); background: #fff3ed; }
.mbh-header-icon svg, .mbh-drawer-close svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mbh-cart-count { position: absolute; top: 1px; right: 0; display: grid; min-width: 18px; height: 18px; place-items: center; padding-inline: 4px; border: 2px solid var(--mbh-white); border-radius: 999px; color: var(--mbh-white); background: var(--mbh-orange); font-size: .66rem; font-weight: 700; line-height: 1; }
.mbh-cart-count[hidden] { display: none; }
.mbh-mobile-menu-toggle { display: none; }
body.mbh-drawer-open { overflow: hidden; }
.mbh-drawer[hidden] { display: none; }
.mbh-drawer { position: fixed; z-index: 1000; inset: 0; }
.mbh-drawer-overlay { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; opacity: 0; background: rgba(21,21,21,.62); cursor: pointer; transition: opacity 220ms ease; }
.mbh-drawer-panel { position: absolute; z-index: 1; top: 0; right: 0; display: flex; width: min(94vw,440px); height: 100%; flex-direction: column; overflow: hidden; background: var(--mbh-white); box-shadow: -18px 0 45px rgba(0,0,0,.16); transform: translateX(102%); transition: transform 220ms ease; }
.mbh-mobile-nav-drawer .mbh-drawer-panel { width: min(88vw,380px); }
.mbh-drawer.is-open .mbh-drawer-overlay { opacity: 1; }
.mbh-drawer.is-open .mbh-drawer-panel { transform: translateX(0); }
.mbh-drawer-header { display: flex; min-height: 74px; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 22px; border-bottom: 1px solid var(--mbh-border); }
.mbh-drawer-header h2 { margin: 0; font-size: 1.35rem; }
.mbh-mobile-nav { overflow-y: auto; padding: 18px 22px 32px; }
.mbh-mobile-menu, .mbh-mobile-menu .sub-menu { margin: 0; padding: 0; list-style: none; }
.mbh-mobile-menu a { display: block; min-height: 46px; padding: 11px 4px; border-bottom: 1px solid var(--mbh-border); color: var(--mbh-dark); font-weight: 600; text-decoration: none; }
.mbh-mobile-menu a:hover, .mbh-mobile-menu a:focus-visible, .mbh-mobile-menu .current-menu-item > a { color: var(--mbh-orange); }
.mbh-mobile-menu .sub-menu { padding-left: 18px; }
.mbh-mobile-menu .sub-menu a { color: var(--mbh-muted); font-size: .92rem; }
.mbh-mini-cart-body { min-height: 0; flex: 1; overflow-y: auto; padding: 20px 22px 30px; }
.mbh-mini-cart-content ul { margin: 0; padding: 0; list-style: none; }
.mbh-mini-cart-content .woocommerce-mini-cart-item { position: relative; padding: 0 26px 18px 0; margin-bottom: 18px; border-bottom: 1px solid var(--mbh-border); }
.mbh-mini-cart-content .woocommerce-mini-cart-item > a:not(.remove) { display: grid; grid-template-columns: 76px minmax(0,1fr); align-items: start; gap: 14px; color: var(--mbh-dark); font-weight: 600; text-decoration: none; }
.mbh-mini-cart-content .woocommerce-mini-cart-item img { width: 76px; height: 76px; margin: 0; border-radius: 10px; object-fit: cover; }
.mbh-mini-cart-content .remove_from_cart_button { position: absolute; top: 0; right: 0; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: var(--mbh-muted) !important; background: var(--mbh-light); font-size: 1.2rem; line-height: 1; text-decoration: none; }
.mbh-mini-cart-content .remove_from_cart_button:hover { color: var(--mbh-white) !important; background: var(--mbh-orange); }
.mbh-mini-cart-content .variation { margin: 8px 0 6px 90px; color: var(--mbh-muted); font-size: .82rem; }
.mbh-mini-cart-content .variation dt, .mbh-mini-cart-content .variation dd { display: inline; float: none; margin: 0; }
.mbh-mini-cart-content .variation dd::after { content: ""; display: block; }
.mbh-mini-cart-content .quantity { display: block; margin: 7px 0 0 90px; color: var(--mbh-muted); font-size: .9rem; }
.mbh-mini-cart-content .woocommerce-mini-cart__total { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; margin: 0; border-top: 2px solid var(--mbh-dark); color: var(--mbh-dark); }
.mbh-mini-cart-content .woocommerce-mini-cart__buttons { display: grid; gap: 10px; margin: 0; }
.mbh-mini-cart-content .woocommerce-mini-cart__buttons .mbh-button { width: 100%; }
.mbh-mini-cart-content .woocommerce-mini-cart__empty-message { margin: 30px 0 20px; text-align: center; }
.mbh-empty-cart-button { width: 100%; }
@media (max-width:1024px) { .mbh-desktop-nav { display: none; } .mbh-mobile-menu-toggle { display: inline-grid; } .mbh-header-inner { grid-template-columns: minmax(0,1fr) auto; } }
@media (max-width:767px) { .mbh-topbar { padding-block: 7px; } .mbh-topbar p { font-size: .74rem; line-height: 1.4; } .mbh-header-inner { min-height: 68px; gap: 10px; } .mbh-header-brand .custom-logo { max-width: 150px; max-height: 46px; } .mbh-site-title { font-size: 1.05rem; } .mbh-header-actions { gap: 1px; } .mbh-header-icon { width: 40px; height: 40px; } .mbh-drawer-panel { width: min(96vw,440px); } .mbh-mobile-nav-drawer .mbh-drawer-panel { width: min(92vw,380px); } }
@media (prefers-reduced-motion:reduce) { .mbh-drawer-overlay, .mbh-drawer-panel, .mbh-menu .sub-menu { transition: none; } }
