/* Product-list product-name JP/EN toggle. Byte-identical selectors to
   candidate/phase8-i18n-product-detail-stage2/yg-i18n-product-detail.v1.css
   lines 11-22 -- same data contract, same html[lang] switch, reused
   verbatim rather than re-invented. Kept as its own small file (not a
   shared stylesheet import) to match this project's existing convention
   of one small scoped CSS file per adapter script. */

[data-yg-product-ready] [data-yg-product-en][hidden] {
  display: none;
}
html[lang="en"] [data-yg-product-ready] span[data-yg-product-en][hidden] {
  display: inline;
}
html[lang="en"] [data-yg-product-ready] [data-yg-product-ja] {
  display: none;
}
