.block-product-card__description {
  color: rgb(var(--color-text));
}


/* === Product card description dark fix - Added by ChatGPT === */
.block-product-card__description,
.block-product-card__description p,
.block-product-card__description span {
  color: #302824 !important;
}
