    /* Скрытие артикула, стоимости и сроков доставки */
    .t-store__card__sku,
    .delivery-minimum-time,
    .delivery-minimum-price {
        display: none !important;
    }

    /* Обязательный показ кнопки в попапе */
    .t-store__prod-popup__btn {
        display: inline-block !important;
    }

    /* Скрытие ссылки покупки которая была вместо кнопки */
    .js-store-prod-all-text strong a {
        display: none !important;
    }

    /* Показ кнопки вместо ссылки */
    .js-store-prod-all-text strong u a {
        display: inline-block !important;
        background-color: #333;
        padding: 10px 34px;
        border: none;
        color: #fff !important;
        font-family: Roboto Condensed;
        font-weight: 400;
        text-transform: lowercase;
        transition-duration: 0.2s;
        font-size: 14px;
        margin-bottom: 20px;
    }

    /* Наведение на кнопку из ссылки */
    .js-store-prod-all-text strong u a:hover {
        background-color: #ffbe56 !important;
        color: #333 !important;
    }

    /* Лейбл из наклонного текста */
    .js-store-prod-all-text em {
        color: #666 !important;
        background-color: #eee;
        padding: 10px;
        font-size: 12px;
        text-transform: lowercase;
    }

@media screen and (max-width: 960px) {
    .t-store__card__imgwrapper {
        padding-bottom: 80% !important;
    }

    .t-store__grid-cont .t-store__card-list {
        row-gap: 20px !important;
    }

    .store__card__wrap_txt-and-opts.store__card__has-btns {
        margin-bottom: 10px !important;
    }

    .t-store__card .t-typography__title {
        line-height: 1.25 !important;
    }

    .t-store__card__price-wrapper {
        margin-top: 8px !important;
    }

    .t-store__card__imgwrapper .t1002__addBtn,
    .t1002__picture-wrapper .t1002__addBtn {
        right: 0px !important;
        top: 0px !important;
    }
    
    .t-store__card__btn {
 height: 36px !important;
}
}