
    /* Базовый стиль для всех ссылок в этом блоке */
    .js-store-prod-text a {
        display: inline-block !important;
        padding: 10px 15px !important;
        margin-right: 10px !important;
        margin-top: 10px !important;
        border-radius: 5px !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        color: #ffffff !important;
    }

    /* ПРИНУДИТЕЛЬНО КРАСНЫЙ для первой кнопки (Kaspi) */
    /* Используем комбинацию селекторов для точности */
    .js-store-prod-text a:nth-child(1), 
    .js-store-prod-text a:first-child,
    .js-store-prod-text a:first-of-type {
        background-color: #f14635 !important;
    }

    /* ПРИНУДИТЕЛЬНО ЗЕЛЕНЫЙ для второй кнопки (WhatsApp) */
    .js-store-prod-text a:nth-child(2),
    .js-store-prod-text a:last-child,
    .js-store-prod-text a:last-of-type {
        background-color: #25D366 !important;
    }

    /* Фикс иконок */
    .js-store-prod-text a:before {
        content: "\1F4AC";
        margin-right: 8px;
    }

    .t706__cartwin_showed {
        z-index: 999999999;
    }
</style>