Hi @INKLY
In header.liquide there are two type of icon
if cart == empty
render 'icon-cart-empty'
else
render 'icon-cart'
endif
one is for empty card another is with card. You have changed the item in cart icon
You need to change other one also.
It will solve your issues.