.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: #ffffff !important;
    font-weight: 600;
}



.product-item img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  width: 100%;
  height: auto;
}


/* إخفاء أي رابط يبدأ بـ /products/ بشكل نهائي */
a[href^="/categories/"] {
    display: none !important;
}



/* إخفاء الإيميل والأيقونة بالكامل */
.contact-email, 
.footer-email, 
[href^="mailto:"],
.email-icon,
.contact-item:has([href^="mailto:"]),
.footer-contact-item:has([href^="mailto:"]) {
  display: none !important;
}

/* إخفاء أي عنصر يحتوي على @ */
*[class*="email"],
*[class*="mail"] {
  display: none !important;
}
a[href^="mailto:"] {
    display: none !important;
}

.size-4{
   display: none !important;
}