@media screen and (max-width: 1024px) {
	.footer-block--empty {
		display: none;
	}
}

@media screen and (max-width: 767.98px) {
	.payments-and-some .flex {
		justify-content: center;
	}

	.copyright-and-localization {
		text-align: center;
	}
}

@media screen and (min-width: 1023.98px) {
	.language_region {
		display: flex;
	}

	.language_region .inner_wrapper {
		margin-left: auto;
	}

	.footer__copyright {
		display: flex;
		height: 100%;
		flex-direction: column;
	}

	.footer__copyright span {
		margin-top: auto;
	}
}

.footer__copyright h3 {
	text-transform: uppercase;
}

.footer-social__link {
	color: var(--footer-foreground);
}

.footer-block__details-content.language_region .btn.localization-selector {
	width: 100%;
	width: -webkit-fill-available;
}

.footer-block__details-content.language_region .btn.localization-selector svg {
	margin-left: auto;
}

.footer-block__details-content.language_region .localization-form {
	margin: calc(var(--grid-gap) / 2) 0;
}

.footer {
	position: relative;
}

.footer-block--menu[data-accordion-item] label {
	cursor: default;
}

.footer .grid:last-of-type {
	margin-bottom: 30px;
}

.footer__copyright {
	font-weight: 450;
	text-transform: uppercase;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

#scrollToTopBtn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	background: var(--primary-background);
	border-radius: 30px 30px 0 0;
	width: 60px;
	height: 50px;
	display: flex;
	cursor: pointer;
}

#scrollToTopBtn svg {
	margin: auto;
	transform: rotate(270deg);
	fill: var(--footer-foreground);
}

#dw-section-newsletter + #dw-section-footer footer {
	border-top: 1px solid #dddddd;
}

#dw-section-footer {
	background-color: var(--footer-background);
	color: var(--footer-foreground);
	margin-top: 0px;
	z-index: 0;
}

.footer ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
	.footer-grid {
		grid-template-columns: 0 1fr 0;
	}
}
