/* Star rating summary — only visible on the homepage */
body[data-page-type="index"] .custom-section:has(.st-rating-summary) {
  display: block;
}

body:not([data-page-type="index"]) .custom-section:has(.st-rating-summary) {
  display: none;
}

.product-plugin-comment-rate-star {
  display: none !important;
}
