/* Custom Weinhale footer */
:root {
  --footer-yellow: #f5bd07;
  --footer-green: #26372b;
  --footer-lime: #b9e664;
  --footer-text: #eef5ea;
  --footer-muted: #c5d1c4;
  --footer-line: rgba(255, 255, 255, 0.22);
}

/* MAIN FOOTER */
.weinhale-footer {
  display: block !important;
  width: 100% !important;
  color: var(--footer-text) !important;
  background: var(--footer-green) !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}

/* NEWSLETTER */
.weinhale-footer .weinhale-footer__newsletter {
  display: block !important;
  width: 100% !important;
  padding: 52px 24px 56px !important;
  text-align: center !important;
  color: #25352b !important;
  background: var(--footer-yellow) !important;
}

.weinhale-footer .weinhale-footer__newsletter-inner,
.weinhale-footer .weinhale-footer__main,
.weinhale-footer .weinhale-footer__bottom {
  width: min(1280px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.weinhale-footer .weinhale-footer__newsletter-title {
  max-width: 1120px !important;
  margin: 0 auto !important;
  color: #25352b !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
  text-align: center !important;
}

.weinhale-footer .weinhale-footer__actions {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  margin-top: 28px !important;
  flex-wrap: wrap !important;
}

.weinhale-footer .weinhale-footer__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 196px !important;
  min-height: 56px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  border: 0 !important;
  color: #ffffff !important;
  background: #2d3f34 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.weinhale-footer .weinhale-footer__button:hover,
.weinhale-footer .weinhale-footer__button:focus {
  color: #ffffff !important;
  background: #26372b !important;
  text-decoration: none !important;
}

.weinhale-footer .weinhale-footer__socials {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 22px !important;
}

.weinhale-footer .weinhale-footer__social {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  border-radius: 10px !important;
  background: #2d3f34 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  overflow: hidden !important;
}

.weinhale-footer .weinhale-footer__social img {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  object-fit: contain !important;
}

/* MAIN GRID */
.weinhale-footer .weinhale-footer__main {
  display: grid !important;
  grid-template-columns: 1.25fr 1fr 1fr 1fr !important;
  gap: 64px !important;
  align-items: start !important;
  padding: 64px 0 44px !important;
  background: transparent !important;
}

.weinhale-footer .weinhale-footer__brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 22px !important;
}

.weinhale-footer .weinhale-footer__logo {
  display: inline-flex !important;
  align-items: center !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.weinhale-footer .weinhale-footer__logo-image {
  display: block !important;
  width: 180px !important;
  max-width: 180px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

/* CONTACTS */
.weinhale-footer .weinhale-footer__contact-list {
  display: grid !important;
  gap: 14px !important;
  width: 100% !important;
}

.weinhale-footer .weinhale-footer__contact-item {
  display: grid !important;
  grid-template-columns: 28px 1fr !important;
  align-items: start !important;
  gap: 12px !important;
  width: 100% !important;
  color: var(--footer-text) !important;
  text-decoration: none !important;
}

.weinhale-footer .weinhale-footer__contact-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  line-height: 1 !important;
}

.weinhale-footer .weinhale-footer__contact-icon img {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  object-fit: contain !important;
}

.weinhale-footer .weinhale-footer__contact-copy {
  display: block !important;
  color: var(--footer-muted) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

.weinhale-footer .weinhale-footer__contact-copy strong {
  display: block !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

/* COLUMNS */
.weinhale-footer .weinhale-footer__col {
  display: block !important;
  min-width: 0 !important;
}

.weinhale-footer .weinhale-footer__col-title {
  display: block !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  color: var(--footer-lime) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

/* DESKTOP / MOBILE VISIBILITY */
.weinhale-footer .weinhale-footer__desktop-only {
  display: block !important;
}

.weinhale-footer .weinhale-footer__mobile-only {
  display: none !important;
}

/* MENU */
.weinhale-footer .weinhale-footer__menu,
.weinhale-footer .weinhale-footer__menu ul {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.weinhale-footer .weinhale-footer__menu li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.weinhale-footer .weinhale-footer__menu li::marker {
  content: "" !important;
  display: none !important;
}

.weinhale-footer .weinhale-footer__menu a {
  display: inline-block !important;
  color: var(--footer-text) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.weinhale-footer .weinhale-footer__menu a:hover,
.weinhale-footer .weinhale-footer__menu a:focus,
.weinhale-footer .weinhale-footer__contact-item:hover .weinhale-footer__contact-copy strong,
.weinhale-footer .weinhale-footer__bottom a:hover,
.weinhale-footer .weinhale-footer__bottom a:focus {
  color: var(--footer-lime) !important;
  text-decoration: none !important;
}

/* ABOUT */
.weinhale-footer .weinhale-footer__about {
  display: block !important;
  color: var(--footer-muted) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  max-width: 360px !important;
}

/* BOTTOM */
.weinhale-footer .weinhale-footer__bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 22px 0 28px !important;
  border-top: 1px solid var(--footer-line) !important;
  color: var(--footer-muted) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

.weinhale-footer .weinhale-footer__bottom a {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* TABLET */
@media (max-width: 1100px) {
  .weinhale-footer .weinhale-footer__main {
    grid-template-columns: 1fr 1fr !important;
    gap: 44px 56px !important;
  }

  .weinhale-footer .weinhale-footer__brand,
  .weinhale-footer .weinhale-footer__col,
  .weinhale-footer .weinhale-footer__about-col {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .weinhale-footer .weinhale-footer__newsletter-title {
    font-size: clamp(30px, 4vw, 44px) !important;
  }

  .weinhale-footer .weinhale-footer__logo-image {
    width: 160px !important;
    max-width: 160px !important;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .weinhale-footer .weinhale-footer__newsletter {
    padding: 36px 18px 38px !important;
  }

  .weinhale-footer .weinhale-footer__newsletter-inner,
  .weinhale-footer .weinhale-footer__main,
  .weinhale-footer .weinhale-footer__bottom {
    width: min(100%, calc(100% - 36px)) !important;
  }

  .weinhale-footer .weinhale-footer__newsletter-title {
    font-size: 32px !important;
    line-height: 1.08 !important;
  }

  .weinhale-footer .weinhale-footer__button {
    width: 100% !important;
    max-width: 320px !important;
  }

  .weinhale-footer .weinhale-footer__social {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
  }

  .weinhale-footer .weinhale-footer__main {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 36px 0 28px !important;
  }

  .weinhale-footer .weinhale-footer__brand {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .weinhale-footer .weinhale-footer__logo-image {
    width: 140px !important;
    max-width: 140px !important;
  }

  .weinhale-footer .weinhale-footer__contact-list {
    gap: 8px !important;
  }

  .weinhale-footer .weinhale-footer__contact-item {
    grid-template-columns: 22px 1fr !important;
    gap: 8px !important;
  }

  .weinhale-footer .weinhale-footer__contact-icon {
    width: 22px !important;
    min-width: 22px !important;
    height: 22px !important;
  }

  .weinhale-footer .weinhale-footer__contact-icon img {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
  }

  .weinhale-footer .weinhale-footer__contact-copy,
  .weinhale-footer .weinhale-footer__about {
    font-size: 16px !important;
    line-height: 1.5 !important;
    max-width: none !important;
  }

  .weinhale-footer .weinhale-footer__contact-copy strong {
    font-size: 16px !important;
  }

  .weinhale-footer .weinhale-footer__desktop-only {
    display: none !important;
  }

  .weinhale-footer .weinhale-footer__mobile-only {
    display: block !important;
  }

  .weinhale-footer .weinhale-footer__col {
    padding-bottom: 18px !important;
    border-bottom: 1px solid var(--footer-line) !important;
  }

  .weinhale-footer .weinhale-footer__accordion {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .weinhale-footer .weinhale-footer__accordion > summary {
    display: block !important;
    list-style: none !important;
    cursor: pointer !important;
  }

  .weinhale-footer .weinhale-footer__accordion > summary::-webkit-details-marker {
    display: none !important;
  }

  .weinhale-footer .weinhale-footer__accordion-trigger {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .weinhale-footer .weinhale-footer__accordion-icon {
    display: inline-block !important;
    color: var(--footer-lime) !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
  }

  .weinhale-footer .weinhale-footer__accordion:not([open]) .weinhale-footer__accordion-icon {
    transform: rotate(-90deg) !important;
  }

  .weinhale-footer .weinhale-footer__accordion-content {
    display: block !important;
    padding-top: 18px !important;
  }

  .weinhale-footer .weinhale-footer__accordion:not([open]) .weinhale-footer__accordion-content {
    display: none !important;
  }

  .weinhale-footer .weinhale-footer__col-title {
    margin: 0 !important;
    font-size: 17px !important;
  }

  .weinhale-footer .weinhale-footer__bottom {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 18px 0 24px !important;
    font-size: 14px !important;
  }
}
