/* ================================================= */
/*   VELAR HEADER — تصميم جديد كامل                    */
/* ================================================= */

/* ================================================= */
/*   الحاوية الرئيسية                                  */
/* ================================================= */

.bg-white.sticky.top-0.w-full.z-30{
  border-bottom:1px solid rgba(17,24,39,.08) !important;
  box-shadow:none !important;
}

header.default_header{
  padding-top:14px !important;
  padding-bottom:14px !important;
}

/* ================================================= */
/*   زرار القائمة (موبايل)                             */
/* ================================================= */

header.default_header button svg{
  color:#111827;
}

/* ================================================= */
/*   اللوجو                                            */
/* ================================================= */

.default_header_logo img{
  transition:opacity .2s ease;
}

.default_header_logo a:hover img{
  opacity:.75;
}

/* ================================================= */
/*   أيقونات البحث والسلة                              */
/* ================================================= */

header.default_header a[href="/search"],
header.default_header button.group.relative.flex.items-center.p-2.rounded-full{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  transition:background .2s ease;
}

header.default_header a[href="/search"]:hover,
header.default_header button.group.relative.flex.items-center.p-2.rounded-full:hover{
  background:#f5f5f5;
  opacity:1 !important;
}

header.default_header a[href="/search"] svg{
  width:18px !important;
  height:18px !important;
}

header.default_header button.group.relative.flex.items-center.p-2.rounded-full svg{
  width:21px !important;
  height:21px !important;
}

/* عداد عدد المنتجات في السلة */
header.default_header .absolute.flex.items-center.justify-center.bg-skin-primary{
  background:#111827 !important;
  top:-2px !important;
  right:-2px !important;
  height:17px !important;
  width:17px !important;
  font-weight:700 !important;
  border:2px solid #fff;
}

/* ================================================= */
/*   سطر الأقسام تحت الهيدر (الديسكتوب)                */
/* ================================================= */

header.default_header .hidden.lg\:block.transition-all{
  border-top:1px solid rgba(17,24,39,.08) !important;
  padding-top:16px !important;
  margin-top:16px !important;
}

header.default_header .hidden.lg\:block.transition-all .flex.justify-center.items-center.gap-8{
  gap:46px !important;
}

header.default_header .hidden.lg\:block.transition-all a{
  position:relative;
  font-family:"Cairo",system-ui,sans-serif !important;
  font-size:12.5px !important;
  font-weight:700 !important;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:#374151 !important;
  text-decoration:none !important;
  padding-bottom:10px;
  transition:color .2s ease;
}

header.default_header .hidden.lg\:block.transition-all a::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:0;
  height:2px;
  background:#0a58ff;
  border-radius:2px;
  transition:width .25s ease;
}

header.default_header .hidden.lg\:block.transition-all a:hover{
  color:#111827 !important;
}

header.default_header .hidden.lg\:block.transition-all a:hover::after{
  width:100%;
}

@media (max-width:1024px){
  header.default_header{
    padding-top:12px !important;
    padding-bottom:12px !important;
  }
}
