/** Shopify CDN: Minification failed

Line 617:0 Unexpected "#"

**/
.footer {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.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:only-child {
    border-top: 0;
}

.footer__content-bottom-wrapper {
    border-top: 1px solid rgba(var(--color-foreground), 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 12px;
}

@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-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 1.5rem;
    }

    .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;
    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: 14px;
    font-weight: 600;
    text-align: left;
}

@media (min-width: 750px) {
    .footer-block__heading {
        max-width: 110px;
    }
}

.list-social__link {
    background-color: rgba(var(--color-foreground), 0.6);
    border-radius: 99999px;
    padding: 4px !important;
}
.list-social__link svg path {
    fill: rgb(var(--color-background));
}

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

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

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

.footer-block__newsletter {
    text-align: center;
    flex-grow: 1;
}
.footer-block__newsletter .newsletter-form {
    max-width: 100%;
}

.newsletter-form__field-wrapper .field:after {
    border-radius: 8px;
}

.footer-block__newsletter .newsletter-form__field-wrapper .field__input {
    padding-right: 120px;
}
.footer-block__newsletter .newsletter-form__button {
    width: auto;
    padding: 0 22px;
    background-color: rgb(var(--color-foreground)) !important;
    color: #000000;
    border-radius: 4px;
    top: 6px;
    height: calc(100% - 12px);
    right: 6px;
}

@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: stretch;
        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: space-between;
}

.footer__copyright {
}

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

.footer_content-top-grid {
    display: grid;
    gap: 48px;
}
.footer_content-top-grid .footer_content-top-left {
    display: grid;
    gap: 16px;
    place-items: start;
}
.footer_content-top-grid .footer-brand-name {
    font-family: "TT Firs Neue Trl";
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.48px;
    color: inherit;
    text-decoration: none;
}
.footer_content-top-grid .footer-brand-description {
    font-size: 18px;
    margin: 0;
}
@media (min-width: 750px) {
    .footer_content-top-grid .footer-brand-description {
        margin-bottom: 48px;
    }
}
.footer_content-top-grid .footer_content-top-middle .list-menu {
    flex-direction: column;
    gap: 24px;
}
.footer_content-top-grid .footer_content-top-middle .list-menu .header__menu-item,
.footer_content-top-grid .footer_content-top-middle .footer-social-media-title {
    color: rgba(var(--color-foreground), 0.75);
    text-transform: none;
    padding: 1.2rem 0;
    font-size: 14px;
    line-height: 1;
    border-left: none;
    justify-content: flex-start;
    text-align: left;
    width: auto;
    padding: 0;
}
.footer_content-top-grid .footer_content-top-middle .list-menu .header__menu-item .header__active-menu-item {
    color: rgba(var(--color-foreground), 1);
}

.footer_content-top-grid .footer_content-top-middle .list-social {
    justify-content: flex-start;
    gap: 16px;
}
.footer_content-top-grid .footer_content-top-middle .list-social .list-social__link {
    padding: 0;
}
.footer_content-top-grid .footer_content-top-middle .list-social .svg-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    padding: 4px;
    background-color: rgba(var(--color-foreground), 1);
    color: var(--custom-accent-color-blue);
}

.footer-secondary-menu .header__inline-menu,
.footer_content-top-middle .header__inline-menu {
    display: block;
    margin-left: 0;
}

@media (min-width: 750px) {
    .footer_content-top-grid {
        grid-template-columns: repeat(3, 1fr);
        align-items: start;
    }
}

##make footer looks better
.footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer__content-top {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.footer__top-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.4fr;
  gap: 3rem;
  align-items: start;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.footer__heading-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer-brand-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: rgb(var(--color-foreground));
}

.footer__social {
  margin-top: 0.25rem;
}

.footer__list-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer__nav {
  display: flex;
  justify-content: flex-start;
}

.footer-menu {
  text-align: left;
}

.footer-menu__title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-menu__list {
  margin: 0;
  padding: 0;
}

.footer-menu__item + .footer-menu__item {
  margin-top: 0.6rem;
}

.footer-menu__link {
  text-decoration: none;
  color: rgb(var(--color-foreground));
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-menu__link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.footer__newsletter-block {
  display: flex;
  justify-content: flex-end;
}

.footer-block__newsletter {
  width: 100%;
  max-width: 28rem;
}

.footer-block__heading {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
}

.footer__newsletter .field {
  display: flex;
  align-items: center;
  border: 1px solid rgba(var(--color-foreground), 0.35);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.footer__newsletter .field__input {
  min-height: 3.5rem;
  padding: 0 1rem;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.footer__newsletter .field__label {
  left: 1rem;
}

.footer__newsletter .field__button,
.footer__newsletter .newsletter-form__button {
  position: static;
  width: auto;
  min-width: 140px;
  height: 3rem;
  margin-right: 0.4rem;
  padding: 0 1.25rem;
  border-radius: 12px;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  font-weight: 600;
}

.footer__content-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.footer__content-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(var(--color-foreground), 0.2);
}

.footer__copyright {
  margin: 0;
}

.policies {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.policies a {
  text-decoration: none;
  color: rgb(var(--color-foreground));
  opacity: 0.9;
}

.policies a:hover {
  opacity: 1;
}

@media screen and (max-width: 989px) {
  .footer__top-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer__nav {
    justify-content: flex-start;
  }

  .footer-menu {
    text-align: left;
  }

  .footer__newsletter-block {
    justify-content: flex-start;
  }

  .footer-block__newsletter {
    max-width: 100%;
  }

  .footer__content-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 749px) {
  .footer-block__heading {
    font-size: 1.5rem;
  }

  .footer__newsletter .field {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.4rem;
  }

  .footer__newsletter .field__button,
  .footer__newsletter .newsletter-form__button {
    width: 100%;
    margin-right: 0;
    margin-top: 0.4rem;
  }
}

.footer-menu__title {
  text-align: left;
}

.footer-menu__list {
  text-align: left;
}