body.home .site-title-wrap > .site-title {
	color: #b8b8b8;
}

.woocommerce ul.products li.product a.woocommerce-loop-image-link {
	aspect-ratio: 0.77122;
}

.woocommerce ul.products li.product a.woocommerce-loop-image-link > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-col-count-2 > .kt-inside-inner-col {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.featured-col-count-2 > .kt-inside-inner-col > figure:first-child {
	height: 50%;
	margin-bottom: 30px;
}

.featured-col-count-2 > .kt-inside-inner-col > figure:first-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-col-count-2 > .kt-inside-inner-col > figure:last-child {
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.home-feature-3 > .kt-inside-inner-col {
	--color-bg: #bfc3cc;
	--color-tint: #c3c4c9;
	--color-inset: #a3adb287;

	background-color: var(--color-bg);
	background-image:
		linear-gradient(to bottom, #899cad00 77%, #869caa40),
		radial-gradient(ellipse at 20% 30%, var(--color-tint), var(--color-bg));
	box-shadow: 0 0 80px 0 var(--color-inset) inset;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) img {
	width: 100%;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
	display: block;
	border-radius: 24px;
	overflow: hidden;
	padding-right: 1px;
}

body.woocommerce.single-product .product .summary .product_meta {
	display: none;
}

.cmplz-document.cookie-statement {
	margin-left: auto;
	margin-right: auto;
}

#cmplz-document.cookie-statement {
	width: 100%;
	max-width: 100%;
}

#cmplz-document.cookie-statement li,
#cmplz-document.cookie-statement td,
#cmplz-document.cookie-statement p {
	font-size: 17px;
	text-align: left;
}

#cmplz-document.cookie-statement h2 {
	margin: 1.5em 0 0.5em;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
	color: var(--global-palette3);
	border-bottom: 0;
}

.kb-google-maps-container > div {
	height: 100%;
}
