/* =========================================================
   1) Font: Cairo
========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body, p, span, a, li, h1, h2, h3, h4, h5, h6, div{
  font-family: "Cairo", sans-serif !important;
}
.total-price{
  color: #fc4593 !important;
  font-weight: 800 !important;
}














/* =========================================================
   حل ثابت وآمن لترتيب الأيقونات
========================================================= */

/* تأكد إنها ظاهرة */
.header-components-top,
.header-components-top.header-op-page{
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
}

/* نخلي الشريط العلوي بنفس صف الهيدر */
.header-components.header-components-home{
  display: flex !important;
  flex-direction: column !important;
}

/* نخلي الأيقونات بسطر */
.header-components-top.header-op-page .flex{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  justify-content: flex-start !important;
  padding: 8px 12px !important;
}

/* الأزرار */
.header-components-top.header-op-page .search-btn,
.header-components-top.header-op-page .header-icon-button{
  width: 40px !important;
  height: 40px !important;
  border-radius: 10px !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* الصف الرئيسي */
.header-components-inner.px-0{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 8px 12px !important;
}

/* السلة */
.header-components-inner.px-0 .header-cart{
  width: 40px !important;
  height: 40px !important;
  border-radius: 10px !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
}

/* الجوال */
@media (max-width:768px){
  .header-components-top.header-op-page .flex{
    padding: 6px 10px !important;
  }
}