.banner--product-peach-cutout {
	background-color: var(--white);
	position: relative;
}

.banner--product-peach-cutout.banner--has-decorative-elm::before {
	background: url(../../../../images/decorative-items/peach-Background-mobile.png)
		right center / contain no-repeat;
	width: 23.5rem;
	height: 39.75rem;
	right: -1.25rem;
	bottom: -9.5rem;
	z-index: -1;
}

@media all and (min-width: 768px) {
	.banner--product-peach-cutout.banner--has-decorative-elm::before {
		max-width: 120rem;
		width: 100%;
		height: 100%;
		left: 0;
		right: -3rem;
		top: -1.5rem;
		margin: 0 auto;
		min-height: 48rem;
		background: url(../../../../images/decorative-items/peach-union-tablet.png)
			center right / contain no-repeat;
	}

	.banner__container--has-decorative-elm::after {
		background: url(../../../../images/decorative-items/peach-double-star.png)
			no-repeat center center / contain;
		width: 36.5rem;
		height: 36rem;
		right: -13.25rem;
		top: -9.5rem;
	}
}

@media all and (min-width: 1024px) {
	.banner--product-peach-cutout.banner--has-decorative-elm::before {
		right: 0;
		top: -48px;
		min-height: 72.5rem;
		background: url(../../../../images/decorative-items/peach-union.png)
			center right / contain no-repeat;
	}

	.banner--product-peach-cutout.banner--has-decorative-elm::after {
		height: 69.5rem;
		background: var(--peach);
		top: 0;
		bottom: 0;
		left: calc(50% + 60rem);
		right: 0;
		z-index: -1;
	}
}

@media all and (min-width: 1280px) {
	.banner__container--has-decorative-elm::after {
		width: 42.25rem;
		height: 41.5rem;
		top: -4rem;
	}
}
