:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e1868f5 *//* =========================================
   HERBZEN HOME DECOR HERO
========================================= */

.hb-editorial-hero {
    width: 100%;
    position: relative;
    overflow: hidden;

    background: #073d3d;

    font-family: Arial, sans-serif;
}


/* Subtle background circle */

.hb-editorial-hero::before {
    content: "";

    position: absolute;

    width: 550px;
    height: 550px;

    left: -280px;
    top: -300px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.08);

    pointer-events: none;
}


/* =========================================
   MAIN LAYOUT
========================================= */

.hb-editorial-inner {
    width: 100%;
    max-width: 1500px;
    height: 650px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 46% 54%;

    position: relative;
}


/* =========================================
   LEFT CONTENT
========================================= */

.hb-editorial-content {
    padding: 90px 40px 80px 80px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: relative;

    z-index: 20;
}


/* Small Top Heading */

.hb-kicker {
    margin-bottom: 27px;

    color: #baff18;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 4px;

    text-transform: uppercase;
}


/* =========================================
   MAIN HEADING
========================================= */

.hb-main-title {
    max-width: 620px;

    margin: 0;

    color: #f5f0e5;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(58px, 5vw, 84px);

    font-weight: 400;

    line-height: 0.98;

    letter-spacing: -2px;
}


.hb-main-title span {
    display: block;

    margin-top: 10px;

    color: #d785b5;

    font-style: italic;
}


/* =========================================
   SMALL GREEN LINE
========================================= */

.hb-title-line {
    width: 75px;
    height: 2px;

    margin: 32px 0;

    background: #baff18;
}


/* =========================================
   SHOP BUTTON
========================================= */

.hb-shop-btn {
    width: max-content;

    min-width: 230px;
    min-height: 60px;

    padding: 0 32px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #baff18;

    color: #073d3d !important;

    text-decoration: none !important;
    text-transform: uppercase;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 1.2px;

    box-shadow:
        0 14px 30px rgba(0,0,0,0.15);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.hb-shop-btn:hover {
    background: #f5f0e5;

    color: #073d3d !important;

    transform: translateY(-3px);

    box-shadow:
        0 18px 35px rgba(0,0,0,0.22);
}


/* =========================================
   RIGHT SHOWCASE
========================================= */

.hb-showcase {
    position: relative;

    height: 650px;

    overflow: hidden;
}


/* =========================================
   CREAM BACKGROUND
========================================= */

.hb-cream-shape {
    position: absolute;

    width: 86%;
    height: 84%;

    right: -7%;
    top: 8%;

    background: #f3eee4;

    border-radius: 220px 0 0 0;

    z-index: 1;
}


/* =========================================
   PINK DECORATIVE CIRCLE
========================================= */

.hb-pink-circle {
    position: absolute;

    width: 330px;
    height: 330px;

    right: 2%;
    top: 5%;

    border-radius: 50%;

    background: #d785b5;

    opacity: 0.18;

    z-index: 2;
}


/* =========================================
   MAIN LIFESTYLE IMAGE
========================================= */

.hb-main-photo {
    position: absolute;

    width: 43%;
    height: 420px;

    left: 6%;
    top: 80px;

    overflow: hidden;

    border-radius: 180px 180px 15px 15px;

    background: #ffffff;

    box-shadow:
        0 25px 50px rgba(0,0,0,0.18);

    z-index: 5;
}


.hb-main-photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.6s ease;
}


.hb-main-photo:hover img {
    transform: scale(1.04);
}


/* =========================================
   ARTIFICIAL PLANT
========================================= */

.hb-flower-photo {
    position: absolute;

    width: 34%;
    height: 380px;

    right: 7%;
    top: 35px;

    overflow: hidden;

    background: #ffffff;

    border-radius: 170px 170px 0 0;

    box-shadow:
        0 18px 45px rgba(0,0,0,0.12);

    z-index: 4;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


.hb-flower-photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;

    mix-blend-mode: multiply;

    transform: scale(0.93);
}


.hb-flower-photo:hover {
    transform: translateY(-6px);

    box-shadow:
        0 25px 50px rgba(0,0,0,0.16);
}


/* =========================================
   DECORATIVE BASKET
========================================= */

.hb-basket-photo {
    position: absolute;

    width: 43%;
    height: 290px;

    right: 3%;
    bottom: 20px;

    overflow: hidden;

    background: #ffffff;

    border: 12px solid #f3eee4;

    box-shadow:
        0 25px 45px rgba(0,0,0,0.18);

    z-index: 8;

    transform: rotate(-2deg);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.hb-basket-photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;

    mix-blend-mode: multiply;
}


.hb-basket-photo:hover {
    transform:
        rotate(0deg)
        translateY(-7px);

    box-shadow:
        0 30px 55px rgba(0,0,0,0.22);
}


/* =========================================
   DECORATIVE CIRCLE
========================================= */

.hb-floating-label {
    position: absolute;

    left: 30%;
    bottom: 35px;

    width: 145px;
    height: 145px;

    border-radius: 50%;

    background: #baff18;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    color: #073d3d;

    box-shadow:
        0 15px 35px rgba(0,0,0,0.18);

    z-index: 10;
}


.hb-floating-label span {
    margin-bottom: 5px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 28px;
}


.hb-floating-label strong {
    font-size: 11px;
    font-weight: 800;

    line-height: 1.4;

    letter-spacing: 1px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .hb-editorial-inner {
        height: 570px;

        grid-template-columns: 45% 55%;
    }


    .hb-editorial-content {
        padding:
            60px
            25px
            60px
            35px;
    }


    .hb-main-title {
        font-size: 58px;
    }


    .hb-showcase {
        height: 570px;
    }


    .hb-main-photo {
        height: 360px;
    }


    .hb-flower-photo {
        height: 320px;
    }


    .hb-basket-photo {
        height: 240px;
    }


    .hb-floating-label {
        width: 115px;
        height: 115px;
    }


    .hb-floating-label span {
        font-size: 23px;
    }


    .hb-floating-label strong {
        font-size: 9px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hb-editorial-inner {
        height: auto;

        display: block;
    }


    /* LEFT */

    .hb-editorial-content {
        padding:
            50px
            20px
            35px;

        text-align: center;

        align-items: center;
    }


    .hb-kicker {
        margin-bottom: 20px;

        font-size: 11px;

        letter-spacing: 3px;
    }


    .hb-main-title {
        max-width: 100%;

        font-size: 47px;

        line-height: 1.02;

        letter-spacing: -1px;
    }


    .hb-title-line {
        margin:
            25px
            auto;
    }


    .hb-shop-btn {
        min-width: 225px;
        min-height: 56px;

        padding:
            0
            25px;
    }


    /* RIGHT */

    .hb-showcase {
        width: 100%;
        max-width: 520px;

        height: 500px;

        margin: 0 auto;
    }


    .hb-cream-shape {
        width: 94%;
        height: 90%;

        right: -8%;
        top: 4%;
    }


    .hb-pink-circle {
        width: 240px;
        height: 240px;
    }


    .hb-main-photo {
        width: 48%;
        height: 330px;

        left: 4%;
        top: 50px;
    }


    .hb-flower-photo {
        width: 39%;
        height: 300px;

        right: 5%;
        top: 20px;
    }


    .hb-basket-photo {
        width: 50%;
        height: 210px;

        right: 2%;
        bottom: 20px;

        border-width: 8px;
    }


    .hb-floating-label {
        width: 105px;
        height: 105px;

        left: 27%;
        bottom: 30px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .hb-editorial-content {
        padding-left: 15px;
        padding-right: 15px;
    }


    .hb-main-title {
        font-size: 40px;
    }


    .hb-shop-btn {
        width: 100%;
        max-width: 260px;
    }


    .hb-showcase {
        height: 430px;
    }


    .hb-main-photo {
        height: 285px;
    }


    .hb-flower-photo {
        height: 250px;
    }


    .hb-basket-photo {
        height: 180px;
    }


    .hb-floating-label {
        width: 90px;
        height: 90px;
    }


    .hb-floating-label span {
        font-size: 21px;
    }


    .hb-floating-label strong {
        font-size: 9px;
    }
}/* End custom CSS */