/**
 *  Please wait style definitions.
 *
 *  @copyright  2025 Vinacles BV
 *  @author     Anouar Jaama
 *  @author     Clyde Semeleer
 */
@layer components {
    .please-wait-parent {
        @apply relative;
    }

    .please-wait-parent > div.splash-screen {
        @apply hidden absolute inset-0 text-center bg-white py-8;
        border-top-left-radius: var(--shop-page-border-radius);
        border-top-right-radius: var(--shop-page-border-radius);
    }
}
