/* Small, explicit overrides shipped without a build step. */

@media (max-width: 767.98px) {
  /* Always hide the rope trigger on mobile. */
  [data-deals-rope] {
    display: none !important;
  }

  /* Ensure the header Deals button can show on mobile. */
  [data-deals-nav] {
    display: inline-flex !important;
  }
}
