/* Add custom CSS styles below */ 
.dark #tabbyPromoWrapper #tabbyPromo * {color:#000;}
/*body {
  color: #f1f1f1 !important; /* يغيّر لون النص الأساسي */
}

ul li, p, span {
  color: #f1f1f1 !important; /* يضمن تلوين القوائم والفقرات */
}
* {
  color: #f1f1f1 !important;
}
*/
/* استهداف المحتوى داخل صفحة المنتج فقط */
div#product-tabs-details {
  color: #f1f1f1 !important; /* جعل النص فاتح وواضح */
  line-height: 1.8;
}

/* إصلاح النصوص المنسوخة التي بها لون أسود داخل المحتوى فقط */
div#product-tabs-details span[style*="color:#000"],
div#product-tabs-details p[style*="color:#000"],
div#product-tabs-details li[style*="color:#000"],
div#product-tabs-details div[style*="color:#000"] {
  color: #f1f1f1 !important;
}

/* تخصيص لون الروابط داخل المحتوى فقط */
div#product-tabs-details a {
  color: #4da6ff !important;
  text-decoration: underline;
}

div#product-tabs-details a:hover {
  color: #80cfff !important;
  text-decoration: none;
}
.dark #tabbyPromoWrapper #tabbyPromo * {color:#000;}
.styles__body--e5ead
 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    color: #f7f7f7;
}


.styles__body--e5ead {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    color: #f5f5f5;
}