.bh-header{border-bottom:1px solid var(--border-subtle,#0000000f);z-index:1000;background-color:#fff;align-items:center;height:70px;transition:background-color .3s,border-color .3s,box-shadow .3s;display:flex;position:sticky;top:0}.bh-header--scrolled{background-color:#fff;border-bottom-color:#0000001a;box-shadow:0 4px 20px #0000000f}.bh-header__container{justify-content:space-between;align-items:center;gap:32px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.bh-logo{flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:flex}.bh-logo__icon-wrap{color:var(--accent-primary,#4169e1);justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}.bh-logo:hover .bh-logo__icon-wrap{color:var(--accent-secondary,#2b4594);transform:rotate(10deg)scale(1.05)}.bh-logo__text{color:var(--accent-primary,#4169e1);letter-spacing:.5px;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.35rem;font-weight:800;transition:color .2s}.bh-logo:hover .bh-logo__text{color:var(--accent-secondary,#2b4594)}.bh-header__right{flex-shrink:0;align-items:center;gap:20px;display:flex}.bh-action-icon--desktop,.bh-action-icon--cart{display:flex}.bh-action-icon{color:var(--text-primary,#0a0a0a);border-radius:50%;justify-content:center;align-items:center;padding:4px;text-decoration:none;transition:all .2s;display:flex;position:relative}.bh-action-icon:hover{color:var(--accent-primary,#4169e1);transform:scale(1.08)}.bh-action-icon__badge{color:#fff;pointer-events:none;background-color:#ef4444;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 4px #ef44444d}.bh-action-icon__badge--cart{background-color:var(--accent-primary,#4169e1);box-shadow:0 2px 4px #4169e14d}.bh-notif-dropdown{z-index:1100;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;width:320px;max-height:400px;animation:.2s cubic-bezier(.16,1,.3,1) forwards bhDropdownFade;display:flex;position:absolute;top:calc(100% + 14px);right:0;overflow:hidden;box-shadow:0 10px 30px #0000001a}.bh-notif-dropdown__header{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.bh-notif-dropdown__header strong{color:#0f172a;font-size:.9rem}.bh-notif-dropdown__clear{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:.75rem}.bh-notif-dropdown__body{flex:1;padding:8px 0;overflow-y:auto}.bh-notif-dropdown__empty{text-align:center;color:#64748b;padding:24px;font-size:.8rem}.bh-notif-dropdown__item{text-align:left;border-bottom:1px solid #f1f5f9;padding:10px 16px}.bh-notif-dropdown__item-row{justify-content:space-between;margin-bottom:4px;display:flex}.bh-notif-dropdown__item-title{color:#0f172a;font-size:.8rem;font-weight:700}.bh-notif-dropdown__item-date{color:#64748b;font-size:.7rem}.bh-notif-dropdown__item-msg{color:#475569;margin:0;font-size:.75rem;line-height:1.3}.bh-login-btn{background:linear-gradient(135deg, var(--accent-primary,#4169e1) 0%, var(--accent-secondary,#2b4594) 100%);color:#fff;cursor:pointer;letter-spacing:.2px;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;padding:10px 32px;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #4169e133}.bh-login-btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 20px #4169e159}.bh-login-btn--full{border-radius:10px;width:100%;padding:14px 24px;font-size:1rem}.bh-profile{position:relative}.bh-profile__btn{cursor:pointer;background:0 0;border:none;border-radius:20px;align-items:center;gap:8px;padding:4px 8px;transition:background-color .2s;display:flex}.bh-profile__btn:hover{background-color:var(--bg-secondary,#f8f8f8)}.bh-profile__avatar{background-color:var(--accent-primary,#4169e1);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.bh-profile__avatar--lg{width:44px;height:44px;font-size:1.1rem}.bh-profile__name{color:var(--text-primary,#0a0a0a);font-size:.85rem;font-weight:600}.bh-profile__dropdown{background-color:var(--bg-primary,#fff);border:1px solid var(--border-subtle,#0000000d);box-shadow:var(--shadow-md,0 4px 20px #4169e11a);z-index:1100;border-radius:12px;width:220px;padding:8px 0;animation:.2s cubic-bezier(.16,1,.3,1) forwards bhDropdownFade;position:absolute;top:calc(100% + 10px);right:0}@keyframes bhDropdownFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.bh-profile__dropdown-header{flex-direction:column;padding:12px 16px;display:flex}.bh-profile__dropdown-header strong{color:var(--text-primary,#0a0a0a);font-size:.875rem}.bh-profile__dropdown-header span{color:var(--text-muted,#888);margin-top:2px;font-size:.75rem}.bh-profile__dropdown-divider{background-color:var(--border-subtle,#0000000d);height:1px;margin:6px 0}.bh-profile__dropdown-item{color:var(--text-secondary,#555);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;width:100%;padding:10px 16px;font-family:inherit;font-size:.85rem;text-decoration:none;transition:all .15s;display:flex}.bh-profile__dropdown-item:hover{background-color:var(--bg-secondary,#f8f8f8);color:var(--accent-primary,#4169e1)}.bh-profile__dropdown-item--logout:hover{color:#ef4444;background-color:#fef2f2}.bh-hamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:8px;transition:background .2s;display:none}.bh-hamburger:hover{background:#4169e10f}.bh-hamburger__line{background:var(--text-primary,#0a0a0a);transform-origin:50%;border-radius:4px;width:22px;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.bh-hamburger--open .bh-hamburger__line:first-child{transform:translateY(7px)rotate(45deg)}.bh-hamburger--open .bh-hamburger__line:nth-child(2){opacity:0;transform:scaleX(0)}.bh-hamburger--open .bh-hamburger__line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.bh-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1099;background:#00000073;animation:.25s forwards bhFadeIn;position:fixed;inset:0}@keyframes bhFadeIn{0%{opacity:0}to{opacity:1}}.bh-mobile-drawer{z-index:1200;background:#fff;flex-direction:column;width:min(85vw,340px);height:100vh;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 40px #0000001f}.bh-mobile-drawer--open{transform:translate(0)}.bh-mobile-drawer__header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.bh-mobile-drawer__close{color:#475569;cursor:pointer;background:#0000000a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.bh-mobile-drawer__close:hover{color:#ef4444;background:#ef444414}.bh-mobile-drawer__user{background:linear-gradient(135deg,#4169e10a 0%,#12b7b208 100%);border-bottom:1px solid #0000000a;align-items:center;gap:14px;padding:18px 20px;display:flex}.bh-mobile-drawer__user-name{color:#0f172a;font-size:.95rem;font-weight:700}.bh-mobile-drawer__user-email{color:#64748b;margin-top:2px;font-size:.78rem}.bh-mobile-drawer__quick-actions{border-bottom:1px solid #0000000a;gap:12px;padding:16px 20px;display:flex}.bh-mobile-drawer__quick-btn{color:#334155;background:#f8fafc;border:1px solid #0000000a;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:6px;padding:12px 10px;font-size:.78rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;position:relative}.bh-mobile-drawer__quick-btn:hover{color:var(--accent-primary,#4169e1);background:#4169e10f;border-color:#4169e126}.bh-mobile-drawer__badge{color:#fff;background:#ef4444;border:1.5px solid #fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:800;display:flex;position:absolute;top:8px;right:8px}.bh-mobile-drawer__badge--cart{background:var(--accent-primary,#4169e1)}.bh-mobile-drawer__nav{flex-direction:column;flex:1;padding:12px 0;display:flex}.bh-mobile-drawer__link{color:#334155;border-bottom:1px solid #00000008;align-items:center;gap:14px;padding:15px 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.bh-mobile-drawer__link:hover{color:var(--accent-primary,#4169e1);background:#4169e10a;padding-left:24px}.bh-mobile-drawer__link--logout{font-family:inherit;color:#ef4444!important}.bh-mobile-drawer__link--logout:hover{color:#ef4444!important;background:#fef2f2!important}.bh-mobile-drawer__footer{border-top:1px solid #0000000d;margin-top:auto;padding:20px}.bh-mobile-drawer__signout{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;width:100%;padding:14px;font-size:.95rem;font-weight:600;transition:all .2s}.bh-mobile-drawer__signout:hover{background:#fee2e2;border-color:#f87171}@media (max-width:768px){.bh-header{height:60px}.bh-header__container{gap:0;padding:0 16px}.bh-action-icon--desktop{display:none!important}.bh-hamburger{margin-left:auto;display:flex}.bh-logo__text{font-size:1.2rem}}@media (max-width:480px){.bh-header__container{padding:0 12px}.bh-logo__text{font-size:1.1rem}}.bh-location-wrap{position:relative}.bh-location-wrap--desktop{margin-left:20px}@media (max-width:768px){.bh-location-wrap,.bh-location-wrap--desktop,.bh-mobile-drawer__location{display:none!important}}.bh-location-btn{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.bh-location-btn:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 12px #00000008}.bh-location-dropdown{z-index:1200;scrollbar-width:thin;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:200px;max-height:250px;padding:6px 0;animation:.2s cubic-bezier(.16,1,.3,1) forwards bhDropdownFade;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 8px 24px #00000014}.bh-location-dropdown-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:6px 14px 2px;font-size:.65rem;font-weight:700}.bh-location-dropdown-divider{background:#f1f5f9;height:1px;margin:4px 0}.bh-location-item{text-align:left;color:#475569;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:8px 14px;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.bh-location-item:hover{color:#0f172a;background-color:#f8fafc}.bh-location-item--active{font-weight:700;color:#12b7b2!important}
