/* to remove the item price from directly below item title on all store items DM*/

body.product .product-info .price {
    display: none;
}

/* to remove the item price from directly below the thumbnail cover image of the store items on the all-items page DM*/

.product-list .product-price {
    display: none;
}