    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #1E9BD7;
    color: #ffffff !important;
}
.js-store-prod-text a:nth-of-type(2) {
    background-color: #F75B92; 
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #96C231;
    color: #ffffff !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}



.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 600;
    transition: background-color 0.3s ease; /* Добавляем плавный переход */
}

.js-store-prod-text a:first-of-type {
    background-color: #1E9BD7;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:hover {
    background-color: #2862FF; /* Более темный оттенок #1E9BD7 */
}

.js-store-prod-text a:nth-of-type(2) {
    background-color: #F75B92;
    color: #ffffff !important;
}

.js-store-prod-text a:nth-of-type(2):hover {
    background-color: #E02DE7; /* Более темный оттенок #F75B92 */
}

.js-store-prod-text a:last-of-type {
    background-color: #96C231;
    color: #ffffff !important;
}

.js-store-prod-text a:last-of-type:hover {
    background-color: #74A700; /* Более темный оттенок #5DB9E9 */
}

.t706__cartwin_showed {
    z-index: 999999999;
}




  /* Общие стили для кнопки */
    .t-redactor__h4 { /* Замените rec... на ID вашего блока, если необходимо */
    display: inline-block;
    padding: 30px 30px;
    margin-top: 20px; /* Или другое значение, если нужно */
    border-radius: 30px;
    font-weight: 600;
    color: #ffffff !important; /* Белый текст */
    background-color: #96C231; /* Зеленый фон (как в вашем примере) */
    text-decoration: none !important; /* Убираем подчеркивание */
    transition: background-color 0.3s ease;
  }

  /* Стиль при наведении */
  .t-redactor__h4:hover { /* Замените rec... на ID вашего блока, если необходимо */
    background-color: #74A700; /* Более темный зеленый при наведении */
  }
