/* Mobile Styling */
@media (min-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}
