/**
 * نویگیشن اسلاید کارت — پیش‌فرض Rey (nav=none)
 */

@media (max-width: 1024px) {
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none.--color-invert .iddd-shop-card-slide__dots {
		mix-blend-mode: difference;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots {
		font-size: 20px;
		line-height: 1;
		position: absolute;
		margin: 0;
		padding: 0;
		gap: 0;
		background: none;
		box-shadow: none;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		z-index: 2;
		color: var(--woocommerce-loop-nav-color, #fff);
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots[data-position="top-left"] {
		top: var(--woocomerce-thpos-distance, 10px);
		left: var(--woocomerce-thpos-distance, 10px);
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots[data-position="top-right"] {
		top: var(--woocomerce-thpos-distance, 10px);
		right: var(--woocomerce-thpos-distance, 10px);
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots[data-position="bottom-left"] {
		bottom: var(--woocomerce-thpos-distance, 10px);
		left: var(--woocomerce-thpos-distance, 10px);
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots[data-position="bottom-right"] {
		bottom: var(--woocomerce-thpos-distance, 10px);
		right: var(--woocomerce-thpos-distance, 10px);
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots[data-position="bottom-center"],
	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots[data-position="top-center"] {
		left: var(--woocomerce-thpos-distance, 10px);
		width: calc(100% - 2 * var(--woocomerce-thpos-distance, 10px));
		justify-content: center;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots[data-position="top-center"] {
		top: var(--woocomerce-thpos-distance, 10px);
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots[data-position="bottom-center"] {
		bottom: var(--woocomerce-thpos-distance, 10px);
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dot {
		width: auto;
		height: auto;
		color: inherit;
		background: none;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dot span {
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0.6;
		cursor: pointer;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dot.is-active span {
		opacity: 1;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dot span::before {
		content: "";
		display: block;
		background-color: currentColor;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots.--bullets-style-bars span {
		width: 0.6em;
		height: 0.4em;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots.--bullets-style-bars span::before {
		width: 85%;
		height: 2px;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots.--bullets-style-dots span {
		font-size: 6px;
		width: 1em;
		height: 1em;
		box-sizing: content-box;
		padding: 2px;
	}

	.iddd-shop-card-gallery--slide:not(.single-product):not(.iddd-shop-gallery--active) .iddd-shop-card-slide--nav-none .iddd-shop-card-slide__dots.--bullets-style-dots span::before {
		width: 100%;
		height: 100%;
		border-radius: 50%;
	}
}
