/* Ritu Fashions Product Card */
.rf-product-card{width:227px;position:relative}
.rf-product-card__link{text-decoration:none;color:#000;display:block}
.rf-product-card__image-wrap{width:227px;height:168px;border-radius:6.7px;overflow:hidden;position:relative;background:#f5f5f5}
.rf-product-card__image{width:100%;height:100%;object-fit:cover;display:block}
.rf-product-card__badge{position:absolute;top:10px;left:0;background:linear-gradient(to left,#02437A,#3CB2F2);padding:2px 10px;border-radius:0 2px 2px 0;color:#fff;font-size:13px;line-height:17px}
.rf-product-card__title{font-size:17.8px;text-transform:capitalize;margin-top:8px;line-height:1.48;font-weight:400}
.rf-product-card__price-row{display:flex;align-items:baseline;gap:3px}
.rf-product-card__currency{font-size:12.4px}
.rf-product-card__price{font-size:14.7px;font-weight:700}