.woocommerce-product-gallery .owl-nav>div.disabled {
	color: var(--color-gray-400);
	cursor: default;
}

.woocommerce-product-gallery .owl-loaded:after, .woocommerce-product-gallery .owl-loaded:before {
	content: none;
}

.woocommerce-product-gallery .owl-dots {
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	pointer-events: none;
	transition: all .3s ease;
}

.woocommerce-product-gallery .owl-dots .owl-dot {
	pointer-events: auto;
	padding-bottom: 10px;
}

.woocommerce-product-gallery.image-action-none .product-image-wrap a {
	cursor: default;
	pointer-events: none;
}

.woocommerce-product-gallery.image-action-none .wd-owl .product-image-wrap a {
	cursor: move;
}

.woocommerce-product-gallery.image-action-zoom .zoomImg[src$=".png"] {
	background-color: #fff;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.woocommerce-product-gallery.image-action-zoom .wd-owl .product-image-wrap {
	cursor: move;
	cursor: grab;
	cursor: -webkit-grab;
}

.woocommerce-product-gallery.image-action-zoom .owl-grab .zoomImg {
	opacity: 0 !important;
	transition: opacity .25s ease;
}

.woocommerce-product-gallery:not(.wd-has-thumb) .thumbnails {
	display: none;
}

.woocommerce-product-gallery .product-image-thumbnail.active-thumb {
	transition: none;
}

.product-360-button>a:before {
	content: "";
}

.wd-play-icon>a:before {
	content: "";
}

.woocommerce-product-gallery .product-labels {
	left: auto;
	z-index: 10;
	align-items: flex-end;
	max-width: 30%;
	transition: all .3s ease;
}

.woocommerce-product-gallery .product-labels.labels-rectangular {
	top: 15px;
	right: 17px;
	left: auto;
}

.woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
	top: 15px;
	right: 30px;
}

.woocommerce-product-gallery .product-labels.labels-rounded .product-label {
	min-width: 55px;
	min-height: 55px;
}

.woocommerce-product-gallery .product-labels.labels-rounded .label-with-img {
	min-height: auto;
}

@media (max-width: 1024px) {
	.woocommerce-product-gallery__wrapper .wd-btn-arrow {
		width: 55px;
		height: 80px;
		margin-top: -40px;
	}
}

@media (max-width: 576px) {
	.woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
		top: 10px;
		right: 25px;
	}
	
	.woocommerce-product-gallery .product-labels.labels-rounded .product-label {
		min-width: 40px;
		min-height: 40px;
	}
	
	.woocommerce-product-gallery .product-labels.labels-rounded .label-with-img {
		min-height: auto;
	}
}