/** Shopify CDN: Minification failed

Line 568:0 Unexpected "}"

**/
@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }
.footer-block__details-content a,
span.footer-contact p, span.footer-contact a, span.footer-contact span{
  font-size: 1.4rem;
}
  .footer-block.grid__item {   
    width: 100%;
  }
  .footer-block.grid__item:nth-child(3){
      margin-bottom:0;
    }
  .footer-block.grid__item:first-child {
    margin-top: 0;
  }
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
  /* On a small screen we want all the items to be centered
    because they will be stacked.
  */  

  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: flex-start;
    width:100%;   
  }

  .footer-block__newsletter {
    flex-direction: column;
  }
  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
      row-gap: 6rem;
      margin-bottom: 0;
    }
    .footer__column--info {
      padding-left: 0;
      padding-right: 0;
      align-items: flex-end;
    }
    .footer-block {
      display: block;
      margin-top: 0;
    }
    /* 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;
    }
    .footer-block__newsletter + .footer__list-social {
      margin-top: 0;
    }
    .footer__localization {
      padding: 0.4rem 0;
      justify-content: flex-start;
    }
  
    .footer__localization h2 {
      margin: 1rem 0 0;
    }
    .footer__payment {
      margin-top: 1.5rem;
    }
    .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
      text-align: right;
    }
    .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 {
      display: inline-block;
    font-size: 1.6rem; 
    }
  
    .footer-block__details-content > :first-child .list-menu__item--link {
      padding-top: 0;     
    }
    .footer-block__details-content .list-menu__item--link:hover,
    .copyright__content a:hover {
      color: rgb(var(--color-foreground));  
    }
     
    .policies li a {
      padding: 0;
    }
  }

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

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%; 
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}

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

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

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

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

.footer-block__heading {
  margin-bottom: 0.8rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  line-height: 18px;
  display:flex;
  justify-content:space-between;
}

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

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

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

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

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

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 0rem;
}
.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease; 
}

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

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

@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;
    }
  }
}
/* binary css */
@media screen and (min-width:768px) and (max-width:1200px){
  .footer__content-top .grid {
    row-gap: 2rem;
  }
  .footer-block--newsletter{
    width: 100%;
    gap:3rem;
  }
}
@media screen and (min-width:1200px){
  .footer-block__heading{
display:block;}
  .footer-block__heading:after{
    content:" " !important;
  }
  .footer-block.expanded  .footer-block__heading::after{
  content:" "!important;
}
  .footer-block{
    border-bottom:0px solid #BABABA !important;
  }
  .footer-block.grid__item.footer-block--menu {
    flex-grow: 0;
}
.footer-block--newsletter  .footer-block__newsletter.desktopShow {
    display:block;
  margin-top:1rem;
  width:100%;
  }
 .footer-block--newsletter .footer-block__details-content {
    display: flex;
    flex-direction: column;
}
  .newsletter-form__field-wrapper {
    max-width: 28.8rem;
}

 .footer__blocks-wrapper .footer-block.grid__item {
    border-bottom:none;
    margin: 0;
}
  .footer__blocks-wrapper.grid {
    flex-wrap: nowrap;
}
.footer__content-top .footer-block--newsletter{
  flex-direction: column;
  /* gap:2rem; */
  border-bottom: none;
  margin-bottom: 0rem;
  padding-bottom: 4rem;
      width: 100%;
}
.copyright__content {
  width:100%;
}

.footer__content-bottom-wrapper{
  flex-direction: row;
  justify-content: space-between;
}
p.copyright__content , .footer__payment{
  flex:100%;
  text-align: left;
}
.footer__payment{
  text-align: left;
  margin:0;
}
.footer__content-bottom .footer__content-bottom-wrapper:last-child {
  border-bottom: none;
  border-top: 1px solid #BCAEAE;
  padding: 3rem 0 0rem 6rem;
  margin: 0;
}
.newsletter-form__field-wrapper .newsletter-form__button{
  height:40px;
}
span.footer-contact p, span.footer-contact a, span.footer-contact span, .footer-block__details-content .list-menu__item--link, .copyright__content a{
  line-height: 30px !important;
}
input#NewsletterForm--sections--16866212577515__footer {
  border: 1px solid #BABABA;
  padding:1.2rem 0.9rem;
  max-width: 58%;
}
  inputinput#NewsletterForm--sections--16866212577515__footer::placeholder {
    color: #C4C4C4;
    font-size: 1.4rem;
    font-weight:300;
}
section#shopify-section-sections--19587320906005__980471e1-3bab-4b5b-86b2-b33b4706619a {
    z-index: 2;
}
.footer-block__details-content a {
  font-size: 1.6rem;
}
  .footer-block__details-content a,
 span.footer-contact p, span.footer-contact a, span.footer-contact span{
  font-size: 1.6rem;
}
}
/* default css */
.footer-block__heading::after{
  content:"+";
     transition: all 0.3s ease-in-out;
}
.footer-block.expanded  .footer-block__heading::after{
  content:"-";
}
.footer-block__newsletter.desktopShow {
    display:none;
  }
  span.footer-contact {
    display: flex;
    flex-direction: column;   
    width:100%;
    font-size: 16px;
}
span.footer-contact p , span.footer-contact a , span.footer-contact span{
  margin: 0;  
  font-size:1.6rem;
  text-decoration:none;   
  line-height: 25px;
}
.footer-block {
  border-bottom: 1px solid #BABABA;
  /* margin-bottom: 2.8rem; */
}
.footer-block--newsletter {
  display: flex;
  flex-direction: column-reverse;
  gap:0rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #bababa;
  margin-bottom: 2.8rem;
}
.footer-block__details-content .list-menu__item--link, .copyright__content a{
  padding: 0;
}
.copyright__content {
  width: 212px;
  font-size: 14px;
  text-align: center;
  margin:0;
}
.footer__payment {
display: flex;
align-items: center;
font-size: 14px;
gap: 1rem;
justify-content: flex-end;
}
.footer__content-bottom-wrapper:last-child {
  padding-bottom: 5rem;
  border-bottom: 1px solid #bababa;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px){
  .footer__content-bottom-wrapper:last-child{
    border-bottom: none !important;
  }
  .newsletter.ShowMobile{
     border-top: none !important;
  }
  .footer-block--newsletter{
    border-bottom: none !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width:1200px){
  .footer-block__details-content{
  display: none;
  }
}
.footer-block.expanded  .footer-block__details-content{
  display:block
}
.footer-block{
    padding: 1rem 0;
    margin: 0rem 0;
}
}

/* .footer__content-bottom {
  margin:0 ;
} */

/* sticky top scroller css need to add into base css */
