

@media screen and (min-width: 960px) and (max-width: 1199px) {

    .t-store__prod-popup__container .t-store__grid-cont_mobile-one-row.t-store__relevants-grid-cont .t-store__card {

        max-width: calc(25% - 15px);

    }   

}

@media screen and (min-width: 1200px) {

    .t-store__prod-popup__container .t-store__grid-cont_mobile-one-row.t-store__relevants-grid-cont .t-store__card {

        max-width: calc(25% - 30px);

    }   

}

</style>