/* =========================
   NERANO SALE BADGE
   ========================= */
.nerano-sale-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#f5c400 !important;
  color:#111827 !important;
  padding:8px 14px !important;
  border-radius:999px !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1 !important;
  box-shadow:0 6px 18px rgba(0,0,0,.08) !important;
}

/* =========================
   NERANO PRICE LINE (ONE ROW)
   ========================= */
.nerano-price-line{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  flex-wrap:nowrap !important;
  white-space:nowrap !important;
}

/* گروه قیمت (عدد + تومان) */
.nerano-price-current,
.nerano-price-old{
  display:inline-flex !important;
  align-items:center !important;
  white-space:nowrap !important;
}

/* فاصله‌ی تومان از عدد */
.nerano-price-current .nerano-toman,
.nerano-price-old .nerano-toman{
  margin-inline-start:6px !important; /* فاصله از عدد */
  transform:translateY(1px);
}

/* قیمت فعلی */
.nerano-price-current{
  font-size:22px !important;
  font-weight:900 !important;
  color:#111827 !important;
}
.nerano-toman-current{
  width:14px !important;
  height:auto !important;
  vertical-align:middle !important;
}

/* قیمت قدیم */
.nerano-price-old{
  color:#9ca3af !important;
  font-size:14px !important;
  font-weight:700 !important;
  text-decoration:line-through !important;
}
.nerano-toman-old{
  width:12px !important;
  height:auto !important;
  filter:grayscale(1) brightness(1.2) !important;
  opacity:.9 !important;
}

/* بدج درصد */
.nerano-discount-badge{
  background:#ef4444 !important;
  color:#fff !important;
  font-weight:900 !important;
  font-size:12px !important;
  padding:6px 12px !important;
  border-radius:999px !important;
  line-height:1 !important;
  direction:ltr !important; /* نمایش درصد درست و پایدار */
}


