/* Collections page */
.col-card { position: relative; border-radius: .75rem; overflow: hidden; display: block; text-decoration: none; }
.col-card img { width: 100%; height: 300px; object-fit: cover; transition: transform .4s; }
.col-card:hover img { transform: scale(1.05); }
.col-card .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 55%); }
