/**
* Theme Name: Smartic Child
* Description: This is a child theme of Smartic, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: smartic
* Version: 2.3.5
*/

/* Hide price on product pages */
body.single-product p.price,
body.single-product .price {
    display: none !important;
}

   
.woocommerce ul.products li.product .woocommerce-product-details__short-description {
    display: none;
}   