.product-item {
    padding: 10px;
    /*margin-bottom: 10px; !* Add margin between product items *!*/
}
.product-item .product-card > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.product-card {
    background-color: white; /* Add white background */
    /*padding: 15px;*/
    border-radius: 10px; /* Add border-radius */
    background-size: contain;
    background-repeat: no-repeat;
    
    /*align-items: baseline;*/
    /*justify-content: flex-end;*/
    width: 100%;
}

.product-description .see-more,
.product-item-popup .see-more {
    color: #E30A35;
    /* font-family: Be Vietnam; */
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-left: 8px;
}
