/**
 * EMPIRE — Tip Montaj + Extra selectat (ARTBuilding expert UI)
 * #052454 navy · #56ad56 green · montaj panel #1a5c1a
 */
.product-product .empire-extra-selected-wrap {
	margin: 12px 0 0;
	display: none;
}

.product-product .empire-extra-selected-wrap.is-visible {
	display: block;
}

.product-product .empire-extra-selected {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	grid-template-areas: "icon body remove";
	align-items: center;
	background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 55%, #eef6ee 100%);
	border: 1px solid #c8d8e8;
	border-left: 4px solid #56ad56;
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(5, 36, 84, 0.08);
	overflow: hidden;
	gap: 0;
}

.product-product .empire-extra-selected__icon {
	grid-area: icon;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	min-height: 44px;
	background: rgba(86, 173, 86, 0.12);
	color: #56ad56 !important;
	font-size: clamp(14px, 4vw, 18px);
}

.product-product .empire-extra-selected__body {
	grid-area: body;
	min-width: 0;
	padding: 8px 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 2px;
}

.product-product .empire-extra-selected__kicker {
	font-size: clamp(9px, 2.5vw, 10px);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #56ad56 !important;
	line-height: 1.2;
	margin: 0;
}

.product-product .empire-extra-selected__value {
	font-size: clamp(11px, 3.2vw, 13px);
	font-weight: 600;
	color: #052454 !important;
	line-height: 1.35;
	word-break: break-word;
	overflow-wrap: anywhere;
	hyphens: auto;
}

.product-product .empire-extra-selected__remove {
	grid-area: remove;
	align-self: center;
	margin: 0 8px 0 4px;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #c5d4e4;
	background: #fff;
	color: #052454 !important;
	font-size: clamp(9px, 2.5vw, 11px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 6px 10px;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	white-space: nowrap;
	flex-shrink: 0;
}

.product-product .empire-extra-selected__remove:hover,
.product-product .empire-extra-selected__remove:focus {
	background: #052454;
	border-color: #052454;
	color: #fff !important;
	outline: none;
}

/* —— Montaj block —— */
.product-product .extra-groups-wrapper.empire-extra-montaj {
	margin-top: 8px;
	padding: 4px 0 10px;
	background: linear-gradient(145deg, #227022 0%, #1a5c1a 48%, #134913 100%);
	border: 1px solid #0f3d0f;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(26, 92, 26, 0.35);
}

.product-product .extra-groups-wrapper.empire-extra-montaj .empire-extra-montaj__title,
.product-product .extra-groups-wrapper.empire-extra-montaj .ab-installation__header {
	margin-left: 4px;
	margin-right: 4px;
}

.product-product .empire-extra-montaj__title {
	color: #fff !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 3px 8px;
	border-bottom: none;
	background: linear-gradient(180deg, #1a5c1a 0%, #0f3d0f 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 3px;
	line-height: 1.2;
	display: inline-block;
}

.product-product .empire-extra-montaj__title-link {
	font-weight: 600;
	font-size: 10px;
	text-transform: none;
	letter-spacing: 0;
}

.product-product .empire-extra-montaj__title a {
	color: #e8f5e9 !important;
	text-decoration: none;
	font-weight: 600;
}

.product-product .empire-extra-montaj__title a:hover {
	text-decoration: underline;
	color: #fff !important;
}

.product-product .empire-extra-montaj__options {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.product-product .empire-extra-montaj__options .extra-group-option--extra,
.product-product .empire-extra-montaj__options .ab-installation__card {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.product-product .empire-extra-montaj__options .extra-group-option--extra:last-child,
.product-product .empire-extra-montaj__options .ab-installation__option:last-child .ab-installation__card {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.product-product .extra-group-value-off {
	display: none !important;
}

.product-product .extra-group-option--extra {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 7px;
	transition: border-color 0.15s, background 0.15s;
	cursor: pointer;
}

.product-product .extra-group-option--extra.is-selected {
	border-color: #56ad56;
	background: #f6fbf6;
	box-shadow: none;
}

.product-product .extra-group-option--extra.is-selected .extra-group-option-text {
	color: #052454 !important;
	font-weight: 600;
}

.product-product .extra-group-option--extra.is-selected .extra-group-price {
	background: #e4f3e4;
	border-color: #b8ddb8;
	color: #2d6b2d !important;
}

.product-product .extra-group-bulina-visual.is-on,
.product-product .extra-group-option--extra.is-selected .extra-group-bulina-visual {
	border-color: #56ad56 !important;
	background: #56ad56 !important;
	box-shadow: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

.product-product .extra-group-bulina-visual.is-on::after,
.product-product .extra-group-option--extra.is-selected .extra-group-bulina-visual::after {
	content: "";
	position: static;
	display: block;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) translateY(-1px);
	box-sizing: border-box;
	flex-shrink: 0;
}

.product-product .extra-group-option--extra:not(.is-selected) .extra-group-bulina-visual:not(.is-on) {
	border-color: #b0bec8 !important;
	background: #fff !important;
	box-shadow: none !important;
}

.product-product .extra-group-option-inner {
	display: grid !important;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	grid-template-areas: "bulina body price";
	align-items: center !important;
	gap: 4px 8px !important;
	padding: 7px 8px !important;
	width: 100%;
	box-sizing: border-box;
	min-height: 44px;
}

.product-product .extra-group-bulina-only {
	grid-area: bulina;
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 18px !important;
	flex-shrink: 0 !important;
	width: 18px !important;
	min-width: 18px !important;
	max-width: 18px !important;
	height: 18px !important;
	min-height: 18px !important;
	max-height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
	line-height: 0;
	align-self: center;
	overflow: visible;
}

.product-product .extra-group-bulina-only input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px;
	max-width: 18px;
	min-height: 18px;
	max-height: 18px;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
	z-index: 1;
	pointer-events: none !important;
}

.product-product .extra-group-bulina-only::before,
.product-product .extra-group-bulina-only::after {
	display: none !important;
	content: none !important;
}

.product-product .extra-group-bulina-visual {
	display: block;
	flex: 0 0 18px;
	width: 18px !important;
	min-width: 18px !important;
	max-width: 18px !important;
	height: 18px !important;
	min-height: 18px !important;
	max-height: 18px !important;
	aspect-ratio: 1 / 1;
	border: 2px solid #b0bec8;
	border-radius: 50% !important;
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
	pointer-events: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.product-product .extra-group-bulina-only input[type="radio"]:focus-visible + .extra-group-bulina-visual {
	outline: 2px solid #052454;
	outline-offset: 1px;
}

.product-product .extra-group-option-body {
	grid-area: body;
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	gap: 0 4px;
	line-height: 1.3;
}

.product-product .extra-group-option-text {
	pointer-events: none;
	display: inline;
	color: #334155 !important;
	font-size: clamp(10px, 2.8vw, 12px);
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.product-product .extra-group-price {
	grid-area: price;
	flex: 0 0 auto;
	flex-shrink: 0;
	pointer-events: none;
	font-weight: 700;
	font-size: clamp(10px, 2.6vw, 11px);
	color: #052454 !important;
	white-space: nowrap;
	padding: 2px 7px;
	background: #eef3f9;
	border: 1px solid #d0dce8;
	border-radius: 12px;
	line-height: 1.3;
	margin-left: 0 !important;
	justify-self: end;
}

.product-product .extra-group-option--extra.is-selected .extra-group-price {
	background: #e4f3e4;
	border-color: #b8ddb8;
	color: #2d6b2d !important;
}

/* Link info — lipit de text, fără underline */
.product-product .empire-extra-montaj .empire-montaj-info,
.product-product .empire-extra-montaj .btn-extra-info {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex !important;
	align-items: center;
	gap: 2px !important;
	margin: 0 0 0 3px !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	font-size: 11px !important;
	font-weight: 500;
	color: #56ad56 !important;
	text-decoration: none !important;
	cursor: pointer;
	line-height: 1.2;
	vertical-align: baseline;
	flex: 0 0 auto;
	min-width: auto !important;
	width: auto !important;
	pointer-events: auto;
	white-space: nowrap;
}

.product-product .empire-extra-montaj .empire-montaj-info:hover,
.product-product .empire-extra-montaj .empire-montaj-info:focus,
.product-product .empire-extra-montaj .btn-extra-info:hover,
.product-product .empire-extra-montaj .btn-extra-info:focus {
	color: #449d44 !important;
	text-decoration: none !important;
	outline: none;
}

.product-product .empire-montaj-info__text {
	font-size: 11px !important;
	color: inherit !important;
}

.product-product .empire-montaj-info__icon {
	font-size: 11px !important;
	color: inherit !important;
	line-height: 1;
}

.product-product .extra-group-option-inner .btn-extra-info {
	pointer-events: auto;
}

/* Ascunde rânduri fantomă (fără montaj) */
.product-product .extra-groups-wrapper .extra-group-option:not(.extra-group-option--extra):not(.radio),
.product-product .extra-groups-wrapper .extra-group-radio-off {
	display: none !important;
}

/* Badge-uri produs (Stoc, Garanție, Livrare) */
.product-product .empire-product-meta-badges {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	width: 100%;
	max-width: 100%;
	margin: 4px 0;
	font-size: clamp(9px, 2.8vw, 11px);
	box-sizing: border-box;
}

.product-product .empire-product-meta-badge {
	display: inline-flex !important;
	align-items: center;
	gap: 4px;
	border: 1px solid #dde8dd;
	border-radius: 4px;
	padding: 3px 8px;
	background: #f6fbf6;
	font-weight: 600;
	color: #1a1a1a;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: anywhere;
	min-width: 0;
	line-height: 1.25;
	box-sizing: border-box;
}

@media (max-width: 360px) {
	.product-product .empire-product-meta-badges {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.product-product .empire-product-meta-badge {
		padding: 3px 6px;
		font-size: 10px;
	}
}

@media (max-width: 699px) {
	.product-product .empire-extra-selected {
		grid-template-columns: 34px minmax(0, 1fr);
		grid-template-areas:
			"icon body"
			"remove remove";
	}

	.product-product .empire-extra-selected__body {
		padding: 8px 8px 4px 0;
	}

	.product-product .empire-extra-selected__remove {
		width: calc(100% - 16px);
		margin: 0 8px 8px;
		justify-self: stretch;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.product-product .extra-groups-wrapper.empire-extra-montaj {
		padding: 3px 0 8px;
	}

	.product-product .extra-group-option-inner {
		grid-template-columns: 22px minmax(0, 1fr) auto;
		grid-template-areas: "bulina body price";
		align-items: center !important;
		gap: 4px 8px !important;
		padding: 7px 8px !important;
		min-height: 44px;
	}

	.product-product .extra-group-bulina-only {
		align-self: center;
		margin-top: 0;
	}

	.product-product .extra-group-price {
		justify-self: end;
		margin-left: 0 !important;
	}

	.product-product .empire-extra-montaj .empire-montaj-info,
	.product-product .empire-extra-montaj .btn-extra-info {
		white-space: normal;
		flex-wrap: wrap;
	}

	.product-product .empire-extra-selected__icon {
		min-height: 38px;
	}

	.product-product .empire-extra-selected__body {
		padding: 8px 8px 4px 0;
	}

	.product-product .extra-groups-wrapper .radio.extra-group-option > label {
		flex-wrap: wrap !important;
		padding: 7px 8px !important;
		gap: 6px !important;
	}

	.product-product .extra-groups-wrapper .extra-group-price {
		margin-left: 26px !important;
	}
}

@media (max-width: 380px) {
	.product-product .empire-extra-selected {
		border-radius: 8px;
	}

	.product-product .empire-extra-selected__icon {
		min-height: 34px;
		width: 34px;
	}

	.product-product .empire-extra-montaj__title {
		font-size: 10px;
		letter-spacing: 0.05em;
	}

	.product-product .extra-group-option-inner {
		padding: 7px 6px !important;
		gap: 3px 6px !important;
	}

	.product-product .empire-montaj-info__text {
		font-size: 10px !important;
	}

	.product-product .extra-groups-wrapper .extra-group-price {
		font-size: 10px !important;
		padding: 2px 6px !important;
	}
}

@media (max-width: 320px) {
	.product-product .empire-extra-selected__remove {
		font-size: 9px;
		padding: 5px 8px;
	}

	.product-product .extra-group-option-text {
		font-size: 10px;
	}

	.product-product .extra-groups-wrapper.empire-extra-montaj {
		padding: 3px 0 7px;
		margin-top: 6px;
	}
}

/* Fallback markup OCMOD vechi */
.product-product .extra-groups-wrapper .extra-group-option:has(input[value="0"]),
.product-product .extra-groups-wrapper .radio.extra-group-option:has(input[value="0"]) {
	display: none !important;
}

.product-product .extra-groups-wrapper .radio.extra-group-option {
	margin: 0 0 6px !important;
	padding: 0 !important;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 7px;
}

.product-product .extra-groups-wrapper .radio.extra-group-option:last-child {
	margin-bottom: 0 !important;
}

.product-product .extra-groups-wrapper .radio.extra-group-option.is-selected {
	border-color: #56ad56;
	background: #f6fbf6;
	box-shadow: none;
}

.product-product .extra-groups-wrapper .radio.extra-group-option > label {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 7px 10px !important;
	margin: 0 !important;
	width: 100%;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 12px;
	color: #334155 !important;
	line-height: 1.25;
	position: relative;
}

.product-product .extra-groups-wrapper .radio.extra-group-option > label > input[type="radio"] {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	flex: none;
	z-index: 2;
	cursor: pointer;
}

.product-product .extra-groups-wrapper .radio.extra-group-option > label::before {
	content: '';
	flex: 0 0 18px !important;
	flex-shrink: 0 !important;
	width: 18px !important;
	min-width: 18px !important;
	max-width: 18px !important;
	height: 18px !important;
	min-height: 18px !important;
	max-height: 18px !important;
	aspect-ratio: 1 / 1;
	border: 2px solid #b0bec8;
	border-radius: 50% !important;
	background: #fff;
	box-sizing: border-box;
}

.product-product .extra-groups-wrapper .radio.extra-group-option.is-selected > label::before {
	border-color: #56ad56;
	background: #56ad56;
	box-shadow: none;
}

.product-product .extra-groups-wrapper.empire-extra-montaj .radio.extra-group-option.is-selected > label::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.product-product .extra-groups-wrapper.empire-extra-montaj .radio.extra-group-option.is-selected > label::after {
	content: "";
	display: block;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) translateY(-1px);
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	box-sizing: border-box;
}

.product-product .extra-groups-wrapper .extra-group-title:not(.empire-extra-montaj__title) {
	color: #052454 !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	margin: 0 0 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e8eef4;
}

.product-product .extra-groups-wrapper:not(.empire-extra-montaj) {
	margin-top: 10px;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #d8e2ec;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(5, 36, 84, 0.04);
}

.product-product .extra-groups-wrapper .extra-group-price {
	pointer-events: none;
	flex: 0 0 auto;
	flex-shrink: 0;
	margin-left: auto !important;
	font-size: 11px !important;
	padding: 2px 7px !important;
}

.product-product .extra-groups-wrapper .radio.extra-group-option > label > *:not(input) {
	pointer-events: none;
}

.product-product .extra-groups-wrapper .radio.extra-group-option > label .btn-extra-info {
	pointer-events: auto;
}

/* —— Popup Tip Montaj (fullscreen + scroll progress) —— */
html.emp-extra-popup-open,
html.emp-extra-popup-open body {
	overflow: hidden !important;
	touch-action: none;
}

/* Ascunde WhatsApp / Apel rapid + scroll-top când popup-ul e deschis */
html.emp-extra-popup-open .ab43-mfoot,
body.emp-extra-popup-open .ab43-mfoot,
html.emp-extra-popup-open .ab43-mfoot.mmos-hidden-by-cart {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
}

html.emp-extra-popup-open #back-top,
html.emp-extra-popup-open .back-to-top,
html.emp-extra-popup-open .scrollup,
html.emp-extra-popup-open a[href="#top"] {
	display: none !important;
	visibility: hidden !important;
}

.emp-extra-popup {
	display: none;
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	inset: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	height: 100dvh !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	z-index: 100000060;
	align-items: stretch;
	justify-content: stretch;
	box-sizing: border-box;
	transform: none !important;
	overflow: hidden;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.emp-extra-popup.is-open {
	display: flex !important;
}

.emp-extra-popup__panel {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	background: #fff;
	border-radius: 0 !important;
	overflow: hidden;
	box-shadow: none;
	box-sizing: border-box;
}

.emp-extra-popup__progress {
	position: relative;
	flex: 0 0 auto;
	height: 4px;
	background: rgba(26, 92, 26, 0.12);
	overflow: hidden;
}

.emp-extra-popup__progress-bar {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, #1a5c1a 0%, #2e8b2e 55%, #56ad56 100%);
	box-shadow: 0 0 8px rgba(86, 173, 86, 0.45);
	transition: width 0.12s linear;
	will-change: width;
}

.emp-extra-popup__header {
	position: relative;
	display: block;
	padding: 10px 56px 10px 12px;
	border-bottom: 1px solid #e8eee8;
	background: linear-gradient(180deg, #f7faf7 0%, #eef5ee 100%);
	flex: 0 0 auto;
	width: 100%;
	box-sizing: border-box;
	min-width: 0;
	overflow: visible;
}

.emp-extra-popup__title {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	font-size: clamp(13px, 3.5vw, 16px);
	color: #1a5c1a;
	font-weight: 700;
	line-height: 1.3;
	padding: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

/* Anulează .extra-popup-close din empire.css care taia butonul */
.emp-extra-popup .emp-extra-popup__close,
.emp-extra-popup button.extra-popup-close,
.emp-extra-popup .extra-popup-close.emp-extra-popup__close {
	appearance: none !important;
	-webkit-appearance: none !important;
	position: absolute !important;
	top: 50% !important;
	right: 10px !important;
	left: auto !important;
	bottom: auto !important;
	transform: translateY(-50%) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	border-radius: 8px !important;
	border: 1px solid rgba(26, 92, 26, 0.22) !important;
	background: rgba(26, 92, 26, 0.1) !important;
	color: #1a5c1a !important;
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
	z-index: 5 !important;
	float: none !important;
}

.emp-extra-popup .emp-extra-popup__close:hover,
.emp-extra-popup .emp-extra-popup__close:focus,
.emp-extra-popup button.extra-popup-close:hover,
.emp-extra-popup button.extra-popup-close:focus {
	background: rgba(26, 92, 26, 0.18) !important;
	color: #134913 !important;
	outline: none !important;
}

.emp-extra-popup__body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.emp-extra-popup__iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	background: #fff;
}

/* —— Popup montaj structurat (Poppins, fără iframe) —— */
.emp-extra-popup__panel,
.emp-montaj-detail {
	font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
}

.emp-montaj-detail {
	padding: 14px 16px 20px;
	color: #334155;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
}

.emp-montaj-detail__kicker {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #56ad56;
}

.emp-montaj-detail__intro {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 400;
	color: #475569;
	line-height: 1.6;
}

.emp-montaj-detail__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 16px;
}

.emp-montaj-detail__card {
	background: linear-gradient(180deg, #f8fbf8 0%, #f2f7f2 100%);
	border: 1px solid #dce8dc;
	border-radius: 10px;
	padding: 12px 14px;
}

.emp-montaj-detail__card--notes {
	background: linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
	border-color: #d4deea;
}

.emp-montaj-detail__card-title,
.emp-montaj-detail__section-title {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #1a5c1a;
	line-height: 1.3;
}

.emp-montaj-detail__section-title {
	color: #052454;
	margin-bottom: 8px;
}

.emp-montaj-detail__list,
.emp-montaj-detail__notes {
	list-style: none;
	margin: 0;
	padding: 0;
}

.emp-montaj-detail__item {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	margin-bottom: 8px;
}

.emp-montaj-detail__item:last-child {
	margin-bottom: 0;
}

.emp-montaj-detail__check {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #56ad56;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 1px;
}

.emp-montaj-detail__check::after {
	content: "";
	display: block;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) translateY(-1px);
	box-sizing: border-box;
}

.emp-montaj-detail__item-body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.emp-montaj-detail__item-title {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #052454;
	line-height: 1.35;
}

.emp-montaj-detail__item-text {
	display: block;
	font-size: 11px;
	font-weight: 400;
	color: #64748b;
	line-height: 1.45;
}

.emp-montaj-detail__notes li {
	display: grid;
	grid-template-columns: 8px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	margin-bottom: 7px;
	font-size: 11px;
	font-weight: 400;
	color: #475569;
	line-height: 1.45;
}

.emp-montaj-detail__notes li:last-child {
	margin-bottom: 0;
}

.emp-montaj-detail__note-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #56ad56;
	margin-top: 6px;
}

.emp-montaj-detail__table-wrap {
	overflow-x: auto;
	border-radius: 8px;
	border: 1px solid #d4deea;
}

.emp-montaj-detail__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	font-weight: 400;
}

.emp-montaj-detail__table thead th {
	background: #052454;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 9px 12px;
	text-align: left;
	white-space: nowrap;
}

.emp-montaj-detail__table tbody td {
	padding: 8px 12px;
	border-top: 1px solid #e2e8f0;
	color: #334155;
	vertical-align: top;
}

.emp-montaj-detail__table tbody tr:nth-child(even) td {
	background: #f8fafc;
}

.emp-montaj-detail__table tbody td:last-child {
	text-align: right;
	white-space: nowrap;
	color: #052454;
	font-weight: 600;
}

.emp-montaj-detail__empty {
	margin: 0;
	color: #94a3b8;
	font-size: 13px;
	text-align: center;
	padding: 24px 12px;
}

/* HTML din descrierea serviciului (data-description) — fără iframe */
.emp-montaj-detail__html {
	font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
	font-weight: 400;
}

.emp-montaj-detail__html #art-montaj-expert {
	font-family: inherit;
	font-weight: 400;
}

.emp-montaj-detail__html #art-montaj-expert .art-container {
	max-width: 100%;
	padding: 0;
}

.emp-montaj-detail__html #art-montaj-expert .art-section {
	padding: 8px 0 4px;
}

.emp-montaj-detail__html #art-montaj-expert .hero-card {
	padding: 18px 16px;
	margin-bottom: 14px;
}

.emp-montaj-detail__html #art-montaj-expert h1,
.emp-montaj-detail__html #art-montaj-expert h2,
.emp-montaj-detail__html #art-montaj-expert h3 {
	font-family: inherit !important;
	font-weight: 700 !important;
	text-transform: none !important;
	line-height: 1.35;
}

.emp-montaj-detail__html #art-montaj-expert .hero-card h1 {
	font-size: 16px !important;
	margin-bottom: 8px !important;
}

.emp-montaj-detail__html #art-montaj-expert .hero-card p {
	font-size: 13px !important;
	font-weight: 400 !important;
}

.emp-montaj-detail__html #art-montaj-expert i.bi {
	display: none !important;
}

.emp-montaj-detail__html #art-montaj-expert ul li::before {
	content: "" !important;
	font-family: inherit !important;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #56ad56;
	top: 7px;
	left: 4px;
	font-size: 0;
	line-height: 0;
}

.emp-montaj-detail__html #art-montaj-expert .seo-footer {
	margin-top: 18px;
	padding: 14px 12px;
}

.emp-montaj-detail__html #art-montaj-expert .contact-strip {
	padding: 16px;
	margin-top: 16px;
}

.product-product .empire-extra-montaj button.btn-extra-info {
	-webkit-appearance: none;
	appearance: none;
}

@media (max-width: 767px) {
	.emp-montaj-detail {
		padding: 12px 12px 18px;
		font-size: 12px;
	}

	.emp-montaj-detail__grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.emp-montaj-detail__table thead th {
		font-size: 9px;
		padding: 8px 10px;
	}

	.emp-montaj-detail__table tbody td {
		padding: 7px 10px;
		font-size: 11px;
	}
}

@media (min-width: 768px) {
	.emp-montaj-detail {
		padding: 18px 24px 28px;
		font-size: 14px;
	}

	.emp-montaj-detail__item-title {
		font-size: 13px;
	}

	.emp-montaj-detail__item-text,
	.emp-montaj-detail__notes li {
		font-size: 12px;
	}
}


.emp-extra-popup__footer {
	padding: 10px 14px;
	padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid #e8eee8;
	background: #f7faf7;
	text-align: center;
	flex-shrink: 0;
}

.emp-extra-popup__return {
	background: linear-gradient(180deg, #227022 0%, #1a5c1a 100%);
	color: #fff;
	border: none;
	padding: 11px 22px;
	border-radius: 6px;
	cursor: pointer;
	font-size: clamp(13px, 3.4vw, 15px);
	font-weight: 600;
	width: 100%;
	max-width: 420px;
	box-shadow: 0 2px 8px rgba(26, 92, 26, 0.25);
}

.emp-extra-popup__return:hover,
.emp-extra-popup__return:focus {
	background: linear-gradient(180deg, #1a5c1a 0%, #134913 100%);
	outline: none;
}

@media (min-width: 768px) {
	.emp-extra-popup__header {
		padding: 12px 64px 12px 20px;
	}

	.emp-extra-popup .emp-extra-popup__close,
	.emp-extra-popup button.extra-popup-close {
		right: 16px !important;
		width: 42px !important;
		height: 42px !important;
		min-width: 42px !important;
		min-height: 42px !important;
	}

	.emp-extra-popup__footer {
		padding: 12px 20px;
		padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
		text-align: right;
	}

	.emp-extra-popup__return {
		width: auto;
		min-width: 220px;
	}
}

@media (max-width: 480px) {
	.emp-extra-popup__progress {
		height: 3px;
	}

	.emp-extra-popup__header {
		padding: 10px 54px 10px 10px;
	}

	.emp-extra-popup__title {
		font-size: 12px;
	}

	.emp-extra-popup .emp-extra-popup__close,
	.emp-extra-popup button.extra-popup-close {
		right: 8px !important;
		width: 40px !important;
		height: 40px !important;
		min-width: 40px !important;
		min-height: 40px !important;
		font-size: 20px !important;
	}

	.emp-extra-popup__footer {
		padding: 6px 8px;
		padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px));
	}

	.emp-extra-popup__return {
		padding: 10px 12px;
		font-size: 13px;
		border-radius: 5px;
	}
}

/* —— ArtBuilding Installation Selector (ab-installation) —— */
.product-product .ab-installation__options {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.product-product .ab-installation__option {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.product-product .ab-installation__card {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	grid-template-areas: "bullet copy price";
	align-items: center;
	gap: 8px 10px;
	width: 100%;
	margin: 0;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	cursor: pointer;
	box-sizing: border-box;
	min-height: 48px;
	transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.product-product .ab-installation__option.is-selected .ab-installation__card,
.product-product .ab-installation__card:has(.ab-installation__radio:checked) {
	border-color: #56ad56;
	background: #f6fbf6;
	box-shadow: 0 0 0 1px rgba(86, 173, 86, 0.12);
}

.product-product .ab-installation__radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.product-product .ab-installation__bullet {
	grid-area: bullet;
	width: 20px;
	height: 20px;
	border: 2px solid #b0bec8;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	align-self: center;
	justify-self: center;
	position: relative;
	flex-shrink: 0;
}

.product-product .ab-installation__option.is-selected .ab-installation__bullet,
.product-product .ab-installation__card:has(.ab-installation__radio:checked) .ab-installation__bullet {
	border-color: #56ad56;
	background: #56ad56;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.product-product .ab-installation__option.is-selected .ab-installation__bullet::after,
.product-product .ab-installation__card:has(.ab-installation__radio:checked) .ab-installation__bullet::after {
	content: "";
	display: block;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) translateY(-1px);
	box-sizing: border-box;
}

.product-product .ab-installation__copy {
	grid-area: copy;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.product-product .ab-installation__name {
	font-size: clamp(11px, 3vw, 13px);
	font-weight: 600;
	color: #052454;
	line-height: 1.3;
}

.product-product .ab-installation__desc {
	font-size: clamp(10px, 2.8vw, 11px);
	color: #64748b;
	line-height: 1.3;
}

.product-product .ab-installation__price {
	grid-area: price;
	font-size: clamp(10px, 2.8vw, 12px);
	font-weight: 700;
	color: #052454;
	white-space: nowrap;
	padding: 3px 8px;
	background: #eef3f9;
	border: 1px solid #d0dce8;
	border-radius: 999px;
	align-self: center;
	justify-self: end;
}

.product-product .ab-installation__option.is-selected .ab-installation__price,
.product-product .ab-installation__card:has(.ab-installation__radio:checked) .ab-installation__price {
	background: #e4f3e4;
	border-color: #b8ddb8;
	color: #2d6b2d;
}

.product-product .ab-installation__details {
	align-self: flex-start;
	margin: 0 0 0 34px;
	padding: 0;
	border: 0;
	background: none;
	color: #56ad56;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
}

.product-product .ab-installation__option.is-selected .ab-installation__name,
.product-product .ab-installation__card:has(.ab-installation__radio:checked) .ab-installation__name {
	color: #052454;
}

@media (max-width: 575px) {
	.product-product .ab-installation__card {
		padding: 9px 10px;
		min-height: 46px;
	}
}

