/* public/js/front/components/CartSidebar.css
   Extracted from the (unscoped, global) <style> block in
   resources/js/index/components/CartSidebar.vue. This block was never "scoped" in the SFC
   either — it's included here as a plain sibling stylesheet so the rules keep applying
   (they aren't duplicated in main.min.css). */

.cart_sidebar {
    z-index: 9999;
}
.shopping-cart-footer {
    background: #fff;
    padding: 15px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
    z-index: 10;
}
.cart-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 9999; /* should be above offcanvas-body content */
    display: flex;
    justify-content: center;
    align-items: center;
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
