/* Add custom CSS styles below */ 
/* تعديل ال div المحيط */
salla-add-product-button .s-button-icon {
  border-radius: 10px !important; /* إزالة الشكل الدائري */
  width: auto !important; /* السماح للزر بالتكيف مع النص */
  height: auto !important; /* ضبط الارتفاع حسب المحتوى */
 background-color: #45a049;
  padding: 13px 20px !important; 
 /*margin-right: 60px;*/
 
}
salla-add-product-button .s-button-text i {
  display: none; /* إخفاء الأيقونة الأصلية */
}


salla-add-product-button .s-button-text::before
{
  content: "اشتري الآن "; /* إضافة النص */
  font-size: 16px; /* حجم النص */
  font-weight: bold; /* عرض النص بخط عريض */
  color: white; /* لون النص */
  display: inline-block; /* ضمان أخذ الحجم المناسب */
  text-align: center;
}



salla-add-product-button[shape="icon"] {
    border-radius: 10px; /* لإزالة الشكل الدائري */
    /* يمكنك إضافة المزيد من الأنماط حسب الحاجة */
 background-color: #a2cfa4;
 border : none;
 width: 110px;
 color: white;

}