/** Shopify CDN: Minification failed

Line 149:23 Unexpected "@type"

**/
.\#footer {
  padding-top: 4rem;
  padding-bottom: 2rem;
  border-top: 3px solid var(--border-color);
}
.\#footer-heading {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.\#footer-text {
  opacity: 0.8;
  line-height: 1.5;
}
.\#footer-logo {
  width: var(--width);
  margin-bottom: 1.5rem;
}
.\#footer-newsletter {
  margin-bottom: 1rem;
  position: relative;
}
.\#footer-newsletter-success {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
.\#footer-newsletter-success .\#icon {
  --size: 1.2rem;
}
.\#footer-newsletter-input {
  width: 100%;
  display: block;
  border-radius: 3rem;
  height: 2.5rem;
  border: 2px solid currentColor;
  background: none;
  color: white;
  padding-left: 1rem;
  padding-right: 1rem;
}
.\#footer-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.\#footer-newsletter-button {
  position: absolute;
  top: 0;
  right: 0;
  padding-inline: 0.7rem;
  display: flex;
  align-items: center;
  z-index: 2;
  background: none;
  border: none;
  color: currentColor;
  height: 100%;
  line-height: 0;
  cursor: pointer;
}
.\#footer-newsletter-button .\#icon {
  --size: 1.25rem;
}
.\#footer-menu > li {
  transition: var(--transition-base);
  opacity: 0.64;
}
.\#footer-menu > li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.\#footer-menu > li:hover {
  opacity: 1;
}
.\#footer-menu > li > a {
  display: block;
  font-size: 1.1rem;
}
.\#footer-social {
  margin-top: 1rem;
}
.\#footer-social .\#social-profiles {
  --icon-size: 1.25rem;
}
.\#footer-social .\#social-profiles-item {
  opacity: 0.64;
  transition: var(--transition-base);
}
.\#footer-social .\#social-profiles-item:hover {
  opacity: 1;
}
.\#footer-social-nav .\#social-profiles {
  display: flex;
  flex-direction: column;
  --icon-size: 1.2rem;
}
.\#footer-social-nav .\#social-profiles-item {
  opacity: 0.64;
  transition: var(--transition-base);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.1rem;
  text-decoration: none;
}
.\#footer-social-nav .\#social-profiles-item:hover {
  opacity: 1;
}
.\#footer-follow-on-shop {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.\#footer-follow-on-shop > div {
  flex-shrink: 0;
}
.\#footer-copyright {
  position: relative;
  margin-top: 3rem;
  padding-top: 3rem;
}
.\#footer-copyright-payment {
  margin-bottom: 1rem;
}
.\#footer-copyright:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.1;
}
.\#footer-copyright-text {
  text-align: center;
  margin-bottom: 0;
  opacity: 0.64;
}
.\#footer-copyright-text > a {
  color: inherit;
}

@media (min-width: 991px) {
  .\#footer-menu #grid @type:columns {
    --gap: 5rem;
  }
  .footer-block-menu h3 svg{
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-block-menu h3{
    display: flex;
    justify-content: space-between;
  }
  .footer-block-menu h3 svg{
    --size: 1.25rem;
    fill: currentColor;
    width: var(--size);
    height: var(--size);
    transition: transform .3s ease;
  }
  .footer-block-text:first-of-type{
    margin-bottom: 1.5rem;
  }
  .footer-block-text:last-of-type{
    margin-top: 1.5rem;
  }
  .footer-block-menu{
    padding: 0.5rem 0;
    cursor: pointer;
  }
  .footer-block-menu ul{
    display: none;
  }
  .footer-block-menu h3{
    margin-bottom: 0;
  }
  .footer-block-menu.is-open ul{
    display: block;
  }
  .footer-block-menu.is-open h3{
    margin-bottom: 1.25rem;
  }
  .footer-block-menu.is-open h3 svg{
    transform: rotate(180deg);
  }
}