/* Add custom CSS styles below */ 
/* كود الصبغ السماوي - لون روابط احترافي */
div[class*="product"] a, 
div[class*="product"] a *,
.s-product-detailed-description a,
.s-product-detailed-description a * {
    color: #0088ff !important; /* لون سماوي (Sky Blue) واضح وجذاب */
    -webkit-text-fill-color: #0088ff !important; /* صبغ الحروف بالسماوي */
    text-decoration: underline !important; /* خط تحت الكلمة */
    font-weight: 900 !important; /* عريض عشان يبرز */
}

/* لضمان بقاء اللون السماوي حتى بعد الضغط */
div[class*="product"] a:hover,
div[class*="product"] a:visited {
    color: #0088ff !important;
    -webkit-text-fill-color: #0088ff !important;
}