.uc-customcatalog .t-col { 
    margin-left: 10px;
    margin-right: 10px;    
}

.uc-customcatalog .store__card__wrap_txt-and-opts {
        padding-top: 3px !important;
}

.uc-customcatalog .js-store-prod-name {
    height: 60px;
}


.uc-customcatalog .t-name_md {
     font-size: 17px;
}
.uc-customcatalog .t-store__card__descr div {
     font-size: 12px !important;    
}
.uc-customcatalog .js-store-prod-btn {
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.uc-customcatalog .js-store-prod-name {
    height: 50px;
    display: flex;
    align-items: center;
}
.uc-customcatalog .t-descr_xxs {
    font-size: 12px !important;
}
.uc-customcatalog .t-store__card__textwrapper {
    height: 200px !important;
}
.uc-customcatalog .t-store__card__price-wrapper {
    position: absolute;
    bottom: 25px;
}
.uc-customcatalog .t-store__card__wrap_txt-and-btns {
    height: 250px !important;
}

@media (max-width: 960px) {
    .uc-customcatalog .t-store__card__textwrapper {
        height: auto !important;
    }
    .uc-customcatalog .js-store-prod-name {
        height: auto;        
    }    
}
@media (max-width: 480px) {
    .uc-customcatalog .js-store-prod-btn {
        position: relative;
        right: 0px;
        bottom: 0px;
    }
    .uc-customcatalog .t-store__card__price-wrapper {
        position: relative;
        margin-top: 20px;
    }
} 