/* Release the server-rendered paint gate only after the active page runtime CSS is available. */
html body.mcx-categories-page,
html body.mcx-vendor-page,
html body.mcx-about-page,
html body.mcx-account-page,
html body.mcx-auth-page,
html body.mcx-utility-page,
html body.mcx-products-page,
html body.mcx-product-detail-page {
  visibility: visible !important;
  opacity: 1 !important;
}
