[data-element-id="elm_-qoXhZnr3iYsB4v8F_0ipA"].zpelem-heading {
    margin-block-start: 10px !important;
}

.product-price {
    margin-top: -10px;
}
.theme-breadcrumb-container{
    display: none;
}

/*zoom in effect on caatagories */
.zcs_zoom_box {
  transition: transform 0.5s ease;
  transform: scale(1);
}

.zcs_zoom_box:hover {
  transform: scale(1.1); /* adjust zoom level */
}
/* MEGA MENU HOVER UNDERLINE EFFECT */

.mega-menu a {
    position: relative;
    text-decoration: none;
}

.mega-menu a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -4px;
    background-color: red;
    transition: width 0.3s ease-in-out;
}
.mega-menu a:hover::after {
 width: 100%;
}
.theme-product-image-area picture img,[data-zs-product-img-container] img {
object-fit : scale-down !important;
}
.theme-product-image-area {
background : #fff;
}

.theme-product-box-content .theme-product-image-area[data-zs-image-container]::after{
  background: none;
}