/* ====== PAGE BOUTIQUE - VIP ACADEMY ====== */

/* Responsive grid */
@media (max-width: 768px) {
    .boutique-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .boutique-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
