Good day to all! Help solve the problem) There is a piece of code
<a href="/cart/" class="cart">Корзина: <span class="cart-empty">0</span> шт. На сумму: 0 руб.</a> Code cart empty
<a href="/cart/" class="cart">Корзина: <span class="cart-empty">2</span> шт. На сумму: 2000 руб.</a> basket code full
Above, if the basket is not empty, assign additional. class class = "cart".
Thank you in advance!