/* ==========================================================================
   best-selling.css — "🔥 Best Seller" ব্যাজ (FrontPage.php-এর Best Selling
   সেকশনে ব্যবহৃত)। বাকি সব স্টাইল (কার্ড গ্রিড, দাম, ইত্যাদি) বিদ্যমান
   fp-newarr-*/sp-prod-* ক্লাস থেকেই আসে — এখানে শুধু নতুন ব্যাজটার স্টাইল।
   ========================================================================== */
.fp-bestseller-badge,
.sp-bestseller-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #ff7a1a, #e6432f);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 9px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
  z-index: 2;
}
