<turbo-stream action="update" target="cart__sidebar">
  <template>    
    <div class="cart__wrapper">
  <div class="cart__header">
    <h2>Kurv</h2>
    <button type="button" data-controller="cart" data-action="click->cart#close">
      <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg>
    </button>
  </div>
  <div class="cart__items">
    <ul class="cart__items-wrapper">
      
    </ul>    
  </div>
  <div class="cart__ctrls">

    <form class="button_to" method="post" action="/checkout"><button id="checkout__link" type="submit"><span>Check ud</span> <span>DKK 0</span></button><input type="hidden" name="authenticity_token" value="qr2FGdSCIWwXbJFXrqp-rGnLzCA_cBztrnDosXW7dCNNnQnTsq6NIbIWYMSt9KWpyKmlCTofa7AVvQnWBa9ynA" autocomplete="off" /></form>
    
    <div class="faq">Levering bliver vist ved check ud.</div>

  </div>
</div>    
  </template>
</turbo-stream>
