.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 300px;
    font-weight: 600;
}

.js-store-prod-text a:first-of-type {
    background-color: #ECE3CC;
    color: #000000 !important;
}

.js-store-prod-text a:last-of-type {
    background-color: #ECE3CC;
    color: #000000 !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

.uc-button-1 {
    display: flex !important;
}

/* Плашки в карточках каталога */
.t-catalog__card__mark-wrapper {
    left: 0 !important;
    right: auto !important;
    top: 15px !important;

    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
}

.t-catalog__card__mark {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;

    padding: 5px 10px !important;
    border-radius: 0 !important;

    white-space: nowrap !important;
    line-height: 1 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}


@media screen and (max-width: 640px) {

    /* Убираем большие внешние отступы блока */
    [data-record-type="976"] {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Сам блок меню */
    .t976 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    /* Контейнер пунктов */
    .t976__wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 2px 4px !important;
    }

    /* Каждый пункт */
    .t976__list-item {
        margin: 0 !important;
        flex: 0 0 auto !important;
    }

    /* Все варианты ссылок */
    .t976__menu-link,
    .t976__menu-link_small {
        padding: 2px 5px !important;
        font-size: 10px !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
        min-height: auto !important;
    }

    /* Активный пункт */
    .t976__menu-link.t-active,
    .t976__menu-link.t-descr-active,
    .t976__menu-link_small.t-active,
    .t976__menu-link_small.t-descr-active {
        padding: 3px 8px !important;
    }
}

@media screen and (max-width: 640px) {
    .t886__wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .t886__btn {
        margin: 0 !important;
    }
}