(Squarespace) Hide specific product item on Shop Page

To hide specific product item on Shop Page, you can do these.

#1. First, find product item URL.

In my example, it is: /store/p/earth-sky-planter-4awkk-nazcb-lbzst

#2. Next, use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

div.grid-item:has(a[href="/store/p/earth-sky-planter-4awkk-nazcb-lbzst"]) {
    display: none !important;
}