.xgpef-cover-image-element .elementor-widget-container,
.xgpef-cover-image-element .elementor-image {
	height: 100%;
	width: 100%;
}

.xgpef-cover-image-element img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.xgpef-technical-specifications {
	background: #000;
	box-sizing: border-box;
	color: #fff;
	margin: 0;
	padding: 48px max(32px, calc((100vw - 1200px) / 2));
	width: 100%;
}

.xgpef-technical-specifications__inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.xgpef-technical-specifications--embedded {
	background: transparent;
	padding: 0;
}

body.single-product .xgpef-technical-specifications-section {
	background: #000 !important;
	box-sizing: border-box !important;
	color: #fff !important;
	display: block !important;
	height: auto !important;
	margin: 0 !important;
	max-width: none !important;
	overflow: hidden !important;
	padding: 48px max(32px, calc((100vw - 1200px) / 2)) !important;
	width: 100% !important;
}

body.single-product .xgpef-technical-specifications-layout {
	background: transparent !important;
	display: block !important;
	height: auto !important;
	margin: 0 auto !important;
	max-width: 1200px !important;
	padding: 0 !important;
	width: 100% !important;
}

body.single-product .xgpef-technical-specifications-section .xgpef-technical-specifications--embedded,
body.single-product .xgpef-technical-specifications-section .xgpef-technical-specifications__inner {
	background: transparent !important;
	height: auto !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.single-product .xgpef-technical-specifications-promo,
body.single-product .xgmpd-specifications-promo {
	display: none !important;
}

.xgpef-technical-specifications h2 {
	color: #fff;
	font-size: clamp(24px, 2vw, 32px);
	line-height: 1.2;
	margin: 0 0 28px;
}

.xgpef-technical-specifications__grid {
	display: grid;
	gap: 24px clamp(40px, 8vw, 120px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.xgpef-technical-specifications__item {
	margin: 0;
	min-width: 0;
}

.xgpef-technical-specifications dt,
.xgpef-technical-specifications dd {
	color: #fff;
	margin: 0;
}

.xgpef-technical-specifications dt {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.xgpef-technical-specifications dd {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	margin-top: 4px;
	overflow-wrap: anywhere;
}

@media (max-width: 767px) {
	.xgpef-technical-specifications {
		padding: clamp(28px, 7vw, 40px) clamp(22px, 6.4vw, 36px) clamp(46px, 11vw, 68px);
	}

	.xgpef-technical-specifications__grid {
		gap: 22px 18px;
	}

	body.single-product .xgpef-technical-specifications-section {
		padding: clamp(28px, 7vw, 40px) clamp(22px, 6.4vw, 36px) clamp(46px, 11vw, 68px) !important;
	}
}

@media (max-width: 380px) {
	.xgpef-technical-specifications__grid {
		grid-template-columns: 1fr;
	}
}
