/* public/js/front/components/WishlistSidebar.css
   Extracted from the (unscoped, global) <style> block in
   resources/js/index/components/WishlistSidebar.vue. */

.wishlist-loader-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1055;
}
