/* ===== إخفاء أيقونة العين والرابط ===== */
.product-card a:not([href*="/products/"]):has(svg),
.product-card button:has(svg) {
  display: none !important;
}

/* ===== السعر في نفس السطر ===== */
.product-card [class*="price"] {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: nowrap !important;
}

.product-card .line-through {
  font-size: 11px !important;
  color: #aaa !important;
  order: 2 !important;
}

.product-card [class*="text-red"] {
  font-size: 12px !important;
  order: 1 !important;
}

/* ===== اسم المنتج ===== */
.product-card [class*="name"],
.product-card [class*="title"] {
  font-size: 11px !important;
  white-space: normal !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}
/* ===== إخفاء العين والرابط ===== */
.product-card button:has(svg),
.product-card a:not([href*="/products/"]):has(svg) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ===== مسافات بين البطاقات ===== */
.products-grid,
[class*="product-grid"],
[class*="products-list"] {
  gap: 20px !important;
  padding: 16px !important;
}
/* ===== إخفاء العين نهائياً ===== */
.quick-view-btn-wapper,
.quick-view-btn,
#quick-view-btn,
.sicon-eye,
[class*="quick-view"] {
  display: none !important;
}
/* ===== إخفاء الرابط فقط ===== */
.sicon-link,
[class*="sicon-link"],
.m-product-card-actions {
  display: none !important;
}
/* ===== تنسيق القلب ليكون أنيق ===== */
.aui-wishlist-button {
  display: flex !important;
}

.aui-wishlist-button svg {
  width: 18px !important;
  height: 18px !important;
  stroke: #111 !important;
  fill: none !important;
  stroke-width: 1.5 !important;
}
/* ===== لون السعر أسود بدل أحمر ===== */
.product-card [class*="text-red"],
.product-card [class*="text-danger"] {
  color: #111 !important;
}

/* ===== خط أرفع وأناقة عامة ===== */
.product-card {
  font-family: inherit !important;
  letter-spacing: 0.02em !important;
}

.product-card [class*="name"],
.product-card [class*="title"] {
  font-weight: 300 !important;
  color: #222 !important;
}

.product-card .line-through {
  color: #bbb !important;
  font-weight: 300 !important;
}

/* ===== مسافات بين البطاقات ===== */
.products-grid,
[class*="product-grid"],
[class*="products-list"] {
  gap: 24px 16px !important;
  padding: 12px 16px !important;
}
/* ===== لون السعر أسود ===== */
span.product-price--sale,
.product-price--sale {
  color: #111 !important;
}
.product-card .line-through {
  font-size: 11px !important;
  color: #aaa !important;
  order: 2 !important;
}
/* ===== إصلاح الهيدر ===== */
header,
[class*="header"],
[class*="navbar"] {
  border-radius: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  height: auto !important;
}