
.vbp-badge-holder, .vbp-badge-catalog-wrap{ position: absolute; top: 50px; right: 10px; z-index: 9; pointer-events: none; }
.vbp-badge{
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: right;
  border-radius: 8px;
}
.vbp-top-right{ top: 0; right: 0; }
.vbp-bottom-right{ bottom: 0; right: 0; }
.vbp-top-left{ top: 0; left: 0; }
.vbp-bottom-left{ bottom: 0; left: 0; }

/* Ensure product media container doesn't clip */
.woocommerce ul.products li.product .woo-entry-image,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .product-inner,
.woocommerce ul.products li.product figure {
  position: relative !important;
  overflow: visible !important;
}
