/* Gallery: Elementor's desktop sticky mode lets the thumbnail rail overlap the
 * active image while the page scrolls. Haibike galleries remain in normal flow. */
.efz-haibike-product {
	padding-bottom: 0 !important;
	overflow-x: hidden !important;
}

.efz-haibike-product .product_image_slider__container,
.efz-haibike-product .product_image_slider__container > .swiper,
.efz-haibike-product .product_image_slider__thumbs > .swiper {
	max-width: 100%;
	overflow: hidden !important;
}

.efz-haibike-product .elementor-widget-eael-woo-product-images,
.efz-haibike-product .elementor-widget-eael-woo-product-images.elementor-sticky--active {
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	width: 100% !important;
	transform: none !important;
}

.efz-haibike-product .elementor-widget-eael-woo-product-images + .elementor-sticky__spacer,
.efz-haibike-product .elementor-widget-eael-woo-product-images .elementor-sticky__spacer {
	display: none !important;
}

.efz-haibike-product .eael-single-product-images,
.efz-haibike-product .product_image_slider,
.efz-haibike-product .product_image_slider__container {
	position: relative;
	isolation: isolate;
}

.efz-haibike-product .product_image_slider__thumbs {
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	z-index: 2;
	clear: both;
	margin-top: 18px;
	overflow: hidden;
	background: #fff;
}

/* Variation selector layout. The real WooCommerce selects remain accessible to
 * scripts and assistive technology while the visual controls drive them. */
.efz-haibike-product form.variations_form table.variations,
.efz-haibike-product form.variations_form table.variations tbody,
.efz-haibike-product form.variations_form table.variations tr,
.efz-haibike-product form.variations_form table.variations th,
.efz-haibike-product form.variations_form table.variations td {
	display: block;
	width: 100%;
}

.efz-haibike-product form.variations_form table.variations {
	margin: 0 0 16px;
	border: 0;
}

.efz-haibike-product form.variations_form table.variations tr {
	position: relative;
	margin: 0;
	padding: 12px 0;
	border: 0;
	border-bottom: 1px solid #d8d8d8;
}

.efz-haibike-product form.variations_form table.variations th.label {
	margin: 0 0 8px;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
}

.efz-haibike-product form.variations_form table.variations td.value {
	position: static;
	padding: 0;
}

.efz-haibike-product form.variations_form table.variations select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.efz-haibike-product .efz-haibike-choices {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: flex-start;
}

.efz-haibike-product .efz-haibike-choice {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 36px;
	padding: 7px 10px;
	border: 1px solid #d5d8dc !important;
	border-radius: 0;
	background: #fff !important;
	background-color: #fff !important;
	color: #171717 !important;
	font: inherit;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.efz-haibike-product .efz-haibike-choice:hover,
.efz-haibike-product .efz-haibike-choice:focus-visible {
	border-color: #111 !important;
	background: #fff !important;
	outline: none;
	box-shadow: 0 0 0 1px #111;
}

.efz-haibike-product .efz-haibike-choice.is-selected {
	border-color: #111 !important;
	background: #fff !important;
	box-shadow: 0 0 0 1px #111;
}

.efz-haibike-product .efz-haibike-choice:disabled,
.efz-haibike-product .efz-haibike-choice.is-disabled {
	opacity: .32;
	cursor: not-allowed;
	text-decoration: line-through;
	box-shadow: none;
}

.efz-haibike-product .efz-haibike-choice--frame {
	flex-direction: column;
	gap: 5px;
	width: 92px;
	min-height: 76px;
	padding: 6px;
}

.efz-haibike-product .efz-haibike-choice--frame img {
	display: block;
	width: 74px;
	height: 44px;
	object-fit: contain;
}

.efz-haibike-product .efz-haibike-choice--color {
	gap: 10px;
	min-width: 44px;
	padding: 5px;
	border-color: transparent !important;
	box-shadow: none;
}

.efz-haibike-product .efz-haibike-choice--color:hover,
.efz-haibike-product .efz-haibike-choice--color:focus-visible,
.efz-haibike-product .efz-haibike-choice--color.is-selected {
	border-color: transparent !important;
	box-shadow: none;
}

.efz-haibike-product .efz-haibike-color-dot {
	display: block;
	width: 30px;
	height: 30px;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1.5px #777;
}

.efz-haibike-product .efz-haibike-choice--color.is-selected .efz-haibike-color-dot {
	box-shadow: 0 0 0 2px #111;
}

.efz-haibike-product .reset_variations {
	position: static !important;
	float: none !important;
	clear: both !important;
	display: block !important;
	width: max-content;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	font-size: 13px;
	line-height: 1.4;
}

/* Essential Addons uses a lower Magnific Popup z-index than the Elementor
 * header. Keep the image modal above every sticky header/menu layer. */
.efz-haibike-product .mfp-bg.eael-pi {
	z-index: 2147483640 !important;
}

.efz-haibike-product .mfp-wrap.eael-pi {
	z-index: 2147483641 !important;
}

.efz-haibike-product .mfp-wrap.eael-pi .mfp-container {
	padding: 36px 64px !important;
}

.efz-haibike-product .mfp-wrap.eael-pi .mfp-content,
.efz-haibike-product .mfp-wrap.eael-pi .mfp-figure {
	max-width: calc(100vw - 128px) !important;
}

.efz-haibike-product .mfp-wrap.eael-pi img.mfp-img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: calc(100vw - 128px) !important;
	max-height: calc(100vh - 72px) !important;
	margin: auto;
	padding: 0 !important;
	object-fit: contain;
}

.efz-haibike-product .mfp-wrap.eael-pi .mfp-close {
	position: fixed !important;
	top: 14px !important;
	right: 18px !important;
	left: auto !important;
	z-index: 2147483642 !important;
	width: 44px !important;
	height: 44px !important;
	border-radius: 50%;
	background: rgba(0, 0, 0, .55) !important;
	color: #fff !important;
	font-size: 32px;
	line-height: 44px !important;
	opacity: 1 !important;
}

@media (max-width: 767px) {
	.efz-haibike-product .mfp-wrap.eael-pi .mfp-container {
		padding: 54px 16px 24px !important;
	}

	.efz-haibike-product .mfp-wrap.eael-pi .mfp-content,
	.efz-haibike-product .mfp-wrap.eael-pi .mfp-figure,
	.efz-haibike-product .mfp-wrap.eael-pi img.mfp-img {
		max-width: calc(100vw - 32px) !important;
	}
}

@media (max-width: 767px) {
	.efz-haibike-product .efz-haibike-choice--frame {
		width: calc(50% - 5px);
		max-width: 130px;
	}

	.efz-haibike-product form.variations_form table.variations tr {
		padding: 12px 0;
	}
}
