/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 57:2 Unexpected "}"
Line 96:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.price_block {
    display: block;
}
.price_block {
    display: block !important;
margin: 0 auto;
}
.scroll-container-wrapper {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
  .scroll-container-wrapper {
    overflow-x: auto;
    padding-bottom: 1rem;
  }

  .scrollable-products {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    /* width: max-content; */
  }

  .product-card {
    flex: 0 0 auto;
    /* width: 400px; */
     width: 24%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0rem;
    text-align: center;
    background: #fff;
    position: relative;

  }

  .product-checkbox {
       margin-top: 0px;
     width: auto;
     display: inline-block;
     position: absolute;
     top: 8px;
     left: 12px;
}
  }
input.product-check {
    margin: 0px !important;
 
}
  .total-price-wrapper {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }

  .add-to-cart-button {
        margin: 0 auto;
    padding: 0.75rem 1.5rem;
    background: #000;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 70%;
  }
h3.select_heading {
      margin: 5px;
   font-size: 15px;
    font-weight: 700;
}
h2.c_font.head_css {
    text-align: center;
    margin: 30px 0px;
}
  @media (max-width: 769px) {
    .product-card {
      width: 200px;
    }
  }
  input.product-check:checked {
    accent-color: black !important;
}
</style>