/* ===== Header Background ===== */
.default_header,
.default_header_container,
.bg-white.sticky {
  background-color: #0B1A3E !important;
}

/* ===== Text Color (Links & Menu) ===== */
.default_header a,
.default_header nav a,
.default_header span,
.default_header p {
  color: #CBA135 !important;
}

/* ===== Icons Color (Search, Cart, Menu) ===== */
.default_header svg,
.default_header svg path {
  fill: #CBA135 !important;
  stroke: #CBA135 !important;
}

/* ===== Cart Badge (Counter) ===== */
.default_header .bg-skin-primary {
  background-color: #CBA135 !important;
  color: #0B1A3E !important;
}

/* ===== Hover Effects ===== */
.default_header a:hover {
  opacity: 0.85;
  text-decoration-color: #CBA135;
}

/* ===== Border Under Header ===== */
.md\:border-b {
  border-color: rgba(203, 161, 53, 0.3) !important;
}

/* ===== Mobile Menu Button ===== */
.default_header button svg {
  fill: #CBA135 !important;
  stroke: #CBA135 !important;
}
/* ===== Cart Counter Number Color ===== */
.default_header .bg-skin-primary span {
  color: #FFFFFF !important;
}


.default_header button[type="button"] {
  background-color: #0B1A3E !important; /* كحلي */
  border-radius: 8px; /* اختياري */
}
html,
body,
#__next,
.main,
.page-wrapper {
  background-color: #FBF8EF !important;
}
/* تغيير خلفية كارد المنتج للكحلي */
.group.box-border.flex.flex-col.items-start.bg-white {
  background-color: #1A2C5B !important;
}


/* عنوان المنتج */
.group.box-border h3 {
  color: #ffffff !important;
}

/* السعر */
.group.box-border .text-heading,
.group.box-border span,
.group.box-border del {
  color: #ffffff !important;
}

/* السعر القديم */
.group.box-border del {
  opacity: 0.7;
}

.default_header_top_text {
  background-color: #cba135;
  color: #FFFFFF;
}
