/* WCAG AA contrast fix for the WooCommerce "Yeni" product badge. */
.woocommerce-badge.new,
.new.woocommerce-badge {
  background-color: #166534 !important;
  color: #ffffff !important;
}
