/** Shopify CDN: Minification failed

Line 790:17 Expected ":"

**/
.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: flex-start;
}

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

.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-bottom: 1rem;
  }
}

.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), 1);
}

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

@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: 1rem;
  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;
    }
  }
}

/* ==== */
.footer .footer-block p {
  font-size: 1.6rem;
}
.store-contact ul li {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.store-contact ul {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    margin-top: 3.5rem;
}
.store-contact ul li p {
    margin: 0;
    line-height: 1.5;
}
.store-contact ul li a.link {
    text-decoration: none;
    font-size: 1.6rem;
    line-height: normal;    
    color: currentColor;
}
.footer .footer-block--menu .footer-block__heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-family: var(--font-body-family);
    text-transform: uppercase;
}
.footer .footer-block--menu .footer-block__details-content a {
    font-size: 1.6rem;
}
.footer .footer-block .heading-newsletter {
    font-size: 3rem;
    line-height: 1;
    font-family: var(--font-body-family);
}
.footer .footer-block__newsletter .rte {
    font-size: max(12px, 1.4rem);
}
.footer .footer-block__newsletter .footer__newsletter {
    margin-top: 3rem;
}
.footer .field__label {
    top: calc(1.5rem + var(--inputs-border-width));
    color: rgba(var(--color-foreground), .3);
    font-size: 1.4rem;
    letter-spacing: 0;
}
.footer .footer__newsletter .field:before,
.footer .footer__newsletter .field:after {
  display: none;
}
.footer .footer__newsletter .field input {
    border: 1px solid rgba(var(--color-foreground), .3);
    height: 5rem;
    border-radius: 3rem;
}
.footer .footer-block__newsletter .footer__newsletter,
.footer .footer-block__newsletter .newsletter-form__field-wrapper {
    max-width: 42.2rem;
}
.footer__copyright .copyright__content {
    font-size: 1.6rem;
    letter-spacing: 0;
}
.footer .footer__copyright {
    margin: 0;
}
.footer__list-social .list-social__item .list-social__link {
    padding-block: 0;
    padding-inline: .6rem;
}
.footer .footer__content-bottom-wrapper {
    justify-content: space-between;
     align-items: center;
}
.footer .footer__content-bottom-wrapper .footer__list-social {
    justify-content: center;
}
.footer .footer__list-social span.svg-wrapper svg path {
   stroke: currentColor;
}
.footer .footer__list-social .list-social__item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .footer__blocks-wrapper {
    border-bottom: solid 0.1rem rgba(var(--color-foreground), 1);
    padding-bottom: 6rem;
}
.footer .footer__content-top {
    padding-bottom: 3.2rem;
}
.footer .footer-block:has(.footer-block-image) {
    width: calc(30% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(30% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
}
.footer .footer-block--menu {
    width: calc(12% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(12% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
}
.footer .footer-block:has(.footer-block__newsletter) {
    width: calc(22% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(22% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
}
.footer .footer__blocks-wrapper {
    --grid-desktop-horizontal-spacing: 6.4rem;
}
.footer .newsletter-form__field-wrapper .field {
    gap: 1rem;
    flex-direction: column;
}
footer .newsletter-form__field-wrapper .field button {
    font-size: 1.8rem;
    width: 18.5rem;
}

.store-contact ul li span.underline-link {
    line-height: normal;
}
.footer__copyright .copyright__content a {
    position: relative;
    display: inline;
    background-position: 0 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--color-foreground), 1)), to rgba(var(--color-foreground), 1));
    background-image: linear-gradient(to right, rgba(var(--color-foreground), 1), rgba(var(--color-foreground), 1));
    background-size: 0 .1rem;
    background-repeat: no-repeat;
    -webkit-transition: background-size .3s cubic-bezier(.4, 0, .2, 1);
    transition: background-size .3s cubic-bezier(.4, 0, .2, 1);
}
.footer__copyright .copyright__content a:hover {
    background-size: 100% .1rem;
}
.footer .footer__list-social .list-social__item:last-child .list-social__link {
    padding-right: 0;
}
.store-contact ul li svg {
    width: 4rem;
    height: 4rem;
    flex: 0 0 auto;
}
.footer .footer__list-social span.svg-wrapper,
.footer .footer__list-social span.svg-wrapper svg {
    width: 2.5rem;
    height: 2.5rem;
}
.underline-link {
    position: relative;
    display: inline;
    background-position: 0 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--color-foreground), 1)), to rgba(var(--color-foreground), 1));
    background-image: linear-gradient(to right, rgba(var(--color-foreground), 1), rgba(var(--color-foreground), 1));
    background-size: 0 .1rem;
    background-repeat: no-repeat;
    -webkit-transition: background-size .3s cubic-bezier(.4, 0, .2, 1);
    transition: background-size .3s cubic-bezier(.4, 0, .2, 1);
    padding-bottom: .2rem;
}
.underline-link:hover {
    background-size: 100% .1rem;
}
.footer .social-made-wrap small a {
    color: currentColor;
    font-size: 1.6rem;
    text-decoration: none;
}
.footer .social-made-wrap {
    display: flex;
    align-items: center;
    gap: 3rem;
}
.footer .social-made-wrap small a span.underline-link {
    background-size: 100% .1rem;
}
.footer .social-made-wrap small a:hover span.underline-link {
    background-size: 0 1px;
    background-position: 100% 100%;
}
.footer .footer__newsletter .field input::placeholder {
    font-size: 1.4rem;
}
.footer .footer-block--menu .footer-block__details-content a span {
    white-space: nowrap;
}


/* custom css  */
.footer-localization {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.custom-localization-box {
  position: relative;
}
.localization-select {
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid #d9d9d9;
  background: transparent;
  cursor: pointer;
  appearance: none;
}
.localization-select:focus-visible {
    outline: none;
    box-shadow: none;
}
.footer-block__details-content .list-menu__item--active span.underline-link {
  background-size: 100% .1rem;
}
.footer__payment {
    display: flex;
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
}
.footer__payment span.klarna-msg {
    font-size: 1.6rem;
}
@media screen and (min-width:990px) and (max-width:1199px) {
  .footer .newsletter-form__field-wrapper .field {
      flex-wrap: wrap;
  }
}
@media screen and (max-width: 989px) {
  .footer .footer-block:has(.footer-block__newsletter) {
      width: 100%;
      max-width: 100%;
  }
  .footer .footer-block--menu {
      width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
      max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .footer .footer-block:has(.footer-block-image) {
    width: 100%;
    max-width: 100%;
  }
  .footer .footer-block__newsletter .footer__newsletter, .footer .footer-block__newsletter .newsletter-form__field-wrapper {
    max-width: 100%;
  }
  .store-contact ul li p {
    max-width: 100%;
  }
  footer .newsletter-form__field-wrapper .field button {
    width: 100%;
  }
  .footer .footer-block--menu .footer-block__heading span.svg-wrapper {
    display: none;
  }
  .footer .footer__content-top .grid {
    row-gap: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .footer .footer-block:has(.footer-block-image),
  .footer .footer-block--menu,
  .footer .footer-block:has(.footer-block__newsletter) {
      width: 100%;
      max-width: 100%;
  }
  .footer .footer-block p,
  .store-contact ul li a.link,
  .footer .footer-block--menu .footer-block__details-content a {
    font-size: 1.4rem;
  }
  .footer .footer-block--menu .footer-block__heading {
    padding-block 1.5rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer__content-top {
    padding-inline: var(--mobile-page-width-padding, 2.24rem);
  }
  .store-contact ul {
    margin-top: 2rem;
  } 
  .footer-block--menu .footer-block__details-content a {
    padding-bottom: 0;
  }
  .footer .footer-block .heading-newsletter {
    font-size: 2.8rem;
    margin-top: 0rem;
    border-top: .1rem solid rgba(var(--color-foreground), .4);
    padding-top: 3.2rem;
    margin-bottom: 1rem;
  }
  .footer .footer-block__newsletter {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer .newsletter-form__field-wrapper .field {
    gap: 1rem;
    flex-direction: column;
  }
  .footer .footer__blocks-wrapper {
    padding-bottom: 0.5rem;
  } 
  .footer .footer__content-top {
    padding-bottom: 1rem;
  } 
  .footer .footer__content-bottom-wrapper {
    justify-content: center;
    flex-direction: column;
    row-gap: 1rem;
  }
  .footer__copyright .copyright__content,
  .footer .social-made-wrap small {
    font-size: 1.4rem;
  }
  .footer .footer__list-social span.svg-wrapper, .footer .footer__list-social span.svg-wrapper svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .footer .social-made-wrap small a,
  .footer .footer-block p,
  .footer .footer-block--menu .footer-block__details-content a {
    font-size: 1.4rem;
  }
  .footer .social-made-wrap {
    flex-direction: column;
    gap: 2rem;
  }
  footer .newsletter-form__field-wrapper .field button {
    font-size: 1.6rem;
  }
  .footer .footer-block--menu .footer-block__heading span.svg-wrapper {
    display: flex;
  }
  .footer .footer-block--menu .footer-block__heading span.svg-wrapper svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .footer .footer-block.grid__item {
    margin: 0;
  }
  .footer .footer-block--menu {
    border-top: .1rem solid rgba(var(--color-foreground), .4);
  }
  .footer .footer-block--menu .footer-block__heading {
    padding-block: 1.5rem;
  }
  .footer .footer-block__details-content {
    margin-bottom: 3.2rem;
  } 
  .footer .footer-block--menu .footer-block__details-content a {
    padding-block: 0.2rem;
  }
  .footer .footer-block.grid__item.active span.svg-wrapper svg {
    transform: rotate(180deg);
  }  
  .footer .footer__content-top {
    padding-inline: 1.6rem;
    padding-bottom: 0;
  }  
  .footer .footer-block__newsletter .footer__newsletter {
    margin-top: 2rem;
  }
  .footer ul.footer-block__details-content {
    display: none;
    margin-bottom: 1rem;
  }
  .footer .footer-block__newsletter {
    margin-bottom: 3rem;
  }
  .footer__list-social .list-social__item .list-social__link {
    padding-inline: .7rem;
  }
  body .footer-block__image-wrapper img {
    width: 16rem;
  }
  .footer-localization {
    flex-direction: column;
  }
  .localization-select {
    width: 100%;
    min-width: 100%;
  }
  .footer__payment ul.list.list-payment {
      padding-top: 0;
      margin-bottom: .8rem;
      justify-content: flex-start;
  }
  .footer__payment li.list-payment__item {
      padding: .2rem;
  }
  .footer__payment li.list-payment__item  svg {
      width: 3.2rem;
      height: 3.2rem;
  }
  .footer__payment span.klarna-msg {
      font-size: 1.4rem;
  }
  .footer__payment {
      gap: 1rem;
      margin-bottom: .2rem;
      justify-content: center;
      flex-direction: column-reverse;
      align-items: center;
  }
}