/* ==========================================================================
   Price Rules - Public Styles
   Designed for Netfix.ae / Developed by Lenzo.ae
   ========================================================================== */

/* ------------------------------
   Discount Badge
   ------------------------------ */
.netfix-discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
  background: #222;   /* Default background color (can be overridden via settings) */
  color: #fff;
  z-index: 3;
  pointer-events: none;
}

/* Ensure product card/container is positioned for absolute badge */
.products .product,
.woocommerce div.product {
  position: relative;
}

/* ------------------------------
   Price Side Note (single product)
   ------------------------------ */
.single-product .price .netfix-price-note {
  display: inline-block;
  margin-left: .5rem;
  font-size: 90%;
  font-weight: 600;
  vertical-align: middle;
  padding: .15rem .5rem;
  border-radius: .4rem;
  background: rgba(0, 0, 0, .06);
}
