/* DOCHIFOOD PUBLIC V5.0.3 — REMOVE HAZY / FADED PRODUCT IMAGE EFFECT */

/* Chỉ xử lý vùng thẻ sản phẩm và chi tiết sản phẩm để bỏ lớp mờ/fade/mask */
.v5-grid [class*="media"],
.v5-grid [class*="image"],
.v5-grid [class*="thumb"],
.v5-feed [class*="media"],
.v5-feed [class*="image"],
.v5-feed [class*="thumb"],
.v5-yours-list [class*="media"],
.v5-yours-list [class*="image"],
.v5-yours-list [class*="thumb"],
.v5-detail [class*="media"],
.v5-detail [class*="image"],
.v5-detail [class*="thumb"] {
  background-image: none !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  -webkit-box-reflect: none !important;
}

.v5-grid img,
.v5-feed img,
.v5-yours-list img,
.v5-detail img {
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  -webkit-box-reflect: none !important;
  image-rendering: auto !important;
}

.v5-grid [class*="media"]::before,
.v5-grid [class*="media"]::after,
.v5-grid [class*="image"]::before,
.v5-grid [class*="image"]::after,
.v5-grid [class*="thumb"]::before,
.v5-grid [class*="thumb"]::after,
.v5-feed [class*="media"]::before,
.v5-feed [class*="media"]::after,
.v5-feed [class*="image"]::before,
.v5-feed [class*="image"]::after,
.v5-feed [class*="thumb"]::before,
.v5-feed [class*="thumb"]::after,
.v5-yours-list [class*="media"]::before,
.v5-yours-list [class*="media"]::after,
.v5-yours-list [class*="image"]::before,
.v5-yours-list [class*="image"]::after,
.v5-yours-list [class*="thumb"]::before,
.v5-yours-list [class*="thumb"]::after,
.v5-detail [class*="media"]::before,
.v5-detail [class*="media"]::after,
.v5-detail [class*="image"]::before,
.v5-detail [class*="image"]::after,
.v5-detail [class*="thumb"]::before,
.v5-detail [class*="thumb"]::after {
  content: none !important;
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 0 !important;
}

/* Nếu có lớp overlay phủ ngay trong card */
.v5-grid [class*="overlay"],
.v5-grid [class*="gradient"],
.v5-grid [class*="shade"],
.v5-feed [class*="overlay"],
.v5-feed [class*="gradient"],
.v5-feed [class*="shade"],
.v5-yours-list [class*="overlay"],
.v5-yours-list [class*="gradient"],
.v5-yours-list [class*="shade"] {
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
