.wc-product-badges {
    position: absolute;
top: 5px;
  right: 20px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.wc-badge {
	opacity: 0.5;
	padding: 6px 10px 6px 10px;
  display: block;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  top: 0;
  left: 0;
  background-color: var(--site-accent-color);
  color: #fff;
  border-radius: 0;
}

li.product, .woocommerce ul.products li.product {
    position: relative;
}
