/* خلفية عامة رملية */
body {
  background: #f5f5e6 !important;
}

/* أي عنصر يعتبر هيدر (يمسك كل الكلاسات اللي فيها كلمة header) */
header,
.header,
.site-header,
[class*="header"] {
  background: #f5f5e6 !important;
  border-bottom: none !important;
}

/* أي عنصر يعتبر فوتر (يمسك كل الكلاسات اللي فيها كلمة footer) */
footer,
.footer,
.site-footer,
[class*="footer"] {
  background: #f5f5e6 !important;
  border-top: none !important;
}
/* إخفاء اسم المتجر النصّي ZYMA */
h2.text-xl.md\:text-3xl.font-bold {
  display: none !important;
}
/* إخفاء الهيدر بالكامل */
header,
.header,
.site-header,
[class*="header"] {
    display: none !important;
}
/* توسيط الشعار أعلى الصفحة */
.text-center.w-full img {
    display: block !important;
    margin: 30px auto 20px auto !important; /* فوق وأسفل */
    width: auto !important;
    max-height: 90px !important; /* غيّر القيمة حسب حاجتك */
}