.explore-collections {
    margin: 80px 0;
}

.explore-collections-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-radius: 12px;
    background: #fff;
    padding-left: 64px;
    padding-right: 64px;
}

.explore-collections-holder__title {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}

.explore-collections-holder__top {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.explore-collections-holder__top__card {
    flex: 0 0 auto;
    width: 32%;
    padding: 24px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: space-between;

    border-radius: 16px;
    border: 1px solid #F5F5F5;
}

.explore-collections-holder__top__card-top {
    width: 100%;
}

.explore-collections-holder__top__card-top .explore-collections-holder__top__card-tag {
    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;
    margin-bottom: 12px;
    border-radius: 40px;
    width: fit-content;

    background-color: #EEF9F1;
    color: #0F4F1E;
}

.explore-collections-holder__top__card-top .shop-flower-mega-menu-holder__top__card-text{
    margin-bottom: 24px;
}

.explore-collections-holder__top__card-top .shop-flower-mega-menu-holder__top__card-text p{
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.explore-collections-holder__top__card-top h3 {
    font-family: 'Literata', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 24px;
}

.explore-collections-holder__top__card-list {
    margin-bottom: 76px;
}

.explore-collections-holder__top__card-list p {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 12px;
}

.explore-collections-holder__top__card-list p svg {
    margin-right: 8px;
}

.explore-collections-holder__top__card a,
.explore-collections-holder__bottom a {
    display: flex;
    justify-content: center;
    padding: 18px 24px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    border-radius: 8px;

    background-color: #0F4F1E;
    /*background-color: #C8C8C8;*/
    color: #fff;
    transition: 300ms;

    /*pointer-events: none;*/
}

.explore-collections-holder__top__card:nth-child(2) a {
    background-color: #0F4F1E;
    pointer-events: unset;
}

.explore-collections-holder__top__card a:hover,
.explore-collections-holder__bottom a:hover {
    background-color: #043910;
}

.explore-collections-holder__top__card-first {
    /*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.66) 100%), url("../../images/background-megamenu.webp");*/
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.66) 100%), url("../../images/Featured Collection.webp");
    background-size: cover;
    background-position: bottom right;
}

.explore-collections-holder__top__card-first h3 {
    color: #fff;
}

.explore-collections-holder__top__card-first .explore-collections-holder__top__card-tag {
    background: #FFF9E8;
    color: #ECB60C !important;
}

.explore-collections-holder__top__card-first .explore-collections-holder__top__card-list p {
    color: #fff;
}

.explore-collections .explore-collections-holder__top .explore-collections-holder__top__card-first a {
    background: #ECB60C;
    color: #fff;
    transition: 300ms;
    pointer-events: unset;
}

.explore-collections .explore-collections-holder__top .explore-collections-holder__top__card-first a:hover {
    background-color: #D2A20A;
}

.explore-collections-holder__bottom {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 32px 24px;
}

.explore-collections .explore-collections-holder__top .explore-collections-holder__top__card-first p{
    color: #FFF;
}

.explore-collections-holder__bottom h2 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.explore-collections-holder__bottom a {
    max-width: 260px;
}

@media only screen and (max-width: 1199px) {
    .explore-collections-holder {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media only screen and (max-width: 991px) {
    .explore-collections-holder__top__card {
        width: 49%;
    }

    .explore-collections-holder__top__card-first {
        width: 100%;
        margin-bottom: 16px;
    }

    .explore-collections-holder__title{
        font-size: 44px;
    }

    .explore-collections-holder__top__card-first h2,
    .explore-collections-holder__top__card-top h3{
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .explore-collections-holder__top__card {
        width: 100%;
        margin-bottom: 16px;
    }

    .explore-collections-holder__top__card:last-of-type {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .explore-collections {
        margin: 40px 0;
    }

    .explore-collections-holder__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 32px;
        text-align: left;
        font-weight: 400;
    }

    .explore-collections-holder__top__card-tag {
        line-height: 1;
    }

    .explore-collections-holder__top__card-first h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .explore-collections-holder__top__card-list {
        margin-bottom: 56px;
    }
}