:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c269c22 *//* =========================
   HERO SECTION
========================= */

.fiestiva-hero{
    width:100%;
    min-height:720px;

    background-image:url("https://fiestiva.shop/wp-content/uploads/2026/08/close-up-woman-with-cute-cat-scaled.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    position:relative;
    overflow:hidden;

    display:flex;
    align-items:center;
}

/* =========================
   CONTENT
========================= */

.fiestiva-content{

    width:100%;
    max-width:550px;

    margin-left:90px;

}

/* =========================
   TOP TAG
========================= */

.hero-tag{

    display:block;

    font-family:'Poppins',sans-serif;

    font-size:16px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:4px;

    color:#3F3F3F;

    margin-bottom:25px;

}

/* =========================
   HEADING
========================= */

.fiestiva-content h1{

    font-family:'Poppins',sans-serif;

    font-size:74px;

    font-weight:700;

    line-height:1.05;

    color:#3F3F3F;

    margin:0 0 25px;

}

/* =========================
   PARAGRAPH
========================= */

.fiestiva-content p{

    font-family:'Poppins',sans-serif;

    font-size:22px;

    font-weight:400;

    line-height:1.7;

    color:#ffffff;

    margin-bottom:40px;

}

/* =========================
   BUTTON
========================= */

.hero-btn{

    display:inline-block;

    padding:18px 40px;

    background:#0A8F97;

    color:#ffffff;

    text-decoration:none;

    border-radius:8px;

    font-family:'Poppins',sans-serif;

    font-size:16px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

    transition:.3s;

}

.hero-btn:hover{

    background:#08737B;

    color:#ffffff;

}

/* =========================
   TABLET
========================= */

@media (max-width:1024px){

.fiestiva-hero{

min-height:620px;

background-position:70% center;

}

.fiestiva-content{

margin-left:50px;

max-width:420px;

}

.fiestiva-content h1{

font-size:54px;

}

.fiestiva-content p{

font-size:18px;

}

}

/* =========================
   MOBILE
========================= */

@media (max-width:767px){

.fiestiva-hero{

min-height:580px;

background-position:75% center;

align-items:flex-start;

padding-top:60px;

}

.fiestiva-content{

margin:0 20px;

max-width:100%;

}

.hero-tag{

font-size:13px;

letter-spacing:2px;

}

.fiestiva-content h1{

font-size:38px;

line-height:1.15;

}

.fiestiva-content p{

font-size:16px;

line-height:1.6;

color:#ffffff;

}

.hero-btn{

padding:15px 30px;

font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7376b70 *//* ====================================
   ABOUT SECTION
==================================== */

.fiestiva-about{

    width:100%;

    background:#ffffff;

    padding:40px 20px;

}

.fiestiva-about-content{

    max-width:900px;

    margin:0 auto;

    text-align:center;

}

/* ====================================
   HEADING (H3)
==================================== */

.fiestiva-about-content h3{

    margin:0 0 25px;

    font-family:'Poppins',sans-serif;

    font-size:54px;

    font-weight:700;

    line-height:1.2;

    color:#222222;

}

/* ====================================
   PARAGRAPH
==================================== */

.fiestiva-about-content p{

    margin:0 0 22px;

    font-family:'Poppins',sans-serif;

    font-size:20px;

    line-height:1.8;

    color:#555555;

}

.fiestiva-about-content strong{

    color:#222222;

    font-weight:600;

}

/* ====================================
   BUTTON
==================================== */

.fiestiva-about-btn{

    display:inline-block;

    margin-top:12px;

    padding:18px 42px;

    background:#0A8F97;

    color:#ffffff;

    text-decoration:none;

    border-radius:8px;

    font-family:'Poppins',sans-serif;

    font-size:16px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;

    transition:all .3s ease;

}

.fiestiva-about-btn:hover{

    background:#08737B;

    color:#ffffff;

}

/* ====================================
   TABLET
==================================== */

@media(max-width:1024px){

.fiestiva-about{

padding:35px 20px;

}

.fiestiva-about-content{

max-width:700px;

}

.fiestiva-about-content h3{

font-size:44px;

}

.fiestiva-about-content p{

font-size:18px;

line-height:1.8;

}

}

/* ====================================
   MOBILE
==================================== */

@media(max-width:767px){

.fiestiva-about{

padding:25px 15px;

}

.fiestiva-about-content{

max-width:100%;

}

.fiestiva-about-content h3{

font-size:32px;

margin-bottom:20px;

}

.fiestiva-about-content p{

font-size:16px;

line-height:1.7;

margin-bottom:16px;

}

.fiestiva-about-btn{

padding:15px 30px;

font-size:14px;

width:auto;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e586fc *//*====================================
FEATURED PRODUCTS SECTION
====================================*/

.fiestiva-featured-products{
    background:#fff;
    padding:25px 20px 60px;
}

.fiestiva-heading{
    text-align:center;
    margin-bottom:45px;
}

.fiestiva-heading h3{
    display:inline-block;
    font-family:Poppins,sans-serif;
    font-size:46px;
    font-weight:700;
    color:#222;
    margin:0;
    position:relative;
}

.fiestiva-heading h3:after{
    content:"";
    width:110px;
    height:4px;
    background:#16949C;
    display:block;
    margin:15px auto 0;
    border-radius:50px;
}

/*====================================
PRODUCT GRID
====================================*/

.fiestiva-products{
    max-width:1100px;
    margin:auto;
}

.fiestiva-products ul.products{
    display:flex !important;
    justify-content:center;
    flex-wrap:wrap;
    gap:35px;
    padding:0;
    margin:0;
}

.fiestiva-products ul.products li.product{

    width:500px !important;

    list-style:none;

    background:#fff;

    border-radius:12px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

    display:flex;

    flex-direction:column;

    align-items:center;

    text-align:center;

    padding-bottom:25px;

}

.fiestiva-products ul.products li.product:hover{
    transform:translateY(-6px);
}

/*====================================
IMAGE
====================================*/

.fiestiva-products ul.products li.product img{

    width:100%;

    height:420px;

    object-fit:contain;

    display:block;

    margin:0 auto;

}

/*====================================
CATEGORY
====================================*/

.fiestiva-products .posted_in,
.fiestiva-products .product-category{

    display:block;

    width:100%;

    text-align:center;

    color:#888;

    font-size:15px;

    margin:18px 0 10px;

}

/*====================================
TITLE
====================================*/

.fiestiva-products ul.products li.product h2,
.fiestiva-products ul.products li.product .woocommerce-loop-product__title{

    width:100%;

    text-align:center;

    font-size:24px;

    font-weight:600;

    color:#222;

    line-height:1.4;

    padding:0 25px;

    margin:0 0 15px;

}

/*====================================
PRICE
====================================*/

.fiestiva-products .price{

    display:block;

    width:100%;

    text-align:center;

    font-size:24px;

    font-weight:700;

    color:#16949C !important;

    margin-bottom:20px;

}

/*====================================
BUTTON
====================================*/

.woocommerce ul.products li.product a.button,
.fiestiva-products .button{

    display:flex !important;

    justify-content:center;

    align-items:center;

    width:220px;

    height:55px;

    margin:0 auto !important;

    background:#16949C !important;

    color:#fff !important;

    border:none !important;

    border-radius:8px;

    font-size:15px;

    font-weight:600;

    text-transform:uppercase;

    text-decoration:none;

    transition:.3s;

}

.woocommerce ul.products li.product a.button:hover,
.fiestiva-products .button:hover{

    background:#117A80 !important;

    color:#fff !important;

}

/*====================================
SALE BADGE
====================================*/

.fiestiva-products .onsale{

    background:#16949C !important;

    color:#fff;

    border-radius:5px;

}

/*====================================
STAR RATING
====================================*/

.fiestiva-products .star-rating{

    margin:10px auto;

}

/*====================================
TABLET
====================================*/

@media(max-width:1024px){

.fiestiva-heading h3{

font-size:38px;

}

.fiestiva-products ul.products li.product{

width:100% !important;

max-width:450px;

}

}

/*====================================
MOBILE
====================================*/

@media(max-width:767px){

.fiestiva-featured-products{

padding:20px 15px 40px;

}

.fiestiva-heading{

margin-bottom:25px;

}

.fiestiva-heading h3{

font-size:30px;

}

.fiestiva-products ul.products{

gap:25px;

}

.fiestiva-products ul.products li.product{

max-width:100%;

}

.fiestiva-products ul.products li.product img{

height:280px;

}

.fiestiva-products ul.products li.product h2{

font-size:20px;

padding:0 15px;

}

.fiestiva-products .price{

font-size:20px;

}

.woocommerce ul.products li.product a.button,
.fiestiva-products .button{

width:85%;

height:50px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-005f5a1 *//* ===========================
   FIESTIVA CATEGORY SECTION
=========================== */

.fiestiva-category-section{
    max-width:1200px;
    margin:0 auto !important;
    padding:0 20px !important;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.fiestiva-category-image{
    flex:1;
}

.fiestiva-category-image img{
    width:100%;
    display:block;
    border-radius:18px;
}

.fiestiva-category-content{
    flex:1;
    margin:0 !important;
    padding:0 !important;
}

.fiestiva-category-content h2{
    margin:0 0 20px !important;
    font-size:52px;
    font-weight:700;
    color:#222;
    line-height:1.15;
}

.fiestiva-category-content p{
    margin:0 0 20px !important;
    font-size:20px;
    line-height:1.8;
    color:#555;
}

.fiestiva-btn{
    display:inline-block;
    margin:10px 0 0 !important;
    padding:18px 42px;
    background:#16949c;
    color:#fff !important;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    border-radius:12px;
    transition:.3s;
}

.fiestiva-btn:hover{
    background:#127d84;
    color:#fff !important;
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:991px){

.fiestiva-category-section{
    flex-direction:column;
    gap:35px;
    text-align:center;
    margin:0 auto !important;
    padding:0 15px !important;
}

.fiestiva-category-content h2{
    font-size:40px;
}

.fiestiva-category-content p{
    font-size:18px;
}

}

@media(max-width:767px){

.fiestiva-category-content h2{
    font-size:32px;
}

.fiestiva-category-content p{
    font-size:17px;
}

.fiestiva-btn{
    width:100%;
    text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fcbd73b *//*==================================
 FIESTIVA WATER FOUNTAIN SECTION
==================================*/

.fiestiva-water-section{

    max-width:1200px;
    margin:0 auto;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;

}

.fiestiva-water-content{

    flex:1;

}

.fiestiva-water-image{

    flex:1;

}

.fiestiva-water-image img{

    width:100%;
    display:block;
    border-radius:18px;

}

.fiestiva-water-content h2{

    font-size:54px;
    font-weight:700;
    color:#222;
    line-height:1.15;
    margin:0 0 20px;

}

.fiestiva-water-content h3{

    font-size:24px;
    font-weight:600;
    color:#222;
    line-height:1.5;
    margin:0 0 25px;

}

.fiestiva-water-content p{

    font-size:19px;
    color:#555;
    line-height:1.9;
    margin:0 0 22px;

}

/* SAME BUTTON */

.fiestiva-btn{

    display:inline-block;
    margin-top:12px;
    padding:18px 42px;
    background:#16949c;
    color:#fff !important;
    text-decoration:none;
    text-transform:uppercase;
    font-size:18px;
    font-weight:700;
    border-radius:12px;
    transition:.3s;

}

.fiestiva-btn:hover{

    background:#127d84;
    color:#fff !important;

}

/*==============================
 TABLET
==============================*/

@media(max-width:991px){

.fiestiva-water-section{

    flex-direction:column-reverse;
    gap:35px;
    text-align:center;

}

.fiestiva-water-content h2{

    font-size:42px;

}

.fiestiva-water-content h3{

    font-size:22px;

}

.fiestiva-water-content p{

    font-size:18px;

}

}

/*==============================
 MOBILE
==============================*/

@media(max-width:767px){

.fiestiva-water-section{

    padding:0;
    gap:25px;

}

.fiestiva-water-content h2{

    font-size:34px;

}

.fiestiva-water-content h3{

    font-size:20px;

}

.fiestiva-water-content p{

    font-size:17px;
    line-height:1.8;

}

.fiestiva-btn{

    width:100%;
    text-align:center;
    padding:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44c46dc *//*====================================
FIESTIVA CAT BOWLS SECTION
====================================*/

.fiestiva-bowls-section{

    max-width:1200px;

    margin:0 auto;

    padding:0;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:70px;

    background:#ffffff;

}

.fiestiva-bowls-image{

    flex:1;

}

.fiestiva-bowls-image img{

    width:100%;

    display:block;

    border-radius:8px;

}

.fiestiva-bowls-content{

    flex:1;

}

.fiestiva-bowls-content h2{

    font-size:54px;

    font-weight:700;

    color:#222;

    margin:0 0 25px;

    line-height:1.2;

}

.fiestiva-bowls-content p{

    font-size:19px;

    line-height:1.9;

    color:#555;

    margin:0 0 22px;

}

/* SAME BUTTON */

.fiestiva-btn{

    display:inline-block;

    margin-top:10px;

    padding:18px 42px;

    background:#16949C;

    color:#fff !important;

    text-decoration:none;

    text-transform:uppercase;

    font-size:17px;

    font-weight:700;

    border-radius:12px;

    transition:.3s;

}

.fiestiva-btn:hover{

    background:#127D84;

    color:#fff !important;

}

/* TABLET */

@media(max-width:991px){

.fiestiva-bowls-section{

    flex-direction:column;

    text-align:center;

    gap:35px;

}

.fiestiva-bowls-content h2{

    font-size:42px;

}

.fiestiva-bowls-content p{

    font-size:18px;

}

}

/* MOBILE */

@media(max-width:767px){

.fiestiva-bowls-section{

    gap:25px;

}

.fiestiva-bowls-content h2{

    font-size:34px;

}

.fiestiva-bowls-content p{

    font-size:17px;

    line-height:1.8;

}

.fiestiva-btn{

    width:100%;

    text-align:center;

    padding:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62c64fe *//*=========================================
 FIESTIVA FEATURED PRODUCT
=========================================*/

.fiestiva-featured-product{

    max-width:1200px;

    margin:0 auto;

    padding:0;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:70px;

    background:#fff;

}

/*=========================
LEFT SIDE
=========================*/

.fiestiva-gallery{

    flex:1;

}

.fiestiva-main-image{

    overflow:hidden;

    border-radius:12px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.fiestiva-main-image img{

    width:100%;

    display:block;

    transition:.3s;

}

.fiestiva-main-image img:hover{

    transform:scale(1.02);

}

.fiestiva-thumbnails{

    display:flex;

    justify-content:center;

    gap:15px;

    margin-top:20px;

}

.fiestiva-thumbnails img{

    width:85px;

    height:85px;

    object-fit:cover;

    border-radius:8px;

    cursor:pointer;

    border:2px solid transparent;

    transition:.3s;

}

.fiestiva-thumbnails img:hover{

    border-color:#16949C;

    transform:translateY(-4px);

}


/*=========================
RIGHT SIDE
=========================*/

.fiestiva-product-content{

    flex:1;

}

.featured-heading{

    font-size:18px;

    font-weight:700;

    color:#16949C;

    letter-spacing:2px;

    text-transform:uppercase;

    margin:0 0 12px;

}

.fiestiva-product-content h2{

    font-size:42px;

    line-height:1.2;

    font-weight:700;

    color:#222;

    margin:0 0 20px;

}

.fiestiva-product-content p{

    font-size:18px;

    line-height:1.9;

    color:#555;

    margin:0 0 18px;

}


/*=========================
FEATURE LIST
=========================*/

.fiestiva-features{

    list-style:none;

    padding:0;

    margin:28px 0;

}

.fiestiva-features li{

    position:relative;

    padding-left:34px;

    margin-bottom:14px;

    font-size:18px;

    color:#444;

    line-height:1.7;

}

.fiestiva-features li:before{

    content:"✓";

    position:absolute;

    left:0;

    top:0;

    color:#16949C;

    font-size:20px;

    font-weight:700;

}


/*=========================
BUTTON
=========================*/

.fiestiva-btn{

    display:inline-block;

    padding:18px 42px;

    background:#16949C;

    color:#fff !important;

    text-decoration:none;

    border-radius:10px;

    text-transform:uppercase;

    font-size:16px;

    font-weight:700;

    letter-spacing:1px;

    transition:.3s;

}

.fiestiva-btn:hover{

    background:#117A80;

    color:#fff !important;

}


/*=========================
TABLET
=========================*/

@media(max-width:991px){

.fiestiva-featured-product{

    flex-direction:column;

    gap:40px;

}

.fiestiva-product-content{

    text-align:center;

}

.fiestiva-product-content h2{

    font-size:36px;

}

.fiestiva-product-content p{

    font-size:17px;

}

.fiestiva-features{

    display:inline-block;

    text-align:left;

}

}


/*=========================
MOBILE
=========================*/

@media(max-width:767px){

.fiestiva-featured-product{

    gap:30px;

}

.fiestiva-main-image{

    border-radius:10px;

}

.fiestiva-thumbnails{

    gap:10px;

}

.fiestiva-thumbnails img{

    width:65px;

    height:65px;

}

.featured-heading{

    font-size:16px;

}

.fiestiva-product-content h2{

    font-size:30px;

}

.fiestiva-product-content p{

    font-size:16px;

    line-height:1.8;

}

.fiestiva-features li{

    font-size:16px;

}

.fiestiva-btn{

    width:100%;

    text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4119e9a *//*======================================
FIESTIVA SERVICES
======================================*/

.fiestiva-service-section{

    max-width:1200px;

    margin:0 auto;

    padding:0;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:35px;

    align-items:start;

}

/* CARD */

.fiestiva-service{

    text-align:center;

    padding:25px 18px;

    background:#ffffff;

    border-radius:14px;

    transition:.3s;

}

.fiestiva-service:hover{

    transform:translateY(-6px);

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

/* ICON */

.fiestiva-service img{

    width:68px;

    height:68px;

    object-fit:contain;

    margin:0 auto 22px;

    display:block;

}

/* HEADING */

.fiestiva-service h3{

    margin:0 0 15px;

    font-size:28px;

    font-weight:700;

    line-height:1.3;

    color:#222;

}

/* TEXT */

.fiestiva-service p{

    margin:0;

    font-size:17px;

    line-height:1.8;

    color:#555;

}

/*=========================
TABLET
=========================*/

@media(max-width:1024px){

.fiestiva-service-section{

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.fiestiva-service h3{

font-size:24px;

}

.fiestiva-service p{

font-size:16px;

}

}

/*=========================
MOBILE
=========================*/

@media(max-width:767px){

.fiestiva-service-section{

grid-template-columns:1fr;

gap:25px;

}

.fiestiva-service{

padding:20px 15px;

}

.fiestiva-service img{

width:60px;

height:60px;

margin-bottom:18px;

}

.fiestiva-service h3{

font-size:22px;

}

.fiestiva-service p{

font-size:16px;

line-height:1.7;

}

}/* End custom CSS */