/* Summerland Plus homepage fixes. */
@media (min-width: 981px) {
	[data-id="782d65bb"] > .e-con-inner > [data-id="14ec0a83"] {
		align-self: stretch !important;
		min-height: 0 !important;
	}

	[data-id="782d65bb"] > .e-con-inner > [data-id="79bc71f7"] {
		margin-bottom: 0 !important;
	}
}

/* Keep the AI card comfortable inside medium desktop widths. */
@media (min-width: 981px) and (max-width: 1300px) {
	[data-id="14ec0a83"] {
		overflow: visible !important;
	}

	[data-id="14ec0a83"] [data-id="45cea75"] a {
		font-size: 23px !important;
		line-height: 1.2 !important;
	}

	[data-id="14ec0a83"] [data-id="2778d73c"] h2 {
		font-size: 16px !important;
		line-height: 1.35 !important;
	}

	[data-id="14ec0a83"] [data-id="45cea75"] {
		transform: translateY(5px);
	}

	[data-id="14ec0a83"] [data-id="2770ff67"] {
		transform: translateY(-10px);
	}

	[data-id="14ec0a83"] [data-id="2d50385c"] a,
	[data-id="14ec0a83"] [data-id="409d996c"] a {
		font-size: 15px !important;
		line-height: 1.2 !important;
	}
}

[data-id="243c2ea2"] {
	display: flex !important;
	align-items: stretch !important;
	height: 100% !important;
	background: #e6f0ef !important;
	overflow: hidden !important;
}

[data-id="243c2ea2"] img {
	display: block !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
}

/* Keep the mobile product filter drawer above the fixed bottom navigation. */
@media (max-width: 980px) {
	html {
		background: #fff !important;
		color-scheme: light !important;
	}

	body.archive .wd-sidebar.wd-opened {
		display: block !important;
		position: fixed !important;
		left: 0 !important;
		width: min(84vw, 360px) !important;
		overflow-y: auto !important;
		z-index: 1001 !important;
		top: env(safe-area-inset-top, 0px) !important;
		bottom: 0 !important;
		height: calc(100dvh - env(safe-area-inset-top, 0px)) !important;
		max-height: calc(100dvh - env(safe-area-inset-top, 0px)) !important;
		box-sizing: border-box !important;
		background: #fff !important;
	}

	body.archive .wd-close-side.wd-close-side-opened {
		display: block !important;
		z-index: 1000 !important;
		top: env(safe-area-inset-top, 0px) !important;
		height: calc(100dvh - env(safe-area-inset-top, 0px)) !important;
	}

	body.archive .wd-close-side.wd-close-side-opened::before {
		content: "" !important;
		position: fixed !important;
		left: 0 !important;
		right: 0 !important;
		top: -70px !important;
		height: 70px !important;
		background: #fff !important;
		z-index: 1002 !important;
		pointer-events: none !important;
	}

	body.archive .wd-sidebar.wd-opened .close-side-widget {
		position: absolute !important;
		top: 6px !important;
		right: 20px !important;
		left: auto !important;
		z-index: 2 !important;
	}
}
