/* Add custom CSS styles below */ 
/* خلفية الموقع */
body,
.app-inner,
.main-content {
    background: #E6F2FF !important;
}

/* بطاقات المنتجات */
.s-product-card-entry,
.s-product-card-content,
.s-product-card {
    background: #0B3A75 !important;
    border-radius: 18px !important;
    border: none !important;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(11,58,117,.20);
}

/* اسم المنتج */
.s-product-card-name,
.s-product-card-name a {
    color: #ffffff !important;
    font-weight: 700;
}

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

/* النصوص داخل المنتج */
.s-product-card-content * {
    color: #ffffff !important;
}

/* زر إضافة للسلة */
.s-product-card-btn .s-button-btn,
.btn-primary,
button[type="submit"] {
    background: #5CA9FF !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
}

/* عند المرور على الزر */
.s-product-card-btn .s-button-btn:hover {
    background: #7AB9FF !important;
}

/* القوائم العلوية */
header,
.store-header {
    background: #E6F2FF !important;
}

/* عناوين الأقسام */
.section-title {
    color: #0B3A75 !important;
    font-weight: bold;
}