/* ==========================================================================
   EQUIJET CANONICAL SITE-WIDE THEME RULES (Header, Announcement & Footer)
   Applies uniformly across all pages (Home, Product, Cart, Legal) & viewports
   ========================================================================== */

/* Typography */
@font-face{font-family:Poppins;src:url('../assets/fonts/poppins-400.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Poppins;src:url('../assets/fonts/poppins-500.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:Poppins;src:url('../assets/fonts/poppins-600.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:Poppins;src:url('../assets/fonts/poppins-700.ttf') format('truetype');font-weight:700;font-display:swap}

:root {
  --eq-brand-green: #6CC03B;
  --eq-dark-green: #549f39;
  --eq-darker-green: #3d8024;
  --eq-light-green: #f4faef;
  --eq-border-green: #d6e4d2;
  --eq-band-green: #6CC03B;
  --green: #6CC03B;
  --equijet-green: #6CC03B;
  --eq-text-dark: #171917;
  --eq-text-muted: #5e665e;
  --eq-white: #ffffff;
}

/* 1. ANNOUNCEMENT BAR (Uniform across all viewports) */
/* ==========================================================================
   EQUIJET ANNOUNCEMENT BAR (Compact, polished, conversion-focused top strip)
   ========================================================================== */
.eq-announcement,
.announcement {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 37px !important;
  min-height: 37px !important;
  max-height: 38px !important;
  padding: 0 14px !important;
  margin: 0 !important;
  background: #6CC03B !important;
  color: #ffffff !important;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-bottom: 0 !important;
  text-shadow: none !important;
}

.eq-announcement strong,
.announcement strong,
.eq-announcement .eq-announcement__pill,
.announcement .announcement__pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 4px 11px !important;
  border-radius: 6px !important;
  background: #549f39 !important;
  color: #ffffff !important;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  box-shadow: none !important;
  border: 0 !important;
}

.eq-announcement strong .eq-announcement-brand,
.eq-announcement .eq-announcement-brand {
  font-weight: 400 !important;
  margin-left: 4px !important;
}

.eq-announcement span,
.announcement span,
.eq-announcement .eq-announcement__offer,
.announcement .announcement__offer {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  text-transform: none !important;
}


/* 2. HEADER (Uniform across all viewports) */
.eq-header,
.site-header {
  position: relative !important;
  z-index: 50 !important;
  display: grid !important;
  grid-template-columns: 52px 1fr 52px !important;
  align-items: center !important;
  width: 100% !important;
  height: 64px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
  background: var(--eq-white) !important;
  border-bottom: 1px solid #edf3eb !important;
  box-sizing: border-box !important;
}

.eq-logo,
.brand {
  grid-column: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  text-decoration: none !important;
}

.eq-logo img,
.brand img {
  display: block !important;
  width: auto !important;
  height: clamp(34px, 5vw, 44px) !important;
  max-width: 180px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

.eq-icon-button,
.menu-toggle {
  display: grid !important;
  place-items: center !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--eq-text-dark) !important;
  cursor: pointer !important;
}

.eq-icon-button svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  stroke: currentColor !important;
  fill: none !important;
}

.eq-cart,
.cart-link {
  grid-column: 3 !important;
  position: relative !important;
  justify-self: end !important;
  display: grid !important;
  place-items: center !important;
  width: 40px !important;
  height: 40px !important;
  text-decoration: none !important;
}

.eq-cart img,
.cart-link img {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
}

.eq-cart span,
.cart-link b,
#cartCount,
#headerCartCount {
  position: absolute !important;
  top: 4px !important;
  right: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 17px !important;
  height: 17px !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  background: var(--eq-brand-green) !important;
  color: var(--eq-white) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.15) !important;
}

/* 3. DRAWER (Consistent mobile/tablet menu) */
.eq-drawer {
  position: fixed !important;
  inset: 0 auto 0 0 !important;
  z-index: 1000 !important;
  width: min(310px, 86vw) !important;
  height: 100vh !important;
  padding: 68px 24px 30px !important;
  background: var(--eq-white) !important;
  box-shadow: 10px 0 30px rgba(0,0,0,.2) !important;
  transform: translateX(-110%) !important;
  transition: transform 0.25s ease-in-out !important;
  box-sizing: border-box !important;
}

.eq-drawer.is-open {
  transform: translateX(0) !important;
}

.eq-drawer button,
.eq-drawer #menuClose {
  position: absolute !important;
  top: 16px !important;
  right: 18px !important;
  display: grid !important;
  place-items: center !important;
  width: 36px !important;
  height: 36px !important;
  border: 0 !important;
  background: #f4f6f3 !important;
  border-radius: 50% !important;
  color: var(--eq-text-dark) !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.eq-drawer a {
  display: block !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid #eef2ed !important;
  color: var(--eq-text-dark) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.15s ease !important;
}

.eq-drawer a:hover {
  color: var(--eq-brand-green) !important;
}

/* 4. FOOTER (traditional layout, logo first, no brand band) */
.eq-footer-brand-band,
.footer-brand-band,
.eq-footer::before,
.site-footer::before {
  display: none !important;
}

.eq-footer,
.site-footer {
  display: block !important;
  width: 100% !important;
  margin: 48px 0 0 !important;
  padding: 48px 20px 0 !important;
  background: linear-gradient(180deg, #fbfdfa 0%, #f4f8f2 100%) !important;
  border-top: 2px solid #e2f0dc !important;
  color: #2c2f2c !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box !important;
}

.site-footer__top {
  max-width: 860px !important;
  margin: 0 auto !important;
  padding-bottom: 36px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.site-footer__brand {
  display: inline-block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto 26px !important;
  transition: transform 0.15s ease !important;
}
.site-footer__brand:hover {
  transform: scale(1.03) !important;
}

.site-footer__brand img {
  display: block !important;
  width: 155px !important;
  height: auto !important;
  margin: 0 auto !important;
  filter: none !important;
}

.site-footer__cols {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 32px !important;
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.site-footer h2 {
  margin: 0 auto 12px !important;
  color: #243023 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  position: relative !important;
  display: inline-block !important;
}
.site-footer h2::after {
  content: "" !important;
  display: block !important;
  width: 26px !important;
  height: 2px !important;
  background: #6CC03B !important;
  margin: 6px auto 0 !important;
  border-radius: 2px !important;
}

.site-footer__nav {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}

.site-footer__nav a {
  display: inline-block !important;
  margin: 0 0 10px !important;
  color: #4a5449 !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  transition: color 0.15s ease, transform 0.15s ease !important;
}

.site-footer__nav a:hover {
  color: #6CC03B !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
}

.site-footer__connect {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}

.site-footer__newsletter {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}

.site-footer__newsletter label {
  display: block !important;
  margin: 0 auto 12px !important;
  color: #556254 !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.site-footer__field {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 auto !important;
}

.site-footer__field input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  height: 44px !important;
  padding: 0 16px !important;
  border: 1.5px solid #d2e4ce !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #2c2f2c !important;
  font-family: inherit !important;
  font-size: 13.5px !important;
  outline: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}

.site-footer__field input:focus {
  border-color: #6CC03B !important;
  box-shadow: 0 0 0 3px rgba(108, 192, 59, 0.22) !important;
}

.site-footer__field button {
  flex: 0 0 auto !important;
  height: 44px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #6CC03B !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-shadow: 0 3px 10px rgba(108, 192, 59, 0.28) !important;
  transition: background-color 0.15s ease, transform 0.1s ease !important;
}

.site-footer__field button:hover {
  background: #5eb130 !important;
}
.site-footer__field button:active {
  transform: scale(0.98) !important;
}

.site-footer__contact {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin: 18px auto 0 !important;
  color: #6CC03B !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 6px 16px !important;
  background: rgba(108, 192, 59, 0.09) !important;
  border-radius: 999px !important;
  transition: background 0.15s ease, color 0.15s ease !important;
}

.site-footer__contact:hover {
  background: rgba(108, 192, 59, 0.18) !important;
  color: #4da32e !important;
}

.site-footer__charity {
  max-width: 440px !important;
  margin: 14px auto 0 !important;
  color: #627060 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

.site-footer__bottom {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: 22px 0 28px !important;
  border-top: 1px solid #e2ece0 !important;
  text-align: center !important;
}

.site-footer__payments {
  width: 220px !important;
  max-width: 70% !important;
  height: auto !important;
  margin: 0 auto !important;
  filter: none !important;
}

.site-footer__copy {
  margin: 0 auto !important;
  color: #728070 !important;
  font-size: 12px !important;
  text-align: center !important;
}

@media (min-width: 760px) {
  .site-footer__cols {
    display: grid !important;
    grid-template-columns: 1fr 1.15fr !important;
    gap: 48px !important;
    text-align: center !important;
  }
}

/* 5. DESKTOP ADAPTATION (>= 1000px) */
@media (min-width: 1000px) {
  .eq-announcement,
  .announcement {
    height: 42px !important;
    font-size: 13px !important;
  }

  .eq-header,
  .site-header {
    height: 84px !important;
    max-width: 1200px !important;
    padding: 0 32px !important;
  }

  .eq-logo img,
  .brand img {
    height: 48px !important;
    max-width: 200px !important;
  }

  .eq-footer,
  .site-footer {
    padding: 56px 32px 0 !important;
    margin-top: 64px !important;
  }

  .site-footer__cols {
    gap: 72px !important;
  }

  #menuButton,
  .menu-toggle {
    display: none !important;
  }

  .eq-drawer:not(.is-open),
  #menuDrawer:not(.is-open) {
    display: none !important;
    transform: translateX(-110%) !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* Globally centered storefront footer — 1.9.12 */
.site-footer{text-align:center!important;justify-items:center!important}
.site-footer__top,.site-footer__cols,.site-footer__nav,.site-footer__connect,.site-footer__newsletter,.footer-brand,.site-footer>nav,.site-footer>.newsletter{align-items:center!important;text-align:center!important}
.site-footer__brand,.site-footer__brand img,.site-footer h2,.site-footer h2::after,.site-footer__newsletter label,.site-footer__field,.site-footer__contact,.site-footer__charity,.site-footer__payments,.site-footer__copy,.footer-brand img{margin-right:auto!important;margin-left:auto!important;text-align:center!important}
.site-footer__field,.site-footer__contact{justify-content:center!important}
.site-footer__bottom,.footer-bottom{align-items:center!important;justify-content:center!important;text-align:center!important}
.site-footer__bottom{flex-direction:column!important}
.footer-bottom{flex-direction:column!important;gap:14px!important}
.footer-bottom img{object-position:center!important}
@media(min-width:760px){.site-footer__cols{text-align:center!important}.site-footer__bottom{flex-direction:column!important;justify-content:center!important}}
