.has-customer-catalog .category-pill {
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 4px 12px;
  max-width: 280px;
}

.has-customer-catalog .category-pill > span {
  grid-column: 1;
  grid-row: 1;
}

.has-customer-catalog .category-pill > small {
  grid-column: 1;
  grid-row: 2;
  overflow-wrap: anywhere;
}

.has-customer-catalog .category-pill > em {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.has-customer-catalog .product-image-button img,
.has-customer-catalog .dialog-layout > img,
.has-customer-catalog .admin-product-row > img,
.has-customer-catalog .product-preview img {
  object-fit: contain;
}

.has-customer-catalog .product-image-button {
  background: #f5f5f5;
}

.has-customer-catalog .product-card:hover .product-image-button img {
  transform: none;
}

.has-customer-catalog .product-copy,
.has-customer-catalog .admin-product-row > div,
.has-customer-catalog .dialog-copy {
  min-width: 0;
  overflow-wrap: anywhere;
}

.has-customer-catalog .product-copy p:empty {
  display: none;
}

.has-customer-catalog .admin-product-row > img {
  background: #f5f5f5;
}
