.zpheader-style-04>.theme-header-topbar{
display: none !important;
}
.theme-product-list-style-10 .theme-product-card .theme-product-details-area .theme-product-button-area{
background: #16a02d;
        border-radius: 10px;
}

/* Make the carousel section full width */
[data-element-id="elm_Vb4-iZcGTRWQzLyVEN8J2w"]{
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  position: relative;
  /* Removed left: 50% and transform to avoid overflow */
  overflow-x: hidden;
    
}

/* If there's a parent container, reset any padding/margins */
[data-element-id="elm_Vb4-iZcGTRWQzLyVEN8J2w"].zpelem-col,
[data-element-id="elm_Vb4-iZcGTRWQzLyVEN8J2w"].zpelem-row {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
/* Ensure images inside the carousel are also full width */
[data-element-id="elm_Vb4-iZcGTRWQzLyVEN8J2w"] img {
  width: 100vw !important;
  height: auto;
  object-fit: contain;
  display: block;
}


.theme-mobile-header-style-04.theme-mobile-header-top .theme-mobile-header-nav-wrapper .theme-mobile-header-logo img{
width: 57px;
        height: 53px;

}
.zpheader-style-04 .theme-header .zpcontainer{
            padding-block-end: 0px;
}
.theme-product-list-style-10 .theme-product-card .theme-product-details-area .theme-product-view-details{

    background: #2ba016;
    border-radius: 10px;
}
.theme-product-details-style-10 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-product-varients-conatiner .theme-product-variant .theme-variant-select-container .theme-product-variant label.chekedLabel, .theme-product-details-style-10 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-product-varients-conatiner .theme-product-variant .theme-variant-select-container .theme-product-variant label:hover{
    background: #3dab30;
}

.theme-product-details-style-10 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-cart-button{

background: #3dab30;
}
.zpsocial-share-halign-left{
margin-bottom:35px !important;
}

.theme-product-list-style-10 .theme-product-card .theme-product-details-area .theme-product-name-description .theme-product-description{
font-size:14px !important;
}
.theme-product-list-style-10 .theme-product-card .theme-product-details-area .theme-product-name-description .theme-product-description{

height:21px !important;
}
.images {
  transition: transform 0.3s ease;
}

.images:hover {
  transform: scale(1.01); /* Very small zoom */
}



