/* Add custom CSS styles below */ 
body {
    background: #000000 !important;
    color: #ffffff !important;
}

header,
footer,
section,
.main-content,
.container {
    background: #000000 !important;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    color: #ffffff !important;
}

button {
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #333333 !important;
}/* بطاقة الحساب */
.user-card,
.profile-card,
.account-card,
.customer-card {
    background: #111111 !important;
    border: 1px solid #2b2b2b !important;
    border-radius: 14px !important;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.08);
}

/* الصورة داخل البطاقة */
.user-card img,
.profile-card img,
.account-card img,
.customer-card img {
    background: transparent !important;
    border-radius: 50%;
    border: 2px solid #333;
}/* تغيير خلفية بطاقة المنتج */
.product-entry,
.product-item,
.product-card,
.s-product-card,
.s-product-card-content,
.s-product-card-footer {
    background: #3a3a3a !important;
}

/* إزالة الخلفية البيضاء داخل البطاقة */
.s-product-card * {
    background-color: transparent;
}

/* إذا كان الجزء الأبيض داخل المحتوى فقط */
.s-product-card-content {
    background: #3a3a3a !important;
    color: #fff !important;
*{
    border-radius:0 !important;
}