.image-gallery .gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.image-gallery .gallery-item img{width:100%;height:auto;border-radius:0;object-fit:cover;transition:transform .3s ease}.image-gallery .gallery-item img:hover{transform:scale(1.05)}@media (max-width: 1024px){.image-gallery .gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.image-gallery .gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.image-gallery .gallery-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
