/* تكبير اللوجو */
.navbar-brand img {
  max-height: 60px !important;
  max-width: 180px !important;
}

/* تكبير أيقونة المنيو (Hamburger / arrows) */
.mburger i {
  font-size: 28px !important;
}

/* تكبير أيقونات البحث – الحساب – السلة */
.sicon-search,
.sicon-user,
.sicon-shopping-bag {
  font-size: 26px !important;
}

/* تكبير النصوص بجانب الأيقونات */
.header-btn span,
.header-search span,
.s-cart-summary-content,
.s-cart-summary-total {
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* تكبير عداد السلة */
.s-cart-summary-count {
  font-size: 14px !important;
  padding: 6px 9px !important;
}

/* زيادة ارتفاع الهيدر (تجاوز style inline) */
.main-nav-container {
  height: 85px !important;
}

/* زيادة البادينج داخل الهيدر */
.luna-store-header .container > .flex {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}