/** Shopify CDN: Minification failed

Line 12:0 Unexpected "}"
Line 657:1 Unexpected "{"
Line 694:0 Unexpected "}"
Line 818:0 Unexpected "}"

**/
.footer {
  height: 100vh;
}
}

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

.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}

@media screen and (min-width: 990px) {
.footer__content-top {
  padding-bottom: 0;
  display: block;
  background: black;
  width: 100%;
  grid-row: 4;
  grid-column: 1/7;
  height: 400px;
  padding: 0;
}
}

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

  .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(1.5rem / var(--font-body-scale));
    padding-right: calc(1.5rem / var(--font-body-scale));
   grid-row: 6;
   min-height: 415px;
   width: 100%;
   grid-column: 1 / 7;
  }
}

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

.footer__content-bottom {

}

@media screen and (min-width: 990px) {
.footer__content-bottom {
display: grid;
grid-template-rows: 0.5fr 0.2fr 0.5fr 1fr 0.5fr;
grid-template-columns: 0.8fr 0.95fr 0.95fr 0.95fr 0.95fr 0.2fr; 
height: 100%;
padding-top: 67px;
padding-left: 2.5rem;
padding-right: 2.5rem;
}
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: 0.8fr 0.95fr 0.95fr 0.95fr 0.95fr 0.2fr; 
  grid-row: 2;
  grid-column: 1/7;
  padding: 0;
}

@media screen and (max-width: 989px) {
.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  grid-row: 2;
}
}

@media screen and (max-width: 989px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

@media screen and (min-width: 990px) {
.footer__column {
  align-items: flex-end;
}
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: right;
  padding-left: 2rem;
  padding-right: 8px;
  display: none;
}

@media screen and (min-width: 990px) {
  .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: 990px) {
  .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;
}

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

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

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

@media screen and (min-width: 990px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    grid-column: 2/4;
  }
}

.footer-block__heading {
  margin-bottom: 0rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: 13px;
  }
}



@media screen and (min-width: 990px) {
  .footer-block__heading2 {
    font-size: 13px;
    color: #bababa;
    margin-bottom: 1.5rem;
  margin-top: 0.2rem;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__heading {
    font-size: 13px;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__heading2 {
    font-size: 13px;
    color: #bababa;
    margin-bottom: 1.5rem;
  margin-top: 0.2rem;
  }
}

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

.newsletter-form__field-wrapper {
  
}

@media screen and (min-width: 990px) {
  .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: 990px) {
  .footer__list-social.list-social {
    justify-content: left;
    margin-left: -10px;
  }
}

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


.footer__localization {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: fit-content;
  align-self: flex-end;
}

@media screen and (max-width: 989px) {
.footer__localization {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  grid-row: 4;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  grid-column: 1 / 7;
}

  .localization-form {
  display: flex;
  flex-direction: column;
  flex: auto 1 0;
  margin: 0 auto;
  width: 100%

}
}

.footer__localization:empty {
  display: none;
}

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

.localization-form:only-child {
  display: inline-flex;
  flex-wrap: wrap;
  flex: initial;
}

.localization-form:only-child .button,
.localization-form:only-child .localization-form__select {
  flex-grow: 1;
  color: white;
  text-transform: uppercase;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (min-width: 990px) {
  .footer__localization {
    justify-content: flex-end;
    margin-bottom: -0.8rem;
   grid-column: 5/7;
   grid-row: 2;
  }

  .localization-form {
  }

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

  .localization-form:only-child {
    justify-content: start;
    width: 100%;
  }

  .localization-form:only-child .button,
  .localization-form:only-child .localization-form__select {
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@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: 989px) {
  .localization-form .button {
    word-break: break-all;
  }
}

.localization-form__select {
  border-radius: var(--inputs-radius-outset);
  position: relative;
  padding-left: 1rem;
  text-align: left;
  min-width: calc(7rem + var(--inputs-border-width) * 2);
  width: 100%;
}

.disclosure__button.localization-form__select {
  background: rgb(var(--color-background));
}

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

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

.localization-form__select .icon-caret {
  position: absolute;
  content: '';
  height: 0.6rem;
  top: 0.7rem;
  right: 0;
  color: white;
}

.localization-selector.link {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: white;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.3rem;
}

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

.disclosure .localization-form__select {
  color: white;
  text-transform: uppercase;
}

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

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


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

.footer__copyright {
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 990px) {
  .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: 990px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
    padding-bottom: 2rem;
    width: 40px;
  }

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

  
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 0.75);
}

.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: 990px) {
  .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: 990px) {
  .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;
  }
}

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

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

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

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

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 989px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 990px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

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



.copyright__content a, .footer-block__details-content .list-menu__item--link {color: #fff;}
.footer-block__heading{
  color: #fff;
  font-weight:700;
                      }
.newsletter-form__field-wrapper .field__input::placeholder {color: #fff;}

.list-social__link{color: #fff;}
.footer-block__details-content .list-menu__item--active {color: #fff;}
.copyright__content, .copyright__content a {color: #fff;}

a.link.link--text.list-menu__item.list-menu__item--link{
color: #fff;
  display: block;
  font-size: 1.3rem !important;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  text-decoration: none;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
  margin-bottom: 0.4rem;
  padding-left: 0px;
  width: fit-content;
}

 {
  margin-bottom: 2rem;
}



@media screen and (max-width: 989px) {
.copyright__content {
  display: none;
}
}

@media screen and (max-width: 989px) {
.footer-block--newsletter {
  margin-bottom: 0;
  width: 100%;
}
}



.footer-submenu {
  padding-left: 1.5rem;
}

.footer-block__details-content li:first-child a {
  margin-bottom: 2rem;
}

.footer-menu-headings {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  color: #fff;
  white-space: nowrap;
  cursor: default;
}

}

.footer-menu-headings:hover {
  font-weight: 700;
  
}

.footer-menu-headings.active  {
  font-weight: 700;
}



.footer-block__details-content > li:nth-of-type(3) .footer-submenu a:nth-of-type(1) {
  padding-bottom: 1.5rem;
  pointer-events: none;
  cursor: default;
  color: white; /* optional: makes it look like regular text */
  text-decoration: none;
  font-weight: normal;
}

.footer-block__details-content > li:nth-of-type(3) .footer-submenu a:nth-of-type(5) {
   padding-top: 1.5rem;
  padding-bottom: 1.5rem;
   pointer-events: none;
  cursor: default;
  color: white; /* optional: makes it look like regular text */
  text-decoration: none;
  font-weight: normal;
}

.footer-block__details-content > li:nth-of-type(1) .footer-submenu a:nth-child(n+4):nth-child(-n+11) { 
  padding-left: 1.5rem;
}


.footer-block__details-content > li:nth-of-type(3) .footer-submenu a:nth-child(n+2):nth-child(-n+4) { 
  padding-left: 1.5rem;
}

.footer-block__details-content > li:nth-of-type(3) .footer-submenu a:nth-child(n+6):nth-child(-n+7) { 
 padding-left: 1.5rem;
}

.footer-block__details-content > li:nth-of-type(1) .footer-submenu a:nth-of-type(4) {
  padding-top: 1.5rem;
}

.footer-block__details-content > li:nth-of-type(2) {
   /* margin-left: -1rem; */
    /* Isolate from children */
    & > .parent-link {
      margin-left: 0 !important; /* Reset for children */
    }
  }

  .footer-block__details-content > li:nth-of-type(3) {
    /*margin-left: -1.2rem;  */
    /* Isolate from children */
    & > .parent-link {
      margin-left: 0 !important; /* Reset for children */
    }
  }


.footer-block__details-content > li:nth-of-type(2) .footer-submenu a:nth-child(n+5):nth-child(-n+7) {
  padding-left: 1.5rem;
}

.footer-block__details-content > li:nth-of-type(2) .footer-submenu a:nth-child(n+9) {
  padding-left: 1.5rem;
}

.footer-block__details-content > li:nth-of-type(2) .footer-submenu a:nth-child(5) {
  padding-top: 1.5rem;
}

.footer-block__details-content > li:nth-of-type(2) .footer-submenu a:nth-child(8) {
  padding-top: 1.5rem;
}

.footer-block__details-content > li:nth-of-type(2) .footer-submenu a:nth-child(9) {
  padding-top: 1.5rem;
}

.footer-backtotop-word {
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
}
.footer-backtotop-word:hover,
.footer-backtotop-word:focus {
  font-weight: 700;
}

@media screen and (min-width: 990px) {
.footer-backtotop-container.show_desktop {
  display: inline-block;
  min-width: 110px !important; /* Adjust to fit your text and font size */
  top: 0;
}
}

@media screen and (max-width: 989px) {
.footer-backtotop-container.show_desktop {
  display: none !important;
}
}

@media (max-width: 989px) {
  
  .footer-backtotop-container.show_mobile {
    display: flex !important;
    align-items: center;
    margin-top: auto;    /* pushes to bottom of flex column */
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    grid-row: 8;
    width: 120px;
  }
}

}

@media screen and (min-width: 990px) {
.footer-backtotop-container .show_mobile {
  display: none !important;
}
}

.footer-block--menu {
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

@media screen and (min-width: 990px) {
.footer-localization-row {
  display: flex;
  gap: 1em; /* Adjust spacing as you like */
  width: 100%;
  padding-top: 1rem;
}
}

@media screen and (max-width: 989px) {
.footer-localization-row {
  display: flex;
  gap: 1em; /* Adjust spacing as you like */
  width: 100%;
  padding-top: 1rem;
}
}

.footer-localization-row h2 {
  margin: 0 0.5em 0 0; /* Space between label and dropdown */
  font-size: 1.3rem;    /* Match your style */
  font-weight: 700;
   white-space: nowrap;
}

.disclosure__button.localization-form__select {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* Remove right padding if you want SVG tight to the edge, or adjust as needed */
  flex-direction: row !important; 
}

@media screen and (min-width: 990px) {
.grid--4-col-tablet .grid__item {
  min-height: 430px;
}
}

@media (max-width: 989px) {
.footer {
  display: flex;
  flex-direction: column;
     height: calc(100vh + 1px);
  }


.footer__content-bottom {
  display: grid;
  grid-template-rows: 0.5fr 0.3fr 0.5fr 0.2fr 0.5fr 0.2fr 0.5fr 0.05fr;
  height: 100%;
  padding-top: 85px;
}
}


