/** Shopify CDN: Minification failed

Line 643:0 Unexpected "}"
Line 894:0 Expected "}" to go with "{"

**/
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

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

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

@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));
  }
}

@media screen and (min-width: 750px) {
  .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%;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }

  .footer__content-bottom.scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }
}

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

@media screen and (max-width: 749px) {
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  gap: 1rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

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

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__follow-on-shop {
  display: flex;
  text-align: center;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
  flex-grow: 1;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  /* Pushes other components to the right of the flexbox */

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }

  .footer__follow-on-shop {
    margin-bottom: 0.4rem;
  }
  /* Follow on shop is the first button but it has siblings*/
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }

  /*
    All three components are present, email, Follow on Shop, and social icons.
    Moves the FoS button next to the social icons so they appear grouped together
  */
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 749px) {
  /*
    On a small screen we want all the items to be centered
    because they will be stacked.
   */
  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: center;
    gap: 3rem;
  }

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

  .footer-block__newsletter {
    flex-direction: column;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.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;
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

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

  .footer-block:only-child li {
    display: inline;
  }

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

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 0.75);
}

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

@media screen and (min-width: 750px) {
  .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 (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

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

  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
}

.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,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    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-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;
  }
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

/* 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;
    }
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    justify-self: end;
    width: 100%;
    max-width: 420px;
  }

  .footer-block__newsletter {
    align-items: flex-end;
    text-align: right;
  }

  .footer-block__newsletter .footer-block__heading {
    text-align: right;
  }

  .newsletter-form__field-wrapper {
    margin-left: auto;
  }
}

/* Prevent newsletter from dropping */
.footer-block--newsletter {
  margin-top: 0 !important;
}

/* Ensure all footer columns align from top */
.footer-block,
.footer-block__newsletter {
  align-self: start;
}

/* Desktop only */
@media (max-width: 989px) {
  .footer__content-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* ================================
   FOOTER TOP – FINAL DESKTOP LAYOUT
   ================================ */
@media screen and (min-width: 750px) {

  /* Make page-width the grid (THIS IS THE KEY) */
  .footer__content-top > .page-width {
    display: grid;
    grid-template-columns: auto auto minmax(360px, 1fr);
    gap: 48px;
    align-items: start;
  }

  /* Newsletter column */
  .footer-block--newsletter {
    grid-column: 3;
    justify-self: end;
    max-width: 420px;
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
  }

  /* Newsletter content alignment */
  .footer-block__newsletter {
    align-items: flex-end;
    text-align: right;
    width: 100%;
  }

  .footer-block__newsletter .footer-block__heading {
    text-align: right;
  }

  /* Input alignment */
  .newsletter-form__field-wrapper {
    margin-left: auto;
  }
}
/* FINAL OVERRIDE — RIGHT ALIGN NEWSLETTER (DESKTOP ONLY) */
@media screen and (min-width: 750px) {
  .footer-block--newsletter .footer__newsletter {
    justify-content: flex-end;
    text-align: right;
  }

  .footer-block--newsletter .newsletter-form__field-wrapper {
    margin-left: auto;
  }
}
/* RIGHT ALIGN NEWSLETTER EMAIL (DESKTOP ONLY) */
@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    text-align: right;
  }

  .footer-block--newsletter .newsletter-form__field-wrapper {
    margin-left: auto;
    margin-right: 0;
    max-width: 420px; /* optional: keeps it elegant */
  }

  .footer-block--newsletter .field {
    justify-content: flex-end;
  }

  .footer-block--newsletter .field__input {
    text-align: left; /* keep typing natural */
  }
}
/* 🔒 FORCE RIGHT ALIGN NEWSLETTER EMAIL — DESKTOP ONLY */
@media screen and (min-width: 750px) {

  /* Override Dawn default */
  .footer-block--newsletter .footer__newsletter {
    display: flex !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }

  /* Push input wrapper to the right */
  .footer-block--newsletter .newsletter-form__field-wrapper {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

  /* Align input + arrow together */
  .footer-block--newsletter .field {
    justify-content: flex-end !important;
  }
}
/* STACK newsletter + social vertically */
.footer-block--newsletter {
  display: flex;
  flex-direction: column;
}

/* Keep email field full width */
.footer__newsletter {
  width: 100%;
}

/* Move social icons BELOW email */
.footer-block--newsletter .footer__list-social {
  margin-top: 1rem;
  justify-content: flex-end; /* right align */
}

/* Ensure icons don't affect input width */
.footer__list-social {
  width: 100%;
}

/* Optional: slightly smaller, luxury feel */
.footer__list-social .list-social__item {
  margin-left: 0.6rem;
}
.footer__list-social svg {
  width: 18px;
  height: 18px;
  opacity: 0.7;
}

.footer__list-social a:hover svg {
  opacity: 1;
}

/* ===============================
   FOOTER NEWSLETTER – FINAL FIX
   =============================== */

/* DESKTOP ONLY */
@media screen and (min-width: 750px) {

  /* Force newsletter column clean */
  .footer-block--newsletter {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
  }

  /* Email wrapper */
  .footer-block__newsletter {
    width: 100%;
    text-align: right;
    align-items: flex-end;
  }

  /* Input alignment */
  .newsletter-form__field-wrapper {
    margin-left: auto !important;
    margin-right: 0 !important;
    max-width: 420px;
  }

  /* Social icons UNDER input, right aligned */
  .footer-block--newsletter .footer__list-social {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px; /* tight, elegant */
    padding-right: 0;
  }

  /* Remove phantom spacing */
  .footer__list-social.list-social {
    margin-right: 0 !important;
  }
}
.footer__newsletter-social {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
}

.footer__newsletter-social .list-social {
  gap: 12px;
}
.footer-block__newsletter {
  display: flex;
  flex-direction: column;
}

.footer__newsletter-social {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end; /* pushes icon to extreme right */
}
.footer__newsletter-social {
  display: flex;
  justify-content: flex-end;
  padding-right: 6px; /* adjust: try 4px–10px if needed */
}
/* 🔒 FINAL, SINGLE-PURPOSE FIX — DO NOT EDIT ABOVE */
@media screen and (min-width: 750px) {

  /* This is the ACTUAL wrapper of the icon */
  .footer__newsletter-social {
    width: 100%;
    display: flex !important;
    justify-content: flex-end !important;
    padding-right: 0 !important; /* aligns with email edge */
  }

  /* Match email input width */
  .footer-block--newsletter .newsletter-form__field-wrapper {
    margin-left: auto !important;
  }
}
/* 🔒 FINAL WIDTH + RIGHT ALIGN — DESKTOP ONLY */
@media screen and (min-width: 750px) {
  .footer-block--newsletter .newsletter-form__field-wrapper {
    max-width: 560px;   /* increase width (try 480–560 if needed) */
    width: 100%;
    margin-left: auto;
  }
}
/* 🔒 FIX: Right-align the ENTIRE 3rd footer column (desktop only) */
@media screen and (min-width: 750px) {

  /* Make the newsletter column hug the right edge */
  .footer-block--newsletter {
    align-items: flex-end !important;
    text-align: right !important;
  }

  /* Heading aligned with input */
  .footer-block--newsletter .footer-block__heading {
    text-align: right !important;
    width: 100%;
  }

  /* Email box aligned to the same right edge */
  .footer-block--newsletter .newsletter-form__field-wrapper {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

/* ===============================
   MOBILE FOOTER – REAL GAP FIX
   =============================== */
@media screen and (max-width: 749px) {

  /* Kill accordion spacing */
  .footer-block__details {
    margin-bottom: 1rem !important;
  }

  /* Tighten the clickable heading */
  .footer-block__details summary {
    padding: 0.8rem 0 !important;
  }

  /* Remove massive gap under lists */
  .footer-block__details-content {
    padding-top: 0.5rem !important;
    margin-bottom: 0 !important;
  }

  /* Tighten list items */
  .footer-block__details-content li {
    margin-bottom: 0.5rem !important;
  }
}
/* ===============================
   MOBILE FOOTER GAP FIX — FINAL
   =============================== */
@media screen and (max-width: 749px) {

  /* Reduce huge vertical gaps between sections */
  .footer-block.grid__item {
    margin: 1rem 0 !important;
  }

  /* Remove extra space under menu lists */
  .footer-block__details-content {
    margin-bottom: 0 !important;
    padding-top: 0.5rem !important;
  }

  /* Tighten list items */
  .footer-block__details-content li {
    margin-bottom: 0.5rem !important;
  }

  /* Reduce heading spacing */
  .footer-block__heading {
    margin-bottom: 0.8rem !important;
  }
}
/* ===============================
   MOBILE FOOTER GAP FIX (ACTIVE)
   =============================== */
@media screen and (max-width: 749px) {

  /* Main vertical gap culprit */
  .footer-block.grid__item {
    margin: 1rem 0 !important;
  }

  /* Remove Dawn's extra bottom spacing */
  .footer-block__details-content {
    margin-bottom: 0 !important;
  }

  /* Tighten list items */
  .footer-block__details-content li {
    margin-bottom: 0.4rem !important;
  }

  /* Reduce heading spacing */
  .footer-block__heading {
    margin-bottom: 0.6rem !important;
  }
}
/* ===============================
   MOBILE FOOTER SPACING — HARD OVERRIDE
   =============================== */
@media screen and (max-width: 749px) {

  .footer .footer-block {
    margin: 0.8rem 0 !important;
  }

  .footer .footer-block__details-content {
    margin-bottom: 0 !important;
    padding-top: 0.4rem !important;
  }

  .footer .footer-block__details-content li {
    margin-bottom: 0.4rem !important;
  }

  .footer .footer-block__heading {
    margin-bottom: 0.6rem !important;
  }
}
