html.currency-loading .price,
html.currency-loading .price-item,
html.currency-loading .money,
html.currency-loading [class*="price"]{
    opacity:0;
}

html.currency-ready .price,
html.currency-ready .price-item,
html.currency-ready .money,
html.currency-ready [class*="price"]{
    opacity:1;
    transition:opacity .15s ease;
}