/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 25:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.gallery-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin: 40px 0;
}
.gallery-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
</style>