/** Shopify CDN: Minification failed

Line 107:0 Unexpected "{"

**/

/* Footer Spacing */
html.js {
    padding-bottom: 0px !important;
}

.font-group-1>:where(:empty):not(:only-child) {
    margin-top: 0em !important;
}

/* Header Padding Top on Mobile */
@media only screen and (max-width: 639px) {
  .py-12 {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}

/* Hide Rebuy */
div#rebuy-cart {
  display: none !important;
}

/* Icon with Text Mobile Optimization */
@media only screen and (max-width: 471px) {
  .flex-row.flex.justify-center.py-2.gap-y-2\.5 {
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    margin-top: -15px;
  }

  /* Product page Image Mobile Spacing Fix */
  @media only screen and (max-width: 480px) and (min-width: 450px) {
    .pb-8 {
      padding-bottom: 0rem;
      margin-bottom: -20px;
      padding-top: 0rem;
      margin-top: -50px;
    }
  }

  @media only screen and (max-width: 449px) {
    .pb-8 {
      padding-bottom: 0rem;
      margin-top: -45px;
      margin-bottom: -20px;
    }
  }

  /* Padding Bottom */
  html.js {
    padding-bottom: 0px !important;
  }

  /* 25% Off Fix */
  button.needsclick.kl-teaser-TJ7Dee.undefined.kl-private-reset-css-Xuajs1 {
    z-index: 99 !important;
  }

}
body.rebuy-modal-visible {
  overflow: unset !important;
}

/* Shop Pay */
.shopify-installments {
  font-size: 14px !important;
  text-align: center !important;
}

#shoppay {
  font-size: 14px !important;
  text-align: center !important;
}

/* This is code to put the ATC Sticky into bottom and still be sticky - added by Kimson Pomneto - start */

#shopify-section-template--14561074184294__456a945e-822d-468f-9bf1-1c8a0c16481c {
    top: 56rem !important;
}

@media only screen and (max-width: 449px) {
    #shopify-section-template--14561074184294__456a945e-822d-468f-9bf1-1c8a0c16481c {
        top: 48rem !important;
    }
}

/* modified this code it overlaps to the header nad os ribbon original 
z-index is 42 - Kimson Pomento - start */

#shopify-section-template--14561074184294__456a945e-822d-468f-9bf1-1c8a0c16481c ~ .shopify-section {
    z-index: 39 !important;
} 


/* This is code to put the ATC Sticky into bottom and still be sticky - added by Kimson Pomneto - end */


/* hiding the filer due to the safari struggles https://openstore-workspace.slack.com/archives/C04QJ8E024R/p1700163209853519 - Kimson Pomento ( Start ) */
{
    filter: none !important;
  }

/* hiding the filer due to the safari struggles https://openstore-workspace.slack.com/archives/C04QJ8E024R/p1700163209853519 - Kimson Pomento ( End ) */  