/** Shopify CDN: Minification failed

Line 342:1 Expected "}" to go with "{"

**/
.footer .footer-main {
  width: 100%;
}

.footer .footer-main-wrapper {
  width: 100%;
  padding: 2.4rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem 1.6rem;
}

@media screen and (min-width: 750px) {
  .footer .footer-main-wrapper {
    padding: 2.4rem 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-main-wrapper {
    padding: 2.4rem 0 2rem; /* reduced from 8.4rem */
    flex-wrap: nowrap;
    column-gap: 0;
  }
}

@media screen and (min-width: 750px) {
  .footer .footer-main--md-breakpoint .footer-main-wrapper {
    flex-wrap: nowrap;
    column-gap: 0;
  }

  .footer .footer-main--md-breakpoint .footer-menu-blocks {
    width: unset;
    justify-content: flex-start;
    gap: 4rem;
  }

  .footer .footer-main--md-breakpoint .footer-menu-blocks::before,
  .footer .footer-main--md-breakpoint .footer-menu-blocks::after {
    content: "";
    display: block;
    width: 0;
  }

  .footer .footer-main--md-breakpoint .footer-menu-block {
    max-width: 24rem;
  }

  .footer .footer-main--md-breakpoint .footer-subscribe-block {
    width: 50%;
    max-width: 47.4rem;
    order: -2;
  }

  .footer .footer-main--md-breakpoint .footer-contact-block {
    max-width: 24rem;
  }

  .footer .footer-main--md-breakpoint .footer-contact-block.left-on-desktop {
    order: -2;
  }
}

@media screen and (min-width: 990px) {
  .footer .footer-main--lg-breakpoint .footer-main-wrapper {
    padding: 2.4rem 0 2rem; /* reduced */
    flex-wrap: nowrap;
    column-gap: 0;
  }

  .footer .footer-main--lg-breakpoint .footer-menu-blocks {
    width: unset;
    justify-content: flex-start;
    gap: 4rem;
  }

  .footer .footer-main--lg-breakpoint .footer-menu-blocks::before,
  .footer .footer-main--lg-breakpoint .footer-menu-blocks::after {
    content: "";
    display: block;
    width: 0;
  }

  .footer .footer-main--lg-breakpoint .footer-menu-block {
    max-width: 24rem;
  }

  .footer .footer-main--lg-breakpoint .footer-subscribe-block {
    width: 50%;
    max-width: 47.4rem;
    order: -2;
  }

  .footer .footer-main--lg-breakpoint .footer-contact-block {
    max-width: 24rem;
  }

  .footer .footer-main--lg-breakpoint .footer-contact-block.left-on-desktop {
    order: -2;
  }
}

.footer .footer-block {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.2rem;
}

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

.footer .footer-menu-blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  order: -1;
}

@media screen and (min-width: 750px) {
  .footer .footer-menu-blocks {
    flex-grow: 1;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start; /* changed */
    gap: 4rem; /* added */
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-menu-blocks {
    width: unset;
    justify-content: flex-start; /* changed */
    gap: 4rem; /* added */
    order: 2;
  }

  .footer .footer-menu-blocks::before,
  .footer .footer-menu-blocks::after {
    content: "";
    display: block;
    width: 0;
  }

  .footer .footer-menu-blocks::before {
    margin-inline-end: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .footer .footer-menu-blocks::before {
    margin-inline-end: 60px;
  }
}

@media screen and (min-width: 1600px) {
  .footer .footer-menu-blocks::before {
    margin-inline-end: 100px;
  }
}

.footer .footer-menu-block {
  width: 100%;
  max-width: 100%;
  border-bottom: 0.1rem solid rgb(var(--color-border));
}

@media screen and (min-width: 750px) {
  .footer .footer-menu-block {
    max-width: 30rem;
    padding: 0;
    border: none;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-menu-block {
    max-width: 20rem;
  }
}

.footer .footer-bottom {
  padding-top: 1rem;   /* reduced */
  padding-bottom: 1rem;
}

.footer .footer-bottom-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.2rem;
}

@media screen and (min-width: 750px) {
  .footer .footer-bottom-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}

.footer .footer-bottom-wrapper__main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .footer .footer-bottom-wrapper__main {
    width: auto;
    gap: 1.6rem;
  }
}

.footer .footer-copyright__content {
  color: rgb(var(--color-foreground-secondary));
}

.footer .footer-policies {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.footer .footer-policies__link {
  color: rgb(var(--color-foreground-secondary));
}

.footer .list-payment {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.footer .list-payment__item {
  align-items: center;
  display: flex;
}

.footer .list-payment__item svg {
  height: 1.8rem;
  width: auto;
}
/* ---------- FOOTER LAYOUT FIX ---------- */

@media screen and (min-width: 1200px) {

  /* Reduce large white gap above black footer bar */
  .footer .footer-main-wrapper{
    padding-bottom: 2rem;
  }

  /* Keep footer columns grouped instead of spreading */
  .footer .footer-menu-blocks{
    justify-content: flex-start;
    gap: 2rem;
  }

  /* Ensure contact block stays on the far right */
  .footer .footer-contact-block{
    order: 3;
  }

}
/* Reduce spacing above bottom black footer */
.footer .footer-bottom{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1200px){

  /* make newsletter section wider */
  .footer .footer-subscribe-block{
    max-width: 40rem;
    width: 40rem;
  }

  /* make the form fill the space */
  .footer .footer-subscribe-form{
    width: 97%;
  }

  /* stretch the email input */
  .footer .footer-subscribe-form input{
    width: 100%;
  }

}@media screen and (max-width: 749px) {
  .footer .footer__blocks-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }
/* Force live layout inside Shopify theme editor */
.shopify-design-mode .footer .footer-main-wrapper{
  display:flex !important;
  flex-wrap:nowrap !important;
  justify-content:space-between !important;
}
@media screen and (max-width: 749px) {
  .footer .footer__blocks-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }
@media screen and (max-width: 749px) {
  footer .footer__content-top,
  footer .footer-blocks,
  footer .footer__blocks-wrapper,
  footer .grid {
    display: flex !important;
    flex-direction: column !important;
  }
@media screen and (max-width: 749px) {
  footer .footer__content-top .grid {
    display: flex !important;
    flex-direction: column !important;
  }
  .footer__copyright {
  text-align: right; /* or left */
}