/** Shopify CDN: Minification failed

Line 210:0 Unexpected "}"

**/
/* Section - Footer
=================================== */
.footer-blocks-wrapper {
  padding: 4.5rem 0;
  row-gap: 3.5rem;

  @media (min-width: 990px) {
    row-gap: 0;
  }
}

.footer .widget-media {
  margin: 0 0 1.5rem;
}

.footer .widget-media:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Footer logo / company info / social icons
   Desktop: all three flush-left, sharing the same left edge.
   Mobile: all three share one centered column (--footer-block-width),
           left-aligned *within* that column so their edges still match.
   ========================================================= */
:root {
  --logo-width: 120px;
  --logo-width-mobile: 100px;

  --fci-max-width: 480px;
  --footer-block-width: 320px; /* shared width for logo/text/icons on mobile */

  --fci-font-size: 14px;
  --fci-font-size-mobile: 11.5px;

  --fci-font-weight: 500;
  --fci-font-weight-mobile: 420;

  --fci-strong-weight: 600;
  --fci-strong-weight-mobile: 600;

  --fci-line-height: 1.5;

  --fci-color: #E5E7EB;
  --fci-strong-color: #ffffff;
}

.widget-media {
  max-width: var(--logo-width) !important;
  margin-inline: 0 !important;
  display: block;
}

.widget-media img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-company-info {
  max-width: var(--fci-max-width);
  margin-inline: 0;
  text-align: left;
}

.footer-company-info p {
  margin: 0 0 4px !important;
  font-size: var(--fci-font-size);
  font-weight: var(--fci-font-weight);
  line-height: var(--fci-line-height) !important;
  color: var(--fci-color);
  text-align: left;
  white-space: pre-wrap;
}

.footer-company-info strong {
  color: var(--fci-strong-color);
  font-weight: var(--fci-strong-weight);
}

.footer-company-info a,
.footer-company-info a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.hta-social-under-info {
  display: flex !important;
  justify-content: flex-start !important;
  margin-inline: 0 !important;
}

@media (max-width: 749px) {
  .grid-item {
    text-align: center !important;
  }

  .widget-media {
    display: inline-block !important;
    max-width: var(--logo-width-mobile) !important;
    margin-inline: 0 !important;
  }
  .widget-media img {
    width: 100% !important;
    max-width: none !important;
  }

  .footer-company-info {
    display: inline-block !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    text-align: center !important;
  }
  .footer-company-info p {
    text-align: center !important;
    font-size: var(--fci-font-size-mobile);
    font-weight: var(--fci-font-weight-mobile);
  }
  .footer-company-info strong {
    font-weight: var(--fci-strong-weight-mobile);
  }

  .hta-social-under-info {
    display: inline-flex !important;
    justify-content: center !important;
  }
}

/* Footer Info (Credits / Payment icons)
=================================== */
.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: 1px dashed rgba(var(--color-border));
  padding: 1.5rem 0;
  font-size: calc(var(--font-body-scale) * 1.3rem);

  @media (min-width: 990px) {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  a {
    color: rgba(var(--color-accent-1));
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    text-decoration-color: transparent;
    transition: text-decoration 0.18s ease;

    &:hover {
      text-decoration: underline;
    }
  }
}

.footer-info-start {
  &:only-child {
    text-align: center;
    width: 100%;
  }
}

.footer-info-end {
  @media (min-width: 990px) {
    display: flex;
    align-items: center;
  }
}

.footer-social-links-wrap {
  .list-social {
    justify-content: center;
  }
}

.footer-follow-on-shop {
  margin-top: 2rem;

  @media (min-width: 990px) {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }
}

/*  Social / Language / Region
=================================== */
.footer-pre-info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;

  &.footer-pre-info-content-centered {
    display: flex;
    justify-content: center;
  }
}

.footer-lang-
}

/* Component - List Payment
=================================== */
.list-payment {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  grid-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;

  @media (min-width: 990px) {
    margin-top: 0;
  }
}

.list-payment-item {
  padding: 0;
  margin: 0;
  line-height: 0;
}