.product_page_gallery {
	position: relative;
	overflow: hidden;
}

.gallery_top {
	position: relative;
	margin-bottom: 15px;
}

.large_images {
	overflow: hidden;
	transition-property: transform;
	transition-duration: 300ms;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-transform-style: preserve-3d;
}

.large_images.touching {
	transition-property: none;
}

.large_image {
	float: left;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-transform-style: preserve-3d;
	display: flex;
	justify-content: center;
	height: 500px;
}

.large_image a {
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-transform-style: preserve-3d;
	display: inherit;
}

.large_image img {
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-transform-style: preserve-3d;
}

.gallery_bottom {
	overflow: auto;
}

.thumb_images {
	text-align: center;
	overflow: hidden;
	margin: auto;
}

.thumb_image {
	float: left;
	cursor: pointer;
	margin-right: 15px;
	border: 2px solid transparent;
	line-height: 1;
	overflow: hidden;
	padding: 3px;
}

.thumb_image.active {
	border-color: #3cafcb;
}

.thumb_image:last-child {
	margin-right: 0;
}

.thumb_images img {
	width: 80px;
	display: block;
	height: auto;
}

.product_page_gallery .large_image img {
	border-radius: 0;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	margin: auto;
	cursor: pointer;
}

button.fullscreen.fullscreen-button {
	display: none !important;
}

.animation_video_wrapper {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

video.animation_video {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

@media (max-width: 1199px) {
	.product_page_gallery .large_image img {
		width: auto;
	}
}

@media (max-width: 1399px) {
	.large_image {
		height: 463px;
	}
}

@media (max-width: 1199px) {
	.large_image {
		height: 384px;
	}
}

@media (max-width: 767px) {
	.large_image {
		height: 280px;
	}
}

@media (max-width: 399px) {
	.large_image {
		height: 240px;
	}
}

.product_gallery_arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 72px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 100%;
	height: 100px;
	z-index: 2;
	background-size: 32px;
}

.gallery_top:hover .product_gallery_arrow {
	display: block;
}

.product_gallery_arrow.left {
	left: 0;
	background-image: url(/wp-content/themes/designspiegels/asset/img/arrow-left-fixed.svg);
	background-position: 20px center;
}

.product_gallery_arrow.right {
	right: 0;
	background-image: url(/wp-content/themes/designspiegels/asset/img/arrow-right.svg);
	background-position: right 20px center;
}

.first_image_active .product_gallery_arrow.left {
	display: none;
}

.last_image_active .product_gallery_arrow.right {
	display: none;
}

.one_image .gallery_arrows {
	display: none !important;
}

.one_image .gallery_top,
.one_image .large_image {
	margin-bottom: 0;
}

.pp_gallery {
	display: none !important;
}

.gallery_zoom {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 32px;
	height: 32px;
	display: block;
	cursor: pointer;
	background-color: #3cafcb;
	background-image: url(../img/zoom.svg);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.product_page_gallery .rll-youtube-player {
	width: 100%;
}

.product_page_gallery .large_image.youtube img {
	max-height: none;
}

.large_image.youtube {
	align-items: center;
}

.youtube_thumb {
	width: 80px;
	height: 80px;
	background-position: center;
	background-size: auto 106px;
	position: relative;
}

.youtube_thumb:before {
	content: '';
	width: 31px;
	display: block;
	height: 23px;
	background-image: url(/wp-content/plugins/wp-rocket/assets/img/youtube.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product_page_gallery .rll-youtube-player:focus-within {
	outline: none !important;
}

.product_page_gallery .rll-youtube-player:hover img {
	-webkit-filter: brightness(90%);
}

.product_page_gallery .large_image.youtube img {
	width: 100%;
}

.popup_image.youtube .rll-youtube-player {
	width: 480px;
}

@media (max-width: 917px) and (min-width: 501px) {
	.gallery_top {
		max-width: 500px;
		margin: auto;
		overflow: hidden;
	}
}

@media (max-width: 916px) {
	.product_page_gallery {
		margin-bottom: 25px;
	}
}

@media (min-width: 768px) {
	#mobile_element {
		display: none;
	}

	.gallery_bottom {
		-ms-overflow-style: none;  /* Internet Explorer 10+ */
		scrollbar-width: none;  /* Firefox */
	}
	.gallery_bottom::-webkit-scrollbar { 
		display: none;  /* Safari and Chrome */
	}
}

@media (max-width: 767px) {
	.gallery_zoom {
		right: 4px;
	}

	.gallery_bottom::-webkit-scrollbar {
		-webkit-appearance: none;
		display: none;
		width: 0px;
		background: transparent;
	}

	.thumb_images img {
		width: 52px;
		height: auto;
	}

	.youtube_thumb {
		width: 52px;
		height: 52px;
	}

	.thumb_image {
		margin-right: 10px;
	}

	.product_gallery_arrow {
		display: block;
		width: 40px;
		height: 60px;
		top: 50%;
		transform: translate(0, -50%);
		background-position: center !important;
		background-size: 30px;
	}

	.gallery_top .product__seasons .season {
		width: 4rem;
		height: 4rem;
		margin: 0.7rem 0;
	}
}
