*,
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.single-plant {
    margin: 140px auto 100px;
}

.single-plant-left__header {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
    MARGIN-BOTTOM: 12PX;
}

.single-plant-left__scientific {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
}

.single-plant-left__three_names {
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    padding: 12px 16px;
    border-radius: 8px;
    background: #EEF9F1;
    width: fit-content;
}

.single-plant-left__three_names p {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-right: 16px;
}

.single-plant-left__three_names p:last-of-type {
    margin-right: 0;
}

.single-plant-left__three_names p span {
    color: #0F4F1E;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.single-plant-left__breadcrumbs {
    margin-bottom: 24px;
}

.single-plant-left__breadcrumbs p {
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.single-plant-left__breadcrumbs a {
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration-line: underline;
}

.single-plant-left__featured-img {
    margin-bottom: 24px;
    display: flex;
}

.single-plant-left__featured-img img {
    width: 100%;
    height: 480px;
    border-radius: 24px;
    object-fit: cover;
}

.single-plant-left__categories {
    margin-bottom: 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
}

.single-plant-left__categories a,
.single-plant-left__categories span {
    border-radius: 40px;
    padding: 8px 12px;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    color: #0F4F1E;
    background-color: #EEF9F1;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 8px;
    margin-bottom: 8px;
}

/* .single-plant-left__categories span,
.single-plant-left__categories a:first-of-type {
    background: #0F4F1E;
    color: #EEF9F1;
} */

.single-plant-left__categories a:last-of-type {
    margin-right: 0;
}

.single-plant-left__content {
    margin-bottom: 60px;
}

.single-plant-left__content-landscaping {
    margin-bottom: 40px;
}

.single-plant-left__content h2 {
    margin-bottom: 32px;
}

.single-plant-left__content p {
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.single-plant-left__content p:has(> img) {
    display: flex;
}

.single-plant-left__content p:last-of-type {
    margin-bottom: 0;
}

.single-plant-left__needs-growth-ornamental {
    border-radius: 20px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 32px;
    margin-bottom: 12px;
}

.single-plant-left__needs-growth-ornamental-last {
    margin-bottom: 60px;
}

.single-plant-left__needs-growth-ornamental__top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.single-plant-left__needs-growth-ornamental__top svg {
    cursor: pointer;
}

.single-plant-left__needs-growth-ornamental__bottom {
    display: none;

    margin-top: 24px;
}

.single-plant-left__needs-growth-ornamental__bottom-holder {
    display: flex;
    flex-flow: row wrap;
}

.single-plant-left__needs-growth-ornamental__bottom p {
    border-radius: 32px;
    background: #FAFAFA;
    padding: 4px 12px;
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-right: 8px;
    margin-bottom: 12px;
}

.single-plant-left__needs-growth-ornamental__bottom p:last-of-type {
    margin-right: 0;
}

.single-plant-left__needs-growth-ornamental__bottom p span {
    color: #333;
    font-weight: 500;
}

.single-plant-left__content-other {
    margin-bottom: 40px;
}

.single-plant-left h2 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 24px;
}

.single-plant-left h3 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 24px;
}

.single-plant-left h4 {
    margin-top: 8px;
    margin-bottom: 16px;
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.single-plant-left__needs-growth-ornamental__top h3 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 32px;
    line-height: 38px;
    cursor: pointer;
    margin-bottom: 0;
}

.single-plant-left__content img {
    border-radius: 24px;
    margin-top: 24px;
    width: 100%;
    object-fit: cover;
    height: 480px;
}

.single-plant-left__content-last {
    margin-bottom: 24px;
}

.single-plant-left__content-last p {
    margin-bottom: 24px;
}

.single-plant-left__content-last h2 {
    margin-top: 60px;
    margin-bottom: 32px;
}

.single-plant-left__suitable-cards {
    margin-bottom: 40px;
}

.single-plant-left__suitable-cards h3 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 32px;
}

.single-plant-left__suitable-cards-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.single-plant-left__suitable-single-card {
    flex: 0 0 32%;
    max-width: 32%;
    padding: 24px;
    border-radius: 16px;
    background: #FAFAFA;
}

.single-plant-left__suitable-single-card:last-of-type {
    margin-bottom: 0;
}

.single-plant-left__suitable-single-card p {
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.single-plant-left .single-plant-left__seasonal {
    margin-bottom: 40px;
}

.single-plant-left .single-plant-left__seasonal.single-plant-left__seasonal-second {
    margin-bottom: 60px;
}

.single-plant-left__seasonal h3 {
    margin-bottom: 32px;
}

.single-plant-left__seasonal-card-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.single-plant-left__seasonal-single-card.summer {
    background-color: #FFF9E8;
}

.single-plant-left__seasonal-single-card.fall {
    background-color: #FFF3EB;
}

.single-plant-left__seasonal-single-card.winter {
    background-color: #F0FAFF;
}

.single-plant-left__seasonal-single-card {
    flex: 0 0 49%;
    border-radius: 16px;
    background: #EEF9F1;
    padding: 24px;
}

.single-plant-left__seasonal-single-card:nth-child(1),
.single-plant-left__seasonal-single-card:nth-child(2) {
    margin-bottom: 16px;
}

.single-plant-left__seasonal-single-card p {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.single-plant-left__relationship {
    margin-bottom: 60px;
}

.single-plant-left__relationship h2 {
    margin-bottom: 32px;
    font-size: 44px;
}

.single-plant-left__relationship-cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}

.single-plant-left__relationship-single-card {
    flex: 0 0 32%;
    margin-right: 2%;
}

.single-plant-left__relationship-single-card:last-of-type {
    margin-right: 0;
}

.single-plant-left__relationship-single-card__img-tag {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.single-plant-left__relationship-single-card__img-tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 17.71%, rgba(255, 255, 255, 0.00) 100%);
    background-size: cover;
    background-position: 50%;
    z-index: 0;
    border-radius: 20px 20px 0 0;
}

.single-plant-left__relationship-single-card__img-tag span {
    position: absolute;
    top: 16px;
    left: 16px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2px);
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 8px 12px;
    z-index: 2;
}

.single-plant-left__relationship-single-card__img-tag a {
    width: 100%;
    display: flex;
    z-index: 1;
}

.single-plant-left__relationship-single-card__img-tag a img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 220px;
    object-fit: cover;
}

.single-plant-left__relationship-single-card__content {
    border-radius: 0 0 20px 20px;
    background: #FAFAFA;
    padding: 20px;
    min-height: 194px;

    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    transition: 300ms;
}

.single-plant-left__relationship-single-card__content .single-plant-left__relationship-single-card__content-top h3 {
    margin: 0;
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.single-plant-left__relationship-single-card:hover .single-plant-left__relationship-single-card__content {
    background: #EEF9F1;
}

.single-plant-left__relationship-single-card__content-title {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.single-plant-left__relationship-single-card__content p {
    overflow: hidden;
    color: #888;
    text-overflow: ellipsis;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 8px;
    margin-bottom: 16px;
}

.single-plant-left__relationship-single-card__content-view {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.single-plant-left__relationship-single-card__content-view svg {
    margin-left: 8px;
    transition: 300ms;
}

.single-plant-left__relationship-single-card__content-view:hover svg {
    transform: translateX(8px);
}

.single-plant-left__faq {
    margin-bottom: 60px;
}

.single-plant-left__faq h2,
.single-plant-left__content-other h2 {
    margin-bottom: 32px;
}

.single-plant-left__faq-single-card {
    border-radius: 20px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 32px;
    margin-bottom: 12px;
}

.single-plant-left__faq-single-card:last-of-type {
    margin-bottom: 0;
}

.single-plant-left__faq-single-card__top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

.single-plant-left__faq-single-card__bottom {
    display: none;
}

.single-plant-left__faq-single-card p {
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    /*display: none;*/
}

.single-plant-left__faq-single-card__top h3 {
    margin-bottom: 0;
    width: 90%;
}

.single-plant-left__faq-single-card__top svg {
    margin-top: 5px;
}

.similar-product {
    margin-bottom: 40px;
}

.similar-product-holder {
    display: flex;
    flex-flow: row wrap;
}

.similar-product-holder .similar-product-holder__top {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.similar-product-holder .similar-product-holder__top h2 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 0;
}

.similar-product-holder .similar-product-holder__top a {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.similar-product-holder .similar-product-holder__top a svg {
    margin-left: 8px;
    transition: 300ms;
}

.similar-product-holder .similar-product-holder__top a:hover svg {
    transform: translateX(8px);
}

.similar-product-holder .similar-product-holder__bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    gap: 2%;
    width: 100%;
}

.similar-product-holder .similar-product-holder__bottom .single-card {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex: 0 0 32%;
    margin-bottom: 20px;
}

.similar-product-holder .similar-product-holder__bottom .single-card .card-information {
    width: 100%;
}

.similar-product-holder .similar-product-holder__bottom .single-card:nth-child(3n) {
    margin-right: 0;
}

.similar-product-holder .similar-product-holder__bottom .single-card a {
    width: 100%;
    position: relative;
    /*margin-bottom: 16px;*/
}

.similar-product-holder .similar-product-holder__bottom .single-card a:hover img {
    transform: scale(1.2);
    border-radius: 16px;
    transition: ease-in-out 300ms;
}

.similar-product-holder .similar-product-holder__bottom .single-card a .card-image {
    display: flex;
    overflow: hidden;
    border-radius: 16px;
    transition: transform ease-in-out 300ms;
    position: relative;
}

/*.similar-product-holder .similar-product-holder__bottom .single-card a .card-image img {*/
/*    height: 180px;*/
/*}*/

.similar-product-holder .similar-product-holder__bottom .single-card a .plant-included {
    position: absolute;
    bottom: -1px;
    left: -1px;
    border-radius: 0 16px 0 0;
    background: #FFF;
    padding: 12px 16px;
    color: #FC6A5D;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    z-index: 2;
}

.similar-product-holder .similar-product-holder__bottom .single-card a .plant-included::before {
    content: url("data:image/svg+xml,%3Csvg class='small-angle-two' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M4,0V4H0A4,4,0,0,0,4,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    left: 7px;
    bottom: 44px;
    width: 8px;
    height: 8px;
    rotate: 90deg;
}

.similar-product-holder .similar-product-holder__bottom .single-card a .plant-included::after {
    content: url("data:image/svg+xml,%3Csvg class='small-angle-two' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M4,0V4H0A4,4,0,0,0,4,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    left: 154px;
    bottom: 0;
    width: 8px;
    height: 8px;
    rotate: 90deg;
}

.similar-product-holder .similar-product-holder__bottom .single-card a .card-image .icons-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 12px;
    z-index: 2;
}

.similar-product-holder .similar-product-holder__bottom .single-card a .card-image .icons-box span {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2px);
    width: 28px;
    height: 28px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.similar-product-holder .similar-product-holder__bottom .single-card a img {
    border-radius: 16px;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform ease-in-out 300ms;
}

.similar-product-holder .similar-product-holder__bottom .single-card .card-information .design-name {
    margin-bottom: 10px;
}

.similar-product-holder .similar-product-holder__bottom .single-card .card-information .design-name h3 {
    line-height: 105%;
    font-size: 24px;
    /*margin-bottom: 10px;*/
}

.similar-product-holder .similar-product-holder__bottom .single-card .card-information .design-name h3 a {
    margin: 0;
    font-family: 'Literata', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    text-decoration: none;
}

.similar-product-holder .similar-product-holder__bottom .single-card .card-information .design-category {
    margin-bottom: 16px;
}

.similar-product-holder .similar-product-holder__bottom .single-card .card-information .design-category a {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
}

.similar-product-holder .similar-product-holder__bottom .single-card .card-information .design-price {
    overflow: hidden;
}

.similar-product-holder .similar-product-holder__bottom .single-card .card-information .design-price .price {
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #333;

    margin-left: -14px;
}

.similar-product-holder .similar-product-holder__bottom .single-card .card-information .design-price .price .woocommerce-Price-amount:first-of-type {
    display: none;
}

.cta {
    margin-bottom: 60px;
}

.cta-holder {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 48px;
    border-radius: 8px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%), url('../../assets/images/hero.png');
    background-position: center right;
}

.cta-holder h2 {
    color: #FFF;
    font-size: 32px;
    font-family: 'Literata', sans-serif;
    line-height: 38px;
}

.cta-holder a {
    border-radius: 8px;
    background: var(--yellow, #ECB60C);
    text-decoration: none;
    padding: 19px 24px;
    color: var(--white, #FFF);
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    transition: 300ms;
}

.cta-holder a:hover {
    background-color: #daa803;
}


.single-plant-right.mobile {
    display: none;
}

.single-plant-right .toc-holder {
    height: 100%;
    padding-top: 15vh;
}

.single-plant-right .toc-holder .table-of-content {
    position: sticky;
    top: 15vh;
    display: flex;
    flex-flow: row wrap;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #F5F5F5;
}

.single-plant-right .toc-holder .table-of-content .table-of-content-top {
    flex: 0 0 100%;
    margin-bottom: 24px;
}

.single-plant-right .toc-holder .table-of-content .table-of-content-top h3 {
    font-family: 'Literata', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #333;
}

.single-plant-right .toc-holder .table-of-content ul {
    padding-left: 0;
    list-style-type: none;
    overflow: auto;
    height: 50vh;
}

.single-plant-right .toc-holder .table-of-content ul li {
    padding: 16px;
}

.single-plant-right .toc-holder .table-of-content ul li.active {
    background: #fff9e8;
}

.single-plant-right .toc-holder .table-of-content ul li.active a {
    font-weight: 700;
    border-radius: 8px;
}

.single-plant-right .toc-holder .table-of-content ul li a {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .single-plant-left {
        width: 100%;
    }

    .similar-product-holder .similar-product-holder__bottom .single-card {
        flex: 0 0 31%;
    }

    .single-plant-left__categories {
        margin-bottom: 24px;
    }

    .single-plant-left__needs-growth-ornamental__bottom {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .single-plant {
        margin: 110px auto;
    }

    .single-plant-left__header {
        font-size: 48px;
    }

    .single-plant-left__three_names {
        margin-bottom: 20px;
        width: 100%;
    }

    .single-plant-left__three_names p {
        flex: 0 0 100%;
        margin-bottom: 16px;
    }

    .single-plant-left__three_names p:last-of-type {
        margin-bottom: 0;
    }

    /*.single-plant-left__categories {*/
    /*    margin-bottom: 32px;*/
    /*}*/
    .single-plant-left__categories a {
        margin-bottom: 8px;
    }

    .single-plant-left__content {
        margin-bottom: 32px;
    }

    .single-plant-left__needs-growth-ornamental {
        padding: 24px;
    }

    .single-plant-left__needs-growth-ornamental__top h2 {
        font-size: 30px;
    }

    .single-plant-left__needs-growth-ornamental-last {
        margin-bottom: 40px;
    }

    .single-plant-left .single-plant-left__content-other {
        margin-bottom: 32px;
    }

    .single-plant-left__content-other h2 {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .single-plant-left__content img {
        margin-top: 20px;
    }

    .single-plant-left__suitable-cards {
        margin-bottom: 32px;
    }

    .single-plant-left h3 {
        font-size: 30px;
    }

    .single-plant-left__suitable-single-card {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .single-plant-left .single-plant-left__seasonal {
        margin-bottom: 32px;
    }

    .single-plant-left__relationship {
        margin-bottom: 40px;
    }

    .single-plant-left__relationship-single-card {
        flex: 0 0 49%;
    }

    .single-plant-left__relationship-single-card:nth-of-type(2) {
        margin-right: 0;
    }

    .single-plant-left__relationship-single-card:last-of-type {
        display: none;
    }

    .single-plant-left .single-plant-left__seasonal.single-plant-left__seasonal-second {
        margin-bottom: 40px;
    }

    .single-plant-left__content-last {
        margin-bottom: 24px;
    }

    .single-plant-left__content-last h2 {
        margin-top: 40px;
        font-size: 40px;
        margin-bottom: 24px;
    }

    .single-plant-left__faq h2,
    .single-plant-left__content-other h2 {
        font-size: 40px;
    }

    .similar-product {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .similar-product .similar-product-holder .similar-product-holder__top h2 {
        font-size: 40px;
        margin-bottom: 0;
    }

    .similar-product-holder .similar-product-holder__bottom .single-card a .card-image {
        margin: 0;
    }

    .single-plant-holder__left {
        margin-bottom: 20px;
    }

    .single-plant-holder__right {
        width: 100%;
    }

    .similar-product-holder__top {
        margin-bottom: 40px;
    }

    .similar-product-holder .similar-product-holder__top h2 {
        margin-bottom: 18px;
    }

    .similar-product-holder .similar-product-holder__bottom {
        justify-content: space-between;
        gap: 2%;
    }

    .similar-product-holder .similar-product-holder__bottom .single-card {
        margin-right: 0;
        flex: 0 0 48%;
    }

    .cta-holder {
        width: 100%;
        margin-left: 0;
    }

    .single-plant-right.mobile {
        display: block;
        margin-bottom: 32px;
    }

    .single-plant-right.mobile .toc-holder {
        padding-top: 0;
    }

    .single-plant-right.mobile .toc-holder .table-of-content ul {
        flex: 0 0 100%;
        height: 30vh;
    }

    .single-plant-right.desktop {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .single-plant-holder__left {
        width: 100%;
    }

    .cta-holder {
        padding: 20px;
    }

    .cta-holder h2 {
        width: 100%;
        text-align: center;
    }

    .cta-holder a {
        margin: 16px auto 0;
    }
}

@media only screen and (max-width: 575px) {
    .single-plant {
        margin: 110px auto 60px;
    }

    .single-plant-left__header {
        font-size: 40px;
        line-height: 110%;
    }

    .single-plant-left__scientific {
        font-size: 18px;
    }

    .single-plant-left__featured-img img {
        height: 237px;
    }

    .single-plant-left__needs-growth-ornamental {
        padding: 20px;
    }

    .single-plant-left__needs-growth-ornamental__top h2,
    .single-plant-left h3 {
        font-size: 28px;
        width: 80%;
    }

    .single-plant-left__needs-growth-ornamental__top svg {
        width: 26px;
        height: 26px;
    }

    .single-plant-left__faq h2,
    .single-plant-left__content-other h2 {
        font-size: 36px;
        line-height: 110%;
    }

    .single-plant-left__content p:nth-last-child(2) {
        margin-bottom: 0;
    }

    .single-plant-left__content img {
        height: 235px;
        margin-top: 32px;
    }

    .single-plant-left__seasonal-single-card {
        flex: 0 0 100%;
        margin-bottom: 20px;
        padding: 20px;
    }

    .single-plant-left__suitable-single-card {
        padding: 20px;
    }

    .single-plant-left__seasonal-single-card:last-of-type {
        margin-bottom: 0;
    }

    .single-plant-left__relationship-single-card {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .single-plant-left__relationship-single-card:last-of-type {
        display: block;
        margin-bottom: 0;
    }

    .single-plant-left__content-other h2 {
        margin-bottom: 24px;
    }

    .single-plant-left__content-last h2 {
        font-size: 36px;
        line-height: 110%;
        margin-bottom: 32px;
    }

    .single-plant-left__faq-single-card {
        padding: 20px;
    }

    .single-plant-left__faq-single-card__top svg {
        width: 26px;
        height: 26px;
    }

    .similar-product {
        padding: 0;
        background: transparent;
        margin-bottom: 0;
    }

    .similar-product .container {
        padding-left: 0;
        padding-right: 0;
    }

    .similar-product .similar-product-holder .similar-product-holder__top h2 {
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    .similar-product-holder .similar-product-holder__bottom .single-card {
        flex: 0 0 100%;
    }

    .similar-product-holder .similar-product-holder__bottom .single-card:last-of-type {
        margin-bottom: 0;
    }

    .single-plant-left h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .single-plant-left__faq {
        margin-bottom: 40px;
    }

    .similar-product-holder .similar-product-holder__bottom .single-card a .card-image {
        margin-bottom: 16px;
    }

    .cta-holder {
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    .cta-holder h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 360px) {
    .similar-product-holder .similar-product-holder__bottom .single-card a .plant-included::before {
        left: 7px;
    }
}