/* Shared only by product fichas and the industrial catalog modal. */
.gmx-detail-copy .gmx-price-details,
.product-modal .gmx-price-details {
  margin: 20px 0;
  padding: 18px 20px;
  border: 1px solid #d7d0c4;
  border-left: 4px solid #f75b1c;
  background: #fff;
  color: #191917;
  text-align: left;
}
.gmx-detail-copy .gmx-price-details h2,
.product-modal .gmx-price-details h3 {
  margin: 0 0 10px;
  color: #191917;
  font: 700 18px/1.25 Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
.gmx-detail-copy .gmx-price-text,
.product-modal .gmx-price-text {
  margin: 0;
  color: #34342f;
  font: 500 15px/1.65 Arial, Helvetica, sans-serif;
  white-space: pre-line;
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 600px) {
  .gmx-detail-copy .gmx-price-details,
  .product-modal .gmx-price-details { padding: 14px; margin: 16px 0; }
}
