/* Prevent the homepage hero artwork overlay covering Plant Finder/tool content. */
body.ct-public-garden-page .hero::before,
body.ct-public-garden-page .search-hero::before {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.ct-public-garden-page .hero > .wrap,
body.ct-public-garden-page .search-hero > .wrap {
    position: relative;
    z-index: 3;
    opacity: 1 !important;
    filter: none !important;
}
