.eco-footer {
  --eco-footer-bg: #edf5e9;
  --eco-footer-ink: #07140f;
  --eco-footer-muted: #5f6f66;
  --eco-footer-line: rgba(7, 20, 15, 0.12);
  --eco-footer-accent: #15803d;
  --eco-footer-max-width: 1536px;
  --eco-footer-padding-x: 24px;
  --eco-footer-padding-top: 0px;
  --eco-footer-padding-bottom: 0px;
  width: 100%;
  margin: 0;
  padding-top: var(--eco-footer-padding-top);
  padding-bottom: var(--eco-footer-padding-bottom);
  background: var(--eco-footer-bg);
  color: var(--eco-footer-ink);
  font-family: inherit !important;
  font-size: 12px;
  line-height: 1.45;
  content-visibility: auto;
  contain-intrinsic-size: 320px;
}

.eco-footer,
.eco-footer * {
  box-sizing: border-box;
  font-family: inherit !important;
}

.eco-footer a {
  color: inherit;
  text-decoration: none;
}

.eco-footer a:hover {
  color: var(--eco-footer-accent);
}

.eco-footer__rail {
  width: min(var(--eco-footer-max-width), calc(100% - (var(--eco-footer-padding-x) * 2)));
  margin-inline: auto;
}

.eco-footer__top {
  border-bottom: 1px solid var(--eco-footer-line);
}

.eco-footer__top-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.eco-footer__contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 26px;
}

.eco-footer__eyebrow {
  margin: 0;
  font-size: var(--eco-footer-contact-label-font-size, 11px);
  font-weight: var(--eco-footer-contact-label-font-weight, 800);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eco-footer__contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--eco-footer-ink);
  font-size: var(--eco-footer-contact-item-font-size, 11px);
  font-weight: var(--eco-footer-contact-item-font-weight, 600);
  white-space: nowrap;
}

.eco-footer__contact-item svg,
.eco-footer__back-pill svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-footer__back-pill {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 7px 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  color: var(--eco-footer-ink);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(7, 20, 15, 0.06);
}

.eco-footer__main {
  padding: 34px 0 42px;
}

.eco-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr)) minmax(280px, 1.25fr);
  gap: clamp(34px, 7vw, 112px);
  align-items: start;
}

.eco-footer__heading {
  margin: 0 0 15px;
  color: var(--eco-footer-ink);
  font-size: var(--eco-footer-column-heading-font-size, 12px);
  font-weight: var(--eco-footer-column-heading-font-weight, 800);
  line-height: 1.2;
}

.eco-footer__summary {
  display: block;
  list-style: none;
}

.eco-footer__summary::-webkit-details-marker {
  display: none;
}

.eco-footer__toggle {
  display: none;
}

.eco-footer__newsletter-title {
  margin: 0 0 15px;
  color: var(--eco-footer-ink);
  font-size: var(--eco-footer-newsletter-title-size, 12px);
  font-weight: var(--eco-footer-newsletter-title-weight, 800);
  line-height: 1.2;
}

.eco-footer__links {
  display: grid;
  gap: 8px;
}

.eco-footer__link {
  color: var(--eco-footer-ink);
  font-size: var(--eco-footer-column-link-font-size, 11px);
  font-weight: var(--eco-footer-column-link-font-weight, 500);
}

.eco-footer__newsletter-text {
  margin: -4px 0 16px;
  max-width: 420px;
  color: var(--eco-footer-muted);
  font-size: var(--eco-footer-newsletter-description-size, 11px);
  font-weight: var(--eco-footer-newsletter-description-weight, 400);
  line-height: 1.55;
}

.eco-footer__form {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: min(100%, 372px);
  height: 60px;
  margin-bottom: 22px;
  padding: 6px 6px 6px 25px;
  border: 0;
  border-radius: 999px;
  background: var(--eco-footer-newsletter-form-bg, #fff) !important;
  box-shadow: none;
  overflow: hidden;
}

.eco-footer .eco-footer__form .eco-footer__input {
  min-width: 0;
  flex: 1 1 0;
  height: 48px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--eco-footer-newsletter-input-color, var(--eco-footer-ink)) !important;
  padding: 0 !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 48px;
  outline: 0;
  box-shadow: none !important;
  appearance: none;
}

.eco-footer .eco-footer__form .eco-footer__input::placeholder {
  color: var(--eco-footer-newsletter-placeholder-color, #9aa3b2) !important;
  opacity: 1;
}

.eco-footer__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.eco-footer__submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.eco-footer .eco-footer__form .eco-footer__submit {
  flex: 0 0 auto;
  min-width: max-content;
  height: 48px;
  border: 0 !important;
  border-radius: 999px;
  background: var(--eco-footer-newsletter-button-bg, var(--eco-footer-accent)) !important;
  color: var(--eco-footer-newsletter-button-color, #fff) !important;
  padding: 0 22px !important;
  font-size: var(--eco-footer-newsletter-button-size, 15px);
  font-weight: var(--eco-footer-newsletter-button-weight, 800);
  line-height: 48px;
  cursor: pointer;
  box-shadow: none !important;
  appearance: none;
  transition: filter 180ms ease, transform 180ms ease;
}

.eco-footer .eco-footer__form .eco-footer__submit:hover {
  color: var(--eco-footer-newsletter-button-color, #fff) !important;
  filter: brightness(0.92);
  transform: translateX(1px);
}

.eco-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eco-footer__social {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff !important;
  background: var(--eco-social-color, #1877f2);
  line-height: 0;
  overflow: hidden;
}

.eco-footer__social svg {
  width: 15px !important;
  height: 15px !important;
  display: block;
  flex: 0 0 auto;
  fill: #fff !important;
  color: #fff !important;
  stroke: none !important;
}

.eco-footer__social svg path {
  fill: #fff !important;
  stroke: none !important;
}

.eco-footer__bottom {
  border-top: 1px solid var(--eco-footer-line);
}

.eco-footer__bottom-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.eco-footer__copyright {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
}

.eco-footer__payments {
  display: flex;
  align-items: center;
  gap: 8px;
}

.eco-footer__accept {
  font-size: 11px;
  font-weight: 700;
}

.eco-footer__payment-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.eco-footer__payment {
  width: 48px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--eco-payment-color, #1f2937);
  line-height: 0;
}

.eco-footer__payment svg,
.eco-footer__payment img {
  width: 48px !important;
  height: 28px !important;
  display: block;
  flex: 0 0 auto;
}

.eco-footer__payment img {
  object-fit: contain;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .eco-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 48px;
  }

  .eco-footer__newsletter {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .eco-footer {
    --eco-footer-padding-x: 16px;
    font-size: 13px;
  }

  .eco-footer__top-inner,
  .eco-footer__bottom-inner {
    min-height: 0;
    padding: 16px 0;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .eco-footer__contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .eco-footer__eyebrow {
    font-size: max(11px, var(--eco-footer-contact-label-font-size, 11px));
  }

  .eco-footer__contact-item {
    width: 100%;
    white-space: normal;
    line-height: 1.45;
  }

  .eco-footer__back-pill {
    width: 100%;
    min-height: 42px;
    justify-content: center;
  }

  .eco-footer__main {
    padding: 22px 0 28px;
  }

  .eco-footer__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .eco-footer__column {
    border: 1px solid var(--eco-footer-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.36);
    overflow: hidden;
  }

  .eco-footer__summary {
    min-height: 48px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    list-style: none;
  }

  .eco-footer__summary::-webkit-details-marker {
    display: none;
  }

  .eco-footer__heading {
    margin: 0;
  }

  .eco-footer__toggle {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }

  .eco-footer__toggle::before,
  .eco-footer__toggle::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 12px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%);
  }

  .eco-footer__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity 160ms ease;
  }

  .eco-footer__column[open] .eco-footer__toggle::after {
    opacity: 0;
  }

  .eco-footer__links {
    padding: 0 14px 14px;
    gap: 0;
  }

  .eco-footer__link {
    min-height: 36px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(7, 20, 15, 0.08);
  }

  .eco-footer__newsletter {
    grid-column: auto;
    margin-top: 10px;
    padding-top: 10px;
  }

  .eco-footer__newsletter-title,
  .eco-footer__newsletter-text {
    text-align: center;
    margin-inline: auto;
  }

  .eco-footer__form {
    width: 100%;
    height: auto;
    min-height: 52px;
    padding: 5px;
  }

  .eco-footer .eco-footer__form .eco-footer__input {
    height: 44px;
    line-height: 44px;
    padding-left: 12px !important;
    font-size: 14px;
  }

  .eco-footer .eco-footer__form .eco-footer__submit {
    height: 44px;
    padding: 0 16px !important;
    line-height: 44px;
    font-size: max(13px, var(--eco-footer-newsletter-button-size, 15px));
  }

  .eco-footer__socials {
    justify-content: center;
  }

  .eco-footer__social {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
  }

  .eco-footer__bottom-inner {
    text-align: center;
    align-items: center;
  }

  .eco-footer__payments {
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .eco-footer__payment-list {
    justify-content: center;
    gap: 8px;
  }

  .eco-footer__payment,
  .eco-footer__payment svg,
  .eco-footer__payment img {
    width: 46px !important;
    height: 27px !important;
  }
}
