.footer {
  position: relative;
  background-color: var(--hh-color-brand-primary);
  padding: var(--hh-gutter) 0 calc(var(--hh-gutter) * 2);
  z-index: 99;
}

.footer-spacer {
  height: 10vh;
  display: block !important;
}

.footer__container {
  /* padding-top: var(--hh-section-vertical-margin); */
  /* padding-bottom: var(--hh-section-vertical-margin); */
}

@media screen and (min-width: 750px) {
  .footer__container {
    padding-top: 1.8750rem;
    padding-bottom: 1.8750rem;
  }
}

.footer__newsletter {
  flex: 2;
}

.footer__logo {
  padding-bottom: calc(var(--hh-gutter) * 2);
}

.footer__logo svg path {
  fill: var(--hh-color-day);
}

.footer__newsletter .newsletter__title span {
  color: var(--hh-color-day);
}

.footer__newsletter .newsletter__title {
  color: var(--hh-color-neutral);
}

.footer__blocks {
  flex-wrap: wrap;
  margin-top: calc(var(--hh-gutter) * 2);
}

.footer__block {
  flex: 0 0 50%;
  margin-bottom: calc(var(--hh-gutter) * 2);
}

.footer__block svg {
  display: block;
  width: 17px;
  height: auto;
}

.footer__menu-link a,
.footer__menu-link button {
  transition: color 0.25s;
}

.footer__menu-link button {
  background: transparent;
  border: 0;
}

.footer__menu-link a:hover,
.footer__menu-link button:hover {
  color: var(--hh-color-day);
}

.footer__menu-link + .footer__menu-link {
  margin-top: 10px;
}

.footer__social-icon {
  width: 20px;
}

.footer__social-icon + .footer__social-icon {
  margin-left: 30px;
}

.footer__copyright-container {
  display: none;
}

.copyright__col {
  flex: 1;
}

.copyright__col ul li,
.copyright__col .copyright-menu__link {
  margin-right: var(--hh-gutter);
}

.copyright__col ul li:last-child,
.copyright__col .copyright-menu__link:last-child {
  margin-right: 0px;
}

.copyright__col img {
  max-width: 550px;
  margin: 0 auto;
}

.copyright__col--right ul {
  justify-content: flex-end;
}

.mobile-footer__copyright-container ul {
  padding: 20px 0 0;
}

.mobile-footer__copyright-container .mobile-copyright__links {
  padding: 20px 0 10px;
}

.mobile-footer__copyright-container ul li,
.mobile-footer__copyright-container .mobile-copyright__links .copyright-menu__link {
  margin-right: 10px;
}

.mobile-footer__copyright-container  .mobile-copyright__links .copyright-menu__link:last-child {
  margin-right: 0px;
}

.mobile-copyright__border {
  height: 1px;
  background-color: var(--hh-color-subdued);
  display: block !important;
}

.mobile-copyright__image {
  padding-bottom: 20px;
}

.mobile-copyright__text {
  margin: 0;
  margin-top: 0.8750rem;
}

.footer__menu-link.icon-link span {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.6250rem;
}

.payment-icons {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5625rem;
}

.payment-icons .payment-icon {
  flex: 1;
  margin: 0;
}

.payment-icons .payment-icon svg {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 23px;
  color: var(--hh-color-day);
}

img.accessibility-icon {
  width: 100%;
  height: auto;
  max-height: 20px;
}

.copyright-menu__link a {
  display: inline-block;
}

@media (min-width: 992px) {
  .footer__newsletter {
    padding-right: 100px;
    max-width: 50.0000rem;
  }

  .mobile-country-selector {
    display: none;
  }

  .footer-spacer {
    height: 20vh;
  }

  .footer__body {
    display: flex;
    justify-content: space-between;
  }

  .footer__blocks {
    max-width: 43.7500rem;
    display: grid;
    gap: 2.2500rem;
    grid-template-columns: repeat(3, 1fr);
    justify-content: flex-end;
    margin-top: 0;
    flex-wrap: nowrap;
  }

  .footer__block {
    flex: 1;
  }

  .payment-icons .payment-icon {
    flex: 0 0 41px;
  }
}

@media (min-width: 1200px) {
  .footer__newsletter {
    padding-right: 140px;
  }

  .footer__blocks {
    gap: 3.5000rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1300px) {
  .footer__copyright-container {
    display: flex;
  }

  .mobile-footer__copyright-container {
    display: none;
  }
}
