<turbo-stream action="update" target="cart__sidebar">
  <template>    
    <div class="cart__wrapper">
  <div class="cart__header">
    <h2>Cart</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="/en/checkout"><button id="checkout__link" type="submit"><span>Check out</span> <span>DKK 0</span></button><input type="hidden" name="authenticity_token" value="fzs0D9lnFMttxm6MH3PaBxuWzZ0PBF77-1XHr5IRpiqWJ-8MsPdcxjWYVRG40_EL9wJMI-Omt-tEinIkwGW-tA" autocomplete="off" /></form>
    
    <div class="faq">Shipping will be displayed at checkout.</div>

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