.ex-content-page .homepage-custom.hero {
  min-height: 532px;

  &:hover .accent-wrapper .accent {
    left: -80px !important;
  }
  .accent-wrapper .accent {
    left: 0;
    
    &::after {
    	display: none;
    }
  }
}

/* changing horizontal nav width to fit all categories - ECOMM02-3386 */
.menu .catalog-block .container {
  width: fit-content;
  max-width: 100%;
}

.menu .additional_linkslist li.menuitem a {
  white-space: wrap;
  text-align: center;
}