/* Add custom CSS styles below */ 
/* Gradient for promo label */
.s-product-card-promotion-title {
  background: #fd2725 !important;
  color: #ffffff !important;           /* make sure text stays readable */
  border-radius: 0 !important;         /* keep your existing radius if needed */
  border-top-left-radius: .75rem !important;
  border-bottom-left-radius: .75rem !important;
}