/* 1. إجبار الخلفية تكون بيضاء عشان الموقع ينور تاني */
body, .app_container, main, section, .bg-white {
    background-color: #ffffff !important;
}

/* 2. إظهار أسماء المنتجات (خليتها أسود صريح عشان تبان) */
.product-card h3, 
.product-title, 
[class*="product-name"], 
main a, 
span, p {
    color: #000000 !important; /* أسود عشان يبان فوق الأبيض */
    font-weight: 700 !important;
}

/* 3. إظهار الأسعار بالبرتقالي (عشان تشد العين) */
.price, .amount, [class*="price"], .product-price {
    color: #ff8c00 !important;
    font-weight: 800 !important;
    font-size: 1.3rem !important;
    display: block !important;
}

/* 4. الهيدر (الأقسام فوق) - خليتها أسود عشان تبان */
header a, .nav-link, .menu-item {
    color: #000000 !important;
    font-weight: bold !important;
}

/* 5. الفريمات (خليتها برتقالي خفيف بدل السواد) */
.product-card {
    border: 1px solid #ff8c00 !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
}

/* 6. أيقونات البحث والسلة (أسود أو برتقالي) */
header svg {
    stroke: #ff8c00 !important;
}