/** Shopify CDN: Minification failed

Line 644:0 Unexpected "10%"
Line 660:0 Unexpected "10%"
Line 672:0 Unexpected "<"
Line 697:15 Expected identifier but found whitespace
Line 697:16 Unexpected "0.2px"

**/
.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) {
    text-align: left;
    margin-right: auto;
  }

  .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;
    }
  }
}
/* === Custom From The Andes Footer Styles === */
.footer__content-wrapper {
  text-align: center;
  padding: 2rem 1rem;
}

.footer__mission {
  font-size: 14px;
  font-style: italic;
  color: #777;
  line-height: 1.6;
}

.footer__npr-link {
  color: #777;
  text-decoration: underline;
}

.footer__columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 2rem auto;
  padding: 0 1rem;
}

.footer__column {
  min-width: 180px;
  flex: 1;
}

.footer__column-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.footer__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__column li {
  margin-bottom: 0.5rem;
}

.footer__column a {
  text-decoration: none;
  color: #444;
  font-size: 14px;
}

.footer__column a:hover {
  text-decoration: underline;
  color: #000;
}

.footer__bottom {
  text-align: center;
  font-size: 13px;
  color: #888;
  padding-bottom: 1.5rem;
}

.footer__legal-links {
  margin-top: 0.5rem;
  font-size: 13px;
}

.footer__legal-link {
  color: #888;
  margin: 0 0.25rem;
}

.footer__legal-link:hover {
  color: #000;
  text-decoration: underline;
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
  .footer__columns-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer__column {
    margin-bottom: 1.5rem;
  }
}
.footer__column a {
  color: #d9d9d9; /* soft white-gray for better contrast */
  text-decoration: none;
  font-size: 14px;
}

.footer__column a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer__column a {
  color: #d9d9d9;
  text-decoration: none;
  font-size: 15px; /* bumped from 14px */
}
.footer__column-title {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.footer__bottom {
  font-size: 13.5px;
}
.footer__mission {
  font-size: 15px;
  color: #ccc;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 1.5rem;
}
10% of all sales support <a href="/pages/npr" class="footer__npr-link"><strong>NPR</strong></a>.
.footer__npr-link {
  color: #ccc;
  font-weight: 500;
  text-decoration: underline;
}
.footer__mission {
  font-size: 25px;
  color: #ddd;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem;
}
10% of all sales support <a href="/pages/npr" class="footer__npr-link"><strong>NPR</strong></a>. Based in Taos, NM. Shipping worldwide.
.footer__npr-link {
  color: #ccc;
  text-decoration: underline;
  font-weight: 500;
}
.footer__mission {
  font-family: 'Georgia', serif;
}
.footer__mission {
  letter-spacing: 0.2px;
}
<p class="footer__mission">
  Elegant. Handmade. Limited. Timeless.<br>
  <span>10% of all sales support <strong><a href="/pages/npr" class="footer__npr-link">NPR</a></strong>. Based in Taos, NM. Shipping worldwide.</span>
</p>
.footer__npr-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.footer__npr-link,
.footer__npr-link:visited {
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: underline;
}
.footer__mission {
  font-family: inherit; /* Match site’s base font */
  font-size: 22px;
  color: #ddd;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem;
}
letter-spacing: 0.2px;
.footer__mission-line1 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.footer__mission-line2 {
  font-size: 18px;
  font-style: italic;
  color: #ffffff;
}

.footer__npr-link {
  color: #ffffff;
  text-decoration: underline;
}
.footer__mission-line1 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2px;
  margin-bottom: 0.4rem;
}

.footer__mission-line2 {
  font-size: 18px;
  font-style: italic;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1px;
  margin-bottom: 2rem;
}

.footer__npr-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__mission-line2 {
  font-family: 'Georgia', serif;
  font-size: 18px;
  font-style: italic;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: static;
  left: auto;
  width: auto;
  height: auto;
  padding: 1rem;
  display: block;
  background: #000;
  color: #fff;
  z-index: 1000;
}
.footer__bottom,
.footer__bottom p,
.footer__bottom a,
.footer__legal-links,
.footer__legal-link {
  color: #ffffff !important;
}

.footer__legal-link:hover {
  text-decoration: underline;
  color: #ffffff;
}
.shopify-policy__container,
.footer__payment,
.footer__payment-icons,
.footer__country-selector,
.footer__bottom-bar,
.footer__payment-container {
  display: none !important;
}
.footer__payment,
.footer__payment-icons,
.footer__payment-container,
.footer__bottom-bar,
.footer__copyright,
.footer__legal,
.footer__policies,
.shopify-policy__container,
.shopify-payment-button__more-options,
.footer__country-selector,
.shopify-section--footer,
.shopify-section-footer,
.footer-block--menu:only-child,
.footer-block__details-content,
.shopify-payment-button,
.footer-block:only-child {
  display: none !important;
}

.shopify-policy__container + .footer__content-bottom {
  display: none !important;
}

.shopify-section--footer:last-of-type {
  display: none !important;
}
.footer__list-social,
.footer__social,
.footer__content-bottom-wrapper .list-social,
.footer__content-bottom .list-social {
  display: none !important;
}
.shopify-follow-button,
.footer__follow-on-shop {
  display: none !important;
}
.footer__payment,
.footer__payment-icons,
.footer__country-selector,
.footer__localization,
.shopify-payment-button,
.footer__content-bottom .footer__payment-container,
.shopify-section--footer:last-of-type {
  display: none !important;
}
.footer__content-bottom,
.footer__content-bottom-wrapper {
  border-top: none !important;
}
.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer__content-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer__column li {
  margin-bottom: 0.65rem; /* previously 0.5rem */
}
.footer__content-wrapper {
  margin-bottom: 2rem; /* add spacing before columns */
}
.footer__columns-wrapper {
  margin-bottom: 1.5rem;
}
.footer__columns-wrapper {
  margin-bottom: 2.5rem; /* previously 1.5rem or unset */
}
.footer__bottom {
  padding-top: 1.5rem; /* Increase if needed */
}
.footer__content-wrapper {
  text-align: center;
  padding: 3rem 1rem 2rem; /* increase bottom padding if needed */
}

.footer__columns-wrapper {
  max-width: 1200px;
  margin: 0 auto 2.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .footer__content-wrapper {
    text-align: center;
    padding: 2rem 1.5rem;
  }

  .footer__mission {
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .footer__mission strong {
    display: block;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .footer__columns-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .footer__column {
    width: 100%;
  }

  .footer__bottom {
    margin-top: 2rem;
    text-align: center;
    color: #ffffff;
  }

  .footer__legal-links a,
  .footer__bottom p {
    color: #ffffff;
  }

  .footer__legal-links a:hover {
    text-decoration: underline;
  }

  .footer__location {
    display: none;
  }
}



