.product-card__content::before,
.product-card__info::before,
.thb-product-card__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    225deg,
  #E5D1B6 0%,   
  #9B6B4A 9%,  
  #302A25 43%,
  #3E2C26 60%,
  #18191B 89%
  ) !important;
  z-index: 0;
}


