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

.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;
        width: 30px;
        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 */
}

/*================ */

/* Fix Product Card Alignment */
.theme-product-image-area img {
  width: 100% !important;
  height: 250px !important;
  object-fit: contain !important;
  background: #ffffff !important;
}

.theme-product-name {
  min-height: 50px !important;
}

/*================ */
/* Enhanced Carousel Filmstrip Styles - Hydrova Theme */

.hydrova-zpstorecollection-container {
  position: relative;
  padding: 5px 35px 5px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(5, 91, 137, 0.08);
  margin: 0 0 5px 0;
}

/* Title Section Enhancement */
.hydrova-zpstorecollection-container .zpfilmstrip-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 10px;
}

.hydrova-zpstorecollection-container .zpfilmstrip-title {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(135deg, #055B89 0%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  letter-spacing: 1px;
  position: relative;
}

.hydrova-zpstorecollection-container .zpfilmstrip-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #055B89, #0891b2);
  border-radius: 2px;
}

/* Arrow Container Enhancement */
.hydrova-zpstorecollection-container .zpcarousel-arrows-container {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* Arrow Buttons */
.hydrova-zpstorecollection-container .zpcarousel-arrow-left,
.hydrova-zpstorecollection-container .zpcarousel-arrow-right {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(5, 91, 137, 0.1);
  border: 2px solid transparent;
}

.hydrova-zpstorecollection-container .zpcarousel-arrow-left:hover,
.hydrova-zpstorecollection-container .zpcarousel-arrow-right:hover {
  background: linear-gradient(135deg, #055B89 0%, #0891b2 100%);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(5, 91, 137, 0.3);
}

.hydrova-zpstorecollection-container .zpcarousel-arrow-left:hover svg,
.hydrova-zpstorecollection-container .zpcarousel-arrow-right:hover svg {
  fill: white;
}

.hydrova-zpstorecollection-container .zpcarousel-arrow-left svg,
.hydrova-zpstorecollection-container .zpcarousel-arrow-right svg {
  fill: #055B89;
  transition: fill 0.3s ease;
}

/* View All Button */
.hydrova-zpstorecollection-container .zpfilmstrip-viewall-button .zpbutton-wrapper {
  padding: 12px 28px;
  background: linear-gradient(135deg, #055B89 0%, #0891b2 100%);
  border: none;
  border-radius: 24px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(5, 91, 137, 0.25);
}

.hydrova-zpstorecollection-container .zpfilmstrip-viewall-button .zpbutton-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(5, 91, 137, 0.4);
  background: linear-gradient(135deg, #044a6e 0%, #0e7490 100%);
}

/* Product Cards Enhancement */
.hydrova-zpstorecollection-container .theme-prod-box {
  padding: 5px;
  transition: all 0.3s ease;
}

.hydrova-zpstorecollection-container .theme-product-box-container {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(5, 91, 137, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(5, 91, 137, 0.08);
}

.hydrova-zpstorecollection-container .theme-product-box-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 32px rgba(5, 91, 137, 0.18);
  border-color: rgba(5, 91, 137, 0.25);
}

/* Product Image Area */
.hydrova-zpstorecollection-container .theme-product-image-area {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
  aspect-ratio: 1;
}

.hydrova-zpstorecollection-container .theme-product-image-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hydrova-zpstorecollection-container .theme-product-box-container:hover .theme-product-image-area img {
  transform: scale(1.1);
}

/* Wishlist Button */
.hydrova-zpstorecollection-container .wishlist-selection-container {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0.8);
}

.hydrova-zpstorecollection-container .theme-product-box-container:hover .wishlist-selection-container {
  opacity: 1;
  transform: scale(1);
}

.hydrova-zpstorecollection-container .wishlist-selection-container:hover {
  transform: scale(1.15);
}

/* Product Details */
.hydrova-zpstorecollection-container .theme-product-details-container {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

/* Product Name */
.hydrova-zpstorecollection-container .theme-product-name {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hydrova-zpstorecollection-container .theme-product-name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hydrova-zpstorecollection-container .theme-product-name a:hover {
  color: #055B89;
}

/* Pricing */
.hydrova-zpstorecollection-container .theme-product-pricing-area {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hydrova-zpstorecollection-container .theme-product-lable-price span[data-zs-selling-price] {
  font-size: 20px;
  font-weight: 700;
  color: #055B89;
}

.hydrova-zpstorecollection-container .theme-product-old-price {
  font-size: 14px;
  color: #94a3b8;
  text-decoration: line-through;
}

/* Sale Ribbon */
.hydrova-zpstorecollection-container .theme-product-sale-ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.4);
}

/* Quick View Button */
.hydrova-zpstorecollection-container .theme-product-quick-view-button {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: white;
  color: #055B89;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(5, 91, 137, 0.15);
  white-space: nowrap;
  border: 2px solid transparent;
}

.hydrova-zpstorecollection-container .theme-product-box-container:hover .theme-product-quick-view-button {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.hydrova-zpstorecollection-container .theme-product-quick-view-button:hover {
  background: #055B89;
  color: white;
  border-color: #055B89;
}

/* Filmstrip Container */
.hydrova-zpstorecollection-container .zpfilmstrip-overflow-hidden {
  overflow: hidden;
  margin: 0 -5px;
}

/* Active Slide Indicator - REMOVED */
.hydrova-zpstorecollection-container .zpfilmstrip-active {
  position: relative;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .hydrova-zpstorecollection-container {
    padding: 20px 12px 12px;
    margin-bottom: 10px;
  }
  
  .hydrova-zpstorecollection-container .zpfilmstrip-title {
    font-size: 24px;
  }
  
  .hydrova-zpstorecollection-container .zpfilmstrip-title-container {
    margin-bottom: 16px;
  }
  
  .hydrova-zpstorecollection-container .zpcarousel-arrow-left,
  .hydrova-zpstorecollection-container .zpcarousel-arrow-right {
    width: 40px;
    height: 40px;
  }
  
  .hydrova-zpstorecollection-container .zpfilmstrip-viewall-button .zpbutton-wrapper {
    padding: 10px 20px;
    font-size: 12px;
  }
}

/* Animation for slide transitions */
.hydrova-zpstorecollection-container .slideOutLeft {
  animation: slideOut 0.3s ease-out;
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0.5;
    transform: translateX(-20px);
  }
}


.hdyrova-carousel-zpsection {
    padding-block-start: 10px !important;
    padding-block-end: 5px !important;
}