/** Shopify CDN: Minification failed

Line 815:13 Expected identifier but found whitespace
Line 815:21 Unexpected "!"
Line 819:1 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__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;
    }
  }
}
/* UNIKO premium footer */
.footer {
  background: #010101;
  color: #fafaf9;
  border-top: 0;
}

.footer .page-width {
  max-width: 1780px;
}

.footer__content-top {
  padding-top: 4.8rem;
  padding-bottom: 6rem;
}

.footer__blocks-wrapper {
  align-items: start;
}

.footer-block__heading {
  color: #fafaf9;
  font-size: 1.4rem;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 2.8rem;
}

.footer-block__heading em {
  font-style: normal;
}

.footer-block__details-content .list-menu__item--link {
  color: rgba(250, 250, 249, 0.72);
  font-size: 2rem;
  font-style: italic;
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 1.4rem;
  text-decoration: none;
}

.footer-block__details-content .list-menu__item--link:hover {
  color: #fafaf9;
  text-decoration: none;
}

.footer-block--newsletter {
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 0;
}

.footer-block__newsletter {
  max-width: 44rem;
  text-align: left;
}

.footer-block__newsletter .footer-block__heading {
  color: rgba(250, 250, 249, 0.72);
  font-size: 2.2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
  text-transform: none;
  margin-bottom: 2.8rem;
}

.footer-block__newsletter .footer-block__heading em {
  font-style: italic;
}

.footer .newsletter-form {
  max-width: 44rem;
  align-items: flex-start;
}

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

.footer .newsletter-form__field-wrapper .field {
  display: block;
}

.footer .newsletter-form__field-wrapper .field:before,
.footer .newsletter-form__field-wrapper .field:after {
  display: none;
}

.footer .field__input {
  width: 100%;
  height: 7.4rem;
  background: transparent;
  border: 1px solid rgba(250, 250, 249, 0.16);
  color: #fafaf9;
  font-size: 2rem;
  font-style: italic;
  padding: 2rem;
  box-shadow: none;
}

.footer .field__label {
  color: rgba(250, 250, 249, 0.58);
  font-size: 2rem;
  font-style: italic;
}

.footer .newsletter-form__button {
  position: static;
  width: auto;
  height: auto;
  min-width: 17.8rem;
  min-height: 7rem;
  margin-top: 3rem;
  padding: 0 3.6rem;
  background: #010101;
  color: #fafaf9;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer .newsletter-form__button .svg-wrapper {
  display: none;
}

.footer .newsletter-form__button:after {
  content: "S'INSCRIRE";
}

.footer__list-social {
  margin-top: 6rem;
  justify-content: flex-start;
}

.footer__list-social .list-social__link {
  color: rgba(250, 250, 249, 0.68);
}

.footer__content-bottom {
  border-top: 0;
  padding-top: 0;
}

.footer__content-bottom-wrapper {
  align-items: center;
}

.footer__localization {
  justify-content: flex-start;
  padding-left: 0;
}

.footer__copyright {
  color: rgba(250, 250, 249, 0.72);
  text-transform: uppercase;
}

.footer__payment .list-payment {
  gap: 1.2rem;
}

@media screen and (min-width: 990px) {
  .footer__content-top {
    display: grid;
    grid-template-columns: 1fr 44rem;
    gap: 8rem;
  }

  .footer__blocks-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-block--newsletter {
    grid-column: 2;
  }
}

@media screen and (max-width: 749px) {
  .footer__content-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-block__details-content .list-menu__item--link {
    font-size: 1.8rem;
  }

  .footer-block__newsletter .footer-block__heading {
    font-size: 2rem;
  }

  .footer .field__input {
    height: 6.4rem;
  }

  .footer .newsletter-form__button {
    width: 100%;
  }

  .footer__list-social {
    justify-content: center;
  }

  .footer__localization,
  .footer__copyright,
  .footer__payment .list-payment {
    justify-content: center;
    text-align: center;
  }
}
/* UNIKO footer text size adjustment */
.footer-block__heading {
  font-size: 1.2rem;
}

.footer-block__details-content .list-menu__item--link {
  font-size: 1.65rem;
}

.footer-block__newsletter .footer-block__heading {
  font-size: 1.85rem;
}

.footer .field__input,
.footer .field__label {
  font-size: 1.65rem;
}

.footer .newsletter-form__button {
  font-size: 1.35rem;
}

.footer__copyright,
.footer .copyright__content,
.footer__localization,
.footer__localization .disclosure__button,
.footer__localization .localization-form__select {
  font-size: 1.1rem;
}

.footer__list-social .list-social__link {
  font-size: 1.4rem;
}
/* UNIKO footer menu alignment */
@media screen and (min-width: 990px) {
  .footer__blocks-wrapper {
    display: grid;
    grid-template-columns: 32rem 32rem;
    justify-content: space-between;
    column-gap: 8rem;
    max-width: 96rem;
  }

  .footer-block--menu {
    width: 100%;
  }
}

/* Make both footer menu titles identical */
.footer-block--menu .footer-block__heading,
.footer-block--menu .footer-block__heading em {
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

/* Make both footer menu links identical */
.footer-block--menu .footer-block__details-content .list-menu__item--link {
  font-family: inherit;
  font-size: 1.65rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  .footer-block--menu .footer-block__heading,
  .footer-block--menu .footer-block__heading em {
    font-size: 1.15rem;
  }

  .footer-block--menu .footer-block__details-content .list-menu__item--link {
    font-size: 1.5rem;
  }
}
/* UNIKO footer final spacing + typography fix */
.footer {
  background: #010101 !important;
  color: #fafaf9 !important;
  overflow: hidden;
}

.footer .page-width {
  max-width: 1780px;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

/* Desktop footer layout */
@media screen and (min-width: 990px) {
  .footer__content-top {
    display: grid !important;
    grid-template-columns: minmax(760px, 1fr) minmax(360px, 44rem);
    column-gap: clamp(6rem, 8vw, 14rem);
    align-items: start;
  }

  .footer__blocks-wrapper {
    display: grid !important;
    grid-template-columns: minmax(28rem, 34rem) minmax(28rem, 34rem) !important;
    column-gap: clamp(10rem, 14vw, 28rem) !important;
    justify-content: start !important;
    max-width: none !important;
    width: 100%;
  }

  .footer-block--newsletter {
    justify-self: end;
    width: 100%;
    max-width: 44rem;
  }
}

/* Same link style for both menu columns */
.footer-block--menu .footer-block__details-content .list-menu__item--link {
  font-family: inherit !important;
  font-size: 1.7rem !important;
  font-weight: 400 !important;
  font-style: italic !important;
  line-height: 1.55 !important;
  color: rgba(250, 250, 249, 0.72) !important;
  padding-top: 0 !important;
  padding-bottom: 1.1rem !important;
  word-break: normal !important
  /* TEMP TEST - remove after checking */
.footer {
  outline: 5px solid red !important;
}