.catalog_products > .row:first-child > div {
    /* ЭТО В ФАЙЛЕ catalog_update_css/catalog.css */
    min-height: unset;
}

div.product_slider_img {
    /* ЭТО В ФАЙЛЕ catalog_update_css/catalog.css */
    text-align: center;
}

div > div > div.product_slider_title {
    font-size: 8px;
    line-height: 10px;
    padding: 5px 1px;
    text-align: center;
    min-height: calc(14px * 3 + 20px);
    max-height: calc(14px * 3);
}

div > div > div.prices_block.d-flex.justify-content-between.align-items-center {
    /* ЭТО В ФАЙЛЕ catalog_update_css/catalog.css */
    padding: 0;
    justify-self: center;
}

div.position-relative > div.buttons_div > a.buy_one_click, div.position-relative > div.buttons_div > p.not_in_stock {
    /* ЭТО В ФАЙЛЕ catalog_update_css/catalog.css */
    width: 75px;
    height: 25px;
    font-size: 8px;
    line-height: UNSET;
    align-content: center;
}

div.product_slider_img > div > div > a.favorites {
    /* ЭТО В ФАЙЛЕ catalog_update_css/catalog.css */
    margin: 10px 0 0 5px;
}

#catalog_block > div.catalog_products > div.row > div {
    /* ЭТО В ФАЙЛЕ catalog_update_css/catalog.css */
    padding: 0 5px;
}

.svg-load-more {
    width: 80px;
    height: 80px;
}

.owl_wr_catalog {
    height: 520px;
}

#owl-carousel2 > div.owl-stage-outer > div > div > div.product_slider_wr, #owl-carousel2 > div.owl-stage-outer > div > div > div.product_slider_wr:hover {
    min-height: 190px;
    height: 190px;
    max-height: 190px;
}