.post-type-archive-product .site {
    background: #fff;
}

.archive-plants .hero-wrapper {
    padding: 155px 0 66px;
}

.archive-plants .hero-wrapper h1 {
    color: #333;
    font-family: 'Literata';
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}

.hero-wrapper__tags {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.archive-plants .hero-wrapper__green-tag p,
.archive-plants .hero-wrapper__red-tag p {
    padding-right: 0 !important;
}

.hero-wrapper__green-tag svg,
.hero-wrapper__red-tag svg {
    margin-right: 12px;
}

.hero-wrapper__green-tag,
.hero-wrapper__red-tag {
    padding: 8px 16px;
    font-family: 'Figtree';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.hero-wrapper__green-tag strong,
.hero-wrapper__red-tag strong {
    font-weight: 700;
}

.hero-wrapper__green-tag p {
    color: #2CBC63 !important;
}

.hero-wrapper__green-tag {
    background: #EEF9F1;
}

.hero-wrapper__red-tag p {
    color: #FC6A5D !important;
}

.hero-wrapper__red-tag {
    background: #FDF3F2;
}

.archive-plants .hero-wrapper p {
    color: #333;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.design-archive {
    padding-top: 52px;
    margin-bottom: 20px;
}

.filter-row {
    /*margin-bottom: 36px;*/

    border-radius: 16px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 8px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 32px;
    margin-top: -100px;
    z-index: 1;
    margin-bottom: 0;
    position: relative;
}

.filter-row .description-row {
    margin-bottom: 24px;
    text-align: left;
}

.filter-row .description-row p {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.filter-row .disclaimer {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    /*margin-top: 16px;*/
}

.filter-row .disclaimer svg {
    margin-right: 4px;
}

.filter-row .disclaimer .mobile-disclaimer {
    display: none;
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    text-decoration-line: underline;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.filter-row .disclaimer p {
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    flex: 1;
}

.filter-row .disclaimer h1 {
    display: none;
}

.filter-row .disclaimer a {
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration-line: underline;
}

.filters-popup .inputs-row,
.filter-row .inputs-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.filter-row .inputs-row .search-input {
    flex: 1;
    padding: 0 16px;
    display: none;
}

.filter-row .inputs-row .zip-input {
    /*flex: 1;*/
    padding-right: 20px;
    flex: 0 0 70%;
}

.filter-row .inputs-row .filter-designs {
    flex: 0 0 18%;
}

.filters-popup .inputs-row input:focus,
.filter-row .inputs-row input:focus {
    outline: none;
}

.filters-popup .inputs-row input::placeholder,
.filter-row .inputs-row input::placeholder {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #888;
}

.filters-popup .inputs-row input,
.filter-row .inputs-row input {
    width: 100%;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #888;
    border-radius: 8px;
    border: 1px solid #C8C8C8;
    background: #fff;
    padding: 12px;
    height: 48px;
}

.filters-popup .inputs-row .filter-designs,
.filter-row .inputs-row .filter-designs {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    padding: 18px 24px;
    color: #fff;
    border-radius: 8px;
    background: #FC6A5D;
    border: 0;
    cursor: pointer;
    height: 48px;
}

.filter-row .inputs-row .filter-designs {
    flex: 0 0 30%;
}

.design-archive .designs-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

.design-archive .designs-row .filters {
    flex: 0 0 18%;
    border-radius: 16px;
    background: #fafafa;
    padding: 32px 24px;
    margin-left: 10px;
}

.design-archive .designs-row .filters .filter-row {
    padding: 0;
    margin-top: 0;
    background: #fafafa;
    margin-bottom: 24px;
}

.design-archive .designs-row .filters .filter-row .inputs-row .zip-input {
    padding: 0;
    flex: 0 0 100%;
}

.design-archive .designs-row .filters .filter-row .inputs-row .filter-designs {
    display: none;
}

.design-archive .designs-row .disclaimer {
    display: none;
}

.filters .filter-name {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;

}

.filters .modular-filter .filter-name {
    justify-content: flex-start;
}

.filters .modular-filter .filter-name .info-tooltip {
    margin-left: 12px;
}

.blooming-filter,
.pet-filter {
    display: none;
}

.filters .filter-name.active-list .list-arrow {
    transform: rotate(180deg);
}

.filters .filter-name .list-arrow {
    transition: all 500ms ease;
}

.filters .filter-name .name svg {
    margin-right: 4px;
    width: 24px;
}

.filters .filter-name .name {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
}

.filters .filter-name .name svg {
    display: inline-block;
}

.filters .filter-name svg {
    display: none;
}

.filters .single-filter .filter-options li input {
    opacity: 0;
}

.filters .single-filter .filter-options li label {
    position: relative;
}

.filters .single-filter .filter-options li label:has(input)::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 12px;
    border: 1px solid #888;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.filters .single-filter .filter-options li label:has(input:checked)::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #FC6A5D;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 12px;
}

.filters .single-filter .filter-options li label:has(input:checked)::before {
    border: 1px solid #FC6A5D;
}

.filters .single-filter .filter-options {
    padding: 0;
    list-style-type: none;
    margin-top: 12px;
}

.filters .single-filter .filter-options li {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
    margin-bottom: 8px;
}

.filters .single-filter .filter-options li:last-of-type {
    margin-bottom: 0;
}

.filters .single-filter .filter-options li input {
    margin-right: 8px;
    cursor: pointer;
    margin-top: 4px;
}

.filters .single-filter .switch-holder {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.filters .single-filter .switch-holder .option,
.filters .single-filter .switch-holder .option1 {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.filters .single-filter .switch-holder .option1 {
    color: #333;
}

.filters .single-filter.active .switch-holder .option1 {
    color: #888;
}

.filters .single-filter .switch-holder .option {
    color: #888;
}

.filters .single-filter.active .switch-holder .option {
    color: #333;
}

.filters .hardiness-zone .filter-options {
    padding: 0;
    list-style-type: none;
}

.filters .hardiness-zone .filter-options li {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
}

.filters .hardiness-zone .filter-options li label {
    position: relative;
}

.filters .hardiness-zone .filter-options li label input {
    margin-right: 8px;
    cursor: pointer;
    margin-top: 4px;
}

.filters .hardiness-zone .filter-options li label:has(input)::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: 1px solid #888;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.filters .hardiness-zone .filter-options li label:has(input:checked)::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #FC6A5D;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    margin: 0 12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #333;
    transition: .4s;
    border-radius: 32px;
}

.filters .single-filter.active .slider:before {
    background: #FC6A5D;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    top: 3px;
    background-color: #C8C8C8;
    transition: .4s;
    border-radius: 20px;
}

input:checked + .slider:before {
    transform: translateX(22px);
}

.filters-popup .btn-filter .clear-filter,
.filters .btn-filter .clear-filter {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    border: 1px solid #C8C8C8;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    cursor: pointer;
}

.filters-popup .btn-filter .clear-filter {
    background: transparent;
    width: 100%;
}

.filters-popup .btn-filter .submit-filters {
    background: #FC6A5D;
    width: 100%;
    border: none;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 48px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 18px;
}

.design-archive .pagination {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.design-archive .pagination a {
    border-radius: 32px;
    border: 1px solid #C8C8C8;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1.4px;
    text-decoration: none;
    transition: 300ms;
}

.design-archive .pagination a:hover {
    border-color: #333;
}

.design-archive .pagination .current {
    background: #FC6A5D;
    border-radius: 32px;
    border: 1px solid #FC6A5D;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1.4px;
}

.designs-row .cards-holder {
    flex: 1;
    padding-left: 16px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
}

.cards-holder__empty-message.zip-filter-element {
    display: flex !important;
}

.cards-holder__empty-message {
    border-radius: 16px;
    background: #FAFAFA;
    padding: 32px;
    width: 100%;
    margin-bottom: 32px;

    display: none;
}

.cards-holder__empty-message p {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.cards-holder__empty-message p svg {
    margin-right: 8px;
}

.right_side_content {
    flex: 1;
    padding-left: 16px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
}

.right_side_content .custom-loader {
    display: none;
    position: absolute;
    border-radius: 16px;
    background-color: #fff;
    height: 100%;
    z-index: 99999999;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.custom-loader__text {
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #FC6A5D;
}

.custom-loader img {
    margin-top: 300px;
    width: 100px;
}

.designs-row .cards-holder .single-card.customizer-card {
    margin-top: 16px;
    border-radius: 16px;
    border: 1px solid #DBE6DE;
}

.designs-row .cards-holder .single-card.customizer-card .card-information {
    padding: 0 16px 16px;
}

.designs-row .cards-holder .single-card.customizer-card .card-information .design-name {
    margin-bottom: 32px;
}

.designs-row .cards-holder .single-card.customizer-card .card-information .customizer-card-button {
    width: 100%;
    text-align: right;
}

.designs-row .cards-holder .single-card.customizer-card .card-information .customizer-card-button a {
    color: #0F4F1E;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 600;
    line-height: 0.85;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
}

.designs-row .cards-holder .single-card {
    margin: 0 16px 60px;
    flex: 0 0 calc(33% - 32px);
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.designs-row .cards-holder .single-card:nth-of-type(3n) {
    margin-right: 0;
}

.designs-row .cards-holder .single-card a {
    margin-bottom: 16px;
    border-radius: 16px;
    width: 100%;
    position: relative;
}

.designs-row .cards-holder .single-card a .card-image img:last-of-type {
    transition: transform ease-in-out 300ms;
}

.designs-row .cards-holder .single-card a:hover .card-image img:last-of-type {
    /*transform: scale(1.2);*/
    /*transition: ease-in-out 300ms;*/
}

.designs-row .cards-holder .single-card a:hover .card-image {
    border-radius: 16px;
}

.designs-row .cards-holder .single-card .card-image,
.designs-row .cards-holder .single-card .card-image a {
    position: relative;
    flex: 0 0 100%;
    display: flex;
    overflow: hidden;
    border-radius: 16px;
    margin: auto;
}

.designs-row .cards-holder .single-card .card-image a .image-bg-holder {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 16px;
    width: 100%;
    height: 220px;
    position: relative;
}

.designs-row .cards-holder .single-card .card-image a .image-bg-holder img {
    /*display: none;*/
    transition: 300ms;
    position: absolute;
    opacity: 0;
}

.designs-row .cards-holder .single-card .card-image a .image-bg-holder img:first-of-type {
    /*display: block;*/
    opacity: 1;
}

.designs-row .cards-holder .single-card .card-image a:hover .image-bg-holder img:first-of-type {
    /*display: none;*/
    opacity: 0;
}

.designs-row .cards-holder .single-card .card-image a.image-bg-holder img:nth-child(2) {
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.designs-row .cards-holder .single-card .card-image a:hover .image-bg-holder img:nth-child(2) {
    display: block !important;
    opacity: 1;
}

.designs-row .cards-holder .single-card .card-image .prev,
.designs-row .cards-holder .single-card .card-image .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 0;
    margin-top: -25px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 2;
    display: none;
}

.designs-row .cards-holder .single-card .card-image .prev {
    left: 12px;
}

/* Position the "next button" to the right */
.designs-row .cards-holder .single-card .card-image .next {
    right: 12px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/*.designs-row .cards-holder .single-card .card-image .prev:hover, .next:hover {*/
/*    background-color: rgba(0,0,0,0.8);*/
/*}*/

.designs-row .cards-holder .single-card .card-image .card-image__sold-out {
    position: absolute;
    z-index: 1;
}

.designs-row .cards-holder .single-card .card-image img {
    border-radius: 16px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.designs-row .cards-holder .single-card .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;
}

.designs-row .cards-holder .single-card .card-image 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;
}


.designs-row .cards-holder .single-card .card-image .new {
    display: none;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2CBC63;
    border-radius: 40px;
    background: #E8FFEE;
    width: 55px;
    height: 24px;
    top: 12px;
    left: 12px;
    position: absolute;
    padding: 8px 12px 6px;
}

.designs-row .cards-holder .single-card.new-design .card-image .new {
    display: flex;
}

.designs-row .cards-holder .single-card .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;
}

.designs-row .cards-holder .single-card .plant-included svg {
    margin-right: 6px;
}

.designs-row .cards-holder .single-card .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;
}

.designs-row .cards-holder .single-card .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: 161px;
    bottom: 0;
    width: 8px;
    height: 8px;
    rotate: 90deg;
}

.designs-row .cards-holder .single-card .card-information {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex: 0 0 100%;
}

.designs-row .cards-holder .single-card .card-information .design-name,
.designs-row .cards-holder .single-card .card-information .design-category,
.designs-row .cards-holder .single-card .card-information .design-price {
    flex: 0 0 100%;
}

/*.designs-row .cards-holder .single-card .card-information .design-price .price .woocommerce-Price-amount{*/
/*    display: flex;*/
/*    height: 0;*/
/*    font-size: 0;*/
/*}*/

/*.designs-row .cards-holder .single-card .card-information .design-price .price .price-regular .regular-price .woocommerce-Price-amount {*/
/*    display: unset;*/
/*    height: unset;*/
/*    font-size: unset;*/
/*}*/

.designs-row .cards-holder .single-card .card-information .design-name {
    margin-bottom: 10px;
}

.designs-row .cards-holder .single-card .card-information .design-name h3,
.designs-row .cards-holder .single-card .card-information .design-name h3 a {
    margin: 0;
    font-family: 'Literata', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    text-decoration: none;
}

.designs-row .cards-holder .single-card .card-information .design-category {
    margin-bottom: 16px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.designs-row .cards-holder .single-card .card-information .design-category a {
    margin-bottom: 0;
    width: fit-content;
    text-decoration: none;
}

.designs-row .cards-holder .single-card .card-information .design-category a,
.designs-row .cards-holder .single-card .card-information .design-category .variations-count {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.designs-row .cards-holder .single-card .card-information .design-category .variations-count svg {
    margin-right: 6px;
}

.designs-row .cards-holder .single-card .card-information .design-category .variations-count {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #888;
}

.designs-row .cards-holder .single-card .card-information .design-price {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.designs-row .cards-holder .single-card .card-information .design-price .price .regular-price {
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #333;
}


.designs-row .cards-holder .single-card.design-sale .card-information .design-price .price {
    display: flex;
    flex-flow: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.designs-row .cards-holder .single-card.design-sale .card-information .design-price .price .price-regular,
.designs-row .cards-holder .single-card.design-sale .card-information .design-price .price .price-percentage {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.designs-row .cards-holder .single-card.design-sale .card-information .design-price .price .price-percentage .sale-tag {
    background: #0F4F1E;
    width: 80px;
    color: #EEF9F1;
}

.designs-row .cards-holder .single-card .card-image span.customzier-tag {
    color: #FFF;
    font-family: 'Figtree';
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    border-radius: 40px;
    background: #ECB60C;
    width: auto;
    padding: 8px 12px;
}

.designs-row .cards-holder .single-card.design-sale .card-information .design-price .price .regular-price {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration-line: line-through;
    color: #888;
}

.designs-row .cards-holder .single-card .card-information .design-price .sale-price {
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #FC6A5D;
    margin-right: 8px;
}

.designs-row .cards-holder .single-card .card-image .natives-tag {
    color: #FFF;
    font-family: 'Figtree';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 8px 12px;

    border-radius: 40px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2px);
    display: inline-block;
    width: auto;
    height: auto;
    right: 12px;
    top: 12px;
    position: absolute;
}

.designs-row .cards-holder .single-card .card-image .shade-tag {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
    background: #FFF;
    width: max-content;
    padding: 8px 12px 6px;
    color: #333;
    font-family: 'Figtree';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.designs-row .cards-holder .single-card.design-sale .card-information .design-price .sale-tag {
    display: flex;
}

.designs-row .cards-holder .single-card .card-information .design-price .sale-tag {
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FC6A5D;
    border-radius: 40px;
    background: #FEE1DF;
    width: 57px;
    height: 24px;
    display: none;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: 8px;
}

.design-archive .load-more-row {
    flex: 0 0 82%;
    margin-left: 18%;
    margin-top: 4px;
}

.design-archive .load-more-designs {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #C8C8C8;
    padding: 18px 24px;
    background: #fff;
    cursor: pointer;
    margin: 0 auto;
}

.other-categories-wrapper {
    margin-bottom: 120px;
}

.other-categories-wrapper .headline-row {
    margin-bottom: 60px;
    text-align: center;
}

.other-categories-wrapper h2 {
    font-family: 'Literata', sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.1;
    color: #333;
    margin: 0;
}

.other-categories-wrapper .single-category .single-category-box {
    border-radius: 12px;
    background: #FAFAFA;
    padding: 24px;
    min-height: 360px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    transition: all 300ms ease;
}

.other-categories-wrapper .single-category-box .icon-row {
    margin-bottom: 16px;
}

.other-categories-wrapper .single-category-box .category-name-row {
    margin-bottom: 16px;
}

.other-categories-wrapper .single-category-box h3 {
    margin: 0;
    font-family: 'Literata', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
}

.other-categories-wrapper .single-category-box p {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
    margin: 0;
}

.other-categories-wrapper .single-category-box .learn-more {
    text-decoration: none;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    transition: all 300ms ease;
}

.other-categories-wrapper .single-category-box .learn-more svg {
    margin-left: 8px;
    transition: all 300ms ease;
}

.other-categories-wrapper .single-category-box:hover {
    background: #FFF9E8;
}

.other-categories-wrapper .single-category-box:hover .learn-more {
    color: #FC6A5D;
}

.other-categories-wrapper .single-category-box .learn-more svg path {
    transition: all 300ms ease;
}

.other-categories-wrapper .single-category-box:hover .learn-more svg path {
    fill: #FC6A5D;
}

.filters-popup {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
}

.filters-popup .popup-holder {
    height: 100vh;
    width: 100%;
    background: #fafafa;
    padding: 130px 20px 100px;
    position: relative;
    overflow: auto;
    margin: 0;
}

.filters-popup .btn-filter {
    width: 100%;
    padding: 0;
    background: transparent;
}

.filters-popup .popup-holder .popup-headline {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 35px;
    width: 100%;
}

.filters-popup .popup-holder .popup-headline .title {
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #333;
}

.filters-popup .description-row.mobile {
    margin-bottom: 16px;
}

.filters-popup .description-row.mobile p {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.filters-popup .inputs-row {
    margin-bottom: 32px;
    width: 100%;
}

.input-row-mobile {
    width: 100%;
}

.filters-popup .inputs-row .search-input {
    display: none;
}

.filters-popup .inputs-row label {
    margin-bottom: 12px;
}

.filters-popup .inputs-row .filter-designs,
.filters-popup .inputs-row label {
    flex: 0 0 100%;
}

.tooltip-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 9999;
    display: none;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.tooltip-popup .tooltip-holder {
    width: 295px;
    max-width: 100%;
    padding: 20px;
    backdrop-filter: blur(8px);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.80);
}

.tooltip-popup .tooltip-holder p {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 4px;
}

.tooltip-popup .tooltip-holder a {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration-line: underline;
}

/*.how-it-works {*/
/*    margin-bottom: 100px;*/
/*}*/

.how-it-works h2 {
    margin-bottom: 0;
}

.archive-plants .how-it-works .how-it-works-holder .button-desc {
    display: none;
}

.post-type-archive-product .explore-collections .explore-collections-holder .explore-collections-holder__top .explore-collections-holder__top__card:nth-child(1) {
    order: 2;
}

.post-type-archive-product .explore-collections .explore-collections-holder .explore-collections-holder__top .explore-collections-holder__top__card:nth-child(2) {
    order: 3;
}

.post-type-archive-product .explore-collections .explore-collections-holder .explore-collections-holder__top .explore-collections-holder__top__card:nth-child(3) {
    order: 1;
}

.post-type-archive-product .explore-collections {
    margin: 40px 0 240px;
}

.customize-email {
    margin-bottom: 0 !important;
}

.how-it-works {
    padding-top: 100px;
}

@media only screen and (min-width: 992px) {
    .hero-wrapper .content {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .archive-plants .hero-wrapper h1 {
        font-size: 50px;
        margin-bottom: 32px;
    }

    .hero-wrapper__tags {
        margin-bottom: 32px;
        flex-flow: row;
        gap: 8px;
    }

    .archive-plants .hero-wrapper p {
        text-align: left;
        padding-right: 25%;
    }
}


@media only screen and (max-width: 1399px) {
    .designs-row .cards-holder .single-card .plant-included::before {
        bottom: 43px;
        left: 7px;
    }

    .designs-row .cards-holder .single-card .plant-included::after {
        left: 161px;
    }
}

@media only screen and (max-width: 1200px) {
    .design-archive .filter-row .inputs-row .filter-designs {
        flex: 0 0 22%;
        padding: 18px 23px;
    }

    .design-archive .designs-row .filters .filter-row {
        margin-left: 0;
        width: 100%;
    }

    .filter-row {
        margin-left: 8.333%;
        width: 83.333%;
    }

    .filter-row .inputs-row .zip-input {
        flex: 0 0 68%;
    }

    .filter-row .inputs-row .filter-designs {
        flex: 0 0 32%;
    }

}

@media only screen and (max-width: 992px) {
    .top-header-coupon-active {
        margin-top: 90px;
    }

    .archive-plants {
        padding-top: 50px;
    }

    .hero-wrapper-single {
        /*display: none;*/
    }


    .archive-plants .hero-wrapper {
        padding: 0;
    }


    .shop-title {
        display: flex;
        /*margin-bottom: 28px;*/
    }

    .filter-row {
        margin-left: 0;
        width: 100%;
        margin-top: 0;
    }

    .archive-plants .hero-wrapper .hero-box {
        background: unset;
        padding: 0;
    }

    /*.archive-plants .hero-wrapper .hero-box .content {*/
    /*    display: none;*/
    /*}*/
    .archive-plants .hero-wrapper .hero-box .form-wrapper {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .mobile-filters-holder {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #FFF;
        z-index: 8;
        padding: 24px;
    }

    .mobile-filters-holder .mobile-filters {
        font-size: 16px;
        height: 48px;
        width: 80%;
        margin: auto;
    }

    .mobile-filters-holder .mobile-filters svg {
        width: 24px;
        height: 24px;
    }

    .filter-row {
        z-index: inherit;
    }

    .filter-row .description-row {
        margin-bottom: 12px;
        padding: 0;
    }

    .filters-popup .inputs-row, .filter-row .inputs-row {
        width: 100%;
        padding: 0;
    }

    .filter-row .inputs-row .zip-input {
        flex: 0 0 100%;
        padding-right: 0;
    }

    .filter-row .inputs-row .filter-designs {
        flex: 0 0 100%;
    }

    .design-archive .filter-row .description-row.desktop {
        display: none;
    }

    .design-archive .designs-row .filters {
        flex: 0 0 100%;
    }

    .filters .single-filter .filter-options {
        display: none;
    }

    .design-archive .filter-row .disclaimer {
        justify-content: space-between;
        margin-top: 0;
        padding-left: 18px;
    }

    .filter-row .disclaimer {
        padding: 0;
    }

    .design-archive .filter-row {
        margin-bottom: 24px;
    }

    .design-archive .filter-row .disclaimer svg {
        display: none;
    }

    .design-archive .filter-row .disclaimer .mobile-disclaimer,
    .design-archive .filter-row .disclaimer .mobile-disclaimer svg {
        display: flex;
    }

    .filter-row .disclaimer .mobile-filters {
        display: flex;
    }

    .design-archive .filter-row .disclaimer .mobile-filters {
        display: flex;
        font-size: 16px;
    }

    .design-archive .filter-row .disclaimer .mobile-filters svg {
        display: flex;
        width: 24px;
        height: 24px;
    }

    .design-archive .filter-row .disclaimer p {
        width: 100%;
        order: 2;
        margin-bottom: 24px;
    }

    .design-archive .filter-row .disclaimer .mobile-disclaimer {
        width: 100%;
        order: 1;
        margin-bottom: 12px;
        margin-top: 24px;
    }

    .design-archive .filter-row .disclaimer h1 {
        display: flex;
        width: 100%;
        order: 3;
        color: #333;
        font-family: 'Literata', sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .designs-row .cards-holder {
        padding-left: 0;
    }

    .designs-row .cards-holder .single-card {
        flex: 0 0 calc(50% - 16px);
    }

    .designs-row .cards-holder .single-card:nth-of-type(3n) {
        margin-right: 16px;
    }

    .designs-row .cards-holder .single-card:nth-of-type(2n+1),
    .designs-row .cards-holder .single-card:first-of-type {
        margin-left: 0;
    }

    .designs-row .cards-holder .single-card:nth-of-type(2n) {
        margin-right: 0;
    }

    .other-categories-wrapper .single-category {
        margin-bottom: 24px;
        flex: 0 0 50%;
    }

    .other-categories-wrapper .single-category .single-category-box {
        min-height: auto;
    }

    .other-categories-wrapper .single-category .single-category-box .top-box {
        margin-bottom: 48px;
    }

    .right_side_content {
        z-index: 0;
    }

    .all-product-filters {
        width: 100%;
    }

    .input-row-mobile-fall {
        width: 100%;
    }

    .design-archive .load-more-row {
        margin-left: 0;
    }

    .design-archive .designs-row .disclaimer {
        display: flex;
    }

    .design-archive .designs-row .disclaimer .mobile-filters-holder .mobile-filters {
        color: #333;
        font-family: 'Figtree', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        height: 48px;
        border-radius: 65px;
        border: 1px solid #888;
        background: #fff;
        padding: 0 14px;
        cursor: pointer;
    }

    .post-type-archive-product .explore-collections {
        margin: 40px 0 170px;
    }
}

@media only screen and (max-width: 991px) {
    .filters .filter-name svg {
        display: inline-block;
    }

    .designs-row .cards-holder .single-card .card-image .prev,
    .designs-row .cards-holder .single-card .card-image .next {
        display: block;
    }

    .design-archive .designs-row .filters {
        margin-left: 0;
    }

    .designs-row .cards-holder .single-card .card-image a .image-bg-holder img {
        display: block !important;
        opacity: 1;
        position: relative;
    }

    .designs-row .cards-holder .single-card .card-image a:hover .image-bg-holder img:first-of-type {
        display: block;
        opacity: 1;
    }

    .designs-row .cards-holder,
    .designs-row .cards-holder .single-card {
        max-width: 100%;
    }

}

@media only screen and (max-width: 783px) {
    .archive-plants {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .archive-plants {
        padding-top: 34px;
    }

    .archive-plants .hero-wrapper blockquote::before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .archive-plants .hero-wrapper .hero-box .content {
        padding: 0 13px;
    }

    .archive-plants .hero-wrapper blockquote p {
        margin-top: 20px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        width: 70%;
        margin-left: 15%;
        text-align: center;
        font-size: 14px !important;
    }

    .archive-plants .hero-wrapper .hero-box .form-wrapper {
        padding: 20px;
        margin: 0 20px;
    }

    .archive-plants .hero-wrapper .hero-box .form-wrapper .form-inputs label {
        flex: 0 0 100%;
        margin-bottom: 16px;
    }

    .archive-plants .hero-wrapper .hero-box .form-wrapper .form-inputs .submit-row {
        margin-top: 9px;
    }

    .archive-plants .hero-wrapper .hero-box .form-wrapper h2 {
        font-size: 26px;
    }

    .archive-plants .hero-wrapper .hero-box .form-wrapper .form-headline {
        margin-bottom: 24px;
    }

    .archive-plants .hero-wrapper .hero-box .form-wrapper .form-inputs .submit-row .submit-design {
        width: 100%;
    }


    .customize-email {
        margin-bottom: 80px !important;
    }

}

@media only screen and (max-width: 575px) {
    .other-categories-wrapper h2 {
        font-size: 32px;
    }

    .archive-plants .hero-wrapper {
        padding: 0;
    }

    .tax-product_cat .archive-plants .filter-row {
        padding: initial;
    }

    .designs-row .cards-holder .single-card {
        flex: 0 0 100%;
        margin: 0 0 40px;
    }

    .designs-row .cards-holder .single-card:last-of-type {
        margin-bottom: 0;
    }

    .other-categories-wrapper .single-category {
        flex: 0 0 100%;
        margin-bottom: 16px;
    }

    .filter-row .disclaimer .mobile-filters {
        width: 100%;
    }

    .shop-title {
        margin-top: 50px;
    }

    .filter-row {
        box-shadow: none;
        padding: 0 13px;
        border: none;
    }

    .design-archive {
        padding-top: 44px;
        margin-bottom: 40px;
    }

    .designs-row .cards-holder {
        padding-left: 0;
    }

    .right_side_content {
        padding-left: 12px;
    }

    .design-archive .load-more-row {
        margin-left: 0;
        width: 100%;
    }

    .design-archive .load-more-designs {
        width: 100%;
    }

    .how-it-works {
        margin-bottom: 40px;
    }

    .designs-row .cards-holder .single-card a {
        width: 100%;
    }

    .design-archive .filter-row .disclaimer .mobile-filters {
        width: 100%;
    }

    .design-archive .filter-row .disclaimer p {
        line-height: 24px;
    }

    .right_side_content .custom-loader {
        left: 2.4%;
        width: 95%;
    }

    .archive-plants .hero-wrapper .hero-box .content {
        width: 100%;
    }

    .post-type-archive-product .how-it-works .how-it-works-holder__top__left-side h2 {
        margin-bottom: 24px;
        font-size: 32px;
    }

    .post-type-archive-product .explore-collections {
        margin: 40px 0;
    }

    .designs-row .cards-holder .single-card .card-information .design-name h3 a {
        font-size: 26px;
        line-height: 120%;
    }

    .designs-row .cards-holder .single-card .card-information .design-category a,
    .designs-row .cards-holder .single-card .card-information .design-category .variations-count {
        font-size: 18px;
        line-height: 24px;
    }

    .designs-row .cards-holder .single-card .card-information .design-price .price .regular-price {
        font-size: 24px;
    }

    .customize-email {
        margin-bottom: 48px !important;
    }
}


@media only screen and (max-width: 425px) {
    .right_side_content .custom-loader {
        left: 3%;
        width: 94%;
    }
}

@media only screen and (max-width: 375px) {
    .right_side_content .custom-loader {
        left: 3.6%;
        width: 93%;
    }
}

@media only screen and (max-width: 350px) {
    .right_side_content .custom-loader {
        left: 4.3%;
        width: 91.4%;
    }
}