.zcs_yellow_bg::before {
    background: #FFFFFF;
}
.image-container {
  position: relative;
  display: inline-block;
}

.image-container::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.3); /* adjust for your color */
  mix-blend-mode: soft-light; /* or try multiply, overlay, screen */
  pointer-events: none;
}

.image-fade {
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}
.zcs_custom_footer {
  margin: 0;
}
 @media (min-width : 992px) {
.theme-product-detail-image-container {
  width: 45% !important;
}
.theme-product-detail-varients-container {
  max-width: 55% !important;
}
 }
@media (min-width: 992px) {
.theme-product-details-style-03 [data-zs-product-details-primary-section] [data-zs-product-details-tab-section] {
display: none !important;
}
}