/*
 * Podil Food mobile homepage, stage 01C.
 *
 * A deliberately small override loaded after stages 01A and 01B. It removes
 * the now-unwanted category heading/control row and brings the kitchen
 * carousel closer to the mobile header. It does not alter the banner, product
 * modules, footer, cart, checkout, desktop layout, database, or Syrve.
 */
@media (max-width: 767.98px) {
  body.common-home #common-home #content {
    padding-top: 4px !important;
  }

  body.common-home #content > .heading {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.common-home #category_top.category-carousel {
    margin-top: 0 !important;
    padding-top: 2px !important;
  }
}
