/* بديل: يستهدف أي صف أيقونات فيه 5 عناصر مشاركة *//* إخفاء فيسبوك و X ولينكدإن من مشاركة المنتج */
.product-social-share a[href*="facebook"],
.product-social-share a[href*="twitter"],
.product-social-share a[href*="x.com"],
.product-social-share a[href*="linkedin"] {
    display: none !important;
}.product-social-share li:nth-child(3),
.product-social-share li:nth-child(4),
.product-social-share li:nth-child(5) {
    display: none !important;
}