/* ===== STICKY CTA BAR ===== */
#sticky-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #ffffff;
  padding: 10px 16px 16px;
  box-shadow: 0 -3px 16px rgba(0,0,0,0.12);
  display: flex;
  direction: rtl;
}

#sticky-buy-now {
  flex: 1;
  background: #000000;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

#sticky-buy-now:hover {
  background: #222222;
}

body {
  padding-bottom: 80px !important;
}

/* إخفاء زر إضافة للسلة الأصلي */
salla-add-product-button,
[data-element="add-to-cart"],
.btn-add-cart {
  display: none !important;
}