/* Catalog archive: real 2-column layout (no absolute overlay). */
body.post-type-archive-product .shop-container.lf-catalog-layout,
body.tax-product_cat .shop-container.lf-catalog-layout {
	display: grid !important;
	grid-template-columns: 220px minmax(0, 1fr) !important;
	gap: 40px !important;
	align-items: start !important;
	box-sizing: border-box !important;
	width: min(1240px, calc(100vw - 64px)) !important;
	max-width: 1240px !important;
	margin: 0 auto !important;
	padding: 54px 0 100px !important;
	float: none !important;
}
body.post-type-archive-product .lf-catalog-layout > .lf-catalog-sidebar,
body.tax-product_cat .lf-catalog-layout > .lf-catalog-sidebar {
	position: sticky !important;
	top: 100px !important;
	left: auto !important;
	right: auto !important;
	width: 220px !important;
	margin: 0 !important;
	z-index: 2 !important;
	max-height: calc(100vh - 100px) !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}
body.admin-bar.post-type-archive-product .lf-catalog-layout > .lf-catalog-sidebar,
body.admin-bar.tax-product_cat .lf-catalog-layout > .lf-catalog-sidebar {
	max-height: calc(100vh - 132px) !important;
	top: 132px !important;
}
body.post-type-archive-product .lf-catalog-products,
body.tax-product_cat .lf-catalog-products {
	min-width: 0 !important;
	width: 100% !important;
}
body.post-type-archive-product .lf-catalog-products .products.row,
body.tax-product_cat .lf-catalog-products .products.row,
body.post-type-archive-product .lf-catalog-products ul.products,
body.tax-product_cat .lf-catalog-products ul.products {
	display: grid !important;
	gap: 28px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
}
@media (max-width: 849px) {
	body.post-type-archive-product .shop-container.lf-catalog-layout,
	body.tax-product_cat .shop-container.lf-catalog-layout {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
		width: calc(100vw - 42px) !important;
		padding: 38px 0 72px !important;
	}
	body.post-type-archive-product .lf-catalog-layout > .lf-catalog-sidebar,
	body.tax-product_cat .lf-catalog-layout > .lf-catalog-sidebar {
		position: static !important;
		width: 100% !important;
	}
	body.post-type-archive-product .lf-catalog-products .products.row,
	body.tax-product_cat .lf-catalog-products .products.row,
	body.post-type-archive-product .lf-catalog-products ul.products,
	body.tax-product_cat .lf-catalog-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px !important;
	}
}

/* Legacy absolute-margin rules (kept as fallback; layout grid overrides above). */
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.post-type-archive-product .products.row,
.tax-product_cat .products.row {
	display: grid !important;
	gap: 28px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin: 0 0 0 327px !important;
	width: calc(100% - 327px) !important;
	max-width: none !important;
	float: none !important;
}
body.post-type-archive-product .lf-catalog-products .products.row,
body.tax-product_cat .lf-catalog-products .products.row,
body.post-type-archive-product .lf-catalog-products ul.products,
body.tax-product_cat .lf-catalog-products ul.products {
	margin: 0 !important;
	width: 100% !important;
}

/* Catalog pagination — Flatsome circular page buttons */
body.post-type-archive-product .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination {
	margin: 42px 0 0 !important;
	padding: 0 !important;
	width: 100% !important;
	text-align: center !important;
	border: 0 !important;
}
body.post-type-archive-product .woocommerce-pagination .nav-pagination,
body.tax-product_cat .woocommerce-pagination .nav-pagination,
body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul,
body.tax-product_cat.woocommerce nav.woocommerce-pagination ul {
	display: block !important;
	margin: 5px 0 !important;
	padding: 0 !important;
	list-style: none !important;
	font-size: .85em !important;
	text-align: center !important;
	border: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	background: transparent !important;
}
body.post-type-archive-product .woocommerce-pagination .nav-pagination > li,
body.tax-product_cat .woocommerce-pagination .nav-pagination > li,
body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li,
body.tax-product_cat.woocommerce nav.woocommerce-pagination ul li {
	display: inline-block !important;
	margin: 0 .4em !important;
	float: none !important;
	border: 0 !important;
	border-right: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
}
body.post-type-archive-product .woocommerce-pagination .nav-pagination > li > a,
body.post-type-archive-product .woocommerce-pagination .nav-pagination > li > span,
body.tax-product_cat .woocommerce-pagination .nav-pagination > li > a,
body.tax-product_cat .woocommerce-pagination .nav-pagination > li > span {
	border: 2px solid #17191a !important;
	border-radius: 99px !important;
	color: #17191a !important;
	background: transparent !important;
	display: block !important;
	font-size: 1.1em !important;
	font-weight: 700 !important;
	height: 2.25em !important;
	line-height: 2em !important;
	min-width: 2.25em !important;
	padding: 0 7px !important;
	text-align: center !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	transition: all .3s !important;
}
body.post-type-archive-product .woocommerce-pagination .nav-pagination > li > .current,
body.post-type-archive-product .woocommerce-pagination .nav-pagination > li > a:hover,
body.tax-product_cat .woocommerce-pagination .nav-pagination > li > .current,
body.tax-product_cat .woocommerce-pagination .nav-pagination > li > a:hover {
	background-color: var(--fs-color-primary, #2d7ff9) !important;
	border-color: var(--fs-color-primary, #2d7ff9) !important;
	color: #fff !important;
}
body.post-type-archive-product .woocommerce-pagination .lf-page-chevron,
body.tax-product_cat .woocommerce-pagination .lf-page-chevron {
	display: inline-block;
	font-size: 1.15em;
	line-height: 1;
	transform: translateY(-1px);
}
.post-type-archive-product .products .product-small,
.tax-product_cat .products .product-small,
.post-type-archive-product .products .product,
.tax-product_cat .products .product {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.products .box,
.products .box-text {
	background: #fff;
	border: 1px solid #e4e8e6;
}
.products .box {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.products .box-image {
	background: #fff !important;
	position: relative;
	overflow: hidden;
}
.products .box-image .image-fade_in_back {
	position: relative;
	padding-top: 100%;
}
.products .box-image .image-fade_in_back a {
	position: absolute;
	inset: 0;
	display: block;
}
.products .box-image img {
	position: absolute !important;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	padding: 20px;
	box-sizing: border-box;
}
.products .box-text {
	flex: 0 0 auto;
	padding: 20px 20px 24px !important;
}
.products .category,
.products .product-cat {
	color: #7d8789;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	margin-bottom: 9px;
	text-transform: uppercase;
}
.products .name {
	color: #17191a !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	line-height: 1.45;
	margin: 0 !important;
}
.products .price,
.products .lifoost-b2b-price {
	color: #6b7577 !important;
	font-size: 13px !important;
	margin-top: 13px;
	display: block;
}
.quick-view,
.wishlist-icon {
	display: none !important;
}
.post-type-archive-product .shop-page-title,
.tax-product_cat .shop-page-title,
.post-type-archive-product #shop-sidebar,
.tax-product_cat #shop-sidebar {
	display: none !important;
}

/* Single product */
body.single-product .shop-page-title {
	background: #eeebeb;
	padding: 14px 0;
	margin: 0;
}
body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb a {
	color: #8a9294;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-decoration: none;
}
body.single-product .shop-container {
	position: relative;
	padding: 0 !important;
	max-width: none;
}
body.single-product .product-main {
	margin-left: 0;
	padding: 54px 32px 80px;
	box-sizing: border-box;
}
@media (min-width: 850px) {
	body.single-product {
		--lf-single-gutter: max(32px, (100vw - 1240px) / 2);
		--lf-single-offset: calc(var(--lf-single-gutter) + 252px);
		--lf-single-width: calc(min(1240px, 100vw - 64px) - 252px);
	}
	body.single-product .lf-catalog-sidebar {
		position: absolute !important;
		top: 120px;
		left: var(--lf-single-gutter) !important;
		width: 220px;
		z-index: 2;
	}
	body.single-product.admin-bar .lf-catalog-sidebar {
		top: 152px;
	}
	body.single-product .lf-catalog-sidebar.is-fixed {
		position: fixed !important;
		top: 76px;
		max-height: calc(100vh - 100px) !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}
	body.single-product.admin-bar .lf-catalog-sidebar.is-fixed {
		top: 108px;
		max-height: calc(100vh - 132px) !important;
	}
	body.single-product .product-main,
	body.single-product .product-footer > .container,
	body.single-product .related-products-wrapper {
		margin-left: var(--lf-single-offset) !important;
		margin-right: 0 !important;
		width: auto !important;
		max-width: var(--lf-single-width) !important;
	}
}
body.single-product .product-container .row.content-row {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 48px;
	align-items: start;
}
body.single-product .product-gallery,
body.single-product .product-info {
	width: 100% !important;
	max-width: none !important;
	flex: none !important;
	float: none !important;
	margin: 0 !important;
}
body.single-product .product-gallery {
	padding: 28px !important;
	background: #eef0ee !important;
	box-sizing: border-box;
}
body.single-product .product-info {
	padding-left: clamp(38px, 6vw, 92px) !important;
	padding-right: 0 !important;
}
body.single-product .product-gallery.large-6,
body.single-product .product-info.col,
body.single-product .product-info.col-fit {
	width: 100% !important;
	max-width: none !important;
	flex-basis: auto !important;
}
body.single-product .product-images {
	background: #f3f4f3;
	border: 0;
	position: relative;
	width: 100% !important;
	max-width: none !important;
}
body.single-product #lf-product-gallery-main {
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 0;
	position: relative;
	overflow: hidden;
	width: 100% !important;
	max-width: 100% !important;
	transform: none !important;
}
body.single-product #lf-product-gallery-main .lf-product-slide {
	position: absolute;
	inset: 0;
}
body.single-product #lf-product-gallery-main .lf-product-slide[hidden] {
	display: none !important;
}
body.single-product #lf-product-gallery-main a {
	display: block;
	height: 100%;
	cursor: zoom-in;
}
body.single-product #lf-product-gallery-main img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	background: #fff;
}

/* Main gallery prev/next — aligned to main image only (Flatsome flickity style) */
body.single-product #lf-product-gallery-main .lf-gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 6;
	width: 36px;
	height: 36px;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	color: #111;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.2s ease;
}
body.single-product .product-images:hover #lf-product-gallery-main .lf-gallery-nav,
body.single-product #lf-product-gallery-main .lf-gallery-nav:focus {
	opacity: 0.7;
}
body.single-product #lf-product-gallery-main .lf-gallery-nav:hover {
	opacity: 1;
}
body.single-product #lf-product-gallery-main .lf-gallery-prev {
	left: 6px;
}
body.single-product #lf-product-gallery-main .lf-gallery-next {
	right: 6px;
}
body.single-product #lf-product-gallery-main .lf-gallery-nav span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 12px auto;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	box-sizing: border-box;
}
body.single-product #lf-product-gallery-main .lf-gallery-prev span {
	transform: rotate(-135deg);
	margin-left: 14px;
}
body.single-product #lf-product-gallery-main .lf-gallery-next span {
	transform: rotate(45deg);
	margin-left: 8px;
}
body.single-product #lf-product-gallery-main .lf-gallery-nav[hidden] {
	display: none !important;
}

/* Product image lightbox — Photoswipe-like controls */
.lf-product-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 56px 80px 40px;
	background: rgba(0, 0, 0, 0.85);
	box-sizing: border-box;
}
.lf-product-lightbox[hidden] {
	display: none !important;
}
.lf-product-lightbox-stage {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	max-height: 100%;
}
.lf-product-lightbox-image {
	display: block;
	max-width: min(960px, 78vw);
	max-height: calc(100vh - 96px);
	width: auto;
	height: auto;
	object-fit: contain;
	background: #fff;
}
.lf-product-lightbox-ui {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
}
.lf-product-lightbox-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 8px 0 16px;
	pointer-events: none;
}
.lf-product-lightbox-counter {
	color: rgba(255, 255, 255, 0.85);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	font-family: Manrope, "Helvetica Neue", Arial, sans-serif;
}
.lf-product-lightbox-close,
.lf-product-lightbox-prev,
.lf-product-lightbox-next {
	pointer-events: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.78);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	transition: color 0.15s ease, opacity 0.15s ease;
}
.lf-product-lightbox-close {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0.85;
}
.lf-product-lightbox-close:hover,
.lf-product-lightbox-prev:hover,
.lf-product-lightbox-next:hover {
	color: #fff;
	opacity: 1;
	background: transparent;
}
.lf-product-lightbox-prev,
.lf-product-lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0.75;
}
.lf-product-lightbox-prev {
	left: 0;
}
.lf-product-lightbox-next {
	right: 0;
}
.lf-product-lightbox-prev[hidden],
.lf-product-lightbox-next[hidden],
.lf-product-lightbox-counter[hidden] {
	display: none !important;
}
.lf-product-lightbox-close:focus-visible,
.lf-product-lightbox-prev:focus-visible,
.lf-product-lightbox-next:focus-visible {
	color: #fff;
	outline: 1px solid rgba(255, 255, 255, 0.45);
	outline-offset: -4px;
}
body.lf-lightbox-open {
	overflow: hidden;
}
@media (max-width: 849px) {
	.lf-product-lightbox {
		padding: 52px 16px 24px;
	}
	.lf-product-lightbox-prev,
	.lf-product-lightbox-next {
		width: 48px;
		height: 80px;
	}
	.lf-product-lightbox-image {
		max-width: 92vw;
	}
}

/* Related products slider — 4-up card size matching source (~216px images) */
body.single-product .lf-related-slider {
	position: relative;
	padding: 0;
}
body.single-product .lf-related-viewport {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
}
body.single-product .lf-related-track.products.row {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	gap: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	max-width: none !important;
	grid-template-columns: none !important;
	transition: transform 0.35s ease;
	will-change: transform;
}
body.single-product .lf-related-track > .product-small,
body.single-product .lf-related-track > .product-small.col {
	float: none !important;
	flex: 0 0 auto !important;
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	min-width: 0 !important;
	width: auto !important;
}
body.single-product .lf-related-track .box-image {
	aspect-ratio: 1 / 1;
	width: 100% !important;
	height: auto !important;
	overflow: hidden;
	background: #eef0ee;
}
body.single-product .lf-related-track .box-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	display: block;
}
body.single-product .lf-related-nav {
	position: absolute;
	top: 108px;
	transform: translateY(-50%);
	z-index: 4;
	width: 28px;
	height: 44px;
	border: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
	color: #333;
	font-size: 22px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.2s ease;
}
body.single-product .lf-related-slider:hover .lf-related-nav,
body.single-product .lf-related-nav:focus {
	opacity: 1;
}
body.single-product .lf-related-slider.is-static .lf-related-nav {
	display: none !important;
}
body.single-product .lf-related-nav.is-disabled {
	opacity: 0.25 !important;
	cursor: default;
	pointer-events: none;
}
body.single-product .lf-related-prev {
	left: -6px;
}
body.single-product .lf-related-next {
	right: -6px;
}
@media (max-width: 849px) {
	body.single-product .lf-related-nav {
		opacity: 0.9;
		top: 90px;
	}
}
@media (max-width: 549px) {
	body.single-product .lf-related-nav {
		top: 80px;
	}
}
body.single-product .product-thumbnails {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
	float: none !important;
	width: 100% !important;
}
body.single-product .product-thumbnails .lf-thumb {
	border: 1px solid #e4e8e6;
	background: #fff;
	cursor: pointer;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: block;
	width: calc(25% - 7.5px);
	max-width: 120px;
	flex: 0 0 auto;
}
body.single-product .product-thumbnails .is-nav-selected {
	border-color: #e5322d;
}
body.single-product .product-thumbnails img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	padding: 0 !important;
}
body.single-product .lifoost-share {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}
body.single-product .lifoost-share a,
body.single-product .share-icons.share-icons a.icon.button.circle.is-outline {
	width: 36px;
	height: 36px;
	min-height: 36px;
	border: 1px solid #ccc !important;
	border-radius: 50% !important;
	color: #555 !important;
	background: transparent !important;
	box-shadow: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	padding: 0 !important;
	line-height: 1;
}
body.single-product .lifoost-share a:hover,
body.single-product .share-icons.share-icons a.icon.button.circle.is-outline:hover {
	border-color: #e4392f !important;
	color: #e4392f !important;
}
body.single-product .product_title {
	font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
	font-size: 28px !important;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin: 0 0 16px;
	color: #17191a;
}
body.single-product .lifoost-b2b-price {
	color: #6b7577;
	font-size: 15px;
}
body.single-product .product-short-description {
	border-top: 1px solid #d6dcda;
	border-bottom: 0 !important;
	margin: 28px 0 0;
	padding: 22px 0 0;
}
body.single-product .lifoost-product-inquiry {
	border-top: 1px solid #d6dcda;
	border-bottom: 0 !important;
	margin-top: 32px;
	padding-top: 25px;
}
body.single-product .product-short-description ul {
	margin: 0;
	padding-left: 1.1em;
}
body.single-product .product-short-description li {
	margin: 8px 0;
	color: #3a3f3e;
}
body.single-product .lifoost-product-inquiry .button.primary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	background: #e5322d !important;
	border-color: #e5322d !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-decoration: none;
}
body.single-product .lifoost-product-inquiry p {
	margin: 12px 0 0;
	color: #7b8587;
	font-size: 13px;
}
body.single-product .related-products-wrapper {
	margin-top: 60px;
}
body.single-product .related-products-wrapper .products.row:not(.lf-related-track) {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 22px !important;
	margin: 0 !important;
	width: 100% !important;
}

/* Sidebar: constrain height when pinned so expanded menus stay inside the white box */
@media (min-width: 850px) {
	.lf-catalog-sidebar.is-fixed {
		max-height: calc(100vh - 100px) !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}
	body.admin-bar .lf-catalog-sidebar.is-fixed {
		max-height: calc(100vh - 132px) !important;
	}
}
@media (max-width: 849px) {
	body.single-product .product-container .row.content-row {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	body.single-product .product-main {
		margin-left: 0 !important;
		width: 100% !important;
	}
	body.single-product .related-products-wrapper .products.row:not(.lf-related-track) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 849px) {
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.post-type-archive-product .products.row,
	.tax-product_cat .products.row {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
}

/* Contact page map — align with inquiry row, no negative bleed */
.lf-contact-page.page-id-860 .lf-contact-map-section {
	margin: 40px auto 0;
	max-width: 1240px;
	width: 100%;
}
.lf-contact-page.page-id-860 .lf-contact-map-title {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 20px;
}
.lf-contact-page.page-id-860 .lf-contact-map-frame {
	border: 1px solid #d5dcda;
	height: auto !important;
	line-height: 0;
	margin: 0 !important;
	max-width: none !important;
	overflow: hidden;
	width: 100% !important;
}
.lf-contact-page.page-id-860 .lf-contact-map-link {
	display: block;
	width: 100%;
}
.lf-contact-page.page-id-860 .lf-contact-map-frame img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	object-fit: none !important;
	object-position: left center;
}
@media (max-width: 849px) {
	.lf-contact-page.page-id-860 .lf-contact-map-frame {
		height: auto !important;
	}
}
