#watchdog-form input[name="hasPromotion"],
#watchdog-form label[for="hasPromotion"],
#watchdog-form input[name="hasPromotion"] ~ .disclaimer {
  display: none !important;
}

/* --- Skryje řádek "cena klesne pod" --- */
#watchdog-form input[name="drop"],
#watchdog-form label[for="drop"],
#watchdog-form input[name="priceUnder"],
#watchdog-form input[name="priceUnder"] + span, /* Kč */
#watchdog-form input[name="priceUnder"] ~ .disclaimer {
  display: none !important;
}