/* eBay-style external product gallery */
.ao-ebay-static-gallery {
	display: flex !important;
	gap: 12px;
	margin: 0 0 24px;
	opacity: 1 !important;
	visibility: visible !important;
}

.ao-ebay-gallery-thumbs-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 72px;
	flex-shrink: 0;
	gap: 4px;
}

.ao-ebay-gallery-thumbs-viewport {
	overflow: hidden;
	width: 72px;
	max-height: calc((72px * 5) + (6px * 4));
}

.ao-ebay-gallery-thumbs {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 72px;
	will-change: transform;
	transition: transform 0.2s ease-out;
}

.ao-ebay-gallery-thumb {
	border: 2px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
	transition: border-color 0.15s;
}

.ao-ebay-gallery-thumb:hover,
.ao-ebay-gallery-thumb.is-active {
	border-color: #c8102e;
}

.ao-ebay-gallery-thumb img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: cover;
}

.ao-ebay-gallery-thumbs-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	min-height: 32px !important;
	max-width: 32px !important;
	max-height: 32px !important;
	padding: 0 !important;
	border: none;
	border-radius: 50%;
	background: transparent;
	color: #222;
	cursor: pointer;
	flex-shrink: 0;
	box-sizing: border-box;
	transition: background 0.15s, color 0.15s, opacity 0.15s;
}

.ao-ebay-gallery-thumbs-nav svg {
	display: block;
}

.ao-ebay-gallery-thumbs-nav:not(:disabled):hover {
	background: rgba(0, 0, 0, 0.06);
}

.ao-ebay-gallery-thumbs-nav:disabled {
	color: #bbb;
	cursor: default;
	opacity: 0.45;
}

.ao-ebay-gallery-main {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}

.ao-ebay-gallery-stage {
	position: relative;
	cursor: default;
	overflow: hidden;
	border-radius: 4px;
}

.ao-ebay-gallery-stage.is-dragging {
	cursor: grabbing;
}

.ao-ebay-gallery-viewport {
	overflow: hidden;
	width: 100%;
	border-radius: 4px;
}

.ao-ebay-gallery-track {
	display: flex;
	width: 100%;
	will-change: transform;
}

.ao-ebay-gallery-slide {
	flex: 0 0 100%;
	width: 100%;
	min-width: 100%;
}

.ao-ebay-gallery-main img,
.ao-ebay-gallery-slide img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
	border-radius: 4px;
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
	transition: opacity 0.18s ease;
}

.ao-ebay-gallery-main img.is-changing,
.ao-ebay-gallery-slide img.is-changing {
	opacity: 0.55;
}

.ao-ebay-gallery-nav {
	pointer-events: auto;
	z-index: 6;
}

.ao-ebay-gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 6;
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
	padding: 0 !important;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
	color: #222;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-sizing: border-box;
	transition: background 0.15s, box-shadow 0.15s;
}

.ao-ebay-gallery-nav:hover:not(:disabled) {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.ao-ebay-gallery-nav:disabled {
	opacity: 0.35;
	cursor: default;
}

.ao-ebay-gallery-prev {
	left: 10px;
}

.ao-ebay-gallery-next {
	right: 10px;
}

.ao-ebay-gallery-toolbar {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 8px;
}

.ao-ebay-gallery-maximize,
.ao-ebay-gallery-wishlist {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
	color: #222;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	box-sizing: border-box;
	text-decoration: none;
}

.ao-ebay-gallery-maximize {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
	padding: 0 !important;
}

.ao-ebay-gallery-wishlist {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
	padding: 0 !important;
}

.ao-ebay-gallery-maximize svg {
	display: block;
}

.ao-ebay-gallery-wishlist svg.ao-ebay-gallery-wishlist-icon--outline {
	display: block;
}

.ao-ebay-gallery-wishlist svg.ao-ebay-gallery-wishlist-icon--filled {
	display: none;
	color: #c8102e;
}

.ao-ebay-gallery-wishlist.is-in-wishlist svg.ao-ebay-gallery-wishlist-icon--outline,
.ao-ebay-gallery-wishlist.nasa-added svg.ao-ebay-gallery-wishlist-icon--outline,
.ao-ebay-gallery-wishlist.added svg.ao-ebay-gallery-wishlist-icon--outline {
	display: none !important;
}

.ao-ebay-gallery-wishlist.is-in-wishlist svg.ao-ebay-gallery-wishlist-icon--filled,
.ao-ebay-gallery-wishlist.nasa-added svg.ao-ebay-gallery-wishlist-icon--filled,
.ao-ebay-gallery-wishlist.added svg.ao-ebay-gallery-wishlist-icon--filled {
	display: block !important;
}

.ao-ebay-gallery-wishlist:hover {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.ao-ebay-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.ao-ebay-lightbox[hidden] {
	display: none !important;
}

body.ao-ebay-lightbox-open {
	overflow: hidden;
}

.ao-ebay-lightbox__inner {
	position: relative;
	max-width: min(96vw, 1200px);
	max-height: 92vh;
	width: 100%;
}

.ao-ebay-lightbox__img {
	display: block;
	max-width: 100%;
	max-height: 92vh;
	width: auto;
	height: auto;
	margin: 0 auto;
	border-radius: 4px;
}

.ao-ebay-lightbox__close {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	padding: 0 !important;
	border: none;
	border-radius: 50%;
	background: #fff;
	color: #222;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
}

.ao-ebay-lightbox__prev,
.ao-ebay-lightbox__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	padding: 0 !important;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #222;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

.ao-ebay-lightbox__prev {
	left: -56px;
}

.ao-ebay-lightbox__next {
	right: -56px;
}

.ao-ebay-loop-image {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.ao-ebay-static-gallery {
		flex-direction: column;
	}

	.ao-ebay-gallery-thumbs-col {
		flex-direction: row;
		width: 100%;
		gap: 6px;
	}

	.ao-ebay-gallery-thumbs-col.has-scroll .ao-ebay-gallery-thumbs-up svg {
		transform: rotate(-90deg);
	}

	.ao-ebay-gallery-thumbs-col.has-scroll .ao-ebay-gallery-thumbs-down svg {
		transform: rotate(-90deg);
	}

	.ao-ebay-gallery-thumbs-viewport {
		max-height: none;
		max-width: calc((64px * 5) + (6px * 4));
		width: auto;
		flex: 1;
		min-width: 0;
	}

	.ao-ebay-gallery-thumbs {
		flex-direction: row;
		width: auto;
	}

	.ao-ebay-gallery-thumb img {
		width: 64px;
		height: 64px;
	}

	.ao-ebay-gallery-stage,
	.ao-ebay-gallery-viewport {
		cursor: grab;
		touch-action: pan-y pinch-zoom;
	}

	.ao-ebay-gallery-nav {
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
		min-height: 36px !important;
		max-width: 36px !important;
		max-height: 36px !important;
		font-size: 20px;
	}

	.ao-ebay-lightbox__prev {
		left: 8px;
	}

	.ao-ebay-lightbox__next {
		right: 8px;
	}

	.ao-ebay-lightbox__close {
		top: 8px;
		right: 8px;
	}
}
