/* V431 · Home APP/PWA carousel: el shell ya ocupa el viewport. No usar breakout 100vw. */
@media (max-width:560px){
  html.jc-pwa-standalone body.home.jc-header-clean-v424-active .jc-home-slider,
  body.home.jc-native-app.jc-header-clean-v424-active .jc-home-slider{
    display:block!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    inset-inline:auto!important;
  }
  html.jc-pwa-standalone body.home.jc-header-clean-v424-active .jc-home-slider-track,
  html.jc-pwa-standalone body.home.jc-header-clean-v424-active .jc-home-slide,
  body.home.jc-native-app.jc-header-clean-v424-active .jc-home-slider-track,
  body.home.jc-native-app.jc-header-clean-v424-active .jc-home-slide{
    left:0!important;
    right:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}
