/* LSC Multi Currency - Frontend */

/* Cache compat: hide price wrappers until AJAX swap completes.
   .lsc-mc-pid is the PHP-rendered wrapper on every product price.
   Inline <script> in <head> adds lsc-mc-loading to <html> for non-USD
   visitors before first paint. JS removes it after replaceWith() swap. */
html.lsc-mc-loading .lsc-mc-pid {
    visibility: hidden;
}
