/* stylelint-disable no-empty-source */
.catim-plugin-cat-pic {
    display: none !important;
}
.product-thumb__compare-price {
    color: #646161;
    font-size: 14px;
}
.product-thumb__compare-price::after {
    background-color: #646161;
}
.product-thumb__name {
    height: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}