/**
 * Lost Naturals — footer redesign + specification bar (isolated).
 *
 * Wrapper: .lost-footer-redesign
 * Add to Cart brown: #7e4129 (--ln-brown-light)
 */

:root {
	--ln-footer-brown: #7e4129;
	--ln-footer-white: #ffffff;
	--ln-footer-heading-white: #ffffff;
	--ln-footer-link-muted: rgba(251, 251, 251, 0.899);
}

/* --------------------------------------------------------------------------
   Specification bar — brown treatment + reduce gap above only
   -------------------------------------------------------------------------- */
.footer-wrapper > footer#main-footer .elementor-240.elementor-location-footer {
	margin-top: -36px;
}

.elementor-240 .elementor-element.elementor-element-4758e77 > .elementor-element-populated {
	padding-top: 0 !important;
}

.elementor-240 .elementor-element.elementor-element-848e291,
.elementor-240 .elementor-element.elementor-element-848e291 > .elementor-widget-container {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.elementor-240 .ln-features {
	background-color: var(--ln-footer-brown) !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-top-color: rgba(255, 255, 255, 0.18) !important;
	border-bottom: 0 !important;
}

/* Small white gap between specifications bar and main footer */
.elementor-240 .ln-features::after {
	content: "";
	display: block;
	height: 10px;
	background: #ffffff;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

@media (min-width: 1025px) {
	.elementor-240 .ln-features::after {
		height: 12px;
	}
}

@media (max-width: 1024px) {
	.elementor-240 .ln-features::after {
		height: 11px;
	}
}

.elementor-240 .ln-features .ln-feature {
	border-right-color: rgba(255, 255, 255, 0.18) !important;
	border-bottom-color: rgba(255, 255, 255, 0.18) !important;
}

.elementor-240 .ln-features .ln-feature:nth-child(odd) {
	border-right-color: rgba(255, 255, 255, 0.18) !important;
}

.elementor-240 .ln-features .ln-feature:hover {
	background: rgba(255, 255, 255, 0.07) !important;
}

.elementor-240 .ln-features .ln-feature__title,
.elementor-240 .ln-features .ln-feature__sub {
	color: var(--ln-footer-white) !important;
}

.elementor-240 .ln-features .ln-feature__icon svg [stroke] {
	stroke: var(--ln-footer-white) !important;
}

.elementor-240 .ln-features .ln-feature__icon svg [fill]:not([fill="none"]) {
	fill: var(--ln-footer-white) !important;
}

.elementor-240 .ln-features .ln-feature__icon svg text {
	fill: var(--ln-footer-white) !important;
}

/* --------------------------------------------------------------------------
   Main footer section — continuous brown background
   -------------------------------------------------------------------------- */
.elementor-240 .elementor-element.elementor-element-3117db1:not(.elementor-motion-effects-element-type-background),
.elementor-240 .elementor-element.elementor-element-3117db1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: var(--ln-footer-brown) !important;
	background-image: none !important;
}

.elementor-240 .elementor-element.elementor-element-3117db1 {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.footer-wrapper,
.footer-wrapper > footer#main-footer,
#main-footer.elementor-240,
#main-footer .elementor-240 {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* Hide legacy Elementor logo + nav inner section */
.elementor-240 .elementor-element.elementor-element-c1fe31b {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/* --------------------------------------------------------------------------
   Redesigned footer navigation
   -------------------------------------------------------------------------- */
.lost-footer-redesign {
	width: 100%;
	box-sizing: border-box;
	color: var(--ln-footer-heading-white);
	padding: 24px 48px 24px 48px;
	font-family: "ABCRepro-Regular", Kanit, sans-serif;
}

.lost-footer-redesign__inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: clamp(48px, 10vw, 140px);
	box-sizing: border-box;
}

.lost-footer-redesign__brand {
	flex: 0 0 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.lost-footer-redesign__logo {
	flex: 0 0 auto;
	min-width: 0;
	max-width: 155px;
}

.lost-footer-redesign__logo-link {
	display: block;
	line-height: 0;
	text-decoration: none;
}

.lost-footer-redesign__logo-img {
	display: block;
	width: 100%;
	max-width: 148px;
	height: auto;
	object-fit: contain;
}

.lost-footer-redesign__columns {
	flex: 0 1 auto;
	min-width: 0;
	margin-left: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: clamp(56px, 7vw, 100px);
}

/* Follow Us — shared */
.lost-footer-redesign__social {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.lost-footer-redesign__social-label {
	font-family: "ABCRepro-Regular", Kanit, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: var(--ln-footer-heading-white);
}

.lost-footer-redesign__social-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 14px;
}

.lost-footer-redesign__social-list li {
	margin: 0;
	padding: 0;
}

.lost-footer-redesign__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	line-height: 0;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.lost-footer-redesign__social-link:hover,
.lost-footer-redesign__social-link:focus-visible {
	opacity: 0.88;
	transform: scale(1.04);
}

.lost-footer-redesign__social-icon {
	display: block;
	width: 22px;
	height: 22px;
}

/* --------------------------------------------------------------------------
   Desktop only — logo left-aligned, space below spec bar
   -------------------------------------------------------------------------- */
@media (min-width: 1025px) {
	.elementor-240 .ln-features {
		margin-bottom: 0 !important;
	}

	.elementor-240 .lost-footer-redesign {
		padding: 32px 52px 10px 52px !important;
	}

	.elementor-240 .lost-footer-redesign__inner {
		display: grid !important;
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
		align-items: start;
		justify-content: space-between;
		column-gap: clamp(48px, 10vw, 140px);
		row-gap: 16px;
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.elementor-240 .lost-footer-redesign__brand {
		grid-column: 1;
		grid-row: 1;
		max-width: 148px;
	}

	.elementor-240 .lost-footer-redesign__social {
		grid-column: 1;
		grid-row: 2;
		align-self: start;
	}

	.elementor-240 .lost-footer-redesign__columns {
		grid-column: 2;
		grid-row: 1 / span 2;
		align-self: start;
		justify-self: end;
		gap: clamp(64px, 7.5vw, 108px) !important;
		margin-right: clamp(40px, 4.5vw, 72px) !important;
		margin-left: 0 !important;
	}

	.elementor-240 .lost-footer-redesign__logo {
		max-width: 148px !important;
		margin-left: 0 !important;
	}

	.elementor-240 .lost-footer-redesign__logo-img {
		max-width: 140px !important;
	}

	.elementor-240 .lost-footer-redesign__social {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		gap: 12px;
		padding: 0;
		width: auto;
	}

	.elementor-240 .lost-footer-redesign__social-label {
		font-size: 11px;
		line-height: 1.3;
		margin-right: 2px;
	}

	.elementor-240 .lost-footer-redesign__social-list {
		gap: 12px;
		align-items: center;
	}

	.elementor-240 .lost-footer-redesign__social-link {
		width: auto;
		height: auto;
	}

	.elementor-240 .lost-footer-redesign__social-icon {
		width: 22px;
		height: 22px;
	}

	.elementor-240 .elementor-element.elementor-element-4758e77 > .elementor-element-populated {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: flex-start !important;
	}

	.elementor-240 .elementor-element.elementor-element-848e291,
	.elementor-240 .lost-footer-redesign,
	.elementor-240 .elementor-element.elementor-element-c1fe31b {
		flex: 0 0 100% !important;
		width: 100% !important;
	}

	.elementor-240 .elementor-element.elementor-element-888154e,
	.elementor-240 .elementor-element.elementor-element-328a0fc,
	.elementor-240 .elementor-element.elementor-element-6094b8a {
		flex: 1 1 0 !important;
		width: auto !important;
		max-width: none !important;
		display: flex !important;
		align-items: center !important;
		align-self: center !important;
		padding-left: 52px !important;
		padding-right: 52px !important;
		padding-top: 0 !important;
		padding-bottom: 18px !important;
		margin-top: 0 !important;
		min-height: 0 !important;
	}

	.elementor-240 .elementor-element.elementor-element-888154e .elementor-widget-container,
	.elementor-240 .elementor-element.elementor-element-328a0fc .elementor-widget-container,
	.elementor-240 .elementor-element.elementor-element-6094b8a .elementor-widget-container {
		width: 100%;
		line-height: 1.45 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.elementor-240 .elementor-element.elementor-element-6094b8a h6,
	.elementor-240 .elementor-element.elementor-element-6094b8a h6 a {
		font-size: 10.5px !important;
		font-weight: 400 !important;
		line-height: 1.45 !important;
		font-family: "ABCRepro-Regular", Kanit, sans-serif !important;
		letter-spacing: 0.03em !important;
		word-spacing: 0.04em !important;
		text-transform: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.elementor-240 .elementor-element.elementor-element-888154e {
		text-align: left !important;
	}

	.elementor-240 .elementor-element.elementor-element-888154e .elementor-widget-container {
		text-align: left !important;
	}

	.elementor-240 .elementor-element.elementor-element-328a0fc {
		text-align: center !important;
	}

	.elementor-240 .elementor-element.elementor-element-328a0fc .elementor-widget-container {
		text-align: center !important;
	}

	.elementor-240 .elementor-element.elementor-element-6094b8a {
		text-align: right !important;
	}

	.elementor-240 .elementor-element.elementor-element-6094b8a .elementor-widget-container {
		text-align: right !important;
	}

	.elementor-240 .elementor-element.elementor-element-3117db1 {
		padding-bottom: 0 !important;
	}
}

.lost-footer-redesign__col {
	flex: 0 1 auto;
	min-width: 0;
}

/* Identical heading level — SHOP ALL, HELP, EXPLORE */
.lost-footer-redesign__heading {
	font-family: "ABCRepro-Regular", Kanit, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.045em;
	word-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--ln-footer-heading-white);
	margin: 0 0 18px;
}

.lost-footer-redesign__heading-link {
	font-family: "ABCRepro-Regular", Kanit, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.045em;
	word-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--ln-footer-heading-white);
	text-decoration: none;
}

.lost-footer-redesign__heading-link:hover,
.lost-footer-redesign__heading-link:focus-visible {
	color: var(--ln-footer-heading-white);
	opacity: 0.9;
	text-decoration: none;
}

.lost-footer-redesign__heading-text {
	font-family: "ABCRepro-Regular", Kanit, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.045em;
	word-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--ln-footer-heading-white);
}

/* Desktop — static columns, no accordion UI */
.lost-footer-redesign__accordion-trigger {
	display: none;
}

.lost-footer-redesign__heading--desktop {
	display: block;
}

.lost-footer-redesign__accordion-panel {
	max-height: none;
	opacity: 1;
	overflow: visible;
}

@media (min-width: 1025px) {
	.lost-footer-redesign__accordion-panel.is-open,
	.lost-footer-redesign__accordion-panel[aria-hidden="true"] {
		max-height: none !important;
		opacity: 1 !important;
		overflow: visible !important;
	}
}

/* Elementor column link overrides — headings bright, links muted */
.elementor-240 .elementor-element.elementor-element-4758e77 .lost-footer-redesign__heading,
.elementor-240 .elementor-element.elementor-element-4758e77 .lost-footer-redesign__heading-link {
	color: var(--ln-footer-heading-white) !important;
}

.elementor-240 .elementor-element.elementor-element-4758e77 .lost-footer-redesign__heading-link:hover,
.elementor-240 .elementor-element.elementor-element-4758e77 .lost-footer-redesign__heading-link:focus-visible {
	color: var(--ln-footer-heading-white) !important;
	opacity: 0.9;
}

.elementor-240 .elementor-element.elementor-element-4758e77 .lost-footer-redesign__link {
	color: var(--ln-footer-link-muted) !important;
}

.elementor-240 .elementor-element.elementor-element-4758e77 .lost-footer-redesign__link:hover,
.elementor-240 .elementor-element.elementor-element-4758e77 .lost-footer-redesign__link:focus-visible {
	color: var(--ln-footer-heading-white) !important;
	opacity: 1;
}

.lost-footer-redesign__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lost-footer-redesign__list li {
	margin: 0;
	padding: 0;
}

.lost-footer-redesign__list li + li {
	margin-top: 12px;
}

.lost-footer-redesign__link {
	font-family: "ABCRepro-Regular", Kanit, sans-serif;
	font-size: 12.5px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.035em;
	word-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ln-footer-link-muted);
	text-decoration: none;
	display: inline-block;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.lost-footer-redesign__link:hover,
.lost-footer-redesign__link:focus-visible {
	color: var(--ln-footer-heading-white);
	opacity: 1;
	text-decoration: none;
}

/* --------------------------------------------------------------------------
   Copyright / credits — unified typography
   -------------------------------------------------------------------------- */
.elementor-240 .elementor-element.elementor-element-888154e,
.elementor-240 .elementor-element.elementor-element-328a0fc,
.elementor-240 .elementor-element.elementor-element-6094b8a {
	padding-left: 48px !important;
	padding-right: 48px !important;
	padding-top: 6px !important;
	padding-bottom: 16px !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.elementor-240 .elementor-element.elementor-element-888154e .elementor-widget-container,
.elementor-240 .elementor-element.elementor-element-328a0fc .elementor-widget-container,
.elementor-240 .elementor-element.elementor-element-6094b8a .elementor-widget-container,
.elementor-240 .elementor-element.elementor-element-888154e,
.elementor-240 .elementor-element.elementor-element-328a0fc,
.elementor-240 .elementor-element.elementor-element-6094b8a {
	color: rgba(255, 255, 255, 0.82) !important;
	font-family: "ABCRepro-Regular", Kanit, sans-serif !important;
	font-size: 10.5px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
	letter-spacing: 0.03em !important;
	word-spacing: 0.04em !important;
}

.elementor-240 .elementor-element.elementor-element-888154e a,
.elementor-240 .elementor-element.elementor-element-328a0fc a,
.elementor-240 .elementor-element.elementor-element-6094b8a a,
.elementor-240 .elementor-element.elementor-element-6094b8a h6,
.elementor-240 .elementor-element.elementor-element-6094b8a h6 a {
	color: rgba(255, 255, 255, 0.82) !important;
	font-family: "ABCRepro-Regular", Kanit, sans-serif !important;
	font-size: 10.5px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
	letter-spacing: 0.03em !important;
	word-spacing: 0.04em !important;
	text-transform: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.elementor-240 .elementor-element.elementor-element-328a0fc p {
	margin: 0 !important;
}

.elementor-240 .elementor-element.elementor-element-888154e a:hover,
.elementor-240 .elementor-element.elementor-element-328a0fc a:hover,
.elementor-240 .elementor-element.elementor-element-6094b8a a:hover {
	color: var(--ln-footer-white) !important;
}

/* --------------------------------------------------------------------------
   Tablet + mobile/touch — logo centred, accordion navigation
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.footer-wrapper > footer#main-footer .elementor-240.elementor-location-footer {
		margin-top: -28px;
	}

	.elementor-240 .lost-footer-redesign {
		padding: 24px 24px 20px 24px !important;
	}

	.elementor-240 .lost-footer-redesign__inner {
		flex-direction: column;
		align-items: center !important;
		justify-content: flex-start;
		gap: 20px;
		max-width: 100% !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.elementor-240 .lost-footer-redesign__brand {
		width: 100% !important;
		align-items: center !important;
		order: 1;
	}

	.elementor-240 .lost-footer-redesign__logo {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.elementor-240 .lost-footer-redesign__logo-link {
		display: inline-block !important;
		margin: 0 auto !important;
	}

	.elementor-240 .lost-footer-redesign__logo-img {
		max-width: 132px !important;
		margin: 0 auto !important;
	}

	.elementor-240 .lost-footer-redesign__columns {
		flex-direction: column !important;
		align-items: stretch !important;
		align-self: stretch !important;
		justify-content: flex-start !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
		gap: 0 !important;
		order: 2;
	}

	.elementor-240 .lost-footer-redesign__social {
		width: 100%;
		flex-direction: column;
		align-items: center !important;
		text-align: center;
		padding: 12px 0 0;
		order: 3;
		gap: 8px;
	}

	.elementor-240 .lost-footer-redesign__social-label {
		font-size: 12px;
		line-height: 1.3;
	}

	.elementor-240 .lost-footer-redesign__social-list {
		justify-content: center;
		gap: 16px;
		align-items: center;
	}

	.elementor-240 .lost-footer-redesign__social-icon {
		width: 24px;
		height: 24px;
	}

	.elementor-240 .lost-footer-redesign__heading--desktop {
		display: none !important;
	}

	.elementor-240 .lost-footer-redesign__accordion {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.elementor-240 .lost-footer-redesign__accordion-trigger {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		padding: 15px 0;
		border: 0;
		border-bottom: 0;
		background: transparent;
		color: var(--ln-footer-heading-white);
		font-family: "ABCRepro-Regular", Kanit, sans-serif;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.3;
		letter-spacing: 0.045em;
		word-spacing: 0.02em;
		text-transform: uppercase;
		text-align: left;
		cursor: pointer;
		box-sizing: border-box;
	}

	.elementor-240 .lost-footer-redesign__accordion-trigger:focus-visible {
		outline: 2px solid rgba(255, 255, 255, 0.65);
		outline-offset: 2px;
	}

	.elementor-240 .lost-footer-redesign__accordion-label {
		flex: 1 1 auto;
		text-align: left;
	}

	.elementor-240 .lost-footer-redesign__accordion-icon {
		flex: 0 0 auto;
		margin-left: 16px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: rgba(255, 255, 255, 0.82);
	}

	.elementor-240 .lost-footer-redesign__accordion-chevron {
		display: block;
		transition: transform 0.25s ease;
		transform-origin: center center;
	}

	.elementor-240 .lost-footer-redesign__accordion-trigger.is-open .lost-footer-redesign__accordion-chevron {
		transform: rotate(180deg);
	}

	.elementor-240 .lost-footer-redesign__accordion-panel {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: max-height 0.25s ease, opacity 0.25s ease;
		pointer-events: none;
	}

	.elementor-240 .lost-footer-redesign__accordion-panel.is-open {
		max-height: 420px;
		opacity: 1;
		pointer-events: auto;
		padding: 2px 0 14px;
	}

	.elementor-240 .lost-footer-redesign__accordion-panel .lost-footer-redesign__list {
		text-align: left;
	}

	.elementor-240 .lost-footer-redesign__accordion-panel .lost-footer-redesign__link {
		text-align: left;
	}

	.elementor-240 .elementor-element.elementor-element-4758e77 > .elementor-element-populated {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}

	.elementor-240 .elementor-element.elementor-element-888154e,
	.elementor-240 .elementor-element.elementor-element-328a0fc,
	.elementor-240 .elementor-element.elementor-element-6094b8a {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 auto !important;
		text-align: center !important;
		padding-left: 24px !important;
		padding-right: 24px !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.elementor-240 .elementor-element.elementor-element-888154e .elementor-widget-container,
	.elementor-240 .elementor-element.elementor-element-328a0fc .elementor-widget-container,
	.elementor-240 .elementor-element.elementor-element-6094b8a .elementor-widget-container {
		text-align: center !important;
	}

	.elementor-240 .elementor-element.elementor-element-888154e {
		padding-top: 10px !important;
	}

	.elementor-240 .elementor-element.elementor-element-888154e,
	.elementor-240 .elementor-element.elementor-element-328a0fc,
	.elementor-240 .elementor-element.elementor-element-6094b8a {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.elementor-240 .elementor-element.elementor-element-888154e .elementor-widget-container,
	.elementor-240 .elementor-element.elementor-element-328a0fc .elementor-widget-container,
	.elementor-240 .elementor-element.elementor-element-6094b8a .elementor-widget-container {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.elementor-240 .elementor-element.elementor-element-888154e p,
	.elementor-240 .elementor-element.elementor-element-328a0fc p,
	.elementor-240 .elementor-element.elementor-element-6094b8a p,
	.elementor-240 .elementor-element.elementor-element-6094b8a h6 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.elementor-240 .elementor-element.elementor-element-888154e + .elementor-element.elementor-element-328a0fc,
	.elementor-240 .elementor-element.elementor-element-328a0fc + .elementor-element.elementor-element-6094b8a {
		margin-top: calc(2px - var(--kit-widget-spacing, var(--widgets-spacing, 20px))) !important;
	}

	.elementor-240 .elementor-element.elementor-element-6094b8a {
		padding-bottom: 14px !important;
	}

	.elementor-240 .elementor-element.elementor-element-3117db1 {
		padding-bottom: 0 !important;
	}

	.lost-footer-redesign__heading,
	.lost-footer-redesign__heading-link,
	.lost-footer-redesign__heading-text {
		font-size: 14px;
	}

	.lost-footer-redesign__link {
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elementor-240 .lost-footer-redesign__accordion-panel,
	.elementor-240 .lost-footer-redesign__accordion-chevron {
		transition: none !important;
	}
}

/* --------------------------------------------------------------------------
   Mobile
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
	.footer-wrapper > footer#main-footer .elementor-240.elementor-location-footer {
		margin-top: -20px;
	}

	.elementor-240 .lost-footer-redesign {
		padding: 22px 20px 16px 20px !important;
	}

	.elementor-240 .lost-footer-redesign__inner {
		gap: 20px;
	}

	.elementor-240 .lost-footer-redesign__logo-img {
		max-width: 118px !important;
	}

	.elementor-240 .lost-footer-redesign__accordion-trigger {
		font-size: 13px;
		padding: 14px 0;
	}

	.elementor-240 .lost-footer-redesign__social {
		padding-top: 10px;
	}

	.lost-footer-redesign__link {
		font-size: 11.5px;
	}

	.lost-footer-redesign__list li + li {
		margin-top: 10px;
	}

	.elementor-240 .elementor-element.elementor-element-888154e,
	.elementor-240 .elementor-element.elementor-element-328a0fc,
	.elementor-240 .elementor-element.elementor-element-6094b8a {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.elementor-240 .elementor-element.elementor-element-3117db1 {
		padding: 0 20px 0 20px !important;
	}
}

@media (max-width: 374px) {
	.elementor-240 .lost-footer-redesign {
		padding: 20px 20px 16px 20px !important;
	}
}

/* --------------------------------------------------------------------------
   Back-to-top — hidden until the user reaches the last scroll
   -------------------------------------------------------------------------- */
#scroll-to-top.vamtam-scroll-to-top {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: none !important;
	width: 34px !important;
	height: 34px !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.92) !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16) !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	right: 20px !important;
	bottom: 24px !important;
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease !important;
}

#scroll-to-top.vamtam-scroll-to-top.ln-scroll-visible {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

#scroll-to-top.vamtam-scroll-to-top:hover,
#scroll-to-top.vamtam-scroll-to-top:focus-visible {
	background: #ffffff !important;
	transform: translateY(-2px) !important;
}

#scroll-to-top.vamtam-scroll-to-top #scroll-to-top-text,
#scroll-to-top.vamtam-scroll-to-top #scroll-to-top-text::before {
	display: none !important;
	content: none !important;
	font-size: 0 !important;
}

#scroll-to-top.vamtam-scroll-to-top svg {
	display: block !important;
	width: 12px !important;
	height: 12px !important;
	padding: 0 !important;
	color: #7e4129 !important;
	pointer-events: none;
}

@media (max-width: 1024px) {
	#scroll-to-top.vamtam-scroll-to-top {
		width: 32px !important;
		height: 32px !important;
		right: 20px !important;
		bottom: 92px !important;
	}
}
