/* === Цвет при нажатии: #BE2122 + чёрный текст === */
.t-btn:active,
.t-btn:focus,
.t706__cart-btn:active,
.t706__cart-btn:focus,
[data-product-btn]:active,
[data-product-btn]:focus,
button.t706__cart-btn:active,
button.t706__cart-btn:focus {
    background-color: #BE2122 !important;
    border-color: #BE2122 !important;
    color: black !important;
}

/* === Улучшения для мобильных === */
.t-btn,
.t706__cart-btn,
[data-product-btn],
button.t706__cart-btn {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: background-color 0.2s ease;
}





