body.aksan-alv-enabled .wd-product .product-wrapper,
body.aksan-alv-enabled .wd-product .product-element-top {
	position: relative;
}

.aksan-alv {
	position: absolute;
	z-index: 8;
	inset-block-start: 76px;
	inset-inline-end: 12px;
	pointer-events: none;
}

.aksan-alv__list {
	display: flex;
	flex-direction: column;
	gap: 7px;
	align-items: center;
	max-height: 360px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 2px 4px 2px 2px;
	pointer-events: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(36, 53, 35, .45) transparent;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	touch-action: none;
}

.aksan-alv__list::-webkit-scrollbar {
	width: 4px;
}

.aksan-alv__list::-webkit-scrollbar-track {
	background: transparent;
}

.aksan-alv__list::-webkit-scrollbar-thumb {
	background: rgba(36, 53, 35, .38);
	border-radius: 20px;
}

.aksan-alv__item,
.aksan-alv__more {
	width: 52px;
	height: 68px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(35, 52, 33, .16);
	box-shadow: 0 8px 24px rgba(25, 32, 24, .08);
	color: #243523;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	overflow: hidden;
	pointer-events: auto;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.aksan-alv__item:hover,
.aksan-alv__item:focus {
	border-color: #243523;
	box-shadow: 0 10px 26px rgba(25, 32, 24, .16);
	transform: translateY(-1px);
}

.aksan-alv__item.is-current {
	border-color: #243523;
	box-shadow: inset 0 0 0 2px #243523, 0 10px 26px rgba(25, 32, 24, .12);
}

.aksan-alv__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.aksan-alv__more {
	height: 34px;
	background: #243523;
	color: #fff;
	font-size: 13px;
}

@media (max-width: 767px) {
	.aksan-alv {
		position: absolute;
		inset-block-start: 58px;
		inset-inline-end: 8px;
		margin: 0;
		padding: 0;
		width: auto;
	}

	.aksan-alv__list {
		flex-direction: column;
		gap: 5px;
		max-height: 196px;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 2px 3px 2px 2px;
	}

	.aksan-alv__item {
		width: 36px;
		height: 48px;
		flex: 0 0 auto;
		box-shadow: 0 6px 18px rgba(25, 32, 24, .1);
	}

	.aksan-alv__more {
		width: 36px;
		height: 24px;
		flex: 0 0 auto;
		font-size: 12px;
	}
}
