<button type="button" class="btn btn-primary d-lg-flex d-none align-items-center justify-content-between btn-buy cart-icon" style="height: 46px;padding: 20px;">
<span class="d-flex align-items-center justify-content-between gap-1">
<i class="bi bi-cart-fill me-2 fs-4 " ></i>
<span class="cart-total fs-6">{{ total }}€</span>
<span class="cart-count fs-6">({{ quantity }})</span>
</span>
</button>
<a href="#" class="cart-icon text-white d-lg-none d-flex">
<i class="bi bi-cart-fill fs-1"></i>
<span class="badge bg-danger">{{ quantity }}</span>
</a>