/* ===== Footer (beauty ecommerce) ===== */
.st-footer{
	background: #cb7d50;
	/* color: rgba(255,255,255,.82); */
	padding: 56px 0 22px;
	color:#fff;
}

.st-footer a{
	/* color: rgba(255,255,255,.82); */
	text-decoration: none;
	color:#fff;
}
.st-footer a:hover{ color:#fff; text-decoration: underline; }

.st-footer__top{
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
	gap: 26px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255,255,255,.10);
}

.st-footer__brand{ max-width: 520px; }
.st-footer__logo img{ max-height: 40px; width:auto; }

.st-footer__name{
	font-weight: 800;
	letter-spacing: .2px;
	font-size: 18px;
	color: #fff;
}
.st-footer__tagline{
	font-size: 13px;
	/* color: rgba(255,255,255,.62); */
	color: #fff;
	margin-top: 2px;
}
.st-footer__about{
	margin: 14px 0 14px;
	/* color: rgba(255,255,255,.72); */
	color: #fff;
	line-height: 1.6;
}

.st-footer__badges{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.st-footer__badge{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.10);
	font-size: 13px;
	/* color: rgba(255,255,255,.78); */
	color: #fff;
}

.st-footer__title{
	font-size: 14px;
	letter-spacing: .4px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	margin: 8px 0 14px;
}

.st-footer__menu{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.st-footer__contacts{
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	display: grid;
	gap: 10px;
}
.st-footer__contacts span{ margin-right: 8px; opacity: .9; }

.st-footer__social{
	display: flex;
	gap: 10px;
	margin: 10px 0 18px;
}
.st-footer__social-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.10);
	font-weight: 800;
}
.st-footer__social-link:hover{
	background: rgba(255,255,255,.12);
	text-decoration: none;
}

.st-footer__form{ margin-top: 8px; }
.st-footer__label{
	display: block;
	font-size: 13px;
	/* color: rgba(255,255,255,.72); */
	color: #fff;
	margin-bottom: 8px;
}
.st-footer__form-row{
	display: flex;
	gap: 8px;
}
.st-footer__input{
	flex: 1;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 12px;
	padding: 10px 12px;
	color: #fff;
	outline: none;
}
.st-footer__input::placeholder{ 
	/* color: rgba(255,255,255,.55);  */
	color: #fff;
}
.st-footer__btn{
	background: #fff;
	color: var(--st-muted);
	border: 0;
	border-radius: 12px;
	padding: 10px 14px;
	font-weight: 800;
}
.st-footer__btn:hover{ transform: translateY(-1px); }

.st-footer__fineprint{
	margin: 8px 0 0;
	font-size: 12px;
	/* color: rgba(255,255,255,.55); */
	color: #fff;
}

.st-footer__bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding-top: 18px;
	font-size: 13px;
	/* color: rgba(255,255,255,.60); */
	color: #fff;
}
.st-footer__bottom-right{
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.st-footer__dot{ opacity: .45; }

/* Responsive */
@media (max-width: 991.98px){
	.st-footer__top{
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 575.98px){
	.st-footer__top{
		grid-template-columns: 1fr;
	}
	.st-footer__bottom{
		flex-direction: column;
		align-items: flex-start;
	}
}


.st-footer__social-wrap{
	display: grid;
	gap: 10px;
	margin-top: 12px;
}

.st-footer__social-row{
	display: flex;
	align-items: center;
	gap: 12px;
}

.st-footer__social-label{
	min-width: 92px;
	opacity: .85;
}

.st-footer__social-icons{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	padding-top: 20px;
    padding-bottom: 20px;
}

.st-footer__social-link{
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.14);
	background: rgba(255,255,255,.06);
	line-height: 0;
}

.st-footer__social-link svg{
	width: 18px;
	height: 18px;
	display: block;
}

.st-footer__social-link:hover{
	background: rgba(255,255,255,.12);
}


footer .custom-logo-link {
	background: #fff;
    padding: 15px;
    border-radius: 30px;

}
.st-form-response {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4;
}

.st-form-response--success {
	color: #1f7a1f;
}

.st-form-response--error {
	color: #b42318;
}

form.is-loading {
	opacity: .8;
	pointer-events: none;
}
.st-exit-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.st-exit-popup.is-open {
	display: block;
}

.st-exit-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
}

.st-exit-popup__dialog {
	position: relative;
	z-index: 2;
	width: min(92vw, 520px);
	margin: 10vh auto 0;
	background: #fff;
	border-radius: 16px;
	padding: 28px 24px 24px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
}

.st-exit-popup__close {
	position: absolute;
	top: 10px;
	right: 12px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.st-exit-popup__title {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.2;
}

.st-exit-popup__text {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.5;
}

.st-exit-popup__form {
	display: grid;
	gap: 12px;
}

.st-exit-popup__input {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #cfcfcf;
	border-radius: 8px;
	font-size: 16px;
}

.st-exit-popup__submit {
	height: 48px;
	border: 1px solid #d08470;
	background: #d08470;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
}

.st-form-response {
	font-size: 14px;
	line-height: 1.4;
}

.st-form-response--success {
	color: #1f7a1f;
}

.st-form-response--error {
	color: #b42318;
}

body.st-exit-popup-open {
	overflow: hidden;
}