.sv-badge {
  position: absolute; top: 10px; right: 10px;
  background: linear-gradient(135deg, #e53e3e, #c53030);
  color: #fff; padding: 5px 12px; border-radius: 20px;
  font-size: 13px; font-weight: 700; z-index: 20;
  direction: rtl; font-family: 'Cairo', sans-serif;
  box-shadow: 0 2px 8px rgba(229,62,62,0.4);
  pointer-events: none;
}
.sv-group {
  display: flex; flex-direction: column;
  align-items: flex-start; direction: rtl;
  gap: 4px; margin: 6px 0 10px;
}
.sv-page-badge {
  display: inline-flex !important; width: auto !important;
  align-items: center; gap: 6px;
  background: linear-gradient(135deg, #e53e3e, #c53030);
  color: #fff; padding: 8px 18px; border-radius: 20px;
  font-size: 15px; font-weight: 700;
  direction: rtl; font-family: 'Cairo', sans-serif;
  box-shadow: 0 2px 8px rgba(229,62,62,0.35);
}
.sv-urgency {
  display: inline-flex !important; width: auto !important;
  align-items: center; gap: 6px;
  color: #c53030; font-size: 13px; font-weight: 600;
  font-family: 'Cairo', sans-serif; direction: rtl;
}
.sv-urgency::before { content: "⚡ "; }
/* إخفاء صف السعر المكرر في الفورم */
.product-form section.flex.center-between:has(p.total-price),
.product-form .center-between.w-full:has(p.total-price) {
  display: none !important;
}
/* البانر */
.main-banner .button.border,
.main-banner button.button { display: none !important; }
.main-banner .background-image {
  transition: opacity 400ms ease !important; transform: none !important;
}
.main-banner .content-wrapper,
.main-banner .buttons-wrapper { transition: none !important; transform: none !important; }
/* الماركي */
section.ads_marquee p, .ads_marquee p,
.ads_marquee p[class*="text-5xl"], .ads_marquee p[class*="text-2xl"],
.ads_marquee .marquee-content p { font-size: 14px !important; line-height: 1.4 !important; }
/* البانر overlay */
.main-banner a.sv-slide-link {
  position: absolute; inset: 0; z-index: 8; display: block; cursor: pointer;
}