/*
 * Trinity V48.7.1
 * Keeps catalog savings captions readable at every card width and gives
 * blend formulations a clear, balanced treatment inside product details.
 */
.product-card .prices {
  align-items: stretch;
}

.product-card .price-box {
  min-width: 0;
  overflow: visible;
}

.product-card .price-box small {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  text-wrap: balance;
  overflow-wrap: anywhere;
  font-size: clamp(0.5rem, 0.55vw, 0.62rem);
  line-height: 1.2;
}

.tri-product-composition {
  margin: 0.9rem 0 1rem;
  padding: 0.75rem 0.9rem;
  border-left: 2px solid #c7a35a;
  background: rgba(199, 163, 90, 0.08);
  color: inherit;
  line-height: 1.55;
}

.tri-product-composition strong {
  color: #d6b66f;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .product-card .price-box small {
    font-size: 0.54rem;
  }

  .tri-product-composition {
    margin-top: 0.7rem;
    padding: 0.65rem 0.75rem;
    font-size: 0.86rem;
  }
}
