/* ========================================================================
   GaliVue V5.2.1 — HERO R4 — MOBILE EDGE FLUSH
   Stage-only, <=700px only.

   Removes the inherited carousel border/radius/shadow that can expose the
   cream page background as a thin side edge while scrolling on real phones.
   Desktop/tablet remain untouched.
   ======================================================================== */

@media (max-width:700px){
  html,
  body.gvf-homepage-v5180{
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  @supports (overflow:clip){
    html,
    body.gvf-homepage-v5180{
      overflow-x:clip!important;
    }
  }

  body.gvf-homepage-v5180 .gvf-hero-slider{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow-x:hidden!important;
  }

  body.gvf-homepage-v5180 .gvf-hero-slider .gvf-carousel-shell{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }

  body.gvf-homepage-v5180 .gvf-hero-slider .gvf-slide{
    border-radius:0!important;
  }
}
