/* Добавление кнопок в карточки товаров */

.t744__descr a,
.js-store-prod-all-text a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 7px;
    margin-top: 7px;
    margin-bottom: 7px;
    border: none;
    border-radius: 5px;
    background-color: #9b2d98;
    color: #ffffff !important;
    text-align: center;
    transition: background-color 0.2s ease;
}

/* Эффект при наведении */
.t744__descr a:hover,
.js-store-prod-all-text a:hover {
    background-color: #ec238d;
}

/* Стили для последней ссылки в каждом блоке */
.t744__descr a:last-of-type,
.js-store-prod-all-text a:last-of-type {
    border: none;
    border-radius: 5px;
    background-color: #9b2d98;
    color: #ffffff !important;
}