/* Базовые стили для кнопок */
.js-store-prod-text a {
    display: inline-block;
    padding: 20px 40px;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Первая кнопка — тёмная */
.js-store-prod-text a:first-of-type {
    background-color: #444444;
    color: #ffffff !important;
}

/* Ховер для тёмной кнопки */
.js-store-prod-text a:first-of-type:hover {
    background-color: #222222;
    color: #ffffff !important;
}

/* Вторая кнопка — светлая с бордером */
.js-store-prod-text a:last-of-type {
    background-color: #FAFAFA;
    color: #444444 !important;
    border: 1px solid #444444;
}

/* Ховер для светлой кнопки */
.js-store-prod-text a:last-of-type:hover {
    background-color: #444444;
    color: #ffffff !important;
    border-color: #444444;
}

/* Поверх всего — корзина */
.t706__cartwin_showed {
    z-index: 999999999;
}

/* Стиль отметки на карточке товара */
    .t-store__card__mark {
    font-size: 14px;
    height: 24px;
    width: 120px;
    border-radius: 0px;
}
    
    .t-store__card__mark-wrapper {
    left: 20px;
    top: 20px;
}




