        /*кастомные стили для блока с товарами*/

    .t-store {
        zoom: 0.82 !important;
    }

    .t-store__card__imgwrapper {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
        border-radius: 12px;
    }
    
    .t-store__card__imgwrapper:hover {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    }
    
    
    .t-store__parts-switch-btn.t-active {
        color: #222222;
        opacity: 1 !important;
    }
    
    .t-store__parts-switch-btn {
        color: #CDCDCD;
        opacity: 1 !important;
        font-size: 14px;
    }  
    
    .t-store__parts-switch-btn:hover {
        color: #222222;
        opacity: 1;
        font-size: 14px;
    }  
    
    .t-store__card__price-wrapper {
    margin-top: 0px;
    }
    
    .t-store__card__descr {
    margin-top: 0px;
    }

    .js-store-prod-all-text {
    color: #222222;
    font-weight: 300;
    }
    
    .t-btn_xs {
    height:45px;
    padding-left: 114px;
    padding-right: 114px;
    font-size: 15px;
    font-weight: 600;
    }

    .t-store__card__img {
    border-radius: 12px;
    }
    
    @media screen and (max-width: 640px){
    
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 50px;
    }
    
    .t-descr_xxs {
    font-size: 13px !important;
    }
    
    .t-typography__title  {
    font-size: 20px;
    }
    
    .t-store__load-more-btn {
    margin-top: 40px;
    }
    

    
    }