/* Общий стиль кнопок категорий */
.t-store__parts-switch-btn {
    background-color: #004B26 !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer;
    border: none !important;
    transition: 0.2s ease;
    display: inline-block;
}

/* Ховер — немного светлее */
.t-store__parts-switch-btn:hover {
    background-color: #006637 !important;
}

/* Активная — немного темнее */
.t-store__parts-switch-btn.t-active {
    background-color: #00361C !important;
    color: #ffffff !important;
}


  

