Cart Icon Missing from Header on Mobile View

I’ve been trying everything I can to get my cart icon to show on mobile, but I just can’t figure it out. I will give more info as requested, just not sure what to provide.

www.unxpectd.co is the website by the way.

@JacksonUNX

oh sorry for that issue can you please share issue images

@JacksonUNX Hi,

Just add this to your theme.css file under Asset folder. See if that works

#shopify-section-header > div:nth-child(3) > div.header-wrapper > header > div > div > div.header-item.header-item--icons.small--hide {
display: flex !important;
}