.zpform-comment-rating-container, .zpcomment-rating-vote-value {
    margin-block-start: 0!important;
}


/* Product list container */
.zpfilmstrip .zpfilmstrip-gutter-fix{
    display:flex;
    flex-wrap:wrap;
}

/* Desktop default */
.zpfilmstrip .theme-prod-box{
    width:20% !important;
}

/* Tablet → 4 items */
@media (max-width:1024px){
    .zpfilmstrip .theme-prod-box{
        width:25% !important;
    }
}

/* Mobile → 2 items */
@media (max-width:768px){
    .zpfilmstrip .theme-prod-box{
        width:50% !important;
    }
    
    .allproductshow {
    overflow: hidden;
    }
}


.zpcomment-heading-prevnext-container {
    padding-block-end: 0px!important;
}

.zpcomment-list{
    padding-block-start: 0px!important;
}

.zpheader-style-07 {
    .zpcontainer{
        width: 100%;
        position: relative;
        padding-inline: 50px!important;
        .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
            line-height:24px; 
        }
        .theme-branding-info{
            position: absolute;
            top: 50%;
            left: 50%;
            height: fit-content;
            transform: translate(-50%, -50%);
        }
        .theme-navigation-and-icons .theme-search-and-mini-cart-group{
            [data-zs-search-container]{
                margin-inline-start: auto;
                width: 75%;
                .theme-search-field-container{
                    width: 100%;
                    border-radius: 100px!important;
                    border: 0px !important;
                    form{
                        width: 100%;
                        padding: 4px;
                    }
                    .theme-search-go-icon{
                        background: #f6f6f6;
                        border-radius: 50%;
                        aspect-ratio: 1;
                        position: absolute;
                        right: 4px;
                    }
                }
            }
            .theme-wishlist-icon svg{
                fill: transparent;
            }
            .theme-nonresponsive-portal-position-two{
                position: absolute;
                left: 50px;
                top: 50%;
                transform: translate(0%, -50%);
                z-index: 1000;
                .theme-portal-container-dropdown{
                    inset-inline-end: auto!important;
                }
            }
        }
    }
    .theme-header-animate{
        padding: 0!important;
        .theme-nonresponsive-portal-position-two{
            position: relative!important;
            left: unset!important;
            top: unset!important;
            transform: translate(0%, 0)!important;
            .theme-portal-login{
                margin-inline-end: 0;
            }
        }
    }
}
[data-zs-drawer-open-button="portal"]{
    svg{
        fill: transparent!important;
        path{
            fill: transparent!important;
        }
    }
}

.zcs_carousel{
    .zpcarousel-arrows-container{
        display: flex!important;
        justify-content: center!important;
        gap: 80px!important;
        position: absolute!important;
        left: 50%!important;
        translate: -50% -80%!important;
        top: 100%!important;
        .zpcarousel-arrow-left, .zpcarousel-arrow-right{
            position: relative!important;
        }
    }
}

.zcs_collection{
    .theme-prod-box{
        padding-inline-end: 28px!important;
        padding-inline-start: 0!important;
        @media (max-width: 768px){
            padding-inline-end: 14px!important;
        }
    }
}

.zphero-boxed{
    width: 100%;
    padding: 32px 50px 0 50px;
    .hero-container{
        border-radius: 12px;
        overflow: hidden;
    }
    .zphero-slider-container{
        padding-inline-start: 40px!important;
        padding-inline-end: 40px!important;
    }
}

.zcs_blur_bg, .zcs_button_blur_bg .zpbutton-wrapper{
    backdrop-filter: blur(20px);
}


.zcs_newsletter{
    width: 80%;
    .zpnewsletter-input-container{
        flex-wrap: nowrap;
        justify-content: space-between;
        button{
            flex-shrink: 0;
        }
    }
}

.zcs_custom_nav{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    translate: -50% -50%;
    margin: 0;
    justify-content: space-between!important;
    .zpelem-col{
        width: fit-content;
    }
    .zpicon-size-lg{
        width: 50px!important;
        height: 50px!important;
    }
}

.zcs_slider_three{
    flex-wrap: nowrap;
    overflow-x: scroll;
    display: flex;
    white-space: nowrap;
    position: relative;
    gap: 0;
    .zpelem-col{
        width: 32.7%;
        animation: scroll 10s linear infinite;
    }
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%); 
    }
}

.zcs_marquee_heading{
    width: 100%;
    overflow: hidden!important;
}

.zcs_marquee_heading h2.zpheading {
    display: flex;
    overflow: hidden; 
    white-space: nowrap;
    position: relative;
    gap: 0;
    animation: marquee 20s linear infinite;
    width: max-content;
}

.zcs_marquee_heading h2.zpheading span {
    display: inline-block;
    min-width: max-content;
    display: inline-block;
    padding: 0 2rem;
    min-width: max-content;
}

@keyframes marquee {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%); 
    }
}

.zcs_button_icon{
    .zpbutton-wrapper{
        align-items: center!important;
    }
    .zpbutton-icon{
        background: #575757;
        border-radius: 100px;
        max-width: 30px;
        max-height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.zcs_custom_banner{
    overflow: hidden!important;
    img{
        transition: 0.3s all linear;
    }
}

.zcs_banner_row_bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.zcs_custom_banner_row{
    backdrop-filter: blur(40px);
}
@media (min-width: 991px){
    .zcs_custom_banner_row{
        transform: translate(0,100%);
        transition: 0.3s all linear;
    }

    .zcs_custom_banner:hover .zcs_custom_banner_row{
        transform: translate(0,0);
    }
    .zcs_custom_banner:hover img{
        scale: 1.05;
    }
}

.zcs_slider_row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    border-block-end: #51554C;
    .zcs_slider_col {
    	width: 33.33%;
    }
}

/* Custom Scroll Track */
.zcs_custom_scrollbar {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 4px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 0;
    translate: -50% -50%;
    display: none;
}

/* Custom Scroll Indicator */
.zcs_scrollbar_thumb {
    height: 100%;
    width: 0%;
    background: black; /* Change as needed */
    transition: width 0.3s ease;
    border-radius: 10px;
}



@media (max-width: 992px){
    .zcs_custom_scrollbar {
    	display: block;
    }
    .theme-mobile-header-style-04 .theme-mobile-header-slide{
        background-color: transparent!important;
        .theme-mobile-header-slide-header{
        	width: 90%;
            border-block-end: 0px!important;
        }
        .theme-mobile-header-slide-content{
            width: 90%;
            [data-zs-menu-container]{
                padding-block: 24px;
                a{
                    font-size: 20px;
                    line-height: 24px;
                    padding-block: 10px!important;
                    padding-inline: 16px!important;
                }
                .theme-submenu-down-arrow:after, .theme-submenu-up-arrow:after{
                    width: 10px;
                    height: 10px;
                }
                li ul li a{
                    font-size: 12px;
                    color: #6a6a6f
                }
            }
            .theme-topbar-contact-info {
                border-block: 0px!important;
                padding-block: 24px;
            }
            .theme-topbar-contact-info li, .theme-scoialicon-inner-parent{
                border-block: 0px!important;
            }
            .theme-topbar-contact-info a{
                font-size: 16px;
                display: flex;
                gap: 8px;
                padding-inline: 16px!important;
                border-block-end: 0px!important;
            }
        }
    }
    .zcs_slider_three{
        .zpelem-col{
            width: 52%;
        }
    }

    .zcs_newsletter{
        width: 100%;
        .zpnewsletter-input-container{
            button{
                width: fit-content!important;
            }
        }
    }

    .zpfilmstrip .zpfilmstrip-gutter-fix {
        padding-block-end: 40px;
    }

    .zpfilmstrip .theme-store-style-collection-row-09::-webkit-scrollbar-thumb {
        background-color: #000000; /* Black scrollbar thumb */
        border-radius: 3px; /* Rounded edges */
    }

    .theme-mobile-header-search-icon, .theme-minicart-icon svg, [data-zs-drawer-open-button="portal"] svg {
        height: 20px!important;
        width: 20px!important;
    }


    [data-zs-mobile-header-slide-open] {
        padding-inline-end: 0;
        display: flex;
        order: 1;
    }

    .zphero-boxed{
        width: 100%;
        padding: 0;
        .hero-container{
            border-radius: 0;
            overflow: hidden;
            .zphero
            {
                height: 70vh;
            }
        }
    }
    .zcs_custom_box_header{
        align-items: flex-end!important;
    }
    .zpelem-storecollection{
        margin-block-start: 4px;
    }
    .zcs_slider_row{
        .zcs_slider_col{
            width: 90%;
        }
    }
}

.zcs_slider_row::-webkit-scrollbar,
.theme-store-style-collection-row-09::-webkit-scrollbar {
    display: none; /* Hide default scrollbar */
}

.categories-container{
    display: flex;
}

.categoriesbox{
    width: 100px;
    height: 100px;
  
}

.categories1 {
border-radius: 100px;
}
/* Product list container */
.zpfilmstrip .zpfilmstrip-gutter-fix{
    display:flex;
    flex-wrap:wrap;
}

/* Desktop default */


/* Tablet → 4 items */
@media (max-width:1024px){
    .zpfilmstrip .theme-prod-box{
        width:25% !important;
    }
    
}

@media (max-width: 768px) {
        .zpfilmstrip .theme-prod-box{
        width:50% !important;
    }
  .banner-h1 {
    font-size: 18px;  /* Slightly smaller for tiny phones */
    line-height: 1.2; /* Tighter line spacing */
  }
  .banner-h3 {
    font-size: 16px;
    margin-top: 12px; /* Bit more breathing room */
    line-height: 1.4;
  }
    
    .zs-heroslide {
    padding-bottom: 20px;
        padding-top: 20px;
    }
    
    .zpnewsletter-input-container{
    	flex-direction:column;
        width:100%;
        gap:12px;
    }

    .zpnewsletter-email-input-field{
        width:100% !important;
        border-radius:25px !important;
        padding:12px 16px !important;
    }

    .zpnewsletter-button{
        width:100% !important;
        border-radius:25px !important;
        padding:12px !important;
    }
    .zp-hidden-sm,
    .zp-hidden-xs{
        display:block !important;
        visibility:visible !important;
        opacity:1 !important;
        height:auto !important;
    }
    .footer{
        padding:40px 20px;
    }
   
}

/* Extra small phones */
@media (max-width: 480px) {
  .banner-h1 {
    font-size: 14px;
  }
  .banner-h3 {
    font-size: 14px;
  }
}


.all-products {
  max-height: 500px;        /* Desktop: Tall container */
  overflow-y: hidden;        
  border: 1px solid #ccc;
  padding: 16px;
}

/* Mobile (phones < 640px) */
@media (max-width: 639px) {
  .all-products {
    max-height: 600px;  
  overflow-y: hidden;        
      /* Shorter for phones */
    padding: 12px;
  }
    .viewallbtn{
     display: none;
    }
    
    .allproductshow {
    padding-left:5px; 
        padding-right: 5px;
    }
}

/* Tablet (640px - 1023px) */
@media (max-width: 1023px) and (min-width: 640px) {
  .all-products {
    max-height: 1000px;   
  overflow-y: hidden;        
      /* Medium height */
    padding: 14px;
  }
}

/* Large Desktop (> 1024px) */
@media (min-width: 1024px) {
  .all-products {
    max-height: 500px;  
  overflow-y: hidden;        
      /* Full height */
    padding: 20px;
  }
}




.banner-h1-2 {
  display: block !important;
  font-size: 1.5rem;      /* Mobile: 24px */
  line-height: 1.3;
}

@media (min-width: 640px) {   /* sm+ */
  .banner-h1-2 { font-size: 1.875rem; }  /* 30px */
}

@media (min-width: 768px) {   /* md+ */
  .banner-h1-2 { font-size: 2.25rem; }   /* 36px */
}

@media (min-width: 1024px) {  /* lg+ */
  .banner-h1-2 { font-size: 3rem; }      /* 48px */
}

/* Hide trending product slider arrows */
.zpfilmstrip .zpcarousel-arrow-left,
.zpfilmstrip .zpcarousel-arrow-right{
    display:none !important;
}



 .footer{
    background:#212121;
    color:#ffffff;
    padding:60px 100px;
}





    


/* Mobile */


@media (max-width:1024px){

.zprow.zpalign-items-center.zpjustify-content-center{
padding-left:12% !important;
}

}

/* Mobile */

@media (max-width:768px){

.zprow.zpalign-items-center.zpjustify-content-center{
padding-left:40% !important;
}

}

@media (max-width:768px){

.zprow.zpalign-items-center.zpjustify-content-center{
padding-left:40px !important;
padding-left:40% !important;
}

}

.theme-mobile-content-wrap {
overflow-x: hidden;
}

.zpfilmstrip .theme-prod-box {
   
    margin-bottom: 10px;
}


@media (min-width: 1024px) {
  .spicy-box {
    width: 100%;
    height: 300px;
  }
}



@media (max-width:768px){

h2.zpheading span{
    font-size:18px !important;
}

}

 .zpheader-style-09>.theme-header-topbar {
        padding-block-start: 12px;
        padding-block-end: 12px;
        background-color: #5E2116;
    }









