/* ===============================
   ALURA – Luxury Header Styling
   =============================== */

/* 1️⃣ Header Background Color */
header {
  background-color: #E4BDB6 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* EasyOrders container */
header nav {
  background-color: #E4BDB6 !important;
}

/* 2️⃣ Buttons Styling Inside Header */
header nav button {
  background-color: #E4BDB6 !important;
  border-color: #E4BDB6 !important;
  color: #ffffff !important;
  border-radius: 999px; /* soft rounded */
  padding: 10px 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Hover effect for buttons */
header nav button:hover {
  background-color: #c3a096 !important;
  border-color: #c3a096 !important;
  opacity: 0.95;
}

/* ===============================
   3️⃣ Cart Icon – intact, no changes
   =============================== */
#__next > div.flex.flex-1.flex-col > div.sticky.top-0.w-full.z-30 > header nav div.ms-auto.flex.items-center.flex-1.justify-end.md\:gap-4 > button > svg > path:nth-child(1) {
  /* لا تغيير – يبقى كما هو */
}

/* ===============================
   4️⃣ Hide Search Icon Completely
   =============================== */
#__next > div.flex.flex-1.flex-col > div.sticky.top-0.w-full.z-30 > header nav div.ms-auto.flex.items-center.flex-1.justify-end.md\:gap-4 > a {
  display: none !important;
}
