/* SIM catalog: keep desktop cards comfortably readable in two columns. */
@media (min-width: 1024px) {
    .sim-shop__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}