.select-gallery-container .galleries-container .gallery.no-paddlenav {
	padding-bottom: 0;
}

.section-essentials .grid-item .essential-card .card-modifier {
	--gallery-side-padding: calc(
		50vw - min(1680px, var(--global-viewport-content-responsive)) / 1
	);
}

.section-essentials .card-modifier {
	height: 100%;
	min-height: 560px;
	padding: 0;
}

@media only screen and (max-width: 735px) {
	.section-essentials .card-modifier {
		min-height: 515px;
	}

	.section-essentials .image-absolute-bottom {
		bottom: 30px;
	}
}

@media only screen and (min-width: 1441px) {
	.section-essentials .card-modifier {
		min-height: 620px;
		height: 100%;
	}
}

.section-essentials .card-modifier.section-content-responsive {
	width: 87.5vw;
}

@media only screen and (min-width: 1068px) {
	#scroll-gallery-cards
		> div.scroll-container
		> div
		> ul
		> li
		> div
		> div
		> div
		> div
		> div {
		top: 45px;
	}
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
	#scroll-gallery-cards
		> div.scroll-container
		> div
		> ul
		> li
		> div
		> div
		> div
		> div
		> div {
		top: 45px;
	}
	.section-essentials .image-absolute-bottom {
		bottom: 50px;
	}
}

/* Get to know section, card 7 */

@media only screen and (max-width: 735px) {
	#feature-card-7
		.feature-card-content
		.feature-card-image-container.image-bottom-center {
		bottom: -30px;
	}
}

/* Essentials */

@media only screen and (min-width: 1069px) {
	.section-essentials.custom_design
		.banner-card:only-of-type:not(.banner-card-text-column-placement-center)
		.banner-card-row {
		flex-direction: column;
		padding-inline-start: 0px;
	}
	.section-essentials.custom_design
		.banner-card:only-of-type:not(.banner-card-text-column-placement-center)
		.banner-card-row
		.column.banner-card-copy-column {
		text-align: center;
	}
	.section-essentials.custom_design
		.banner-card:only-of-type:not(.banner-card-text-column-placement-center) {
		min-height: 560px;
	}
}

@media only screen and (min-width: 1441px) {
	.section-essentials.custom_design
		.banner-card:only-of-type:not(.banner-card-text-column-placement-center) {
		min-height: 620px;
	}
}

/* COMPARE */

@media only screen and (min-width: 1069px) {
	.gallery-product-tile-set.no-paddlenav .scroll-container {
		padding-bottom: 153px;
	}
}
