/* Silia theme — إخفاء الوسوم في صفحة المنتج والتطبيق (WebView) */

/* الروابط/البادجات نفسها */
.product a[href*="/tag/"],
.product a[href*="/tags/"],
.product .tag,
.product .badge--tag,
.product li.tag { 
  display: none !important;
}

/* القوائم/الحاويات الشائعة في سيليا */
.product .tags,
.product .product-tags,
.product .product__tags,
.product .tags-list,
.product .tags__list,
.product .product-meta__tags,
.product .product-info__tags,
.product .meta__tags,
.product .badges--tags {
  display: none !important;
}

/* لو سيليا تستخدم أقسام/بلوكات مسماة بالوسوم */
.product .section--tags,
.product .product-section--tags,
.product .product__section.tags {
  display: none !important;
}

/* داخل الشيت/المودال في التطبيق */
.drawer .tags,
.drawer .tag,
.drawer .tags-list,
.bottom-sheet .tags,
.bottom-sheet .tag,
.bottom-sheet .tags-list,
.modal .tags,
.modal .tag,
.modal .tags-list {
  display: none !important;
}

/* أي عنصر يحمل اسم “tag/Tags” في الكلاس داخل منطقة تفاصيل المنتج */
.product [class*="tag"],
.product [class*="tags"] {
  display: none !important;
}