/** Shopify CDN: Minification failed

Line 164:0 Unexpected "}"

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

.footer__content-top {
  padding-bottom: 67px !important;
  display: block;
}

.footer__blocks-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2.5fr;
  gap: 15px;
  flex-wrap: wrap;
}
.header-main__down-arrow{
  display: none !important;
}
.footer-container {
  padding: 0 8.3%;
}

.payment-section {
  display: flex;
  align-items: center;
}

.payment-section img {
  max-width: 309px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

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

  .footer__copyright {
    padding: 0 5% !important;
  }
  
  .footer-container {
    padding: 0 5%;
  }
   .footer-block__heading-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
  }
  .footer-block__details-content {
    margin-bottom: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }
.footer-block__details-content.open {
    max-height: 1000px;
  }

  .header-main__down-arrow {
    display: block !important;
  }
  
  .icon-caret-foot {
    transition: transform 0.5s ease;
    display: inline-block;
    transform-origin: center;
    position: absolute;
    right: 2px;
  }

  .icon-caret-foot.active {
    transform: rotate(180deg);
  }
}

@media (max-width: 576px) {
  .footer-container {
    padding: 0 3%;
  }
  .footer__blocks-wrapper .list-social__item svg {
    width: 20px;
    height: 20px;
  }
}

@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.2);
  padding-top: 1rem;
}

.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: var(--font-m);
  font-weight: var(--bold);
  line-height: 16.32px;
  text-align: left;
  font-family: var(--main-font);
}


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

@media screen and (min-width: 750px) {

  /* Pushes other components to the right of the flexbox */
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
  }

  .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 (max-width: 989px) {
  .footer__localization noscript {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1rem;
  }
}

.footer__content-bottom-wrapper--center {
  justify-content: center;
}

.footer__copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 0 8%;
}

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

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

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

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
  }

  .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;
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}

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

.copyright__content {
  font-family: var(--main-font);
  font-size: var(--font-s);
  line-height: 32px;
  font-weight: var(--regular);
  color: rgba(var(--color-foreground), 0.6);
  text-align: center;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

.policies {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  list-style: none;
}

.policies li a {
  display: block;
  text-decoration: none;
  font-size: var(--font-es);
  font-weight: var(--regular);
  font-family: var(--main-font);
  line-height: 32px;
  color: rgba(var(--color-foreground), 1);
  text-align: center;
}

.footer .footer__list-social .list-social__item a svg path {
  fill: rgba(var(--color-foreground), 1); 
}

@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 .contact-info {
  color: rgba(var(--color-foreground), 0.6);
  text-decoration: none;
  display: block;
  font-size: var(--p);
  font-weight: var(--regular);
  line-height: 32px;
  font-family: var(--secondary-font);
}

.brand-description {
  max-width: 20rem;
}

.brand-description p {
  color: rgba(var(--color-foreground), 0.6);
  font-size: var(--p);
  font-weight: var(--regular);
  line-height: 32px;
  font-family: var(--secondary-font);
  margin-bottom: 0;
}

.brand-description strong {
  color: rgba(var(--color-foreground), 1);
  font-size: var(--p);
  font-weight: var(--regular);
  line-height: 32px;
}

.footer .contact-info svg {
  vertical-align: middle;
}

.footer .contact-info .icon {
  margin-right: 0.3rem;
}

.footer .contact-info .text {
  color: rgba(var(--color-foreground), 1);
  font-size: var(--p);
  font-weight: var(--regular);
}

.footer .contact-info.phone {
  font-size: var(--h5);
  font-weight: var(--semi-bold);
}

.footer-block__details-content a {
  font-family: var(--secondary-font);
  font-weight: var(--regular);
  font-size: var(--p) !important;
  line-height: 32px;
  color: rgba(var(--color-foreground), 0.6);
  padding: 0;
}

.footer-block__description {
  font-family: var(--secondary-font);
  font-weight: var(--regular);
  font-size: var(--p) !important;
  line-height: 24px;
  color: rgba(var(--color-foreground), 0.6);
  text-align: left;
}

.footer .footer-block__brand-info .footer__list-social.list-social {
  margin-left: 0;
  margin-top: 25px;
}

.footer .footer__list-social .list-social__item a {
  padding: 0 10px 0 0;
}

.footer .field__input:focus~.field__label,
.footer .field__input:not(:placeholder-shown)~.field__label,
.footer .field__input:autofill~.field__label,
.footer .customer .field input:focus~label,
.footer .customer .field input:not(:placeholder-shown)~label,
.footer .customer .field input:autofill~label {
  background-color: var(--gradient-background);
  left: 0;
}

.footer .newsletter-form__field-wrapper .field__input {
  border-width: 0 0 1px 0;
  padding-left: 0;
  color: rgba(var(--color-foreground), 0.6)
}

.footer .newsletter-form__field-wrapper .field__label {
  left: 0;
}
.footer .newsletter-form__button {
  width: auto;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.footer .newsletter-form__button:hover {
  background-color: rgba(var(--color-button), var(--alpha-button-background)) !important;
  color: rgb(var(--color-button-text)) !important;
}

.footer .footer-block__newsletter .list-social{
  justify-content: flex-start;
  padding-top: 1rem;
}

@media (max-width: 1199px) {
  .footer__blocks-wrapper {
    grid-template-columns: none;
    gap: 20px;
  }
  .footer__copyright {
    flex-direction: column;
    align-items: center;
    padding-top: 20px !important;
    padding-bottom: 25px !important;
  }
  .footer-block__details-content {
    margin: 0;
  }
  
  .payment-section img {
    width: 309px;
    height: 32px;
  }
  .newsletter-form__field-wrapper .field {
    grid-template-columns: 4fr 1fr;
  }
  .footer-block__details-content a {
    line-height: 15px;
  }
  
  .brand-description p,
  .copyright__content {
    line-height: 15px;
  }
  .footer .contact-info {
    line-height: 23px;
  }
}

@media (max-width: 350px) {
  .payment-section img {
    width: 100%;
    height: 70%;
  }
}
@media screen and (max-width: 749px){
  .footer__copyright{
    margin-bottom: 45px;
  }
}
    