    .theme-product-ratio .theme-prod-box.theme-product-list-style-04 .theme-product-box-inner .theme-prod-box-content.theme-prod-img .theme-prod-img-container .theme-prod-hover-view {
        display: none !important;
    }

.theme-category-col.theme-category-noimage-description .theme-category-description {
    background: #fff; !important
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.customizable-tag {
  position: absolute;
  top: 5px;
  left: 5px;
  background: red;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
}

.zpcontainer-fluid, .zpcontainer-fluid .zpalign-self- .zpdefault-section{
    padding-inline-start:0px !important;
    padding-inline-end:0px !important;
}

.theme-cart-view-product-detail > div:not(:first-child){
	display:none;
}

.theme-prod-img-container:has(img[alt*="customizable"])::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 25%;
    width: 125%;
    height: 100%;
    background: url('https://www.uniqtribe.com/customizable-product.webp');
    pointer-events: none;
    opacity: 1;
    background-size: 25%;
    background-repeat: no-repeat;
}
/*
.hide-custom-field{
      display: none !important;

}*/