
/* Hide rating above title */
.woocommerce div.product .woocommerce-product-rating {
    display: none !important;
}

/* Keep the one below price if present (adjust if necessary) */
.single-product .summary .woocommerce-product-rating {
    display: block !important;
}
