.js-store-prod-text a {
    display: inline-block;
    padding: 12px 18px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff !important;
    transition: background-color 0.3s ease; /* плавная анимация */
}

/* Кнопка Ozon */
.js-store-prod-text a:first-of-type {
    background-color: #005CFF;
}
.js-store-prod-text a:first-of-type:hover {
    background-color: #2D7FFF; /* немного светлее при наведении */
}

/* Кнопка Wildberries */
.js-store-prod-text a:last-of-type {
    background-color: #A300A3;
}
.js-store-prod-text a:last-of-type:hover {
    background-color: #C73DC7; /* немного светлее при наведении */
}

/* Поверх всех элементов — для корзины */
.t706__cartwin_showed {
    z-index: 999999999;
}
