/*
Theme Name: Leslie Shop Ni
Theme URI: https://alfawebs.shop/
Description: Tienda de ropa de ninos
Author: ALFA WEBS
Author URI: https://alfawebs.shop/
Text Domain: leslie
Version: 1.8

*/


/* 1. Completely remove the Woo rating block */
.mkdf-pli-rating-holder {
    display: none !important;
}

/* 2. Insert custom stars image BETWEEN title and price */
.mkdf-pli-price::before {
    content: "";
    display: block;
    width: 103px;       /* match your image */
    height: 20px;
    margin: 6px auto;   /* centers it */
    background-image: url("assets/img/stars.png");
    background-repeat: no-repeat;
    background-size: contain;
}









/* 1. Hide the original rating block */
.mkdf-pls-rating-holder {
    display: none !important;
}

/* 2. Inject custom stars image in the same spot */
.mkdf-pls-rating-holder + .mkdf-pls-price::before,
.mkdf-pls-rating-holder + h6::before {
    content: "";
    display: block;
    width: 103px;      /* adjust to your image */
    height: 20px;      /* adjust to your image */
    margin: 6px 0 6px 0; /* top right bottom left */
    background-image: url("assets/img/stars.png");
    background-repeat: no-repeat;
    background-size: contain;
}
