Woocommerce product page is not showing custom css [closed]

You can add this to your body tag of your current theme <body <?php body_class('class-name'); ?>> and then specifically target the container.

body.post-id #yourdiv { border: 2px solid red; }

Always work for me.