/* IPEKERP_STOREFRONT_HOME_HERO_SHELL_WIDTH_TUNE_V1_1 */
@media (min-width: 1180px) {
  body.sf-home-concept[data-c5-live-home] .c5-wrap.c5-hero {
    width: min(calc(100% - 56px), 1510px) !important;
    max-width: 1510px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.sf-home-concept[data-c5-live-home] .c5-hero {
    gap: 12px !important;
  }
  body.sf-home-concept[data-c5-live-home]
  .c5-hero > aside.c5-vehicle-panel--hybrid-v1 {
    min-width: clamp(360px, 24.5vw, 398px) !important;
  }
}
@media (min-width: 821px) and (max-width: 1179px) {
  body.sf-home-concept[data-c5-live-home] .c5-wrap.c5-hero {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 820px) {
  body.sf-home-concept[data-c5-live-home] .c5-wrap.c5-hero {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
