/* ─── Product card wrapper ───────────────────────────────────── */
ul.products li.product,
.woocommerce-loop-product,
.products .product,
.elementor-widget-woocommerce-archive-products li.product,
.elementor-widget-products li.product {
  position: relative !important;
}

/* ─── Badges container ───────────────────────────────────────── */
.epb-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: calc(100% - 20px);
  pointer-events: none;
}

/* ─── Single badge ───────────────────────────────────────────── */
.epb-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: .01em;
}

.epb-icon {
  font-size: 12px;
  line-height: 1;
}
