/* 1. لون النصوص في الوضع الطبيعي (النهاري) */
.product-details__desc *,
.product-details__content *,
.product-details__description * {
    color: #7a798a !important;
}

/* 2. لون النصوص في الوضع الداكن (الدارك مود) */
.salla-theme_dark .product-details__desc *,
.salla-theme_dark .product-details__content *,
.salla-theme_dark .product-details__description *,
html[data-theme="dark"] .product-details__desc *,
html[data-theme="dark"] .product-details__content * {
    color: #ffffff !important;
}/* Add custom CSS styles below */ 
/* 1. لون النصوص في الوضع الطبيعي (النهاري) */
.product-details__desc *,
.product-details__content *,
.product-details__description * {
    color: #7a798a !important;
}

/* 2. لون النصوص في الوضع الداكن (الدارك مود) */
.salla-theme_dark .product-details__desc *,
.salla-theme_dark .product-details__content *,
.salla-theme_dark .product-details__description *,
html[data-theme="dark"] .product-details__desc *,
html[data-theme="dark"] .product-details__content * {
    color: #ffffff !important;
}