/* No Image */
.no-image{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f3f3f3;
    color:#888;
    border:1px dashed #ccc;
    height:220px;
    border-radius:8px;
}

/* レコメンド */
.recommend-card{border-radius:10px;overflow:hidden;}
.recommend-card .recommend-img{object-fit:contain;width:100%;height:100%;background:#fff;}
.recommend-card .price{font-size:1.05rem;}
.recommend-card .title{font-size:.9rem;}
.recommend-card .title.text-ellipsis{max-width:100%;}
