.js-store-prod-text a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 26px;
    min-height: 48px;
    font-size: 16px;
    font-weight: 600;

    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* 🔵 Левая кнопка — Ozon */
.js-store-prod-text a:first-of-type {
    background-color: #005BFF;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:hover {
    background-color: #0047CC;
    transform: translateY(-2px);
}

/* 🟣 Правая кнопка — Wildberries */
.js-store-prod-text a:last-of-type {
    background: linear-gradient(90deg, #A000A9 0%, #C800C8 100%);
    color: #ffffff !important;
}

.js-store-prod-text a:last-of-type:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

/* Иконки */
.js-store-prod-text a:before {
    margin-right: 8px;
    font-size: 18px;
}