.footer {
  position: relative;
}
.footer:not(.color-scheme-1) {
  border-top: none;
}
.footer__content-top {
  display: block;
  padding-inline: 0;
}
.footer__blocks-wrapper {
  display: flex;
  gap: 0;
  padding: 78px 100px;
  --grid-desktop-horizontal-spacing: 0;
  --grid-desktop-vertical-spacing: 0;
}
@media screen and (max-width: 749px) {
  .footer .grid {
    gap: 0;
  }
  .footer__blocks-wrapper {
    align-items: start;
    padding: 40px 20px;
  }
  .footer-block.grid__item {
    padding: 0;
    width: 100%;
  }
  .footer-block.grid__item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}
.footer__content-bottom {
  border-top: 1px solid rgba(var(--color-foreground), 0.16);
  padding: 0;
}
.footer__content-bottom:only-child {
  border-top: 0;
}
.footer__content-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 100px;
  width: 100%;
  box-sizing: border-box !important;
  gap: 20px;
}
@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;
    padding: 20px;
  }
  .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 {
    flex: 1;
  }
}
@media screen and (max-width: 749px) {
  .footer-block:has(.footer-block-image) {
    max-width: 100%;
  }
}
.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: 3.8rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.4rem);
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(var(--accent-color));
}
@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.4rem);
  }
}
.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) {
  .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;
  }
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
}
@media screen and (max-width: 749px) {
  .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;
  line-height: 0.9;
}
@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;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
.footer-block__details-content {
  margin-bottom: 4rem;
}
.footer-block__details-content .list-menu__item {
  padding: 0;
  margin-bottom: 20px;
  font-size: 12px;
  display: inline-block;
}
.footer-block__details-content > li:last-child > .list-menu__item {
  margin-bottom: 0;
}
@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;
    line-height: 1;
  }
  .footer-block:only-child li {
    display: inline;
  }
}
.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));
  }
  .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.2rem;
  }
  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
}
.footer-block-image {
  display: flex;
  position: relative;
}
.footer-block-image > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.footer-block-image a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.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;
  font-size: 12px;
}
.footer-block__brand-info > * {
  color: #fff !important;
}
.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__brand-info p:not(:last-child) {
  margin-bottom: 20px;
}
.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}
.copyright__content {
  font-size: 1.2rem;
  white-space: nowrap;
  flex: 1;
}
.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: "\b7";
  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);
  }
  to {
    opacity: 1;
    transform: translateY(-1rem);
  }
}
@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 > * {
  position: relative;
  z-index: 1;
}
.footer__decorator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.footer__decorator-left {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-30%, 30%);
  width: 488px;
  height: 546px;
  background: radial-gradient(#ffc9fe, #fff 70%);
}
.footer__decorator-right {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(30%, 30%);
  width: 488px;
  height: 546px;
  background: radial-gradient(#090b9f, #49b8b100 70%);
}
@media screen and (max-width: 749px) {
  .footer__blocks-wrapper {
    gap: 20px;
  }
  .footer-block__heading,
  .footer-block__details-content {
    margin-bottom: 20px;
  }
  .footer-block__details-content .list-menu__item {
    margin-bottom: 0;
  }
  .footer-block__brand-info p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer__socials-content {
  display: flex;
  column-gap: 64px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.footer__socials-content li {
  position: relative;
}
.footer__socials-content li a {
  font-size: 12px;
  line-height: 0.9;
  padding: 0;
}
.footer__socials-content li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: -31px;
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid rgb(var(--color-foreground));
}
.footer__marquee {
  margin-bottom: 79px;
  height: 218px;
}
.footer__marquee .marquee-line {
  border: 0;
}
.footer__marquee .marquee-item {
  padding: 0;
  height: unset;
  font-size: 140px;
  line-height: 0.9;
}
.footer__marquee.marquee .svg-wrapper {
  width: unset !important;
  height: unset !important;
  padding: 64px 60px !important;
}
.footer__marquee.marquee .star4 {
  width: 90px !important;
  height: 90px !important;
  position: relative;
}
.footer__marquee.marquee .star4 img {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 749px) {
  .footer__marquee {
    height: 109px;
  }
  .footer__marquee .marquee-item {
    font-size: 109px;
  }
  .footer__marquee img {
    height: 100%;
    object-fit: contain;
    width: auto;
  }
  .footer__marquee.marquee .svg-wrapper {
    width: unset !important;
    height: unset !important;
    padding: 32px 30px !important;
  }
  .footer__marquee.marquee .star4 {
    width: 45px !important;
    height: 45px !important;
  }
  .footer__socials-content {
    justify-content: center;
  }
}
.footer__badges {
  display: flex;
  gap: 20px;
  justify-content: end;
  padding: 0 100px 40px;
}
.footer-certification-badge {
  height: 50px;
  width: fit-content;
}
.footer-certification-badge img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-footer.css.map?v=153310866166061987831750147797 */
