<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 151:0 Unexpected "}"

**/
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer:not(.color-background-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: 0 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

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

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
    column-gap: 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;
}

@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;
        margin-bottom: 50px;
  }
}

.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: center;
  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: space-between;
    border-top: 1px solid #fff;
    padding: 15px 0;
  }
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
}

.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: row;
    flex: 1 1 100%;
    align-items: center;
    gap: 3rem;
    justify-content: space-between;
     margin-top: 0px;
  }

  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: flex-start;
    width: auto;
        gap: 10px;
  }

  .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: 0;
  width: 33.33%; /* extra css */
}

.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 0;
    justify-content: center;  /* update css to flex-start */
  }

  .footer__localization h2 {
    /* margin: 1rem 0 0; */
    /* update css */
    margin: 0;
    padding: 0;
    /* update css */
  }
}

@media screen and (max-width: 989px) {
  .footer__localization noscript {
    width: 100%;
  }
}

@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--menu .footer-block__details-content {
       display: grid;
    grid-template-columns: 1fr 1fr;
    /* extra css */
    column-gap: 10px;
    /* extra css */
  }
  /* extra css */
  .footer-block--menu.scroll-trigger.animate--slide-in.acc {
    width: 25% !important;
  }
  /* extra css */
  .footer-block__details-content &gt; p,
  .footer-block__details-content &gt; li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }

  .footer-block__details-content &gt; li:not(:last-child) {
    margin-right: 1.5rem;
  }
  .footer-block--menu .footer-block__details-content &gt; li:not(:last-child) {
    margin-right: 0;
    width: max-content;
  }
}

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

@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: 0px;
    padding-bottom: 0px;
    align-items: flex-start;
  }
  .footer__content-top .list-menu__item {
    display: flex;
    align-items: flex-start;
    font-size: 1.1rem;
    line-height: 20px;
    margin: 15px 0px;
  }
}

.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: 10px;
  overflow: hidden !important;
  border-radius:6px;
}

.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 &gt; .footer-block__brand-info &gt; .footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-block-image &gt; img,
.footer-block__brand-info &gt; 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;
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.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 (max-width: 750px) {
    .footer-block__details-content {
      margin-bottom: 0px;
      border-bottom: none;
      padding-bottom: 0px;
    }
    .anchorLinks p {
    line-height: 1;
    margin: 10px 0px;
}

    #button {
      top: 150px !important;
      left: 46%;
    }
  }
.footer-block__details-content.rte {
    display: flex;
    column-gap: 15px;
    align-items: center;
    line-height: 10px;
}

#button {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    position: fixed;
    top: 0;
    right: 0;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}
#button.show {
  opacity: 1;
  visibility: visible;
  border-radius: 10px;
}
#button svg{
  position: absolute;
  top: 20px;
  right: 17px;
}
#buttonDesk {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    position: fixed;
    top: 0;
    right: 0;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    margin-top:10px;
}
#buttonDesk.show {
  opacity: 1;
  visibility: visible;
  border-radius: 10px;
}
#buttonDesk svg{
  position: absolute;
  top: 20px;
  right: 17px;
}
@media screen and (min-width:750px) and (max-width:899px){
  #buttonDesk {
    top: -25px;
    right: 50%;
    margin-top:0;
  }
  .footer-block--newsletter{
    padding: 28px 0 15px 0;
  }
  .copyright__content{
    text-align:center;
  }
}
@media screen and (min-width:750px) and (max-width:1299px){
   .footer-block--menu .footer-block__details-content &gt; li:not(:last-child) {
    width: max-content;
  }
}
.footer__content-top .list-menu__item {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
}
h2.footer-block__heading.inline-richtext {
  /* font-size: 1.2rem;
  text-align: left; */
  /* update css */
    font-size: 18px;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
  /* update css */
}
.footer-block__details-content.rte.anchorLinks a {
  font-size: 1rem;
}
@media screen and (min-width:750px) and (max-width:1100px){
  .footer-block--menu .footer-block__details-content {
    display: block;
    grid-template-columns: 1fr 1fr;
}
}
  </pre></body></html>