/* زر إضافة للسلة داخل بطاقة المنتج */
salla-add-product-button button{

  background:#ffffff !important;
  color:#000000 !important;

  border:2px solid #000000 !important;
  border-radius:14px !important;

  height:40px !important;
  min-width:70px !important;   /* عرض الزر */

  padding:0 14px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;

  box-shadow:none !important;
}

/* أيقونة السلة */
salla-add-product-button button svg{
  width:16px !important;
  height:16px !important;

  stroke:#000000 !important;
  fill:none !important;
}










/* خلي البطاقة مرجع للتموضع */
salla-product-card,
.s-product-card,
[class*="product-card"]{
  position: relative !important;
}

/* انقل زر القلب للأعلى */
.s-product-card-wishlist-btn,
.product-card-wishlist-btn,
[class*="wishlist"]{
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 20 !important;
}