/** Shopify CDN: Minification failed

Line 11:29 Expected ")" to end URL token

**/
/* === Footer Styles === */

/* General Footer Styles */
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
  background-image: url(Dark Hexagons Footer.png);
}

.footer:not(.color-scheme-1) {
  border-top: none;
}

.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}

/* Mobile styles (max-width: 749px) */
@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

  .footer__content-top {
    padding-bottom: 3rem;
    padding-left: calc(4rem / var(--font-body-scale));
    padding-right: calc(4rem / var(--font-body-scale));
  }

  /* Center footer content on small screens */
  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }

  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    gap: 3rem;
  }

  .footer-block--newsletter .newsletter-form__field-wrapper {
    width: 100%;
    max-width: 36rem;
  }

  /* Center other footer elements */
  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
  }
}

/* Desktop styles (min-width: 750px) */
@media screen and (min-width: 750px) {

  /* Layout for footer content (top section) */
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }

  .footer__content-bottom {
    border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
    padding-top: 3rem;
  }

  .footer__content-bottom:only-child {
    border-top: 0;
  }

  .footer__content-bottom-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-end; /* Align footer content to the right */
    flex-wrap: wrap;
  }

  /* Newsletter specific right-alignment */
  .footer-block--newsletter {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Right-align the newsletter */
    margin-left: auto;
    margin-right: 0;
    width: auto;
    max-width: none;
    text-align: right;
    gap: 1rem;
  }

  /* Ensure newsletter content aligns well with its form */
  .footer-block__newsletter .newsletter-form__field-wrapper {
    width: 100%;
    max-width: 36rem;
  }

  /* Adjust other footer sections */
  .footer-block:only-child:last-child {
    text-align: right;
    max-width: 76rem;
    margin: 0 auto;
  }

  .footer__follow-on-shop {
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }

  /* Align social icons to the left, unless otherwise specified */
  .footer__list-social.list-social:only-child {
    justify-content: center;
  }

  .footer-block__heading {
    margin-bottom: 2rem;
    margin-top: 0;
    font-size: calc(var(--font-heading-scale) * 1.6rem);
  }

  .footer-block__heading a {
    color: rgba(var(--color-foreground), 0.75);
  }

  .footer__localization:empty + .footer__column--info {
    align-items: center;
  }

  /* Footer column alignment for info */
  .footer__column--info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__column--info .footer__list-social.list-social {
    justify-content: flex-start;
  }
}

/* Footer Bottom Section */
.footer__content-bottom-wrapper--center {
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: right;
  }
}

/* Styles for Social and Menu Links */
.footer-block__details-content {
  margin-bottom: 4rem;
}

.footer-block__details-content > li {
  padding: 0;
}

.footer-block__details-content > li:not(:last-child) {
  margin-right: 1.5rem;
}

/* Link and text styles for hover/focus states */
.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 0.75);
  text-decoration: none;
}

.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}

.footer-block__details-content .list-menu__item--link:hover,
.copyright__content a:hover {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.footer-block__details-content .list-menu__item--active:hover {
  text-decoration-thickness: 0.2rem;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.4rem;
  }
}

/* Footer Image Blocks */
.footer-block-image {
  display: flex;
}

.footer-block-image.left {
  justify-content: flex-start;
}

.footer-block-image.center {
  justify-content: center;
}

.footer-block-image.right {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .footer-block-image {
    justify-content: center;
  }
}

.footer-block__image-wrapper {
  margin-bottom: 2rem;
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Footer Brand Info */
.footer-block__brand-info {
  text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}

.footer-block:only-child > .footer-block__brand-info > .footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-block-image > img,
.footer-block__brand-info > img {
  height: auto;
}

.footer-block:only-child .footer-block__brand-info .footer__list-social.list-social {
  justify-content: center;
}

.footer-block__brand-info .footer__list-social.list-social {
  justify-content: flex-start;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content {
  font-size: 1.1rem;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li::before {
  content: '\00B7';
  padding: 0 0.8rem;
}

.policies li a {
  padding: 0.6rem 0;
  display: block;
}

@media screen and (min-width: 750px) {
  .policies li a {
    padding: 0;
  }
}

/* Check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}
/* Adjust spacing between the newsletter heading and email input */
.footer-block--newsletter .footer-block__heading {
  margin-bottom: 1rem; /* Reduce the bottom margin here to decrease space */
}

.footer-block--newsletter .newsletter-form__field-wrapper {
  margin-top: 0.5rem; /* Reduce the top margin of the input box */
}

/* Optionally, if the input box has too much padding inside, you can reduce that as well */
.newsletter-form__field-wrapper input {
  padding-top: 0.5rem; /* Adjust the padding to reduce space inside */
  padding-bottom: 0.5rem;
}
