/* custom-collection-grid.css */
@media (max-width: 820px) {
  .custom-collection-grid-container { grid-template-columns: 1fr !important; }
}
