body { min-height: 100vh; }
a { text-decoration: none; }

.product ul {
	padding-left: 0;
	list-style: none;
	margin-top: 1rem !important;
	margin-bottom: 0 !important;
}
.product ul li { margin-top: .25rem !important; }
.product ul li strong, .product ul li b {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}