@font-face {
    font-family: 'Square Peg';
    src: url('../fonts/SquarePeg-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'IM FELL English';
    src: url('../fonts/IMFellEnglish-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Sans Std Book';
    src: url('../fonts/FedraSansStd-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Sans Std';
    src: url('../fonts/FedraSansStd-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Sans Std Demi';
    src: url('../fonts/FedraSansStd-Demi.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Sans Std';
    src: url('../fonts/FedraSansStd-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body.bloom-landing-design {
    font-family: 'Fedra Sans Std Book';
    font-weight: normal;
}

.bloom-landing-design p {
    font-family: 'Fedra Sans Std Book';
    font-weight: normal;
}

body.bloom-landing-design .columns {
    padding: 0 !important;
    overflow: hidden;
}

.landing-banner {
    position: relative;
    min-height: 640px;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 30px;
}

.landing-banner picture {
    display: block;
    height: 100%;
}

.landing-banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.landing-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
    z-index: 1;
}

.landing-banner-bg video {
    object-fit: cover;
}

.landing-banner-content img {
    margin-bottom: 18px;
}

.landing-banner-content {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.landing-banner-content h1 {
    /*font-family: 'Square Peg', cursive;*/
    color: #EBE5D6;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    font-size: 30px;
    line-height: 1.55;
    margin-bottom: 35px;
}

.btn-white {
    display: inline-block;
    font-size: 18px;
    font-family: 'Fedra Sans Std';
    font-weight: 400;
    line-height: 1.25;
    text-transform: capitalize;
    color: #EBE5D6;
    padding: 12px 24px;
    border: 1px solid;
    border-radius: 50px;
    min-width: 200px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}

.btn-white:hover {
    background-color: #a92611;
    border-color: #a92611;
    text-decoration: none;
    color: #EBE5D6;
}

.btn-white:visited {
    color: #EBE5D6;
}

.bloom-wrap {
    background-image: url('../images/leaf-tile.jpg');
    padding: 90px 30px 0;
    position: relative;
}

.bloom-wrap::before {
    content: "";
    display: block;
    width: 217px;
    height: 292px;
    background-image: url('../images/asset-1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -50px;
    visibility: hidden;
}

.bloom-wrap::after {
    content: "";
    display: block;
    width: 233px;
    height: 440px;
    background-image: url('../images/asset-2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 383px;
    visibility: hidden;
}

.bloom-wrap * {
    color: #EBE5D6;
}

.section-care {
    padding-bottom: 90px;
    max-width: 57.65%;
    margin: auto;
}

.care-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.care-content {
    width: 45%;
    position: relative;
    z-index: 1;
}

.care-content h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1;
    font-family: 'IM FELL English';
    display: none;
}

.care-content p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 0;
    font-family: 'Fedra Sans Std';
}

.care-content p+p {
    margin-top: 20px;
    font-weight: normal;
    font-family: 'Fedra Sans Std Book';
}

.care-content .btn-white {
    margin-top: 25px;
    min-width: 180px;
}

.care-image {
    width: 55%;
}

.care-image img {
    max-width: 32.5vw;
    min-width: 400px;
    position: relative;
    left: -12%;
    z-index: 0;
}

.section-why-bloom {
    max-width: 1350px;
    margin: auto;
}

.why-bloom-banners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 70px;
    row-gap: 60px;
    padding-bottom: 60px;
}

.why-bloom-banner {
    position: relative;
}

.why-bloom-banner h2 {
    font-size: 38px;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-family: 'IM FELL English';
    line-height: 1;
}

.why-bloom-banner p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 12px;
}

.why-bloom-banner img {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    box-shadow: -24px 4px 24px -6px rgb(0 0 0 / 24%), 24px 0px 24px -6px rgb(0 0 0 / 24%);
    border-radius: 6px;
}

.why-bloom-banner>a {
    text-transform: capitalize;
    font-size: 18px;
    display: inline-block;
    padding-right: 55px;
    color: #EBE5D6;
    line-height: 1;
    background-image: url('../images/arrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    font-family: 'Fedra Sans Std';
}

.why-bloom-banner>a:hover {
    text-decoration: none;
    color: #a92611;
}

.why-bloom-banner:nth-child(1)::before {
    content: "";
    width: 90px;
    height: 111px;
    position: absolute;
    left: -30px;
    top: 0;
    background-image: url('../images/asset-3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    visibility: hidden;
}

.why-bloom-banner:nth-child(2) {
    margin-top: 120px;
}

.why-bloom-banner:nth-child(3) {
    margin-top: 60px;
}

.why-bloom-banner:nth-child(3)::before {
    content: "";
    width: 109px;
    height: 77px;
    position: absolute;
    right: -30px;
    top: -80px;
    background-image: url('../images/asset-4.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    visibility: hidden;
}

.living-organic {
    max-width: 1380px;
    margin: auto;
    padding-top: 60px;
    text-align: center;
}

.living-organic h2 {
    font-size: 96px;
    font-family: 'Fedra Sans Std';
    font-weight: bold;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    position: relative;
    color: rgba(235, 229, 214, 0.09);
    line-height: 1;
    max-width: 1070px;
    margin: auto;
}

.living-organic h2::after {
    content: "";
    display: block;
    width: 153px;
    height: 111px;
    position: absolute;
    bottom: 100%;
    right: 35px;
    background-image: url('../images/asset-5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.living-organic-content {
    padding-top: 50px;
    max-width: 760px;
    margin: auto;
}

.living-organic-content>div>ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 50px;
}

.living-organic-content>div>ul>li {
    display: block;
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
}

.living-organic-content>div>ul>li img {
    display: block;
    margin: auto auto 15px auto;
    max-width: 90px;
    max-height: 90px;
}

.category-details.is-first {
    margin-left: -30px;
    margin-right: -30px;
}

.is-first .category-content p {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
}

.category-details {
    position: relative;
}

.category-banner img {
    margin-bottom: -6vw;
    width: 100%;
    height: auto;
}

.category-content {
    position: absolute;
    left: 50%;
    bottom: 100px;
    width: 80.4%;
    transform: translateX(-50%);
}

.category-content-box {
    max-width: 410px;
    padding-left: 30px;
    padding-right: 30px;
}

.category-content-box>img {
    margin-bottom: 36px;
}

.category-content h2 {
    color: #EBE5D6;
    font-size: 60px;
    font-family: 'IM FELL English';
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 12px;
}

.category-content p {
    color: #EBE5D6;
    font-size: 18px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 1.7;
    margin: 0;
}

.category-details.left-side .category-content-box {
    text-align: right;
    margin-left: auto;
}

.bloom-landing-design .widget-slider-content {
    padding: 100px 15px 60px 15px;
}

.bloom-landing-design .product-items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 48px;
    padding-top: 15px;
    margin: 0 -6px !important;
}

.bloom-landing-design .widget-slider-content .product-item-name {
    margin: 12px 0 18px 0;
    line-height: 1.7;
    padding: 0 10%;
}

.bloom-landing-design .block.widget.widget-slider-content .products-grid .product-item {
    position: relative;
    margin: 0;
    max-width: 25%;
    padding: 0 6px;
}

.bloom-landing-design .widget-slider-content .products-grid .product-item .tocart:hover,
.bloom-landing-design .widget-product-slider .product-item .product-item-inner .tocart:hover {
    background: #EDAA39;
}

.bloom-landing-design .widget-slider-content .product-item .price-box {
    margin: 0;
}

.bloom-landing-design .widget-slider-content .product-item .price-box .price {
    font-size: 21px !important;
}

.bloom-landing-design .widget-slider-content .product-item-details {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.bloom-landing-design .block.widget.widget-slider-content .products-grid .product-item .product-item-info {
    height: 100%;
}

.bloom-landing-design .block.widget.widget-slider-content .products-grid .product-item .product-item-info form {
    height: 100%;
    border: 1px solid rgba(196, 196, 196, 0.25);
}

.bloom-landing-design .widget-slider-content .product-item-details {
    border: none;
}

.bloom-landing-design .ias-noneleft {
    display: none !important;
}

.product-loading-buttons {
    display: none;
}

#product-loadMore span {
    padding: 11px 33px;
    border-radius: 50px;
    background: #28a745;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Fedra Sans Std';
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    min-width: 160px;
}

#product-showLess span {
    padding: 11px 33px;
    border-radius: 50px;
    border: 1px solid #28a745;
    color: #28a745;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Fedra Sans Std';
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    min-width: 160px;
}

#product-loadMore {
    padding: 18px 18px 42px;
    margin: 0 -30px;
    text-align: center;
    background: #FFFDF8;
    box-shadow: 0px -36px 24px 12px rgba(0, 0, 0, 0.48);
}

#product-showLess {
    padding: 30px 15px 42px 15px;
    text-align: center;
}

.ecocert-and-cosmos {
    padding: 110px 30px 120px;
    background-image: url('../images/leaf-tile.jpg');
    position: relative;
}

.ecocert-and-cosmos::before {
    content: "";
    display: block;
    width: 169px;
    height: 298px;
    position: absolute;
    left: 0;
    top: -95px;
    background-image: url('../images/asset-6.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.ecocert-and-cosmos::after {
    content: "";
    display: block;
    width: 125px;
    height: 170px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('../images/asset-8.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.ecocert-and-cosmos * {
    color: #EBE5D6;
}

.ecocert-and-cosmos-row {
    max-width: 1024px;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.ecocert-and-cosmos-row::after {
    content: "";
    display: block;
    width: 169px;
    height: 163px;
    position: absolute;
    right: -70px;
    top: -50px;
    background-image: url('../images/asset-7.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.ecocert-and-cosmos-content {
    width: 32%;
    padding-right: 15px;
}

.ecocert-and-cosmos-content h3 {
    font-family: 'IM FELL English';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.ecocert-and-cosmos-content p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 2;
}

.ecocert-and-cosmos-content .btn-white {
    min-width: 180px;
}

.ecocert-and-cosmos-image {
    position: relative;
    z-index: 1;
}

.ecocert-and-cosmos-video {
    position: relative;
    width: 68.36%;
    overflow: hidden;
    z-index: 1;
    border-radius: 6px;
    box-shadow: -24px 4px 24px -6px rgba(0, 0, 0, 0.24), 24px 0px 24px -6px rgba(0, 0, 0, 0.24);
}

.ecocert-and-cosmos-video iframe {
    aspect-ratio: 16/9;
    height: auto;
    width: 100%;
    display: block;
}

.ecocert-and-cosmos-video>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 101%;
    object-fit: cover;
}

.video-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.try_before_you_buy a,
.try_before_you_buy picture {
    display: block;
    width: 100%;
}

.testimonials {
    padding: 100px 0;
    position: relative;
}

.testimonials::before {
    z-index: 1;
    content: "";
    display: block;
    width: 135px;
    height: 239px;
    position: absolute;
    top: -75px;
    right: 0;
    background-image: url('../images/asset-9.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.testimonials::after {
    content: "";
    display: block;
    width: 184px;
    height: 226px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../images/asset-10.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    visibility: hidden;
}

.testimonials-container {
    max-width: 1245px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.testimonials-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

.testimonials-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    background-image: url('../images/leaf-tile.jpg');
}

.testimonials-box {
    max-width: 450px;
}

.testimonials-box * {
    color: #EBE5D6;
}

.testimonials-box img {
    margin: auto auto 35px;
    max-width: 55px;
}

.testimonials-box h3 {
    font-size: 30px;
    font-family: 'Fedra Sans Std Book';
    font-weight: 400;
    line-height: 2;
    margin-bottom: 12px;
}

.testimonials-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
}

.testimonials-list .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-list .owl-dots {
    padding-top: 60px;
    text-align: center;
}

.testimonials-list .owl-dots .owl-dot {
    margin: 0 6px;
    width: 7px;
    height: 7px;
    box-shadow: none;
    background: #C4C4C4;
    opacity: 0.36;
    border-radius: 50%;
    outline: none;
    transition: all 0.5s ease-in-out 0s;
}

.testimonials-list .owl-dots .owl-dot.active {
    opacity: 1;
}

/* Responsive */
@media screen and (max-width: 1500px) {
    .bloom-wrap::before {
        width: 187px;
        height: 262px;
    }

    .bloom-wrap::after {
        width: 163px;
        height: 320px;
    }

    .section-care {
        max-width: 70%;
    }

    .care-image img {
        left: -18%;
    }

    .category-content {
        bottom: 70px;
        width: 90%;
    }

    .ecocert-and-cosmos::before {
        top: -50px;
    }
}

@media screen and (max-width: 1365px) {
    .category-content {
        width: 95%;
    }

    .testimonials-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .testimonials::before {
        width: 90px;
        top: -110px;
    }

    .testimonials::after {
        width: 88px;
        height: 108px;
    }
}

@media screen and (max-width: 1199px) {
    .bloom-wrap::before {
        width: 125px;
        height: 176px;
    }

    .bloom-wrap::after {
        width: 125px;
        height: 240px;
    }

    .section-care {
        max-width: 77%;
    }

    .why-bloom-banners {
        column-gap: 20px;
    }

    .living-organic h2 {
        font-size: 76px;
        max-width: 850px;
    }

    .living-organic h2::after {
        right: 10px;
    }

    .category-content {
        bottom: 40px;
    }

    .category-content-box {
        max-width: 340px;
    }

    .category-content-box>img {
        max-width: 72px;
        margin-bottom: 10px;
    }

    .bloom-landing-design .block.widget.widget-slider-content .products-grid .product-item {
        min-width: 0;
    }

    .ecocert-and-cosmos {
        padding: 100px 30px;
    }

    .ecocert-and-cosmos-row::after {
        right: -30px;
        top: -70px;
    }
}

@media screen and (max-width: 1024px) {
    .landing-banner-content h1 {
        /*font-size: 48px;
        margin-bottom: 28px;*/
    }

    .btn-white {
        min-width: 160px;
        font-size: 16px;
    }

    .category-content {
        position: relative;
        padding: 35px 0 20px 0;
        transform: none;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }

    .category-banner img {
        margin-bottom: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .category-content-box {
        max-width: 90%;
    }

    .category-bottom-banner img {
        width: 100%;
        height: auto;
    }

    .category-details.is-first .category-banner img {
        height: auto;
        width: auto;
        max-height: 100%;
        max-width: 45%;
    }

    .bloom-landing-design .widget-slider-content {
        padding: 15px 30px 0 30px;
    }

    .bloom-landing-design .product-items {
        row-gap: 40px;
    }

    .product-loading-buttons {
        display: block;
    }

    .ecocert-and-cosmos {
        padding: 80px 30px;
    }

    .ecocert-and-cosmos::before {
        display: none;
    }

    .ecocert-and-cosmos::after {
        width: 110px;
        height: 150px;
    }

    .ecocert-and-cosmos-row::after {
        width: 90px;
        height: 90px;
        top: -40px;
    }

    .ecocert-and-cosmos-content {
        width: 35%;
        padding-right: 10px;
    }

    .ecocert-and-cosmos-content h3 {
        font-size: 22px;
    }

    .ecocert-and-cosmos-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .ecocert-and-cosmos-content .btn-white {
        min-width: 165px;
    }

    .ecocert-and-cosmos-video {
        width: 65%;
    }

    .video-play-button {
        max-width: 45px;
    }

    .testimonials-box img {
        margin-bottom: 24px;
        max-width: 48px;
    }

    .testimonials-box h3 {
        font-size: 16px;
        margin-bottom: 36px;
    }

    .testimonials-box p {
        font-size: 16px;
    }

    .testimonials-list .owl-dots {
        padding-top: 24px;
    }
}

@media screen and (max-width: 1023px) {
    .bloom-landing-design .widget-product-slider .product-item .product-item-inner .tocart {
        max-width: calc(100% - 30px);
        font-size: 15px;
        height: 36px;
    }

    .bloom-landing-design .widget-slider-content .product-item-details {
        padding-bottom: 70px;
        margin: 0;
    }

    .bloom-landing-design .widget-slider-content .product-item-name {
        padding: 0 10px;
        font-size: 13px;
        margin: 6px 0 10px 0;
    }

    .bloom-landing-design .widget-slider-content .product-item .price-box .price {
        font-size: 18px !important;
    }

    .bloom-landing-design .block.widget.widget-slider-content .products-grid .product-item .product-item-inner {
        display: flex !important;
        bottom: 0px;
        width: 100%;
        height: auto !important;
        clip: inherit;
    }
}

@media screen and (max-width: 991px) {
    .bloom-wrap {
        padding: 70px 30px 0;
    }

    .section-care {
        padding-bottom: 60px;
    }

    .care-content p {
        font-size: 16px;
        font-weight: normal;
        font-family: 'Fedra Sans Std Book';
    }

    .care-content p+p {
        font-family: 'Fedra Sans Std';
    }

    .care-content .btn-white {
        min-width: 160px;
    }

    .why-bloom-banners {
        padding-bottom: 45px;
    }

    .why-bloom-banner h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .why-bloom-banner img {
        margin-bottom: 18px;
    }

    .why-bloom-banner p {
        font-size: 14px;
        line-height: 1.8;
    }

    .why-bloom-banner>a {
        font-size: 16px;
        padding-right: 37px;
        background-size: 24px;
    }

    .living-organic h2 {
        max-width: 455px;
    }

    .living-organic h2::after {
        width: 91px;
        height: 66px;
        right: auto;
        left: 80px;
        bottom: calc(100% + 5px);
    }

    .living-organic-content {
        padding-top: 45px;
        max-width: 600px;
    }

    .living-organic-content>div>ul {
        column-gap: 12px;
        row-gap: 45px;
    }

    .living-organic-content>div>ul>li {
        font-size: 16px;
    }

    .living-organic-content>div>ul>li img {
        margin-bottom: 10px;
        max-width: 72px;
        max-height: 72px;
    }

    .category-content h2 {
        font-size: 40px;
    }

    .category-content p {
        font-size: 14px;
    }

    .category-content-box {
        max-width: 50%;
    }

    .bloom-landing-design .block.widget.widget-slider-content .products-grid .product-item {
        max-width: 33.333333%;
    }
}

@media screen and (max-width: 767px) {
    .landing-banner {
        min-height: 420px;
    }

    .landing-banner-content img {
        max-width: 80px;
        margin-bottom: 10px;
    }

    .landing-banner-content h1 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .landing-banner-content h1 br {
        display: none;
    }

    .btn-white {
        font-size: 15px;
        line-height: 1.3;
        padding: 8px 16px 7px 16px;
        min-width: 130px;
    }

    .bloom-wrap::before {
        transform: scaleX(-1);
        left: auto;
        right: -5px;
        top: -30px;
    }

    .bloom-wrap::after {
        display: none;
    }

    .section-care {
        max-width: 100%;
    }

    .care-row {
        flex-flow: column;
    }

    .care-content {
        width: 100%;
    }

    .care-content h2 {
        display: block;
    }

    .care-content p {
        font-size: 15px;
    }

    .care-content .btn-white {
        display: none;
    }

    .care-image {
        width: 100%;
        margin-top: 20px;
        display: none;
    }

    .care-image img {
        max-width: 100%;
        position: static;
    }

    .why-bloom-banners {
        grid-template-columns: repeat(1, 1fr);
    }

    .why-bloom-banner {
        display: flex;
        flex-wrap: wrap;
    }

    .why-bloom-banner h2 {
        font-size: 27px;
        line-height: 36px;
        order: 1;
    }

    .why-bloom-banner img {
        order: 2;
    }

    .why-bloom-banner p {
        margin-bottom: 17px;
        order: 3;
    }

    .why-bloom-banner>a {
        order: 4;
    }

    .why-bloom-banner:nth-child(odd) {
        justify-content: end;
    }

    .why-bloom-banner:nth-child(odd) p {
        text-align: right;
    }

    .why-bloom-banner:nth-child(1)::before {
        display: block;
    }

    .why-bloom-banner:nth-child(2) {
        margin-top: 0;
    }

    .why-bloom-banner:nth-child(3) {
        margin-top: 0;
    }

    .why-bloom-banner:nth-child(3)::before {
        display: block;
    }

    .living-organic h2 {
        font-size: 54px;
        max-width: 330px;
    }

    .living-organic h2::after {
        left: 50px;
    }

    .living-organic-content {
        max-width: 400px;
    }

    .living-organic-content>div>ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-content-box {
        max-width: 80%;
    }

    .is-first .category-content p {
        -webkit-text-stroke-width: 0;
        -webkit-text-stroke-color: transparent;
    }

    .bloom-landing-design .product-items {
        row-gap: 36px;
    }

    .ecocert-and-cosmos {
        padding: 60px 30px;
    }

    .ecocert-and-cosmos-row {
        max-width: 100%;
        flex-flow: column-reverse;
    }

    .ecocert-and-cosmos-row::after {
        left: -30px;
        right: auto;
        top: -45px;
    }

    .ecocert-and-cosmos-content {
        width: 100%;
        padding: 25px 0;
    }

    .ecocert-and-cosmos-content .btn-white {
        min-width: 150px;
    }

    .ecocert-and-cosmos-video {
        width: 100%;
    }

    .bloom-landing-design .block.widget.widget-slider-content .products-grid .product-item {
        max-width: 47%;
    }

    .bloom-landing-design .widget-slider-content .products-grid .bestseller-tag,
    .bloom-landing-design .widget-slider-content .products-grid .new-tag {
        width: 99px;
        height: 40px;
        font-size: 10px;
        background-size: 100%;
        left: 5px;
    }

    .category-content h2 {
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .testimonials {
        padding: 0;
    }

    .testimonials-image {
        width: 100%;
    }

    .testimonials-content {
        width: 100%;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .testimonials::before {
        width: 78px;
        height: 140px;
        top: -45px;
        left: 0;
        transform: scaleX(-1);
        z-index: 1;
    }

    .testimonials::after {
        width: 88px;
        height: 108px;
    }

    body.bloom-landing-design main.page-main {
        padding-top: 58px !important;
    }
}

@media screen and (max-width: 374px) {

    .bloom-wrap,
    .landing-banner,
    .category-content-box,
    .ecocert-and-cosmos {
        padding-left: 15px;
        padding-right: 15px;
    }

    .why-bloom-banner:nth-child(1)::before {
        left: -15px;
    }

    .why-bloom-banner:nth-child(3)::before {
        right: -15px;
    }

    .living-organic h2 {
        font-size: 44px;
        max-width: 270px;
    }

    .living-organic h2::after {
        left: 35px;
    }

    .category-details.is-first {
        margin-left: -15px;
        margin-right: -15px;
    }

    .category-details.is-first .category-banner img {
        width: 40%;
    }

    .ecocert-and-cosmos-row::after {
        left: -15px;
    }

    .bloom-landing-design .widget-slider-content {
        padding: 15px 15px 0 15px;
    }

    .bloom-landing-design .block.widget.widget-slider-content .products-grid .product-item {
        max-width: 100%;
    }

    #product-loadMore {
        margin: 0 -15px;
    }
}

.bloom-landing-design .widget-slider-content.mobile-view li {
    display: none;
}

.bloom-landing-design .column.main {
    padding-bottom: 0 !important;
}

@media screen and (min-width: 992px) {
    .ecocert-and-cosmos-content h3 {
        max-width: 250px;
    }
}


/*bloom organic details css*/
.page-layout-bloomdetails .page-main {
    max-width: 100%;
    padding: 0px;
}

.page-layout-bloomdetails .page-main .column.main {
    padding-bottom: 0;
}

.page-layout-bloomdetails .page-main p {
    margin-bottom: 25px;
}

.page-layout-bloomdetails .page-main {
    font-size: 18px;
    line-height: 2;
}

.page-layout-bloomdetails .page-main p:nth-last-child(1) {
    margin-bottom: 0;
}

.page-layout-bloomdetails .page-main [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

.bloom-detail-container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1084px
}

.bloom-detail-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px
}

.bloom-detail-border-image {
    border-radius: 6px
}

.bloom-detail-top-banner {
    background-image: url(../images/leaf-tile.jpg);
    color: #EBE5D6;
    position: relative
}

.bloom-detail-top-banner .bloom-detail-container {
    max-width: 1190px
}

.bloom-detail-section-title {
    font-size: 38px;
    font-family: 'IM FELL English';
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 15px
}

.bloom-why-skincare-section {
    background-color: #ECE7D7
}

.bloom-certification-section {
    position: relative;
    background-image: url(../images/leaf-tile.jpg);
    color: #EBE5D6
}

.bloom-certification-section .bloom-detail-container {
    max-width: 1204px
}

.bloom-eco-cert-section {
    position: relative;
    background-color: #ECE7D7;
    z-index: 0
}

.bloom-eco-cert-section .bloom-detail-container {
    max-width: 1100px
}

.bloom-certification-right-column-content {
    max-width: 580px;
    border-radius: 6px;
    overflow: hidden;
    width: 100%
}

.bloom-certification-right-column-content img {
    max-height: 594px;
    object-fit: cover;
    border-radius: 6px
}

.bloom-certification-left-column {
    background: rgba(0, 0, 0, 0.72);
    border-radius: 6px;
    padding: 60px 55px;
    min-width: 650px;
    position: relative;
    z-index: 1
}

.bloom-purpose-section {
    position: relative;
    background-image: url(../images/leaf-tile.jpg);
    color: #EBE5D6;
    overflow: hidden
}

.bloom-purpose-image-1,
.bloom-purpose-image-2 {
    z-index: 0;
    position: relative
}

.bloom-purpose-section ul {
    padding-left: 15px;
    margin-bottom: 0
}

.bloom-purpose-section li {
    margin-bottom: 0
}

.bloom-purpose-section li b {
    font-family: 'Fedra Sans Std Demi'
}

.bloom-purpose-note {
    background-color: rgba(236, 231, 215, 0.2);
    padding: 20px 48px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 6px
}

.bloom-detail-pdf-slider {
    max-width: 1030px
}

.bloom-detail-pdf-slider .owl-nav.disabled,
.bloom-detail-pdf-slider .owl-dots.disabled {
    display: block !important
}

.bloom-detail-pdf-slider .owl-nav button {
    width: 72px;
    height: 72px;
    top: 45%;
    border: 0;
    box-shadow: none;
    position: absolute;
    margin-top: -18px;
    outline: 0
}

.bloom-detail-pdf-slider .owl-nav button span {
    display: none
}

.bloom-detail-pdf-slider .owl-nav button.owl-prev {
    background-image: url(../images/Left-Scroll.svg) !important;
    background-repeat: no-repeat !important;
    left: -35px;
    background-size: contain !important
}

.bloom-detail-pdf-slider .owl-nav button.owl-next {
    background-image: url(../images/Right-Scroll.svg) !important;
    background-repeat: no-repeat !important;
    right: -35px;
    background-size: contain !important
}

.bloom-why-choose-section {
    background: #ECE7D7;
    position: relative
}

.bloom-why-choose-section .bloom-detail-container {
    max-width: 1274px
}

.bloom-why-choose-image img {
    height: 100%;
    object-fit: cover;
    object-position: center
}

.bloom-why-choose-btn {
    background-color: #ECE7D7;
    border: 1px solid #020202;
    color: #020202;
    display: inline-block;
    border-radius: 25px;
    text-decoration: none;
    transition: all .3s ease;
    padding: 10px 45px;
    line-height: 22px;
    font-family: 'Fedra Sans Std Demi'
}

.bloom-why-choose-btn:hover {
    color: #ECE7D7;
    background-color: #020202;
    text-decoration: none
}

.bloom-why-choose-image {
    width: 100%;
    height: 100%
}


.bloom-mini-section {
    display: flex;
    background: rgba(11, 65, 69, 0.6);
    border-radius: 300px;
    max-width: 1054px;
    margin: auto;
    align-items: center;
    padding: 43px 80px 43px 87px;
}

.bloom-mini-section .bloom-mini-left {
    width: 39%;
}

.bloom-mini-section .bloom-mini-left img {
    margin: -225px 0 -80px 0;
}

.bloom-mini-section .bloom-mini-right {
    text-align: center;
    width: 60%;
    padding: 0 40px;
    margin-left: auto;
}

.bloom-mini-section .bloom-mini-right h2 {
    font-size: 48px;
    font-family: 'IM FELL English';
    line-height: 60px;
}

.bloom-mini-section .bloom-mini-right p {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 23px;
}

.bloom-mini-section .bloom-mini-right .btn-white {
    background: transparent !important;
    border: solid 1px #EBE5D6 !important;
}

.bloom-mini-section .bloom-mini-right .btn-white:hover {
    background-color: #edaa38 !important;
    border: 1px solid #edaa38 !important;
}

.bloom-mini-row {
    padding: 190px 0 50px 0;
}






@media screen and (max-width: 1199px) {
    .bloom-detail-ecocert-logo {
        max-width: 180px
    }

    .bloom-certification-left-column {
        padding: 30px;
        min-width: 50vw
    }

    .bloom-detail-section-title {
        font-size: 32px
    }

    .bloom-detail-pdf-slider .owl-nav button {
        width: 55px;
        height: 55px
    }

    .bloom-detail-pdf-slider .owl-nav button.owl-prev {
        left: -25px
    }

    .bloom-detail-pdf-slider .owl-nav button.owl-next {
        right: -25px
    }

    .bloom-mini-section .bloom-mini-right {
        margin-left: auto;
    }

    .bloom-mini-section .bloom-mini-left {
        margin-left: 20px;
    }

    .bloom-mini-section .bloom-mini-left img {
        margin: -185px 0 -80px 0;
    }

    .bloom-mini-section {
        padding: 43px 30px 43px 30px;
    }
}

@media screen and (max-width: 930px) {
    .bloom-mini-section .bloom-mini-right h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .bloom-mini-section .bloom-mini-left img {
        margin: -115px 0 -80px 0;
    }
}

@media screen and (max-width: 767px) {
    .page-layout-bloomdetails .page-main {
        font-size: 15px
    }

    .bloom-detail-top-banner-left-column {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .bloom-detail-section-title {
        font-size: 27px;
        margin-bottom: 25px;
        line-height: 1.33
    }

    .bloom-certification-left-column {
        padding: 20px 25px;
        margin-top: -70px
    }

    .bloom-certification-right-column-content {
        max-width: 100%
    }

    .bloom-certification-right-column {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .bloom-purpose-note-column {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .bloom-purpose-note {
        padding: 25px 30px
    }

    .bloom-detail-ecocert-logo {
        max-width: 120px
    }

    .bloom-detail-pdf-slider-section {
        margin-right: -30px;
        margin-left: -50px
    }

    .bloom-mini-section {
        display: block;
        text-align: center;
        background: none;
    }

    .bloom-mini-section .bloom-mini-left {
        width: auto;
        max-width: 320px;
        margin: auto;
    }

    .bloom-mini-section .bloom-mini-right {
        text-align: center;
        width: auto;
        padding: 0;
        margin-left: auto;
    }

    .bloom-mini-section .bloom-mini-right h2 {
        font-size: 27px;
        line-height: 42px;
        background: rgba(11, 65, 69, 0.6);
        display: inline-flex;
        margin: auto;
        border-radius: 30px;
        padding: 6px 47px;
        margin-bottom: 10px;
    }

    .bloom-mini-section .bloom-mini-left img {
        margin: 0;
        position: relative;
        bottom: -21px;
    }

    .bloom-mini-section .bloom-mini-right p {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 3px;
    }

    .bloom-mini-row {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
    .bloom-why-choose-image {
        position: absolute;
        right: 0;
        width: 50%;
        height: 100%;
    }
    .bloom-landing-design .widget-slider-content.mobile-view li{
        display: list-item;
    }
}

@media screen and (max-width:412px) {
    .bloom-mini-section .bloom-mini-right h2 {
        font-size: 20px;
        line-height: 42px;
        padding: 3px 37px;
    }
}

@media screen and (min-width: 1200px) {
    .bloom-detail-row {
        margin-right: -32px;
        margin-left: -32px
    }

    .page-layout-bloomdetails .page-main [class*="col-"] {
        padding-left: 32px;
        padding-right: 32px
    }

    .bloom-why-choose-section::before {
        top: -100px;
        width: 224px;
        height: 254px
    }
}


/*End bloom organic details css*/