.elementor-19 .elementor-element.elementor-element-94f507b{padding:0px 0px 99px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b28da5f *//*=========================
 HERO SECTION
=========================*/

.sv-hero{
    background:#F5F7F3;
    padding:30px 20px;
}

.sv-container{
    max-width:1240px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

/*=========================
 LEFT CONTENT
=========================*/

.sv-content{
    flex:1;
}

.sv-tag{
    display:inline-block;
    padding:8px 18px;
    background:#DDF3D8;
    color:#3B6953;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.sv-content h1{
    font-size:58px;
    line-height:1.08;
    color:#202020;
    font-weight:700;
    margin:0 0 18px;
}

.sv-content p{
    font-size:18px;
    color:#666;
    line-height:1.8;
    max-width:540px;
    margin:0 0 28px;
}

.sv-btn{
    display:inline-block;
    background:#3B6953;
    color:#fff;
    text-decoration:none;
    padding:15px 40px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.sv-btn:hover{
    background:#2F5645;
    color:#fff;
}

/*=========================
 RIGHT IMAGE
=========================*/

.sv-image{
    flex:1;
    height:600px;
    border-radius:35px;
    overflow:hidden;
}

.sv-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

/*=========================
 TABLET
=========================*/

@media (max-width:991px){

.sv-hero{
    padding:25px 18px;
}

.sv-container{
    flex-direction:column;
    text-align:center;
    gap:40px;
}

.sv-content h1{
    font-size:42px;
}

.sv-content p{
    max-width:100%;
    margin:0 auto 25px;
}

.sv-image{
    width:100%;
    height:500px;
}

}

/*=========================
 MOBILE
=========================*/

@media (max-width:767px){

.sv-hero{
    padding:20px 15px;
}

.sv-container{
    gap:30px;
}

.sv-tag{
    font-size:13px;
}

.sv-content h1{
    font-size:32px;
}

.sv-content p{
    font-size:16px;
    line-height:1.7;
}

.sv-btn{
    display:block;
    width:100%;
    text-align:center;
}

.sv-image{
    height:360px;
    border-radius:25px;
}

}

/*=========================
 REMOVE EXTRA ELEMENTOR SPACE
=========================*/

.elementor-section{
    margin:0 !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.elementor-widget-wrap{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.elementor-container{
    padding-top:0 !important;
    padding-bottom:0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd53f9f *//*==========================
 COLLECTION SECTION
==========================*/

.collection-section{
    background:#F5F7F3;
    padding:30px 20px 70px;
}

.collection-heading{
    text-align:center;
    margin-bottom:35px;
}

.collection-heading h2{
    font-size:42px;
    color:#222;
    font-weight:700;
    margin:0;
}

.collection-grid{
    max-width:1280px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.collection-card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:28px;
    text-decoration:none;
}

.collection-card img{
    width:100%;
    height:600px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.collection-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,.05));
}

.collection-overlay{
    position:absolute;
    left:40px;
    bottom:35px;
    z-index:2;
}

.collection-overlay h3{
    color:#fff;
    font-size:40px;
    font-weight:700;
    margin:0;
}

.collection-card:hover img{
    transform:scale(1.06);
}

@media(max-width:991px){

.collection-grid{
    grid-template-columns:1fr;
}

.collection-card img{
    height:500px;
}

}

@media(max-width:767px){

.collection-section{
    padding:20px 15px 50px;
}

.collection-heading h2{
    font-size:30px;
}

.collection-card img{
    height:320px;
}

.collection-overlay{
    left:25px;
    bottom:25px;
}

.collection-overlay h3{
    font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b53adce *//*======================================
NEW ARRIVALS SECTION
======================================*/

.new-arrivals{
    background:#F5F7F3;
    padding:10px 20px 35px;
}

.na-container{
    max-width:1300px;
    margin:0 auto;
}

.na-heading{
    text-align:center;
    margin:0 0 30px;
}

.na-heading h2{
    margin:0;
    font-size:48px;
    font-weight:700;
    color:#222;
    line-height:1.2;
}

/*======================================
PRODUCT GRID
======================================*/

.new-arrivals ul.products{
    display:grid !important;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
    margin:0 !important;
    padding:0 !important;
}

.new-arrivals ul.products li.product{
    float:none !important;
    width:100% !important;
    margin:0 !important;
    padding:16px;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    transition:0.3s;
    box-shadow:0 5px 20px rgba(0,0,0,0.06);
}

.new-arrivals ul.products li.product:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,0.10);
}

/*======================================
IMAGE
======================================*/

.new-arrivals ul.products li.product img{
    width:100%;
    height:270px;
    object-fit:cover;
    border-radius:18px;
    margin-bottom:15px !important;
}

/*======================================
TITLE
======================================*/

.new-arrivals .woocommerce-loop-product__title{
    font-size:20px !important;
    font-weight:600;
    color:#222 !important;
    line-height:1.4;
    margin-bottom:8px !important;
}

/*======================================
PRICE
======================================*/

.new-arrivals .price,
.new-arrivals .price *,
.new-arrivals .woocommerce-Price-amount,
.new-arrivals .woocommerce-Price-amount bdi,
.new-arrivals .price ins{
    color:#222 !important;
    font-size:18px !important;
    font-weight:700 !important;
}

/*======================================
BUTTON
======================================*/

.new-arrivals .button{
    display:block;
    width:100%;
    text-align:center;
    background:#3B6953 !important;
    color:#fff !important;
    padding:13px 18px !important;
    border-radius:40px !important;
    font-size:15px !important;
    font-weight:600;
    transition:0.3s;
}

.new-arrivals .button:hover{
    background:#2F5645 !important;
    color:#fff !important;
}

/*======================================
REMOVE DEFAULT WOOCOMMERCE SPACING
======================================*/

.new-arrivals .woocommerce{
    margin:0;
}

.new-arrivals ul{
    margin:0;
    padding:0;
}

.new-arrivals li{
    margin:0;
    padding:0;
}

.new-arrivals .woocommerce-result-count,
.new-arrivals .woocommerce-ordering,
.new-arrivals .star-rating{
    display:none;
}

/*======================================
RESPONSIVE
======================================*/

@media (max-width:1024px){

.new-arrivals ul.products{
    grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:767px){

.new-arrivals{
    padding:5px 15px 30px;
}

.na-heading{
    margin-bottom:20px;
}

.na-heading h2{
    font-size:34px;
}

.new-arrivals ul.products{
    grid-template-columns:1fr;
}

.new-arrivals ul.products li.product img{
    height:240px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e7ed5e *//*======================================
INDOOR & OUTDOOR SECTION
======================================*/

.plant-info-section{
    background:#F5F7F3;
    padding:40px 20px;
}

.plant-row{
    max-width:1280px;
    margin:0 auto 70px;
    display:flex;
    align-items:center;
    gap:70px;
}

.plant-row:last-child{
    margin-bottom:0;
}

.plant-row.reverse{
    flex-direction:row;
}

.plant-content{
    flex:1;
}

.plant-tag{
    display:inline-block;
    background:#DDF3D8;
    color:#3B6953;
    padding:8px 18px;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.plant-content h2{
    font-size:46px;
    color:#222;
    margin:0 0 20px;
    font-weight:700;
    line-height:1.2;
}

.plant-content p{
    font-size:18px;
    color:#666;
    line-height:1.8;
    margin:0;
    max-width:540px;
}

.plant-image{
    flex:1;
    overflow:hidden;
    border-radius:30px;
}

.plant-image img{
    width:100%;
    height:560px;
    object-fit:cover;
    display:block;
    border-radius:30px;
    transition:.4s;
}

.plant-image:hover img{
    transform:scale(1.05);
}

/*=========================
TABLET
=========================*/

@media(max-width:991px){

.plant-row,
.plant-row.reverse{
    flex-direction:column;
    gap:35px;
    margin-bottom:50px;
    text-align:center;
}

.plant-content p{
    max-width:100%;
}

.plant-image{
    width:100%;
}

.plant-image img{
    height:450px;
}

}

/*=========================
MOBILE
=========================*/

@media(max-width:767px){

.plant-info-section{
    padding:25px 15px;
}

.plant-content h2{
    font-size:32px;
}

.plant-content p{
    font-size:16px;
}

.plant-image img{
    height:300px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f837d8e *//*==========================================
FEATURED PRODUCT SECTION
==========================================*/

.featured-product-section{
    background:#F5F7F3;
    padding:40px 20px 60px;
}

.featured-heading{
    text-align:center;
    margin-bottom:40px;
}

.featured-heading h2{
    margin:0;
    font-size:48px;
    font-weight:700;
    color:#222;
}

.featured-product-wrapper{
    max-width:1300px;
    margin:auto;
    background:#fff;
    border-radius:30px;
    padding:50px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

/*==========================================
PRODUCT LAYOUT
==========================================*/

.featured-product-wrapper .product{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:60px;
}

.featured-product-wrapper .woocommerce-product-gallery{
    width:46% !important;
    margin:0 !important;
}

.featured-product-wrapper .summary{
    width:46% !important;
    margin:0 !important;
    display:block !important;
}

/*==========================================
SHOW TITLE
==========================================*/

.featured-product-wrapper h1,
.featured-product-wrapper h1.product_title,
.featured-product-wrapper h1.product_title.entry-title,
.featured-product-wrapper .summary h1{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    font-size:46px !important;
    font-weight:700 !important;
    color:#222 !important;
    line-height:1.2 !important;
    margin:0 0 20px !important;
}

/*==========================================
IMAGE
==========================================*/

.featured-product-wrapper .woocommerce-product-gallery img{
    width:100%;
    border-radius:25px;
}

/*==========================================
PRICE
==========================================*/

.featured-product-wrapper .price,
.featured-product-wrapper .price *,
.featured-product-wrapper .woocommerce-Price-amount,
.featured-product-wrapper .woocommerce-Price-amount bdi{
    color:#222 !important;
    font-size:30px !important;
    font-weight:700 !important;
}

/*==========================================
DESCRIPTION
==========================================*/

.featured-product-wrapper .woocommerce-product-details__short-description{
    color:#666;
    font-size:17px;
    line-height:1.8;
    margin-bottom:25px;
}

/*==========================================
BUTTON
==========================================*/

.featured-product-wrapper .single_add_to_cart_button{
    background:#3B6953 !important;
    color:#fff !important;
    border-radius:40px !important;
    padding:14px 35px !important;
    transition:.3s;
}

.featured-product-wrapper .single_add_to_cart_button:hover{
    background:#2F5645 !important;
}

/*==========================================
QUANTITY
==========================================*/

.featured-product-wrapper input.qty{
    width:70px;
    height:48px;
}

/*==========================================
HIDE META
==========================================*/

.featured-product-wrapper .product_meta{
    display:none;
}

.featured-product-wrapper .related,
.featured-product-wrapper .upsells{
    display:none;
}

/*==========================================
REVIEWS BELOW
==========================================*/

.featured-product-wrapper .woocommerce-tabs{
    display:block !important;
    width:100% !important;
    flex:0 0 100% !important;
    clear:both !important;
    margin-top:60px !important;
}

.featured-product-wrapper .woocommerce-tabs ul.tabs{
    margin-bottom:20px;
}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:991px){

.featured-product-wrapper{
    padding:30px;
}

.featured-product-wrapper .woocommerce-product-gallery,
.featured-product-wrapper .summary{
    width:100% !important;
}

.featured-product-wrapper h1.product_title{
    font-size:34px !important;
}

}

@media(max-width:767px){

.featured-product-section{
    padding:30px 15px;
}

.featured-heading h2{
    font-size:34px;
}

.featured-product-wrapper{
    padding:20px;
}

.featured-product-wrapper h1.product_title{
    font-size:28px !important;
}

.featured-product-wrapper .price{
    font-size:24px !important;
}

.featured-product-wrapper .single_add_to_cart_button{
    width:100%;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bec34bd *//*==================================
ABOUT BANNER
==================================*/

.about-banner{
    position:relative;
    width:100%;
    height:650px;
    overflow:hidden;
    background:#000;
}

.about-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.about-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px;
}

.about-content{
    max-width:850px;
}

.about-tag{
    display:inline-block;
    background:rgba(255,255,255,.18);
    color:#fff;
    padding:10px 22px;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
    backdrop-filter:blur(8px);
}

.about-content h2{
    color:#fff;
    font-size:64px;
    font-weight:700;
    line-height:1.15;
    margin:0 0 22px;
}

.about-content p{
    color:#f2f2f2;
    font-size:20px;
    line-height:1.8;
    margin:0 auto 35px;
    max-width:760px;
}

.about-btn{
    display:inline-block;
    background:#3B6953;
    color:#fff;
    text-decoration:none;
    padding:16px 42px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:#2F5645;
    color:#fff;
    transform:translateY(-3px);
}

/*==================================
TABLET
==================================*/

@media(max-width:991px){

.about-banner{
    height:520px;
}

.about-content h2{
    font-size:46px;
}

.about-content p{
    font-size:18px;
    max-width:650px;
}

}

/*==================================
MOBILE
==================================*/

@media(max-width:767px){

.about-banner{
    height:430px;
}

.about-overlay{
    padding:20px;
}

.about-tag{
    font-size:13px;
    padding:8px 18px;
}

.about-content h2{
    font-size:32px;
}

.about-content p{
    font-size:16px;
    line-height:1.7;
    margin-bottom:25px;
}

.about-btn{
    width:100%;
    text-align:center;
    padding:14px 30px;
    font-size:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f335cea *//*==============================
WHY CHOOSE OUR COLLECTION
==============================*/

.comparison-section{

    max-width:1100px;

    margin:0 auto;

    padding:20px 15px;

}

.comparison-heading{

    text-align:center;

    margin-bottom:45px;

}

.comparison-heading h2{

    font-size:42px;

    color:#222;

    margin-bottom:15px;

    line-height:1.2;

}

.comparison-heading p{

    max-width:650px;

    margin:auto;

    color:#666;

    font-size:17px;

    line-height:1.8;

}

.comparison-table-wrap{

    overflow-x:auto;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.comparison-table{

    width:100%;

    border-collapse:collapse;

    background:#fff;

}

.comparison-table thead tr{

    background:#3B6953;

}

.comparison-table th{

    color:#fff;

    font-size:18px;

    font-weight:600;

    padding:22px;

    text-align:center;

}

.comparison-table th:first-child{

    text-align:left;

    padding-left:35px;

}

.comparison-table td{

    padding:22px;

    border-bottom:1px solid #ececec;

    font-size:17px;

    color:#555;

    text-align:center;

}

.comparison-table td:first-child{

    text-align:left;

    padding-left:35px;

    color:#222;

    font-weight:500;

}

.comparison-table tbody tr:last-child td{

    border-bottom:none;

}

.comparison-table tbody tr:hover{

    background:#f8fbf8;

}

.check{

    font-size:24px;

    color:#3B6953;

    font-weight:700;

}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:767px){

.comparison-heading h2{

    font-size:30px;

}

.comparison-heading p{

    font-size:15px;

}

.comparison-table th{

    font-size:16px;

    padding:16px;

}

.comparison-table td{

    font-size:15px;

    padding:16px;

}

.comparison-table th:first-child,

.comparison-table td:first-child{

    padding-left:18px;

}

.check{

    font-size:20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94f507b *//*==================================
WHY BUY FROM US
==================================*/

.why-buy{

    background:#F5F7F3;

    padding:0;

    margin:0;

}

.why-container{

    max-width:1300px;

    margin:0 auto;

    padding:0 20px;

}

.why-heading{

    text-align:center;

    max-width:760px;

    margin:0 auto 35px;

    padding:0;

}

.why-heading h2{

    margin:0 0 15px;

    font-size:48px;

    font-weight:700;

    color:#222;

    line-height:1.2;

}

.why-heading p{

    margin:0;

    font-size:18px;

    color:#666;

    line-height:1.8;

}

.why-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.why-box{

    background:#fff;

    border-radius:25px;

    padding:45px 30px;

    text-align:center;

    border-top:6px solid #3B6953;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.3s ease;

}

.why-box:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.why-box h3{

    margin:0 0 20px;

    font-size:24px;

    line-height:1.4;

    color:#222;

    font-weight:700;

}

.why-box p{

    margin:0;

    color:#666;

    font-size:17px;

    line-height:1.9;

}

.why-box strong{

    color:#222;

    font-weight:700;

}

.why-box a{

    color:#3B6953;

    text-decoration:none;

    font-weight:600;

}

.why-box a:hover{

    text-decoration:underline;

}

/*=========================
TABLET
=========================*/

@media(max-width:991px){

.why-grid{

    grid-template-columns:repeat(2,1fr);

}

.why-heading h2{

    font-size:40px;

}

.why-heading p{

    font-size:17px;

}

.why-box h3{

    font-size:22px;

}

}

/*=========================
MOBILE
=========================*/

@media(max-width:767px){

.why-buy{

    padding:0;

}

.why-container{

    padding:0 15px;

}

.why-heading{

    margin-bottom:25px;

}

.why-heading h2{

    font-size:32px;

}

.why-heading p{

    font-size:16px;

}

.why-grid{

    grid-template-columns:1fr;

    gap:20px;

}

.why-box{

    padding:35px 25px;

}

.why-box h3{

    font-size:22px;

}

.why-box p{

    font-size:16px;

}

}/* End custom CSS */