.footer {
  padding-top: 52px;
  padding-bottom: 52px;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding-bottom: 12px;
  }
}

.footer-top__content {
  flex-direction: column;
  gap: 28px;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .footer-top__content {
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
    padding-bottom: 80px;
  }
}

.footer-top__branding {
  flex-direction: column;
  gap: 40px;
  display: flex;
}

.footer-top__tagline {
  position: relative;
  gap: 20px;
  justify-content: space-between;
  display: flex;
}
@media only screen and (min-width: 576px) {
  .footer-top__tagline {
    gap: 0;
    justify-content: flex-start;
    order: 2;
  }
}

.footer-top__tagline-text {
  max-width: 218px;
  font-size: 24px;
  line-height: 35px;
  color: var(--color-white);
}
@media only screen and (min-width: 576px) {
  .footer-top__tagline-text {
    max-width: 300px;
  }
}

.footer-top__tagline-stamp {
  width: 80px;
  height: 80px;
  margin-top: -20px;
  margin-left: 16px;
}
@media only screen and (min-width: 576px) {
  .footer-top__tagline-stamp {
    width: 62px;
    height: 62px;
  }
}

.footer-top__logo {
  max-width: 140px;
}
@media only screen and (min-width: 576px) {
  .footer-top__logo {
    order: 1;
  }
}

.footer-top__menu {
  flex: 1;
}
@media only screen and (min-width: 1200px) {
  .footer-top__menu {
    flex: none;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-top__nav {
    gap: 60px;
    display: flex;
    margin-top: 0;
    border-top: none;
  }
}

.footer-top__nav-item {
  border-bottom: 1px solid var(--color-white);
}
@media only screen and (min-width: 1200px) {
  .footer-top__nav-item {
    border-bottom: none;
  }
}

.footer-middle__content {
  flex-direction: column;
  gap: 28px;
  display: flex;
  margin-top: 28px;
}
@media only screen and (min-width: 992px) {
  .footer-middle__content {
    align-items: center;
    flex-direction: row;
    gap: 28px;
    justify-content: space-between;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid var(--color-light-navy);
    border-bottom: 1px solid var(--color-light-navy);
  }
}

.footer-middle__socials {
  color: var(--color-white);
}

@media only screen and (max-width: 991.98px) {
  .footer-middle__payments {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid var(--color-light-navy);
    border-bottom: 1px solid var(--color-light-navy);
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-middle__payments .payment-icons__items {
    justify-content: center;
  }
}

.footer-bottom__content {
  flex-direction: column;
  gap: 24px;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer-bottom__content {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer-bottom__operating-hours {
  color: var(--color-white);
}
@media only screen and (min-width: 992px) {
  .footer-bottom__operating-hours {
    order: 2;
  }
}

.footer-bottom__company {
  color: var(--color-white);
}
@media only screen and (min-width: 992px) {
  .footer-bottom__company {
    order: 1;
  }
}

.footer-bottom__company-trade {
  display: block;
  margin-bottom: 4px;
}
@media only screen and (min-width: 992px) {
  .footer-bottom__company-trade {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 4px;
  }
}

.footer-bottom__site {
  color: var(--color-white);
}
@media only screen and (min-width: 992px) {
  .footer-bottom__site {
    order: 3;
  }
}
.footer-bottom__site a {
  color: var(--color-white);
}

.footer-menu li {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 1200px) {
  .footer-menu li {
    padding-top: 16px;
    padding-bottom: 0;
  }
}
.footer-menu li a {
  display: block;
  color: var(--color-white);
}
.footer-menu li a:hover {
  text-decoration: underline;
}

.footer-menu__summary {
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  list-style: none;
}
.footer-menu__summary::marker {
  content: "";
  display: none;
}
.footer-menu__summary::-webkit-details-marker {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .footer-menu__summary {
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
  }
}

.footer-menu__title {
  font-size: 18px;
  color: var(--color-white);
}
@media only screen and (min-width: 1200px) {
  .footer-menu__title {
    font-size: 14px;
    color: var(--color-yellow);
  }
}

.footer-menu__chevron {
  width: 18px;
  height: 12px;
  color: var(--color-white);
  transition: all 0.2s;
}
@media only screen and (min-width: 1200px) {
  .footer-menu__chevron {
    display: none;
  }
}
.footer-menu[open] .footer-menu__chevron {
  transform: rotate(180deg);
}

.footer-menu__content {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) {
  .footer-menu__content {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
