/**
 * تامنیل عکس متغیرها — صفحهٔ تک‌محصول، فقط موبایل.
 */

.iddd-pdp-var-thumbs,
.iddd-pdp-var-label {
	display: none;
}

@media (max-width: 1024px) {
	:is(body.iddd-pdp-gallery--variation-thumbs .woocommerce-product-gallery, .woocommerce-product-gallery.iddd-pdp-variation-thumbs) {
		--pdp-gallery-mb: 0px;
		--main-height: auto;
		position: relative;
		height: auto !important;
		min-height: 0 !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	:is(body.iddd-pdp-gallery--variation-thumbs .woocommerce-product-gallery, .woocommerce-product-gallery.iddd-pdp-variation-thumbs) :is(.__topWrapper, .woocommerce-product-gallery__wrapper) {
		height: auto !important;
		min-height: 0 !important;
	}

	:is(body.iddd-pdp-gallery--variation-thumbs .woocommerce-product-gallery, .woocommerce-product-gallery.iddd-pdp-variation-thumbs) .__topWrapper {
		position: relative;
	}

	:is(body.iddd-pdp-gallery--variation-thumbs .woocommerce-product-gallery, .woocommerce-product-gallery.iddd-pdp-variation-thumbs) :is(.woocommerce-product-gallery__image, .woocommerce-product-gallery__image img, .woocommerce-product-gallery__image picture) {
		height: auto !important;
		max-height: none !important;
	}

	.iddd-pdp-var-thumbs {
		display: block;
		--iddd-var-thumbs-gap-top: 4px;
		--iddd-var-thumbs-pad-x: 12px;
		--iddd-var-thumbs-fade-inset: 12px;
	}

	.iddd-pdp-var-thumbs .iddd-var-thumbs__img {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.iddd-pdp-var-label {
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		gap: 8px;
		position: absolute;
		z-index: 8;
		bottom: 14px;
		max-width: min(70%, 220px);
		margin: 0;
		padding: 5px 10px 5px 5px;
		border: 0;
		border-radius: 999px;
		background: rgba(17, 17, 17, 0.48);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
		color: #fff;
		font-size: 12px;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: 0.01em;
		pointer-events: none;
		white-space: nowrap;
	}

	.iddd-pdp-var-label--left {
		left: 12px;
		right: auto;
	}

	.iddd-pdp-var-label--right {
		right: 12px;
		left: auto;
		padding: 5px 5px 5px 10px;
	}

	.iddd-pdp-var-label__swatch {
		flex: 0 0 16px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 1px solid rgba(255, 255, 255, 0.55);
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
		background-size: cover;
		background-position: center;
	}

	.iddd-pdp-var-label__swatch.is-empty,
	.iddd-pdp-var-label:not([data-show-swatch="1"]) .iddd-pdp-var-label__swatch,
	.iddd-pdp-var-label:not([data-show-name="1"]) .iddd-pdp-var-label__name,
	.iddd-pdp-var-label[hidden] {
		display: none !important;
	}

	.iddd-pdp-var-label:not([data-show-name="1"]) {
		padding-inline: 5px;
	}

	.iddd-pdp-var-label:not([data-show-swatch="1"]),
	.iddd-pdp-var-label:has(.iddd-pdp-var-label__swatch.is-empty) {
		padding-inline: 10px;
	}

	.iddd-pdp-var-label__name {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.pswp .iddd-pswp-thumbs {
	box-sizing: border-box;
	position: absolute;
	inset: auto 0 10px;
	z-index: 1600;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0 12px;
	pointer-events: auto;
	touch-action: pan-x pan-y;
}

.pswp .iddd-pswp-thumbs__row {
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x pan-y;
}

.pswp .iddd-pswp-thumbs__row::-webkit-scrollbar,
.pswp .iddd-pswp-thumbs__row[hidden] {
	display: none !important;
}

.pswp .iddd-pswp-thumbs__item {
	box-sizing: border-box;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.35);
	cursor: pointer;
	line-height: 0;
	appearance: none;
}

.pswp .iddd-pswp-thumbs__item.is-active {
	border-color: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.pswp .iddd-pswp-thumbs__item.is-oos {
	opacity: 0.72;
}

.pswp .iddd-pswp-thumbs__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.pswp .iddd-pswp-thumbs__row--vars .iddd-pswp-thumbs__item {
	flex-basis: 44px;
	width: 44px;
	height: 44px;
}

.pswp.--theme-light .iddd-pswp-thumbs__item {
	border-color: rgba(17, 17, 17, 0.25);
	background: rgba(255, 255, 255, 0.7);
}

.pswp.--theme-light .iddd-pswp-thumbs__item.is-active {
	border-color: #111;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
	position: relative;
}

.woocommerce-product-gallery .iddd-var-gallery-skeleton {
	z-index: 3;
}
