Looking to add rounded corners to Wix store product page

I’ve read a bunch of documentation and nothing seems to work. I am attempting to round the corners of the Wix product page and there is no default way to do this, and I am not able to apply any styling to this element. any ideas? I’ve tried both of these. Any help would be much appreciated.

$w( “#productPage1” ).style.borderRadius = “30px” ;
$w( “#productPage1” ). = <p style = "color:red" > ${$w( "#productPage1" ).text}</p>;

See Wix Stores: Customizing Your Product Page for details on customizing your Store’s product page.

The code you were attempting is incorrect and unsupported. See the Product Page API for details on what the options are using code.

If you need further details or clarification, I would recommend contacting Wix Customer Care , as they know best.

Hello. Did you get a solution to this? add rounded corners to Wix store product boxes.