Why does an extra X icon appear on my product pages?

When I view product pages, all of a sudden this X icon shows up as well, when I click it, it brings up the search bar.

I imagine the issue is linked to this code here:


Webpage: https://swolle.co

Hi @probablynotkai

Add the

svg.modal__toggle-close.icon.icon-close {
    display: none;
}

below code to the end of base.css file

Hi @probablynotkai

If my solution works for you then please accept and like the solution.