.pluggishop-vertical-gallery {
	width: 100%;
	background: var(--psvg-background, #fff);
}

.pluggishop-vertical-gallery__track {
	display: flex;
	flex-direction: column;
	gap: var(--psvg-gap, 0px);
	width: 100%;
	background: var(--psvg-background, #fff);
}

.pluggishop-vertical-gallery__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--psvg-height, 85vh);
	margin: 0;
	overflow: hidden;
	background: var(--psvg-background, #fff);
}

.pluggishop-vertical-gallery__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: zoom-in;
}

.pluggishop-vertical-gallery__image {
	display: block;
	width: 100%;
	height: 100% !important;
	max-width: none !important;
	object-fit: var(--psvg-fit, contain);
	object-position: center;
}

.pluggishop-vertical-gallery__notice {
	padding: 20px;
	border: 1px dashed #b7b7b7;
	background: #fafafa;
	color: #444;
	font-size: 14px;
	text-align: center;
}

.pluggishop-vertical-gallery__dots {
	display: none;
}

.pluggishop-vertical-gallery__progress {
	display: none;
}

.pluggishop-vertical-gallery.is-horizontal .pluggishop-vertical-gallery__track {
	scrollbar-width: none !important;
	-ms-overflow-style: none !important;
}

.pluggishop-vertical-gallery.is-horizontal .pluggishop-vertical-gallery__track::-webkit-scrollbar {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}

@media (max-width: 767px) {
	.pluggishop-vertical-gallery {
		--psvg-height: 60vh;
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden !important;
	}

	.pluggishop-vertical-gallery__track {
		display: grid !important;
		grid-auto-flow: column !important;
		grid-auto-columns: 100% !important;
		grid-template-rows: minmax(0, 1fr) !important;
		gap: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-x pan-y;
	}

	.pluggishop-vertical-gallery__track::-webkit-scrollbar {
		display: none;
	}

	.pluggishop-vertical-gallery__item {
		display: flex !important;
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		height: var(--psvg-mobile-height, 60vh) !important;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.pluggishop-vertical-gallery__dots {
		display: flex !important;
		flex-flow: row nowrap !important;
		align-items: center !important;
		justify-content: center !important;
		gap: var(--psvg-dot-gap, 8px) !important;
		width: 100% !important;
		min-height: 26px !important;
		margin: 0 !important;
		padding: 8px 12px 12px !important;
		border: 0 !important;
		background: var(--psvg-background, #fff) !important;
		box-sizing: border-box !important;
	}

	body .pluggishop-vertical-gallery .pluggishop-vertical-gallery__dot {
		display: block !important;
		flex: 0 0 var(--psvg-dot-size, 6px) !important;
		width: var(--psvg-dot-size, 6px) !important;
		height: var(--psvg-dot-size, 6px) !important;
		min-width: var(--psvg-dot-size, 6px) !important;
		min-height: var(--psvg-dot-size, 6px) !important;
		max-width: var(--psvg-dot-size, 6px) !important;
		max-height: var(--psvg-dot-size, 6px) !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 999px !important;
		outline: 0 !important;
		background: var(--psvg-dot-color, #d2d2d2) !important;
		box-shadow: none !important;
		font-size: 0 !important;
		line-height: 0 !important;
		cursor: pointer;
		transition: background-color 180ms ease, transform 180ms ease;
		-webkit-appearance: none;
		appearance: none;
	}

	body .pluggishop-vertical-gallery .pluggishop-vertical-gallery__dot:hover,
	body .pluggishop-vertical-gallery .pluggishop-vertical-gallery__dot:focus,
	body .pluggishop-vertical-gallery .pluggishop-vertical-gallery__dot:focus-visible {
		border: 0 !important;
		outline: 0 !important;
		background: var(--psvg-dot-active, #222) !important;
		box-shadow: none !important;
	}

	body .pluggishop-vertical-gallery .pluggishop-vertical-gallery__dot.is-active {
		background: var(--psvg-dot-active, #222) !important;
		transform: scale(1.15);
	}

	.pluggishop-vertical-gallery[data-mobile-transition="fade"] .pluggishop-vertical-gallery__track {
		position: relative !important;
		display: block !important;
		height: var(--psvg-mobile-height, 60vh) !important;
		overflow: hidden !important;
	}

	.pluggishop-vertical-gallery[data-mobile-transition="fade"] .pluggishop-vertical-gallery__item {
		position: absolute !important;
		inset: 0 !important;
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
		transition: opacity 350ms ease, visibility 350ms ease !important;
	}

	.pluggishop-vertical-gallery[data-mobile-transition="fade"] .pluggishop-vertical-gallery__item.is-active {
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
	}
}

.pluggishop-vertical-gallery__progress {
	position: relative;
	width: min(180px, calc(100% - 40px));
	height: 3px;
	margin: 12px auto 16px;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 999px;
	background: var(--psvg-dot-color, #d2d2d2);
	box-shadow: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.pluggishop-vertical-gallery__progress-fill {
	display: block;
	width: 0%;
	height: 100%;
	border-radius: inherit;
	background: var(--psvg-dot-active, #222);
	transition: width 250ms ease;
}

body.pluggishop-vg-lightbox-open {
	overflow: hidden !important;
}

.pluggishop-vg-lightbox[hidden] {
	display: none !important;
}

.pluggishop-vg-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	align-items: center;
	background: var(--psvg-lightbox-background, #000000);
	touch-action: manipulation;
}

.pluggishop-vg-lightbox__stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	padding: 52px 0;
	box-sizing: border-box;
}

.pluggishop-vg-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.pluggishop-vg-lightbox button {
	z-index: 2;
	border: 0;
	background: transparent;
	color: var(--psvg-lightbox-controls, #ffffff);
	font: inherit;
	cursor: pointer;
}

.pluggishop-vg-lightbox__close {
	position: absolute;
	top: 8px;
	right: 12px;
	width: 44px;
	height: 44px;
	font-size: 38px !important;
	line-height: 1 !important;
}

.pluggishop-vg-lightbox__previous,
.pluggishop-vg-lightbox__next {
	width: 48px;
	height: 64px;
	font-size: 46px !important;
	line-height: 1 !important;
}

.pluggishop-vg-lightbox.has-single-image .pluggishop-vg-lightbox__previous,
.pluggishop-vg-lightbox.has-single-image .pluggishop-vg-lightbox__next,
.pluggishop-vg-lightbox.has-single-image .pluggishop-vg-lightbox__counter {
	display: none;
}

.pluggishop-vg-lightbox__counter {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	color: var(--psvg-lightbox-controls, #ffffff);
	font-size: 13px;
}
