.ed-artwork-side-nav {
	pointer-events: none;
}

.gb-tabs__menu-item-artw0010[hidden],
.gb-tabs__menu-item-efa53efa[hidden],
#gb-tab-item-artw0023[hidden],
#gb-tab-item-769d684a[hidden] {
	display: none !important;
}

.ed-artwork-side-nav__btn {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 2px solid rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	box-shadow:
		0 1px 2px rgba(0, 0, 0, 0.04),
		0 8px 24px rgba(0, 0, 0, 0.14),
		0 16px 40px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	color: #111;
	cursor: pointer;
	display: grid;
	flex-shrink: 0;
	grid-template: 1fr / 1fr;
	height: 4.5rem;
	justify-items: center;
	line-height: 0;
	max-height: 4.5rem;
	max-width: 4.5rem;
	min-height: 4.5rem;
	min-width: 4.5rem;
	overflow: hidden;
	padding: 0;
	place-items: center;
	pointer-events: auto;
	position: fixed;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	transition: box-shadow 0.15s ease, transform 0.15s ease;
	width: 4.5rem;
	z-index: 9990;
}

.ed-artwork-side-nav__btn:hover,
.ed-artwork-side-nav__btn:focus {
	box-shadow:
		0 2px 4px rgba(0, 0, 0, 0.05),
		0 12px 32px rgba(0, 0, 0, 0.18),
		0 20px 48px rgba(0, 0, 0, 0.1);
	color: #111;
	outline: none;
	transform: translateY(-50%) scale(1.06);
}

.ed-artwork-side-nav__btn--prev {
	left: 1rem;
}

.ed-artwork-side-nav__btn--next {
	right: 1rem;
}

.ed-artwork-side-nav__btn.is-back-start {
	box-shadow:
		0 0 0 2px rgba(17, 17, 17, 0.12),
		0 8px 24px rgba(0, 0, 0, 0.14),
		0 16px 40px rgba(0, 0, 0, 0.08);
}

.ed-artwork-side-nav__thumb {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.ed-artwork-side-nav__thumb[hidden] {
	display: none !important;
}

.ed-artwork-side-nav__chevron {
	aspect-ratio: 1 / 1;
	background: rgba(0, 0, 0, 0.45);
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	display: grid;
	grid-area: 1 / 1;
	height: 1.75rem;
	margin: 0;
	max-height: 1.75rem;
	max-width: 1.75rem;
	min-height: 1.75rem;
	min-width: 1.75rem;
	padding: 0;
	place-items: center;
	pointer-events: none;
	position: relative;
	width: 1.75rem;
	z-index: 1;
}

.ed-artwork-side-nav__chevron svg,
.ed-artwork-lightbox__nav-chevron svg {
	display: block;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.35));
	height: 0.75rem;
	width: 0.75rem;
}

.ed-artwork-lightbox-open .ed-artwork-side-nav {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.ed-artwork-image-wrap img {
	cursor: zoom-in;
	opacity: 1;
	transition: opacity 0.18s ease;
}

.ed-artwork-image-wrap img.is-ed-artwork-fading {
	opacity: 0.25;
}

.gb-element-artw0001.is-ed-artwork-loading {
	cursor: progress;
}

.ed-artwork-navigating {
	cursor: progress;
}

.ed-artwork-navigating .ed-artwork-side-nav__btn,
.ed-artwork-navigating .ed-artwork-lightbox__nav,
.ed-artwork-navigating .ed-artwork-lightbox__thumb {
	pointer-events: none;
	opacity: 0.7;
}

.ed-artwork-side-nav__btn[hidden] {
	display: none !important;
}

.ed-artwork-lightbox[hidden] {
	display: none !important;
}

.ed-artwork-lightbox {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 4.5rem 5.5rem 7.5rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
}

.ed-artwork-lightbox__backdrop {
	background: rgba(0, 0, 0, 0.86);
	inset: 0;
	position: absolute;
}

.ed-artwork-lightbox__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 1.25rem;
	pointer-events: none;
	position: absolute;
	right: 1.25rem;
	top: 1.1rem;
	z-index: 2;
}

.ed-artwork-lightbox__counter {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.ed-artwork-lightbox__figure {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	max-height: calc(100vh - 12rem);
	max-width: min(1100px, 100%);
	min-width: 0;
	position: relative;
	z-index: 1;
}

.ed-artwork-lightbox__img {
	display: block;
	height: auto;
	max-height: calc(100vh - 14rem);
	max-width: 100%;
	object-fit: contain;
	opacity: 1;
	transition: opacity 0.18s ease;
	width: auto;
}

.ed-artwork-lightbox__caption {
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.95rem;
	margin-top: 0.75rem;
	text-align: center;
}

.ed-artwork-lightbox__close {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 0;
	border-radius: 999px;
	box-shadow:
		0 1px 2px rgba(0, 0, 0, 0.05),
		0 10px 28px rgba(0, 0, 0, 0.22);
	color: #111;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.6rem;
	height: 2.75rem;
	justify-content: center;
	line-height: 1.2;
	pointer-events: auto;
	width: 2.75rem;
	z-index: 2;
}

.ed-artwork-lightbox__nav {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 2px solid rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	box-shadow:
		0 1px 2px rgba(0, 0, 0, 0.05),
		0 10px 28px rgba(0, 0, 0, 0.22);
	box-sizing: border-box;
	color: #111;
	cursor: pointer;
	display: grid;
	flex-shrink: 0;
	grid-template: 1fr / 1fr;
	height: 4.5rem;
	justify-items: center;
	line-height: 0;
	max-height: 4.5rem;
	max-width: 4.5rem;
	min-height: 4.5rem;
	min-width: 4.5rem;
	overflow: hidden;
	padding: 0;
	place-items: center;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: box-shadow 0.15s ease, transform 0.15s ease;
	width: 4.5rem;
	z-index: 2;
}

.ed-artwork-lightbox__nav:hover,
.ed-artwork-lightbox__nav:focus {
	box-shadow:
		0 2px 4px rgba(0, 0, 0, 0.06),
		0 14px 34px rgba(0, 0, 0, 0.28);
	outline: none;
	transform: translateY(-50%) scale(1.06);
}

.ed-artwork-lightbox__nav--prev {
	left: 1rem;
}

.ed-artwork-lightbox__nav--next {
	right: 1rem;
}

.ed-artwork-lightbox__nav.is-back-start {
	box-shadow:
		0 0 0 2px rgba(255, 255, 255, 0.35),
		0 10px 28px rgba(0, 0, 0, 0.22);
}

.ed-artwork-lightbox__nav-thumb {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.ed-artwork-lightbox__nav-thumb[hidden] {
	display: none !important;
}

.ed-artwork-lightbox__nav-chevron {
	aspect-ratio: 1 / 1;
	background: rgba(0, 0, 0, 0.45);
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	display: grid;
	grid-area: 1 / 1;
	height: 1.75rem;
	margin: 0;
	max-height: 1.75rem;
	max-width: 1.75rem;
	min-height: 1.75rem;
	min-width: 1.75rem;
	padding: 0;
	place-items: center;
	pointer-events: none;
	position: relative;
	width: 1.75rem;
	z-index: 1;
}

.ed-artwork-lightbox__nav:disabled,
.ed-artwork-lightbox__nav[hidden] {
	display: none;
}

.ed-artwork-lightbox__thumbs {
	bottom: 1rem;
	display: flex;
	gap: 0.55rem;
	justify-content: safe center;
	left: 50%;
	max-width: min(920px, calc(100vw - 2rem));
	overflow-x: auto;
	padding: 0.35rem 0.25rem;
	position: absolute;
	scrollbar-width: thin;
	transform: translateX(-50%);
	z-index: 2;
	-webkit-overflow-scrolling: touch;
}

.ed-artwork-lightbox__thumb {
	background: rgba(255, 255, 255, 0.08);
	border: 2px solid transparent;
	border-radius: 0.35rem;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	flex: 0 0 auto;
	height: 4.25rem;
	overflow: hidden;
	padding: 0;
	transition: border-color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
	width: 4.25rem;
}

.ed-artwork-lightbox__thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ed-artwork-lightbox__thumb:hover,
.ed-artwork-lightbox__thumb:focus {
	border-color: rgba(255, 255, 255, 0.7);
	outline: none;
	transform: translateY(-2px);
}

.ed-artwork-lightbox__thumb.is-active {
	border-color: #fff;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.35),
		0 8px 22px rgba(0, 0, 0, 0.35);
	opacity: 1;
}

.ed-artwork-lightbox__thumb:not(.is-active) {
	opacity: 0.72;
}

@media (max-width: 1024px) {
	.ed-artwork-side-nav__btn,
	.ed-artwork-lightbox__nav {
		height: 4rem;
		max-height: 4rem;
		max-width: 4rem;
		min-height: 4rem;
		min-width: 4rem;
		width: 4rem;
	}
}

@media (max-width: 767px) {
	.ed-artwork-lightbox {
		padding: 4rem 0.75rem 6.5rem;
	}

	.ed-artwork-side-nav__btn,
	.ed-artwork-lightbox__nav {
		height: 3.5rem;
		max-height: 3.5rem;
		max-width: 3.5rem;
		min-height: 3.5rem;
		min-width: 3.5rem;
		width: 3.5rem;
	}

	.ed-artwork-side-nav__chevron,
	.ed-artwork-lightbox__nav-chevron {
		height: 1.5rem;
		max-height: 1.5rem;
		max-width: 1.5rem;
		min-height: 1.5rem;
		min-width: 1.5rem;
		width: 1.5rem;
	}

	.ed-artwork-side-nav__chevron svg,
	.ed-artwork-lightbox__nav-chevron svg {
		height: 0.65rem;
		width: 0.65rem;
	}

	.ed-artwork-side-nav__btn--prev,
	.ed-artwork-lightbox__nav--prev {
		left: 0.5rem;
	}

	.ed-artwork-side-nav__btn--next,
	.ed-artwork-lightbox__nav--next {
		right: 0.5rem;
	}

	.ed-artwork-lightbox__thumb {
		height: 3.4rem;
		width: 3.4rem;
	}

	.ed-artwork-lightbox__thumbs {
		bottom: 0.65rem;
		gap: 0.4rem;
	}
}
