/**
 * Shared listing-page banner visuals (Attar / Perfume / Gifting).
 * Matches Shop All banner placement and non-cropping desktop behavior.
 */

.ln-listing-page-banner {
	display: block;
	width: 100%;
	margin: 16px 0 24px;
	padding: 0;
	box-sizing: border-box;
}

.ln-listing-page-banner__inner {
	width: 100%;
	overflow: hidden;
}

.ln-listing-page-banner picture,
.ln-listing-page-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.ln-listing-page-banner img {
	aspect-ratio: 2400 / 220;
	object-fit: cover;
	object-position: center center;
}

@media (min-width: 769px) {
	.ln-listing-page-banner__inner {
		overflow: visible;
	}

	.ln-listing-page-banner img {
		object-fit: contain;
		object-position: center center;
	}
}

@media (max-width: 768px) {
	.ln-listing-page-banner {
		margin: 12px 0 20px;
	}

	.ln-listing-page-banner img {
		aspect-ratio: 1080 / 360;
	}
}
