.js-store-prod-text a {
    display: inline-block;
    padding: 10px 37px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-weight: 700;
}

/* Стиль для первой ссылки */
.js-store-prod-text a:first-of-type {
    background-color: #25d366; /* Цвет фона */
    color: #ffffff !important; /* Цвет текста (белый) */
}

@media screen and (max-width: 480px) {
    .js-store-prod-text a {
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
        text-align: center;
    }
}

/* Стиль для последней ссылки */
.js-store-prod-text a:last-of-type {
    background-color: #ff9e1f;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}


.t-store__prod-popup__btn-wrapper {
    margin-top: 20px;
    margin-bottom: 0px !important;
}

.t-store__prod-popup__text {
    margin-top: 10px !important;
}