<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.\#product-meta-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--color-background), 0.5);
    z-index: 1;
}

.\#product-meta-loading[active] {
    display: flex;
}</pre></body></html>