article a, article strong {
    color: #FF0106 !important;
}
#mainnav > div > div > div > div.header-logo-wrapper > a > img.merge-mode-logo.hidden {
    width: 3rem !important;
}

body.p-border-on custom-salla-product-card.product-block {
border-color: red !important;
}

#swiper-wrapper-d8cd2c99d4f1bdbc > div > div.bg__image.w-full.has-overlay.after\:opacity-zero > img.h-full.w-full.lg\:hidden.object-cover { 
border-radius: 0 0 2.5rem 2.5rem !important;
}

/* النصوص السوداء تصير بيضاء */
.product__description  a   {
  color: red !important;
}

/* تغيّر كل النصوص السوداء إلى أبيض */
.product__description [style*="color: rgb(0, 0, 0)"],
.product__description [style*="color:rgb(0,0,0)"],
.product__description,
.product__description p,
.product__description li,
.product__description span
 {
  color: #ffffff !important;
}
/* Targeting all links and strong text within the .blog-category article specifically in dark mode */
.dark body.blog-single:not(.dont-force-light-text) .blog-category article a strong {
    color: #FF0106 !important;
    background-color: transparent !important;
}

.dark body.blog-single:not(.dont-force-light-text) .blog-category article a {
    color: #FF0106 !important;
    background-color: transparent !important;
}