/* ModaOnline24 — Footer 2026 v2.4.5 */
body.mo24-footer-active {
	--mo24-footer-line: rgba(255,255,255,.14);
	--mo24-footer-accent: #a98c4f;
	--mo24-footer-muted: #9a9a9a;
}

/* Keep the custom footer server-rendered and hide only confirmed theme roots. */
body.mo24-footer-active footer#colophon,
body.mo24-footer-active footer.site-footer:not(.mo24-site-footer),
body.mo24-footer-active .ts-footer,
body.mo24-footer-active footer.footer-area,
body.mo24-footer-active #footer-container,
body.mo24-footer-active .footer-container {
	display: none !important;
}

body.mo24-footer-active .mo24-site-footer {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Give the external review carousel room before it meets the page content
   and the black footer. The widget is rendered immediately before this footer. */
body.mo24-footer-active #tm-widget-ferret2 {
	margin-top: clamp(44px, 4vw, 72px) !important;
	margin-bottom: clamp(48px, 5vw, 84px) !important;
}

.mo24-site-footer {
	position: relative;
	z-index: 2;
	width: auto;
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	font-family: inherit;
	color: #fff;
	background: #111;
}

.mo24-site-footer *,
.mo24-site-footer *::before,
.mo24-site-footer *::after {
	box-sizing: border-box;
}

.mo24-site-footer a {
	text-decoration: none;
}

.mo24-footer-main {
	background: #111;
	color: #fff;
}

.mo24-footer-main__inner {
	display: grid;
	grid-template-columns: minmax(330px, 1.25fr) repeat(3, minmax(180px, .78fr));
	gap: clamp(48px, 6vw, 110px);
	width: min(1900px, calc(100% - 88px));
	margin: 0 auto;
	padding: clamp(64px, 5vw, 88px) 0 clamp(70px, 6vw, 96px);
}

.mo24-footer-brand {
	max-width: 430px;
}

.mo24-footer-brand__logo {
	display: inline-block;
	width: min(100%, 310px);
	line-height: 0;
}

.mo24-footer-brand__logo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 310px;
	object-fit: contain;
}

.mo24-footer-brand > p {
	max-width: 420px;
	margin: 38px 0 29px;
	color: #a5a5a5;
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: .015em;
}

.mo24-footer-shop-link {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: .02em;
}

.mo24-footer-shop-link span {
	color: var(--mo24-footer-accent);
}

.mo24-footer-shop-link:hover {
	color: var(--mo24-footer-accent);
}

.mo24-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 39px;
}

.mo24-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 15px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 999px;
	color: #b7b7b7;
	font-size: 11px;
	line-height: 1;
	transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.mo24-footer-social a:hover {
	border-color: var(--mo24-footer-accent);
	background: rgba(169,140,79,.08);
	color: #fff;
}

.mo24-footer-group {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.mo24-footer-group summary {
	position: relative;
	margin: 0 0 33px;
	padding: 0;
	list-style: none;
	cursor: default;
	color: #f7f7f7;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.mo24-footer-group summary::-webkit-details-marker {
	display: none;
}

.mo24-footer-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Jaroti applies list markers directly to footer li elements. Reset them here
   so every link has exactly the single MO24 bullet rendered by the anchor. */
.mo24-footer-group li {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.mo24-footer-group li::marker,
.mo24-footer-group li::before,
.mo24-footer-group li::after {
	content: none !important;
	display: none !important;
}

.mo24-footer-group li + li {
	margin-top: 18px !important;
}

.mo24-footer-group a {
	display: flex;
	align-items: baseline;
	gap: 14px;
	color: #969696;
	font-size: 13px;
	line-height: 1.55;
	transition: color .2s ease;
}

.mo24-footer-group a::before {
	content: '•';
	flex: 0 0 auto;
	color: #fff;
	font-size: 10px;
}

.mo24-footer-group a:hover {
	color: #fff;
}

.mo24-footer-bottom {
	border-top: 1px solid var(--mo24-footer-line);
	background: #0d0d0d;
}

.mo24-footer-bottom__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 20px;
	width: min(1900px, calc(100% - 88px));
	margin: 0 auto;
	padding: 26px 0;
}

.mo24-footer-bottom p {
	margin: 0;
	color: #777;
	font-size: 10px;
	line-height: 1.5;
}

.mo24-footer-smallprint {
	text-align: right;
}

.mo24-footer-payments {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.mo24-footer-payments span {
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	padding: 6px 11px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 4px;
	color: #d4d4d4;
	font-size: 9px;
	font-weight: 700;
}

@media (max-width: 1280px) {
	.mo24-footer-main__inner {
		grid-template-columns: minmax(280px, 1.1fr) repeat(3, minmax(150px, .8fr));
		gap: 42px;
		width: min(1180px, calc(100% - 64px));
	}

	.mo24-footer-bottom__inner {
		width: calc(100% - 64px);
	}
}

@media (max-width: 980px) {
	.mo24-footer-main__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mo24-footer-brand {
		grid-column: 1 / -1;
		max-width: 600px;
		padding-bottom: 18px;
	}
}

@media (max-width: 820px) {
	body.mo24-footer-active #tm-widget-ferret2 {
		margin-top: 32px !important;
		margin-bottom: 48px !important;
	}

	.mo24-footer-main__inner,
	.mo24-footer-bottom__inner {
		width: 100%;
	}

	.mo24-footer-main__inner {
		display: block;
		padding: 48px 20px 34px;
	}

	.mo24-footer-brand {
		max-width: none;
		padding-bottom: 36px;
	}

	.mo24-footer-brand__logo {
		width: min(100%, 270px);
	}

	.mo24-footer-brand > p {
		margin: 24px 0 20px;
		font-size: 13px;
		line-height: 1.7;
	}

	.mo24-footer-social {
		margin-top: 26px;
	}

	.mo24-footer-group {
		border-top: 1px solid var(--mo24-footer-line);
	}

	.mo24-footer-group:last-child {
		border-bottom: 1px solid var(--mo24-footer-line);
	}

	.mo24-footer-group summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		padding: 19px 0;
		cursor: pointer;
	}

	.mo24-footer-group summary::after {
		content: '+';
		color: var(--mo24-footer-accent);
		font-size: 20px;
		font-weight: 400;
		line-height: 1;
	}

	.mo24-footer-group[open] summary::after {
		content: '−';
	}

	.mo24-footer-group ul {
		padding: 0 0 22px;
	}

	.mo24-footer-group li + li {
		margin-top: 12px !important;
	}

	.mo24-footer-group a {
		font-size: 13px;
	}

	.mo24-footer-bottom__inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		padding: 22px 20px;
	}

	.mo24-footer-payments {
		justify-content: flex-start;
	}

	.mo24-footer-smallprint {
		text-align: left;
	}
}

@media (max-width: 420px) {
	.mo24-footer-main__inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.mo24-footer-brand__logo {
		width: min(100%, 240px);
	}

	.mo24-footer-social a {
		padding: 8px 12px;
	}

	.mo24-footer-payments {
		flex-wrap: wrap;
	}
}

.mo24-site-footer :where(a, summary):focus-visible {
	outline: 2px solid var(--mo24-footer-accent);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.mo24-site-footer *,
	.mo24-site-footer *::before,
	.mo24-site-footer *::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
