/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2025 | 15:05:52 */
.collections-grid .collection-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.12);
}
@media (max-width: 767px){
  .collections-grid{ grid-template-columns: 1fr; gap:20px; }
}
