/* ----- Remove mobile gap above/below the home slider (FemPower Mart/EmallShop) ----- */
@media (max-width: 767px) {
  /* Theme wrappers that add padding/margins on home */
  .home .site-content,
  .home #content,
  .home .content-area,
  .home .page-content,
  .home .container > .row:first-child,
  .home .container-fluid > .row:first-child {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Common first row/section paddings (WPBakery/EmallShop) */
  .home .vc_row:first-child,
  .home .vc_row:first-child > .vc_column_container > .vc_column-inner,
  .home .wpb_row:first-child,
  .home .wpb_row:first-child .wpb_column > .vc_column-inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Slider Revolution containers */
  .home .rev_slider_wrapper,
  .home .rev_slider,
  .home .tp-revslider-mainul {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
  }