/* КНОПКИ В КАРТОЧКЕ ТОВАРА */
.js-store-prod-text a {
    display: inline-block !important;
    padding: 14px 20px !important;
    margin: 0 8px 12px 0 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-align: center !important;
    border: 2px solid transparent !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
}
.js-store-prod-text a:first-of-type,
.js-store-prod-text a:nth-of-type(3) {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}
.js-store-prod-text a:nth-of-type(2) {
    background-color: transparent !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
@media (max-width: 768px) {
    .js-store-prod-text a {
        display: block !important;
        width: 100% !important;
        margin: 0 0 12px 0 !important;
    }
    .js-store-prod-text a:last-of-type {
        margin-bottom: 0 !important;
    }
}
.js-store-prod-text a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}