/** Shopify CDN: Minification failed

Line 13:0 Unexpected "<"
Line 44:2 Unexpected "<"
Line 64:2 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bundle (INDEX:6, SCOPED:FALSE) */
<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>
/* END_SECTION:bundle */

/* START_SECTION:main-product (INDEX:46, SCOPED:FALSE) */
<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;
  }
  </style>
/* END_SECTION:main-product */