/* Front-end ribbon badge */
.wcpl-badge {
  --wcpl-bg: #D7263D;
  --wcpl-fg: #FFFFFF;
  position: absolute;
  z-index: 9;
  pointer-events: none;
  top: 12px;
  left: -12px;
  transform: rotate(-45deg);
  background: var(--wcpl-bg);
  color: var(--wcpl-fg);
  padding: 8px 40px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .06em;
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.wcpl-badge .wcpl-badge-text { font-weight: 700; }

/* Ensure the product card container is positioned (many themes already do this) */
li.product, .product, .woocommerce-product-gallery, .woocommerce-LoopProduct-link { position: relative; }

/* Top-left position helper */
.wcpl-pos-tl { top: 12px; left: -12px; }
