/* Add custom CSS styles below */ 
/* تغيير لون نص أسماء التصنيفات فقط إلى الأسود */
.s-categories-slider .s-category-card__title,
.s-categories-slider .s-category__title,
.s-category-slider .s-category-card__title,
.s-category-slider .s-category__title,
.s-category-card__title *,
.s-category__title * {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}
/* =========================================
   سلة: اجبار لون نص (إضافة للسلة + اشترِ الآن) إلى الأسود
   (نص + أيقونات + SVG) — استهداف عام
   ========================================= */

/* 1) الزر نفسه */
button,
a.s-button,
.s-button,
.btn {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

/* 2) النص داخل الزر */
button span,
button b,
button strong,
a.s-button span,
.s-button span,
.btn span,
button i,
a.s-button i,
.s-button i,
.btn i {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

/* 3) أيقونات SVG داخل الأزرار */
button svg, button svg *,
a.s-button svg, a.s-button svg *,
.s-button svg, .s-button svg *,
.btn svg, .btn svg * {
  fill: #000 !important;
  stroke: #000 !important;
}

/* 4) كسر متغيرات الألوان (بعض قوالب سلة تعتمد Variables) */
button,
a.s-button,
.s-button,
.btn {
  --color: #000 !important;
  --text-color: #000 !important;
  --button-text-color: #000 !important;
  --btn-text-color: #000 !important;
}
/* تغيير لون نص زر (اشترِي الآن) فقط إلى الأسود */
.s-product-actions .s-button--primary,
.s-product-actions .s-button--primary *,
.s-product-actions .s-button--primary span,
.s-product-actions .s-button--primary i {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}

/* أيقونة السلة داخل زر اشترِ الآن */
.s-product-actions .s-button--primary svg,
.s-product-actions .s-button--primary svg * {
  fill: #000000 !important;
  stroke: #000000 !important;
}
/* اشترِ الآن فقط = الزر الأساسي (Primary) */
body .s-product__info .s-button--primary,
body .s-product__info .s-button--primary *{
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

/* كسر متغيرات اللون التي يستخدمها القالب للزر الأساسي */
body .s-product__info .s-button--primary{
  --color: #000 !important;
  --text-color: #000 !important;
  --button-text-color: #000 !important;
  --btn-text-color: #000 !important;
}

/* أيقونات SVG داخل زر اشترِ الآن */
body .s-product__info .s-button--primary svg,
body .s-product__info .s-button--primary svg *{
  fill: #000 !important;
  stroke: #000 !important;
}

/* تأكيد*