/* Add custom CSS styles below */ 


/* تكبير الشعار بقوة لجميع الأجهزة */
header img {
    max-height: 600px !important;
    height: 100px !important;
    width: auto !important;
    object-fit: contain;
}


/* فرض اللون الأبيض الصافي على ترويسة المتجر بالكامل ومكوناتها */
header, 
.header, 
.site-header, 
.header-container,
.is-sticky header,
div[class*="header"] {
    background-color: #ffffff !important;
    background: #ffffff !important;
}


/* توحيد خلفية الصفحة والمسافات بين الأقسام لتصبح بيضاء صافية */
body, 
html, 
.main-content, 
#main, 
section, 
div[class*="section"], 
div[class*="container"] {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

/* إزالة أي خطوط فاصلة أو حدود رمادية بين الأقسام */
hr, 
.section-divider, 
div[class*="divider"] {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
}


/* إزالة الخلفيات الرمادية من الفوتر ومنطقة أسفل الصفحة */
footer, 
.footer, 
.site-footer, 
div[class*="footer"] {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

/* إزالة أي خلفيات رمادية في الفراغات الواقعة فوق أو بين الأقسام والبانرات */
.content-wrapper, 
.main-wrapper, 
div[class*="space"], 
div[class*="wrapper"],
.slick-slider {
    background-color: #ffffff !important;
    background: #ffffff !important;
}