/* IPEKERP_STOREFRONT_BRAND_EDGE_FADE_CLEANUP_V1_1 */

@media (min-width: 1180px) {
  body.sf-home-concept[data-c5-live-home]
  .sf4-brand-rail[data-brand-rail="v2"]
  .sf4-brand-rail__viewport::before,

  body.sf-home-concept[data-c5-live-home]
  .sf4-brand-rail[data-brand-rail="v2"]
  .sf4-brand-rail__viewport::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
    opacity: 0 !important;
  }
}
