/* ====== الهوية العامة ====== */
body {
    background-color: #0b0f14 !important;
    font-family: 'Segoe UI', Tahoma, sans-serif !important;
}

/* ====== الهيدر ====== */
header,
.store-header,
.s-header {
    background: linear-gradient(90deg, #0d1b2a, #111827) !important;
    border-bottom: 2px solid #c1121f !important; /* لون نيسان أحمر */
}

/* شعار المتجر */
.store-logo,
.header-logo {
    filter: drop-shadow(0 0 6px rgba(193,18,31,0.6)) !important;
}

/* ====== خلفية المنتجات ====== */
.s-product-card,
.salla-product-card {
    background: #111827 !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.6) !important;
    transition: 0.3s ease !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
}

.s-product-card:hover {
    transform: translateY(-8px) !important;
    border: 1px solid #c1121f !important;
}

/* ====== اسم المنتج ====== */
.s-product-card__title {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* ====== السعر ====== */
.s-product-card-price {
    color: #c1121f !important;
    font-weight: bold !important;
}

/* ====== زر إضافة للسلة ====== */
.s-button-btn,
.s-product-card-add-to-cart-btn {
    background: #c1121f !important;
    color: #fff !important;
    border-radius: 25px !important;
    border: none !important;
    font-weight: bold !important;
    transition: 0.3s ease !important;
}

.s-button-btn:hover,
.s-product-card-add-to-cart-btn:hover {
    background: #e63946 !important;
    transform: scale(1.05);
}

/* ====== الفوتر ====== */
footer,
.s-footer {
    background: #0d1b2a !important;
    color: #ffffff !important;
    border-top: 2px solid #c1121f !important;
}

/* ====== تحسين النصوص العامة ====== */
p, span, h1, h2, h3, h4 {
    color: #e5e7eb !important;
}