/* Gallery: the works carry no public price, so Tilda rendered an empty "$ $" line
   under every title. Karina asked (WhatsApp, 02.09.2026) to show "Price on request"
   there instead and to keep prices off the public site.
   Replaces the 31.08.2026 rule that only hid the row.
   Tilda's own inline styles keep the real price / old-price divs hidden. */
.t786__price-wrapper {
  display: block !important;
  visibility: visible !important;
}
.t786__price-wrapper::after {
  content: "Price on request";
  display: block;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #4B4653;
  text-align: center;
}