.elka-heading-guard-ui {
  display: block;
}

.elka-heading-guard-ui[hidden] {
  display: none !important;
}

/*
 * The current header stylesheet styles this title through an h3 selector.
 * The semantic tag is now a span, so the same visual rules are repeated here.
 */
.elka-header__search-popular > .elka-heading-guard-ui[data-elka-original-heading="h3"] {
  display: block;
  margin: 0 0 14px;
  color: var(--eh-ink);
  font-size: 20px;
  font-weight: 700;
}

/* ELKA LIGHTHOUSE CONTRAST START */
.elka-delivery-products__card { color:#50565a !important; }
.elka-delivery-products__description { color:#50565a !important; }
.elka-delivery-products__discount { color:#ffffff !important; background-color:#b94700 !important; }
.elka-delivery-products__card del,
del[data-elka-product-old-price] { color:#5f6662 !important; }
/* ELKA LIGHTHOUSE CONTRAST END */
