@media print, screen and (max-width: 64em) and (min-width: 48em) {
  .megamenu__bu-link {
    padding: 0.4em 0.8em;
  }

  .megamenu__bu-item[data-bu*="special_offers"] {
    display: none;
  }
}

/* Pantone 200c */
.megamenu__bu-item[data-bu$="-special_offers"] > .megamenu__bu-link,
.megamenu__bu-item[data-bu$="-special_offers_mobile"] > .megamenu__bu-link {
  color: #ec3340;
}

