/* Add custom CSS styles below */ 
/* ===== الهيدر شفاف بالكامل ===== */
header {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    position: absolute !important;
    width: 100%;
    z-index: 999;
}

/* ===== حذف الشعار ===== */
header img {
    display: none !important;
}

/* ===== إخفاء أي خلفيات (المستطيلات) ===== */
header div,
header section {
    background: transparent !important;
    box-shadow: none !important;
}

/* ===== البحث في الأعلى (مستقل) ===== */
header form {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
    margin-bottom: 10px;
}

/* ===== ترتيب العناصر تحت البحث ===== */
header > div {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* ===== القائمة يمين ===== */
header button,
header .menu,
header [class*="menu"] {
    order: 2;
}

/* ===== الأيقونات يسار ===== */
header a[href*="account"],
header a[href*="profile"],
header a[href*="cart"] {
    order: 1;
    display: inline-flex;
    gap: 10px;
}

/* ===== لون الأيقونات ذهبي ===== */
header svg,
header i {
    color: #d4af37 !important;
    font-size: 20px;
}

/* ===== السعر بجانب السلة ===== */
header [class*="cart"] {
    color: #d4af37 !important;
    font-weight: bold;
}