:root { 
  --color-primary-reverse: #ffffff; 
}

/* ===== ألوان الأزرار الأساسية ===== */
.btn--primary,
.btn--outline-primary{
  color:#00569b !important;
}

/* ===== السلايدر (الأسهم) ===== */
.s-slider-nav-arrow{
  background-color:rgba(255,255,255,.4) !important;
  box-shadow:none !important;
}
.s-slider-nav-arrow svg path{
  fill:#444 !important;
  stroke:#444 !important;
}

/* ===== فورم المنتج ===== */
.product-form section{
  background:#fff !important;
}
.product-form > section:first-of-type{
  border-radius:12px !important;
  border:1px solid #e2e2e2 !important;
}

/* ===== إزالة أيقونة الميني تشيك اوت ===== */
.s-add-product-button-mini-checkout-content svg{
  display:none !important;
}
.s-add-product-button-mini-checkout-content{
  font-family:"Cairo", sans-serif !important;
}

/* ===== عنوان التعليقات ===== */
.s-comments-title{
  border-bottom:1px solid #e2e2e2;
  padding-bottom:10px;
}

/* ===== رقم الموديل (SKU) ===== */
.sku-wrapper{
  border:1px solid #e2e2e2 !important;
  border-radius:8px !important;
}
span.mx-2{
  font-size:13px !important;
  font-weight:bold !important;
}

/* ===== صندوق إمكان ===== */
.s-installment-emkan-wrapper{
  border:1px solid #e2e2e2 !important;
}

/* ===== ملخص التقييم ===== */
salla-reviews-summary{
  border-bottom:1px solid #e2e2e2 !important;
}



/* ===== البحث (خلفية رمادي خفيف) ===== */
.s-search-input-wrapper{
  position:relative !important;
  background:#f3f4f6 !important;   /* رمادي خفيف للصندوق */
  border:1px solid #f3f4f6 !important;
  border-radius:999px !important;
  padding:4px !important;
  height:44px !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
}

.s-search-input{
  background:#f3f4f6 !important;   /* داخل الصندوق رمادي خفيف */
  border:1px solid #f3f4f6 !important;
  outline:none !important;
  height:36px !important;
  flex:1 !important;

  font-size:14px !important;       /* ✅ حجم النص داخل البحث */
  font-weight:500 !important;
  color:#111827 !important;        /* ✅ لون النص داخل البحث */

  padding-inline:16px !important;
  border-radius:999px !important;
}
/* ✅ لون وحجم كلمة "ادخل البحث" */
.s-search-input::placeholder{
  color:#9ca3af !important;        /* لون placeholder */
  font-size:14px !important;       /* حجم placeholder */
  font-weight:500 !important;
}
/* صندوق السلة/العداد أسفل الكرت بالمنتصف */
.pc-row{
  position:absolute !important;
  left:50% !important;
  bottom:8px !important;                 /* ✅ تحت الكرت */
  transform:translateX(-50%) !important; /* ✅ توسيط أفقي */

  background:rgba(249,250,251,.95) !important;
  border:1px solid #e5e7eb !important;
  border-radius:999px !important;
  padding:6px 8px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;

  z-index:6 !important;
  box-shadow:0 6px 14px rgba(0,0,0,.12) !important;
}

/* زر أضف للسلة */
.pc-add > div{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:6px 12px !important;
  border-radius:999px !important;
  background:#00569b !important;
  color:#fff !important;
  font-size:11px !important;
  font-weight:700 !important;
  gap:6px !important;
  white-space:nowrap !important;
}

/* العداد */
.pc-pm{
  border:1px solid #e5e7eb !important;
  border-radius:999px !important;
  padding:2px 6px !important;
  background:#fff !important;
  display:none; /* الجافا تفتحه */
  align-items:center !important;
  gap:6px !important;
  box-shadow:0 1px 3px rgba(0,0,0,.04) !important;
}

.pc-pm .pc-btn{
  width:22px !important;
  height:22px !important;
  border:none !important;
  background:#f3f4f6 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
}

/* رقم الكمية */
.pc-qty{
  min-width:18px !important;
  text-align:center !important;
  font-size:11px !important;
  font-weight:600 !important;
  color:#111 !important;
}

/* اللودر */
.pc-loader{
  display:none;
  align-items:center !important;
  justify-content:center !important;
  min-width:18px !important;
}

.pc-loader .pc-spinner{
  width:14px;height:14px;
  border:2px solid rgba(0,0,0,.2);
  border-top-color: rgba(0,0,0,.8);
  border-radius:50%;
  display:inline-block;
  animation: pc-spin .8s linear infinite;
}

@keyframes pc-spin { to { transform: rotate(360deg); } }

/* إخفاء عنوان/اسم الماركة بجانب الصورة */
.product-brand-inner-name{
  display: none !important;
}


/* أيقونة فقط بدون نص */
.wishlist-container,
.header-wishlist-count{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  visibility:visible !important;
  opacity:1 !important;
  background:transparent !important;
  padding:0 !important;
  gap:0 !important;
}

/* شيل كلمة المفضلة */
.wishlist-container p{
  display:none !important;
}

/* القلب: إطار + داخل أصفر */
.wishlist-container .icon-heart svg,
.wishlist-container .icon-heart svg path{
  fill:#ffc107 !important;      /* داخل */
  stroke:#ffc107 !important;    /* إطار */
  stroke-width:1.5 !important;  /* سماكة الإطار */
}

/* حجم الأيقونة */
.wishlist-container .icon-heart svg{
  width:24px !important;
  height:24px !important;
  display:block !important;
}