/* ====================== إعادة تعيين إلى الوضع الأساسي ====================== */

/* إزالة التعديلات السابقة */
body, .main-wrapper, .page-wrapper, .product-page, .collection-page {
    background-color: #ffffff !important;
    color: #333333 !important;
}

/* هيدر */
.header, .top-bar {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eeeeee !important;
}

/* بطاقات المنتجات */
.product-card, .product-item, .grid-item {
    background-color: #ffffff !important;
    border: 1px solid #eeeeee !important;
    box-shadow: none !important;
}

/* نصوص */
h1, h2, h3, .product-title, .product-name {
    color: #222222 !important;
}

p, .description, .product-description {
    color: #555555 !important;
}

/* أزرار */
.btn-primary, .add-to-cart-btn, button[type="submit"] {
    background-color: #007bff !important;
    color: white !important;
}

/* الأسعار */
.price, .product-price {
    color: #e30613 !important;
}

/* فوتر */
.footer {
    background-color: #f8f8f8 !important;
    color: #666666 !important;
}

/* إزالة التأثيرات الإضافية */
.product-card:hover {
    transform: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
}