/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 30:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.gallery-section {
  padding: 60px 20px;
  text-align: center;
}
.gallery-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
</style>