/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 40:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:gallery-img (INDEX:16) */
<style>
  body {
    
  }
  .gallery-item {
    width: calc(33.333% - 20px);
    text-align: center;
  }
  .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .gallery-description {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
  }
  .image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  @media (max-width: 768px) {
    .gallery-item {
      width: 100%;
    }
  }
</style>
/* END_SECTION:gallery-img */