/*
 *  1.0. Mixins
*/
.main-footer {
  margin-top: var(--container-vertical-space);
  border-top: 1px solid var(--color-borders-footer);
  background: var(--color-background-footer);
  color: var(--color-text-footer);
}
.main-footer a {
  color: var(--color-text-footer);
  transition: all 100ms linear;
}
.no-touchevents .main-footer a:hover {
  color: var(--color-text-footer);
}
.main-footer .social-icons svg * {
  fill: var(--color-text-footer);
  transition: all 100ms linear;
}
.no-touchevents .main-footer .social-icons a:hover svg * {
  fill: var(--color-text-footer);
}
.main-footer .localization-form__item-text {
  color: var(--color-text-footer);
}
.main-footer .localization-form__item-symbol svg path {
  fill: var(--color-text-footer);
}
.main-footer .footer-item__menu span {
  display: block;
  margin-bottom: 0.3125rem;
}

.footer-bottom > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-bottom > div {
    flex-direction: column;
  }
  .footer-bottom > div .localization-form {
    margin-inline-start: -0.9375rem;
    margin-top: 0.625rem;
  }
}
.footer-top + .footer-bottom {
  border-top: 1px solid var(--color-borders-footer);
}

.footer-item__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}

.footer-item__image-heading {
  margin-bottom: 1em;
}

.footer-item__newsletter .form-row {
  padding-top: 0;
}
.footer-item__newsletter input {
  height: 3.125rem;
  border-color: var(--color-text-footer);
  color: var(--color-text-footer);
  background-color: transparent;
}
html[dir=rtl] .footer-item__newsletter input {
  padding-left: 2.5rem;
}
html[dir=ltr] .footer-item__newsletter input {
  padding-right: 2.5rem;
}
.footer-item__newsletter input::placeholder {
  color: inherit;
}
.footer-item__newsletter input:focus, .footer-item__newsletter input:hover {
  border-color: var(--color-text-footer);
}
.footer-item__newsletter button[type=submit] {
  top: 0;
  position: absolute;
  width: 50px;
  height: 100%;
  padding-top: 9px;
}
html[dir=rtl] .footer-item__newsletter button[type=submit] {
  left: 0;
}
html[dir=ltr] .footer-item__newsletter button[type=submit] {
  right: 0;
}
.no-touchevents .footer-item__newsletter button[type=submit]:hover svg {
  opacity: 1;
}
.footer-item__newsletter button[type=submit] svg {
  width: 65%;
  height: 65%;
  opacity: 0.62;
  transition: all 100ms linear;
}
.footer-item__newsletter button[type=submit] svg path {
  stroke: var(--color-text-footer);
}


/* ------------ fundamental footer ----------------- */


.footer-fundamental { background: #235347; 
  .footer-top-funda { width: 100%; padding: 50px 0; border-bottom: 1px solid #65877E; 
    .top-wrapper { width: 100%; max-width: 1400px; margin: auto; padding: 0 20px; display: flex; gap: 100px; align-items: center;
      .footer-mobile-logo { display: none; }
      .left-funda { width: 40%; 
        h2 { font-size: 38px; font-weight: 700; line-height: normal;  }
      }          
      .right-funda { width: 60%; 
        .footer-item__newsletter {
          button { position: initial; display: block; width: 100%; background: #fff; margin-top: 20px; padding: 15px; border-radius: 10px; font-size: 18px; font-weight: 600; }
        }
      }
    }
   }
  .container--large { max-width: 1400px; padding: 50px 20px; 
    .grid { display: flex; justify-content: space-between; 
      .footer-item__title { font-size: 20px; }   
      .footer-item__content p { font-size: 16px; line-height: normal; font-family: 'Poppins';}
      .footer-item__menu {
        span { margin: 0 0 10px; }
        a { text-decoration: none; font-size: 16px; border: 0; font-family: 'Poppins';
          &:hover { border-bottom: 1px solid #fff; }  
        }
      }
    }                  
  }
 .footer-bottom { border-top: 1px solid #65877E; 
  .container--large { padding: 20px; }
   span { font-size: 14px; }
 }
}


@media screen and (max-width: 767px) {
  .footer-fundamental {
    .footer-top-funda { padding-bottom: 20px; border: 0; 
      .top-wrapper { flex-wrap: wrap; gap: 30px; 
        .footer-mobile-logo { display: block; width: 100%; padding: 0 0 35px; margin: 0; border-bottom: 1px solid #FFFFFF33; 
          img { display: block; width: 100%; max-width: 240px; margin: auto; }                    
        }
        .left-funda { width: 100%; text-align: center; 
          h2 { font-size: 24px; margin: 0; }            
        }
        .right-funda { width: 100%; 
          .footer-item__newsletter button {
             padding: 10px; 
          }             
        }
      }
    }
     .container--large { display: block; padding: 30px 20px; 
      .grid { display: block; }
      .footer-item { display: block; margin: 0 0 15px; padding: 0 0 15px; border-bottom: 1px solid #4F756C; 
        .footer-item__title { position: relative; margin: 0; 
          &:after { content: ''; background-image: url('/cdn/shop/files/plus.svg?v=1740634727'); position: absolute; height: 24px; width: 24px; right: 0; top: 3px; }
          &.active:after { content: ''; background-image: url('/cdn/shop/files/plus_1.svg?v=1740634727'); }
        }
        .footer-item__menu.rte { padding-bottom: 0; padding-top: 20px; }     
        .footer-item__content.rte { padding-top: 20px; }
      }             
    }
    .custom-mobile-footer { display: none !important; }
    .footer-bottom { border: 0; 
      .container--large { background: #25594C; 
        span { margin: 0 0 15px; display: block; }                  
      }
    }
  }
  .template-product .footer-fundamental {
    padding-bottom: 70px;
  }
}