/**
 * اسلایدر گالری کارت فروشگاه — پایه (فقط موبایل، فقط وقتی حالت اسلاید روشن است)
 */

body.single-product .iddd-shop-card-slide {
	display: none !important;
}

.iddd-shop-card-slide {
	display: none;
}

@media (max-width: 1024px) {
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) li.product .rey-productThumbnail:has(.iddd-shop-card-slide) > a.woocommerce-LoopProduct-link:not(.iddd-shop-card-slide__item),
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) li.product .rey-productThumbnail:has(.iddd-shop-card-slide) > a.woocommerce-loop-product__link:not(.iddd-shop-card-slide__item),
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) li.product .rey-productThumbnail:has(.iddd-shop-card-slide) .rey-productThumbnail__second,
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) li.product .rey-productThumbnail:has(.iddd-shop-card-slide) .splide {
		display: none !important;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide {
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
		direction: ltr;
		unicode-bidi: isolate;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide__ghost-link {
		display: none !important;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide__track {
		display: flex;
		flex-direction: row;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-snap-stop: always;
		scroll-behavior: auto;
		overscroll-behavior-x: contain;
		overscroll-behavior-y: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		cursor: grab;
		touch-action: pan-x pan-y;
		user-select: none;
		-webkit-user-select: none;
		direction: ltr;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide.is-dragging .iddd-shop-card-slide__track {
		cursor: grabbing;
		scroll-snap-type: none;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide__track::-webkit-scrollbar {
		display: none;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide__item {
		position: relative;
		flex: 0 0 100%;
		width: 100%;
		display: block;
		color: inherit;
		text-decoration: none;
		box-shadow: none;
		direction: ltr;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide__img,
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		pointer-events: none;
		user-select: none;
		-webkit-user-drag: none;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .--customImageContainerRatio .iddd-shop-card-slide,
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .--customImageContainerHeight .iddd-shop-card-slide,
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .--customImageContainerRatio .iddd-shop-card-slide__track,
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .--customImageContainerHeight .iddd-shop-card-slide__track,
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .--customImageContainerRatio .iddd-shop-card-slide__item,
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .--customImageContainerHeight .iddd-shop-card-slide__item {
		height: 100%;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .--customImageContainerRatio .iddd-shop-card-slide__img,
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .--customImageContainerHeight .iddd-shop-card-slide__img {
		height: 100%;
		object-fit: contain;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide__dots {
		display: flex;
		flex-direction: row;
		align-items: center;
		pointer-events: auto;
		z-index: 2;
		direction: ltr;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide__dot {
		display: block;
		padding: 0;
		border: 0;
		appearance: none;
		-webkit-appearance: none;
		cursor: pointer;
		background: transparent;
	}

	@media (prefers-reduced-motion: reduce) {
		.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide__track {
			scroll-behavior: auto;
		}

		.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide__dot {
			transition: none;
		}
	}
}
