/* LEXRON V19.7 — public product detail readability, exact-scope fix.
   Applied AFTER /bayi/assets/bayi.css so dealer stylesheet cannot recolor public product content.
   Does not touch the V16 ecommerce hero, cart, API, price logic or checkout. */
body.lx16-product-page main.product-detail-wrap{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}

/* Original product-detail content: every textual descendant is black. */
body.lx16-product-page main.product-detail-wrap .detail-card,
body.lx16-product-page main.product-detail-wrap .detail-card *,
body.lx16-product-page main.product-detail-wrap .info-section,
body.lx16-product-page main.product-detail-wrap .info-section *,
body.lx16-product-page main.product-detail-wrap .s5-network,
body.lx16-product-page main.product-detail-wrap .s5-network *{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  text-shadow:none!important;
  opacity:1!important;
  filter:none!important;
}

/* Breadcrumb is also readable on the white public detail canvas. */
body.lx16-product-page main.product-detail-wrap .breadcrumb,
body.lx16-product-page main.product-detail-wrap .breadcrumb *{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  opacity:1!important;
}

/* Light, readable information surfaces. */
body.lx16-product-page main.product-detail-wrap .detail-card,
body.lx16-product-page main.product-detail-wrap .info-section,
body.lx16-product-page main.product-detail-wrap .s5-network,
body.lx16-product-page main.product-detail-wrap .spec,
body.lx16-product-page main.product-detail-wrap .feature,
body.lx16-product-page main.product-detail-wrap .faq details{
  background:#fff!important;
  border-color:#e5e7eb!important;
  box-shadow:none!important;
}

body.lx16-product-page main.product-detail-wrap .tech-table th{
  background:#f3f4f6!important;
  border-color:#e5e7eb!important;
}
body.lx16-product-page main.product-detail-wrap .tech-table td{
  background:#fff!important;
  border-color:#e5e7eb!important;
}
body.lx16-product-page main.product-detail-wrap .notice{
  background:#f8fafc!important;
  border-left-color:#d1d5db!important;
}

/* Public detail pages should not show the dealer floating entry. */
body.lx16-product-page .v914-dealer,
body.lx16-product-page .v914-dealer-row,
body.lx16-product-page .dealer-floating{
  display:none!important;
  visibility:hidden!important;
}
