/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 42:2 Unexpected "<"
Line 69:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .featured-product {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3fff5;
    padding: 40px 20px;
  }

  .featured-product-inner {
    text-align: center;
    max-width: 400px;
  }

  .featured-product img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
  }

  .featured-product h2 {
    font-size: 22px;
    margin-top: 15px;
    color: #2e5734;
  }

  .featured-product p {
    font-size: 16px;
    color: #4a4a4a;
    margin-top: 5px;
  }
  </style>
<style>
  .image-block-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 20px;
  }

  .image-block-grid img {
    width:150px;
    height: 150px;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
  }

  .rebuy-button,
.rebuy-widget .rebuy-button {
  background: #00008b !important;
  border-color: #00008b !important;
  color: white !important;
}
.needsclick{
    display: none !important;
}
  </style>