.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:0 auto;max-width:1200px;padding:2rem}.gallery-item img{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block;background:#f8f8f8}.gallery-caption{text-align:center;margin-top:.5rem;font-size:.9rem;color:#555}@media screen and (max-width: 768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.gallery-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
