/* Nascondere prezzo e pulsanti acquisto */
.product-price-and-shipping.hidden {
  display: none !important;
}

.product-add-to-cart {
  display: none !important;
}

.tax-shipping-delivery-label {
  display: none !important;
}
