.swiper-button-next,
.swiper-button-prev {
	background: #FFFFFF99;
	border-radius: 10px;
	padding: 20px;
	font-weight: 600;
	width: 40px !important;
	height: 40px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-weight: 600;
	font-size: 14px !important;
}

.acf_product_gallery_main .swiper-slide {
	height: 700px;
	border-radius: 20px;
	overflow: hidden;
}

.acf_product_gallery_main .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.acf_product_gallery_main .swiper-slide video {
	height: 100%;
	max-height: 700px;
	width: 100%;
	object-fit: cover;
}

.acf_product_gallery_thumbs {
	margin-top: 10px;
}
.acf_product_gallery_thumbs .swiper-slide {
	width: 105px;
	height: 131px;
	border-radius: 6px;
}
.acf_product_gallery_thumbs .swiper-slide:not(.swiper-slide-thumb-active) {
	cursor: pointer;
}

.acf_product_gallery_thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.acf_product_gallery_thumbs .swiper-slide.swiper-slide-thumb-active {
	background: linear-gradient(122.14deg, #BE965D 8.53%, #976F40 32.2%, #C99B61 44.74%, #F0BE7B 56%, #FFCB85 61.88%, #EEBC79 68.77%, #C0935B 82.44%, #976F40 93.55%);
    padding: 2px;
}

.acf_product_gallery_thumbs .swiper-slide.swiper-slide-thumb-active img {
	border-radius: 4px;
}

.acf_product_gallery_thumbs .swiper-slide.acf_product_gallery_thumbs_video_preview {
	position: relative;
}
.acf_product_gallery_thumbs .swiper-slide.acf_product_gallery_thumbs_video_preview::after {
	content: '';
	background-color: #00000066;
	width: 100%;
	height: 100%;
	display: block;
	background-image: url('../icons/play-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 6px;
}
.acf_product_gallery_thumbs .swiper-slide.swiper-slide-thumb-active.acf_product_gallery_thumbs_video_preview::after {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 4px;
	margin: auto;
	right: 0;
	bottom: 0;
}

.acf_product_gallery_main_video_wrapper {
	width: 100%;
	height: 100%;
}

.acf_product_gallery_main_video_wrapper video {
	display: none;
}

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

.acf_product_gallery_main_video_wrapper::after {
	content: '';
	background-color: #00000066;
	width: 100%;
	height: 100%;
	display: block;
	background-image: url('../icons/play-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 6px;
	cursor: pointer;
}

.acf_product_gallery_main_video_wrapper.acf_product_gallery_main_video_wrapper--active::after {
	content: unset;
}

.acf_product_gallery_main_video_wrapper.acf_product_gallery_main_video_wrapper--active video {
	display: inline;
}

.acf_product_gallery_main_video_wrapper.acf_product_gallery_main_video_wrapper--active img {
	display: none;
}

@media(max-width: 550px) {
	.acf_product_gallery_main .swiper-slide {
		height: 500px;
	}
	.acf_product_gallery_thumbs .swiper-slide {
		height: 100px;
	}
}