/** Shopify CDN: Minification failed

Line 530:2 Expected "}" to go with "{"

**/
.footer {
  color: var(--color-footer-text);
  /* background-color: var(--color-footer); */
  padding: 32px 20px 0 20px;
  margin-top: auto;
}


.footer__nav-item {
  position: relative;
}

.footer__nav-item::after {
  content: "";
  background-color: var(--color-footer-text);
  opacity: 0.3;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.footer__accordion,
.footer__socials {
  padding: 1.2rem 0;
}

.footer__title {
  margin: 0;
}

summary.footer__title {
  position: relative;
}

summary.footer__title svg {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}

summary.footer__title svg:first-child,
[open] summary.footer__title svg:last-child {
  display: none;
}

[open] summary.footer__title svg:first-child {
  display: inline;
}

summary.footer__title + * {
  padding-top: 1.2rem;
}

.footer__accordion li + li {
  margin-top: 1.2rem;
}

.footer__nav-item h6 + ul li {
  margin-bottom: 1.2rem;
}

.footer__socials .footer__title {
  margin-bottom: 1.6rem;
}

.footer__bottom__main {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.footer__bottom__socials {
  order: 1;
  margin: 0;
  text-align: left;
  font-family: "Nexa W01 Book";
}

.footer__copyright {
  order: 2;
  margin: 0;
  text-align: center;
  font-size: 13px;
}

.footer__bottom__spacer {
  order: 3;
  margin: 0;
}


.footer-container {
  padding-left: 152px;
  padding-right: 152px;
}

.footer__bottom {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  position: relative;
  /* max-width: 1600px; */
  padding-right: 152px;
  padding-left: 152px;
  /* margin-top: 50px; */
}

.footer-main-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 15px 20px;
  margin-top: 31px;
}

@media (min-width: 768px) {
  .footer-main-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 15px;
    margin-top: 40px;
    flex-direction: row;

  }
}


.footer-main-bottom h3 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    font-family: "Nexa W01 Book";
    letter-spacing: 2px;
}




.link-footer__nav-item {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    font-family: "Nexa W01 Book";
}

@media (max-width: 1350px) {
  .world-icon {
    width: 70px;
    height: 70px;
  }

  .footer__bottom:before {
    display: none;
  }

  .footer-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer__bottom {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* border-top: 0.5px solid #fff; */
  }
}


@media (max-width: 1024px) {
  .footer-main-bottom h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .footer-main-bottom {
    gap: 16px;
    padding: 30px 38px 30px 38px;
  } 
  
    footer .footer-logo-grid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
      gap: 15px;
    }
    footer .footer-logo-grid .footer__strip_logo img {
        width: 70px;
        max-width: 70px;
    }

}

@media(max-width: 1200px){
  .footer__nav-item .footer__title{
    line-height: 110%;
  }
}

@media (max-width: 990px) {
  .footer__nav-item .footer__title{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: "Nexa W01 Book";
  }

  .footer-mobile-version{
    margin: 0 auto;
  }


  .footer__bottom {
    margin: 24px 0 0 0;
    padding: 0 0 24px 0;
    border: none;
  }

  .footer-main-bottom {
    margin-top: 30px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .footer-container {
    padding: 0;
  }

  .footer__nav-item:after {
    display: none;
  }
  .footer_nav {
    margin-bottom: 3rem;
  }
  .footer_nav .flex-container {
    flex-wrap: wrap;
    display: flex;
    row-gap: 25px;
  }
  .footer_nav .flex-container .footer-mobile-version {
    width: 50%;
    margin: initial;
  }
  .footer_nav ul li a {
    line-height: 26px;
    font-size: 12px;
    font-weight: 400;
    font-family: "Nexa W01 Book";
  }
  
}

@media screen and (min-width: 990px) {
  .footer {
    padding: 2em 0 0 0;
  }

  .footer a:hover {
    opacity: 0.8;
  }


  .footer__nav-item:after {
    content: none;
  }

  .footer__nav-item ul:not(.list-socials) li + li {
    margin-top: 1.2rem;
  }

  .footer__socials {
    padding: 0;
  }

  .footer__localization {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .footer__localization__form + .footer__localization__form {
    margin-top: 0;
  }

  .footer__bottom--style-2 .footer__bottom {
    padding-top: 4.3rem;
  }

  .footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  .footer__bottom__main {
    order: 1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }

  .footer__bottom__socials {
    flex: 0 0 auto;
    order: 1;
  }

  .footer__copyright {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    order: 2;
    margin: 0;
    font-size: 13px;
  }

  .footer__bottom__spacer {
    display: none;
  }

  .footer__bottom::before {
    content: "";
    background-color: #fff;
    height: 0.5px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    translate: -50%;
  }

}

@media(max-width: 600px){
  .footer-mobile-version{
    width: 100%;
  } 
}

@media(max-width: 375px){
  .footer-main-bottom{
    padding-left: 20px;
    padding-right: 20px;
  } 
}

/* FOLLOW ON SHOP BUTTON */
.footer__follow-on-shop {
  transform: scale(0.8);
  width: 14rem;
  order: 9;
}
follow-on-shop-button {
  --reserved-width: fit-content;
}



@media screen and (max-width: 1024px) {
.footer-logo-grid {
    gap: 20px;
  }
}

.footer-logo-grid .footer__strip_logo img {
  max-width: 60px;
  height: auto; /* Prevents stretching by maintaining aspect ratio */
  max-height: 80px;
  width: auto;
}

@media screen and (min-width: 990px) {
  .footer-logo-grid .footer__strip_logo img {
    max-width: 100px;
    height: auto; /* Prevents stretching by maintaining aspectratio */
    max-height: 90px;
        width: 90px;
}

.footer-logo-grid .footer__strip_logo,
.footer-logo-grid .footer__strip_logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media(min-width: 990px){
.flex-container{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 120px;
  margin-top: 40px;
}
}


.footer-logos {
  display: flex;
  gap: 20px;
}

.footer-logos.desktop-only {
  display: none;
}

.footer-logos.mobile-only {
  display: block;
  padding: 20px 0;
}

@media(min-width: 990px){
  .footer-logos.mobile-only {
    display: none;
  }


}

@media(min-width: 990px){
  .footer-logos.desktop-only {
    display: block;
    margin-bottom: 40px;
  }
}

.footer-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  max-width: 350px;
}

@media(max-width: 990px){
  .footer-logo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    max-width: unset;
    justify-content: center;
  }

  .footer-logo-grid .footer__strip_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 85px;
    width: 75px;
    position: relative;
  }

  .footer-logo-grid .footer__strip_logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }


  .footer__bottom__socials {
    order: 1;
    margin: 0 0 2rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .footer__bottom__main .footer__copyright {
    order: 2;
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
  }

  .footer__bottom__spacer {
    display: none;
  }

  .footer__bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__follow-on-shop {
    transform: scale(.8);
    width: 16rem;
    order: unset;
  }
}

.footer__nav-item .footer__title {
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 12px;
      font-family: "Nexa W01 Book";
      color: #3b332d;
  }




  