.text-white h2,
.text-white h5 { color: #f0f0f0; }
.text-violet,
.text-violet h2,
.text-violet h5 { color: #6a1b9a; }
.text-yellow,
.text-yellow h2,
.text-yellow h5 { color: var(--bs-yellow); }
.text-orange,
.text-orange h2,
.text-orange h5 { color: var(--bs-orange); }

.gasPrice small { display: block; }
.gasPrice img { height: 160px; object-fit: contain; background: white; }

.bg-violet { background-color: #9b59b6; }
.bg-indigo {
	--bs-bg-opacity: 1;
	background-color: rgba(102, 16, 242, var(--bs-bg-opacity)) !important;
}

.detailProduktu img.obrazekProduktu { object-fit: contain; }
.detailProduktu.inactiveProduct img.obrazekProduktu { filter: grayscale(1); }

.loanPrice table td { vertical-align: middle; }
.loanPrice table >:not(caption)>tr>:nth-child(even) { background-color: rgba(0, 0, 0, 0.05); }