/* public/js/front/components/ProductDetails.css
   Extracted verbatim from resources/js/index/components/ProductDetails.vue <style>
   (non-scoped in the original). */
.custom-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6); /* semi-transparent white */
    backdrop-filter: blur(2px); /* optional: blur background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
