/* CHILL-header-Control v1.1.0
   Header only. Original logo is preserved.
   Footer/body/content areas are not touched.
*/

body.chill-header-skin-enabled .site-header,
body.chill-header-skin-enabled .main-header-bar,
body.chill-header-skin-enabled .ast-primary-header-bar,
body.chill-header-skin-enabled .ast-desktop-header-content,
body.chill-header-skin-enabled .ast-mobile-header-wrap,
body.chill-header-skin-enabled .ast-above-header-wrap,
body.chill-header-skin-enabled .ast-below-header-wrap {
  background: #050604 !important;
  border-color: #050604 !important;
}

body.chill-header-skin-enabled .site-header {
  border-bottom: #050604 !important; !important;
}

body.chill-header-skin-enabled .ast-primary-header-bar,
body.chill-header-skin-enabled .main-header-bar {
  min-height: 92px;
}

body.chill-header-skin-enabled .site-branding,
body.chill-header-skin-enabled .ast-site-identity {
  padding-top: 8px;
  padding-bottom: 8px;
}

body.chill-header-skin-enabled .site-branding img,
body.chill-header-skin-enabled .custom-logo-link img {
  max-height: 74px;
  width: auto;
  filter: drop-shadow(0 0 10px rgba(179, 255, 32, 0.22));
}

body.chill-header-skin-enabled .main-header-menu,
body.chill-header-skin-enabled .ast-builder-menu-1 .main-header-menu,
body.chill-header-skin-enabled .chill-header-menu {
  align-items: center;
  gap: 20px;
}

body.chill-header-skin-enabled .site-header a,
body.chill-header-skin-enabled .main-header-menu a,
body.chill-header-skin-enabled .ast-builder-menu-1 .menu-item > .menu-link {
  color: rgba(255, 250, 236, 0.90) !important;
  font-weight: 800 !important;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

body.chill-header-skin-enabled .main-header-menu > .menu-item > .menu-link,
body.chill-header-skin-enabled .ast-builder-menu-1 .menu-item > .menu-link {
  position: relative;
  min-height: 42px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  transition: color .18s ease, transform .18s ease, text-shadow .18s ease;
}

body.chill-header-skin-enabled .main-header-menu > .menu-item:not(.chill-header-action) > .menu-link::after,
body.chill-header-skin-enabled .ast-builder-menu-1 .menu-item:not(.chill-header-action) > .menu-link::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 3px;
  height: 3px;
  border-radius: 999px;
  background: #b7ff16;
  box-shadow: 0 0 12px rgba(183, 255, 22, .9);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

body.chill-header-skin-enabled .main-header-menu > .menu-item:not(.chill-header-action):hover > .menu-link,
body.chill-header-skin-enabled .main-header-menu > .current-menu-item:not(.chill-header-action) > .menu-link,
body.chill-header-skin-enabled .main-header-menu > .current-menu-ancestor:not(.chill-header-action) > .menu-link {
  color: #b7ff16 !important;
  text-shadow: 0 0 14px rgba(183, 255, 22, .35);
}

body.chill-header-skin-enabled .main-header-menu > .menu-item:not(.chill-header-action):hover > .menu-link::after,
body.chill-header-skin-enabled .main-header-menu > .current-menu-item:not(.chill-header-action) > .menu-link::after,
body.chill-header-skin-enabled .main-header-menu > .current-menu-ancestor:not(.chill-header-action) > .menu-link::after {
  transform: scaleX(1);
}

/* Right actions appended by plugin */
body.chill-header-skin-enabled .main-header-menu > .chill-header-action-search {
  margin-left: 34px;
}

body.chill-header-skin-enabled .main-header-menu > .chill-header-action > .menu-link {
  color: rgba(255, 250, 236, 0.86) !important;
}

body.chill-header-skin-enabled .chill-header-icon-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 42px;
}

body.chill-header-skin-enabled .chill-header-icon-link svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
  display: block;
}

body.chill-header-skin-enabled .chill-header-icon-link:hover {
  color: #b7ff16 !important;
  text-shadow: 0 0 12px rgba(183, 255, 22, .45);
}

body.chill-header-skin-enabled .chill-header-action-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

body.chill-header-skin-enabled .chill-header-action-cart .chill-header-icon-link {
  position: relative;
}

body.chill-header-skin-enabled .chill-header-cart-count {
  position: absolute;
  right: -1px;
  top: 3px;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  border-radius: 999px;
  background: #b7ff16;
  color: #050604;
  font-size: 11px;
  font-weight: 900;
  line-height: 17px;
  text-align: center;
  box-shadow: 0 0 10px rgba(183, 255, 22, .75);
}

body.chill-header-skin-enabled .main-header-menu > .chill-header-action-cta {
  margin-left: 12px;
}

body.chill-header-skin-enabled .chill-header-cta-link {
  min-height: 44px !important;
  padding: 0 28px !important;
  border-radius: 999px;
  background: linear-gradient(180deg, #c9ff31 0%, #96e800 100%);
  color: #071006 !important;
  font-weight: 900 !important;
  letter-spacing: .04em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    0 0 18px rgba(183,255,22,.34);
}

body.chill-header-skin-enabled .chill-header-cta-link:hover {
  color: #071006 !important;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    0 0 24px rgba(183,255,22,.52);
}

/* Astra built-in icons, if still present */
body.chill-header-skin-enabled .ast-icon svg,
body.chill-header-skin-enabled .astra-icon svg,
body.chill-header-skin-enabled .ast-site-header-cart .ast-woo-header-cart-info-wrap,
body.chill-header-skin-enabled .ast-site-header-cart a,
body.chill-header-skin-enabled .ast-header-account-wrap a,
body.chill-header-skin-enabled .ast-header-search a {
  color: rgba(255, 250, 236, 0.86) !important;
  fill: rgba(255, 250, 236, 0.86) !important;
}

body.chill-header-skin-enabled .ast-site-header-cart a:hover,
body.chill-header-skin-enabled .ast-header-account-wrap a:hover,
body.chill-header-skin-enabled .ast-header-search a:hover {
  color: #b7ff16 !important;
}

/* Mobile */
body.chill-header-skin-enabled .ast-header-break-point .main-header-bar,
body.chill-header-skin-enabled .ast-header-break-point .ast-primary-header-bar {
  min-height: 72px;
}

body.chill-header-skin-enabled .ast-header-break-point .site-branding img,
body.chill-header-skin-enabled .ast-header-break-point .custom-logo-link img {
  max-height: 52px;
}

body.chill-header-skin-enabled .ast-header-break-point .main-header-menu,
body.chill-header-skin-enabled .ast-mobile-popup-drawer,
body.chill-header-skin-enabled .ast-mobile-popup-drawer .ast-mobile-popup-inner {
  background: #050604 !important;
}

body.chill-header-skin-enabled .ast-header-break-point .main-header-menu > .menu-item > .menu-link,
body.chill-header-skin-enabled .ast-mobile-popup-drawer .menu-link {
  color: rgba(255, 250, 236, 0.9) !important;
  border-color: rgba(183, 255, 22, 0.13) !important;
}

body.chill-header-skin-enabled .ast-menu-toggle,
body.chill-header-skin-enabled .menu-toggle,
body.chill-header-skin-enabled .ast-mobile-menu-trigger-minimal {
  color: #b7ff16 !important;
}

@media (max-width: 1160px) {
  body.chill-header-skin-enabled .main-header-menu,
  body.chill-header-skin-enabled .ast-builder-menu-1 .main-header-menu,
  body.chill-header-skin-enabled .chill-header-menu {
    gap: 12px;
  }

  body.chill-header-skin-enabled .chill-header-cta-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 921px) {
  body.chill-header-skin-enabled .main-header-menu > .chill-header-action-search {
    margin-left: 0;
  }

  body.chill-header-skin-enabled .chill-header-action-label {
    position: static;
    width: auto;
    height: auto;
    clip-path: none;
  }

  body.chill-header-skin-enabled .chill-header-icon-link {
    justify-content: flex-start;
  }

  body.chill-header-skin-enabled .chill-header-cta-link {
    display: inline-flex !important;
    width: auto;
    margin: 12px 16px;
  }
}
