/* LSC Multi Currency - Frontend */

.lsc-mc-switcher {
    display: inline-block;
}

.lsc-mc-switcher select {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
}

/* 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;
}
