/* Add custom CSS styles below */ 

/* تغيير لون الخط في الهيدر */
header, 
header * {
    color: #2e2e30 !important;
}

/* تغيير لون الخط في الفوتر */
footer, 
footer * {
    color: #2e2e30 !important;
}

.quick-links-sec {
    color: #ffffff !important;
}

.quick-links-sec * {
    color: #ffffff !important;
}



/* تطبيق على كل كروت المنتجات في جميع صفحات المتجر */
.product-item,
.s-product-item,
.product-card,
.item,
.card,
.box,
.s-block,
.prod-item,
.product-grid-item {
    border: 2px solid #ffffff !important;  /* جعل الحد أبيض */
    box-shadow: none !important;           /* إزالة أي ظل ملون */
}

/* معالجة العناصر التي تضيف إطار عبر pseudo elements */
.product-item::before,
.product-item::after,
.s-product-item::before,
.s-product-item::after,
.product-card::before,
.product-card::after,
.s-block::before,
.s-block::after {
    border-color: #ffffff !important;
    box-shadow: none !important;
}

/* في حال الإطار كان يظهر من داخل الصورة */
.product-item img,
.product-card img,
.s-block img {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
/* تغيير لون الخلفية بتدرج لوني جديد 
.s-product-card-entry {
    background: linear-gradient(180deg, #DCFF00 0%, #DCFF00 100%) !important;  /* عدّل الكود هنا */
    padding: 2px;
} */