/* Кнопка Ozon - синяя */
.js-catalog-prod-all-text strong a[style*="color: rgb(61, 124, 255)"] {
    background-color: #0050FF !important;
    color: #ffffff !important;
}

/* Кнопка Рассрочка - зелёная */
.js-catalog-prod-all-text strong a[style*="color: var(--uc-color-color-IKxXFCGJ,#1f9176)"] {
    background-color: #1f9176 !important;
    color: #ffffff !important;
}

/* Общие стили */
.js-catalog-prod-all-text strong a {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 600;
    border-bottom: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.js-catalog-prod-all-text strong a:hover {
    transform: translateY(-2px);
}
