/* إخفاء قسم مراجعة الزبناء الأصلي */
.reviews-section,
#product-reviews,
.product-reviews,
.product__reviews {
display: none !important;
}
/* ⭐ تقييم واقعي فقط داخل صفحة المنتج */
body[data-page="product"] .latinara-rating {
display:flex; align-items:center; gap:6px;
font-family: system-ui, sans-serif;
font-size:14px; color:#444; line-height:1.2;
margin-top:6px;
}
body[data-page="product"] .latinara-stars {
position:relative; display:inline-block;
font-size:18px; color:#ccc; line-height:1;
}
body[data-page="product"] .latinara-stars::before {
content:"★★★★★";
position:absolute; left:0; top:0;
color:#FFD700;
width:94%; /* نسبة التعبئة (4.7/5) */
overflow:hidden; white-space:nowrap;
}
/* إخفاء قسم مراجعة الزبناء الأصلي */
.reviews-section,
#product-reviews,
.product-reviews,
.product__reviews {
display: none !important;
}
/* ⭐ تقييم واقعي فقط داخل صفحة المنتج */
body[data-page="product"] .latinara-rating {
display:flex; align-items:center; gap:6px;
font-family: system-ui, sans-serif;
font-size:14px; color:#444; line-height:1.2;
margin-top:6px;
}
body[data-page="product"] .latinara-stars {
position:relative; display:inline-block;
font-size:18px; color:#ccc; line-height:1;
}
body[data-page="product"] .latinara-stars::before {
content:"★★★★★";
position:absolute; left:0; top:0;
color:#FFD700;
width:94%; /* نسبة التعبئة (4.7/5) */
overflow:hidden; white-space:nowrap;
}