.product-card-pricing .product-price-per-square-meter,
.product-price-fact .product-price-per-square-meter {
  color: var(--color-muted);
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 3px;
}

.product-card-pricing .product-price-per-square-meter {
  text-transform: none;
}

.product-price-fact .product-price-per-square-meter {
  text-transform: none;
}

.coverage-calculator .coverage-stock-warning {
  color: #9f1239;
  background: #fff1f2;
  border: 1px solid #fda4af;
  border-radius: 12px;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 2px 0 0;
  padding: 10px 12px;
}

/* Presentational only: product names remain unchanged in the API and orders. */
.product-card-title h3,
.product-title-row h1,
.product-info > h1,
.order-item h2 {
  text-transform: uppercase;
}

.feature-list .product-category-feature {
  display: grid;
  gap: 3px;
}

.feature-list .product-category-feature small {
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.feature-list .product-category-feature strong {
  color: var(--color-text);
  font-size: 0.92rem;
  line-height: 1.25;
  text-transform: uppercase;
}
