:root{
  --morhaf-black:#070707;
  --morhaf-dark:#15110d;
  --morhaf-gold:#c89a45;
  --morhaf-gold2:#e4bd6c;
  --morhaf-cream:#f8f3eb;
}

/* عام */
body{
  background:#f8f3eb!important;
  font-family:"IBM Plex Sans Arabic", Arial, sans-serif!important;
}

/* الهيدر */
header,
.sticky,
[class*="header"]{
  background:linear-gradient(180deg,#18130f,#050505)!important;
  border-bottom:1px solid rgba(200,154,69,.45)!important;
  box-shadow:0 8px 30px rgba(0,0,0,.35)!important;
}

header *,
.sticky *,
[class*="header"] *{
  color:#fff!important;
}

header img,
.sticky img{
  max-height:85px!important;
  object-fit:contain!important;
}

/* البنر */
main section:first-of-type{
  overflow:hidden!important;
}

main section:first-of-type img{
  object-fit:cover!important;
}

/* عناوين الأقسام */
h1,h2,h3{
  font-weight:800!important;
}

main h2,
section h2{
  color:#111!important;
  text-align:center!important;
}

main h2:after,
section h2:after{
  content:"";
  display:block;
  width:70px;
  height:3px;
  background:linear-gradient(90deg,transparent,var(--morhaf-gold),transparent);
  margin:12px auto 0;
}

/* قسم المزايا */
section:has(h3) img{
  border-radius:12px!important;
}

section:has(h3){
  background:#fff!important;
}

section:has(h3) h3{
  color:#111!important;
  font-weight:800!important;
}

section:has(h3) p{
  color:#555!important;
}

/* التصنيفات */
a[href*="/categories"],
a[href*="/category"],
div[class*="category"]{
  border-radius:14px!important;
  overflow:hidden!important;
  transition:.35s ease!important;
}

a[href*="/categories"]:hover,
a[href*="/category"]:hover,
div[class*="category"]:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 18px 45px rgba(0,0,0,.18)!important;
}

/* المنتجات */
a[href*="/products"],
div[class*="product"]{
  border-radius:14px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid rgba(200,154,69,.28)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.10)!important;
  transition:.35s ease!important;
}

a[href*="/products"]:hover,
div[class*="product"]:hover

/* إصلاح نص البنر الرئيسي */
main section:first-of-type h1,
main section:first-of-type h2,
main section:first-of-type h3,
main section:first-of-type p,
main section:first-of-type span{
  color:#fff!important;
  text-shadow:0 3px 14px rgba(0,0,0,.75)!important;
}

main section:first-of-type h1{
  color:#fff!important;
  font-size:52px!important;
  font-weight:900!important;
}

main section:first-of-type h2,
main section:first-of-type h3{
  color:#c89a45!important;
}

/* زر البنر */
main section:first-of-type a,
main section:first-of-type button{
  background:linear-gradient(135deg,#c89a45,#e4bd6c)!important;
  color:#111!important;
  border-radius:8px!important;
  border:1px solid #e4bd6c!important;
}

/* إصلاح العنصر الأبيض الغريب في الهيدر */
header img,
.sticky img,
[class*="header"] img{
  max-height:70px!important;
  width:auto!important;
  object-fit:contain!important;
  background:transparent!important;
}

/* إذا فيه صورة طالعة كبيرة وفاضية في وسط الهيدر */
header img[src=""],
.sticky img[src=""]{
  display:none!important;
}

/* تحسين الهيدر */
header,
.sticky,
[class*="header"]{
  min-height:90px!important;
  background:linear-gradient(180deg,#15110d,#050505)!important;
}

/* لون روابط الهيدر */
header a,
.sticky a,
[class*="header"] a{
  color:#fff!important;
  font-weight:600!important;
}

header a:hover,
.sticky a:hover{
  color:#c89a45!important;
}

/* الجوال */
@media(max-width:768px){
  main section:first-of-type h1{
    font-size:32px!important;
  }

  main section:first-of-type{
    min-height:420px!important;
  }

  header img,
  .sticky img,
  [class*="header"] img{
    max-height:55px!important;
  }
}