/* LEMURIAN_BAZAAR_EXACT_HERO_REPLACE_V103 */

/*
 * Hide the theme-generated exact hero only when the positioning runtime has
 * positively confirmed that the shared banner carousel exists.
 */
html.lb-shared-banner-top-ready .lb-exact-hero {
  display: none !important;
}

html.lb-shared-banner-top-ready #lb-shared-web-banners {
  display: block !important;
  width: 100% !important;
  margin: 8px 0 18px !important;
  position: relative !important;
  z-index: 2;
}

/* Keep the top carousel aligned with the theme homepage cards. */
html.lb-shared-banner-top-ready #lb-shared-web-banners.lb-web-banners--exact-top {
  border-radius: 18px;
  overflow: hidden;
}

/* Avoid a second/lower visual gap after the carousel is physically moved. */
html.lb-shared-banner-top-ready #lb-shared-web-banners + .lb-common-categories {
  margin-top: 0;
}

@media (max-width: 720px) {
  html.lb-shared-banner-top-ready #lb-shared-web-banners {
    margin: 6px 0 14px !important;
    border-radius: 14px;
  }
}
