
/* Кнопки в тексте карточки товара */
.js-store-prod-text a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    margin-right: 12px;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #000;
}

/* Основная кнопка */
.js-store-prod-text a:first-of-type {
    background-color: #000;
    color: #fff !important;
}

.js-store-prod-text a:first-of-type:hover {
    background-color: #222;
}

/* Вторичная кнопка */
.js-store-prod-text a:last-of-type {
    background-color: #fff;
    color: #000 !important;
}

.js-store-prod-text a:last-of-type:hover {
    background-color: #f2f2f2;
}

/* Поверх корзины */
.t706__cartwin_showed {
    z-index: 999999999;
}

