h2.text-gray-500.font-bold {
    display: none !important;
}
.s-rating-stars-reviews {
    display: none !important;
}
.product-card-content-media-rating {
    display: none !important;
}
.product-details-meta-rating,
.s-rating-stars-wrapper,
.s-rating-stars-reviews {
    display: none !important;
}
.product-details-meta-social-share,
.product-card-actions-wishlist {
    display: none !important;
}
.product-details-meta-quantity-sold {
    background: linear-gradient(135deg, #ffffff, #f5f5f5);
    border: 1px solid #e5e7eb;
    padding: 14px 18px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.product-details-meta-quantity-sold:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.product-details-meta-quantity-sold-label-text {
    font-size: 15px;
    font-weight: 600;
    color: #444;
}

.product-details-meta-quantity-sold-value {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.product-details-meta-quantity-sold-value span {
    color: #10b981; /* أخضر جميل */
    font-weight: 800;
    font-size: 18px;
}
.prose.prose-sm.max-w-none.text-gray-500 p {
    font-size: 1.1rem; /* تكبير الخط */
    color: #333;        /* جعل اللون أغمق قليلًا ليكون أوضح */
    line-height: 1.6;   /* تحسين تباعد الأسطر */
    font-weight: 500;   /* جعل الخط متوسط الوزن لإحساس أفضل */
}
.price-tag {
  background: #f8f8f8;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.price-tag i {
  font-size: 14px;
  color: #555;
}
.product-card-content-meta-pricing-current-not-discounted {
  background: transparent;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.product-card-content-meta-pricing-current-not-discounted i {
  font-size: 14px;
}