/* Public presentation: keep checkout functional, hide only fixed collection prices. */
#kolekcija p[class*="text-gold"][class*="font-display"][class*="mb-6"] {
  display: none !important;
}

[role="dialog"] p[class*="font-display"][class*="text-3xl"][class*="text-foreground"] {
  display: none !important;
}
