/** Shopify CDN: Minification failed

Line 313:0 Expected "}" to go with "{"

**/
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer:not(.color-accent-1) {
  border-top: none;
}

.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}

@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

  .footer__content-top {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 3rem;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }
}

.footer__localization:empty + .footer__column--info {
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  gap: 1rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__follow-on-shop {
  display: flex;
  text-align: center;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
  flex-grow: 1;
}

@media screen and (min-width: 750px) {
  
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}

/* footer v2 */

.footer .footer-block__details-content.footer-block__details-content-mb p {
  margin-bottom: 1rem;
}

.footer .footer__newsletter,
.footer .newsletter-form__field-wrapper {
  max-width: none;
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    column-gap: 0;
    margin-left: calc((var(--grid-desktop-horizontal-spacing) / 2) * -1);
    margin-right: calc((var(--grid-desktop-horizontal-spacing) / 2) * -1);
  }

  .footer-block.grid__item {
    margin: 0 calc(var(--grid-desktop-horizontal-spacing) / 2);
    flex-shrink: 0;
    flex-grow: 0;
    max-width: none;
  }

  .footer-block.footer-block--desktop-12 {
    width: calc(100% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-11 {
    width: calc(91.63% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-10 {
    width: calc(83.33% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-9 {
    width: calc(75% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-6 {
    width: calc(50% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-5 {
    width: calc(41.6% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-4 {
    width: calc(33.3% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-3 {
    width: calc(25% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-2 {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-1 {
    width: calc(8.33% - var(--grid-desktop-horizontal-spacing));
  }
}

@media screen and (max-width: 749px) {
  .footer__content-top .grid {
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: 0;
    display: flex;
    margin: 0;
  }

  .footer-block.grid__item {
    margin: 0;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: none;
    margin-bottom: 4rem;
  }

  .footer-block.grid__item:last-child {
    margin-bottom: 0;
  }

  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block.footer-block--mobile-1 {
    width: calc(50% - (var(--grid-mobile-horizontal-spacing) / 2));
  }

  .footer-block.footer-block--mobile-2 {
    width: 100%;
  }

  .footer-block__details-content .list-menu__item--link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .footer_card--half-width .card__information,
  .footer-block--mobile-1 .card__information {
    padding: 0;
  }

  .footer_card--half-width {
    max-width: 50%;
  }
}
