/* Farferdalater inline policy footer */
.footer .footer__inner > .footer__group:last-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}

.footer .footer__inner > .footer__group:last-child .footer__localization-form {
  width: 100%;
}

.footer .footer__inner > .footer__group:last-child .footer__localization-form > form,
.footer .footer__inner > .footer__group:last-child .shopline-localization-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer .footer__inner > .footer__group:last-child .localization__selector {
  min-width: 120px;
  min-height: 48px;
  border: 1px solid currentColor;
  border-radius: 4px;
  background: transparent;
}

.footer .footer__inner > .footer__group:last-child .localization__selector:first-of-type {
  order: 2;
}

.footer .footer__inner > .footer__group:last-child .localization__selector:nth-of-type(2) {
  order: 1;
}

.footer .footer__inner > .footer__group:last-child .footer__menu {
  width: 100%;
  text-align: center;
}

.footer .footer__inner > .footer__group:last-child .footer__menu-title {
  display: none;
}

.footer .footer__inner > .footer__group:last-child .footer__menu-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer__inner > .footer__group:last-child .footer__menu-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.footer .footer__inner > .footer__group:last-child .footer__menu-item:not(:last-child)::after {
  content: '|';
  margin-left: 12px;
}

.footer .footer__payment-icons img,
.footer .footer__payment-icons svg,
.footer .footer__payment-icons .payment-icon {
  width: auto;
  max-width: 34px;
  height: 22px;
  max-height: 22px;
  object-fit: contain;
}

@media (max-width: 749px) {
  .footer .footer__inner > .footer__group:last-child .footer__localization-form > form,
  .footer .footer__inner > .footer__group:last-child .shopline-localization-form {
    justify-content: center;
  }

  .footer .footer__inner > .footer__group:last-child .footer__menu-content {
    gap: 8px 10px;
  }

  .footer .footer__inner > .footer__group:last-child .footer__menu-item:not(:last-child)::after {
    margin-left: 10px;
  }
}
