/* Hide product tags on storefront while preserving backend tags */
[id^="product-"] .main-content > .mb-3:has(> a[href*="/tag-"]) {
  display: none !important;
}