/* Make dropdown completely opaque */
.zpmm-element-menu-content {
  background-color: #ffffff !important; /* Solid white background */
  backdrop-filter: none !important;     /* Removes any blur effect */
  box-shadow: 0 4px px rgba(0, 0, 0, 0.1); /* Optional: adds subtle depth */
  padding: 12px;
  border-radius: 4px;
}

/* Ensure links are legible */
.zpmm-element-anchor .zpmm-element-textcontent {
  color: #000000 !important;
}
[data-zs-filter-container] {
  font-size: 16px
}

.theme-product-filter-box .theme-product-filter-show-more {
  font-size: 14px
}

    .theme-productfilter-enable .theme-produt-filter-row {
      background: #fff
    }