.adalee-footer {
  margin-top: 3rem;
  border-top: 1px solid #dce7e5;
  background: #f4f7f6;
  color: #24343a;
}

.adalee-footer a {
  color: #40555c;
  text-decoration: none;
}

.adalee-footer a:hover {
  color: #087b79;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.adalee-footer a:focus-visible,
.adalee-footer button:focus-visible,
.adalee-footer summary:focus-visible,
.adalee-checkout-footer a:focus-visible,
.adalee-checkout-footer button:focus-visible {
  outline: 3px solid #18a6a2;
  outline-offset: 3px;
  border-radius: 4px;
}

.adalee-footer__trust {
  background: #0f7473;
  color: #fff;
}

.adalee-footer__trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.adalee-footer__trust-item {
  display: flex;
  min-width: 0;
  min-height: 98px;
  align-items: center;
  gap: 13px;
  padding: 19px 20px;
  color: #fff !important;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.adalee-footer__trust-item:last-child {
  border-right: 0;
}

.adalee-footer__trust-item:hover {
  background: rgba(255, 255, 255, .07);
  text-decoration: none;
}

.adalee-footer__trust-item i {
  flex: 0 0 auto;
  font-size: 25px;
  line-height: 1;
}

.adalee-footer__trust-item span {
  display: block;
  min-width: 0;
}

.adalee-footer__trust-item strong,
.adalee-footer__trust-item small {
  display: block;
}

.adalee-footer__trust-item strong {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.35;
  color: #fff;
}

.adalee-footer__trust-item small {
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  line-height: 1.45;
}

.adalee-footer__body {
  padding-top: 40px;
  padding-bottom: 22px;
}

.adalee-footer__navigation {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}

.adalee-footer__group {
  min-width: 0;
}

.adalee-footer__group:first-child {
  grid-column: span 2;
}

.adalee-footer__group:first-child ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
}

.adalee-footer__group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 0;
  color: #162a31;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  cursor: default;
}

.adalee-footer__group summary::-webkit-details-marker {
  display: none;
}

.adalee-footer__toggle {
  display: none;
}

.adalee-footer__group ul {
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}

.adalee-footer__group li {
  margin: 0;
  padding: 0;
}

.adalee-footer__group nav a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.4;
}

.adalee-footer__service-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 28px;
  margin-top: 30px;
  padding: 26px 0;
  border-top: 1px solid #dce7e5;
  border-bottom: 1px solid #dce7e5;
}

.adalee-footer__contact,
.adalee-footer__payments {
  min-width: 0;
}

.adalee-footer__contact h2 {
  margin: 3px 0 10px;
  color: #162a31;
  font-size: 19px;
  line-height: 1.35;
}

.adalee-footer__contact p {
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 1.6;
}

.adalee-footer__contact a {
  color: #087b79;
  font-weight: 600;
}

.adalee-footer__eyebrow {
  margin: 0;
  color: #587077;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.adalee-footer__muted {
  color: #667b81;
}

.adalee-footer__payment-logos {
  display: flex;
  min-height: 62px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 9px;
}

.adalee-footer__payment-logos img {
  display: block;
  max-width: 100%;
  height: auto;
}

.adalee-footer__cards {
  width: 220px;
}

.adalee-footer__euplatesc {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 7px;
  background: #006978;
}

.adalee-footer__euplatesc:hover {
  background: #005967;
  text-decoration: none;
}

.adalee-footer__euplatesc img {
  width: 145px;
}

.adalee-footer__sal {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #d5dfdd;
  border-radius: 7px;
  background: #fff;
}

.adalee-footer__sal:hover {
  border-color: #8cbebb;
  text-decoration: none;
}

.adalee-footer__company {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 18px;
  padding: 20px 0 17px;
  color: #586d73;
  font-size: 12px;
  line-height: 1.55;
}

.adalee-footer__company p {
  margin: 0;
}

.adalee-footer__company strong {
  color: #283e45;
}

.adalee-footer__company a {
  color: #42646b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.adalee-footer__bottom {
  display: flex;
  min-height: 55px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 12px;
  border-top: 1px solid #dce7e5;
  color: #6a7d82;
  font-size: 12px;
}

.adalee-footer__bottom button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: #42646b;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.adalee-footer__bottom button:hover {
  color: #087b79;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.adalee-checkout-footer__links a,
.adalee-checkout-footer__links button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

@media (min-width: 992px) {
  .adalee-footer__group summary {
    pointer-events: none;
  }
}

@media (max-width: 991.98px) {
  .adalee-footer__trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adalee-footer__trust-item:nth-child(2) {
    border-right: 0;
  }

  .adalee-footer__trust-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .adalee-footer__navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 38px;
  }

  .adalee-footer__service-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .adalee-footer {
    margin-top: 2rem;
  }

  .adalee-footer__trust-item {
    min-height: 94px;
    gap: 10px;
    padding: 15px 11px;
  }

  .adalee-footer__trust-item i {
    font-size: 21px;
  }

  .adalee-footer__trust-item strong {
    font-size: 13px;
  }

  .adalee-footer__trust-item small {
    font-size: 11px;
  }

  .adalee-footer__body {
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .adalee-footer__navigation {
    display: block;
  }

  .adalee-footer__group:first-child {
    grid-column: auto;
  }

  .adalee-footer__group:first-child ul {
    display: block;
  }

  .adalee-footer__group {
    border-bottom: 1px solid #d7e2e0;
  }

  .adalee-footer__group summary {
    min-height: 56px;
    padding: 8px 2px;
    cursor: pointer;
  }

  .adalee-footer__toggle {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }

  .adalee-footer__toggle::before,
  .adalee-footer__toggle::after {
    position: absolute;
    top: 10px;
    left: 4px;
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background: #497078;
    content: "";
  }

  .adalee-footer__toggle::after {
    transform: rotate(90deg);
    transition: transform .16s ease;
  }

  .adalee-footer__group[open] .adalee-footer__toggle::after {
    transform: rotate(0deg);
  }

  .adalee-footer__group nav {
    padding: 0 0 10px;
  }

  .adalee-footer__group nav a {
    display: flex;
    width: 100%;
    min-height: 46px;
    padding: 9px 3px;
  }

  .adalee-footer__group ul {
    margin-top: 0;
  }

  .adalee-footer__service-row {
    gap: 22px;
    margin-top: 22px;
    padding: 22px 0;
  }

  .adalee-footer__payment-logos {
    align-items: flex-start;
  }

  .adalee-footer__cards {
    width: min(100%, 260px);
  }

  .adalee-footer__company {
    display: block;
    padding: 18px 0 14px;
  }

  .adalee-footer__company p {
    margin-bottom: 5px;
  }

  .adalee-footer__bottom {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding-top: 15px;
  }

  .adalee-checkout-footer__inner {
    align-items: flex-start;
  }

  .adalee-checkout-footer__links {
    gap: 0 15px;
  }
}

@media (max-width: 359.98px) {
  .adalee-footer__trust-grid {
    grid-template-columns: 1fr;
  }

  .adalee-footer__trust-item {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .adalee-footer__toggle::after {
    transition: none;
  }
}
