/** Shopify CDN: Minification failed

Line 865:3 Expected "}" to go with "{"

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

.footer-block.grid__item.footer-block--menu {
  text-align: center;
}

.footer:not(.color-background-1) {
  border-top: none;
}

.footer__content-top {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
  display: block;
  background-color: var(--theme-black-bg);
}

.footer__content-top .page-width {
  max-width: 71.25rem;
}

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

  .footer__content-middle {
    padding: 2.5rem 0.938rem 2.5rem;
  }

  .footer__content-top .page-width {
    max-width: 71.25rem;
    padding: 0 0.938rem !important;
  }

  .footer-block.grid__item {
    padding: 0;
    width: 100%;
  }

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

  .footer-block.grid__item:last-child h2 {
    margin-bottom: 0;
  }

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

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    margin-left: -3rem;
    row-gap: 6rem;
    margin-bottom: 0;
  }

  .footer__content-top .grid__item {
    padding-left: 3rem;
  }

  .footer__content-top .page-width {
    max-width: 71.25rem;
    padding: 0 0.938rem !important;
  }
}

.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.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-middle {
    padding: 2.5rem 0.938rem 2.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}

.footer__localization:empty+.footer__column--info {
  align-items: center;
}

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

.footer__content-middle {
  padding: 2.5rem 0.938rem 2.5rem;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

.footer-block--newsletter>* {
  flex: 1 1 100%;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }

  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__content-middle {
    padding: 2.5rem 0.938rem 2.5rem;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  font-weight: 700;
  position: relative;
  font-size: 1.25rem;
  color: var(--theme-white-color);
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    /* font-size: calc(var(--font-heading-scale) * 1.8rem);
         */
    /*font-size: 2.1rem;
        */
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  .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-block__newsletter+.footer__list-social {
  margin-top: 3rem;
}

@media screen and (max-width: 749px) {
  .footer__list-social.list-social {
    justify-content: center;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter+.footer__list-social {
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .footer__content-bottom {
    border-top-width: 0.1rem;
  }
}

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

.localization-form {
  display: flex;
  flex-direction: column;
  flex: auto 1 0;
  padding: 1rem;
  margin: 0 auto;
}

.localization-form:only-child {
  display: inline-flex;
  flex-wrap: wrap;
  flex: initial;
  padding: 1rem 0;
}

.localization-form:only-child .button,
.localization-form:only-child .localization-form__select {
  margin: 1rem 1rem 0.5rem;
  flex-grow: 1;
  width: auto;
}

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

  .localization-form {
    padding: 1rem 2rem 1rem 0;
  }

  .localization-form:first-of-type {
    padding-left: 0;
  }

  .localization-form:only-child {
    justify-content: start;
    width: auto;
    margin: 0 0 0 -1rem;
  }

  .localization-form:only-child .button,
  .localization-form:only-child .localization-form__select {
    margin: 1rem;
  }
}

@media screen and (max-width: 989px) {

  noscript .localization-form:only-child,
  .footer__localization noscript {
    width: 100%;
  }
}

.localization-form .button {
  padding: 1rem;
}

.localization-form__currency {
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .localization-form .button {
    word-break: break-all;
  }
}

.localization-form__select {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
  position: relative;
  margin-bottom: 1.5rem;
  border: 0.1rem solid transparent;
  padding-left: 1rem;
  text-align: left;
}

noscript .localization-form__select {
  padding-left: 0rem;
}

@media screen and (min-width: 750px) {
  noscript .localization-form__select {
    min-width: 20rem;
  }
}

.localization-form__select .icon-caret {
  position: absolute;
  content: '';
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

.localization-selector.link {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgb(var(--color-foreground));
  width: 100%;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
}

noscript .localization-selector.link {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.disclosure .localization-form__select {
  padding-top: 1.5rem;
}

.localization-selector option {
  color: #000000;
}

.localization-selector+.disclosure__list {
  margin-left: 1rem;
  opacity: 1;
  animation: animateLocalization var(--duration-default) ease;
}

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

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__copyright {
    text-align: right;
  }
}

/* .footer__copyright a {
     font-size: 1.3rem;
     text-decoration: none;
     color: currentColor;
}
 .footer__copyright a:hover {
     opacity: 0.75;
}
 */
@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 .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground));
}

.footer-block__details-content .list-menu__item--link {
  color: var(--theme-white-color);
  font-size: 0.85rem;
  text-decoration: none;
}

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

.footer-block__heading svg {
  display: none;
}

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

  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    color: var(--theme-gray-color) !important;
    text-decoration: none;
    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.5rem;
    padding-bottom: 0;
    font-size: 0.813rem;
  }
}

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

  .footer-block__details-content> :first-child .list-menu__item--link {
    padding-top: 0;
  }
}

@media screen and (max-width: 749px) {
  .footer-block-image {
    text-align: center;
  }

  .footer-block--menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid #fff;
  }

  .footer-block__heading {
    cursor: pointer;
    padding-right: 20px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }

  .footer-block__heading:after {
    top: 16px;
    right: 3px;
    left: auto;
    position: absolute;
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: all .1s ease-in-out;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-top: 0;
  }

  .footer-block__heading.active:after {
    transform: rotate(-135deg);
    margin-top: 0;
  }

  .footer-block__heading.active svg {
    transform: rotate(180deg);
  }

  .footer-block__details-content {
    margin-bottom: 1rem;
    margin-top: 0;
    display: none;
  }

  .footer-block__details-content .list-menu__item--link {
    padding-top: 0.25rem;
    padding-bottom: .25rem;
  }

  .footer-block__details-content.active {
    display: block;
  }

  .footer-block__heading svg {
    display: block;
    width: 14px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 8px;
    transition: 0.5s ease;
  }
}

.footer-block-image>img {
  height: auto;
}

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

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

@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

.footer .disclosure__link {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.footer .disclosure__link:hover {
  color: rgb(var(--color-foreground));
}

.footer .disclosure__link--active {
  text-decoration: underline;
}

.footer__content-bottom .footer__column--info {
  align-items: center;
  justify-content: center;
  flex-direction: inherit;
}

.footer__content-bottom .footer__payment {
  order: 2;
  margin: 0;
}

.footer__content-bottom .footer__copyright {
  margin: 0;
  text-align: left;
  /* font-size: 1.4rem;
    */
}

@media screen and (max-width: 749px) {
  .footer__content-bottom .footer__column--info {
    flex-direction: column;
  }

  .footer__content-bottom .footer__copyright {
    order: 2;
    margin-top: 1.5rem;
  }

  .footer__content-bottom .footer__payment {
    margin-top: 1.5rem;
  }
}

/*custom css*/
.footer__content-middle {
  padding: 2.5rem 0 5.313rem;
}

.footer-info-box {
  text-align: center;
}

.footer-info-box h3 {
  margin-top: 0;
  font-size: 1.5rem;
}

.footer-info-box p {
  margin: 0;
}

.footer-info-box p a {
  color: var(--theme-light-gray-color);
}

.footer-info-box .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.footer-info-box .social-icons li {
  list-style: none;
  margin: 0 0.938rem;
}

.footer-info-box .social-icons li a {
  color: var(--theme-dark-color);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-info-box .social-icons li a svg {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-info-box__newsletter {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer-newletter {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
}

.footer-newletter .email-input {
  background: var(--theme-gray-bg);
  border: none;
  height: 3.125rem;
  padding: 0.625rem 8.438rem 0.625rem 0.938rem;
  width: 100%;
  font-size: 0.938rem;
  outline: none;
  box-shadow: none;
}

.footer-newletter .btn-sign {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: var(--theme-yellow-bg);
  font-family: var(--heading-font-family);
  color: var(--theme-black-color);
  font-size: 0.938rem;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 6.25rem;
  padding: 0 2.9rem;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .footer__content-middle {
    padding: 2.5rem 0 2.5rem;
  }

  .footer-info-box__newsletter {
    max-width: 100%;
  }

  .footer-info-box {
    margin-bottom: 1.875rem;
  }

  .footer__content-middle .grid__item:last-child .footer-info-box {
    margin-bottom: 0;
  }
}

.footer-newletter-klaviyo-form .needsclick.go710467777 {
  position: relative;
  padding: 1rem !important;
  height: 3.438rem !important;
  font-size: .938rem !important;
  border-radius: 0.25rem !important;
  color: rgb(var(--color-foreground)) !important;
  background-color: rgb(var(--color-background)) !important;
  font-family: var(--heading-font-family) !important;
  border: solid 1px var(--light-gray-border) !important;
}

.footer-newletter-klaviyo-form .needsclick.go710467777::-webkit-input-placeholder {
  font-size: .938rem !important;
  color: rgb(var(--color-foreground)) !important;
  font-family: var(--heading-font-family) !important;
}

.footer-newletter-klaviyo-form .needsclick.go710467777:-ms-input-placeholder {
  font-size: .938rem !important;
  color: rgb(var(--color-foreground)) !important;
  font-family: var(--heading-font-family) !important;
}

.footer-newletter-klaviyo-form .needsclick.go710467777:-moz-placeholder {
  font-size: .938rem !important;
  color: rgb(var(--color-foreground)) !important;
  font-family: var(--heading-font-family) !important;
}

.footer-newletter-klaviyo-form .needsclick.go710467777::placeholder {
  font-size: .938rem !important;
  color: rgb(var(--color-foreground)) !important;
  font-family: var(--heading-font-family) !important;
}

.footer-newletter-klaviyo-form .go710467777.go710467777.go710467777:hover,
.footer-newletter-klaviyo-form .go710467777.go710467777.go710467777:focus {
  border: solid 1px var(--light-gray-border) !important;
  box-shadow: none !important;
}

.footer-newletter-klaviyo-form input:-webkit-autofill,
.footer-newletter-klaviyo-form input:-webkit-autofill:hover,
.footer-newletter-klaviyo-form input:-webkit-autofill:focus,
.footer-newletter-klaviyo-form input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}

.footer-newletter-klaviyo-form .needsclick.go462703967 {
  border: 0 !important;
  line-height: 3.375rem;
  cursor: pointer !important;
  text-decoration: none !important;
  padding: 0 1.25rem !important;
  font-size: .938rem !important;
  border-radius: 0 !important;
  font-family: var(--heading-font-family) !important;
  color: var(--theme-white-color) !important;
  background-color: var(--theme-black-color) !important;
}

.footer-newletter-klaviyo-form .needsclick.go462703967:hover,
.footer-newletter-klaviyo-form .needsclick.go462703967:focus {
  box-shadow: none !important;
  color: var(--theme-white-color) !important;
  background-color: var(--theme-black-color) !important;
}

.footer-newletter-klaviyo-form .kl-private-reset-css-Xuajs1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 479px) {
  .footer-newletter-klaviyo-form .needsclick.go462703967 {
    padding: 0 0.5rem !important;
  }