/** Shopify CDN: Minification failed

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

**/
.site-footer {
  --font-weight-footer-heading: calc(var(--font-body-weight, 400) + 100);
}
.site-footer .f-column {
  width: 100%;
}
@media (min-width: 1024px) {
  .site-footer .f-column {
    width: calc(var(--column-width) * 1%);
  }
  .site-footer .f-column[data-column-type=empty_column] {
    width: calc(var(--column-width) * 1px);
    flex: 0 0 auto;
    padding: 0;
  }
}
.site-footer li {
  line-height: 3rem;
}
.site-footer__top {
  padding: 8rem 0 1.5rem;
}
@media (max-width: 767.98px) {
  .site-footer__top {
    padding-top: 3.2rem;
  }
}
.site-footer__bottom {
  padding: 5rem 0 6rem;
}
@media (max-width: 767.98px) {
  .site-footer__bottom {
    padding-bottom: 3.2rem;
    padding-top: 1rem;
  }
}
.site-footer__bottom .f-linklist {
  gap: 1rem 2rem;
}
.site-footer__bottom-row {
  gap: 2rem;
}
.site-footer__bottom-row + .site-footer__bottom-row {
  margin-top: 2rem;
}
.site-footer__bottom-menu-payment {
  gap: 2.4rem;
  flex-wrap: wrap;
}
.site-footer__copyright-wrapper {
  gap: 1rem;
}
.site-footer__copyright span a {
  text-decoration: underline;
}
.site-footer__selectors {
  gap: 2.4rem;
}
.site-footer .f-disclosure__toggle {
  font-size: 1.4rem;
}
.site-footer__block .rte {
  margin-bottom: 2.4rem;
}
.site-footer__block-heading {
  margin-bottom: 2.4rem;
}
summary .site-footer__block-heading {
  margin-bottom: 1.2rem;
  color: currentColor;
}
@media (min-width: 1024px) {
  .site-footer__block--newsletter {
    width: var(--block-content-width, 100%);
    max-width: 100%;
  }
}
.site-footer__contact--has-divider {
  border-bottom: 1px solid var(--color-border);
}
.site-footer__contact h3 {
  margin: 0;
  font-size: var(--font-body-size);
  color: currentColor;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .site-footer__contact h3 {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.site-footer__contact-inner {
  padding: 20px 0 10px;
  margin: 0 -15px;
}
.site-footer__contact-inner > * {
  padding: 0 15px 10px;
}
.site-footer__contact-inner div span:first-child {
  margin-inline-end: 6px;
}
.site-footer .payment-icons {
  gap: 1rem;
}
.site-footer .payment-icons svg {
  width: 40px;
  height: auto;
}
.site-footer__social-links .social-links {
  margin: -0.7rem -1.4rem;
}
.site-footer__social-links .social-links a {
  padding: 0.7rem 1.4rem;
}
@media (max-width: 767.98px) {
  .site-footer__social-links .social-links {
    justify-content: center;
  }
}
.site-footer__social-links svg {
  margin-inline-end: 0;
}
@media (min-width: 1024px) {
  .site-footer summary {
    pointer-events: none;
  }
}
@media (max-width: 767.98px) {
  .site-footer .language-switcher + .country-switcher .f-disclosure-list {
    inset-inline: auto 0;
  }
  .site-footer__copyright-wrapper {
    order: 2;
  }
}
.site-footer__newsletter-description {
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .site-footer__newsletter-description {
    margin-top: 1.2rem;
  }
}
.site-footer__newsletter-description * {
  color: rgba(var(--color-foreground), 0.8);
}
.site-footer__newsletter-description a {
  text-decoration: underline;
}
.site-footer--show-divider {
  border-top: 0.1rem solid var(--color-border);
}

@media (max-width: 1023.98px) {
  .site-footer__top .f-flex {
    flex-wrap: wrap;
  }
  .site-footer__top .f-column[data-column-type=empty_column] {
    display: none;
  }
  .site-footer__block.has-border:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.1rem;
    width: 100%;
    background: rgba(var(--color-foreground), 0.1);
  }
  .site-footer__block-content {
    padding-bottom: 2rem;
  }
  summary .site-footer__block-heading {
    padding: 0;
    margin: 0;
    line-height: 5rem;
  }
}

.site-footer .footer-block__image {
  width: 100%;
  max-width: var(--footer-image-width, 150px);
}

@media (max-width: 767.98px) {
  .site-footer .footer-block__image {
    max-width: var(--footer-image-width-mobile, 150px);
  }
}


/* Align all footer column headings */
@media screen and (min-width: 1024px) {
  .footer-main-grid {
    align-items: flex-start !important;
  }

  .footer-main-grid .f-column {
    align-self: flex-start !important;
  }

  .footer-main-grid .site-footer__block,
  .footer-main-grid footer-collapsible,
  .footer-main-grid details,
  .footer-main-grid summary {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .footer-main-grid .site-footer__block-heading {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .footer-main-grid [data-column-type="image"] {
    transform: translateY(-30px);
  }
}


/* Center footer branding on mobile */
@media screen and (max-width: 767.98px) {

  .site-footer .f-column[data-column-type="image"] {
    text-align: center !important;
  }

  .site-footer .footer-block__image {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

@media screen and (max-width: 767.98px) {

  .site-footer__social-links {
    width: 100% !important;
    text-align: center !important;
  }

  .site-footer__social-links .social-links {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2.4rem !important;
    margin: 0 !important;
  }

  .site-footer__social-links .social-links a {
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767.98px) {
  .site-footer__copyright-wrapper {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .site-footer__copyright {
    width: 100% !important;
    text-align: center !important;
  }
}