/** Shopify CDN: Minification failed

Line 565:15 Expected ":"

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

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

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

/* @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--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: #DCDC23!important;
  text-decoration:none;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    color: #DCDC23;
    text-decoration: none;
    text-underline-offset: 0.3rem;
    opacity:1;
  }

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

.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-size: 1.1rem;
}

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

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li::before {
  content: '\00B7';
  padding: 0 0.8rem;
}

.policies li a {
  padding: 0.6rem 0;
  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 {
    /* border-top: 1px solid #191919; */
}
.footer__content-top {
    margin: 0 40px;
}
.footer__blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.footer__blocks-wrapper .footer-block {
    /* border-left: 1px solid #191919; */
}
.footer__blocks-wrapper .footer-block h2.footer-block__heading {
    padding: 25px 20px 20px 50px;
    margin: 0 0 7px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    position: relative;
}
/* .footer__blocks-wrapper .footer-block:first-child h2.footer-block__heading:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 6000px;
    background: #191919;
    left: -100px;
    bottom: 0;
    margin: auto;
    right: 0;
} */
.footer__blocks-wrapper .footer-block ul {
    padding: 0 20px 56px 50px;
}
.footer__blocks-wrapper .footer-block:last-child {
    /* border-right: 1px solid #191919; */
}

.footer-block__details-content .list-menu__item--link {
display: inline-block;
color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
opacity: 0.75;a
}
/* .footer__blocks-wrapper .footer-block:first-child ul li:last-child a {
    text-decoration: underline;font-weight: 700;
} */
.footer__blocks-wrapper .footer-block ul.footer-contact li, .footer__blocks-wrapper .footer-block ul.footer-contact li a {
    list-style: none;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0.85;
}
.footer__blocks-wrapper .footer-block ul.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.footer__blocks-wrapper .footer-block ul.footer-contact li:first-child:hover, .footer__blocks-wrapper .footer-block ul.footer-contact li a:hover {color:#DCDC23;}
.footer__blocks-wrapper .footer-block ul.footer-contact li:hover .icon svg path {
    stroke: #ffffff;
}
.footer__blocks-wrapper .footer-block ul.footer-contact span.icon {
    display: flex;
}
.footer_newslatter_social_main {display: grid;grid-template-columns: 1096px auto;position: relative;}
/* .footer_newslatter_social_main:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 6000px;
    background: #191919;
    left: -100px;
    top: 0;
    margin: auto;
    right: 0;
} */
.footer_newslatter_social_main .footer-block__newsletter {
    /* border-left: 1px solid #191919;
    border-right: 1px solid #191919; */
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 38px 20px 38px 60px;
}
.footer_newslatter_social_main .footer__list-social {
    /* border-right: 1px solid #191919; */
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.footer_newslatter_social_main .footer__list-social li.list-social__item:last-child {
    border-right: 0px;
}
.footer_newslatter_social_main .footer__list-social li.list-social__item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* border-right: 1px solid #191919; */
    justify-content: center;
}
.footer_newslatter_social_main .footer-block__newsletter .footer_newslatter_text {
    display: flex;
    align-items: center;
    gap: 40px;
}
.footer_newslatter_social_main .footer-block__newsletter .footer_newslatter_text p strong {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}
.footer_newslatter_social_main .footer-block__newsletter .footer_newslatter_text p {
    margin: 0px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.7;
    text-align:left;
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper, .footer_newslatter_social_main .footer-block__newsletter .newsletter-form {
    max-width: 100%;
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper .field:before, .footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper .field:after {display:none;}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper input {
    min-height: 70px;
    padding: 10px 70px 10px 30px;
    /* border: 1px solid #2C2C2C; */
    background: #000;
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper input::placeholder {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    opacity: 0.7;
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form {
    max-width: 530px;
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper input:focus {
    outline: inherit;
    box-shadow: none;
    /* border-color: #6e6d6d; */
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper .newsletter-form__button {
    background: #222;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 6px;
    right: 7px;
    transition: all 0.3s;
}
.footer_newslatter_social_main .footer__list-social li.list-social__item:hover svg path{
    fill: #ffffff;
}
.footer_newslatter_social_main .footer__list-social li.list-social__item:nth-child(2):hover svg path:last-child {
    fill: #000000;
}
.footer__content-bottom .footer_copyright_main ul li a:hover {
    color: #DCDC23; opacity:1;
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper .newsletter-form__button:hover svg {
    transform: rotate(45deg);
    transition: all 0.3s;
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper .newsletter-form__button:hover svg path {
    fill: #000000;
}
.footer_newslatter_social_main .footer__list-social li.list-social__item:hover {
    background: #121212;
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper .newsletter-form__button:hover {
    background: #ffffff; transition: all 0.3s;
}
.footer__content-bottom {
    padding: 30px 40px;
}
.footer__content-bottom-wrapper {
    display: flex;
    width: auto;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.footer__content-bottom .footer_copyright_main ul li:first-child strong a {
    font-weight: 700;
}
.footer__content-bottom .footer_copyright_main ul li {
    list-style: none;
    color: #ffffff;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.85;
}
.footer__content-bottom .footer_copyright_main ul li a {
    color: #ffffff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer__content-bottom .footer_copyright_main ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin:0px;
    padding:0px;
    flex-wrap: wrap;
    row-gap:4px;
}
.footer__content-bottom {
    padding: 27px 40px;
    /* border-top: 1px solid #191919; */
}
.footer__payment .list-payment__item svg {
    min-width: 50px;
    min-height: 34px;
    /* border: 1px solid #ffffff; */
    padding: 0px;
    margin: 0px;
    border-radius: 4px;
    width: 100%;
}
.footer__payment .list-payment__item {
    padding: 2px;
}




@media only screen and (max-width: 1800px) {
.footer_newslatter_social_main .footer-block__newsletter .footer_newslatter_text {
    gap: 20px;
}
.footer_newslatter_social_main {
    grid-template-columns: 1010px auto;
}


}



@media only screen and (max-width: 1600px) {
.footer_newslatter_social_main .footer-block__newsletter {
    gap: 40px;
    padding: 30px 20px 30px 20px;
}
.footer_newslatter_social_main .footer-block__newsletter .footer_newslatter_text p strong {
    font-size: 22px;
}
.footer_newslatter_social_main .footer-block__newsletter .footer_newslatter_text p {
    font-size: 16px;
}


    
}





@media only screen and (max-width: 1440px) {
.footer__blocks-wrapper .footer-block h2.footer-block__heading {
    padding: 25px 15px 25px 15px;
        margin: 0 0 25px;
}
.footer__blocks-wrapper .footer-block ul {
    padding: 0 15px 20px 15px;
}
.footer_newslatter_social_main {
    grid-template-columns: 900px auto;
}
.footer__content-top {
    margin: 0 20px;
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form {
    max-width: 420px;
}
.footer-block__details-content .list-menu__item--link {
    padding-bottom: 10px;
}
.footer__content-bottom {
    padding: 27px 20px;
}

}


@media only screen and (max-width: 1360px) {
.footer-block__details-content .list-menu__item--link, .footer__blocks-wrapper .footer-block ul.footer-contact li, .footer__blocks-wrapper .footer-block ul.footer-contact li a {
    font-size: 12px;
    padding-bottom: 0px;
}
.footer_newslatter_social_main {
        grid-template-columns: 770px auto;
    }


}


@media only screen and (max-width: 1200px) {
.footer_newslatter_social_main .footer-block__newsletter {
        gap: 15px;
        padding: 20px 20px;
        flex-direction: column;
        align-items: self-start;
    }
.footer_newslatter_social_main {
        grid-template-columns: 1fr 1fr;
    }
.footer__blocks-wrapper .footer-block ul.footer-contact {
    gap: 20px;
}
.footer__blocks-wrapper .footer-block h2.footer-block__heading {
        padding: 25px 10px 20px 10px;
        margin: 0 0 0px;
    }
.footer__blocks-wrapper .footer-block ul {
    padding: 0 10px 30px;
}
.footer .newsletter-form__message--success {
    margin-top: 2rem;
    width: 100%;
    justify-content: start;
}
  }


@media only screen and (max-width: 991px) {  
.footer__blocks-wrapper {
    grid-template-columns: repeat(3, 1fr);
}
.footer_newslatter_social_main {
        grid-template-columns: 1fr;
    }
.footer_newslatter_social_main .footer__list-social {
    /* border-top: 1px solid #191919;  */
    min-height: 100px;
}

/* .footer_newslatter_social_main .footer__list-social li.list-social__item:first-child {
    border-left: 1px solid #191919;
} */
/* .footer__blocks-wrapper .footer-block:nth-child(4) h2.footer-block__heading, .footer__blocks-wrapper .footer-block:nth-child(5) h2.footer-block__heading {
    border-top: 1px solid #191919;
    border-bottom: 1px solid #191919;
} */
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form {
        max-width: 70%;
    }
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper input {
    min-height: 60px;
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper .newsletter-form__button {
    width: 50px;
    height: 50px;
}
.footer__content-bottom-wrapper {
    gap: 20px;
    flex-direction: column;
}
.footer__content-bottom .footer_copyright_main ul {
    justify-content: center;
}
.footer__blocks-wrapper .footer-block h2.footer-block__heading {
        padding: 20px 10px;
    }
.footer-block__details-content .list-menu__item--link {padding-top:0px;}
.footer_newslatter_social_main .footer-block__newsletter {
        padding: 20px 10px;
    }
.footer__blocks-wrapper .footer-block:last-child {
    grid-column: 2 / 4;
}

}


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

.footer_newslatter_social_main .footer-block__newsletter .newsletter-form {
    max-width: 100%;
}
.footer__blocks-wrapper {
        grid-template-columns: repeat(2, 1fr);
                display: table-row;
    }
/* 
.footer__blocks-wrapper .footer-block:nth-child(3) h2.footer-block__heading {
        border-top: 1px solid #191919;
        border-bottom: 1px solid #191919;
    } */
.footer__blocks-wrapper .footer-block:last-child {
    /* border-right: 1px solid #191919; */
    
    grid-column: 1 / 3;
}
.footer__blocks-wrapper .footer-block h2.footer-block__heading {
        margin-bottom: 0px;
    }
.footer__blocks-wrapper .footer-block ul {
        padding: 0 10px 20px;
    }
.footer_newslatter_social_main .footer-block__newsletter .footer_newslatter_text svg {
    max-width: 50px;
    max-height: 50px;
}
.footer_newslatter_social_main .footer__list-social li.list-social__item svg {
    max-width: 25px;
    max-height: 25px;
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper input {
    padding: 10px 70px 10px 10px;
}
.footer_newslatter_social_main .footer-block__newsletter .newsletter-form__field-wrapper input::placeholder {
    font-size: 15px;
}


}

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



  }

@media only screen and (max-width: 430px) {
.footer-block__details-content .list-menu__item--link, .footer__blocks-wrapper .footer-block ul.footer-contact li, .footer__blocks-wrapper .footer-block ul.footer-contact li a {
    font-size: 14px;
}
.footer__blocks-wrapper .footer-block h2.footer-block__heading {
 font-size: 15px;
  }

  }