/** Shopify CDN: Minification failed

Line 525:81 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: 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:1rem;
  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--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 (min-width: 750px) {

  .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;
  align-items: center;
  margin-bottom:3px; 
} 
ul.policies.list-unstyled {gap:12px; list-style-position: outside; padding: 0 !important; margin: 0 !important; list-style-type: decimal; display: grid; grid-template-columns: 1fr 1fr;}
ul.policies.list-unstyled li:nth-child(3), ul.policies.list-unstyled li:nth-child(4) { grid-column: span 3 / span 3;}

.footer__content-bottom-wrapper--center { justify-content: center; margin-top: 60px; text-align: center;}  
.footer__content-bottom-wrapper p { font-size: 16px; margin: 0; }

.policies li a {
  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;
    }
  }
}


.shopify-section-group-footer-group .footer-block-image { display: ruby; max-width: max-content;}
.shopify-section-group-footer-group footer {background-size: 100% 100%;}
.shopify-section-group-footer-group .footer-block__image-wrapper { margin-bottom: 15px; }
.shopify-section-group-footer-group .rte {  font-weight: 400; font-size: 18px; line-height: 1.34; letter-spacing: -0.2px; }
.shopify-section-group-footer-group .footer__copyright.caption * {  font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: -0.2px; text-align: left; color: rgba(211, 211, 211, 1); }x
.shopify-section-group-footer-group .footer-block { max-width: fit-content; display: flex; flex-direction: column; }
.shopify-section-group-footer-group .footer-block:has(.footer-block__details-content.footer-block-image) { max-width:430px;}
.shopify-section-group-footer-group .footer-block:has(.footer-block__details-content.footer-block-image) { max-width: 430px; position: relative; min-width: 430px; }
.shopify-section-group-footer-group ul.footer-block__details-content li { font-weight: 500; font-size: 18px; line-height: 100%; letter-spacing: -0.2px; margin-bottom: 12px;}
.shopify-section-group-footer-group .footer-block-social h2.footer-block__heading { display: none; }
.shopify-section-group-footer-group .footer-block-social .footer__list-social { display: flex; flex-direction: column; gap: 12px; }
.shopify-section-group-footer-group .list-menu__item--link { padding-bottom: 0; padding-top: 0;}
.shopify-section-group-footer-group .footer-block-social span.visually-hidden { position: relative !important; width: 100%; height: 100%; text-decoration: none; margin: 0;}
.shopify-section-group-footer-group .footer__blocks-wrapper { display: flex; flex-wrap: nowrap; justify-content: space-between; gap: 30px; }
.shopify-section-group-footer-group .footer__content-top { display: block; margin-top: 16rem; }
.shopify-section-group-footer-group .footer-block__details-content.footer-block-image .footer-block__image-wrapper img { position: absolute; bottom: 0; }
.shopify-section-group-footer-group h2.footer-block__heading { font-weight: 600; font-size: 22px; line-height: 100%; letter-spacing: -.2px; color: var(--title_color); display: inline-block; margin-bottom: 1.5rem;}
.shopify-section-group-footer-group .footer-block__brand-info { max-width: 300px; display: flex; flex-direction: column; height: 100%;} 
.shopify-section-group-footer-group .footer-block__details-content a { font-size: 18px; }
.shopify-section-group-footer-group .footer-block__details-content .list-menu__item--link, .shopify-section-group-footer-group .footer-block-social span.visually-hidden { padding-top: 0; font-size: 18px; line-height: 1.44;}
.shopify-section-group-footer-group .footer-block-social .list-social__link { padding: 0 10px 0 0; text-decoration: none; gap: 10px; font-weight: 500; }
.shopify-section-group-footer-group .footer-block-social .svg-wrapper {width: 30px; height: 28px; min-width: 24px; }
.shopify-section-group-footer-group .footer-block--newsletter p.rte { margin: 0;x}
.shopify-section-group-footer-group .field:after, .shopify-section-group-footer-group .field:before {display:none;}
.shopify-section-group-footer-group .newsletter-form__field-wrapper .button { font-size: 16px; max-width: 148px; min-width: 148px; height: 55px; margin-top: 10px; }
.shopify-section-group-footer-group .newsletter-form__field-wrapper .field__input { background-color: transparent; border-radius: 50px; padding: 0; border: solid 1px rgba(105, 105, 105, 1); min-height: 55px; }
.shopify-section-group-footer-group .newsletter-form { margin: 16px 0 0 0; }
.shopify-section-group-footer-group .newsletter-form__field-wrapper .field__input { font-weight: 500; font-size: 16px; line-height: 100%; letter-spacing: -0.2px; opacity: 1; padding: 10px 26px; font-family: 'Be Vietnam'; color:#cbcbcb; }
.shopify-section-group-footer-group .newsletter-form__field-wrapper .field__input::placeholder, .shopify-section-group-footer-group .newsletter-form__field-wrapper .field__input { font-weight: 500; font-size: 16px; line-height: 100%; color:#cbcbcb;letter-spacing: -0.2px; opacity: 1; font-family: 'Be Vietnam'; }
.shopify-section-group-footer-group .newsletter-form__field-wrapper label.field__label {display:none;}
.shopify-section-group-footer-group .newsletter-form__field-wrapper { width: 100%; max-width: 313px; }
.shopify-section-group-footer-group .footer-block__newsletter { max-width: 300px; }
.shopify-section-group-footer-group .footer__content-top.page-width { max-width: 100%; padding: 0 8rem; }
.shopify-section-group-footer-group .footer-block.footer-block--menu { min-width: fit-content; }
.template-product .footer, .template-product .shopify-section-group-footer-group {background-color: #fff; }
.shopify-section-group-footer-group .footer-block__brand-info * { font-size: 14px; }
.footer__copyright { margin-bottom:16px;} 
 
.footer__content-bottom-wrapper--center { justify-content: center; margin-top: 60px; }
.footer__copyright.caption small.copyright__content, .footer__copyright.caption small.copyright__content * { font-weight: 400 !important; }

@media(max-width:1600px){
  .shopify-section-group-footer-group .footer__content-top.page-width { max-width: 100%; padding: 0 5rem; }
  .shopify-section-group-footer-group .footer__copyright.caption * {font-size:14px;}
}
@media(max-width:1500px){
  .shopify-section-group-footer-group .footer__content-top.page-width {max-width:100%; padding:0 3rem;}
  .shopify-section-group-footer-group .rte {font-size:15px; line-height: 1.34;}
  .shopify-section-group-footer-group .footer-block:has(.footer-block__details-content.footer-block-image) {max-width:400px; min-width:400px;}
}
@media(max-width:1400px){
  .shopify-section-group-footer-group .footer-block:has(.footer-block__details-content.footer-block-image) {max-width:300px; min-width:300px;}
}
@media(max-width:1300px){
  .shopify-section-group-footer-group .footer-block:has(.footer-block__details-content.footer-block-image) {max-width:200px; min-width:200px;}
  .shopify-section-group-footer-group .footer__content-top {margin-top:6rem;}
  .shopify-section-group-footer-group .footer-block__details-content .list-menu__item--link, .shopify-section-group-footer-group .footer-block-social span.visually-hidden { padding-top: 0; font-size: 16px; line-height: 1.3; }
}
@media(max-width:1199px){
  .shopify-section-group-footer-group .footer__blocks-wrapper { grid-template-columns: 1fr 1fr 1fr 1fr; display: grid; margin-top: 4; row-gap: 60px; }
  .shopify-section-group-footer-group .footer__content-top { margin-top: 10rem; }
  .shopify-section-group-footer-group .footer {padding-top:30px;}
  ul.policies.list-unstyled {
    gap: 12px;
    list-style-position: outside;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: decimal;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
}
@media(max-width:989px){
  .shopify-section-group-footer-group .footer__blocks-wrapper { grid-template-columns: 1fr 1fr; row-gap:30px;}
  .shopify-section-group-footer-group .footer-block--newsletter { flex-wrap: nowrap; justify-content: start; }
  .shopify-section-group-footer-group .top-content { margin-bottom: 30px; }
}
@media(min-width:750px){
  .shopify-section-group-footer-group .footer__copyright.caption.mobile-show { display: none; }
}
@media(max-width:749px){
  .shopify-section-group-footer-group footer.footer {background-size: 100% 94%; background-position: bottom;}
  .shopify-section-group-footer-group .footer-block:nth-child(5) {min-width:100%;}
  .shopify-section-group-footer-group .footer-block:nth-child(6) {min-width:100%;}
  .shopify-section-group-footer-group .footer-block:nth-child(5) h2.footer-block__heading {width: 100%; text-align: center; }
  .shopify-section-group-footer-group .footer-block:has(.footer-block__details-content.footer-block-image) { max-width: 100%; min-width: 100%; }
  .shopify-section-group-footer-group .footer__content-top.page-width {padding:0 2rem;}
  .shopify-section-group-footer-group .footer-block__brand-info { max-width: 100%;margin-top:0; text-align: center;}
  .shopify-section-group-footer-group .footer__copyright.caption.desktop-show { display: none;}
  .shopify-section-group-footer-group .footer__blocks-wrapper { row-gap: 30px; display: flex; flex-wrap: wrap; row-gap: 40px; column-gap: 0; margin-bottom: 0;}
  .shopify-section-group-footer-group .footer__copyright.caption.mobile-show { margin-top: 40px; }
  .shopify-section-group-footer-group .newsletter-form__field-wrapper .button {max-width: 100%; min-width: 100%; height: 55px; margin-top: 15px; }
  .shopify-section-group-footer-group .newsletter-form__field-wrapper { width: 100%; max-width: 100%; }
  .shopify-section-group-footer-group .footer-block__image-wrapper .rte { font-size: 20px; }
  .shopify-section-group-footer-group .top-content { margin-bottom: 0; }
  .shopify-section-group-footer-group .footer-block__details-content { margin-bottom: 0; }
  .shopify-section-group-footer-group .footer__content-top { margin-top: 0; }
  .shopify-section-group-footer-group .footer-block-social .footer__list-social { display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; }
  .shopify-section-group-footer-group .footer-block__details-content.footer-block-image .footer-block__image-wrapper img { position: relative; bottom: 0; }
  .shopify-section-group-footer-group .footer-block__image-wrapper { max-width: fit-content; margin: 0 auto; margin-bottom: 0; }
  .shopify-section-group-footer-group .top-content .footer-block__image-wrapper { max-width: fit-content; margin: 0 auto; margin-bottom:15px; }
  .shopify-section-group-footer-group .footer-block__newsletter { max-width: 100%; text-align: center; width: 100%; }
  .footer__blocks-wrapper .footer-block:nth-child(2) { min-width: 100%;}
  .footer__content-bottom-wrapper--center {margin-top:40px;}


}