.footer-copyright-section {
  --color-background: 53, 81, 61;
  border-block-start: 1px solid rgb(255 255 255 / 0.22);
  color: #fff;
}

.footer-copyright-section.page-section,
.footer-copyright-section.page-section::before {
  background: #35513D !important;
  background-color: #35513D !important;
}

/* Above main footer: FooterGroup stacks earlier sections higher, which hides upward selects */
.footer-copyright-section.page-section {
  z-index: 50 !important;
  overflow: visible;
}

.shopline-section:has(.footer-copyright-section) {
  position: relative;
  z-index: 50;
  overflow: visible;
  background: #35513D;
  background-color: #35513D;
}

.footer-copyright-section .localization__selector,
.footer-copyright-section .theme-select__main {
  z-index: var(--z-index-dropdown);
}

.footer-copyright {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 24px;
}

.footer__copyright {
  flex: 0 1 auto;
  min-width: 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgb(255 255 255 / 0.85);
}

.footer__copyright :is(strong, b) {
  font-weight: 600;
  color: #fff;
}

.footer__payment-icons {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.footer__payment-icons .payment-icons {
  justify-content: center;
  flex-wrap: wrap;
}

.footer__localization-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  min-width: 0;
  gap: 16px;
}

.footer__localization-form .localization__selector,
.footer-copyright .localization__selector {
  color: #fff;
}

.footer__localization-form select,
.footer-copyright .localization__selector select {
  color: #fff;
  background: transparent;
  border: none;
  font-size: 0.8125rem;
}

.footer__localization-form .theme-select__arrow,
.footer-copyright .theme-select__arrow {
  color: #fff;
}

@media (max-width: 959px) {
  .footer__copyright {
    order: 3;
    text-align: center;
  }

  .footer__payment-icons {
    order: 1;
  }

  .footer__localization-form {
    order: 2;
    justify-content: center;
  }
}
