/** Shopify CDN: Minification failed

Line 642: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__content {
  margin: 0 0 0.8rem;
}

.footer__logo {
  font-size: 0;
  display: inline-block;
}

.footer__logo img {
  height: auto;
  max-width: 222px;
  width: 250px;
}


.footer__content img {
  object-fit: contain; /* Prevents images from stretching */
  width: 100%; /* Ensures images take full width of their container */
  height: auto; /* Maintains aspect ratio */
}


@media(min-width: 1800px){
  .footer__logo img { 
    width: 300px;
  }
}
.footer__content__text {
  color: var(--color-footer-text-secondary);
  max-width: 352px;
}

.footer__main--style-2 .footer__content__text p:first-child {
  margin-top: 0.7rem;
}

.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;
}

.footer__copyright {
  order: 2;
  margin: 0;
}

.footer__bottom__nav {
  order: 1;
  margin-top: 2.7rem;
}

.footer__bottom__nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__bottom__nav li {
  margin-right: 2.1rem;
  margin-bottom: 1.9rem;
}

.footer__content .footer__socials .social-footer__title {
  margin-bottom: 0px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.footer__content__text p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

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

.footer__bottom {
  padding-top: 2.4rem;
  position: relative;
  /* max-width: 1600px; */
  padding-right: 175px;
  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";
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-mobile-logo {
  display: none;
}



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

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

  .footer__bottom:before {
    display: none !important;
  }

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

  .footer__bottom {
    margin-right: 60px;
    margin-left: 60px;
    padding-right: 0;
    padding-left: 0;
    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;
    }
  .footer__payment {
    margin: 2rem 0;
}

}

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

@media (max-width: 990px) {
  .footer__nav-item .footer__title{
    margin: 0;
  }

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

  .footer__content {
    margin-bottom: 4px;
  }

  .footer-mobile-logo {
    display: block;
  }

  .footer-mobile-logo img {
    height: 31px;
    width: 204px;
  }

  .footer__logo {
    display: none;
  }

  .footer__bottom {
    margin: 24px 0 0 0;
    padding: 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;
  }
  .footer__main .footer__content__text p.p1 {
    font-weight: 600;
    font-size: 15px;
    padding: 0 0 1rem;
  }
  .footer__content__text form {
    padding-bottom: 0;
  }
  .footer__main .footer__content__text p br {
    display: none;
  }
  
}

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

  .footer a:hover {
    opacity: 0.8;
  }

  .footer__main--style-2 .footer__logo {
    margin: 0;
  }

  .footer__content {
    margin: 0;
  }

  .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__payment {
    order: 2;
  }

  .footer__bottom__main {
    order: 1;
    flex-direction: row;
  }

  .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%;
  }

  .footer__copyright {
    order: 1;
  }

  .footer__bottom__nav {
    order: 2;
    margin: 0 0 0 2.4rem;
  }

  .footer__bottom__nav li {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }

  
  
}

@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 !important;
}

.footer-logo-strip {
  width: 100%;
}
.footer-logo-strip .footer-logo-grid {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  align-items: center;
  margin-top: 40px;
}


@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: space-between;
  align-items: flex-start;
  gap: 20px;
}
}

.footer__content {
  max-width: 350px;
}

.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;
  }
}

.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;
  }

  .list-payment {
    font-size: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    gap: 6px;
    margin: 20px;
  }

  .footer__copyright {
    order: 2;
    margin: 0;
    text-align: center;
  }

  .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: 16px !important;
      font-style: normal !important;
      font-weight: 700 !important;
      line-height: 28px;
      margin-bottom: 12px;
      font-family: "Nexa W01 Heavy";
      color: #3b332d;
  }
.footer__content__text p.footer__title {
    font-weight: 400 !important;
    font-size: 18px !important;
    padding: 0 0 2rem;
}  

.list-payment__item {
  height: 16px;
}

.list-payment__item img {
  height: 16px !important;
  max-width: 100% !important;
  width: auto !important;
}

.list-payment {
  gap: 10px;
}



  