/* Ensure image wrappers can host absolute overlays */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product a.woocommerce-loop-product__link,
.single-product div.product div.woocommerce-product-gallery {
  position: relative;
}

/* Label base */
.wplr-label {
  position: absolute;
  z-index: 9;
  pointer-events: none;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Positions */
.wplr-pos-top-left { top: 10px; left: 10px; }
.wplr-pos-top-right { top: 10px; right: 10px; }
.wplr-pos-bottom-left { bottom: 10px; left: 10px; }
.wplr-pos-bottom-right { bottom: 10px; right: 10px; }

/* Shapes */
.wplr-shape-oval { border-radius: 999px; }
.wplr-shape-pill { border-radius: 999px; padding: 10px 18px; }
.wplr-shape-rounded { border-radius: 12px; }
.wplr-shape-circle {
  border-radius: 999px;
  width: 64px;
  height: 64px;
  padding: 8px;
  font-size: 11px;
  line-height: 1.05;
  text-align: center;
}
