.t-store .t-store__parts-switch-btn {
    margin: 0 4px 4px 0;
    padding: 0 15px;
    font: 500 13px/35px 'Roboto',Arial,sans-serif;
    color: #242424;
    background-color: #f7f7f8;
    transition: all .2s ease;
}

.t-store .t-store__parts-switch-btn:hover {
    background-image: linear-gradient(0.9turn, #f6be24 0%, #feed90 100%);
}

.t-store .t-store__parts-switch-btn.t-active {
    color: #f7f7f8;
    background-color: #242424;
    background-image: none;
    opacity: 1;
}

@media (max-width: 479px) {
    .t786 .t-store .js-store-parts-select-container {
        /*position: fixed;*/
        /*inset: 0;*/
        /*z-index: 99;*/
        /*display: block;*/
        /*padding-top: 70px;*/
        /*background-color: #fff;*/
        /*overflow-y: auto;*/
    }
}