.lm-2026-detail {
	--lm-2026-detail-ink: var(--market-ink, #102a43);
	--lm-2026-detail-muted: var(--market-muted, #627d98);
	--lm-2026-detail-line: var(--market-line, #d9e2ec);
	--lm-2026-detail-paper: var(--market-paper, #f6f8fb);
	--lm-2026-detail-accent: var(--hwx-primary-color, var(--market-orange, #f39224));
	--lm-2026-detail-action: var(--hwx-primary-color, var(--market-orange, #f39224));
	--lm-2026-detail-accent-dark: #b84d0b;
	--lm-2026-detail-text-color: var(--market-text-color, #000);
	color: var(--lm-2026-detail-ink);
	background:
		radial-gradient(circle at 8% 4%, rgb(243 146 36 / 12%), transparent 24rem),
		linear-gradient(180deg, #fffdf9 0%, var(--lm-2026-detail-paper) 100%);
	padding: clamp(1rem, 3vw, 3rem) clamp(0.75rem, 3vw, 2rem) 4rem;
}

body:has(#hwx-lmdb-product-detail) {
	overflow: visible !important;
}

html:has(#hwx-lmdb-product-detail) {
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

body:has(.lm-2026-detail.hwx-lmdb-detail-company) {
	overflow: visible !important;
}

.lm-2026-detail>.hwx-lmdb-page-title,
.lm-2026-detail>.hwx-lmdb-menu-title {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.lm-2026-detail-shell {
	position: relative;
	max-width: 1180px;
	margin: 1.5rem auto 0;
}

.lm-2026-detail-hero {
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
	gap: clamp(1.25rem, 4vw, 4rem);
	align-items: start;
	border-radius: var(--market-radius, 10px);
}

.lm-2026-detail-media {
	position: relative;
	min-width: 0;
	padding: 0;
	background: transparent;
	border-radius: var(--market-radius, 10px);
	overflow: hidden;
}

#hwx-lmdb-product-detail .lm-2026-detail-media .hwx-lmdb-detail-item-imageblock {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 0.65rem;
	padding: 0;
	background: transparent;
}

.lm-2026-detail-media .hwx-lmdb-gallery-stage,
.lm-2026-detail-media .hwx-lmdb-gallery-thumbs {
	display: grid;
	min-width: 0;
	gap: 0.65rem;
}

.lm-2026-detail-media .hwx-lmdb-gallery-stage figure,
.lm-2026-detail-media .hwx-lmdb-gallery-thumbs figure {
	min-width: 0;
	margin: 0 !important;
	overflow: hidden;
	border-radius: 0.55rem;
}

.lm-2026-detail-media .hwx-lmdb-gallery-stage figure {
	position: relative;
	aspect-ratio: 1 / 0.82;
	background: transparent;
}

.lm-2026-detail-media .hwx-lmdb-gallery-magnifier {
	display: none;
	position: absolute;
	width: 8rem;
	height: 8rem;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0.35rem 1rem rgb(16 42 67 / 28%), 0 0 0 1px rgb(16 42 67 / 20%);
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 3;
}

.lm-2026-detail-media .hwx-lmdb-gallery-magnifier.is-visible {
	display: block;
}

.lm-2026-detail-media .hwx-lmdb-gallery-thumbs {
	grid-template-columns: repeat(auto-fill, 4.5rem);
	grid-auto-rows: 4.5rem;
	justify-content: start;
}

.lm-2026-detail-media .hwx-lmdb-gallery-thumbs figure {
	grid-column: auto !important;
	width: 4.5rem;
	height: 4.5rem;
	aspect-ratio: 1;
	background: #e8efed;
	border: 2px solid transparent;
	border-radius: 0.55rem;
	transition: border-color 160ms ease, opacity 160ms ease;
}

.lm-2026-detail-media .hwx-lmdb-gallery-thumbs figure:hover,
.lm-2026-detail-media .hwx-lmdb-gallery-thumbs figure.is-active {
	border-color: var(--lm-2026-detail-accent);
}

.lm-2026-detail-media .hwx-lmdb-gallery-stage a,
.lm-2026-detail-media .hwx-lmdb-gallery-thumbs a {
	display: block;
	height: 100%;
	overflow: hidden;
}

.lm-2026-detail-media .hwx-lmdb-gallery-stage img,
.lm-2026-detail-media .hwx-lmdb-gallery-stage video,
.lm-2026-detail-media .hwx-lmdb-gallery-thumbs img,
.lm-2026-detail-media .hwx-lmdb-gallery-thumbs video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 !important;
}

.lm-2026-detail-media .hwx-lmdb-gallery-thumbs .figure-caption {
	display: none;
}

.hwx-lmdb-gallery-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	background: rgb(0 0 0 / 84%);
	z-index: 11111112;
}

.hwx-lmdb-gallery-lightbox.is-open {
	display: flex;
}

.hwx-lmdb-gallery-lightbox-dialog {
	position: relative;
	width: 100vw;
	height: 100vh;
}

.hwx-lmdb-gallery-lightbox-media {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(82vw, 68rem);
	height: calc(100vh - 8rem);
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transform: translate(-50%, -50%);
}

.hwx-lmdb-gallery-lightbox-media img,
.hwx-lmdb-gallery-lightbox-media video {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.hwx-lmdb-gallery-lightbox-close,
.hwx-lmdb-gallery-lightbox-prev,
.hwx-lmdb-gallery-lightbox-next {
	display: grid !important;
	place-items: center;
	padding: 0 !important;
	border: 0;
	color: #fff !important;
	background: transparent;
	cursor: pointer;
}

.hwx-lmdb-gallery-lightbox-close {
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	display: grid;
	width: 2.75rem;
	height: 2.75rem;
	place-items: center;
	border-radius: 50%;
	background: rgb(255 255 255 / 24%);
	font-size: 0;
}

.hwx-lmdb-gallery-lightbox-close::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 1rem;
	content: "";
	background:
		linear-gradient(45deg, transparent 45%, currentColor 46%, currentColor 54%, transparent 55%),
		linear-gradient(-45deg, transparent 45%, currentColor 46%, currentColor 54%, transparent 55%);
	transform: translate(-50%, -50%);
}

.hwx-lmdb-gallery-lightbox-prev,
.hwx-lmdb-gallery-lightbox-next {
	position: absolute;
	top: 50%;
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border-radius: 50%;
	background: rgb(255 255 255 / 24%);
	font-size: 0;
	transform: translateY(-50%);
}

.hwx-lmdb-gallery-lightbox-prev::before,
.hwx-lmdb-gallery-lightbox-next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	content: "";
}

.hwx-lmdb-gallery-lightbox-prev::before {
	border-top: 0.5rem solid transparent;
	border-right: 0.7rem solid currentColor;
	border-bottom: 0.5rem solid transparent;
	transform: translate(-50%, -50%);
}

.hwx-lmdb-gallery-lightbox-next::before {
	transform: rotate(45deg);
	border-top: 0.5rem solid transparent;
	border-left: 0.7rem solid currentColor;
	border-bottom: 0.5rem solid transparent;
	transform: translate(-50%, -50%);
}

.hwx-lmdb-gallery-lightbox-prev {
	left: 1rem;
}

.hwx-lmdb-gallery-lightbox-next {
	right: 1rem;
}

.hwx-lmdb-gallery-lightbox.is-single .hwx-lmdb-gallery-lightbox-prev,
.hwx-lmdb-gallery-lightbox.is-single .hwx-lmdb-gallery-lightbox-next {
	display: none !important;
}

.hwx-lmdb-gallery-lightbox-prev:hover,
.hwx-lmdb-gallery-lightbox-next:hover,
.hwx-lmdb-gallery-lightbox-close:hover {
	color: var(--lm-2026-detail-accent);
}

.hwx-lmdb-gallery-lightbox-caption {
	position: absolute;
	right: 5rem;
	bottom: 2rem;
	left: 5rem;
	color: var(--lm-2026-detail-muted);
	text-align: center;
}

@media (max-width: 600px) {
	.hwx-lmdb-gallery-lightbox-media {
		width: 92vw;
		height: calc(100vh - 9rem);
	}

	.hwx-lmdb-gallery-lightbox-close {
		top: 0.75rem;
		right: 0.75rem;
	}

	.hwx-lmdb-gallery-lightbox-prev {
		left: 0.5rem;
	}

	.hwx-lmdb-gallery-lightbox-next {
		right: 0.5rem;
	}

	.hwx-lmdb-gallery-lightbox-caption {
		right: 3.5rem;
		bottom: 1.25rem;
		left: 3.5rem;
	}
}

.lm-2026-detail-media .hwx-lmdb-price-container {
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 2;
	padding: 0.7rem 0.9rem;
	color: var(--lm-2026-detail-ink);
	font-size: 1.05rem;
	font-weight: 800;
	background: #fff;
	border: 1px solid var(--lm-2026-detail-line);
	border-radius: 8px;
	box-shadow: 0 0.5rem 1.2rem rgb(16 42 67 / 14%);
}

.lm-2026-detail-body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(0.25rem, 1vw, 1rem) 0;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-content-title,
.lm-2026-detail-body .hwx-lmdb-detail-item-title,
.lm-2026-detail-body .hwx-lmdb-detail-item-content-title-text,
.lm-2026-detail-body .hwx-lmdb-detail-item-title-text {
	margin: 0;
	color: var(--lm-2026-detail-ink);
	background: transparent;
	font-size: clamp(1.8rem, 3.4vw, 3.35rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-description {
	max-width: 42rem;
	margin-top: 1.25rem;
	color: var(--lm-2026-detail-muted);
	background: transparent;
	font-size: 1.05rem;
	line-height: 1.75;
    }
.lm-2026-detail-body .hwx-lmdb-detail-item-description-text h3 {
	display: none;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-description-text {
	background: transparent;
	color: var(--lm-2026-detail-text-color);
}

.hwx-lmdb-detail-item-body.lm-2026-detail-body div.hwx-lmdb-detail-item-description {
	margin-top: 2rem !important;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-shoplink {
	margin-top: 1.5rem;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-shoplink a,
.lm-2026-detail-body .hwx-lmdb-detail-item-contactbox a.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.9rem;
	padding: 0.7rem 1.25rem;
	color: var(--market-ink) !important;
	font-size: 1rem;
	font-weight: 750;
	text-decoration: none;
	background: var(--lm-2026-detail-action);
	border: 2px solid var(--lm-2026-detail-action);
	border-radius: 8px;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-shoplink a:hover,
.lm-2026-detail-body .hwx-lmdb-detail-item-shoplink a:focus-visible,
.lm-2026-detail-body .hwx-lmdb-detail-item-contactbox a.btn:hover,
.lm-2026-detail-body .hwx-lmdb-detail-item-contactbox a.btn:focus-visible {
	color: var(--market-ink);
	background: #fff;
	border-color: var(--lm-2026-detail-action);
	box-shadow: 0 0.5rem 1rem rgb(16 42 67 / 12%);
}

.hwx-lmdb-detail-item-company .hwx-lmdb-detail-item-provider-buttons a.btn {
	border: 2px solid var(--market-orange) !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.hwx-lmdb-detail-item-company .hwx-lmdb-detail-item-provider-buttons a.btn:hover,
.hwx-lmdb-detail-item-company .hwx-lmdb-detail-item-provider-buttons a.btn:focus-visible {
	border-width: 2px !important;
	border-color: var(--market-orange) !important;
	transform: none !important;
}

body.front main .component .lm-2026-detail-body .hwx-lmdb-detail-item-shoplink a:hover,
body.front main .component .lm-2026-detail-body .hwx-lmdb-detail-item-shoplink a:focus-visible,
body.front main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox a.btn:hover,
body.front main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox a.btn:focus-visible {
	background: #fff !important;
	border-color: var(--hwx-primary-color, var(--market-orange)) !important;
	color: var(--market-ink) !important;
	box-shadow: none !important;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-delivery-note {
	width: 100%;
	padding: 1.1rem 0.5rem 1.2rem;
	margin-top: 1.35rem;
	color: var(--lm-2026-detail-text-color);
	background: transparent;
	display: grid;
	grid-template-columns: 1.15rem minmax(0, 1fr);
	column-gap: 0.45rem;
	row-gap: 0.5rem;
	border-top: 1px solid rgb(244 150 36 / 55%);
	border-bottom: 1px solid rgb(244 150 36 / 55%);
	border-radius: 0;
}

#hwx-lmdb-product-detail .hwx-lmdb-detail-item .hwx-lmdb-detail-item-body .hwx-lmdb-detail-item-delivery-note {
	padding: 1.1rem 0.5rem 1.2rem;
	display: grid;
	grid-template-columns: 1.15rem minmax(0, 1fr);
	column-gap: 0.45rem;
	row-gap: 0.5rem;
	border: 0;
	border-top: 1px solid rgb(244 150 36 / 55%);
	border-bottom: 1px solid rgb(244 150 36 / 55%);
	border-radius: 0;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-delivery-note-label,
.lm-2026-detail-body .hwx-lmdb-detail-item-delivery-note-text {
	display: block;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-delivery-note-label {
	display: contents;
	color: var(--lm-2026-detail-ink);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-delivery-note-label svg {
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	justify-self: center;
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.1rem;
	color: var(--lm-2026-detail-accent);
}

.lm-2026-detail-body .hwx-lmdb-detail-item-delivery-note-text {
	grid-column: 2;
	grid-row: 2;
	margin-top: 0;
	padding-left: 0;
	font-size: 0.9rem;
	line-height: 1.4;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-contactbox {
	width: 100%;
	padding: 1.1rem;
	margin-top: 1.5rem;
	background: #f4f8f6;
	border: 1px solid var(--lm-2026-detail-line);
	border-radius: 0.8rem;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-contactbox-title-text {
	margin: 0 0 0.85rem;
	color: var(--lm-2026-detail-ink);
	font-size: 1rem;
	line-height: 1.35;
}

.lm-2026-detail-shell>.hwx-lmdb-detail-item-additional-contentblock {
	padding: clamp(1rem, 3vw, 2rem);
	margin-top: 1.5rem;
	background: #fff;
	border: 1px solid var(--lm-2026-detail-line);
	border-radius: 1rem;
	box-shadow: 0 0.8rem 2rem rgb(24 52 59 / 6%);
}

.lm-2026-detail-shell .hwx-lmdb-detail-item-provider-title-text {
	margin: 0 0 1rem;
	color: var(--lm-2026-detail-ink);
	font-size: 1.35rem;
}

@media (max-width: 767px) {
	.lm-2026-detail {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.lm-2026-detail-hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 1rem;
		padding: 0.75rem;
	}

	.lm-2026-detail-body {
		padding: 0.75rem 0.25rem;
	}

	.lm-2026-detail-body .hwx-lmdb-detail-item-content-title,
	.lm-2026-detail-body .hwx-lmdb-detail-item-content-title-text {
		font-size: clamp(1.8rem, 10vw, 2.6rem);
	}
}

body:is(.front, .site) .lm-2026-detail-hero {
	background: transparent;
	gap: 4rem !important;
	border: 0;
	box-shadow: none;
}

.lm-2026-detail-media {
	background: transparent;
}

@media (min-width: 768px) {
	#hwx-lmdb-product-detail .lm-2026-detail-media {
		position: sticky !important;
		top: 1.5rem !important;
		align-self: start !important;
	}
}

body:is(.front, .site) main .component .lm-2026-detail-shell>.hwx-lmdb-detail-item-additional-contentblock {
	padding: 0;
	margin-top: 4rem;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body:is(.front, .site) main .component .lm-2026-detail-shell>.hwx-lmdb-detail-item-providerblock {
	padding-top: 2.6rem;
	border-top: 2px solid rgb(243 146 36 / 55%);
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock {
	padding-top: 2.6rem;
	margin-top: 4rem;
	border-top: 2px solid rgb(243 146 36 / 55%);
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-title {
	position: static !important;
	top: auto !important;
	left: auto !important;
	padding: 0;
	margin: 0 0 2.275rem;
	background: transparent !important;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-title-text,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-additional-contentblock-title-text {
	padding: 0;
	margin: 0;
	color: var(--market-ink) !important;
	background: transparent !important;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	font-weight: 800;
	line-height: 1.15;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-productsblock>.hwx-lmdb-detail-item-additional-contentblock-title {
	margin-bottom: 2.275rem;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock>.hwx-lmdb-detail-item-additional-contentblock-title {
	padding: 0;
	margin: 0 0 2.275rem;
	background: transparent;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-detail-item-additional-contentblock-title-text {
	padding: 0;
	margin: 0;
	color: var(--lm-2026-detail-ink) !important;
	background: transparent !important;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	font-weight: 800;
	line-height: 1.15;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-detail-item-additional-content-items,
.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-basetiles {
	background: transparent;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-basetiles {
	padding: 0;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-items {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1.25rem !important;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-item {
	display: block !important;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	background: #fff !important;
	border: 1px solid var(--lm-2026-detail-line) !important;
	border-radius: var(--market-radius, 10px) !important;
	box-shadow: 0 0.35rem 1rem rgb(16 42 67 / 6%) !important;
	overflow: hidden;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-item:hover,
.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-item:focus-within {
	border-color: var(--lm-2026-detail-accent) !important;
	box-shadow: 0 0.8rem 1.8rem rgb(16 42 67 / 14%) !important;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-item-content-wrapper {
	display: flex !important;
	height: auto !important;
	min-height: 100%;
	flex-direction: column !important;
	background: #fff !important;
	border-radius: inherit;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-item-content {
	display: block !important;
	flex: 1 1 auto !important;
	padding: 1rem 1rem 1.2rem !important;
	background: #fff !important;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-item-imageblock {
	height: 13rem !important;
	min-height: 13rem !important;
	background: transparent !important;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-item-imageblock img {
	display: block;
	width: 100%;
	height: 13rem !important;
	max-height: none !important;
	object-fit: cover;
	transition: transform 240ms ease;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-item:hover .hwx-lmdb-list-item-imageblock img,
.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-item:focus-within .hwx-lmdb-list-item-imageblock img {
	transform: scale(1.04);
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-item-content-title-text {
	margin: 0;
	color: var(--lm-2026-detail-ink) !important;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-item-content-description {
	margin-top: 0.75rem;
	color: var(--lm-2026-detail-text-color);
	font-size: 0.95rem;
	line-height: 1.5;
}

.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-price-container {
	color: var(--lm-2026-detail-ink) !important;
	background: #fff !important;
	border: 1px solid var(--lm-2026-detail-line) !important;
	border-top:0 !important;
	border-right: 0 !important;
	border-radius: 0 0 0 0.5rem;
	font-size: 1.05rem;
	font-weight: 800;
	padding: 0.5rem 0.7rem;
}

@media (max-width: 900px) {
	.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-items {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 575px) {
	.lm-2026-detail .hwx-lmdb-detail-item-productsblock .hwx-lmdb-list-items {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body:is(.front, .site) main .component .lm-2026-detail-shell .lm-2026-detail-hero {
		grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
		gap: 2rem !important;
	}

	body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-description {
		max-width: none;
		margin-top: 1rem !important;
		font-size: 1rem !important;
		line-height: 1.6 !important;
	}

	body:is(.front, .site) main .component .hwx-lmdb-detail-item-body.lm-2026-detail-body div.hwx-lmdb-detail-item-description {
		margin-top: 1rem !important;
	}

	body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-description-text p {
		margin-top: 0;
		margin-bottom: 0.9rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-description-text p:last-child {
		margin-bottom: 0;
	}
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-providerblock>.hwx-lmdb-detail-item-columns-2 {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(1rem, 3vw, 2rem);
	align-items: stretch;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-content {
	min-width: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-additional-content-body {
	display: grid;
	gap: 1.25rem;
	padding: 0;
	background: transparent;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-logo,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-list-item-provider-logo {
	padding: 1rem;
	margin-bottom: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--market-line);
	border-radius: 14px;
	box-shadow: 0 0.35rem 1rem rgb(16 42 67 / 6%);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-logo img,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-list-item-provider-logo img {
	display: block;
	width: 100%;
	transition: transform 240ms ease;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-logo:hover,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-logo:focus-within,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-list-item-provider-logo:hover,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-list-item-provider-logo:focus-within {
	border-color: var(--lm-2026-detail-accent);
	box-shadow: 0 0.8rem 1.8rem rgb(16 42 67 / 14%);
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-logo:hover img,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-logo:focus-within img,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-list-item-provider-logo:hover img,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-list-item-provider-logo:focus-within img {
	transform: scale(1.03);
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-company-title {
	min-width: 0;
	margin: 0;
	color: var(--market-ink);
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.2;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-identity {
	display: grid;
	grid-template-columns: minmax(0, 60%) minmax(0, 40%);
	align-items: center;
	min-height: 3.2rem;
	margin-bottom: 0;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-buttons a.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	min-height: 3.2rem;
	padding: 0.7rem;
	color: var(--market-ink) !important;
	background: var(--market-orange) !important;
	border: 2px solid var(--market-orange) !important;
	border-radius: 9px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-buttons a.btn:hover,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-provider-buttons a.btn:focus-visible {
	color: var(--market-ink) !important;
	background: #fff !important;
	border-color: var(--market-orange) !important;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-details {
	position: relative;
	display: grid;
	gap: 0.9rem;
	padding: 1.35rem;
	margin: 0;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-details::before {
	position: absolute;
	inset: 0;
	content: "";
	border: 2px solid rgb(243 146 36 / 42%);
	border-radius: 1rem;
	pointer-events: none;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail {
	position: relative;
	display: grid;
	grid-template-columns: 6rem minmax(0, 1fr);
	column-gap: 1.6rem;
	align-items: center;
	padding-top: 0;
	border-top: 0;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-address .hwx-lmdb-detail-label,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-socialmedia .hwx-lmdb-detail-label,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .hwx-lmdb-detail-label {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	justify-self: center;
	min-height: 1.5rem;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-label {
	color: var(--market-orange);
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-label i,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-label svg {
	font-size: 1.3rem;
	width: 1.3rem;
	height: 1.3rem;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-value {
	min-width: 0;
	font-size: 1.05rem;
	line-height: 1.5;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-socialmedia .hwx-lmdb-detail-value a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.4rem;
	color: var(--market-orange);
	background: transparent;
	border: 0;
	border-radius: 0;
	transition: color 160ms ease;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-socialmedia .hwx-lmdb-detail-value a svg {
	margin-right: 0;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-socialmedia .hwx-lmdb-detail-value a:hover,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-socialmedia .hwx-lmdb-detail-value a:focus-visible {
	color: var(--market-ink);
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-socialmedia .hwx-lmdb-detail-value a:last-child {
	margin-right: 0;
}

.lm-2026-detail-body .hwx-lmdb-detail-item-shoplink a .fa-arrow-up-right-from-square {
	margin-left: 0.5rem;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table {
	margin: 0;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-collapse: collapse;
	border-spacing: 0;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table tbody,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table tr {
	background: transparent !important;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table tbody tr {
	display: grid;
	grid-template-columns: minmax(6rem, 0.7fr) minmax(0, 1.3fr);
	gap: 1.25rem;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table> :not(caption)>*>* {
	padding: 0.25rem 0;
	vertical-align: middle;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	--bs-table-accent-bg: transparent;
	--bs-table-bg: transparent;
	border-radius: 0;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table td:first-child,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table td:last-child {
	color: var(--market-ink);
	background: transparent !important;
	border-radius: 0;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table td:first-child {
	font-weight: 400;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table td:last-child {
	white-space: nowrap;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-order {
	grid-template-columns: 6rem minmax(0, 1fr);
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-order .hwx-lmdb-detail-label {
	color: var(--market-ink);
	font-weight: 800;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-providerblock .hwx-lmdb-detail-item-mapblock {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 20rem;
	overflow: hidden;
	border: 1px solid var(--market-line);
	border-radius: var(--market-radius, 10px);
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-providerblock #hwx-lmdb-detail-item-map {
	flex: 1 1 auto;
	width: 100%;
	height: auto;
	min-height: 20rem;
}

body:is(.front, .site) main .component .lm-2026-detail-shell #hwx-lmdb-detail-item-map .leaflet-control-container>.leaflet-bottom.leaflet-left:has(.leaflet-control-zoom) {
	top: 0.75rem !important;
	bottom: auto !important;
	left: 0.75rem !important;
}

body:is(.front, .site) main .component .lm-2026-detail-shell #hwx-lmdb-detail-item-map .leaflet-control-zoom {
	margin-top: 0 !important;
	margin-left: 0 !important;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-map-route-button {
	position: absolute;
	bottom: 2.5rem;
	left: 1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	max-width: calc(100% - 2rem);
	min-height: 2.75rem;
	padding: 0.65rem 0.95rem;
	color: var(--market-ink) !important;
	font-size: 0.95rem;
	font-weight: 800;
	white-space: normal;
	text-decoration: none;
	background: var(--market-orange);
	border: 2px solid var(--market-orange);
	border-radius: 0.5rem;
	box-shadow: 0 0.35rem 0.8rem rgb(16 42 67 / 22%);
	z-index: 500;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-map-route-button:hover,
body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-map-route-button:focus-visible {
	color: var(--market-ink) !important;
	background: #fff;
	border-color: var(--market-orange);
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-map-route-button i {
	color: var(--market-ink) !important;
	font-size: 1rem;
}

body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-map-route-button span {
	min-width: 0;
	overflow-wrap: anywhere;
}

@media (max-width: 767px) {
	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-providerblock>.hwx-lmdb-detail-item-columns-2 {
		grid-template-columns: 1fr;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-providerblock .hwx-lmdb-detail-item-mapblock {
		min-height: 16rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-map-route-button {
		left: 0.75rem;
		max-width: calc(100% - 1.5rem);
	}
}

@media (min-width: 768px) and (max-width: 880px) {
	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-map-route-button {
		bottom: 5rem;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-details {
		gap: 0.8rem;
		padding: 1.1rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail {
		grid-template-columns: 4rem minmax(0, 1fr);
		column-gap: 1rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-address .hwx-lmdb-detail-label svg,
	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-socialmedia .hwx-lmdb-detail-label svg,
	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .hwx-lmdb-detail-label svg {
		width: 1.5rem;
		height: 1.5rem;
		font-size: 1.5rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table tbody tr {
		display: grid !important;
		grid-template-columns: minmax(6rem, 0.8fr) minmax(0, 1.2fr);
		gap: 1rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-order {
		grid-template-columns: 7rem minmax(0, 1fr);
		column-gap: 1rem;
	}
}

body:is(.front, .site) .lm-2026-detail-body {
	background: transparent !important;
	padding: 0;
}

body:is(.front, .site) .lm-2026-detail {
	background: transparent !important;
}

body:is(.front, .site) .lm-2026-detail-body .hwx-lmdb-detail-item-shoplink a,
body:is(.front, .site) .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox a.btn {
	background: var(--hwx-primary-color, var(--market-orange)) !important;
	border: 2px solid var(--hwx-primary-color, var(--market-orange)) !important;
	border-radius: 8px;
	color: var(--market-ink) !important;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease !important;
	transform: none !important;
}

body:is(.front, .site) .lm-2026-detail-body .hwx-lmdb-detail-item-shoplink a:hover,
body:is(.front, .site) .lm-2026-detail-body .hwx-lmdb-detail-item-shoplink a:focus-visible,
body:is(.front, .site) .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox a.btn:hover,
body:is(.front, .site) .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox a.btn:focus-visible {
	background: #fff !important;
	border-color: var(--hwx-primary-color, var(--market-orange)) !important;
	color: var(--market-ink) !important;
	transform: none !important;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 1rem;
	width: 100%;
	padding: 1.25rem;
	margin-top: 1.5rem;
	color: #102a43;
	background: #fffdf9 !important;
	border: 1px solid var(--market-line);
	border-radius: var(--market-radius, 10px);
	box-shadow: 0 0.8rem 2rem rgb(24 52 59 / 6%);
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox-title {
	min-width: 0;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox-title-text {
	margin: 0;
	color: #102a43 !important;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	font-weight: 800;
	line-height: 1.15;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox-contactnow {
	color: #e05f00 !important;
	font-size: 0.9rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-provider-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.55rem;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox a.btn {
	width: 3.2rem;
	min-height: 3.2rem;
	padding: 0.7rem;
	color: #102a43 !important;
	background: #f39224 !important;
	border: 2px solid #f39224 !important;
	border-radius: 9px;
	box-shadow: none;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox a.btn:hover,
body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox a.btn:focus-visible {
	color: var(--market-ink) !important;
	background: #fff !important;
	border-color: var(--market-orange) !important;
	box-shadow: none !important;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox>.hwx-lmdb-detail-item-contactform {
	grid-column: 1 / -1;
	min-width: 0;
	padding-top: 1rem;
	border-top: 2px solid rgb(243 146 36 / 55%);
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform form {
	display: grid;
	gap: 0.8rem;
	padding-top: 1rem;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform .form-control {
	min-height: 3.1rem;
	color: #102a43;
	background: #fff;
	border: 1px solid var(--market-line);
	border-radius: 12px;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform .form-control:focus {
	border-color: #f39224;
	box-shadow: 0 0 0 3px rgb(243 146 36 / 24%);
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform .form-check-input {
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.15rem;
	background-color: #fff;
	border: 2px solid #f39224;
	border-radius: 0.25rem;
	box-shadow: none;
	appearance: none;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform .form-check-input:checked {
	background-color: #f39224;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5' fill='none' stroke='%23102a43' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.85rem 0.85rem;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform .form-check-input:focus {
	border-color: var(--market-orange);
	box-shadow: 0 0 0 3px rgb(243 146 36 / 24%);
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform .form-label,
body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform .form-check-label,
body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform .hwx-lmdb-contactform-dsgvo {
	color: #102a43;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform .hwx-lmdb-contactform-required-mark {
	color: #d94801;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform .btn-secondary {
	color: var(--market-ink);
	background: var(--market-orange);
	border: 2px solid var(--market-orange);
	border-radius: 8px;
	font-weight: 800;
}

body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform .btn-secondary:hover,
body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactform .btn-secondary:focus-visible {
	color: var(--market-ink);
	background: #fff;
	border-color: var(--market-orange);
}

/* Job detail follows the same column and contact layout as the product view. */
.lm-2026-detail.hwx-lmdb-detail-job {
	max-width: 1180px;
	margin: 1.5rem auto 0;
	padding: clamp(1rem, 3vw, 3rem) clamp(0.75rem, 3vw, 2rem) 4rem;
	color: var(--lm-2026-detail-text-color);
	background: transparent;
}

.lm-2026-detail.hwx-lmdb-detail-job > .hwx-lmdb-detail-item {
	display: block !important;
	grid-template-columns: 1fr !important;
	max-width: 1180px;
	margin: 0 auto 1.5rem;
}

.lm-2026-detail.hwx-lmdb-detail-job .hwx-lmdb-detail-item-columns-2 {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.85fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: start;
}

.lm-2026-detail.hwx-lmdb-detail-job .hwx-lmdb-detail-item-column {
	min-width: 0;
	padding: 0;
	background: transparent;
}

.lm-2026-detail.hwx-lmdb-detail-job .hwx-lmdb-detail-item-contactbox {
	background: #fffdf9 !important;
	border: 1px solid var(--market-line, #d9e2ec) !important;
	border-radius: var(--market-radius, 10px);
	box-shadow: 0 0.8rem 2rem rgb(24 52 59 / 6%);
}

.lm-2026-detail.hwx-lmdb-detail-job .hwx-lmdb-detail-item-media {
	position: sticky;
	top: 1.5rem;
	align-self: start;
}

.lm-2026-detail.hwx-lmdb-detail-job .hwx-lmdb-detail-item-contactbox-title {
	grid-column: 1 / -1;
	text-align: center;
}

.lm-2026-detail.hwx-lmdb-detail-job .hwx-lmdb-detail-item-contactbox-actions {
	display: flex;
	grid-column: 1 / -1;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.lm-2026-detail.hwx-lmdb-detail-job .hwx-lmdb-detail-item-contactbox-contactnow {
	min-width: 0;
	flex: 1 1 auto;
	line-height: 1.5;
	text-align: center;
	white-space: normal;
	overflow-wrap: anywhere;
}

.lm-2026-detail.hwx-lmdb-detail-job .hwx-lmdb-detail-item-contactbox-actions .hwx-lmdb-detail-item-provider-buttons {
	margin: 0;
	flex: 0 0 auto;
}

.lm-2026-detail.hwx-lmdb-detail-job .hwx-lmdb-detail-item-description-text > h3:first-child {
	display: none;
}

.lm-2026-detail.hwx-lmdb-detail-job .hwx-lmdb-gallery-thumbs {
	display: none;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-details::before {
	display: none !important;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-details {
	border-top: 2px solid rgb(243 146 36 / 42%) !important;
	border-right: 0 !important;
	border-bottom: 2px solid rgb(243 146 36 / 42%) !important;
	border-left: 0 !important;
	border-radius: 0 !important;
}

#hwx-lmdb-job-detail > .hwx-lmdb-page-title .hwx-lmdb-detail-item-title-text {
	color: var(--lm-2026-detail-ink, #102a43) !important;
	background: none !important;
	font-size: clamp(2rem, 4vw, 3.25rem) !important;
	font-weight: 700 !important;
	letter-spacing: 0;
	line-height: 1.05;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-detail {
	display: grid;
	grid-template-columns: 6rem minmax(0, 1fr);
	column-gap: 1.6rem;
	align-items: center;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-detail .hwx-lmdb-detail-label {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	min-height: 1.5rem;
	color: var(--market-orange, #f39224) !important;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-detail .hwx-lmdb-detail-label svg,
#hwx-lmdb-job-detail .hwx-lmdb-detail-item-detail .hwx-lmdb-detail-label i {
	width: 1.3rem;
	height: 1.3rem;
	font-size: 1.3rem;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactbox-actions .hwx-lmdb-detail-item-provider-buttons a.btn {
	border: 2px solid var(--market-orange, #f39224) !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease !important;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactbox-actions .hwx-lmdb-detail-item-provider-buttons a.btn:hover,
#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactbox-actions .hwx-lmdb-detail-item-provider-buttons a.btn:focus-visible {
	background: #fff !important;
	border: 2px solid var(--market-orange, #f39224) !important;
	border-color: var(--market-orange, #f39224) !important;
	transform: none !important;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactform .form-check-input {
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.15rem;
	background-color: #fff;
	border: 2px solid var(--market-orange, #f39224) !important;
	border-radius: 0.25rem;
	box-shadow: none;
	appearance: none;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactform .form-check-input:checked {
	background-color: var(--market-orange, #f39224);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5' fill='none' stroke='%23102a43' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.85rem 0.85rem;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactform .form-check-input:focus {
	border-color: var(--market-orange, #f39224) !important;
	box-shadow: 0 0 0 3px rgb(243 146 36 / 24%);
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactform form {
	display: grid;
	gap: 0.8rem;
	padding-top: 1rem;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactform form > .mb-3 {
	margin-bottom: 0 !important;
}

#hwx-lmdb-job-detail .hwx-lmdb-job-contact-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactform .form-floating > label {
	color: var(--market-ink, #102a43);
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactform .hwx-lmdb-contactform-required-mark {
	color: #d94801;
}

@media (max-width: 575px) {
	#hwx-lmdb-job-detail .hwx-lmdb-job-contact-row {
		grid-template-columns: 1fr;
	}
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactform .form-control {
	min-height: 3.1rem;
	color: var(--market-ink, #102a43);
	background: #fff;
	border: 1px solid var(--market-line, #d9e2ec) !important;
	border-radius: 0 !important;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactform .form-control:focus {
	border-color: var(--market-orange, #f39224) !important;
	box-shadow: 0 0 0 3px rgb(243 146 36 / 24%);
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactform input[type="file"].form-control {
	padding: 0.35rem;
	cursor: pointer;
	overflow: hidden;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactform input[type="file"].form-control::file-selector-button {
	margin: -0.35rem 0.85rem -0.35rem -0.35rem;
	padding: 0.7rem 0.9rem;
	color: var(--market-ink, #102a43);
	font-weight: 700;
	background: var(--market-orange, #f39224);
	border: 2px solid var(--market-orange, #f39224);
	border-radius: 8px 0 0 8px;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-contactform input[type="file"].form-control::file-selector-button:hover {
	color: var(--market-ink, #102a43);
	background: #fff;
	border: 2px solid var(--market-orange, #f39224);
}

#hwx-lmdb-job-detail .hwx-lmdb-job-file-upload {
	display: flex;
	align-items: center;
	min-height: 3.1rem;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--market-line, #d9e2ec);
	border-radius: 12px;
	border-left: 0;
	border-radius: 0 12px 12px 0;
}

#hwx-lmdb-job-detail .hwx-lmdb-job-file-button {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	margin: 0;
	padding: 0.7rem 0.9rem;
	color: var(--market-ink, #102a43);
	font-weight: 700;
	background: var(--market-orange, #f39224);
	border: 2px solid var(--market-orange, #f39224);
	border-radius: 8px 0 0 8px;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

#hwx-lmdb-job-detail .hwx-lmdb-job-file-button:hover,
#hwx-lmdb-job-detail .hwx-lmdb-job-file-button:focus-visible {
	color: var(--market-ink, #102a43);
	background: #fff !important;
	border: 2px solid var(--market-orange, #f39224) !important;
	border-radius: 8px 0 0 8px !important;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-description-text h3 {
	display: block;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-description-text {
	font-family: "Roboto", "Segoe UI", sans-serif;
	font-size: clamp(1.08rem, 1rem + 0.25vw, 1.18rem);
	line-height: 1.8;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-description-text p {
	font-family: var(--bs-body-font-family);
	margin: 0 0 1.15rem;
	line-height: inherit;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-description-text ul,
#hwx-lmdb-job-detail .hwx-lmdb-detail-item-description-text ol {
	margin: 0 0 1.35rem;
	padding-left: 1.5rem;
	line-height: inherit;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-description-text h3 {
	margin: 1.4rem 0 1rem;
	color: var(--market-ink, #102a43);
	font-family: inherit;
	font-size: clamp(1.55rem, 1.35rem + 0.45vw, 1.95rem);
	font-weight: 800;
	line-height: 1.2;
}

#hwx-lmdb-job-detail .hwx-lmdb-detail-item-description-text h4 {
	margin: 2.15rem 0 0.85rem;
	color: var(--market-ink, #102a43);
	font-family: inherit;
	font-size: clamp(1.25rem, 1.12rem + 0.3vw, 1.5rem);
	font-weight: 800;
	line-height: 1.3;
}

#hwx-lmdb-job-detail .hwx-lmdb-job-file-name {
	min-width: 0;
	overflow: hidden;
	padding: 0 0.85rem;
	color: var(--market-ink, #102a43);
	white-space: nowrap;
	text-overflow: ellipsis;
}

#hwx-lmdb-job-detail .hwx-lmdb-job-file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	clip-path: inset(50%);
}

@media (max-width: 767px) {
	.lm-2026-detail.hwx-lmdb-detail-job .hwx-lmdb-detail-item-columns-2 {
		grid-template-columns: 1fr;
	}

	.lm-2026-detail.hwx-lmdb-detail-job .hwx-lmdb-detail-item-media {
		position: static;
	}
}

/* Company detail uses the same detail tokens as the product view. */
.lm-2026-detail.hwx-lmdb-detail-company {
	max-width: 1180px;
	margin: 1.5rem auto 0;
	padding: clamp(1rem, 3vw, 3rem) clamp(0.75rem, 3vw, 2rem) 4rem;
	color: var(--lm-2026-detail-text-color);
	background: transparent;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-columns-2 {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: start;
}

.lm-2026-detail.hwx-lmdb-detail-company>.hwx-lmdb-detail-item {
	max-width: 1180px;
	margin: 0 auto 1.5rem;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-column {
	min-width: 0;
	background: transparent;
	padding: 0;
}

.lm-2026-detail.hwx-lmdb-detail-company>.hwx-lmdb-page-title {
	max-width: 1180px;
	margin: 0 auto 1.5rem;
}

.lm-2026-detail.hwx-lmdb-detail-company>.hwx-lmdb-page-title .hwx-lmdb-detail-item-title {
	margin: 0;
}

.lm-2026-detail.hwx-lmdb-detail-company>.hwx-lmdb-page-title .hwx-lmdb-detail-item-title-text {
	margin: 0;
	color: var(--lm-2026-detail-ink);
	background: transparent;
	font-size: clamp(1.8rem, 3.4vw, 3.35rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-media {
	padding-left: clamp(1rem, 3vw, 2.5rem);
	border-left: 0;
}

@media (min-width: 768px) {
	.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-media {
		position: sticky !important;
		top: 1.5rem;
		align-self: start;
		max-height: none;
		overflow: visible;
	}
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-title-text {
	font-size: 1.6rem;
	line-height: 1.25;
	color: var(--lm-2026-detail-ink);
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-subtitle-text {
	margin-top: 2rem;
	padding-bottom: 0.5rem;
	color: var(--lm-2026-detail-ink);
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.15;
	border-bottom: 2px solid rgb(243 146 36 / 55%);
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-description-text,
.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-detail-content {
	color: var(--lm-2026-detail-text-color);
	font-size: 1.05rem;
	line-height: 1.75;
}


.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-description-text h4 {
	font-size: 1.3rem;
	line-height: 1.4;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-details,
.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-detail,
.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-content {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-details {
	display: grid;
	gap: 0.6rem;
	margin-top: 1.5rem;
	padding: 0;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-details-titled {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
	.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-details-titled {
		grid-template-columns: minmax(0, 1fr);
	}
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-detail .hwx-lmdb-detail-item-title {
	margin-bottom: 0.35rem;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-contact .hwx-lmdb-detail-label i,
.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-order-options .hwx-lmdb-detail-label i,
.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-contact .hwx-lmdb-detail-label svg,
.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-order-options .hwx-lmdb-detail-label svg {
	color: var(--lm-2026-detail-action);
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-tags-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-tags-pill {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.45rem 0.8rem;
	color: var(--lm-2026-detail-ink);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	background: #fff;
	border: 1px solid var(--lm-2026-detail-action);
	border-radius: 0.35rem;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-detail-socialmedia .hwx-lmdb-detail-content {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-detail-socialmedia .hwx-lmdb-detail-content a {
	display: inline-flex;
	width: auto;
	height: auto;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: var(--lm-2026-detail-action);
	font-size: 2rem;
	text-decoration: none;
	background: transparent;
	border: 0;
	transition: color 160ms ease;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-detail-socialmedia .hwx-lmdb-detail-content a:hover,
.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-detail-socialmedia .hwx-lmdb-detail-content a:focus-visible {
	color: var(--lm-2026-detail-ink);
	background: transparent;
	border: 0;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-imageblock {
	display: grid;
	gap: 0.65rem;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-imageblock figure {
	margin: 0;
	overflow: hidden;
	border-radius: 0.55rem;
	background: transparent;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-imageblock .figure-caption {
	padding: 0;
	margin: 0;
	color: var(--lm-2026-detail-ink);
	font-size: 0.95rem;
	line-height: 1.35;
	background: transparent;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-imageblock .figure-caption-title {
	display: block;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
	font-weight: 700;
	text-align: left;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-imageblock .figure-caption-copyright {
	display: block;
	margin-top: 0;
	color: var(--lm-2026-detail-muted);
	font-size: 0.8rem;
	text-align: left;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-imageblock img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 28rem;
	object-fit: contain;
	margin: 0;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-mapblock {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 20rem;
	overflow: hidden;
	margin-top: 1.5rem;
	border: 1px solid var(--lm-2026-detail-line);
	border-radius: var(--market-radius, 10px);
}

.lm-2026-detail.hwx-lmdb-detail-company #hwx-lmdb-detail-item-map {
	flex: 1 1 auto;
	width: 100%;
	height: auto;
	min-height: 20rem;
}

.lm-2026-detail.hwx-lmdb-detail-company #hwx-lmdb-detail-item-map .leaflet-control-container>.leaflet-bottom.leaflet-left:has(.leaflet-control-zoom) {
	top: 0.75rem !important;
	bottom: auto !important;
	left: 0.75rem !important;
}

.lm-2026-detail.hwx-lmdb-detail-company #hwx-lmdb-detail-item-map .leaflet-control-zoom {
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-map-route-button {
	position: absolute;
	bottom: 3.5rem;
	left: 1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 2.75rem;
	padding: 0.65rem 0.95rem;
	color: var(--lm-2026-detail-ink) !important;
	font-size: 0.95rem;
	font-weight: 800;
	text-decoration: none;
	background: var(--lm-2026-detail-action);
	border: 2px solid var(--lm-2026-detail-action);
	border-radius: 0.5rem;
	box-shadow: 0 0.35rem 0.8rem rgb(16 42 67 / 22%);
	z-index: 1100;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

@media (min-width: 1100px) {
	.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-map-route-button {
		bottom: 2rem;
	}
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-map-route-button:hover,
.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-map-route-button:focus-visible {
	color: var(--lm-2026-detail-ink) !important;
	background: #fff;
	border-color: var(--lm-2026-detail-action);
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-map-route-button i {
	color: var(--lm-2026-detail-ink) !important;
	font-size: 1rem;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-detail-titled,
.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-brochures {
	border-radius: 0.8rem;
}

@media (max-width: 767px) {
	.lm-2026-detail.hwx-lmdb-detail-company {
		margin: 0;
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-columns-2 {
		grid-template-columns: 1fr;
	}

	.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-media {
		padding: 1.5rem 0 0;
		border-left: 0;
	}

	.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-mapblock,
	.lm-2026-detail.hwx-lmdb-detail-company #hwx-lmdb-detail-item-map {
		min-height: 16rem;
	}

	.lm-2026-detail.hwx-lmdb-detail-company>.hwx-lmdb-page-title {
		margin-bottom: 1rem;
		padding-left: 2rem;
	}
}

@media (max-width: 575px) {
	body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-contactbox {
		grid-template-columns: 1fr;
		gap: 0.85rem;
		padding: 1rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-body .hwx-lmdb-detail-item-provider-buttons {
		justify-content: flex-start;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-details {
		gap: 0.7rem;
		padding: 1rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail {
		grid-template-columns: 3.25rem minmax(0, 1fr);
		column-gap: 0.75rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-address .hwx-lmdb-detail-label svg,
	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-socialmedia .hwx-lmdb-detail-label svg,
	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .hwx-lmdb-detail-label svg {
		width: 1.6rem;
		height: 1.6rem;
		font-size: 1.6rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table tbody tr {
		display: grid !important;
		grid-template-columns: minmax(5rem, 0.8fr) minmax(0, 1.2fr);
		gap: 0.75rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-order {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 0.2rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-order .hwx-lmdb-detail-label {
		justify-self: start;
	}
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-detail-openinghours .table {
	width: 100%;
	table-layout: fixed;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-detail-openinghours .table tbody tr {
	display: grid !important;
	grid-template-columns: 35% minmax(0, 1fr) !important;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-detail-openinghours .table td {
	width: auto !important;
}

.lm-2026-detail.hwx-lmdb-detail-company .hwx-lmdb-detail-item-detail-openinghours .table td:last-child {
	white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#mod__grid_layout133 .items {
		gap: 2rem;
	}

	#mod__grid_layout133 .items .item {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
}

@media (max-width: 1100px) {
	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table tbody tr {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0.25rem;
	}

	body:is(.front, .site) main .component .lm-2026-detail-shell .hwx-lmdb-detail-item-detail-openinghours .table td:last-child {
		white-space: normal;
		overflow-wrap: anywhere;
	}
}