<div class="sidebarCart_back js-close-sidebar-cart"></div> 
<div id="sidebar-cart-container" class="sidebarCart"></div> 
<div class="sidebarCartWait"> 
    <div class="sidebarCart_wrapper"> 
        <div class="flex-col bb-pb-3"> 
            <div class="bb-flex-1"> 
                <h3>Warenkorb</h3> 
            </div> 
            <div class="js-close-sidebar-cart bb-cursor-pointer"> 
                <svg xmlns="http://www.w3.org/2000/svg" width="38px" height="38px" viewBox="0 0 24 24"> 
                    <path d="M0 0h24v24H0z" fill="none"/> 
                    <path fill="currentColor" d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/> 
                </svg> 
            </div> 
        </div> 
        <div class="bb-flex-1 bb-overflow-y-auto text-center"> 
             <br/> 
            <div class="sidebarCart_wait-wrapper"> 
                <div class="sidebarCart_wait"> 
                    <svg xmlns="http://www.w3.org/2000/svg" width="64px" height="64px" viewBox="0 0 24 24"> 
                        <path d="M0 0h24v24H0z" fill="none"/> 
                        <path fill="currentColor" d="M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"/> 
                    </svg> 
                </div> 
            </div> 
            {{ 'Basket' | trans }} ... 
        </div> 
    </div> 
</div>