body .footer {
  background: #333333 !important;
  color: #ffffff !important;
  padding: 46px 0 28px !important;
  margin: 0 !important;
  text-align: center !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

body .footer-container {
  width: min(100% - 40px, 1220px) !important;
  margin: 0 auto !important;
}

body .brands-container h2 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 12px 0 18px !important;
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  letter-spacing: 4px !important;
}

body .brands-container h2::before,
body .brands-container h2::after {
  content: "" !important;
  height: 1px !important;
  background: rgba(255,255,255,0.82) !important;
  flex: 1 !important;
  max-width: 520px !important;
}

body .brands {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  padding: 14px 0 52px !important;
}

body .footer-menu {
  display: grid !important;
  grid-template-columns: 1.1fr 1.1fr 1.25fr 1.15fr 1.05fr 0.85fr !important;
  column-gap: 48px !important;
  width: min(100%, 980px) !important;
  margin: 0 auto !important;
  padding: 0 0 56px !important;
  text-align: left !important;
}

body .footer-col h3 {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  margin: 0 0 17px !important;
}

body .footer-subtitle {
  margin-top: 20px !important;
}

body .footer-products li,
body .footer-products a {
  font-size: 12.5px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

body .footer-products li {
  margin-bottom: 7px !important;
}

body .footer-col ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .footer-col p,
body .footer-col address,
body .footer-col a,
body .footer-col li,
body .footer-col span,
body .footer-map-link {
  color: #fff !important;
  font-size: 13.5px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
  text-decoration: none !important;
}

body .footer-col a:hover,
body .footer-map-link:hover {
  text-decoration: underline !important;
}

body .footer-map-link {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  cursor: pointer !important;
  font-family: inherit !important;
}

body .social-icons {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body .social-icons a {
  width: 25px !important;
  height: 25px !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  color: #333 !important;
  border-radius: 5px !important;
  text-decoration: none !important;
}

body .social-icons svg {
  width: 19px !important;
  height: 19px !important;
  fill: currentColor !important;
}

body .footer-bottom {
  width: min(100%, 980px) !important;
  margin: 0 auto !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255,255,255,0.82) !important;
  text-align: left !important;
}

body .footer-bottom p {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

/* WhatsApp */
body .whatsapp-float {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 9999 !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  background: #59d265 !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.35) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}

body .whatsapp-float svg {
  width: 34px !important;
  height: 34px !important;
  fill: currentColor !important;
}

body .whatsapp-float:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.42) !important;
}

/* Map modal */
body .footer-map-modal {
  display: none !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000 !important;
  background: rgba(0,0,0,0.72) !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
}

body .footer-map-modal.active {
  display: flex !important;
}

body .footer-map-dialog {
  width: min(92vw, 850px) !important;
  background: #333 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 22px !important;
  position: relative !important;
  box-shadow: 0 18px 50px rgba(0,0,0,0.45) !important;
}

body .footer-map-dialog h2 {
  margin: 0 48px 16px 0 !important;
  font-size: 22px !important;
}

body .footer-map-dialog iframe {
  width: 100% !important;
  height: 420px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #111 !important;
}

body .footer-map-close {
  position: absolute !important;
  top: 10px !important;
  right: 14px !important;
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 34px !important;
  cursor: pointer !important;
}

body .footer-map-open {
  display: inline-block !important;
  margin-top: 14px !important;
  color: #fff !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
}

@media (max-width: 1050px) {
  body .footer-menu {
    width: min(100%, 760px) !important;
    grid-template-columns: repeat(3, 1fr) !important;
    row-gap: 34px !important;
    column-gap: 42px !important;
  }
}

@media (max-width: 700px) {
  body .footer-menu {
    grid-template-columns: 1fr !important;
    width: min(100%, 360px) !important;
    row-gap: 28px !important;
  }

  body .footer-bottom {
    width: min(100%, 360px) !important;
  }

  body .footer-map-dialog iframe {
    height: 320px !important;
  }

  body .whatsapp-float {
    right: 18px !important;
    bottom: 18px !important;
    width: 52px !important;
    height: 52px !important;
  }
}

/* More spacing before Fabrika 2 */
body .footer-col .footer-subtitle {
  margin-top: 34px !important;
}

/* FINAL footer full-width + language fixes */
html,
body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}

body .footer {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  box-sizing: border-box !important;
}

body .footer-container {
  max-width: 1220px !important;
  width: min(100% - 40px, 1220px) !important;
}

html[lang="ar"] body .footer-menu {
  direction: rtl !important;
  text-align: right !important;
  grid-template-columns: 1.1fr 1.05fr 1.15fr 1.25fr 1.1fr 0.9fr !important;
}

html[lang="ar"] body .footer-bottom {
  text-align: right !important;
}

.latin-number {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block !important;
}

@media (max-width: 1050px) {
  body .footer-menu {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 700px) {
  body .footer-menu {
    grid-template-columns: 1fr !important;
    width: min(100%, 360px) !important;
  }

  body .brands-container h2 {
    font-size: 19px !important;
    letter-spacing: 2px !important;
  }

  body .brands {
    font-size: 15px !important;
  }
}
