.home-footer__main {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
}

.home-footer__main-content-wrapper {
	display: flex;
	flex-direction: column;
	height: 50%;
}

[dir] .home-footer__main-content-wrapper--centered {
	margin-top: var(--spacing-11);
}

.home-footer__legal {
	width: 100%;
}

[dir=ltr] .home-footer__legal {
	text-align: left;
}

[dir=rtl] .home-footer__legal {
	text-align: right;
}

[dir] .home-footer__legal-section {
	margin-bottom: var(--spacing-07);
	text-align: center;
}

.home-footer__legal-section-link {
	display: inline;
	font-size: var(--font-size-label-s);
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: var(--text-transform-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

[dir=ltr] .home-footer__legal-section-link {
	margin-right: var(--spacing-04);
}

[dir=rtl] .home-footer__legal-section-link {
	margin-left: var(--spacing-04);
}

[dir=ltr] .home-footer__legal-section-link:last-child {
	margin-right: 0;
}

[dir=rtl] .home-footer__legal-section-link:last-child {
	margin-left: 0;
}

.home-footer__legal-section-link .link {
	text-decoration: none;
}

.home-footer__cookies-settings {
	font-size: var(--font-size-label-s);
	text-transform: uppercase;
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

.home-footer__legal-section-link:hover {
	text-decoration: none;
}

[dir] .home-footer__newsletter {
	margin-top: var(--spacing-09);
}

.home-footer__legal-section-link-customer-claim-img {
	vertical-align: text-top;
	width: 30%;
}

@media screen and (min-width: 768px) {
	.home-footer__main {
		flex-grow: 1;
	}

	.home-footer__main-content-wrapper {
		height: 100%;
		justify-content: center;
	}

	[dir] .home-footer__main-content-wrapper--centered {
		margin-top: var(--spacing-16);
	}

	.home-footer__legal-section {
		text-transform: uppercase;
		width: 100%;
	}

	[dir] .home-footer__legal-section {
		margin-bottom: var(--spacing-16);
	}

	.home-footer__legal-section-link-customer-claim-img {
		vertical-align: middle;
		width: 8%;
	}
}

@media screen and (min-width: 1024px) {
	[dir] .home-footer__newsletter {
		margin-top: var(--spacing-15);
	}
}

.home-page {
	overflow: hidden;
	-ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.home-page::-webkit-scrollbar {
	display: none;
}

[dir] .home-page .layout-content {
	margin: 0;
}

.home-page .layout-content,
.home-page .layout-content__main {
	min-width: 100%;
}

.home-page .layout-header-mob {
	touch-action: none;
}

.home-page .layout-header-mob__logo {
	display: flex;
	grid-column: 1 / -1;
	grid-row: 2;
	justify-content: center;
	max-width: 274px;
}

[dir] .home-page .layout-header-mob__logo {
	margin: var(--spacing-03) auto 0;
}

/* stylelint-disable-next-line selector-max-compound-selectors */
.home-page .layout-header-mob__logo .layout-catalog-logo__link {
	justify-content: center;
}

/* stylelint-disable declaration-no-important */
.home-page .accessibility-widget-button {
	bottom: calc(var(--spacing-03) + var(--search-link-height) + var(--spacing-05) + 56px) !important;
}

.home-page__newsletter {
	font-size: var(--font-size-label-m);
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	text-transform: var(--text-transform-label-m);
	font-stretch: var(--font-stretch-label-m);
	font-weight: var(--font-weight-label-m);
}

/* Fixes iOS/Mac Safari bug that causes the SVGs on top of the slide medias to disappear
   when "translateX" is applied to the slider-spot universes container element */
/* stylelint-disable-next-line selector-max-compound-selectors */
[dir] .home-page .slider-spot .media-image__svg, [dir] .home-page .slider-spot .media-video__svg {
	transform: translateZ(0);
}

@media screen and (min-width: 768px) {
	.home-page .accessibility-widget-button {
		bottom: var(--spacing-10) !important;
	}

	/* stylelint-disable-next-line selector-max-id */
	[dir=ltr] .home-page #INDmenu-btn {
		right: var(--spacing-06) !important;
	}
	[dir=rtl] .home-page #INDmenu-btn {
		left: var(--spacing-06) !important;
	}

	[dir] .home-page:not(.mkt) .layout-footer {
		margin-top: calc(var(--layout-header-height) + 2 * var(--spacing-05));
	}
}

