.user-home .product-text-area,
.store-view .product-text-area {
  gap: 3px !important;
  flex-basis: 63px !important;
  height: 63px !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.user-home .product-card .product-spec-row,
.store-view .product-card .product-spec-row {
  flex: 0 0 18px !important;
  height: 18px !important;
  min-width: 0 !important;
  color: #667085 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.user-home .product-card .product-scene-row,
.store-view .product-card .product-scene-row {
  display: flex !important;
  align-content: center !important;
  align-items: center !important;
  flex: 0 0 18px !important;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  height: 18px !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.user-home .product-card .product-scene-tag,
.store-view .product-card .product-scene-tag {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
