.brandas-site-header,.brandas-site-header *{box-sizing:border-box;}
.brandas-site-header{width:100%;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 10px rgba(15,23,42,.06);z-index:50;position:relative;font-family:Arial,Helvetica,sans-serif;}
.brandas-header-bar{width:100%;background:#fff;}
.brandas-header-inner{max-width:1180px;margin:0 auto;min-height:64px;padding:8px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;}
.brandas-header-logo-link{display:flex;align-items:center;flex:0 0 auto;text-decoration:none;}
.brandas-header-logo{display:block;width:245px;max-width:100%;height:auto;}
.brandas-header-nav{display:flex;align-items:center;justify-content:center;flex:1 1 auto;}
.brandas-header-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:4px;}
.brandas-header-menu-item{position:relative;margin:0;padding:0;}
.brandas-header-menu-link{display:block;padding:18px 12px;color:#102617;text-decoration:none;font-size:15px;font-weight:700;line-height:1.25;white-space:nowrap;}
.brandas-header-menu-link:hover,.brandas-header-menu-link:focus{color:#16803c;text-decoration:none;}
.brandas-header-arrow{font-size:12px;margin-left:4px;}
.brandas-header-submenu{position:absolute;left:0;top:100%;z-index:70;display:none;min-width:330px;list-style:none;margin:0;padding:8px 0;background:#fff;border:1px solid #d8eadf;border-radius:14px;box-shadow:0 12px 30px rgba(15,23,42,.13);}
.brandas-header-has-dropdown:hover .brandas-header-submenu,.brandas-header-has-dropdown:focus-within .brandas-header-submenu{display:block;}
.brandas-header-submenu li{margin:0;padding:0;}
.brandas-header-submenu a{display:block;padding:10px 14px;color:#102617;text-decoration:none;font-size:14px;font-weight:600;line-height:1.35;}
.brandas-header-submenu a:hover,.brandas-header-submenu a:focus,.brandas-header-submenu a[aria-current="page"]{background:#effaf2;color:#16803c;text-decoration:none;}
.brandas-header-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto;}
.brandas-mobile-menu-toggle{width:42px;height:42px;border-radius:999px;border:1px solid #d8eadf;background:#fff;color:#102617;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;position:relative;}
.brandas-mobile-menu-toggle:hover,.brandas-mobile-menu-toggle:focus{background:#effaf2;color:#16803c;text-decoration:none;}
.brandas-header-icon{width:22px;height:22px;display:block;}
.brandas-header-cart-count{position:absolute;right:3px;top:1px;min-width:17px;height:17px;border-radius:999px;background:#16803c;color:#fff;font-size:11px;font-weight:800;line-height:17px;text-align:center;}
.brandas-mobile-menu-toggle{display:none;cursor:pointer;padding:0;flex-direction:column;gap:4px;}
.brandas-mobile-menu-line{width:18px;height:2px;background:currentColor;border-radius:999px;display:block;}
.brandas-mobile-menu{max-width:1180px;margin:0 auto;padding:8px 18px 18px;background:#fff;border-top:1px solid #e5e7eb;}
.brandas-mobile-menu[hidden]{display:none!important;}
.brandas-mobile-menu a,.brandas-mobile-menu-heading{display:block;padding:12px 14px;margin:4px 0;border-radius:12px;text-decoration:none;font-size:15px;line-height:1.35;}
.brandas-mobile-menu a{color:#102617;background:#fff;border:1px solid #eef2f7;font-weight:700;}
.brandas-mobile-menu a:hover,.brandas-mobile-menu a:focus,.brandas-mobile-menu a[aria-current="page"]{background:#effaf2;color:#16803c;border-color:#c8efd4;text-decoration:none;}
.brandas-mobile-menu-heading{color:#064e25;background:#f3fbf5;border:1px solid #d8eadf;font-weight:800;}
@media (max-width:1120px){.brandas-header-logo{width:210px;}.brandas-header-menu-link{padding:18px 8px;font-size:14px;}.brandas-header-inner{gap:10px;}}
@media (max-width:980px){.brandas-header-nav{display:none;}.brandas-mobile-menu-toggle{display:inline-flex;}.brandas-header-inner{min-height:60px;}.brandas-header-logo{width:220px;}.brandas-header-actions{margin-left:auto;}}
@media (max-width:520px){.brandas-header-inner{padding:8px 12px;gap:8px;}.brandas-header-logo{width:190px;}.brandas-mobile-menu-toggle{width:38px;height:38px;}.brandas-header-actions{gap:5px;}.brandas-mobile-menu{padding:8px 12px 16px;}.brandas-mobile-menu a,.brandas-mobile-menu-heading{font-size:14px;padding:11px 12px;}}
@media (max-width:380px){.brandas-header-logo{width:165px;}.brandas-mobile-menu-toggle{width:34px;height:34px;}.brandas-header-icon{width:19px;height:19px;}}

/* Brandas header black theme override */
.brandas-site-header,
.brandas-header-bar,
.brandas-header-inner,
.brandas-mobile-menu {
  background: #000000 !important;
  color: #ffffff !important;
}
.brandas-site-header {
  border-bottom: 1px solid #222222 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35) !important;
}
.brandas-header-menu-link,
.brandas-header-menu-link:visited,
.brandas-header-submenu a,
.brandas-header-submenu a:visited,
.brandas-mobile-menu a,
.brandas-mobile-menu a:visited,
.brandas-mobile-menu-heading,
.brandas-mobile-menu-toggle {
  color: #ffffff !important;
}
.brandas-header-menu-link:hover,
.brandas-header-menu-link:focus,
.brandas-header-submenu a:hover,
.brandas-header-submenu a:focus,
.brandas-header-submenu a[aria-current="page"],
.brandas-mobile-menu a:hover,
.brandas-mobile-menu a:focus,
.brandas-mobile-menu a[aria-current="page"] {
  color: #ffffff !important;
  background: #166534 !important;
  text-decoration: none !important;
}
.brandas-header-submenu {
  background: #000000 !important;
  border-color: #2b2b2b !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45) !important;
}
.brandas-mobile-menu-toggle {
  background: #000000 !important;
  border-color: #333333 !important;
}
.brandas-mobile-menu-toggle:hover,
.brandas-mobile-menu-toggle:focus {
  background: #166534 !important;
  color: #ffffff !important;
  border-color: #166534 !important;
}
.brandas-mobile-menu {
  border-top: 1px solid #222222 !important;
}
.brandas-mobile-menu a,
.brandas-mobile-menu-heading {
  background: #0a0a0a !important;
  border-color: #333333 !important;
}
.brandas-mobile-menu-heading {
  color: #ffffff !important;
  background: #111111 !important;
}

