.footer__custom-text-title {
  padding-block-end: 15px;
  font-weight: bold;
}
.footlogo {
    width: 100%;
    text-align: right;
    margin-top: 0;
    padding: 0;
}
@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 {
    margin-top: 30px;
}
.footer__image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.footer__information-group .footer__image img {
    width: auto;
}
.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-size: 18px;
  font-weight: 600;color: rgb(var(--color-text));
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.footer__navigation-title .icon__arrow,
.footer__navigation-title .icon__minus {
  display: none;
}
@media (max-width: 959px) {
  .footer__navigation-title {
    padding-block-start: 12px;
    margin-bottom: 0;
  }

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

  .footer__navigation-title .icon__minus {
    display: none;
  }
}
.footer__navigation-item {
  padding-block-start: 6px;
  
}
.footer__navigation-item a{
  display: block;
  color: rgb(var(--color-text));
  font-size: 16px;
  transition: color .2s;
}
.footer__navigation-item a:hover{
  color: rgb(var(--color-texthover));
}
.footer__navigation-item--active a {
  text-underline-offset: 6px;
}
 
@media (max-width: 959px) {
  .footer__navigation-content {
    height: 0;
    padding-block-end: 12px;
    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)); 
    border-radius:0;
}

.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; 
    font-size: 14px;
    margin-top: 15px;
    text-transform: capitalize;
    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;  
}
.footer.color-scheme-2 .footer__custom__social {
    padding: 0 30px;
    margin: 0;
    position: relative;
    z-index: 1;
    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;
    width: auto;
}
.bgwhite .footer__copyrightcon {
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}
.footlogo img.hover-scale__image {
    width: 200px;
    height: auto;
}
.footer-imagelogo {
    position: absolute;
    right: 0;
    top: -60px;
    font-size: 0;
}

@media(max-width:768px){
    .footer-imagelogo img{width: 100%;
        height: auto;}
    .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 {
    border-radius: 50px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 14px;
    transition: all 300ms;
    align-items: center;
    color: #000;
    background: rgba(var(--color-page-background));
    margin-bottom: 20px;
    padding: 5px 5px 5px 15px;
}
.footer #ContactFooter-pc .field .field__suffix {
    padding-inline-end: 0px;
    padding-block: 0;
}
.footer #ContactFooter-pc .field .field__input {
    padding: 8px 16px 6px 0;color: #000;
}
.footer #ContactFooter-pc .field .button--link {
    align-items: center;
    display: flex;
    color: #000;
    justify-content: center;
    text-align: center;
    --btn-border-background-color: none;
    --color-button-background: inherit;
    background: rgb(var(--color-button-background));
    padding: 10px;
    border-radius: 50%;
    margin: 0px;
    font-size: 12px; 
} 
.footer #ContactFooter-pc .field .button--link .icon  {
    /* width: 20px;  */
}
.footer #ContactFooter-pc .field__inner .field__label {
    font-size: 12px;
    display: none;
}
.footer #ContactFooter-pc .field__input::placeholder {
    opacity: 1;
    color: #919191;
    font-size: 14px;
}
.footer .footer__information-group {
    padding: 50px 0 50px;
}
.footer__inner>.footer {
    overflow: hidden;
    position: relative;
}
.footer-imagelogo img.hover-scale__image {
    width: 590px;
    height: auto;
}
@media(max-width:768px) {
.footer-imagelogo img.hover-scale__image {
    width: 590px;
    height: auto;
}
.footer #ContactFooter-pc .field {
    max-width: 100%;
    margin-bottom: 0;
}
.footer.color-scheme-2 .footer__custom__social {
    padding: 0;
}
.footlogo{
    text-align: left;
}
.footlogo img.hover-scale__image {
    width: 150px;
    margin: 40px 0 10px;
}
.footer #ContactFooter-pc .field .button--link{
    padding: 8px;
}
.footer-imagelogo {
    position: absolute;
    right: 0;
    top: unset;
    bottom: 0;
}
.footer.color-scheme-2 .page-width{
    position: relative;
    z-index: 1;
}
.footer__navigation::after{
    display:none;
}
.footer__information-group .footer__navigation {
    order: 2;
    border-top: 1px solid #FFF291;
    border-bottom: 1px solid #FFF291;
    margin-top: -1px;
}
.footer__inner .footer .footer__custom__social {
    padding-top: 40px;
}
.footer .footer__information-group {
    padding: 0px 0 70px;
}
}