.lshop-discount-banner {
	display: block;
	width: 100%;
	margin: 0 0 1.3em;
	overflow: hidden;
	border-radius: 10px;
	box-sizing: border-box;
}

.lshop-discount-banner__link {
	display: block;
	width: 100%;
	text-decoration: none;
}

.lshop-discount-banner__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}


.lshop-discount-banner__link--disabled {
	cursor: default;
	pointer-events: none;
}
