

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 15px;
    border-radius: 30px; /* скругление */
    font-weight: 500; /* более тонкий текст */
    text-transform: uppercase; /* все заглавные буквы */
    transition: background-color 0.3s ease; /* плавное изменение цвета */
}

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

/* Вторая кнопка */
.js-store-prod-text a:last-of-type {
    background-color: #121212;
    color: #ffffff !important;
}

/* Эффект при наведении */
.js-store-prod-text a:hover {
    background-color: #eb0016 !important;
    color: #ffffff !important;
}

/* Убираем символы перед текстом */
.js-store-prod-text a:first-of-type:before,
.js-store-prod-text a:last-of-type:before {
    content: none;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

