.description-image-gallery-root a[data-description-image-gallery-item="1"] {
	cursor: zoom-in;
}

.description-image-gallery-root a[data-description-image-gallery-item="1"]:focus {
	outline: 2px solid #4a74ff;
	outline-offset: 3px;
}

.dig-fallback {
	display: none;
	position: fixed;
	z-index: 999999;
	inset: 0;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.92);
}

.dig-fallback--open {
	display: flex;
}

.dig-fallback__dialog {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.dig-fallback__image {
	display: block;
	width: auto;
	height: auto;
	max-width: calc(100vw - 130px);
	max-height: calc(100vh - 110px);
	object-fit: contain;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}

.dig-fallback__close,
.dig-fallback__prev,
.dig-fallback__next {
	position: absolute;
	z-index: 2;
	border: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.58);
	cursor: pointer;
	line-height: 1;
	text-align: center;
}

.dig-fallback__close {
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 34px;
}

.dig-fallback__prev,
.dig-fallback__next {
	top: 50%;
	width: 50px;
	height: 64px;
	border-radius: 8px;
	transform: translateY(-50%);
	font-size: 40px;
}

.dig-fallback__prev {
	left: 0;
}

.dig-fallback__next {
	right: 0;
}

.dig-fallback__caption {
	position: absolute;
	bottom: 0;
	left: 50%;
	max-width: 80%;
	padding: 8px 14px;
	border-radius: 6px;
	color: #fff;
	background: rgba(0, 0, 0, 0.58);
	transform: translateX(-50%);
	text-align: center;
	font-size: 14px;
}

.dig-fallback__counter {
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 13px;
	border-radius: 6px;
	color: #fff;
	background: rgba(0, 0, 0, 0.58);
	font-size: 14px;
}

@media (max-width: 767px) {
	.dig-fallback {
		padding: 10px;
	}

	.dig-fallback__image {
		max-width: 100%;
		max-height: calc(100vh - 90px);
	}

	.dig-fallback__prev,
	.dig-fallback__next {
		width: 42px;
		height: 54px;
		font-size: 32px;
	}

	.dig-fallback__caption {
		max-width: 75%;
		font-size: 12px;
	}
}
