/**
 * Advanced Product Label - custom label style (white text, red background)
 * Displayed inside .product-flags. Higher specificity + !important to override theme.
 */
ul.product-flags li.product-flag.adv-productlabel,
ul.js-product-flags li.product-flag.adv-productlabel {
  background-color: #c00 !important;
  background: #c00 !important;
  color: #fff !important;
}
