/** Shopify CDN: Minification failed

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

**/
/* Accordion styles for mobile */
.footer-toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.footer-links {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
button.h6.footer-toggle {
  font-weight: 800;
  color: #303030;
}
.footer-menu-section.active .footer-links {
  max-height: 300px; /* adjust based on your needs */
}

.footer-menu-section .icon {
  transition: transform 0.3s;
}

.footer-menu-section.active .icon {
  transform: rotate(45deg); /* + to × */
}

/* Disable accordion on desktop */
@media (min-width: 768px) {
  .footer-toggle {
    display: block;
  }
  .footer-menu-section .icon {
    display: none;
  }
  .footer-links {
    max-height: none !important;
    overflow: visible !important;
  }
}
.footer {
  .footer p.h6 {
    font-family: inherit !important;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0;
  }
  .gap-2\.5 {
    gap: 0.325rem;
  }
  a.link-faded {
    color: #000;
  }
  p.heading.text-subdued.text-xxs {
    font-family: inherit;
    font-size: 12px !important;
    font-weight: 600;
    color: #434343;
  }
  @media screen and (min-width: 1000px) {
    .footer__aside {
      grid-auto-flow: column;
      justify-content: center;
    }
  }
  @media only screen and (max-width: 991px) {
    .footer__block .v-stack {
      grid-template-columns: minmax(0, 1fr);
      align-content: center;
      display: grid;
      justify-content: center;
      align-items: center;
      justify-items: center;
    }
  }

@media screen and (max-width: 749px) {
button.h6.footer-toggle {
    padding: 0px;
}
.footer__block-list {
    gap: 10px;
}
}
