.column__wrapper.shop__detail h2 {
	color: #222222;
}

.cart .fv-help-block {
	color: #fff;
}

/* Autocomplete. */
.autocomplete-image {
	max-height: 40px;
	max-width: 40px;
	margin-right: 15px;
	object-fit: cover;
}

.autocomplete-input {
	background-image: none !important;
}

.autocomplete-result {
	background-image: none !important;
	padding-left: 20px !important;
}

.autocomplete-result {
	display: flex;
	align-items: center;
}

.autocomplete-result-list {
	width: 98.8% !important;
}

.column__wrapper.shop h2 {
	font-size: 1.5rem;
	font-weight: 600;
	height: 110px;
	line-height: 1.15;
}

.lg-object.lg-image {
	background-color: white;
}