.footer__custom-text-title {
  padding-block-end: 15px;
  font-weight: bold;
}

@media (max-width: 959px) {
  .footer__custom-text-title {
    padding-block-start: 15px;
  }
}
.footer__email-subscribe-title {
  font-weight: bold;
}
.footer__email-subscribe .field {
  margin-block-end: 0;
}
.footer__email-subscribe form {
  width: 100%;
}
.footer .tips-card {
  margin-block: 10px;
}
.footer__image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.footer__localization-form form {
  display: contents;
}
@media (max-width: 959px) {
  .footer__localization-form .localization__selector {
    width: 100%;
  }
}
.footer__navigation {
  position: relative;
}
.footer__navigation-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  color: #fff;
}
.footer__navigation-title .icon__arrow,
.footer__navigation-title .icon__minus {
  display: none;
}
@media (max-width: 959px) {
  .footer__navigation-title {
    padding-block-start: 15px;
  }

  .footer__navigation-title .icon__arrow {
    display: inline;
  }

  .footer__navigation-title .icon__minus {
    display: none;
  }
}
.footer__navigation-item {
  padding-block-start: 15px;
}
.footer__navigation-item a {
  display: block;
}
.footer__navigation-item--active a {
  text-underline-offset: 6px;
}
.footer__navigation-item--active a:hover {
    
}
.footer__navigation-item a:hover {
    color: rgb(230, 0, 68);
}
@media (max-width: 959px) {
  .footer__navigation-content {
    height: 0;
    padding-block-end: 15px;
    overflow: hidden;
    opacity: 0;
  }
}
.footer__navigation::after {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  display: none;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #333;
}
@media (max-width: 959px) {
  .footer__navigation::after {
    display: block;
  }
}
@media (max-width: 959px) {
  .footer__navigation[open] .footer__navigation-title .icon__arrow {
    display: none;
  }

  .footer__navigation[open] .footer__navigation-title .icon__minus {
    display: inline;
  }
}
.footer__navigation[open] .footer__navigation-content {
  height: auto;
  opacity: 1;
}
.footer__payment-icons > svg {
  width: auto;
  height: 22px;
}
.footer__social-media-title {
  font-weight: bold;
}
.footer__social-media-content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer {
  background-color: rgb(var(--color-background));
}

.footer__custom__social ul {
    width: 100%;
    text-align: center;
    justify-content: flex-start;
    display: flex;
}
 .footer__custom__social ul li{
     display: initial;
     width: 14.6%;
     float: left;
     margin-right: 3%;
 }
 .footer__custom__social ul li img{
    max-width: 100%;
}
.footer__custom__social ul li a {
    display: inline-block;
}

.footer__custom__social .footer-policy  {
    display: inline-block;
    align-items: center;
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.footer__custom__social .footer-policy .text-u {
    text-decoration: underline;
    transition: color 0.3s;
}

.footer.color-scheme-2 .page-width{
    display: flex;
    max-width: 1228px;
    padding-left: 15px;
    padding-right: 15px;
}
.footer.color-scheme-2 .footer__custom__social {
    padding: 0 30px;
    margin: 0;
    min-width: 200px;
}
.footer-payments-container .custom-block {
    display: flex;
    align-items: center;
}
.footer-payments-container .custom-block .footer-payments {
    display: flex;
    align-items: center;
}
.footer-payments-container .custom-block .footer-payments .klarna-link img{
    width:46px;
    object-fit: contain;
    margin-top: -2px;
    margin-left: 5px;
}
.footer-payments-container .footer__payment {
    display: flex;
    justify-content: space-between;
    max-width: 1228px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.bgwhite {
    background: #f7f7f7;
}
.bgwhite .footer__copyright  {
    color: #000;
}
.bgwhite .footer__copyrightcon {
    padding-top: 20px;
    padding-bottom: 80px;
}

@media(max-width:768px){
    .footer-payments-container {
        display: none;
    }
    .footer__information-group .footer__custom__social {
        order:1;
    }
    .footer__information-group .footer__navigation {
        order: 2;
    }
    .footer__information-group .footer__custom-text {
        order: 3;
        border-bottom: 1px solid #333;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .footer.color-scheme-2 .footer__custom__social {
        padding:30px;
    }
    .footer__information-group .footer__navigation.custom-text {
        margin-bottom: 20px;
    }
}

.footer #ContactFooter-pc .field::after{
    display: none;
}
.footer #ContactFooter-pc .field {
    display: flex;
    height: 45px;
    padding: 0 7px 0 10px;
    border: 0;
    background-color: #8d8d8d;
    border-radius: 45px;
    color: #f7f8f9;
    font-size: 12px;
    font-style: italic;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
    position: unset;
    margin-bottom: 0;
    max-width: 240px;
}
.footer #ContactFooter-pc .field .field__suffix {
    padding-inline-end: 0px;
}
.footer #ContactFooter-pc .field .field__input {
    padding: 8px 16px 6px;
}
.footer #ContactFooter-pc .field .button--link {
    align-items: center;
    display: flex;
    color: #fff;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #e60144;
    height: 36px;
    width: 36px;
    --btn-border-background-color: none;
    border-radius: 50%;
    border: none;
}
.footer #ContactFooter-pc .field__inner .field__label {
    font-size: 12px;
    display: none;
}
.footer #ContactFooter-pc .field__input::placeholder {
    opacity: 1;
    color: #fff;
    font-size: 12px;
    font-style: italic;
}