/*inner pages css*/
.filter_sidebar .block-facet--checkbox h2:focus-visible {
    outline: 2px solid var(--green);
    outline-offset: 2px;
}
/******************* INNER PAGE SLIDER CSS STARTS HERE ******************/
.product-slider-main .bird-page-slider-container .bird-page-slide img {
    visibility: visible;
}
/* Add gradient background */
.product-slider-main {
    background: transparent url(/themes/custom/plants/css/img/Slider-banner-BG-Gradients.png) no-repeat center center/100% 115%;
}

.nas-popup-gallery .attribution {
    display: flex;
    justify-content: center;
    height: 75px;
    width: 100%;
    box-sizing: border-box;
    background: #242a37;
    gap: 0 20px;
    z-index: 2;
    color: #f7f7f7;
    -webkit-font-smoothing: antialiased;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 5px;
    position: relative;
}

.nas-popup-gallery .attribution .attribution-left,
.nas-popup-gallery .attribution .attribution-right {
    flex-shrink: 0;
    flex-grow: 0;
    width: calc(50% - 10px);
    max-width: 700px;
}

.nas-popup-gallery .attribution .attribution-left {
    text-align: left;
}

.nas-popup-gallery .swiper-slide .attribution .media-name {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
    color: #f7f7f7;
    font-family: var(--font-merriweather);
}

.nas-popup-gallery .attribution .attribution-left .media-caption {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #f7f7f7;
    font-family: var(--font-montserrat);
}

.nas-popup-gallery .attribution .attribution-right {
    text-align: right;
}

.nas-popup-gallery .attribution .attribution-right .media-credits {
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: #f7f7f7;
    font-family: var(--font-montserrat);
}

.bird-page-slider-container .media-attribution .credit-intro,
.bird-page-slider-container .media-attribution .credit-value {
    display: none;
}

/******************* INNER PAGE SLIDER CSS ENDS HERE ******************/

/******************* INNER PAGE SIDEBAR SLIDER CSS STARTS HERE ******************/
.sidebar .owl-slider .item>a {
    display: block;
}

.sidebar .owl-slider .item>a h6 {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-family: var(--font-opensans);
    font-weight: 400;
    font-style: italic;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    margin: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem 2rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sidebar .owl-slider .item>a img {
    display: block;
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.sidebar .owl-slider .owl-carousel .owl-nav button[type="button"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0;
    line-height: 2.2rem;
}

.sidebar .owl-slider .owl-carousel .owl-nav button[type="button"].owl-prev {
    left: .5rem;
}

.sidebar .owl-slider .owl-carousel .owl-nav button[type="button"].owl-next {
    right: .5rem;
}

.sidebar .owl-slider .owl-carousel .owl-nav button[type="button"] span {
    display: block;
    color: #fff;
    font-size: 4rem;
    position: relative;
    top: 1px;
}

.sidebar .owl-slider .owl-carousel .owl-nav button[type="button"]:hover span,
.sidebar .owl-slider .owl-carousel .owl-nav button[type="button"]:focus span {
    opacity: .7;
}

/******************* INNER PAGE SIDEBAR SLIDER CSS ENDS HERE ******************/

/******************* INNER PAGE [PLANT PAGE] CSS STARTS HERE ******************/
.layout-container .region.region-breadcrumb {
    padding: 1rem 0;
    border-bottom: 0.1rem solid #ddd;
}

.layout-container .region.region-breadcrumb>.breadcrumb {
    padding: 1.5rem 1rem;
}

.layout-container .region.region-breadcrumb>.breadcrumb .item-list ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 4.5rem;
}

.layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li:first-child {
    margin: 0;
    margin-left: -4.5rem;
}

.layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li:first-child::before {
    display: none;
}

.layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li::before {
    position: relative;
    content: " ";
    background: transparent url("../img/caret-right.png") no-repeat center/auto 16px;
    margin: 0 1rem 0 0;
    font-size: 0;
    width: 12px;
    height: 2.4rem;
    display: block;
}

.layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li {
    margin: 0 0 0 1rem;
    display: flex;
    align-items: center;
}

.layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li a {
    display: inline-block;
    font-weight: 400;
    height: 2.4rem;
}

.layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li a .home-icon {
    margin: 0;
}

.layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li a .home-icon img {
    max-width: 2.4rem;
}

.layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li span.breadcrumb-current {
    font-weight: 700;
    color: var(--blue);
}

.plant-page-wrapper .mobile-tab {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    clear: both;
}

.plant-page-wrapper .mobile-tab ul.mobile-items {
    margin: 0;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 1rem;
    list-style-type: none;
    border-bottom: 0.1rem solid var(--green);
}

/* Add check mark to active mobile tab button using the existing check.png image */
.plant-page-wrapper .mobile-tab ul.mobile-items li button.mobile-tab-btn.active span {
    background-image: url("../img/check-green.png");
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 14px auto;
    padding-left: 2.5rem;
}

/* Make sure the button has relative positioning if needed for other elements */
.plant-page-wrapper .mobile-tab ul.mobile-items li button.mobile-tab-btn {
    position: relative;
}

.plant-page-wrapper .mobile-tab ul.mobile-items li {
    display: block;
    width: 50%;
    margin: 0;
}

.plant-page-wrapper .mobile-tab ul.mobile-items li button.mobile-tab-btn {
    width: 100%;
    border-color: var(--green);
    padding: 1.4rem 0.4rem;
    background: var(--white);
    color: var(--green);
    border-bottom: 0;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.plant-page-wrapper .mobile-tab ul.mobile-items li button.mobile-tab-btn:not(.active),
.plant-page-wrapper .mobile-tab ul.mobile-items li button.mobile-tab-btn:not(.active):hover {
    background: var(--green);
    color: var(--white);
}

.plant-page-wrapper .mobile-tab ul.mobile-items li:first-child button.mobile-tab-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.plant-page-wrapper .mobile-tab ul.mobile-items li:last-child button.mobile-tab-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.plant-page-wrapper .mobile-tab ul.mobile-items li button.mobile-tab-btn.active {
    border-bottom: 0.1rem solid #fff;
    margin-bottom: -0.1rem;
}

/******************* INNER PAGE [PLANT PAGE] CSS ENDS HERE ******************/
.thankyou-wrapper {
    padding: 15rem 0;
    background: transparent url(/themes/custom/plants/css/img/Slider-banner-BG-Gradients.png) no-repeat center center/100% auto;
}

.error-wrapper {
    padding: 12rem 0;
    position: relative;
}

.thankyou-wrapper h4,
.error-wrapper p,
.error-wrapper h4 {
    text-align: center;
}

.error-wrapper h4 {
    font-size: 38rem;
    line-height: 40rem;
    margin: 0;
    color: rgba(1, 123, 167, .1);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.popular-error-page .home-popular-plants-slider {
    margin-top: 5rem !important;
}

.error-wrapper p {
    margin: 0;
    position: relative;
    z-index: 2;
    font-size: 2.4rem;
    line-height: 3.6rem;
}

.error-wrapper p em {
    font-style: italic;
    font-size: 2.4rem;
    max-width: 50rem;
    display: block;
    margin: 0 auto;
    line-height: 3.6rem;
}

.error-wrapper .error-content .error-button {
    margin: 2rem 0 0;
    position: relative;
    z-index: 2;
}

.thankyou-wrapper .thankyou-button,
.error-wrapper .error-button {
    align-items: center;
    display: flex;
    justify-content: center;
    grid-gap: 3.5rem;
    margin: 3.5rem 0 0;
    width: 100%;
    clear: both;
}

.thankyou-wrapper .thankyou-button a.primary-btn,
.error-wrapper .error-button a.primary-btn {
    color: #fff;
    background-color: var(--green);
    border: 0.1rem solid var(--green);
    padding: 1.2rem 1.6rem;
    text-decoration: none;
    border-radius: 0.8rem;
    letter-spacing: 1.28px;
    font-size: 2rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    font-weight: 600;
}

.error-wrapper .error-button a.primary-btn {
    min-width: 16rem;
    text-align: center;
}

.thankyou-wrapper .thankyou-button a.primary-btn:hover,
.error-wrapper .error-button a.primary-btn:hover {
    background: transparent;
    color: var(--green);
}

.block-page-title-block {
    width: 100%;
    margin: 1.5rem 0;
}

.product-identification {
    display: block;
    width: 100%;
    margin: 0 0 3rem;
}

.product-identification .botonical-name {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
    font-family: var(--font-opensans);
    font-style: italic;
    text-align: center;
    padding: 0 1.5rem;
}

.product-identification .common-names {
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
    padding: 0 1.5rem;
}

.product-identification .common-names span {
    display: block;
    position: relative;
    margin: 0 0 2px;
}

.product-identification .common-name-list,
.product-identification .common-name-list span {
    display: inline-block;
}

/* Plant page specific styles */
.plant-page-wrapper .top-attributes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.plant-page-wrapper .attributes-row-1,
.plant-page-wrapper .attributes-row-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}

.plant-page-wrapper .attributes-row-1 strong,
.plant-page-wrapper .attributes-row-2 strong {
    font-weight: normal;
    color: var(--green);
}

.plant-page-wrapper .at-a-glance .top-attributes>div .attribute-item .item-img {
    border: 0.1rem solid var(--green);
    border-radius: 4px;
    min-width: 4.4rem;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0.5rem;
    margin: 0 1rem 0 0;
}

.plant-page-wrapper .attributes-row-1 {
    justify-content: space-between;
    margin: 0 0 2rem;
}

.plant-page-wrapper .attributes-row-2 {
    justify-content: flex-start;
}

.plant-page-wrapper .at-a-glance .top-attributes>div .attribute-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar-scroller .dropdown-wrapper .dropdown-content {
    margin-top: 10px;
}

.sidebar-scroller .dropdown-wrapper .dropdown-content li {
    margin: 0 0 0 10px;
    font-weight: 500;
}

.sidebar-scroller .dropdown-wrapper .dropdown-content .content-block {
    margin-left: 20px;
}

.sidebar-scroller .dropdown-wrapper .dropdown-content>span {
    margin-left: -1.3rem;
    font-weight: 500;
}

.sidebar-scroller .dropdown-wrapper .dropdown-content li .field__item {
    font-weight: 500;
}

.sidebar-scroller .dropdown-wrapper .dropdown-content li strong,
.sidebar-scroller .dropdown-wrapper .dropdown-content li .field__item,
.sidebar-scroller .dropdown-wrapper .dropdown-content li .field__items {
    display: inline;
}

.sidebar-scroller .dropdown-wrapper .dropdown-content .content-block>span>strong,
.sidebar-scroller .dropdown-wrapper .dropdown-content li>strong {
    color: var(--green);
    font-weight: normal;
}

.sidebar-scroller .dropdown-wrapper .dropdown-content li .field__item::after {
    display: none;
}

.sidebar-scroller .dropdown-wrapper ul.green-dot-list li::marker {
    color: var(--green);
}

.right-side-content .sidebar .sidebar-col .at-a-glance {
    margin: 0 0 3rem;
}

.at-a-glance .top-attributes .attribute-item img {
    display: block;
    object-fit: cover;
}

.plant-page-wrapper .attributes-row-2 .attribute-item {
    flex: 0 1 calc(33.333% - 1rem);
    /* For 2 items in second row */
}

.green-text {
    color: var(--green);
}

.normal-text {
    font-weight: normal !important;
}

.plant-page-wrapper .attributes-row-2 .attribute-item:last-child .attribute-content img {
    max-width: 100%;
    width: 100%;
}

.plant-page-wrapper .at-a-glance .top-attributes>div .attribute-item .attribute-content>.size-details>div {
    position: relative;
}

.attribute-content>.size-details .range-img {
    border: 0.1rem solid var(--green);
    width: 2.8rem;
    height: 2.8rem;
    padding: 0.4rem;
    margin: 0 1rem 0 0;
    border-radius: 4px;
}

.size-details .height-range>div span,
.size-details .width-range>div span {
    font-weight: 600;
}

.plant-page-wrapper .at-a-glance .top-attributes>div .attribute-item .attribute-content>.size-details .height-range,
.plant-page-wrapper .at-a-glance .top-attributes>div .attribute-item .attribute-content>.size-details .width-range {
    display: flex;
    align-items: center;
}

.plant-page-wrapper .at-a-glance .top-attributes>div .attribute-item .attribute-content>.size-details .height-range {
    margin: 0 0 5px;
}

.plant-page-wrapper .at-a-glance .top-attributes>div .attribute-item .attribute-content>.size-details img {
    width: 2rem;
}

.sidebar-scroller .at-a-glance,
.sidebar-scroller .dropdown-wrapper {
    margin: 0 0 10px;
    display: block;
}

.sidebar-scroller .dropdown-wrapper .dropdown-toggle strong {
    cursor: pointer;
    font-weight: normal;
    color: var(--green);
}

.sidebar-scroller .dropdown-wrapper .dropdown-toggle strong span {
    margin-right: 8px;
    font-size: 2.4rem;
    position: relative;
    top: 2px;
}

.sidebar-advertisement-container {
    padding-top: 25px;
    border-top: 2px solid #eeeeee;
}

.right-side-content .sidebar .sidebar-col h3 {
    margin-bottom: 1rem;
    font-size: 2.8rem;
    line-height: 3.8rem;
}

.right-side-content .sidebar .sidebar-col hr.seperated-line {
    margin-top: 2rem;
}

.sidebar-products-coro {
    display: block;
    width: 100%;
    margin: 2.5rem 0 0;
}

.para-intro {
    margin: 5.5rem 0 1.5rem;
}

.right-side-content .row .details-content .field.field--name-field-paragraph-component {
    margin-top: 0.4rem;
}

.para-intro>p {
    font-size: 2.5rem;
    line-height: 3.75rem;
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    letter-spacing: .04em;
}

.page-node-type-plant-page .layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li:last-child::before {
    content: none;
}

.layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li .dropdown-wrapper .plant-dropdown-toggle {
    background-image: url("../img/arrow-slider-right-hover.png");
    font-size: 0;
    border: 0;
    background-size: auto 1.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    transform: rotate(90deg);
}

.layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li .dropdown-wrapper .plant-dropdown-toggle:hover {
    background-image: url("../img/arrow-slider-right.png");
}

nav.breadcrumb {
    padding: 0;
}

.mobile-toggle-block {
    position: relative;
}

.mobile-toggle-block .mobile-toggle-content {
    position: absolute;
    z-index: 99;
    left: 0;
}

.page-node-type-plant-page main.main-content {
    position: relative;
}

.page-node-type-plant-page .region.region-content-above {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#block-plants-secondaryheader.block-block-groupsecondary-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#block-plants-secondaryheader.block-block-groupsecondary-header .block-addtoany {
    position: absolute;
    right: 12rem;
    width: auto;
}

#block-plants-secondaryheader.block-block-groupsecondary-header .block-addtoany span {
    display: block;
}

#block-plants-secondaryheader.block-block-groupsecondary-header .block-addtoany>span {
    text-align: right;
}

#block-plants-secondaryheader.block-block-groupsecondary-header .block-addtoany>span>a {
    display: inline-block;
}

#block-plants-secondaryheader.block-block-groupsecondary-header h1.page-title {
    margin: 0;
    background: var(--bg-color);
    width: 100%;
    text-align: center
}

#block-plants-secondaryheader.block-block-groupsecondary-header h1.page-title.title-scrolled {
    position: fixed;
    top: 7rem;
    padding: 1rem 0;
    z-index: 99;
    font-size: 4rem;
    line-height: 5rem;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .4);
}

.right-side-content {
    margin: 0 0 5rem;
}

.right-side-content .row {
    align-items: flex-start;
    overflow: visible;
    flex-wrap: wrap;
}

.right-side-content .row .col-md-4 {
    width: 33.33%;
    padding: 0 1.5rem;
    transition: all .6s ease;
    transition-duration: 0.6s;
    transition-duration: .45s;
    position: sticky;
    top: 15rem;
    position: -webkit-sticky;
    display: block;
}

.right-side-content .row .col-md-8 {
    width: 66.66%;
    padding: 0 1.5rem;
}

.right-side-content .sidebar {
    display: block;
    padding-right: 3rem;
}

.right-side-content .row .details-content {
    padding-left: 3rem;
}

.right-side-content .row .col-md-8 .accordion-container {
    width: 100%;
    margin: 0 0 15px;
}

.right-side-content .row .col-md-8 .accordion-container .content-entry.open {
    background: rgba(201, 223, 138, .1);
}

.right-side-content .accordion-container .accordion-content {
    padding: 1rem 4.5rem 2rem 2.4rem;
}

.right-side-content .accordion-container .accordion-content>ul {
    padding-left: 20px;
}

.right-side-content .accordion-container .accordion-content>ul>li {
    margin: 0 0 1rem;
}

.right-side-content .accordion-container article.first-accordion-reset .accordion-content {
    padding: 0;
}

.right-side-content .accordion-container h4.article-title i {
    top: 18px;
}

#at-a-glance.at-a-glance {
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #000;
}

.attribute-content>span .field__item {
    font-weight: 600;
}

.at-a-glance .views-field .field-content details {
    border: 0;
}

.right-side-content .sidebar .sidebar-col .owl-slider .item {
    position: relative;
}

.at-a-glance .views-field .field-content details>.views-field {
    padding-left: 15px;
    position: relative;
}

.at-a-glance .views-field .field-content details>.views-field.views-field-field-characteristics,
.at-a-glance .views-field .field-content details>.views-field.views-field-field-characteristics-key {
    padding-left: 0
}

.at-a-glance .views-field .field-content details>.views-field.views-field-field-characteristics::before,
.at-a-glance .views-field .field-content details>.views-field.views-field-field-characteristics-key::before {
    display: none;
}

.at-a-glance .views-field .field-content details>.views-field:before,
.at-a-glance .views-field .field-content details>.views-field .item-list ul li:before {
    content: "";
    width: 6px;
    position: absolute;
    top: 10px;
    left: 0;
    height: 6px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.at-a-glance .views-field .field-content details>.views-field .item-list ul li {
    margin: 0;
    position: relative;
    padding-left: 15px;

}

.main-engagement-card-redesign {
    margin: 0 0 30px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
}

.main_content-ads-block {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main_content-ads-block a.main-engagement-card-link {
    display: inline-block;
}

.main_content-ads-block a.main-engagement-card-link .main-engagement-card-photo {
    display: block;
}

.main_content-ads-block a.main-engagement-card-link .main-engagement-card-photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.engagement-card-redesign {
    display: flex;
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
    /* width: 335px; */
    width: 100%;
    height: 542px;
    max-width: 100%;
    aspect-ratio: 0.6180811808;
    border-radius: 16px;
    box-shadow: 0 1px 1px rgba(212, 212, 212, 0.1);
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-property: box-shadow, transform;
}

.engagement-card-redesign:hover {
    top: -1px;
    transform: translateY(-1px);
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.7)
}

.engagement-card-redesign a.engagement-card-link {
    background: transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 16px;
}

.engagement-card-redesign .engagement-card-photo {
    position: relative;
    resize: none;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.engagement-card-redesign .engagement-card-photo img {
    transition: transform 0.2s;
    width: 100%;
    height: 100%;
}

.engagement-card-redesign:hover .engagement-card-photo img {
    transform: scale(1.1);
}

.engagement-card-redesign .engagement-card-content {
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 24px;
}

.engagement-card-redesign .engagement-card-content .card-section {
    display: block;
}

.engagement-card-redesign .engagement-card-content .card-section span {
    color: #FFF;
    background-color: transparent;
    display: inline-flex;
    position: relative;
    text-decoration: none !important;
    transition: background-color 300ms ease-out, border-color 300ms ease-out;
    margin: 0;
    padding: 6px 15px 6px 15px;
    vertical-align: middle;
    border: 1.5px solid #FFF;
    white-space: normal;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.09em;
    opacity: 0.9;
    font-family: var(--font-montserrat);
}

.engagement-card-redesign:hover .engagement-card-content .engagement-card-headline h2 {
    color: var(--blue);
}

.engagement-card-redesign .engagement-card-content .engagement-card-headline h2 {
    color: #FFF9F0;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: -0.165px;
}

.engagement-card-redesign .card-gradient {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.73;
    mix-blend-mode: multiply;
}

.engagement-card-redesign .card-gradient.top {
    top: 0;
    height: 125px;
    background: linear-gradient(0deg, rgba(2, 7, 20, 0) 5.05%, #020714 100%);
}

.engagement-card-redesign .card-gradient.bottom {
    bottom: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(2, 7, 20, 0) 5.05%, #020714 100%);
}

a:focus-visible {
    outline: 0;
}

.image-item img {
    border-radius: 8px;
}

.sidebar-col .image-item img {
    max-height: 200px;
}

.right-side-content .sidebar .sidebar-col hr {
    border-top: 2px solid #e5e5e5;
}

a.mobile-native-share i.fas.fa-share-alt {
    color: var(--green);
}

/**************************** ABOUT US CSS STARTS HERE ***********************/
.two-colomn-content {
    display: flex;
    justify-content: space-between;
}

.two-colomn-content>div {
    width: 50%;
}

.two-colomn-content .basic-left-side-content {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 5rem 7.2rem;
}

.basic-left-side-content .page-left-title {
    position: relative;
    z-index: 2;
}

.two-colomn-content .basic-left-side-content h4 {
    color: #fff;
    display: block;
    width: 100%;
    font-family: var(--font-montserrat);
}

.basic-left-side-content .page-left-title p {
    color: #fff;
}

.two-colomn-content>div.basic-right-side-content {
    padding: 5rem 7.2rem;
}

.two-colomn-content>div.basic-right-side-content>div.basic-right-side-content .content-item {
    margin: 0 0 1.8rem;
}

div.basic-right-side-content .content-item:last-child {
    margin: 0;
}

div.basic-right-side-content .content-item .webform-contact .form-actions.webform-actions .webform-button--submit.button {
    margin: 0 auto;
    display: block;
}

div.basic-right-side-content .content-item .webform-contact .js-form-item.form-item label {
    display: block;
    width: 100%;
}

div.basic-right-side-content .content-item .webform-contact .js-form-item.form-item input,
div.basic-right-side-content .content-item .webform-contact .js-form-item.form-item select,
div.basic-right-side-content .content-item .webform-contact .js-form-item.form-item textarea {
    display: block;
    width: 100%;
    padding: 0 1rem;
    background: #fff;
    border: 3px solid #000;
    border-radius: 4px;
}

div.basic-right-side-content .content-item .webform-contact .js-form-item.form-item input,
div.basic-right-side-content .content-item .webform-contact .js-form-item.form-item select {
    height: 3.6rem;
}

div.basic-right-side-content .content-item .webform-contact .js-form-item.form-item input.error, div.basic-right-side-content .content-item .webform-contact .js-form-item.form-item select.error, div.basic-right-side-content .content-item .webform-contact .js-form-item.form-item textarea.error{
    border: 2px solid red;
}

div.basic-right-side-content .content-item .webform-contact .webform-submission-form strong.error.form-item--error-message {
    font-weight: 400;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}

div.basic-right-side-content .content-item .webform-contact .webform-submission-form strong.error.form-item--error-message:before {
    margin-right: 1rem;
}

/**************************** ABOUT US CSS ENDS HERE ***********************/

/**************************** TERMS OF USE CSS STARTS HERE ***********************/
.page-title-sticky {
    text-align: center;
    position: sticky;
    top: 16rem;
    padding: .5rem 0;
    z-index: 1000;
    background: var(--bg-color);
    margin: 3rem 0 0rem;
}

body.sticky-title .page-title-sticky {
    top: 7rem;
    box-shadow: 0 2px 4px #ccc;
}

.page-sub-title {
    text-align: center;
    margin: .5rem 0 1.5rem;
}

.node--type-page .node__content .paragraph-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 2rem 2rem;
}

.node--type-page .node__content .paragraph-content::before {
    content: "";
    display: block;
    width: 100%;
    background: #000;
    height: 1px;
    margin: 3rem 0;
}

/**************************** TERMS OF USE CSS ENDS HERE ***********************/

/**************************** PARENTS PAGE CSS STARTS HERE ***********************/
.layout-wrapper {
    display: flex;
}

.layout-wrapper .custom-left-sidebar {
    width: 38%;
    padding-right: 10%;
}

.popular-wrapper {
    margin: 8rem 0;
}

.popular-wrapper .popular-item a {
    display: block;
}

.popular-wrapper .popular-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 24rem;
    object-fit: cover;
    border-radius: 0.8rem;
}

.popular-wrapper h2.popular-heading,
.popular-wrapper .popular-item,
.popular-wrapper .popular-item a .popular-title,
.popular-wrapper .advertisement-block,
.popular-wrapper .popular-cta,
.ads-button-cta,
.youtube-video {
    width: 100%;
    display: block;
    clear: both;
    margin: 0 0 2rem;
}

.popular-wrapper .popular-item a .popular-title {
    margin: .5rem 0 0;
    text-transform: capitalize;
    font-size: 1.6rem;
    line-height: 2rem;
}

.popular-wrapper .popular-cta a.ext,
.ads-button-cta a {
    /* background: var(--green);
    border: 2px solid var(--green);
    color: var(--white);
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1rem; */
    margin: 0 auto;
    color: #000;
    width: 30rem;
    display: block;
    text-align: center;
    /* text-decoration: none; */
}

.popular-wrapper .popular-cta a.ext:hover,
.popular-wrapper .popular-cta a.ext:focus,
.ads-button-cta a:hover,
.ads-button-cta a:focus {
    /* background: #fff;
    color: var(--green);
    text-decoration: none; */
}

.popular-wrapper .advertisement-block a {
    display: block;
}

.popular-wrapper .advertisement-block a img {
    height: 24rem;
    object-fit: cover;
}

.layout-wrapper .layout-content {
    width: 72%;
    padding: 0;
    margin: 8rem 0;
}

.layout-wrapper .layout-content .page-title {
    margin: 1rem 0 2rem;
}

.layout-wrapper .layout-content .article-short-title {
    position: sticky;
    top: 16rem;
    background: var(--bg-color);
    padding: 1rem 0;
    display: none;
}

.popular-wrapper>h3 {
    position: sticky;
    top: 16rem;
    background: var(--bg-color);
    padding: 1rem 0;
}

.layout-wrapper .layout-content .article-short-title h1 {
    text-align: center;
    margin: 0;
}

.layout-wrapper .layout-content .article-short-title.title-short-scrolled {
    display: block;
}

.layout-wrapper .layout-content .article-share-button .node__submitted span.field.field--name-uid {
    font-weight: bold;
}

body.sticky-title .layout-wrapper .layout-content .article-short-title,
body.sticky-title .popular-wrapper>h3 {
    top: 7rem;
}

.layout-wrapper .layout-content .title-subtext {
    margin: 0 0 1.6rem;
    font-size: 2rem;
    line-height: 2.8rem;
}

.layout-wrapper .layout-content .node__meta {
    margin: 0 0 1.2rem;
}

.layout-wrapper .layout-content .image-links-wrapper {
    display: flex;
    margin: 0 0 5rem;
}

.youtube-video iframe {
    width: 100%;
    height: 24rem;
}

.layout-wrapper .layout-content .image-left {
    text-align: left;
    width: 100%;
}

.layout-wrapper .layout-content .image-left img {
    object-fit: contain;
    height: auto;
    object-fit: contain;
    display: inline-block;
    float: none;
    width: auto;
    border-radius: 0.8rem;
}

.layout-wrapper .layout-content .image-left .photo-caption {
    margin: 1rem 0 0;
    display: block;
}

.layout-wrapper .layout-content .image-left .photo-credit {
    color: #777;
}

.layout-wrapper .layout-content .image-left .photo-credit a {
    color: #777;
    text-decoration: underline;
}

.layout-wrapper .layout-content .image-left .photo-credit a:hover {
    text-decoration: none;
}

.layout-wrapper .layout-content .article-share-button .links-right {
    width: 5rem;
    margin-left: 3rem;
}

.layout-wrapper .layout-content .article-share-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
}

.layout-wrapper .layout-content .article-share-button .node__submitted {
    max-width: calc(100% - 8rem);
}

.explore-more-content {
    width: 100%;
    clear: both;
    margin: 7rem 0 0;
}

.explore-more-content .popular-heading {
    margin: 0 0 2rem;
    text-align: center;
}

.explore-more-content .popular-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    grid-row-gap: 2rem;
}

.explore-more-content .popular-content .popular-item {
    width: 33.333%;
    padding: 0 1rem;
}

.explore-more-content .popular-content .popular-item a {
    display: block;
}

.explore-more-content .popular-content .popular-item a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 24rem;
    object-fit: cover;
    border-radius: 0.8rem;
}

.explore-more-content .popular-content .popular-item a .popular-title {
    margin: .5rem 0 0;
    text-transform: capitalize;
    font-size: 2rem;
    line-height: 2.8rem;
}

.layout-wrapper .custom-left-sidebar .paragraph>div.youtube-video,
.layout-wrapper .custom-left-sidebar .paragraph>div.advertisement-block {
    margin-bottom: 2rem;
}

.layout-wrapper .custom-left-sidebar .paragraph>div {
    margin-bottom: 13rem;
}

.layout-wrapper .custom-left-sidebar .paragraph>div.youtube-video iframe {
    border-radius: .8rem;
}
.listing_page {
    padding: 5.5rem 0;
}
.listing_page aside.filter_sidebar, 
.listing_page .layout-content {
    padding: 0 1.5rem;
    max-width: 100%;
}
.listing_page aside.filter_sidebar {
    width: 38rem;
}
.listing_page .layout-content {
    width: calc(100% - 38rem);
    padding-left: 2.5rem;
}
.filter_sidebar .region-sidebar {
    border: 0.1rem solid #ccc;
    border-radius: 0.8rem;
    padding: 2rem;
}
.filter_sidebar .block-facet--checkbox h2 {
    font-family: var(--font-montserrat);
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0;
    background-image: url("../img/filter_close.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 2.5rem auto;
    cursor: pointer;
}
.filter_sidebar .block-facet--checkbox h2.active {
    color: var(--green);
    background-image: url("../img/filter-active-arrow.png");
    font-weight: 600;
}
.filter_sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    min-width: 2.2rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
input[type="checkbox"]:focus {
    border-color:var(--green);
}
input[type="checkbox"]:checked {
  background: url("../img/checked-mark.png") no-repeat center center;
  background-size: 2.3rem auto;
  border-color: var(--green);
  background-color: var(--green); 
}
.flower_color-filter-block input[type="checkbox"]:checked {
  background: url("../img/outline-checkmark.png") no-repeat center center;
  background-size: 2rem;
}
.filter_sidebar .region-sidebar>h2 {
    color: var(--green);
    font-size: 2.4rem;
    letter-spacing: 0;
    font-weight: 600;
    font-family: var(--font-montserrat);
    line-height: 2.9rem;
    margin: 0 0 2.2rem;
}
.listing_page .grid-view .view-plants .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}
.listing_page .grid-view .view-plants .views-row {
    width: calc(33.33% - 2.7rem);
}
.listing_page .list-view .view-plants .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4rem;
}
.listing_page .view-plants .views-row {
    background: #fff;
    border-radius: 0.8rem;
    box-shadow: 0px 2px 2px  #e0e0e0;
    padding: 0 0 3rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.listing_page .view-plants .views-row:hover {
    box-shadow: 0px 4px 5px 0 #e0e0e0;
}
.listing_page .view-plants .views-row:focus,
.listing_page .view-plants .views-row .title a:focus .views-row{
    outline: 2px solid var(--green);
}
.listing_page .view-plants .views-row .views-field {
    padding: 0 2rem;
}
.listing_page .view-plants .views-row .views-field-nothing-1 {
    padding: 0 0 2rem;
}
.listing_page .view-plants .views-row .views-field-nothing-1 a {
	display: block;
}
.grid-view .description-section {
    display: none;
}
.listing_page .view-plants .views-row .views-field-nothing-1 img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    aspect-ratio: 1.4;
}
.view-plants .title-with-icons {
    display: flex;
    justify-content: space-between;
}
.listing_page .view-plants .views-row .title {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 0.6rem;
    line-height: 3rem;
}
.listing_page .view-plants .views-row .title a {
    color: #000;
    text-decoration: none;
}
.filter_sidebar .block-facet--checkbox  {
    border-bottom: 0.1rem solid #ccc;
    margin: 0 0 1.2rem;
}
.filter_sidebar .facets-widget-checkbox {
    display: none;
    padding: 0.4rem 0;
}
.filter_sidebar .facets-widget-checkbox ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.filter_sidebar .facets-widget-checkbox ul li.facet-item {
    margin: 0 0 1rem;
    display: flex;
    gap: 1rem;
}
.filter_sidebar .facets-widget-checkbox ul li.facet-item .facet-item__value {
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: capitalize;
}
.view-plants .view-content .title-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0.7rem;
    justify-content: end;
}
.view-plants .view-content .title-icons ul li {
    display: flex;
    background: #fff;
    border-radius: 0.4rem;
    border: 0.1rem solid #ccc;
    width: 3.4rem;
    height: 3.4rem;
    margin: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.view-plants .view-content .title-icons ul li img {
    width: 2.4rem;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.filter_sidebar .filter-checkbox ul li.facets-reset,
.filter_sidebar .filter-checkbox ul .facets-reset{
    display: none;
}
.listing_page .view-plants .views-row .botanical-section {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--green);
    font-style: italic;
    line-height: 2.2rem;
}
.list-view .view-plants .views-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0;
}
.list-view .view-plants .title-with-icons {
    display: block;
}
.view-plants .view-content .item-list ul li:nth-child(n+4) {
  display: none;
}
.view-plants .view-content .item-list ul {
    margin: 1rem 0 0;
    padding: 0;
}
.view-plants .view-content .item-list ul li {
    margin: 0 0 0 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
}
.filter_sidebar .tolerance-filter-block,
.filter_sidebar .windtolerance-filter-block,
.filter_sidebar .salttolerance-filter-block,
.filter_sidebar .coldtolerance-filter-block {
    border: 0;
    margin: 0;
}
.filter_sidebar .tolerance-filter-block .facets-widget-checkbox,
.filter_sidebar .windtolerance-filter-block .facets-widget-checkbox,
.filter_sidebar .salttolerance-filter-block .facets-widget-checkbox {
    padding: 0;
}
.button-filter-block .facets-widget-checkbox ul {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.filter_sidebar .button-filter-block .facets-widget-checkbox ul li {
    margin: 0;
    position: relative;
}
.filter_sidebar .button-filter-block .facets-widget-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
}
.filter_sidebar .button-filter-block .facets-widget-checkbox label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.8rem;
    height: 3.8rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.4rem;
    cursor: pointer;
    background: #fff;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.filter_sidebar .button-filter-block .facets-widget-checkbox ul li.facet-item .facet-item__value {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 3.6rem;
    text-align: center;
}
.filter_sidebar .button-filter-block:has(.active) {
    padding-bottom: 1rem;
}
.filter_sidebar .button-filter-block .facets-widget-checkbox label img {
  max-width: 2.7rem;
  max-height: 2.7rem;
  pointer-events: none;
}
.filter_sidebar .button-filter-block .facets-widget-checkbox label:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.filter_sidebar .button-filter-block .filter-tooltip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.filter_sidebar .button-filter-block .facets-widget-checkbox input[type="checkbox"]:focus + label {
  border-color: var(--green);
  outline: none;
}
.filter_sidebar .button-filter-block .facets-widget-checkbox input[type="checkbox"]:checked + label {
  border-color: var(--green);
}
.filter_sidebar .button-filter-block .facets-widget-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    color: #fff;
    font-weight: bold;
    background-image: url("../img/selected-btn.png");
    background-color: rgb(123 167 1 / 70%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 2.4rem auto;
    background-position: center;
}
.filter_sidebar fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    float: none;
    clear: both;
}
.filter_sidebar .bloom-time-month {
    border-top: 0.1rem solid #ccc;
    padding-top: 1.2rem;
    margin-top: 1.2rem;
}
.list-view .view-plants .views-row .primary-image {
    width: 35%;
    padding: 0 4.5rem 0 0;
    height: 100%;
}
.list-view .view-plants .views-row .views-field-nothing {
    width: 30%;
}
.list-view .view-plants .views-row .views-field-field-characteristics {
    width: 35%;
    padding: 0 3rem;
}
.list-view .view-plants .views-row .primary-image .field-content, 
.list-view .view-plants .views-row .primary-image .field-content > a {
    height: 100%;
    display: block;
}
.list-view .view-plants .views-row .primary-image img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.8rem;
    height: 100%;
}
.list-view .view-plants .views-row .botanical-section {
    font-size: 2rem;
    line-height: 2.4rem;
}
.list-view .view-plants .card-wrapper {
    position: relative;
    padding: 3rem 4rem 8rem 0;
    border-right: 0.2rem solid #E0E0E0;
}
.list-view .view-plants .card-wrapper .description-section {
    margin: 1rem  0 0;
}
.list-view .view-plants .view-content .item-list ul {
    margin: 0;
}
.list-view .view-plants .card-wrapper .title-icons ul li {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
}
.list-view .view-plants .view-content .item-list ul li {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.4rem;
    color: #000;
}
.list-view .view-plants .card-wrapper .title-icons ul li img {
    width: 2.8rem;
}
.list-view .view-plants .card-wrapper .title-icons {
    position: absolute;
    bottom: 2.4rem;
    left: 0;
}
.filter_sidebar .single-checkbox.block-facet--checkbox {
    border: 0;
    margin: 0;
}
.filter_sidebar .single-checkbox ul {
    margin-bottom: 0.2rem;
}
.filter_sidebar .single-checkbox ul li {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0;
}
.filter_sidebar .single-checkbox ul li .label {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--black);
}
.list-view .description-section {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-weight: 500;
}
.f-bloom-time-month-wrapper {
    display: none;
}
.sort-by-filters .views_btns {
    display: flex;
    align-items: center;
}
.sort-by-filters .views_btns svg.active-check {
    display: none;
    min-width: 1.8rem;
}
.sort-by-filters .views_btns span.active svg.active-check {
    display: inline-block;
}
.sort-by-filters .views_btns span.active {
    background: var(--green);
    border-color: var(--green);
}
.sort-by-filters .views_btns>span:hover {
    background: var(--green);
    border-color: var(--green);
}
.sort-by-filters .views_btns span.active svg path,
.sort-by-filters .views_btns>span:hover svg path {
    fill: #fff;
}
.sort-by-filters .views_btns>span {
    height: 4rem;
    line-height: 4rem;
    min-width: 4.2rem;
    text-align: center;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border: 0.1rem solid #d9d9d9;
    border-radius: 0.4rem;
}
.sort-by-filters .views_btns>span:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sort-by-filters .views_btns>span:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sort-by-filters .views_btns>span span.filter-tooltip {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sort-by-filters .views_btns span.active svg.sort-view path,
.sort-by-filters .views_btns>span:hover svg.sort-view path{
    stroke: #fff;
}
.sort-by-filters-inner {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1.5rem;
    margin: 0 0 2.4rem;
}
.sort-by-filters .sort-label {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.sort-by-filters .sort-label p {
    margin: 0;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: normal;
}
.filter_sidebar .f-plant-width-wrapper .fieldset-wrapper,
.filter_sidebar .f-plant-height-wrapper .fieldset-wrapper{
    position: relative;
}
.filter_sidebar .f-plant-width-wrapper .fieldset-wrapper .form-item,
.filter_sidebar .f-plant-height-wrapper .fieldset-wrapper .form-item {
    margin: 0;
}
.filter_sidebar .f-plant-width-wrapper .fieldset-wrapper label,
.filter_sidebar .f-plant-height-wrapper .fieldset-wrapper label {
    display: none;
}
.filter_sidebar .flower_color-filter-block .facets-widget-checkbox {
    padding-top: 0;
    padding-bottom: 1.6rem;
}
.flower_color-filter-block .facets-widget-checkbox ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 2.2rem));
    justify-content: start;
    grid-gap: 1.5rem;
}
.flower_color-filter-block input[type="checkbox"] {
    border-radius: 100%;
}
.view-plants .active-facets {
    display: inline-block;
    margin: 0 0 1.5rem;
}
.view-plants .active-facets span.active-facet {
    display: inline-block;
    border: 0.1rem solid var(--green);
    border-radius: 0.4rem;
    background: var(--green);
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding: 0.35rem 0.8rem;
    margin-right: 0.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
}
.view-plants .active-facets .clear-all-filter {
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 500;
    text-decoration: underline;
    text-transform: capitalize;
    color: #017BA7;
    margin-left: 2rem;
    transition: all 0.3s ease;
}
.view-plants .active-facets .clear-all-filter:hover {
    color: var(--green);
}
.view-plants .active-facets .clear-all-filter:focus {
    color: var(--accent);
}
.view-plants .active-facets span.active-facet .facet-remove {
    margin-left: 1rem;
}
.view-plants .active-facets span.active-facet:hover {
    box-shadow: 0px 3px 3px 0 rgba(0,0,0,0.25);
}
.view-plants .active-facets span.active-facet:focus {
    background: #fff;
    color: var(--green);
}
.view-plants .active-facets span.active-facet:focus svg path {
    fill: var(--green);
}
.flower_color-filter-block .facets-widget-checkbox ul li {
    position: relative;
}
.flower_color-filter-block .facets-widget-checkbox ul li .color-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 100%;
}
.flower_color-filter-block .facet-item__value {
    position: absolute;
    left: 0;
    width: 2.2rem;
    display: inline-block;
    height: 2.2rem;
}
.flower_color-filter-block .facet-item__value .filter-tooltip {
    margin-left: 0;
    font-size: 0;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    z-index: 1;
}
.flower_color-filter-block input[type="checkbox"] {
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    background-color: transparent;
    border: 0;
}
.filter_sidebar .flower_color-filter-block .facets-widget-checkbox ul li:not(:first-child) {
    position: relative;
    display: inline-block;
    height: 2.2rem;
    margin: 0;
}
nav.pager li.pager__item {
    padding: 0;
}
nav.pager li.pager__item a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
    display: inline-block;
    text-align: center;
    border: 0.1rem solid #ccc;
    border-radius: 0.4rem;
    text-align: center;
    padding: 0.8rem;
    display: inline-block;
    margin: 0;
    min-width: 3.8rem;
    height: 3.8rem;
    line-height: 2.2rem;
    background-color: #fff;
}
nav.pager li.pager__item a:focus {
    border-color: var(--blue);
}
nav.pager li.pager__item.is-active a,
nav.pager li.pager__item:hover a {
    border-color: #017BA7;
    background-color: #017BA7;
    color: #fff;
    text-decoration: none;
}
nav.pager .pager__items {
    padding: 0;
    margin: 5.5rem 0 1.5rem;
}
#searchResults .active-facets .item-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#searchResults .active-facets .item-list ul li {
    margin: 0;
    display: inline-block;
}
div#searchResults .active-facets .item-list ul li span {
    background: var(--green);
    border-radius: 0.4rem;
    font-size: 1.3rem;
    line-height: normal;
    color: #fff;
    font-weight: 500;
    padding: 0.4rem 0.8rem;
    margin:0 0.8rem 0 0;
}
div#searchResults .active-facets .item-list ul li span .facet-remove {
    margin-left: 1.2rem;
    color: #fff;
}
.sort-by-filters .views_btns>span:focus {
    border-color:var(--green);
}
.grid-view .view-plants .title-with-icons .title-icons {
    padding-left: 1rem;
}
.light-filter-block .facets-widget-checkbox {
    padding-bottom: 1rem;
}
nav.pager li.pager__item.pager__item--first,
nav.pager li.pager__item.pager__item--last {
    display: none;
}
nav.pager li.pager__item.pager__item--previous>a,
nav.pager li.pager__item.pager__item--next>a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.1rem auto;
}
nav.pager li.pager__item.pager__item--previous>a{
    background-image: url("../img/prev-pagination.png");
}
nav.pager li.pager__item.pager__item--next>a{
    background-image: url("../img/next-pagination.png");
}
nav.pager li.pager__item.pager__item--previous>a span,
nav.pager li.pager__item.pager__item--next>a span {
    font-size: 0;
}
nav.pager li.pager__item.pager__item--previous:hover>a{
 background-image: url("../img/prev-pagination-white.png");
}
nav.pager li.pager__item.pager__item--next:hover>a{
 background-image: url("../img/next-pagination-white.png");
}
.size-filter-block form {
    display: none;
}
.filter-range-slider label {
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 500;
    display: block;
    margin: 0 0 1.2rem;
}
.filter-range-slider .ui-slider {
    margin: 0 1rem;
    border: 0;
    height: 5px;
    background-color: #C5C3C3;
    border-radius: 0.4rem;
}
.filter-range-slider .ui-widget-header {
    background-color: var(--green);
}
.filter-range-slider .ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    border: 5px solid var(--green);
    border-radius: 100%;
    box-shadow: none;
    cursor: pointer;
    top: -6px;
}
.filter-range-slider .height-range {
    margin-bottom: 1.8rem;
}
.filter-range-slider .height-range, 
.filter-range-slider .width-range {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.filter-range-slider .height-range span,
.filter-range-slider .width-range span {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 500;
}
.filter-range-slider .width-range {
    margin-bottom: 1rem;
}
.filter-range-slider .range-wrapper {
    position: relative;
}
.range-wrapper #width-range,
.range-wrapper #height-range {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 500;
    position: absolute;
    top: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../img/range_tooltip.png');
    background-size: 7rem 3.7rem;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0.5rem;
    height: 3.7rem;
    min-width: 7rem;
    text-align: center;
}
span#height-range:empty,
span#width-range:empty {
    display: none;
}
.filter-range-slider .ui-slider .ui-slider-handle.ui-state-focus {
    background: #fff;
    outline: 1px solid #fff;
}
.filter-range-slider .ui-slider .ui-slider-handle.ui-state-focus::before {
    content: '';
    border: 2px solid var(--green);
    width: 24px;
    height: 24px;
    display: block;
    left: -8px;
    position: absolute;
    top: -8px;
    border-radius: 100%;
}
.filter_sidebar .attracts-filter-block {
    border-bottom: 0;
    margin: 0;
}
.attracts-filter-block .facets-widget-checkbox {
    padding: 0;
}
.flower_color-filter-block input#flower-color-select-white,
.flower_color-filter-block input#flower-color-cat-white,
.flower_color-filter-block input#flower-color-select-multicolor,
.flower_color-filter-block input#flower-color-cat-multicolor {
    border: 0.1rem solid #333;
}
.flower_color-filter-block input#flower-color-select-cream,
.flower_color-filter-block input#flower-color-cat-cream {
    border: 0.1rem solid #e8d792;
}
.flower_color-filter-block input#flower-color-select-pink,
.flower_color-filter-block input#flower-color-cat-pink {
    border: 0.1rem solid #e796a4;
}
.flower_color-filter-block input#flower-color-select-red,
.flower_color-filter-block input#flower-color-cat-red {
    border: 0.1rem solid #c13d47;
}
.flower_color-filter-block input#flower-color-select-yellow,
.flower_color-filter-block input#flower-color-cat-yellow {
    border: 0.1rem solid #e7d165;
}
.flower_color-filter-block input#flower-color-select-purple,
.flower_color-filter-block input#flower-color-cat-purple {
    border: 0.1rem solid #b767f5;
}
.flower_color-filter-block input#flower-color-select-orange,
.flower_color-filter-block input#flower-color-cat-orange {
    border: 0.1rem solid #cf6c03;
}
.flower_color-filter-block input#flower-color-select-blue,
.flower_color-filter-block input#flower-color-cat-blue {
    border: 0.1rem solid #1e68dc;
}
.flower_color-filter-block input#flower-color-select-green,
.flower_color-filter-block input#flower-color-cat-green {
    border: 0.1rem solid #028153;
}
/**************************** PARENTS PAGE CSS ENDS HERE ***********************/

/**************************** RESPONSIVE CSS STARTS HERE ***********************/
@media (max-width: 1499px) {
    .listing_page aside.filter_sidebar {
        width: 36rem;
    }
    .listing_page .layout-content {
        width: calc(100% - 36rem);
        padding-left: 1.5rem;
    }
    .listing_page .grid-view .view-plants .view-content {
        gap: 3rem;
    }
    .listing_page .grid-view .view-plants .views-row {
        width: calc(33.33% - 2rem);
    }
    .listing_page .view-plants .views-row .title {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
    .list-view .view-plants .views-row .botanical-section {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .listing_page .list-view .view-plants .view-content {
        grid-gap: 3rem;
    }    
    .list-view .view-plants .views-row .primary-image {
        padding: 0 2.5rem 0 0;
    }
    .list-view .view-plants .views-row .views-field-field-characteristics {
        padding: 0 2rem;
    }
}
@media (max-width: 1370px) {
   .listing_page aside.filter_sidebar {
        width: 34rem;
    }
    .listing_page .layout-content {
        width: calc(100% - 34rem);
        padding-left: 1rem;
    }
    .listing_page .grid-view .view-plants .view-content {
        gap: 2rem;
    }
    .listing_page .grid-view .view-plants .views-row {
        width: calc(33.33% - 1.4rem);
    }
    .listing_page .list-view .view-plants .view-content {
        grid-gap: 2.4rem;
    }
    .list-view .view-plants .view-content .item-list ul li {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 1.2rem;
    }
    .list-view .view-plants .views-row .views-field-nothing {
        width: 34%;
    }
    .list-view .view-plants .views-row .views-field-field-characteristics {
        width: 31%;
        padding-left: 1.5rem;
    }
    .list-view .view-plants .card-wrapper {
        padding: 3rem 4rem 7rem 0;
    }
    .list-view .view-plants .card-wrapper .title-icons ul li {
        width: 3.4rem;
        height: 3.4rem;
        min-width: 3.4rem;
    }
    .list-view .view-plants .card-wrapper .title-icons ul li img {
        width: 2.4rem;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .para-intro {
        margin: 4.5rem 0 1.5rem;
    }

    .right-side-content .sidebar .sidebar-col h3 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
@media (max-width: 1299px) {
    .listing_page .grid-view .view-plants .view-content {
        gap: 3rem;
    }
    .listing_page .grid-view .view-plants .views-row {
        width: calc(50% - 1.6rem);
    }  
    .list-view .view-plants .views-row .primary-image {
        padding: 0;
    }  
    .list-view .view-plants .views-row .views-field-field-characteristics {
        padding-left: 0;
    }
    .list-view .view-plants .card-wrapper {
        padding: 3rem 2rem 7rem 0;
    }
}
@media (max-width: 1199px) {
    .right-side-content .sidebar .sidebar-col h3 {
        font-size: 2rem;
        line-height: 2.8rem;
        margin-top: 3rem;
    }

    .right-side-content .sidebar {
        padding-right: 1rem;
    }

    .accordion-container .article-title {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .right-side-content .accordion-container h4.article-title i {
        top: 12px;
    }
    .listing_page .grid-view .view-plants .views-row {
        width: calc(50% - 1rem);
    }
    .listing_page .grid-view .view-plants .view-content {
        gap: 2rem;
    }
}
@media (min-width: 1024px) {
    .mobile-filters-btn {
        display: none;
    }
    .mobile_filter_heading {
        display: none;
    }
    span#total-plant-results-targ {
        display: none;
    }
    .sort-by-filters-close, .filter-sidebar-close {
        display: none;
    }
    p.By_mobile {
        display: none;
    }
}
@media (max-width: 1023px) {
    p.By_desktop {
        display: none;
    }
    .listing_page {
        padding: 0.4rem 0 4rem;
    }
    html.overflow-hidden {
        overflow: hidden;
    }
    h2.desktop_filter_title {
        display: none;
    }
    .mobile_filter_heading {
        border-bottom: 0.1rem solid #CCCCCC;
        padding: 0.8rem 1.8rem;
        margin: 0 0 2.4rem;
        margin-left: -1.8rem;
    }
    .mobile_filter_heading>span {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.8rem;
        margin-right: 1rem;
    }
    .mobile-filters-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 2.2rem 0;
        background: #F8F8F8;
        position: sticky;
        top: 6rem;
        z-index: 9;
    }
    .mobile-filters-btn>span {
        display: inline-block;
        border-radius: 0.4rem;
        border: 0.1rem solid var(--green);
        background: var(--green);
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.6rem;
        font-weight: bold;
        width: 100%;
        text-align: center;
        padding: 0.4rem 1rem;
    }
   .filter_sidebar .region-sidebar {
        display: none;
        padding: 0 1.8rem;
        border: 0;
        padding-right: 0;
        height: calc(100% - 20px);
    }
    .mobile-filters-btn>span svg {
        margin-left: 0.6rem;
    }
    .right-side-content .row .details-content {
        padding-left: 2rem;
    }
    .listing_page aside.filter_sidebar {
        width: 100%;
        padding: 0;
    }
    .listing_page .layout-content {
        width: 100%;
        padding: 0 1.5rem;
    }
    .listing_page .grid-view .view-plants .view-content {
        gap: 2.2rem;
    }
    .listing_page .grid-view .view-plants .views-row {
        width: calc(33.33% - 1.5rem);
    }
    .listing_page .view-plants .views-row .title {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .listing_page .view-plants .views-row .botanical-section {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .list-view .view-plants .views-row .primary-image {
        padding-right: 1.5rem;
    }
    .list-view .view-plants .view-content .item-list ul li {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 1rem;
    }
    .sort-by-filters {
        display: none;
    }
    .sort-by-filters .view-toggle.views_btns {
        display: none;
    }
    .filter_sidebar .block-facet--checkbox h2 {
        font-size: 1.5rem;
        line-height: 1.8rem;
        background-size: 2.2rem auto;
    }
    .filter_sidebar .single-checkbox ul li .label {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .filter_sidebar.active .region-sidebar {
        display: block;
        max-width: 34rem;
        background: #fff;
        border-radius: 0;
        padding-bottom: 2.4rem;
        position: relative;
        margin-right: 2rem;
    }
    .listing_page .filter_sidebar.active {
        position: fixed;
        top: 0;
        background: rgb(0 0 0 / 75%);
        z-index: 9999;
        left: 0;
        height: 100%;
        padding-right: 1.5rem;
    }
    span#total-plant-results-targ,
    a.mobile-infinite-loader.button {
        text-align: center;
        display: block;
        background-color: var(--green);
        color: #fff;
        font-weight: bold;
        border: 0.1rem solid var(--green);
        font-size: 1.4rem;
        line-height: 1.7rem;
        border-radius: 0.8rem;
        padding: 0.7rem 1rem;
        margin: 1rem 0 0;
        margin-right: 1.8rem;
    }
    a.mobile-infinite-loader.button {
        max-width: 30rem;
        margin: 0 auto;
        display: none;
    }
    .filter-sidebar-close button.filter-close {
        padding: 0;
        background: none;
        border: 0;
    }
    .filter-sidebar-close {
        position: absolute;
        top: 1rem;
        right: -3rem;
    }
    .filter-items-scroll {
        overflow-y: auto;
        height: 100%;
        max-height: calc(100vh - 215px);
        margin-bottom: 2rem;
        padding-right: 1.8rem;
    }
    .view-plants .active-facets span.active-facet {
        font-size: 1.2rem;
        line-height: 1.7rem;
        padding: 0.25rem 0.8rem;
    }
    .filter-mb-wrapper {
        height: 100%;
    }
    .mb-sort_popup:has(.sort-by-filters.active) {
        position: fixed;
        top: 0;
        background: rgb(0 0 0 / 75%);
        z-index: 9999;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .sort-by-filters.active {
        max-width: 30rem;
        background: #fff;
        padding-bottom: 2.4rem;
        position: relative;
        margin-left: auto;
        margin-right: 0;
    }
    .sort-by-filters.active .mobile_filter_heading {
        margin: 0;
    }
    .sort-by-filters-close button.sort-close {
        padding: 0;
        background: none;
        border: 0;
        position: absolute;
        right: 0.5rem;
        top: 0.7rem;
    }
    .sort-by-filters-inner {
        flex-wrap: wrap;
        padding: 1.8rem;
        margin: 0;
        padding-bottom: 0;
        justify-content: start;
    }
    .sort-by-filters .sort-label .nice-select {
        width: 21rem;
    }
    .sort-by-filters-inner .sort-icons.views_btns {
        margin-left: 5rem;
    }
}
@media (max-width: 940px) {
    .listing_page .grid-view .view-plants .view-content {
        gap: 3rem;
    }
    .listing_page .grid-view .view-plants .views-row {
        width: calc(50% - 1.5rem);
    }
    .list-view .view-plants .views-row .primary-image {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .view-plants .view-content .item-list ul li,
    .list-view .description-section,
    .list-view .view-plants .view-content .item-list ul li {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .listing_page .view-plants .views-row {
        position: relative;
        padding-bottom: 7rem;
        margin-bottom: 2.4rem;
    }
    .listing_page .list-view .view-plants .view-content {
        grid-gap: 0;
    }
    .view-plants .title-with-icons {
        display: block;
    }
    .listing_page .view-plants .title-with-icons .title-icons {
        position: absolute;
        bottom: 2rem;
        left: 0;
        padding: 0 2rem;
    }
    .listing_page .view-plants .views-row .views-field-nothing-1 {
        padding: 0 0 1.2rem;
    }
    .list-view .view-plants .card-wrapper {
        position: unset;
        border: 0;
        padding: 0;
    }
    .list-view .view-plants .views-row .primary-image {
        width: 100%;
        height: auto;
    }
    .list-view .view-plants .views-row .primary-image img {
        border-top-right-radius: 0.8rem;
        border-bottom-left-radius: 0;
    }
    .list-view .view-plants .view-content .item-list ul li {
        margin-bottom: 0;
    }
}
@media (min-width: 656px) and (max-width: 1023px) {
    .layout-wrapper .custom-left-sidebar {
        padding-right: 3rem;
    }
}

@media (min-width: 656px) and (max-width: 1023px) {
    .layout-wrapper .custom-left-sidebar {
        padding: 0;
    }

    .para-intro>p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    .plant-page-wrapper .at-a-glance .top-attributes>div .attribute-item {
        display: block;
    }

    .plant-page-wrapper .at-a-glance .top-attributes>div .attribute-item .item-img {
        min-width: 3.2rem;
        width: 3.2rem;
        height: 3.2rem;
        padding: 0.4rem;
        margin: 0 0 0.4rem;
    }

    .plant-page-wrapper .attributes-row-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .plant-page-wrapper .at-a-glance .top-attributes .attributes-row-2 .attribute-item {
        display: flex;
    }

    .plant-page-wrapper .at-a-glance .top-attributes .attributes-row-2 .attribute-item .item-img {
        margin-right: 1rem;
        position: relative;
        top: 6px;
    }

    .plant-page-wrapper .at-a-glance .attribute-item .attribute-content strong,
    .plant-page-wrapper .at-a-glance .attribute-content>span .field__item {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    body.sticky-title .layout-wrapper .layout-content .article-short-title,
    body.sticky-title .popular-wrapper>h3 {
        top: 6rem;
    }

    .two-colomn-content>div.basic-right-side-content,
    .two-colomn-content .basic-left-side-content {
        padding: 4rem;
    }
}
@media (min-width: 656px) and (max-width: 767px) {    
    .list-view .view-plants .views-row .views-field-nothing {
        width: 50%;
    }
    .list-view .view-plants .views-row .views-field-field-characteristics {
        padding: 1rem 2rem;
        border-left: 0.2rem solid #E0E0E0;
        width: 50%;
    }
}
@media (max-width: 655px) {
    .listing_page .grid-view .view-plants .views-row {
        width: 100%;
    }
    .two-colomn-content>div.basic-right-side-content,
    .two-colomn-content .basic-left-side-content {
        padding: 4rem 2rem;
    }
    .list-view .view-plants .views-row .primary-image,
    .list-view .view-plants .views-row .views-field-nothing {
        width: 100%;
    }
    .list-view .view-plants .views-row .views-field-field-characteristics {
        width: 100%;
        padding: 0 2rem;
    }
    .list-view .view-plants .view-content .item-list ul {
        margin: 1rem 0 0;
    }
    .two-colomn-content {
        flex-wrap: wrap;
    }

    .two-colomn-content>div {
        width: 100%;
    }

    .layout-wrapper .layout-content .article-short-title,
    body.sticky-title .layout-wrapper .layout-content .article-short-title,
    body.sticky-title .popular-wrapper>h3,
    .popular-wrapper>h3 {
        position: relative;
        top: 0;
    }

    .layout-wrapper .custom-left-sidebar {
        display: none;
    }

    .layout-wrapper .layout-content {
        width: 100%;
        padding: 0;
        margin: 4rem 0;
    }

    .explore-more-content .popular-content {
        flex-wrap: wrap;
        margin: 0;
    }

    .explore-more-content .popular-content .popular-item {
        width: 100%;
        padding: 0;
    }

    .error-wrapper h4 {
        font-size: 18rem;
        line-height: 20rem;
    }

    .error-wrapper p em {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    .error-wrapper .error-content .error-button {
        margin: 1rem 0 0;
    }

    .right-side-content {
        margin-top: 2rem;
    }

    .right-side-content .row .details-content .field.field--name-field-paragraph-component {
        margin-top: 0;
    }

    .right-side-content .sidebar {
        padding-right: 0;
    }

    .right-side-content .row .details-content {
        padding-left: 1.5rem;
    }

    #block-plants-secondaryheader.block-block-groupsecondary-header h1.page-title {
        padding: 3rem 0 0;
    }

    .right-side-content .sidebar h3#at-a-glance {
        display: none;
    }

    .sidebar-scroller {
        max-height: unset;
    }

    .right-side-content .sidebar .sidebar-col h3 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

    .para-intro>p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    .para-intro {
        margin: 0 0 1.5rem;
    }

    .plant-page-wrapper .mobile-tab {
        display: block;
        visibility: visible;
        opacity: 1;
        padding-bottom: 3rem;
    }

    .plant-page-wrapper>.row>.mobile-item {
        display: none;
    }

    .plant-page-wrapper>.row>.mobile-item.active {
        display: block;
    }

    #block-plants-secondaryheader.block-block-groupsecondary-header .block-addtoany {
        right: 2rem;
        top: 1rem;
    }

    .plant-page-wrapper .attribute-item {
        flex: 0 1 calc(50% - 1rem);
        /* 2 items per row on mobile */
    }

    .right-side-content .row {
        flex-wrap: wrap;
    }

    .right-side-content .row .col-md-4,
    .right-side-content .row .col-md-8 {
        width: 100%;
    }

    .product-identification .common-name-list .separator-dot {
        font-size: 8px;
        margin: 0 3px 0 4px;
        line-height: 12px;
        top: -3px;
    }

    body.sticky-title .page-title-sticky {
        top: 6rem;
        position: sticky;
    }

    .page-title-sticky {
        top: 0;
        position: relative;
    }

    .layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li a .home-icon img {
        max-width: 2rem;
    }

    .layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li span.breadcrumb-current,
    .layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li a {
        font-size: 1.3rem;
    }

    .layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li {
        margin: 0 0 0 .5rem;
    }

    .layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li::before {
        font-size: 0;
        width: 7px;
        height: 1.4rem;
        margin: 0 0.5rem 0 0;
        background-size: auto 10px;
    }

    .layout-container .region.region-breadcrumb>.breadcrumb.breadcrumb-desktop .item-list ul {
        display: none;
    }

    .layout-container .region.region-breadcrumb>.breadcrumb.breadcrumb-desktop .mobile-breadcrumbs-plant .item-list ul.breadcrumb-mobile {
        display: block;
        opacity: 1;
        visibility: visible;
        overflow: visible;
    }

    .layout-container .region.region-breadcrumb>.breadcrumb.breadcrumb-desktop .mobile-breadcrumbs-plant .item-list ul.breadcrumb-mobile li .mobile-breadcrumb-menu {
        border: 0;
        box-shadow: 0px 5px 9px #555;
        padding: 1rem;
    }

    .layout-container .region.region-breadcrumb>.breadcrumb.breadcrumb-desktop .mobile-breadcrumbs-plant .item-list ul.breadcrumb-mobile li .mobile-breadcrumb-menu a {
        margin: 0 0 1rem;
        display: block;
        width: 100%;
    }

    .layout-container .region.region-breadcrumb>.breadcrumb.breadcrumb-desktop .mobile-breadcrumbs-plant .item-list ul.breadcrumb-mobile li .mobile-breadcrumb-menu a:visited,
    .layout-container .region.region-breadcrumb>.breadcrumb .item-list ul li a:hover {
        color: var(--green);
    }

    .layout-container .region.region-breadcrumb>.breadcrumb {
        padding: 1.5rem 0;
    }

    .layout-wrapper .layout-content .article-share-button {
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }

    .layout-wrapper .layout-content .article-share-button .node__submitted {
        max-width: 100%;
        width: 100%;
    }

    .layout-wrapper .layout-content .article-share-button .links-right {
        margin: 1rem 0 0;
    }
}
.filter-tooltip-icon {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    cursor: help;
    position: relative;
    top: -2px;
}  
.filter-tooltip-icon::after {
    content: attr(aria-label);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 10;
    line-height: normal;
    width: 154px;
    text-align: center;
}
.view-plants .views-exposed-form{
    display:none;
}
.filter-tooltip-icon:hover::after,
.filter-tooltip-icon:focus::after {
    opacity: 1;
  }
.filter_sidebar .form-item-sort-by,
.filter_sidebar .form-item-sort-order {
	display: none;
}
.filter-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.filter-tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #333; 
  color: #fff; 
  text-align: center;
  border-radius: 0.4rem;
  padding: 0.6rem 1rem;
  position: absolute;
  z-index: 1;
  bottom: 125%; 
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 1rem;
  line-height: 1.2rem;
  min-width: 7rem;
}
.filter-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%; /* arrow below tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 1rem 0.6rem 0 0.6rem;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.title_info-tooltip .tooltiptext {
    width: 16rem;
}

.filter-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
ul.js-pager__items.pager {
    padding: 0;
    margin: 0;
}
.facet-item span.facet-item__count {
    display: none;
}