Button click not working on mobile

I have this site: https://biancaandbear.com/ and halfway down the page you have a section that says “New Collection: Sunshine.” In that section the Shop Now button works on desktop, but it doesn’t work on mobile. It doesn’t even look like it’s clickable on mobile. Not sure why?

Hi @jasminsharp97 ,

You can follow these steps

Step 1: Go to Online store > Themes > Edit code and find base.css file

Step 2: Insert below code at the end file and Save them

@media screen and (max-width: 749px) {
    .multicolumn-list:not(.slider) {
        position: relative;
        z-index: 1;
    }
}