/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 10:26:39 */
/*BLACK WEEK DISCOUNT RULES BADGES*/
span.onsale,
span.onsale[data-dr-rule-id],
span.dr_badge_percentage,
span.dr_badge_amount {
  background-color: #4dae65 !important;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.9em;
  border-radius: 50px;
  padding: 0.5em 1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}