/** Shopify CDN: Minification failed

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

**/
.footer__list-social .list-social__link + .list-social__link {
  margin-right: 15px;
  margin-left: 0;
}
.footer__widget_title {
  padding-right: 0;
  margin-left: 20px;
}
.newsletter__subscribe--button {
  right: auto;
  left: 0.5rem;
  transform: translateY(-50%) rotate(-180deg);
}
.footer__widget_inner .newsletter-form__field-wrapper input[type="email"] {
  padding: 0 5rem 0 4.5rem;
}
.newsletter__mail--icon {
  left: auto;
  right: 1.5rem;
}
.footer__widget_title:before,
.footer__widget_title:after {
  right: auto;
  left: 0;
}
@media only screen and (max-width: 749px) {
  .footer__widget_title {
    padding-right: 1.5rem;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 749px) {
  /* Footer titles centered, one line */
  .footer .footer__widget_title {
    position: relative !important;
    display: block !important;
    width: 100% !important;

    margin: 0 auto 1.4rem !important;
    padding: 0 !important;

    text-align: center !important;
    white-space: nowrap !important;
    font-size: 1.45rem !important;
    line-height: 1.25 !important;
  }

  /* Hide plus signs completely */
  .footer .footer__widget_title::before,
  .footer .footer__widget_title::after {
    display: none !important;
    content: none !important;
  }

  /* Keep the whole title clickable */
  .footer .footer__widget_toggle {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .footer .footer__widget_toggle span {
    display: none !important;
  }

  /* Center opened drawer content */
  .footer .footer__widget_inner {
    width: 100% !important;
    text-align: center !important;
  }

  .footer .footer__widget_inner ul {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .footer .footer__widget_inner ul li {
    width: 100% !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .footer .footer__widget_inner ul li a {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0.25rem 0 !important;
    text-align: center !important;
  }

  .footer .footer__widget_inner p,
  .footer .footer__widget_inner div,
  .footer .footer__widget--text,
  .footer .newsletter__content,
  .footer .contact__info_box,
  .footer .contact__info_box address {
    text-align: center !important;
  }
}@media only screen and (max-width: 749px) {
  /* Restore arrow next to centered footer titles */
  .footer .footer__widget_title::before {
    display: none !important;
    content: none !important;
  }

  .footer .footer__widget_title::after {
    display: block !important;
    content: "⌄" !important;

    position: absolute !important;
    top: 8% !important;
    left: calc(50% - 5.8rem) !important;
    right: auto !important;

    width: auto !important;
    height: auto !important;

    opacity: 1 !important;
    background: transparent !important;

    color: rgba(var(--color-foreground)) !important;
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;

    transform: translateY(-50%) !important;
  }

  .footer .footer__widget.active .footer__widget_title::after {
    transform: translateY(-50%) rotate(180deg) !important;
  }
.footer__social-bottom {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}


.footer__list-social--bottom {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.footer__list-social--bottom .list-social__link {
  margin: 0 !important;
  padding: 0 !important;
}

.footer__list-social--bottom svg {
  width: 2rem !important;
  height: 2rem !important;
}
/* Desktop footer columns centered */
@media only screen and (min-width: 750px) {
  .footer .footer__top .row > .col {
    text-align: center !important;
  }

  .footer .footer__widget {
    align-items: center !important;
    text-align: center !important;
  }

  .footer .footer__widget_title {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 0 !important;
    text-align: center !important;
  }

  .footer .footer__widget_inner {
    width: 100% !important;
    text-align: center !important;
  }

  .footer .footer__widget_inner ul {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .footer .footer__widget_inner ul li,
  .footer .footer__widget_inner ul li a,
  .footer .footer__widget_inner p,
  .footer .footer__widget--text,
  .footer .newsletter__content {
    text-align: center !important;
  }

  .footer .newsletter-form__field-wrapper {
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}/* Footer newsletter success message */
.footer .newsletter-form__message--success {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;

  margin: 10px auto 0 !important;
  padding: 0 !important;

  text-align: center !important;
  font-size: 1.35rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: rgba(var(--color-foreground)) !important;
}

.footer .newsletter-form__message--success svg {
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
}