.\#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;
}