/**
 * لافين — تباين لوني مطابق لـWCAG 2.1 AA (تدقيق A11.6).
 *
 * القياس الفعلي على المتجر أظهر نصوصاً تحت الحد (4.5:1 للنص العادي):
 *   .count            #6E6E6E على ايفوري   = 2.17
 *   عدّاد المراجعات   #999999 على أبيض      = 2.85
 *   «إزالة» و.attributes في السلة المصغّرة #999999 = 2.85
 *   شريط الإعلان      #E8CFC2 على النحاسي   = 4.02
 * البدائل هنا من لوحة الهوية نفسها (رمادي دافئ/ايفوري) فلا يتغيّر الطابع البصري.
 */

/* عدّادات التصنيفات في القائمة والشريط الجانبي */
html body .count,
html body .product-categories .count,
html body .widget_product_categories .count,
html body li.cat-item > a .count {
	color: #55483E !important; /* warm-gray — 8.4:1 على الأبيض */
}

/* عدّاد المراجعات + روابط ثانوية رمادية */
html body .woocommerce-review-link,
html body .woocommerce-review-link span,
html body a.woocommerce-review-link,
html body .woocommerce-product-rating a {
	color: #55483E !important;
}

/* السلة المصغّرة: زر الإزالة وسطر التنويعة */
html body .remove_from_cart_button,
html body .woocommerce-mini-cart-item .remove,
html body .woocommerce-mini-cart-item .attributes,
html body .mini_cart_item .attributes {
	color: #55483E !important;
}

/* شريط الإعلان العلوي: نصّ أفتح ليعبر حدّ 4.5:1 على النحاسي */
html body .ship-tip,
html body .ship-tip span,
html body .ship-tip-wrap,
html body .ship-tip-wrap span,
html body .top-bar,
html body .top-bar span {
	color: #FDF6EF !important;
}

/*
 * سياقان بقيا رماديين لأن قواعد الثيم لهما نوعية أعلى (كلاسان) من `html body .count`:
 *   .woocommerce-product-rating .count  (عدّاد المراجعات في بطاقة المنتج)
 *   .mobile-menu .nav-top-link .count   (عدّادات درج الجوال)
 * فنرفع النوعية بمطابقة السياق نفسه مسبوقاً بـhtml body.
 */
html body .woocommerce-product-rating .count,
html body .woocommerce-LoopProduct-link .count,
html body .mobile-menu .count,
html body .nav-top-link .count,
html body .product-box .count {
	color: #55483E !important;
}
