body #frontend_splash {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-color: var( --color-frontend_layout_splash_bgnd );

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 32px;

    transition: opacity 0.3s ease;
}
body #frontend_splash .loader {
    margin: 0 auto;
    font-size: 8px;
}
