/* Hide all inventory messages */
.lowStockDescriptionStyle,
p[style*="color: rgb(238, 68, 46)"] {
  display: none !important;
}