:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6dd1ffe *//*=================================
      HERO SECTION
==================================*/

.hero-banner{
    position:relative;
    width:100%;
    height:780px;
    background:url("https://nazzle.shop/wp-content/uploads/2026/08/Gray-Furniture-Sofa-Sale-Instagram-Post.png") center center/cover no-repeat;
}

.hero-overlay{
    width:100%;
    height:100%;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.25) 0%,
        rgba(0,0,0,.12) 45%,
        rgba(0,0,0,0) 100%);
}

.hero-content{
    max-width:1200px;
    height:100%;
    margin:auto;
    padding:0 80px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;

    transform:translateY(-80px);
}

.hero-tag{

    display:inline-block;
    background:#fff;
    color:#222;
    padding:12px 24px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:30px;

}

.hero-content h1{

    font-size:78px;
    line-height:1.05;
    color:#fff;
    font-weight:700;
    max-width:650px;
    margin:0 0 45px;

}

.hero-content h1 span{

    display:block;
    color:#D8B46A;

}

/*=================================
        GLOBAL BUTTON
==================================*/

.btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:17px 42px;

    background:#D8B46A;
    color:#fff;

    text-decoration:none;

    border:2px solid #D8B46A;
    border-radius:50px;

    font-size:17px;
    font-weight:600;

    transition:all .35s ease;

}

.btn:hover{

    background:#C79A45;
    border-color:#C79A45;
    color:#fff;

}

/*=================================
        TABLET
==================================*/

@media(max-width:991px){

.hero-banner{

    height:620px;

}

.hero-content{

    padding:0 40px;
    transform:translateY(-30px);

}

.hero-content h1{

    font-size:56px;

}

}

/*=================================
        MOBILE
==================================*/

@media(max-width:767px){

.hero-banner{

    height:520px;
    background-position:70% center;

}

.hero-content{

    padding:0 20px;
    transform:none;

}

.hero-tag{

    font-size:11px;
    padding:8px 18px;

}

.hero-content h1{

    font-size:38px;
    max-width:320px;

}

.btn{

    padding:14px 30px;
    font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d15016 *//*==================================
        FEATURES SECTION
==================================*/

.features-section{
    background:#fff;
    padding:35px 20px;
}

.features-section .container{
    max-width:1250px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
}

.feature-box{
    text-align:center;
}

.feature-box img{
    width:70px;
    height:70px;
    object-fit:contain;
    margin-bottom:18px;
}

.feature-box h3{
    font-size:28px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
    line-height:1.3;
}

.feature-box p{
    font-size:17px;
    color:#666;
    line-height:1.7;
    max-width:300px;
    margin:auto;
}

/*==================================
        TABLET
==================================*/

@media (max-width:991px){

.features-section{
    padding:30px 20px;
}

.features-section .container{
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

.feature-box h3{
    font-size:24px;
}

.feature-box p{
    font-size:16px;
}

}

/*==================================
        MOBILE
==================================*/

@media (max-width:767px){

.features-section{
    padding:25px 15px;
}

.features-section .container{
    grid-template-columns:1fr;
    gap:35px;
}

.feature-box img{
    width:60px;
    height:60px;
    margin-bottom:15px;
}

.feature-box h3{
    font-size:22px;
    margin-bottom:10px;
}

.feature-box p{
    font-size:15px;
    max-width:260px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2adcadc *//*==================================
        PRODUCTS SECTION
==================================*/

.products-section{
    background:#fff;
    padding:35px 20px;
}

.products-section .container{
    max-width:1280px;
    margin:auto;
}

/*==================================
        SECTION HEADING
==================================*/

.section-heading{
    text-align:center;
    margin-bottom:25px;
}

.section-heading h3{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
    line-height:1.2;
}

.section-heading p{
    max-width:650px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.7;
}

/*==================================
        PRODUCT GRID
==================================*/

.products-section .woocommerce ul.products{
    display:grid !important;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    margin:0;
    padding:0;
}

.products-section .woocommerce ul.products li.product{

    width:100% !important;
    float:none !important;
    margin:0 !important;

    display:flex;
    flex-direction:column;
    align-items:center;

    text-align:center;
    background:#fff;

}

/*==================================
        PRODUCT IMAGE
==================================*/

.products-section .woocommerce ul.products li.product img{

    width:100%;
    height:320px;
    object-fit:contain;
    object-position:center;
    margin-bottom:18px;
    transition:.3s;

}

.products-section .woocommerce ul.products li.product:hover img{

    transform:scale(1.04);

}

/*==================================
        CATEGORY
==================================*/

.products-section .product-category,
.products-section .posted_in,
.products-section .wc-block-components-product-category{

    display:none !important;

}

/*==================================
        TITLE
==================================*/

.products-section .woocommerce-loop-product__title{

    font-size:22px !important;
    font-weight:700;
    color:#222;
    line-height:1.45;
    margin:12px 0;
    min-height:64px;

}

/*==================================
        PRICE
==================================*/

.products-section .price{

    color:#222 !important;
    font-size:20px !important;
    font-weight:700;
    margin-bottom:18px !important;

}

.products-section .price ins{

    color:#222 !important;
    text-decoration:none;

}

.products-section .price bdi{

    color:#222 !important;

}

.products-section .price del{

    color:#888 !important;

}

/*==================================
        BUTTON
==================================*/

.products-section .button{

    display:inline-flex !important;
    align-items:center;
    justify-content:center;

    width:auto !important;
    margin-top:auto;

}

/*==================================
        WISHLIST
==================================*/

.products-section .yith-wcwl-add-to-wishlist,
.products-section .tinv-wraper,
.products-section .woosw-btn,
.products-section .woosq-btn,
.products-section .woosc-btn,
.products-section .onsale{

    display:none !important;

}

/*==================================
        VIEW ALL BUTTON
==================================*/

.products-btn{

    text-align:center;
    margin-top:25px;

}

/*==================================
        TABLET
==================================*/

@media(max-width:991px){

.products-section{

    padding:30px 20px;

}

.products-section .woocommerce ul.products{

    grid-template-columns:repeat(2,1fr);

}

.products-section .woocommerce ul.products li.product img{

    height:260px;

}

.section-heading h3{

    font-size:36px;

}

}

/*==================================
        MOBILE
==================================*/

@media(max-width:767px){

.products-section{

    padding:25px 15px;

}

.products-section .woocommerce ul.products{

    grid-template-columns:1fr;
    gap:30px;

}

.products-section .woocommerce ul.products li.product img{

    height:220px;

}

.section-heading h3{

    font-size:30px;

}

.section-heading p{

    font-size:15px;

}

.products-btn{

    margin-top:20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8eddfea *//*==================================
        COLLECTION SECTION
==================================*/

.collection-section{

    background:#F8F5EF;
    padding:55px 20px;

}

.collection-section .container{

    max-width:1320px;
    margin:auto;

}

/*==================================
        HEADING
==================================*/

.section-heading{

    text-align:center;
    margin-bottom:35px;

}

.section-heading h3{

    font-size:42px;
    color:#222;
    font-weight:700;
    margin-bottom:12px;
    line-height:1.2;

}

.section-heading p{

    color:#666;
    font-size:17px;
    margin:0;

}

/*==================================
        GRID
==================================*/

.collection-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;

}

/*==================================
        CARD
==================================*/

.collection-card{

    display:block;
    background:#fff;
    text-decoration:none;
    overflow:hidden;
    border-radius:10px;

    transition:.3s;

}

.collection-card:hover{

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.collection-image{

    height:420px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:#fff;

}

.collection-image img{

    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;

    transition:.35s;

}

.collection-card:hover img{

    transform:scale(1.03);

}

.collection-content{

    padding:22px;
    text-align:center;

}

.collection-content h4{

    margin:0;
    color:#222;
    font-size:26px;
    font-weight:700;

}

/*==================================
        TABLET
==================================*/

@media(max-width:991px){

.collection-grid{

    grid-template-columns:repeat(2,1fr);

}

.collection-image{

    height:340px;

}

.section-heading h3{

    font-size:34px;

}

}

/*==================================
        MOBILE
==================================*/

@media(max-width:767px){

.collection-section{

    padding:45px 15px;

}

.collection-grid{

    grid-template-columns:1fr;
    gap:20px;

}

.collection-image{

    height:280px;

}

.section-heading{

    margin-bottom:25px;

}

.section-heading h3{

    font-size:30px;

}

.section-heading p{

    font-size:15px;

}

.collection-content{

    padding:18px;

}

.collection-content h4{

    font-size:22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66076c9 *//*==================================
        FEATURED PRODUCT
==================================*/

.featured-product-section{

    background:#fff;
    padding:70px 20px;

}

.featured-container{

    max-width:1280px;
    margin:auto;

    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:70px;
    align-items:center;

}

/*==================================
        IMAGE
==================================*/

.featured-image{

    background:#F8F5EF;
    border-radius:12px;
    overflow:hidden;

}

.featured-image img{

    width:100%;
    display:block;

}

/*==================================
        CONTENT
==================================*/

.featured-badge{

    display:inline-block;

    background:#F8F5EF;
    color:#222;

    padding:10px 22px;

    border-radius:50px;

    font-size:14px;
    font-weight:600;

    margin-bottom:22px;

}

.featured-content h3{

    font-size:46px;
    color:#222;
    line-height:1.2;
    font-weight:700;

    margin-bottom:20px;

}

.featured-content p{

    font-size:17px;
    color:#666;
    line-height:1.8;

    margin-bottom:30px;

}

/*==================================
        FEATURE LIST
==================================*/

.feature-list{

    list-style:none;
    padding:0;
    margin:0 0 35px;

}

.feature-list li{

    position:relative;

    padding-left:38px;

    margin-bottom:18px;

    font-size:17px;
    color:#444;
    line-height:1.7;

}

.feature-list li::before{

    content:"✓";

    position:absolute;

    left:0;
    top:2px;

    width:24px;
    height:24px;

    border-radius:50%;

    background:#D8B46A;

    color:#fff;

    font-size:14px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;

}

/*==================================
        TABLET
==================================*/

@media(max-width:991px){

.featured-container{

    grid-template-columns:1fr;
    gap:45px;

}

.featured-content{

    text-align:center;

}

.featured-content h3{

    font-size:36px;

}

.featured-content p{

    margin-bottom:25px;

}

.feature-list{

    max-width:520px;
    margin:0 auto 35px;

    text-align:left;

}

}

/*==================================
        MOBILE
==================================*/

@media(max-width:767px){

.featured-product-section{

    padding:50px 15px;

}

.featured-content h3{

    font-size:30px;

}

.featured-content p{

    font-size:15px;

}

.feature-list li{

    font-size:15px;
    margin-bottom:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-827da73 *//*==================================
    INSTALLATION & CARE GUIDE
==================================*/

.care-section{

    background:#FAF7F2;
    padding:65px 20px;

}

.care-section .container{

    max-width:1280px;
    margin:auto;

}

/*==============================*/

.care-section .section-heading{

    text-align:center;
    margin-bottom:45px;

}

.care-section .section-heading h3{

    font-size:42px;
    color:#222;
    font-weight:700;
    margin-bottom:15px;
    line-height:1.2;

}

.care-section .section-heading p{

    max-width:650px;
    margin:auto;

    color:#666;
    font-size:17px;
    line-height:1.8;

}

/*==============================*/

.care-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;

}

/*==============================*/

.care-card{

    background:#fff;

    border-radius:12px;

    padding:35px;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

    display:flex;
    flex-direction:column;

    height:100%;

}

/*==============================*/

.care-number{

    width:52px;
    height:52px;

    background:#D8B46A;

    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;
    font-weight:700;

    margin-bottom:22px;

}

/*==============================*/

.care-card h4{

    font-size:22px;
    color:#222;

    font-weight:700;

    margin-bottom:18px;

    line-height:1.3;

}

/*==============================*/

.care-card p{

    font-size:16px;
    color:#666;

    line-height:1.8;

    margin:0;

}

/*==============================
        TABLET
==============================*/

@media(max-width:991px){

.care-grid{

    grid-template-columns:repeat(2,1fr);

}

}

/*==============================
        MOBILE
==============================*/

@media(max-width:767px){

.care-section{

    padding:50px 15px;

}

.care-grid{

    grid-template-columns:1fr;

    gap:20px;

}

.care-section .section-heading{

    margin-bottom:35px;

}

.care-section .section-heading h3{

    font-size:30px;

}

.care-section .section-heading p{

    font-size:15px;

}

.care-card{

    padding:25px;

}

.care-card h4{

    font-size:20px;

}

.care-card p{

    font-size:15px;

}

}/* End custom CSS */