/* Novatelia Enterprise B2B Mode — mother site (site-wide) */
html.nv-enterprise [data-price],
html.nv-enterprise option[value="price-asc"],
html.nv-enterprise option[value="price-desc"] {
  display: none !important;
}

html.nv-enterprise a[href="/checkout"],
html.nv-enterprise a[href="/cart"],
html.nv-enterprise a[href="/quick-order"] {
  display: none !important;
}

html.nv-enterprise .line-through,
html.nv-enterprise [class*="line-through"] {
  display: none !important;
}

/* Product detail: hide duplicate RFQ CTAs (JS keeps first) */
html.nv-enterprise-products a[href*="/rfq"].nv-rfq-dup,
html.nv-enterprise-products button.nv-rfq-dup {
  display: none !important;
}

/* Product routes — extra rules */
html.nv-enterprise-products [data-price] {
  display: none !important;
}
