#bcCustomHeaderV21,
#bcCustomHeaderV21 *{box-sizing:border-box}

#bcCustomHeaderV21{
  --bc-header-green:#3F5C1A;
  --bc-header-gold:#FFB33A;
  --bc-header-dot:#173347;
  width:100%;margin:0;padding:0;background:#000;color:#fff;
  font-family:Inter,Arial,Helvetica,sans-serif;position:relative;z-index:50;isolation:isolate;
}

#bcCustomHeaderV21 .bc-header-v21__notice{
  min-height:34px;display:flex;align-items:center;justify-content:center;
  background:#000;color:#fff;padding:7px 16px 6px;text-align:center;overflow:hidden;
}
#bcCustomHeaderV21 .bc-header-v21__notice span{
  display:block;width:100%;font-size:clamp(10px,.86vw,13px);
  line-height:1.28;font-weight:800;letter-spacing:.015em;text-wrap:balance;
}

#bcCustomHeaderV21 .bc-header-v21__ticker{
  height:22px;overflow:hidden;background:var(--bc-header-gold);color:#050505;
  display:flex;align-items:center;white-space:nowrap;
}
#bcCustomHeaderV21 .bc-header-v21__ticker-track{
  display:flex;align-items:center;width:max-content;animation:bcHeaderTickerV21 26s linear infinite;
  will-change:transform;
}
#bcCustomHeaderV21 .bc-header-v21__ticker span{
  display:inline-flex;align-items:center;gap:6px;padding-right:24px;
  font-size:clamp(10px,.86vw,12px);line-height:1;font-weight:900;
  letter-spacing:.03em;text-transform:uppercase;
}
#bcCustomHeaderV21 .bc-header-v21__ticker i{
  width:11px;height:11px;flex:0 0 11px;display:inline-block;border-radius:999px;background:var(--bc-header-dot);
}
@keyframes bcHeaderTickerV21{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}

#bcCustomHeaderV21 .bc-header-v21__main{
  min-height:67px;display:grid;grid-template-columns:72px 1fr 98px;align-items:center;
  padding:0 clamp(12px,2vw,24px);position:relative;
  background:linear-gradient(180deg,#3F5C1A 0%,#000000 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}

#bcCustomHeaderV21 .bc-header-v21__menu,
#bcCustomHeaderV21 .bc-header-v21__cart,
#bcCustomHeaderV21 .bc-header-v21__account,
#bcCustomHeaderV21 .bc-menu-cart{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  background:transparent;
  color:#fff;
  padding:0;
  margin:0;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  text-decoration:none!important;
}

#bcCustomHeaderV21 .bc-header-v21__menu{
  justify-self:start;width:42px;height:42px;display:inline-flex;flex-direction:column;
  align-items:flex-start;justify-content:center;gap:5px;
}
#bcCustomHeaderV21 .bc-header-v21__menu span{
  display:block;width:19px;height:1.5px;border-radius:999px;background:currentColor;
  box-shadow:0 0 8px rgba(255,255,255,.28);
}

#bcCustomHeaderV21 .bc-header-v21__logo{
  justify-self:center;display:inline-flex;align-items:center;justify-content:center;
  text-decoration:none!important;width:min(100%,220px);min-height:42px;
}
#bcCustomHeaderV21 .bc-header-v21__logo img{
  display:block;width:min(100%,200px);height:auto;max-height:58px;object-fit:contain;
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.55));
}
#bcCustomHeaderV21 .bc-header-v21__logo-fallback{
  display:none;color:#fff;font-size:25px;line-height:1;font-weight:900;letter-spacing:-.055em;
  text-shadow:0 2px 0 rgba(0,0,0,.6),0 0 12px rgba(139,214,0,.34);
}

#bcCustomHeaderV21 .bc-header-v21__actions{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  min-width:92px;
}

#bcCustomHeaderV21 .bc-header-v21__account,
#bcCustomHeaderV21 .bc-header-v21__cart{
  position:relative;width:42px;height:42px;display:inline-grid;place-items:center;
  border-radius:999px;
}

#bcCustomHeaderV21 .bc-header-v21__account-icon,
#bcCustomHeaderV21 .bc-header-v21__cart-icon{
  width:22px;height:22px;display:block;filter:drop-shadow(0 2px 2px rgba(0,0,0,.35));
}

#bcCustomHeaderV21 .bc-header-v21__cart-count{
  position:absolute;top:6px;right:3px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;
  display:inline-grid;place-items:center;background:#ffb428;color:#fff;font-size:10px;line-height:1;
  font-weight:900;box-shadow:0 1px 4px rgba(0,0,0,.35);
}

@media (hover:hover) and (prefers-reduced-motion:no-preference){
  #bcCustomHeaderV21 .bc-header-v21__menu,
  #bcCustomHeaderV21 .bc-header-v21__cart,
  #bcCustomHeaderV21 .bc-header-v21__account,
  #bcCustomHeaderV21 .bc-header-v21__logo{transition:transform 200ms ease,opacity 200ms ease,background-color 200ms ease}

  #bcCustomHeaderV21 .bc-header-v21__menu:hover,
  #bcCustomHeaderV21 .bc-header-v21__cart:hover,
  #bcCustomHeaderV21 .bc-header-v21__account:hover,
  #bcCustomHeaderV21 .bc-header-v21__logo:hover{transform:translate3d(0,-1px,0);opacity:.9}

  #bcCustomHeaderV21 .bc-header-v21__cart:hover,
  #bcCustomHeaderV21 .bc-header-v21__account:hover{
    background:rgba(255,255,255,.08);
  }
}

@media (max-width:767px){
  #bcCustomHeaderV21 .bc-header-v21__notice{min-height:31px;padding:6px 10px}
  #bcCustomHeaderV21 .bc-header-v21__notice span{font-size:9.2px;line-height:1.25;max-width:96%;margin:0 auto}
  #bcCustomHeaderV21 .bc-header-v21__ticker{height:22px}
  #bcCustomHeaderV21 .bc-header-v21__ticker-track{animation-duration:18s}
  #bcCustomHeaderV21 .bc-header-v21__ticker span{font-size:10px;padding-right:18px;gap:5px}
  #bcCustomHeaderV21 .bc-header-v21__ticker i{width:10px;height:10px;flex-basis:10px}

  #bcCustomHeaderV21 .bc-header-v21__main{
    min-height:68px;
    grid-template-columns:54px 1fr 88px;
    padding:0 12px;
  }

  #bcCustomHeaderV21 .bc-header-v21__logo img{width:135px;max-height:40px}

  #bcCustomHeaderV21 .bc-header-v21__menu,
  #bcCustomHeaderV21 .bc-header-v21__cart,
  #bcCustomHeaderV21 .bc-header-v21__account{
    width:38px;height:38px;
  }

  #bcCustomHeaderV21 .bc-header-v21__actions{
    gap:4px;
    min-width:82px;
  }

  #bcCustomHeaderV21 .bc-header-v21__account-icon,
  #bcCustomHeaderV21 .bc-header-v21__cart-icon{
    width:21px;height:21px;
  }
}

@media (max-width:360px){
  #bcCustomHeaderV21 .bc-header-v21__logo img{width:118px}
  #bcCustomHeaderV21 .bc-header-v21__notice span{font-size:8.7px}

  #bcCustomHeaderV21 .bc-header-v21__main{
    grid-template-columns:48px 1fr 80px;
    padding:0 10px;
  }

  #bcCustomHeaderV21 .bc-header-v21__menu,
  #bcCustomHeaderV21 .bc-header-v21__cart,
  #bcCustomHeaderV21 .bc-header-v21__account{
    width:36px;height:36px;
  }

  #bcCustomHeaderV21 .bc-header-v21__actions{
    gap:3px;
    min-width:76px;
  }

  #bcCustomHeaderV21 .bc-header-v21__account-icon,
  #bcCustomHeaderV21 .bc-header-v21__cart-icon{
    width:20px;height:20px;
  }
}

@media (prefers-reduced-motion:reduce){
  #bcCustomHeaderV21 .bc-header-v21__ticker-track{animation:none!important;transform:none!important}
  #bcCustomHeaderV21 .bc-header-v21__menu,
  #bcCustomHeaderV21 .bc-header-v21__cart,
  #bcCustomHeaderV21 .bc-header-v21__account,
  #bcCustomHeaderV21 .bc-header-v21__logo{transition:none!important}
}

/* Optional helper:
   Add class "bc-native-menu-host" to the Elementor Shortcode widget that contains [budclub_menu].
   This hides only the original shortcode hamburger, while keeping the real BudClub drawer usable.
   It does NOT affect [budclub_menu] on other pages unless that class is added.
*/
.bc-native-menu-host{
  position:absolute!important;
  left:0!important;
  top:0!important;
  width:1px!important;
  height:1px!important;
  max-width:1px!important;
  max-height:1px!important;
  overflow:visible!important;
  z-index:999999!important;
}

.bc-native-menu-host .bc-menu-shortcode-wrap{
  width:1px!important;
  height:1px!important;
  overflow:visible!important;
}

.bc-native-menu-host .bc-menu-toggle{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
  overflow:hidden!important;
}

.bc-native-menu-host .bc-mobile-menu,
.bc-native-menu-host .bc-menu-overlay{
  pointer-events:auto!important;
}

/* Native theme integration */
#bcCustomHeaderV21 .bc-header-v21__logo img.custom-logo {
  width: min(100%, 200px);
  height: auto;
}

