/**
 * PDP gallery — اسلایدر + بندانگشتی
 */

/* ——— اسلایدر افقی + بندانگشتی پایین ——— */
@media (max-width: 1024px) {
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs {
		padding-bottom: 30px;
		--woocommerce-gallery-thumbs-size: var(--iddd-pdp-mobile-thumb-size, 64px);
		--thumbs-fit: cover;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs .__nav-wrapper.dotsNav {
		display: none !important;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs .__thumbs-wrapper.--mobile-thumbs {
		display: flex !important;
		width: 100%;
		margin-top: var(--iddd-pdp-mobile-thumb-top-gap, 10px);
		padding-inline: var(--iddd-pdp-mobile-thumb-inset, 0px);
		box-sizing: border-box;
		--thumbs-cols: var(--iddd-pdp-mobile-thumb-visible, 4);
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs .__thumbs-wrapper.--mobile-thumbs .__thumbs-track {
		gap: var(--iddd-pdp-mobile-thumb-gap, 8px);
		width: 100%;
	}

	/* اندازه سلول — cover / natural */
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs:not(.iddd-pdp-thumb-fit--custom) .__thumbs-wrapper.--mobile-thumbs .__thumbItem {
		flex-basis: calc(
			(100% - (var(--iddd-pdp-mobile-thumb-visible, 4) - 1) * var(--iddd-pdp-mobile-thumb-gap, 8px))
			/ var(--iddd-pdp-mobile-thumb-visible, 4)
		) !important;
		width: auto;
		max-width: none;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fit--custom .__thumbs-wrapper.--mobile-thumbs .__thumbItem {
		flex-basis: var(--iddd-pdp-mobile-thumb-size, 64px) !important;
		width: var(--iddd-pdp-mobile-thumb-size, 64px);
		max-width: var(--iddd-pdp-mobile-thumb-size, 64px);
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fit--natural {
		--thumbs-fit: contain;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fit--natural .__thumbs-wrapper .__thumbItem:before {
		display: none;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fit--natural .__thumbs-wrapper .__thumbItem {
		height: auto;
		aspect-ratio: auto;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fit--natural .__thumbs-wrapper .__thumbItem .woocommerce-product-gallery__mobile-img {
		position: relative;
		min-height: 0;
		height: auto;
		object-fit: contain;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fit--cover .__thumbs-wrapper .__thumbItem .woocommerce-product-gallery__mobile-img {
		object-fit: cover;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs .__thumbs-wrapper .__thumbItem .woocommerce-product-gallery__mobile-img {
		transition: opacity 0.25s ease, transform 0.25s ease;
	}

	/* افکت بندانگشتی */
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fx--scale .__thumbs-wrapper .__thumbItem {
		opacity: 0.55;
		transform: scale(0.94);
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fx--scale .__thumbs-wrapper .__thumbItem.--active {
		opacity: 1;
		transform: scale(1);
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fx--fade .__thumbs-wrapper .__thumbItem {
		opacity: 0.45;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fx--fade .__thumbs-wrapper .__thumbItem.--active {
		opacity: 1;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fx--lift .__thumbs-wrapper .__thumbItem.--active {
		transform: translateY(-3px);
		box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18);
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fx--ring .__thumbs-wrapper .__thumbItem.--active:before,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-fx--ring .__thumbs-wrapper .__thumbItem.--img-loaded.--active:before {
		--nav-item-bs: 2px;
		opacity: 0.45;
	}

	/* افکت اسلاید اصلی */
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-slide-fx--smooth .woocommerce-product-gallery__wrapper {
		scroll-behavior: auto;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-slide-fx--fade .woocommerce-product-gallery__image {
		transition: opacity 0.35s ease;
	}

	/* ——— موقعیت overlay روی تصویر اصلی ——— */
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_bottom,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right {
		display: grid !important;
		grid-template-areas: 'stack';
		grid-template-columns: minmax(0, 1fr);
		padding-bottom: 30px;
		flex-wrap: nowrap !important;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_bottom .__topWrapper,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__topWrapper,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__topWrapper {
		grid-area: stack;
		width: 100%;
		min-width: 0;
		align-self: stretch;
	}
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_bottom .__thumbs-wrapper.--mobile-thumbs,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__thumbs-wrapper.--mobile-thumbs,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__thumbs-wrapper.--mobile-thumbs {
		grid-area: stack;
		pointer-events: none;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_bottom .__thumbs-wrapper.--mobile-thumbs .__thumbItem,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__thumbs-wrapper.--mobile-thumbs .__thumbItem,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__thumbs-wrapper.--mobile-thumbs .__thumbItem,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_bottom .__thumbs-wrapper.--mobile-thumbs .__thumbs-arr,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__thumbs-wrapper.--mobile-thumbs .__thumbs-arr,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__thumbs-wrapper.--mobile-thumbs .__thumbs-arr {
		pointer-events: auto;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_bottom .__thumbs-wrapper.--mobile-thumbs {
		align-self: end;
		z-index: 5;
		margin-top: 0 !important;
		padding: 12px var(--iddd-pdp-mobile-thumb-inset, 0px) 10px;
		box-sizing: border-box;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 55%, transparent 100%);
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right {
		--iddd-pdp-overlay-side-thumb-size: min(44px, calc(var(--iddd-pdp-mobile-thumb-size, 64px) * 0.68));
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__thumbs-wrapper.--mobile-thumbs,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__thumbs-wrapper.--mobile-thumbs {
		align-self: center;
		z-index: 5;
		margin-top: 0 !important;
		width: auto;
		max-width: var(--iddd-pdp-overlay-side-thumb-size, 44px);
		padding: 0;
		box-sizing: border-box;
		background: none;
		border: none;
		border-radius: 0;
		box-shadow: none;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__thumbs-wrapper.--mobile-thumbs {
		justify-self: start;
		margin-inline-start: var(--iddd-pdp-mobile-thumb-inset, 0px);
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__thumbs-wrapper.--mobile-thumbs {
		justify-self: end;
		margin-inline-end: var(--iddd-pdp-mobile-thumb-inset, 0px);
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__thumbs-wrapper.--mobile-thumbs .__thumbs-track,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__thumbs-wrapper.--mobile-thumbs .__thumbs-track {
		flex-direction: column;
		max-height: min(48vh, 240px);
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		width: 100%;
		gap: 6px;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__thumbs-wrapper.--mobile-thumbs .__thumbs-track::-webkit-scrollbar,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__thumbs-wrapper.--mobile-thumbs .__thumbs-track::-webkit-scrollbar {
		display: none;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left:not(.iddd-pdp-thumb-fit--custom) .__thumbs-wrapper .__thumbItem,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right:not(.iddd-pdp-thumb-fit--custom) .__thumbs-wrapper .__thumbItem,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left.iddd-pdp-thumb-fit--custom .__thumbs-wrapper .__thumbItem,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right.iddd-pdp-thumb-fit--custom .__thumbs-wrapper .__thumbItem {
		flex-basis: var(--iddd-pdp-overlay-side-thumb-size, 44px) !important;
		width: var(--iddd-pdp-overlay-side-thumb-size, 44px);
		max-width: var(--iddd-pdp-overlay-side-thumb-size, 44px);
		min-width: var(--iddd-pdp-overlay-side-thumb-size, 44px);
		box-shadow: none;
		border: none;
		outline: none;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__thumbs-wrapper .__thumbItem:before,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__thumbs-wrapper .__thumbItem:before,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__thumbs-wrapper .__thumbItem.--img-loaded:before,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__thumbs-wrapper .__thumbItem.--img-loaded:before,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__thumbs-wrapper .__thumbItem.--active:before,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__thumbs-wrapper .__thumbItem.--active:before,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__thumbs-wrapper .__thumbItem.--img-loaded.--active:before,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__thumbs-wrapper .__thumbItem.--img-loaded.--active:before {
		display: none !important;
		opacity: 0 !important;
		box-shadow: none !important;
		border: none !important;
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_left .__thumbs-wrapper .__thumbItem .woocommerce-product-gallery__mobile-img,
	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_right .__thumbs-wrapper .__thumbItem .woocommerce-product-gallery__mobile-img {
		border: none;
		box-shadow: none;
		border-radius: var(--thumbs-radius, 2px);
	}

	.woocommerce-product-gallery.iddd-pdp-mobile-thumbs.iddd-pdp-thumb-pos--overlay_bottom .__thumbs-wrapper .__thumbItem {
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	}
}
