/* Solve Skin Care footer */
.wd-footer.footer-container {
	display: none;
}

.solve-site-footer {
	position: relative;
	margin-top: clamp(48px, 7vw, 88px);
	padding: clamp(38px, 5vw, 72px) 0 0;
	background:
		radial-gradient(circle at 12% 12%, rgba(255, 143, 104, .18), transparent 30%),
		radial-gradient(circle at 86% 0%, rgba(191, 47, 134, .18), transparent 26%),
		#201818;
	color: rgba(255, 255, 255, .78);
	overflow: hidden;
}

.solve-site-footer:before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent);
}

.solve-site-footer__inner,
.solve-site-footer__bottom {
	width: min(1240px, calc(100% - 32px));
	margin-inline: auto;
}

.solve-site-footer__inner {
	display: grid;
	grid-template-columns: minmax(260px, 1.35fr) repeat(2, minmax(150px, .7fr)) minmax(240px, 1fr);
	gap: clamp(22px, 4vw, 54px);
	align-items: start;
}

.solve-footer-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 128px;
	height: 76px;
	margin-bottom: 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .14);
}

.solve-footer-logo img {
	max-width: 104px;
	max-height: 58px;
	object-fit: contain;
}

.solve-site-footer__brand p {
	max-width: 390px;
	margin: 0 0 20px;
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 1.9;
}

.solve-footer-badges,
.solve-footer-payments {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.solve-footer-badges span,
.solve-footer-payments span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .9);
	font-size: 12px;
	font-weight: 900;
}

.solve-site-footer h3 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

.solve-site-footer__nav a {
	display: block;
	width: fit-content;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, .72);
	font-weight: 800;
}

.solve-site-footer__nav a:hover,
.solve-footer-contact:hover strong {
	color: #fff;
}

.solve-footer-contact {
	display: block;
	margin-bottom: 12px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 16px;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .7);
}

.solve-footer-contact span,
.solve-footer-contact strong {
	display: block;
}

.solve-footer-contact span {
	margin-bottom: 4px;
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
	font-weight: 900;
}

.solve-footer-contact strong {
	color: rgba(255, 255, 255, .92);
	font-size: 14px;
}

.solve-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: clamp(30px, 4vw, 54px);
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .58);
	font-size: 13px;
}



/* Keep the legal footer line visible; it should not depend on scroll reveal. */
.solve-site-footer__bottom.solve-reveal{
	opacity: 1 !important;
	transform: none !important;
}
