
.t-store__prod-popup__btn-wrapper {
    display:none;
}


@media(min-width: 1200px) {
    .t001__uptitle {
        padding-bottom: 0px;
    }
    
    .t-container {
        max-width: 1245px;
    }
    
    .t001__wrapper {
        padding-top: 42px;
        padding-bottom: 42px;
        margin-bottom: -160px;
    }
    
    .t492__textwrapper {
        margin: 5%;
        margin-right: 10% !important;
    }
    
    .t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent[data-col-gap="20"] {
        padding: 0px 15px;
    }
    
    .t-store__parts-switch-btn {
        font-size: 12px !important;
    }
    
    .t-store__parts-tree-children {
        margin-left: 16px;
        background: #0000000a;
        padding: 12px 25px;
        margin: 12px 0;
        border-radius: 20px;
    }
    
    .t-store__parts-tree-btn, .t-store__parts-tree-line {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        margin: 0;
    }
    
    .t-store__empty-part-msg-wrapper, .t-store__error-msg-wrapper {
        border: 1px solid hsl(0deg 0% 51% / 17%);
        box-sizing: border-box;
        color: hsl(0deg 0% 51% / 44%);
        display: table;
        min-height: 40vh;
        padding: 40px 40px 50px;
        text-align: center;
        width: 100%;
        border-radius: 20px;
    }
}

@media(max-width: 960px) {
    .t-cover .t-col {
        padding-top: 45px !important;
        padding-left: 7px !important;
        padding-right: 20px !important;
    }
    
    .t001__uptitle {
        font-size: 12px !important;
    }
    
    .t951__cont-wrapper .t-store__parts-switch-wrapper {
        text-align: left !important
    }
}