.product-item-block .product-item-label-icons {
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 6px;
	z-index: 12;
}

.product-item-label-icons .offer-icon {
	display: block;
	width: 24px;
	height: 24px;
	opacity: 1.0;
/*	background-image: url('/local/img/icons/book-icons-vertical-v2-1@2x.png'); */
/*	background-image: url('/local/img/icons/book-icons-vertical-v2-1.svg'); */
	background-image: url('/local/img/icons/book-icons-vertical-v3-1.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 24px;
}

.product-item-label-icons .offer-icon.sku_type_printable {
	width: 24px;
	background-position: 0 0;
}
.product-item-label-icons .offer-icon.sku_type_ebook {
	background-position: 0 -29px;
}
.product-item-label-icons .offer-icon.sku_type_audio {
	background-position: 0 -59px;
}
.product-item-label-icons .offer-icon.sku_type_other {
	background-image: unset;
	box-shadow: unset;
}

@media (max-width: 767.98px) {

	.product-item-label-icons .offer-icon {
		width: 20px;
		height: 20px;
		background-size: 20px;
	}
	.product-item-label-icons .offer-icon.sku_type_printable {
		width: 20px;
		background-position: 0 3px;
	}
	.product-item-label-icons .offer-icon.sku_type_ebook {
		background-position: 0 -25px;
	}
	.product-item-label-icons .offer-icon.sku_type_audio {
		background-position: 0 -50px;
	}
	.product-item-label-icons .offer-icon.sku_type_other {
		background-image: unset;
		box-shadow: unset;
	}


}
