.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-100 .elementor-element.elementor-element-d397390{text-align:center;}.elementor-100 .elementor-element.elementor-element-d397390 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:41px;font-weight:700;color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-326dbae *//*==============================
 HERO SECTION
==============================*/

.zivaco-hero{
    width:100%;
    padding:0;
    overflow:hidden;
}

.hero-content{
    display:flex;
    align-items:center;
    min-height:700px;
}

.hero-left{
    width:58%;
    padding:90px;
    background:#f3eef7;
    height:700px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.hero-right{
    width:42%;
    height:700px;
}

.hero-right img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/*==============================
 HEADING
==============================*/

.hero-left h1{
    font-size:72px;
    font-weight:700;
    line-height:1.05;
    margin:0;
    font-family:Georgia,serif;
    color:#111;
}

.hero-left h2{
    font-size:54px;
    font-weight:400;
    margin:35px 0;
    font-family:Georgia,serif;
    color:#111;
}

/*==============================
 CONTENT
==============================*/

.hero-line{
    border-left:5px solid #d100ff;
    padding-left:20px;
    max-width:620px;
}

.hero-line p{
    font-size:30px;
    line-height:1.6;
    margin:0;
    color:#222;
}

/*==============================
 HERO BUTTON
==============================*/

.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:14px 38px;
    margin-top:35px;

    background:#c600ff;
    color:#ffffff !important;

    text-decoration:none !important;

    font-size:16px;
    font-weight:600;

    border:none;
    border-radius:6px;

    cursor:pointer;

    width:auto;
    max-width:fit-content;

    transition:all .3s ease;
}

.hero-btn:link,
.hero-btn:visited{
    color:#ffffff !important;
    text-decoration:none !important;
}

.hero-btn:hover{
    background:#A400D4 !important;
    color:#ffffff !important;
    text-decoration:none !important;
}

.hero-btn:focus,
.hero-btn:active{
    background:#A400D4 !important;
    color:#ffffff !important;
    text-decoration:none !important;
    outline:none;
}

.hero-btn span,
.hero-btn strong,
.hero-btn b,
.hero-btn i{
    color:#ffffff !important;
}

.hero-btn:hover span,
.hero-btn:hover strong,
.hero-btn:hover b,
.hero-btn:hover i,
.hero-btn:focus span,
.hero-btn:active span{
    color:#ffffff !important;
}

/*==============================
 SWIPER PAGINATION
==============================*/

.swiper-pagination{
    bottom:35px !important;
}

.swiper-pagination-bullet{
    width:13px;
    height:13px;
    opacity:1;
    background:#999;
}

.swiper-pagination-bullet-active{
    background:#111;
}

/*==============================
 TABLET
==============================*/

@media(max-width:1024px){

.hero-content{
    flex-direction:column-reverse;
}

.hero-left,
.hero-right{
    width:100%;
    height:auto;
}

.hero-right{
    height:450px;
}

.hero-left{
    padding:60px 40px;
}

.hero-left h1{
    font-size:48px;
}

.hero-left h2{
    font-size:38px;
}

.hero-line p{
    font-size:22px;
}

}

/*==============================
 MOBILE
==============================*/

@media(max-width:767px){

.hero-right{
    height:300px;
}

.hero-left{
    padding:40px 25px;
}

.hero-left h1{
    font-size:36px;
}

.hero-left h2{
    font-size:28px;
    margin:20px 0;
}

.hero-line{
    padding-left:15px;
}

.hero-line p{
    font-size:18px;
}

.hero-btn{
    padding:12px 28px;
    font-size:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b75f1a4 *//*=========================
  Categories Section
=========================*/

.zivaco-categories{
    position:relative;
    padding:80px 0;
    background:#fff;
    overflow:hidden;
}

.zivaco-categories::before{
    content:"";
    position:absolute;
    left:0;
    top:60px;
    width:38%;
    height:70%;
    background:#f5eef8;
    z-index:0;
}

.category-heading{
    width:1000px;
    max-width:90%;
    margin:0 auto 35px;
    position:relative;
    z-index:2;
}

.category-heading h2{
    font-size:52px;
    font-family:Georgia,serif;
    color:#111;
    margin:0;
}

/*=========================
  Grid
=========================*/

.category-grid{
    width:1000px;
    max-width:90%;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    position:relative;
    z-index:2;
}

/*=========================
  Card
=========================*/

.category-card{
    max-width:470px;
    margin:auto;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.category-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

/*=========================
  Image
=========================*/

.category-image{
    overflow:hidden;
}

.category-image img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.category-card:hover img{
    transform:scale(1.05);
}

/*=========================
  Content
=========================*/

.category-content{
    padding:22px;
}

.category-content h3{
    font-size:28px;
    font-family:Georgia,serif;
    color:#111;
    margin-bottom:12px;
}

.category-content p{
    font-size:16px;
    line-height:1.7;
    color:#555;
    margin-bottom:22px;
}

/*=========================
  Button
=========================*/

.category-btn{
    display:inline-block;
    background:#c600ff;
    color:#fff;
    text-decoration:none;
    padding:12px 28px;
    border-radius:6px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.category-btn:hover{
    background:#a400d4;
    color:#fff;
}

/*=========================
  Responsive
=========================*/

@media(max-width:991px){

.category-grid{
    grid-template-columns:1fr;
    width:90%;
}

.category-card{
    max-width:100%;
}

.category-heading h2{
    font-size:42px;
}

.category-image img{
    height:260px;
}

}

@media(max-width:767px){

.zivaco-categories{
    padding:60px 0;
}

.zivaco-categories::before{
    width:100%;
    height:220px;
    top:0;
}

.category-heading h2{
    font-size:34px;
}

.category-content{
    padding:18px;
}

.category-content h3{
    font-size:24px;
}

.category-content p{
    font-size:15px;
}

.category-image img{
    height:220px;
}

.category-btn{
    padding:10px 24px;
    font-size:13px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4242d8d */.zivaco-about{
    max-width:1300px;
    margin:60px auto;
    padding:0 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.about-content{
    width:55%;
}

.about-image{
    width:45%;
    overflow:hidden;
}

.about-content h2{
    font-family:Georgia, serif;
    font-size:60px;
    line-height:1.15;
    max-width:650px;
    white-space:normal;
    word-break:normal;
    overflow-wrap:break-word;
}

.about-image img{
    width:100%;
    height:650px;
    object-fit:cover;
    object-position:center;
    display:block;
    border-radius:15px;
}

/* Tablet */

@media (max-width:991px){

    .zivaco-about{
        gap:40px;
    }

    .about-content h2{
        font-size:46px;
    }

    .about-image img{
        height:500px;
    }

}

/* Mobile */

@media (max-width:768px){

    .zivaco-about{
        flex-direction:column-reverse;
        margin:40px auto;
        padding:0 15px;
        gap:30px;
    }

    .about-content,
    .about-image{
        width:100%;
    }

    .about-content{
        text-align:center;
    }

    .about-content h2{
        font-size:34px;
        line-height:1.3;
        max-width:100%;
        margin-bottom:15px;
    }

    .about-content p{
        font-size:16px;
        line-height:1.7;
    }

    .about-image{
        overflow:visible;
    }

    .about-image img{
        width:100%;
        height:auto;
        max-height:none;
        object-fit:contain;
        border-radius:15px;
    }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8a69995 *//*====================================
NEW ARRIVAL SECTION
====================================*/

.elementor-widget-shortcode{
    background:#F5EEFC;
    padding:60px 30px;
    border-radius:8px;
}

/* Heading */

.zivaco-new-arrival-heading{
    text-align:center;
    margin-bottom:45px;
}

.zivaco-new-arrival-heading span{
    display:block;
    color:#9900DA;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.zivaco-new-arrival-heading h2{
    font-family:Georgia,serif;
    font-size:52px;
    color:#111;
    margin:0 0 15px;
}

.zivaco-new-arrival-heading p{
    max-width:650px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.7;
}

/*====================================
Products
====================================*/

.woocommerce ul.products{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:24px;
}

.woocommerce ul.products li.product{

    background:#fff;
    border-radius:10px;
    padding:20px;
    box-shadow:0 8px 20px rgba(0,0,0,.06);

    display:flex;
    flex-direction:column;

    transition:.3s;
}

.woocommerce ul.products li.product:hover{
    transform:translateY(-5px);
}

/* Image */

.woocommerce ul.products li.product img{

    width:100%!important;
    height:220px!important;
    object-fit:contain;
    margin-bottom:15px!important;

}

/* Title */

.woocommerce-loop-product__title{

    font-size:18px!important;
    line-height:1.4;
    color:#111;
    min-height:58px;

}

/* Price */

.woocommerce ul.products li.product .price{

    color:#111!important;
    font-size:18px!important;
    font-weight:700;
    margin:15px 0!important;

}

/* Button */

.woocommerce ul.products li.product .button{

    display:flex!important;
    align-items:center;
    justify-content:center;

    width:100%!important;

    height:46px!important;

    margin-top:auto!important;

    padding:0!important;

    background:#9900DA!important;

    color:#fff!important;

    border:none!important;

    border-radius:6px!important;

    font-size:15px!important;

    font-weight:600!important;

    text-decoration:none!important;

    box-sizing:border-box;

}

.woocommerce ul.products li.product .button:hover{

    background:#7f00c7!important;

    color:#fff!important;

}

/* Sale */

.woocommerce span.onsale{

    background:#9900DA!important;

}

/* Responsive */

@media(max-width:1024px){

.woocommerce ul.products{

grid-template-columns:repeat(2,1fr)!important;

}

}

@media(max-width:767px){

.woocommerce ul.products{

grid-template-columns:1fr!important;

}

.zivaco-new-arrival-heading h2{

font-size:38px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b80a328 *//*==================================
 ZIVACO FEATURES SECTION
==================================*/

.zivaco-features{
    max-width:1200px;
    margin:70px auto;
    padding:0 20px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/*==================================
 FEATURE BOX
==================================*/

.feature-box{
    background:#ffffff;
    border-radius:12px;
    padding:35px 25px;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
    transition:.35s ease;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    min-height:180px;
}

.feature-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.10);
}

/*==================================
 CONTENT
==================================*/

.feature-content{
    width:100%;
}

.feature-content h3{
    font-size:28px;
    color:#111;
    line-height:1.3;
    margin:0 0 15px;
    font-weight:700;
}

.feature-content p{
    margin:0;
    color:#666;
    font-size:17px;
    line-height:1.7;
}

.feature-content a{
    color:#9900DA;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.feature-content a:hover{
    color:#8200BF;
}

/*==================================
 TABLET
==================================*/

@media(max-width:1024px){

    .zivaco-features{
        grid-template-columns:repeat(2,1fr);
    }

    .feature-content h3{
        font-size:24px;
    }

}

/*==================================
 MOBILE
==================================*/

@media(max-width:767px){

    .zivaco-features{
        grid-template-columns:1fr;
        gap:18px;
        padding:0 15px;
    }

    .feature-box{
        padding:30px 20px;
        min-height:auto;
    }

    .feature-content h3{
        font-size:22px;
    }

    .feature-content p{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a78e04a *//* Show Product Title */

.woocommerce div.product .product_title,
.woocommerce div.product h1.product_title{
    display:block !important;
    font-size:42px !important;
    margin-bottom:20px !important;
    color:#111 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5bb88f *//*=========================
      ABOUT SECTION
==========================*/

.zivaco-about{
    width:100%;
    max-width:1300px;
    margin:40px auto;
    padding:20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
}

.about-content{
    width:48%;
}

.about-content span{
    display:block;
    color:#c400ff;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.about-content h2{
    font-family:Georgia,serif;
    font-size:50px;
    line-height:1.15;
    color:#111;
    margin:0 0 20px;
}

.about-content p{
    font-size:17px;
    line-height:1.8;
    color:#666;
    margin-bottom:30px;
}

.about-btn{
    display:inline-block;
    background:#c400ff;
    color:#fff;
    text-decoration:none;
    padding:14px 34px;
    border-radius:6px;
    font-size:16px;
    font-weight:600;
    transition:0.3s;
}

.about-btn:hover{
    background:#9900da;
}

.about-video{
    width:52%;
}

.about-video video{
    width:100%;
    height:650px;
    object-fit:cover;
    border-radius:12px;
    display:block;
}

/*=========================
      RESPONSIVE
==========================*/

@media(max-width:991px){

.zivaco-about{
    flex-direction:column;
    gap:30px;
    padding:20px;
}

.about-content,
.about-video{
    width:100%;
}

.about-content h2{
    font-size:38px;
}

.about-video video{
    height:450px;
}

}

@media(max-width:767px){

.about-content h2{
    font-size:32px;
}

.about-content p{
    font-size:16px;
}

.about-video video{
    height:350px;
}

}
.about-btn{
    background:#c400ff;
    color:#fff;
    text-decoration:none;
}

.about-btn:hover{
    background:#9900da;
    color:#fff !important;
}/* End custom CSS */