/** Shopify CDN: Minification failed

Line 872:2 Expected "}" to go with "{"

**/
  .footer:not(.color-background-1) {
    border-top: none;
  }
  
  .custom-footer .footer__content-top {
    padding-bottom: 0;
    display: block;
  }
  
  .custom-footer .list-social {
    grid-area: social;
  }

  .custom-footer .footer-block-image {
    grid-area: image;
}

.footer-block-custom-link-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom.footer .footer-block__details-content > li:not(:last-child) {
    margin: 0;
  }

.footer-block-image {
    margin-right: 0;
}

.custom-footer .grid {
    justify-content: space-between;
}

.custom-footer ul {
    padding: 0;
    list-style: none;
}

.custom-footer .custom-menu-social ul li{
    line-height: 23px;
}

.custom-link-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex:1;
    max-width: 50%;
}

.custom-footer .list-unstyled {
    align-self: center;
    text-align: center;
    align-items: center;
    letter-spacing: 0.2px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #FFFFFF;
    font-weight: bold;
}

.custom.footer .footer-block__heading {
    font-size: 2rem;
    color: #FFFFFF;
    font-weight: bold;
    transition: all 100ms linear;
}

.custom.footer .footer-block__details-content .list-menu__item--link:hover {
    color: var(--custom-color-1);
}

.custom-footer .list-unstyled a {
    padding: 0;
}

.custom-contact-links li {
    text-decoration: none;
    list-style: none;
    justify-items: center;
    display: flex;
    column-gap: 1.6rem;
    align-items: center;
}

.custom-contact-links li span, .custom-contact-links li a {
    font-size: 2.2rem;
    letter-spacing: 1.1px;
    color: #FFFFFF;
    font-family: var(--font-heading-family);
    font-weight: 500;
    text-decoration: none;
}

.custom-menu-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.custom-menu-social .list-social{
    align-self: flex-end;
    margin-top: auto;
    margin-top: 2.1rem;
    padding-bottom: 0.8rem;
    gap: 1rem;
}

.custom-menu-social .list-social__item .icon {
    width: 3.8rem;
    height: 3.8rem;
}

.custom.footer .list-social__item .icon {
    width: 3.8rem;
    height: 3.8rem;
}

.custom-footer .list-unstyled a svg circle {
    transition: all 100ms linear;
}

.custom-footer .list-unstyled a:hover svg circle {
    fill: transparent;
}

.custom-contact-links div svg {
    display: flex;
    align-items: center;
    justify-items: center;
    cursor: pointer;
}

.custom-contact-links svg {
    width: 3.8rem;
    height: 3.8rem;
}

.custom-contact-links svg circle {
    transition: all 100ms linear;
    border-radius: 100%;
  }

.custom-contact-links svg:hover circle {
  fill: transparent;
}

.custom-contact-links svg {
    border-radius: 100%;
}

.custom-contact-links svg:hover {
    border: 1px solid #FFFFFF;
}

.custom-contact-links svg:hover {
    transform: scale(1.07);
}

.custom-list-unstyled {
    display: flex;
    align-items: center;
}

.custom-list-unstyled li {
    margin-right: 0;
}

.custom-list-unstyled li a {
    padding: 0;
    letter-spacing: 0.02rem;
    font-size: 1.4rem !important;
    font-weight: 500!important;
    margin-right: 10rem;
    color: #FFFFFF;
}

.mobile-custom-menu {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.mobile-custom-menu .list-menu__item {
    justify-content: center;
}

.mobile-custom-menu .list-unstyled {
    margin-bottom: 2.1rem;
}

.mobile-custom-menu .list-unstyled a {
    font-size: 2rem;
}

.mobile-custom-menu .list-unstyled .link-icon:hover {
    transform: scale(1.07);
}

.mobile.footer .footer-block-image {
    margin-bottom: 4.6rem;
}

.mobile-custom-menu .custom-list-unstyled {
    flex-direction: row;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10rem;
}

.mobile-custom-menu .custom-list-unstyled li a {
    margin-right: 0;
    gap: 2rem;
}

.mobile-custom-social {
    display: flex;
    column-gap: 1.2rem;
    margin-bottom: 1rem;
}

.mobile-custom-menu .list-social {
    column-gap: 1.1rem;
}

.mobile-custom-menu .list-social__item svg {
    width: 3.8rem;
    height: 3.8rem;
}

.custom.footer .footer-block {
    display: flex;
    justify-content: space-around;
}
  
  @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-block-image img {
      width: 100%;
      max-width: 100% !important;
    }
  }
  
  .custom.footer .footer__content-bottom {
    border-top: 0;
    padding-top: 1.2rem;
  }
  
  .footer__content-bottom:only-child {
    border-top: 0;
  }
  
  .footer__content-bottom-wrapper {
    display: flex;
    width: 100%;
  }

  .custom-contact-links-blocks {
    gap: 0.3rem;
    display: flex;
    margin-top: 0;
    flex-direction: column;
  }

  .custom-contact-links-mobile {
    display: none;
}

.custom-footer .list-social {
    flex-direction: row;
    justify-content: center;

}

  @media screen and (max-width: 989px) {
    .custom.footer .footer-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 49px;
    }

    .custom-contact-links-mobile {
        display: block;
    }

    .custom-contact-links-desktop {
        display: none;
    }

    .custom-link-content {
        align-items: center;
    }

    .custom.footer .footer-block--newsletter {
        flex-direction: column;
        align-items: center;
    }

    .custom-contact-links-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .custom-contact-links h1 {
        margin-top: 20px !important;
    }

    .custom-footer .list-social {
        flex-direction: row;
    }

    .custom-contact-links li span {
        font-size: 2rem;
    }
  }
  
  @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;
    }

    .mobile.footer {
        display: block;
    }
  }
  
  .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;
  }

  .custom-contact-links h1 {
    color: var(--custom-color-1);
    font-size: 2rem;
    margin: 0;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  #custom-footer-text-p {
    color: #FFFFFF;
  }
  
  @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;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-top: 3rem;
  }
  
  .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;
    }
  }
  
  @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-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__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;
    }

    .custom-footer .footer-block-image {
        margin-bottom: 26px;
    }
  
    .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;
    }
  }
  
  .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;
  }
  
  .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 1rem 0 0;
    }
  
    .localization-form:only-child .button,
    .localization-form:only-child .localization-form__select {
      margin: 1rem 0;
    }
  
    .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: 749px) {
    .localization-form .button {
      word-break: break-all;
    }
  }
  
  .localization-form__select {
    border-radius: var(--inputs-radius-outset);
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    text-align: left;
    min-height: calc(4rem + var(--inputs-border-width) * 2);
    min-width: calc(7rem + var(--inputs-border-width) * 2);
  }
  
  .disclosure__button.localization-form__select {
    padding: calc(2rem + var(--inputs-border-width));
    background: rgb(var(--color-background));
  }
  
  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: calc(var(--inputs-border-width) + 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-wrapper {
    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;
    font-size: 1.4rem;
    color: #FFFFFF;
  }

  .footer__copyright small {
    font-size: 1.4rem;
    font-weight: 400;
  }
  
  @media screen and (min-width: 750px) {
    .footer__copyright {
      text-align: center !important;
    }
  }
  
  @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;
    }
  }

  .custom.footer .footer-block__details-content .list-menu__item--link {
    font-size: 2rem;
    color: #FFFFFF;
    transition: all 100ms linear;
  }
  
  .footer-block__details-content .list-menu__item--link,
  .copyright__content a {
    color: #FFFFFF;
    transition: all 100ms ease-in;
    font-family: var(--font-heading-family);
    font-weight: 800;
    text-decoration: none;
  }

  .footer__list-social.list-social:only-child {
    flex-direction: row;
  }

  .custom-menu-social .footer-block__details-content .list-menu__item--link {
    color: #17608B;
    }

    .custom-menu-social .footer-block__details-content .list-menu__item--link:hover {
        color: #FFFFFF;
     }

    .custom-menu-social .footer-block__details-content .list-menu__item--active {
        color: #FFFFFF;
    }
  
  .footer-block__details-content .list-menu__item--active {
    color: var(--custom-color-1) !important;
    transition: all 100ms ease-in;
  }

  .footer-block__details-content .list-menu__item--link:hover {
    text-decoration: none;
  }
  
  @media screen and (min-width: 750px) {
    .footer-block__details-content .list-menu__item--link:hover {
      text-decoration: none;
    }
  
    .footer-block__details-content .list-menu__item--active:hover {
      text-decoration-thickness: 0.2rem;
    }
  }
  
  @media screen and (min-width: 750px) {
    .footer-block__details-content .list-menu__item--link {
      display: inline-block;
      font-size: 2rem;
      line-height: 3rem;
    }
  
    .footer-block__details-content > :first-child .list-menu__item--link {
      padding-top: 0;
    }
  }

  .list-payment__item .icon:hover {
    border: none;
    border-radius: 0;
  }
  
  @media screen and (max-width: 749px) {
    .footer-block-image {
      text-align: center;
    }

    .footer-block__details-content .list-menu__item--link:hover,
    .copyright__content a:hover {
      color: var(--custom-color-1);
      text-decoration: none;
      text-underline-offset: 0.3rem;
      
  }
  
  .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;
  }
  
  /* 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;
      }
    }
  }
  