.card-gallery { overflow: hidden; }
.card-gallery img { transition: transform 0.3s ease; }
.card-gallery:hover img { transform: scale(1.08); }
.collection-card { overflow: hidden; }
.collection-card img { transition: transform 0.3s ease; }
.collection-card:hover img { transform: scale(1.08); }
