.elementor-7463 .elementor-element.elementor-element-7f130b1{--display:flex;--min-height:671px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7463 .elementor-element.elementor-element-7f130b1:not(.elementor-motion-effects-element-type-background), .elementor-7463 .elementor-element.elementor-element-7f130b1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://shopmunchup.com/wp-content/uploads/2026/06/IMG_7697.png");background-size:cover;}.elementor-7463 .elementor-element.elementor-element-d289334{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7463 .elementor-element.elementor-element-362c83a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7463 .elementor-element.elementor-element-85e44d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7463 .elementor-element.elementor-element-0c965da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c29a627 */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background:#f5f5f5;
}

.feature-bar{
    width:100%;
    background:#efefef;
    padding:35px 40px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.feature-item{
    display:flex;
    align-items:center;
    flex:1;
    gap:18px;
}

.feature-item img{
    width:72px;
    height:72px;
    object-fit:contain;
    flex-shrink:0;
}

.content h3{
    font-size:18px;
    font-weight:700;
    color:#111;
    margin-bottom:6px;
}

.content p{
    font-size:14px;
    color:#555;
    line-height:1.4;
}

/* Tablet */
@media(max-width:992px){
    .feature-bar{
        flex-wrap:wrap;
        gap:30px;
    }

    .feature-item{
        flex:0 0 calc(50% - 15px);
    }
}

/* Mobile */
@media(max-width:768px){
    .feature-bar{
        flex-direction:column;
        align-items:flex-start;
    }

    .feature-item{
        width:100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-130ac8e *//* =========================
   SHOP BY CATEGORY
========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.shop-category{
    padding:50px 20px;
    background:#ffffff;
}

.shop-category h2{
    text-align:center;
    font-size:28px;
    font-weight:800;
    color:#111;
    margin-bottom:30px;
    letter-spacing:1px;
    text-transform:uppercase;
}

/* =========================
   GRID
========================= */

.category-grid{
    max-width:1600px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(8,1fr);
    gap:12px;
}

/* =========================
   CARD
========================= */

.category-card{
    background:#f4f1ec;
    border-radius:12px;
    padding:12px;
    text-decoration:none;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    transition:all 0.3s ease;
    min-height:180px;
}

.category-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* =========================
   IMAGE
========================= */

.category-card img{
    width:100%;
    max-width:90px;
    height:90px;
    object-fit:contain;
    margin-bottom:10px;
}

/* =========================
   TITLE
========================= */

.category-card h3{
    font-size:13px;
    font-weight:800;
    color:#111;
    line-height:1.3;
    margin-bottom:5px;
    text-transform:uppercase;
}

/* =========================
   ITEM COUNT
========================= */

.category-card span{
    font-size:11px;
    color:#666;
    font-weight:500;
}

/* =========================
   LARGE TABLET
========================= */

@media screen and (max-width:1200px){

    .category-grid{
        grid-template-columns:repeat(4,1fr);
    }

    .category-card{
        min-height:190px;
    }

    .category-card img{
        max-width:100px;
        height:100px;
    }
}

/* =========================
   TABLET
========================= */

@media screen and (max-width:768px){

    .category-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .category-card{
        min-height:170px;
    }

    .category-card img{
        max-width:80px;
        height:80px;
    }

    .category-card h3{
        font-size:14px;
    }
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width:480px){

    .category-grid{
        grid-template-columns:1fr;
    }

    .shop-category h2{
        font-size:22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55cce88 */.bundle-section{
    background:#000;
    padding:60px 30px;
    border-bottom:3px solid #f5c400;
}

.bundle-container{
    max-width:1500px;
    margin:auto;
    display:grid;
    grid-template-columns:320px 1fr;
    gap:25px;
    align-items:center;
}

/* LEFT SIDE */

.bundle-content{
    color:#fff;
}

.bundle-tag{
    color:#9bf23f;
    font-size:14px;
    font-weight:700;
    display:block;
    margin-bottom:10px;
}

.bundle-content h2{
    font-size:48px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:20px;
}

.bundle-content h2{
    color:#fff;
}

.bundle-content h2 br:nth-child(1){
    color:#58d125;
}

.bundle-content p{
    color:#d8d8d8;
    font-size:15px;
    line-height:1.6;
    margin-bottom:25px;
}

.bundle-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#f5c400;
    color:#000;
    padding:14px 24px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.bundle-btn:hover{
    background:#ffd83d;
}

/* RIGHT SIDE */

.bundle-products{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.bundle-card{
    background:#111;
    border:1px solid #333;
    border-radius:10px;
    text-decoration:none;
    text-align:center;
    padding:15px;
    transition:.3s;
}

.bundle-card:hover{
    transform:translateY(-5px);
    border-color:#f5c400;
}

.bundle-card img{
    width:100%;
    height:160px;
    object-fit:contain;
    margin-bottom:10px;
}

.bundle-card h3{
    color:#fff;
    font-size:14px;
    font-weight:800;
    margin-bottom:8px;
}

.bundle-card p{
    color:#fff;
    font-size:13px;
    margin-bottom:8px;
}

.bundle-card span{
    color:#f5c400;
    font-size:12px;
}

/* TABLET */

@media(max-width:1200px){

    .bundle-container{
        grid-template-columns:1fr;
    }

    .bundle-products{
        grid-template-columns:repeat(2,1fr);
    }

}

/* MOBILE */

@media(max-width:768px){

    .bundle-content h2{
        font-size:34px;
    }

    .bundle-products{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-322d791 */.munchup-community{
    width:100%;
    overflow:hidden;
}

/* =======================
   TESTIMONIAL SECTION
======================= */

.testimonial-section{
    background:#f4c600;
    padding:25px 30px;
}

.testimonial-section h2{
    text-align:center;
    font-size:28px;
    font-weight:800;
    color:#111;
    margin-bottom:25px;
}

.testimonial-wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1400px;
    margin:auto;
}

.testimonial-card{
    display:flex;
    align-items:center;
    gap:15px;
}

.testimonial-card img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
}

.stars{
    color:#111;
    margin-bottom:10px;
    font-size:14px;
}

.testimonial-card p{
    font-size:14px;
    line-height:1.5;
    margin-bottom:10px;
    color:#111;
}

.testimonial-card strong{
    font-size:14px;
}

/* =======================
   NEWSLETTER
======================= */

.newsletter-section{
    background:#0c8a2f;
    color:#fff;
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:40px;
    padding:30px;
    align-items:center;
}

.newsletter-left{
    display:flex;
    align-items:center;
    gap:25px;
}

.newsletter-left img{
    width:120px;
}

.newsletter-left h3{
    font-size:32px;
    font-weight:800;
    margin-bottom:10px;
}

.newsletter-left p{
    margin-bottom:15px;
}

.newsletter-form{
    display:flex;
}

.newsletter-form input{
    width:300px;
    padding:12px;
    border:none;
    outline:none;
}

.newsletter-form button{
    padding:12px 20px;
    border:none;
    background:#000;
    color:#fff;
    font-weight:700;
    cursor:pointer;
}

.newsletter-right{
    display:flex;
    justify-content:space-between;
    gap:30px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
}

.feature-item span{
    font-size:28px;
}

.feature-item h4{
    margin-bottom:5px;
    font-size:15px;
}

.feature-item p{
    font-size:13px;
    opacity:.9;
}

/* =======================
   RESPONSIVE
======================= */

@media(max-width:992px){

    .testimonial-wrapper{
        grid-template-columns:1fr;
    }

    .newsletter-section{
        grid-template-columns:1fr;
    }

    .newsletter-right{
        flex-direction:column;
    }

}

@media(max-width:768px){

    .newsletter-left{
        flex-direction:column;
        text-align:center;
    }

    .newsletter-form{
        flex-direction:column;
        gap:10px;
    }

    .newsletter-form input{
        width:100%;
    }

}/* End custom CSS */