@media (min-width: 981px) {
    .t-store__card {
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        padding: 1px!important;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
        margin-bottom: 0px !important;
        margin-right: 5px !important;
        width: 25% !important;
        flex: 0 0 24% !important;
    }
    
    [data-block-type="gl12"] {
        border: 1px solid #DDDDDD;
        padding: 20px;
    }
}
@media (min-width: 981px) {
    .t-store__prod-popup__content .t-store__card__title,
    .t-store__prod-popup__content .t-store__card__price {
        font-size: 25px !important;
        font-weight: 700 !important;
    }
}
