@media screen and (min-width: 988px) {
  .megamenu__bu-container[data-bu-target$="accessories"] .megamenu__column--5 {
    display: none;
  }

  .megamenu__bu-container[data-bu-target$="accessories"] .megamenu__column {
    width: 25%;
  }
}

@media screen and (max-width: 47.9375em) {
  [data-section$="accessories_brands_mobile"] .megamenu__section-link:after,
  [data-section$="accessories_women_mobile"] .megamenu__section-link:after,
  [data-section$="accessories_men_mobile"] .megamenu__section-link:after {
    display: none;
  }

  [data-section$="accessories_brands_mobile"],
  [data-section$="accessories_women_mobile"],
  [data-section$="accessories_men_mobile"] {
    background-color: #e5e5e5;
    touch-action: none;
    pointer-events: none;
  }
}
