/** Shopify CDN: Minification failed

Line 65:0 Unexpected "}"

**/
.template--index .shopify-section-group-footer-group {
  background: #fff;
  margin-top: -120px;
}
.shopify-section-group-footer-group {
  margin-top: auto;
  position: relative;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 60px 0 32px;
  color: #fff;
  overflow: hidden;
  /* background-image: url("/cdn/shop/files/Component_2.png?v=1755616572"); */
  /* background-image: url("/cdn/shop/files/Component_2.png?v=1755616572"); */
  /* background-size: cover; */
  background-position: top center;
  background-size: 100% 100px;
  background-repeat: no-repeat;
  /* background: linear-gradient(to top, rgb(var(--color-primary)) 90%, transparent); */
  /* overflow: hidden; */
}
.footer:before {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(var(--color-primary));
  mask-image: linear-gradient(to bottom, transparent 0%, black 40%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 40%); /* For cross-browser compatibility */
  z-index: -1;
}
.footer:after {
  content: "";
  position: absolute;
  transform: translateX(50vw);
  overflow: hidden;
  width: 200vw;
  top: 90px;
  filter: blur(35px);
  left: -100vw;
  bottom: 0;
  right: -100vw;
  background: rgb(var(--color-primary));
  z-index: -1;
}
/* .shopify-section-group-footer-group:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #490e0d;
  /* z-index: -1; */
} */
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer__nav-title {
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 48px;
  font-weight: 500;
  letter-spacing: 0.9px;
  font-size: 1.8rem;
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.footer__link {
  color: #ffdec0;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  font-weight: 400;
}
.footer__link--active {
  color: #fff;
}
.footer__newsletter-title {
  margin-bottom: 16px;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 500;
  letter-spacing: 0.9px;
  font-size: 1.8rem;
}
.footer__newsletter-subtitle {
  margin-bottom: 16px;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.newsletter__form-wrap {
  border-radius: 24px;
  background: #fff;
  box-shadow:
    1px 1px 2px 0 rgba(255, 255, 255, 0.5) inset,
    -1px -1px 2px 0 rgba(72, 14, 12, 0.25) inset,
    -1px -1px 2px 0 rgba(255, 255, 255, 0.25),
    1px 1px 2px 0 rgba(72, 14, 12, 0.25);
  padding: 2px;
}
.newsletter__form-inner {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 22px;
  background: #fff;
  color: #000;

  /* Input View Inner Default */
  box-shadow:
    -1px -1px 2px 0 #fff inset,
    1px 1px 2px 0 rgba(72, 14, 12, 0.1) inset,
    1px 1px 2px 0 rgba(255, 255, 255, 0.5),
    -1px -1px 2px 0 rgba(72, 14, 12, 0.2);
}
.newsletter__form-inner svg {
  width: 44px;
}
.newsletter__form-inner input {
  width: calc(100% - 88px);
}
.newsletter__btn {
  display: flex;
}
.newsletter__success {
  color: rgb(var(--color-bg));
}
.footer__copy {
  margin-top: 32px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

@media all and (min-width: 992px) {
  .template--index .shopify-section-group-footer-group {
    margin-top: -120px;
  }
  /* .shopify-section-group-footer-group:before {
    display: none;
  } */
  .footer {
    padding: 110px 0 20px;
    /* background-image: url("/cdn/shop/files/Component_2.png?v=1755616572"); */
    background-size: cover;
  }
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__nav {
    max-width: 524px;
    width: 100%;
    flex-direction: row;
    gap: 40px;
  }
  .footer__nav-title {
    margin-top: 8px !important;
    letter-spacing: 1.8px;
  }
  .footer__newsletter {
    width: 100%;
    max-width: 580px;
  }
  .footer__newsletter-title {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
@media all and (min-width: 1360px) {
  .footer__nav {
    justify-content: space-between;
  }
  .footer__copy {
    margin-top: 36px;
  }
}
