/* Stage 1 Fix: 벤더명 숨기기 */
.card-information .card__information-vendor,
.product__text .product__vendor,
span.vendor,
.card__vendor,
[class*="vendor"] {
  display: none !important;
}
