<turbo-stream action="replace" target="mini_cart_wrapper">
  <template>
    <div id="mini_cart_wrapper" class="mini_cart_wrapper">
  <a href="javascript:void(0);"><span class="lnr lnr-cart"></span>My Cart </a>
  
    <span class="cart_quantity">1</span>
  
</div>
<script>
  $(document).ready(function () {
    $('.mini_cart_wrapper > a').on('click', function(){
        $('.mini_cart,.off_canvars_overlay').addClass('active')
    });
    
    $('.mini_cart_close,.off_canvars_overlay').on('click', function(){
        $('.mini_cart,.off_canvars_overlay').removeClass('active')
    });
  });
</script>
  </template>
</turbo-stream>


<turbo-stream action="replace" target="mini_cart">
  <template>
    <div id="mini_cart" class="mini_cart">
  <div class="cart_close">
    <div class="cart_text">
      <h3>Shopping Cart</h3>
    </div>
  </div>
  
    
      <div class="cart_item">
        <div class="cart_img">
          <a href="/product/0f5816b9-c231-41f7-bd83-c42cddd9aaa0">
            
              <img src="https://orchard-public-storage-production.s3.eu-west-1.amazonaws.com/02167a17-62bc-462c-bf2a-f7eef1a99ff3-small.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVTBOALRQT4DBO6YU%2F20260416%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20260416T052926Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=dd0f73810a2e3c5f929a6d463209f2039c0dda98b532dd68463be93f8c954ec8"  alt="ATF T0-2 CATERPILLAR Full synthetic Transmissions oil">
            
          </a>
        </div>
        <div class="cart_info">
          <a href="/product/0f5816b9-c231-41f7-bd83-c42cddd9aaa0">ATF T0-2 CATERPILLAR Full synthetic Transmissions oil</a>
          <span class="quantity">Qty: 1</span>
          
            <span class="price_cart">NA</span>
          
        </div>
        <div class="cart_remove">
          <a href="/cart/remove/0f5816b9-c231-41f7-bd83-c42cddd9aaa0"><i class="ion-android-close"></i></a>
        </div>
      </div>
    
  
  <div class="mini_cart_footer">
    <div class="cart_button">
      <a href="/cart" class="illum-page-block">View cart</a>
    </div>
  </div>
</div>

  </template>
</turbo-stream>


<turbo-stream action="replace" target="flash">
  <template>
    <div id="flash">
      <script type="text/javascript">
        toastr.success('The item has been added to your shopping cart');
      </script>
    </div>
  </template>
</turbo-stream>