/* edit the shop page */
ul.pwb-dropdown-menu > li:nth-child(2),
{
 display: none ;
}

/* Target the featured products section title and change its content */
.bwp-widget-feature-product > h3:contains("Feature Product") {
  display: none; /* Hide the original title */
}

/* Add a new section title */
.bwp-widget-feature-product > h3:before {
  content: "Best Product";
}



