/* Mobile tap-target hardening: visual sizes stay compact while controls meet 44px. */
@media (max-width: 767px) {
  .mx-mobile-toggle,
  .mx-hero__nav,
  .mx-split__next,
  .mx-sunshine__next,
  .mx-explore__next,
  .mx-outlet__next,
  .mx-tintorbs__next,
  .mx-servpills__nav,
  .mx-rail__nav,
  .mx-brands-rail__nav,
  .mx-header__action,
  .mx-product-card__wishlist,
  .mx-shop-frame__all,
  .mx-shop-spot,
  .mx-footer__action,
  .swiper-button-prev,
  .swiper-button-next {
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .mx-explore__tab,
  .mx-cookie__btn,
  .mx-plp-seo__more,
  .mx-skip,
  .mx-brand-discover__all,
  .mx-split__all,
  .mx-househeart__btn,
  .mx-featdeals__all,
  .mx-sunshine__all,
  .mx-radar__all,
  .mx-outlet__all,
  .mx-ritualpick__all,
  .mx-tintorbs__all,
  .mx-carehere__all,
  .mx-section-title__link,
  .mx-campaigns__all,
  .mx-deals__all,
  .mx-nightdeals__all,
  .mx-cadde-heart__btn,
  .mx-product-card__brand,
  .mx-product-card__name,
  .mx-blog-hcard__title a,
  .mx-house-rail__link,
  .mx-footer a {
    min-height: 44px !important;
    display: inline-flex;
    align-items: center;
  }

  .mx-section-title__link,
  .mx-brands-rail__nav,
  .mx-blog-hcard__title a,
  .mx-house-rail__link {
    min-height: 46px !important;
  }

  .mx-brands-rail__nav,
  .mx-footer a {
    min-width: 46px !important;
  }

  .mx-hero__dot {
    position: relative;
  }

  .mx-cookie a {
    min-height: 44px !important;
    display: inline-flex;
    align-items: center;
  }

  .mx-hero__dot::before {
    content: "";
    position: absolute;
    inset: -18px -8px;
  }
}
