
/* =========================================================
   LFS PDP 3PLUS – restliche CSS
   Enthält alle Regeln aus der ursprünglichen Datei,
   die nicht direkt zu den Preis-USP-Hinweisen gehören.
========================================================= */

.lfs-price-note-icon,
#product-offer.lfs-pdp-3plus .lfs-price-note-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto !important;
	color: #2e9f49 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

/* =========================================================
   Globaler Scroll-/Overflow-Schutz
========================================================= */

html,
body {
	scroll-behavior: auto !important;
	max-width: 100% !important;
	overflow-x: hidden !important;
}

body {
	min-width: 0 !important;
}

#product-offer.lfs-pdp-3plus {
	overflow-x: clip !important;
}

#product-offer.lfs-pdp-3plus,
#product-offer.lfs-pdp-3plus *,
#product-offer.lfs-pdp-3plus *::before,
#product-offer.lfs-pdp-3plus *::after {
	box-sizing: border-box;
}

#product-offer.lfs-pdp-3plus img,
#product-offer.lfs-pdp-3plus iframe,
#product-offer.lfs-pdp-3plus table,
#product-offer.lfs-pdp-3plus video,
#product-offer.lfs-pdp-3plus svg {
	max-width: 100% !important;
}

#lfs--benefits-contact {
	scroll-margin-top: 110px;
}

/* =========================================================
   Basis Card-Titel
========================================================= */

#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-card-title {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 0 14px !important;
	padding: 0 0 11px !important;
	border-bottom: 1px solid rgba(30, 60, 110, 0.12) !important;
	color: #252936 !important;
	font-size: 17px !important;
	line-height: 1.25 !important;
	font-weight: 900 !important;
	letter-spacing: -0.01em !important;
}

/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1200px) {
	#product-offer.lfs-pdp-3plus {
		margin-top: 18px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-head {
		margin-bottom: 18px;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-head .product-headline {
		margin-bottom: 10px;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-head .product-title {
		margin: 0 0 10px;
		font-size: clamp(30px, 2.35vw, 42px);
		line-height: 1.1;
		font-weight: 900;
		color: #252936;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-rating {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-rating > a {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	#product-offer.lfs-pdp-3plus > .lfs-pdp-3plus-shell-wrap {
		padding-left: 28px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shell {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
		gap: 16px;
		align-items: stretch;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		background: #ffffff;
		border: 1px solid rgba(30, 60, 110, 0.12);
		border-radius: 22px;
		padding: 22px;
		box-shadow: 0 14px 38px rgba(20, 45, 90, 0.07);
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full {
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 96px !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		display: flex !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		align-self: stretch !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center {
		grid-column: 1 / 2;
		grid-row: 2;
		min-width: 0;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy {
		grid-column: 2 / 3;
		grid-row: 2;
		min-width: 0;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-service-full {
		grid-column: 1 / -1;
		grid-row: 3;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-top: 0;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-service-full > * {
		width: 100% !important;
		max-width: 100% !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-card,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy-inner,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-usp-card {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		background: #ffffff;
		border: 1px solid rgba(30, 60, 110, 0.14);
		border-radius: 18px;
		padding: 18px;
		box-shadow: 0 8px 24px rgba(20, 45, 90, 0.05);
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full > * {
		width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card {
		width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		min-height: 96px !important;
		margin: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__button {
		width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		min-height: 96px !important;
		padding: 15px 18px !important;
		border-radius: 18px !important;
		align-items: center !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__title,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__content strong {
		font-size: 16px !important;
		line-height: 1.15 !important;
		font-weight: 900 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__subtitle,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__content span,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__action {
		font-size: 13px !important;
		line-height: 1.25 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs-pdp-3plus-card {
		height: 100%;
		min-height: 305px;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--info-essential {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
		margin: 0 0 18px !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--info-essential.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--info-essential > div,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--info-essential > [class*="col-"] {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--label-artknr {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--label-artknr .product-sku {
		display: flex !important;
		align-items: center !important;
		gap: 10px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-height: 42px !important;
		margin: 0 !important;
		padding: 0 12px !important;
		background: #f5f8ff !important;
		border: 1px solid rgba(47, 87, 166, 0.20) !important;
		border-radius: 12px !important;
		font-size: 13px !important;
		line-height: 1.25 !important;
		box-shadow: 0 5px 14px rgba(20, 45, 90, 0.04) !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--label-artknr .product-sku strong {
		font-size: 13px !important;
		font-weight: 800 !important;
		color: #667085 !important;
		white-space: nowrap !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--label-artknr .product-sku span {
		font-size: 13px !important;
		font-weight: 900 !important;
		color: #2f57a6 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center #product-actions,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .product-actions {
		width: 100% !important;
		max-width: 100% !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .variation,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .variations,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .form-group,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .form-row,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .row,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options [class*="col-"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .select-wrapper,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .custom-select-wrapper {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		min-width: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options hr {
		display: none !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options select,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .custom-select,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .form-control,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select > .dropdown-toggle {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		min-height: 44px !important;
		height: 44px !important;
		padding: 0 0 0 14px !important;
		border-radius: 12px !important;
		font-size: 14px !important;
		line-height: 1.25 !important;
		font-weight: 500 !important;
		white-space: nowrap !important;
		text-overflow: ellipsis !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options label,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .control-label {
		font-size: 15px !important;
		line-height: 1.25 !important;
		font-weight: 800 !important;
		color: #252936 !important;
		margin-bottom: 7px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .dropdown-menu.show {
		transform: none !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy-inner {
		height: 100%;
		min-height: 305px;
		background: #f7f9fc;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .quantity-wrapper,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .quantity,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .input-group.bootstrap-touchspin,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .basket-quantity {
		display: flex !important;
		align-items: stretch !important;
		width: 100% !important;
		max-width: 100% !important;
		border: 1px solid rgba(30, 60, 110, 0.12) !important;
		border-radius: 12px !important;
		overflow: hidden !important;
		background: #ffffff !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .quantity-wrapper .btn,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .quantity .btn,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .input-group-prepend .btn,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .input-group-append .btn,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .bootstrap-touchspin-down,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .bootstrap-touchspin-up {
		flex: 0 0 44px !important;
		width: 44px !important;
		max-width: 44px !important;
		min-width: 44px !important;
		height: 42px !important;
		min-height: 42px !important;
		padding: 0 !important;
		margin: 0 !important;
		border-radius: 0 !important;
		font-size: 16px !important;
		font-weight: 700 !important;
		line-height: 1 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .quantity-wrapper input,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .quantity input,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .bootstrap-touchspin input,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy input[name="anzahl"] {
		flex: 1 1 auto !important;
		width: auto !important;
		min-width: 0 !important;
		height: 42px !important;
		border: 0 !important;
		box-shadow: none !important;
		text-align: center !important;
		font-size: 15px !important;
		font-weight: 600 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy button[name="inWarenkorb"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .btn-basket,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .add-to-cart .btn,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .basket-submit .btn,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .cart-submit .btn {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 52px !important;
		margin-top: 12px !important;
		border-radius: 12px !important;
		font-size: 16px !important;
		font-weight: 800 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .add-pays,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy .payplan {
		margin-top: 12px;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-usp-row {
		margin-top: 22px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-usp-card {
		background: #ffffff;
		border: 1px solid rgba(30, 60, 110, 0.12);
		border-radius: 18px;
		padding: 22px 24px 24px !important;
		box-shadow: 0 8px 24px rgba(20, 45, 90, 0.05);
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-usp-card .produkt-detail-usp-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px 22px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-usp-card .produkt-detail-usp-list li {
		position: relative;
		padding-left: 28px;
		font-size: 15px;
		line-height: 1.45;
		color: #252936;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-usp-card .produkt-detail-usp-list li::before {
		content: "✓";
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #17a34a;
		color: #ffffff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: 800;
	}
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
	#product-offer.lfs-pdp-3plus > .lfs-pdp-3plus-shell-wrap {
		padding-left: 22px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shell {
		grid-template-columns: minmax(0, 1fr) minmax(285px, 330px);
		gap: 14px;
		padding: 20px;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-card,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy-inner {
		padding: 16px;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs-pdp-3plus-card,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy-inner {
		min-height: 285px;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__button {
		min-height: 90px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1299.98px) {
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shell {
		grid-template-columns: 1fr !important;
		align-items: stretch !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full {
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center {
		grid-column: 1 / -1 !important;
		grid-row: 3 !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-service-full {
		grid-column: 1 / -1 !important;
		grid-row: 4 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy-inner,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs-pdp-3plus-card {
		height: auto !important;
		min-height: 0 !important;
	}
}

/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 1199.98px) {
	#product-offer.lfs-pdp-3plus {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		overflow-x: clip !important;
	}

	#product-offer.lfs-pdp-3plus.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus > [class*="col-"],
	#product-offer.lfs-pdp-3plus > .product-gallery,
	#product-offer.lfs-pdp-3plus > .lfs-pdp-3plus-shell-wrap {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		flex: 0 0 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .row {
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .product-gallery {
		position: relative !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .product-gallery > .row,
	#product-offer.lfs-pdp-3plus .product-gallery #gallery,
	#product-offer.lfs-pdp-3plus .product-gallery #gallery .inner {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .product-gallery #gallery {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .product-gallery #gallery a,
	#product-offer.lfs-pdp-3plus .product-gallery #gallery .img-ct,
	#product-offer.lfs-pdp-3plus .product-gallery #gallery img {
		max-width: 100% !important;
		min-width: 0 !important;
	}

	#product-offer.lfs-pdp-3plus > .lfs-pdp-3plus-shell-wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-head,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-rating,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-rating > a {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-head .product-title {
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		font-size: 28px;
		line-height: 1.16;
		font-weight: 900;
		color: #252936;
		overflow-wrap: anywhere;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shell {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-top: 16px;
		padding: 14px;
		background: #ffffff;
		border: 1px solid rgba(30, 60, 110, 0.12);
		border-radius: 18px;
		box-shadow: 0 10px 28px rgba(20, 45, 90, 0.06);
		overflow: hidden !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shell > *,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-service-full,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	/* Mobile Technische Daten */
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full {
		min-height: 66px !important;
		margin: 0 !important;
		padding: 0 !important;
		display: flex !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full > *,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 66px !important;
		margin: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__button {
		position: relative !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 66px !important;
		height: auto !important;
		margin: 0 !important;
		padding: 10px 62px 10px 13px !important;
		border-radius: 14px !important;
		align-items: center !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__title,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__content strong {
		font-size: 15px !important;
		line-height: 1.15 !important;
		font-weight: 900 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__subtitle,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__content span {
		font-size: 12px !important;
		line-height: 1.2 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__icon {
		width: 32px !important;
		height: 32px !important;
		min-width: 32px !important;
		flex: 0 0 32px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__action {
		position: absolute !important;
		top: 50% !important;
		right: 13px !important;
		z-index: 10 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 38px !important;
		height: 38px !important;
		min-width: 38px !important;
		flex: 0 0 38px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 50% !important;
		background: linear-gradient(135deg, #2d53a0 0%, #24498f 58%, #eb6f22 100%) !important;
		color: transparent !important;
		font-size: 0 !important;
		line-height: 0 !important;
		text-indent: -9999px !important;
		transform: translateY(-50%) !important;
		box-shadow: 0 8px 18px rgba(45, 83, 160, 0.26) !important;
		overflow: hidden !important;
		pointer-events: none !important;
		box-sizing: border-box !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__action::before {
		content: "›" !important;
		position: absolute !important;
		inset: 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		height: 100% !important;
		color: #ffffff !important;
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 34px !important;
		font-weight: 700 !important;
		line-height: 1 !important;
		text-indent: 0 !important;
		transform: translateY(-2px) !important;
		pointer-events: none !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__action::after {
		content: "" !important;
		position: absolute !important;
		inset: 3px !important;
		border-radius: 50% !important;
		border: 1px solid rgba(255, 255, 255, 0.28) !important;
		pointer-events: none !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__button:hover .lfs-tech-card__action,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__button:focus .lfs-tech-card__action {
		background: linear-gradient(135deg, #eb6f22 0%, #d95f18 45%, #2d53a0 100%) !important;
		box-shadow: 0 10px 22px rgba(235, 111, 34, 0.30) !important;
		transform: translateY(-50%) scale(1.04) !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-card,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy-inner,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-usp-card {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		background: #ffffff;
		border: 1px solid rgba(30, 60, 110, 0.12);
		border-radius: 16px;
		padding: 15px !important;
		box-shadow: 0 8px 24px rgba(20, 45, 90, 0.05);
		overflow: hidden !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs-pdp-3plus-card {
		height: auto !important;
		min-height: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--info-essential,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .info-essential {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 10px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 0 16px !important;
		padding: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--info-essential.row,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .info-essential.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--info-essential > div,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--info-essential > [class*="col-"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .info-essential > div,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .info-essential > [class*="col-"] {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		flex: 0 0 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--label-artknr {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--label-artknr .product-sku {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 9px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 42px !important;
		margin: 0 !important;
		padding: 0 12px !important;
		background: #f5f8ff !important;
		border: 1px solid rgba(47, 87, 166, 0.20) !important;
		border-radius: 12px !important;
		box-shadow: 0 5px 14px rgba(20, 45, 90, 0.04) !important;
		font-size: 13px !important;
		line-height: 1.25 !important;
		overflow: hidden !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--label-artknr .product-sku strong {
		flex: 0 0 auto !important;
		font-size: 13px !important;
		font-weight: 800 !important;
		color: #667085 !important;
		white-space: nowrap !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .lfs--label-artknr .product-sku span {
		min-width: 0 !important;
		font-size: 13px !important;
		font-weight: 900 !important;
		color: #2f57a6 !important;
		overflow-wrap: anywhere !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center #product-actions,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .product-actions,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .actions,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .product-actions-wrapper {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center #product-actions > *,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .product-actions > *,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .actions > *,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .product-actions-wrapper > * {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center #product-actions a,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center #product-actions button,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .product-actions a,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .product-actions button,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .actions a,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-center .actions button {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 42px !important;
		margin: 0 !important;
		box-sizing: border-box !important;
		white-space: normal !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .variation,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .variations,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .form-group,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .form-row,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .row,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options [class*="col-"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .select-wrapper,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .custom-select-wrapper {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		flex: 0 0 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .row,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .form-row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options select,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .custom-select,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .form-control,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select > .dropdown-toggle {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-price-notes {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		gap: 6px 10px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-wrap: anywhere !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-price-note {
		flex: 0 1 auto !important;
		max-width: 100% !important;
		min-width: 0 !important;
		white-space: normal !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-service-full {
		width: 100%;
		max-width: 100%;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-service-full > * {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
}

@media (max-width: 575.98px) {
	.lfs-price-note-icon,
	#product-offer.lfs-pdp-3plus .lfs-price-note-icon {
		font-size: 11.5px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shell {
		margin-top: 14px;
		padding: 12px;
		gap: 11px;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-card,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-buy-inner,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-usp-card {
		padding: 14px !important;
		border-radius: 15px;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-card-title {
		font-size: 16px !important;
		margin-bottom: 12px !important;
		padding-bottom: 10px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full > *,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__button {
		min-height: 58px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__button {
		padding: 8px 58px 8px 11px !important;
		border-radius: 13px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__title,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__content strong {
		font-size: 14px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__subtitle,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__content span {
		font-size: 11.5px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__icon {
		width: 30px !important;
		height: 30px !important;
		min-width: 30px !important;
		flex: 0 0 30px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__action {
		right: 11px !important;
		width: 35px !important;
		height: 35px !important;
		min-width: 35px !important;
		flex: 0 0 35px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-tech-full .lfs-tech-card__action::before {
		font-size: 31px !important;
	}
}

/* =========================================================
   Dropdown / Select Fixes
========================================================= */

#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shell,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-card,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .form-group,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select {
	overflow: visible !important;
}

#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select > .dropdown-toggle {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	height: 44px !important;
	box-sizing: border-box !important;
}

#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select > .dropdown-toggle .filter-option,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select > .dropdown-toggle .filter-option-inner,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select.dropup,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select.dropdown {
	position: relative !important;
}

#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select > .dropdown-menu,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select > .dropdown-menu.show,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select.dropup > .dropdown-menu,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select.dropup > .dropdown-menu.show {
	top: 100% !important;
	bottom: auto !important;
	left: 0 !important;
	right: auto !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	margin-top: 4px !important;
	margin-bottom: 0 !important;
	box-sizing: border-box !important;
	transform: none !important;
}

#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select > .dropdown-menu[x-placement^="top"],
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select > .dropdown-menu[x-placement^="bottom"] {
	top: 100% !important;
	bottom: auto !important;
	left: 0 !important;
	transform: none !important;
}

#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select .inner.show,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select .dropdown-menu.inner,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select ul.dropdown-menu.inner {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select .dropdown-item,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select .dropdown-item.variation {
	display: flex !important;
	align-items: flex-start !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
	white-space: normal !important;
	padding: 9px 14px !important;
}

#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select .dropdown-item .text,
#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select .dropdown-item .label-variation {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	white-space: normal !important;
	overflow-wrap: anywhere !important;
	line-height: 1.35 !important;
}

#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-options .bootstrap-select .dropdown-item .check-mark {
	flex: 0 0 auto !important;
	margin-right: 7px !important;
}

/* =========================================================
   XL Desktop
========================================================= */

@media (min-width: 1600px) {
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shell {
		grid-template-columns: minmax(0, 1fr) minmax(600px, 600px) !important;
	}
}

/* =========================================================
   PayPal / Payment Buttons
========================================================= */

#paypal-button-productDetails-container {
	width: 100%;
}

#ppc-productDetails-horizontal-container.ppc-ecs-horizontal-container {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#ppc-productDetails-horizontal-container .ppc-standalone-buttons {
	flex: 1 1 calc(50% - 5px) !important;
	max-width: calc(50% - 5px) !important;
	width: calc(50% - 5px) !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#ppc-productDetails-horizontal-container .paypal-buttons {
	width: 100% !important;
}

@media (max-width: 575.98px) {
	#ppc-productDetails-horizontal-container .ppc-standalone-buttons {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
}

/* =========================================================
   FINAL – Mobile Shortdesc / Angebot oder Beratung
========================================================= */

@media (min-width: 1200px) {
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card {
		display: none !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-desktop-shortdesc {
		display: block !important;
	}
}

@media (max-width: 1199.98px) {
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-desktop-shortdesc {
		display: none !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card {
		display: block !important;
		grid-column: 1 / -1 !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 14px !important;
		background: #ffffff !important;
		border: 1px solid rgba(30, 60, 110, 0.12) !important;
		border-radius: 18px !important;
		box-shadow: 0 8px 24px rgba(20, 45, 90, 0.05) !important;
		box-sizing: border-box !important;
		overflow: hidden !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card * {
		box-sizing: border-box !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .shortdesc {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		background: #f5f9ff !important;
		border: 1px solid #cfdcf2 !important;
		border-radius: 14px !important;
		box-shadow: 0 4px 14px rgba(20, 45, 90, 0.04) !important;
		overflow: hidden !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .shortdesc > * {
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached::before,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached::after {
		content: none !important;
		display: none !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 0 15px !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		overflow: visible !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produkt-detail-usp-list,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produkt-detail-usp-list.testay {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 18px 18px 14px 18px !important;
		list-style: none !important;
		background: transparent !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produkt-detail-usp-list li,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produkt-detail-usp-list.testay li {
		position: relative !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 0 14px 0 !important;
		padding: 0 0 0 34px !important;
		font-size: 14px !important;
		line-height: 1.45 !important;
		color: #111827 !important;
		overflow-wrap: anywhere !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produkt-detail-usp-list li:last-child,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produkt-detail-usp-list.testay li:last-child {
		margin-bottom: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produkt-detail-usp-list li::before,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produkt-detail-usp-list.testay li::before {
		content: "✓" !important;
		position: absolute !important;
		left: 0 !important;
		top: 1px !important;
		width: 22px !important;
		height: 22px !important;
		border-radius: 50% !important;
		background: #2e9f49 !important;
		color: #ffffff !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		font-size: 13px !important;
		font-weight: 900 !important;
		line-height: 1 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produkt-detail-usp-list li > *,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produkt-detail-usp-list.testay li > * {
		margin: 0 !important;
		padding: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached .btn,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached a[class*="btn"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached button[class*="btn"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached a[class*="more"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached button[class*="more"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached a[class*="toggle"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached button[class*="toggle"] {
		width: calc(100% - 36px) !important;
		max-width: calc(100% - 36px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
		box-sizing: border-box !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-footer {
		width: calc(100% - 36px) !important;
		max-width: calc(100% - 36px) !important;
		margin: 14px auto 16px auto !important;
		padding-top: 15px !important;
		padding-bottom: 0 !important;
		border-top: 1px solid #d9e6f7 !important;
		font-size: 12px !important;
		line-height: 1.35 !important;
		color: #2b3442 !important;
		font-weight: 700 !important;
		box-sizing: border-box !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-footer p,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-footer > * {
		margin-bottom: 0 !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .shortdesc hr {
		width: calc(100% - 36px) !important;
		max-width: calc(100% - 36px) !important;
		margin: 14px auto !important;
		border: 0 !important;
		border-top: 1px solid rgba(47, 87, 166, 0.16) !important;
	}
}

@media (max-width: 575.98px) {
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card {
		padding: 14px !important;
		border-radius: 16px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .shortdesc {
		border-radius: 14px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produkt-detail-usp-list,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produkt-detail-usp-list.testay {
		padding: 16px 16px 0px 16px !important;
	}

	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached .btn,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached a[class*="btn"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached button[class*="btn"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached a[class*="more"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached button[class*="more"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached a[class*="toggle"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-box.is-attached button[class*="toggle"],
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .produktdetail-usp-footer,
	#product-offer.lfs-pdp-3plus .lfs-pdp-3plus-shortdesc-mobile-card .shortdesc hr {
		width: calc(100% - 32px) !important;
		max-width: calc(100% - 32px) !important;
	}
}

/* =========================================================
   FINAL – Snackys Galerie-Pfeile Desktop + Mobile
   Nutzt nur die originalen Buttons #gallery-prev / #gallery-next
   Keine .lfs-gallery-arrow-Doppelklassen mehr.
========================================================= */

#product-offer.lfs-pdp-3plus #gallery {
	position: relative !important;
}

#product-offer.lfs-pdp-3plus #gallery-prev.sl-ar,
#product-offer.lfs-pdp-3plus #gallery-next.sl-ar {
	position: absolute !important;
	top: 50% !important;
	z-index: 5 !important;

	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	min-height: 38px !important;

	margin: 0 !important;
	padding: 0 !important;

	border: 1px solid rgba(45, 83, 160, 0.22) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.96) !important;

	opacity: 1 !important;
	visibility: visible !important;
	overflow: visible !important;

	font-size: 0 !important;
	line-height: 1 !important;

	cursor: pointer !important;
	pointer-events: auto !important;

	transform: translateY(-50%) !important;

	box-shadow:
		0 8px 20px rgba(20, 45, 90, 0.18),
		0 0 0 4px rgba(255, 255, 255, 0.50) !important;

	transition:
		background-color 0.16s ease,
		border-color 0.16s ease,
		box-shadow 0.16s ease,
		transform 0.16s ease !important;
}

/* Weiter nach innen, damit die Pfeile nicht am Rand kleben */
#product-offer.lfs-pdp-3plus #gallery-prev.sl-ar {
	left: 18px !important;
	right: auto !important;
}

#product-offer.lfs-pdp-3plus #gallery-next.sl-ar {
	right: 18px !important;
	left: auto !important;
}

#product-offer.lfs-pdp-3plus #gallery-prev.sl-ar .ar,
#product-offer.lfs-pdp-3plus #gallery-next.sl-ar .ar {
	position: static !important;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 100% !important;
	height: 100% !important;

	margin: 0 !important;
	padding: 0 !important;

	background: none !important;
	border: 0 !important;
	box-shadow: none !important;

	transform: none !important;
	overflow: visible !important;
}

#product-offer.lfs-pdp-3plus #gallery-prev.sl-ar .ar::before {
	content: "‹" !important;
	color: #2d53a0 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 34px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	transform: translateY(-3px) !important;
}

#product-offer.lfs-pdp-3plus #gallery-next.sl-ar .ar::before {
	content: "›" !important;
	color: #2d53a0 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 34px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	transform: translateY(-3px) !important;
}

#product-offer.lfs-pdp-3plus #gallery-prev.sl-ar:hover,
#product-offer.lfs-pdp-3plus #gallery-next.sl-ar:hover {
	background: #2d53a0 !important;
	border-color: #2d53a0 !important;
	box-shadow:
		0 10px 24px rgba(45, 83, 160, 0.28),
		0 0 0 4px rgba(45, 83, 160, 0.12) !important;
	transform: translateY(-50%) scale(1.04) !important;
}

#product-offer.lfs-pdp-3plus #gallery-prev.sl-ar:hover .ar::before,
#product-offer.lfs-pdp-3plus #gallery-next.sl-ar:hover .ar::before {
	color: #ffffff !important;
}

/* Mobile etwas kleiner, aber weiterhin weiter innen */
@media (max-width: 767.98px) {
	#product-offer.lfs-pdp-3plus #gallery-prev.sl-ar,
	#product-offer.lfs-pdp-3plus #gallery-next.sl-ar {
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
		min-height: 36px !important;
	}

	#product-offer.lfs-pdp-3plus #gallery-prev.sl-ar {
		left: 20px !important;
	}

	#product-offer.lfs-pdp-3plus #gallery-next.sl-ar {
		right: 20px !important;
	}

	#product-offer.lfs-pdp-3plus #gallery-prev.sl-ar .ar::before,
	#product-offer.lfs-pdp-3plus #gallery-next.sl-ar .ar::before {
		font-size: 32px !important;
	}
	div#paypal-button-productDetails-container {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}	
}

/* Tablet kleiner, aber weiterhin weiter innen */
@media (max-width: 1024px) {
	div#paypal-button-productDetails-container {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}	
}
