/* your custom style goes here */
 
.sidebar.sidebar--style-3 { 
    position: relative; 
    z-index: 999;
}

/* --- Fix Sidebar Cart Stacking Issue --- */
.cart_items_toggle {
    z-index: 1003; /* Make this higher than the main nav's z-index (1002) */
}