.mg-container{max-width:1200px;margin:auto;padding:0 16px}

.mg-header{background:#fff;border-bottom:1px solid #eee}
.mg-header .mg-container{display:flex;justify-content:space-between;align-items:center;padding:16px}
.mg-brand{display:flex;align-items:center;gap:10px}
.mg-logo img{width:36px;height:auto}
.mg-name{font-weight:800;font-size:18px;color:#0f3d2e}

.mg-nav ul{list-style:none;display:flex;gap:20px;margin:0;padding:0}
.mg-nav a{text-decoration:none;font-weight:600;color:#1f2937}

.mg-footer{background:#0f3d2e;color:#fff;margin-top:80px}
.mg-footer .mg-container{text-align:center;padding:32px}

html[dir="rtl"] .mg-mobile-bar{
  direction: rtl;
}

html[dir="ltr"] .mg-mobile-bar{
  direction: ltr;
}
/* Mobile Bottom Bar */
.mg-mobile-bar{
  display:none;
  position:fixed;
  bottom:0;left:0;right:0;
  height:76px;
  background:#ffffff;
  border-top:1px solid #ddd;
  justify-content:space-around;
  align-items:center;
  z-index:999;
}
.mg-mobile-bar a,.mg-mobile-bar button{
  background:none;
  border:none;
  font-size:18px;
  font-weight:700;
  color:#0f3d2e;
  text-decoration:none;
  position:relative;
}

/* Cart badge */
.mg-cart-icon{
  font-size:22px;
  font-family:inherit;
}
.mg-cart-count{
  position:absolute;
  top:-6px;
  right:-10px;
}



/* Donate CTA */
.mg-donate{
  background:#0f3d2e !important;
  color:#ffffff !important;
  padding:14px 30px;
  border-radius:999px;
  box-shadow:0 6px 16px rgba(15,61,46,.35);
}

/* Drawer */
.mg-mobile-drawer{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.5);
  display:none;
  z-index:1000;
}
.drawer-content{
  background:#fff;
  width:80%;
  max-width:320px;
  height:100%;
  padding:20px;
}
.drawer-close{
  background:none;
  border:none;
  font-size:26px;
}
.drawer-extra{
  margin-top:40px;
  border-top:1px solid #eee;
  padding-top:20px;
  font-size:14px;
}
.menu-wrapper a{
  font-size:16px;
}

/* عزل زر اللغات */
.mbn-lang-links{
  text-align:center;
  margin-top:15px;
  padding-top:10px;
  border-top:1px solid #eee;
}

.mbn-lang-links a{
  font-size:14px !important;
  font-weight:600;
  color:#333 !important;
  text-decoration:none;
  background:none !important;
  display:inline-block;
  padding:4px 8px;
}

/* يمنع أي أيقونات أو وراثة غريبة */
.mbn-lang-links a::before,
.mbn-lang-links a::after{
  content:none !important;
}

/* تأكيد ما تتأثر بالسلة */
.mg-cart-icon{
  font-family:inherit;
}
.mbn-lang-links .sep{margin:0 8px;color:#aaa}

.mbn-copyright{
        padding:12px 14px;
        text-align:center;
        font-size:12px;
        color:#777;
        border-top:1px solid #eee;
        line-height:1.6
      }
.mbn-copyright .mbn-made{
        margin-top:4px;
        font-size:11px;
        color:#999
      }
.mbn-copyright .mbn-made a{
        color:#555;
        text-decoration:none;
        font-weight:600
      }
.mbn-copyright .mbn-made a:hover{
        text-decoration:underline
      }
.mbn-whatsapp a{
  display:inline-block;
  background:#25D366; /* لون واتساب */
  color:#fff !important;
  font-weight:600;
  padding:8px 16px;
  border-radius:999px;
  text-decoration:none;
  transition:all .3s ease;
}

.mbn-whatsapp a:hover{
  background:#1ebe5d;
  transform:translateY(-2px);
}

@media(max-width:768px){
  .mg-header,.mg-footer{display:none}
  .mg-mobile-bar{display:flex}
}
 
