/** Shopify CDN: Minification failed

Line 84:0 Unexpected "}"
Line 159:3 Expected "}" to go with "{"

**/
/*
 *  1.0. Mixins
*/
.main-footer {
  margin-top: var(--container-vertical-space)!important; /*temp fix*/;
  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;
  text-decoration: none;
}
.no-touchevents .main-footer a:hover {
  color: var(--color-accent-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-accent-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;
}

.shop-login-button {
  display: block;
}

.footer-bottom > div {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  
  .footer-item {
    display: none;
    display: block;
    margin: auto;
  }

  /* .footer-item__menu{
    display: block;
  } */

  .footer-item__title {
    text-align: center;
    font-weight: bold;

  }
 
  .footer-bottom > div {
    flex-direction: column;
  }
  .footer-bottom > div .localization-form {
    margin-inline-start: -0.9375rem;
    margin-top: 0.625rem;
  }
}
  .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__newsletter input {
  padding-inline-end: 2.5rem;
}
.footer-item__newsletter button[type=submit] {
  top: var(--gutter-small);
  position: absolute;
  width: 50px;
  height: calc(100% - var(--gutter-small));
  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.66;
  transition: all 100ms linear;
}
.footer-item__newsletter button[type=submit] svg path {
  stroke: var(--color-text-footer);
}

 @media (max-width: 767px) {
  .hide-content {
    display:none;
  }

  .arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;  
  }

  .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 3px
  }

  .footer-item__title {
    font-size: 18px;
  }

  .footer-item__menu {
    text-align: center;
    font-size: 13px;
  }

  .footer-item__content {
    text-align: center;
  }

  .social-icons {
     display: block;
    margin: auto;
  }