/* Custom code goes here - paste your css code below in line 3 */

/* Hide product short description on product page */
body#product div[id^="product-description-short"] { 
  display: none !important;
}

/* extra safety: if theme styles target inner <p> */
body#product div[id^="product-description-short"] p {
  display: none !important;
}

/* extra safety for underscore class variant */
body#product .product_desc {
  display: none !important;
}
