/* Replaces the former category-navigation block with the supplied product showcase. */
#module-8ufacLcm7885L0lA .module-info {
  margin: 0 auto 3rem !important;
  max-width: 980px;
}

#module-8ufacLcm7885L0lA .all-categories-shell {
  display: none;
}

#module-8ufacLcm7885L0lA .module-info::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 795 / 364;
  background: url('/catalog/contact-lenses/home-products.png') center / contain no-repeat;
}

@media (max-width: 767px) {
  #module-8ufacLcm7885L0lA .module-info {
    margin-bottom: 1.5rem !important;
  }
}

/* Remove the previous storefront logo from the public header. */
.header-content .logo,
.header-mobile .logo {
  display: none !important;
}

/* Remove the mobile-header search button while preserving the menu. */
.header-mobile .mobile-open-search {
  display: none !important;
}

/* Hide every public-header search launcher, including compact desktop layouts. */
.header .btn-open-search-modal,
header .btn-open-search-modal,
.header-content .right-btn .nav-item:has(.btn-open-search-modal) {
  display: none !important;
}
