.product-card{
    display:block;
    min-width:0;
}

.product-img{
    position:relative;
    overflow:hidden;
}

.product-discount{
    position:absolute;
    left:9px;
    top:9px;
    z-index:2;
    padding:5px 7px;
    border-radius:8px;
    background:#ffd900;
    color:#111;
    font-size:11px;
    font-weight:900;
}

.product-favorite{
    position:absolute;
    right:9px;
    top:9px;
    z-index:2;
    width:30px;
    height:30px;
    border-radius:50%;
    background:rgba(255,255,255,.92);
    display:grid;
    place-items:center;
    color:#111;
    font-size:17px;
}

.product-placeholder{
    position:relative;
    z-index:1;
}

.product-brand{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.product-name{
    min-height:35px;
    line-height:1.35;
    overflow:hidden;
}


/* REAL_PRODUCT_CARD_V1 */

.product-real-image{
    position:relative;
    z-index:1;

    display:block;

    width:100%;
    height:100%;

    object-fit:cover;

    background:#eee;
}

.product-old-price{
    margin-top:3px;

    color:#aaa;

    font-size:11px;
    line-height:1.3;

    text-decoration:line-through;
}
