/* Load More Products Styles */

/* Hide products - using important to override inline styles */
.product-card.product-hidden,
.product-card.filtered-out {
    display: none !important;
}

/* Store active state */
.store-item.store-active {
    border: 2px solid #667eea !important;
    background: rgba(102, 126, 234, 0.1) !important;
}

/* Remove the grid override - let main.css handle the responsive layout */
/* The grid styles are already defined in main.css with proper responsive breakpoints */