component-product-card-ug .cover_card {
    border: 1px solid #d6d6d6;
}
component-product-card-ug .cover_card .cover_background_image .background_image {
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
component-product-card-ug .cover_card .cover_background_image .background_image.active {
    background-color: #757575;
}
component-product-card-ug .cover_card .cover_product_title .product_title {
    text-align: center;
}
component-product-card-ug .cover_card .cover_product_title {
    margin: 0 30px;
    min-height: 50px;
}
component-product-card-ug .cover_card .cover_product_title .product_title h1 {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
component-product-card-ug .cover_card .cover_product_price {
    min-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
component-product-card-ug .cover_card .cover_product_price .product_price {
    color: black;
    font-size: 20px;
}
component-product-card-ug .cover_card .cover_product_price .product_price.active {
    color: red;
}
component-product-card-ug .cover_card .cover_product_price .product_price .currency {
    color: black;
    font-size: 14px;
}
component-product-card-ug .cover_card .cover_product_price .product_price.active .currency {
    color: red;
}
component-product-card-ug .cover_card .cover_product_price .product_compare_price {
    color: darkgrey;
    font-size: 20px;
    text-decoration: line-through!important;
}
component-product-card-ug .cover_card .cover_product_price .product_compare_price .currency {
    color: darkgrey;
    font-size: 14px;
}