/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
Version:      1.0.124
 Text Domain:  woodmart
*/

/* JarajTo DS2 desktop footer - 2026-07-06 */
.footer-container.color-scheme-dark {
	background: var(--jt-bg, #070907) !important;
}

.footer-container .container.main-footer {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.jt-footer-ds2 {
	--jt-bg: #070907;
	--jt-bg-deep: #0d110a;
	--jt-surface: #10140c;
	--jt-surface-2: #151718;
	--jt-accent: #93be20;
	--jt-accent-hover: #a8d929;
	--jt-ink: #f1f6e4;
	--jt-muted: rgba(241, 246, 228, 0.72);
	--jt-soft: rgba(241, 246, 228, 0.48);
	--jt-line: rgba(241, 246, 228, 0.1);
	--jt-line-soft: rgba(241, 246, 228, 0.07);
	--jt-active: rgba(147, 190, 32, 0.56);
	--jt-radius: 8px;
	--jt-footer-section-width: min(1750px, calc(100% - 108px));
	position: relative;
	display: block;
	overflow: hidden;
	padding: 18px 0 28px;
	background:
		radial-gradient(circle at 14% 0%, rgba(147, 190, 32, 0.1), transparent 30rem),
		linear-gradient(180deg, #050705 0%, var(--jt-bg) 42%, #050705 100%);
	color: var(--jt-ink);
	font-family: var(--wd-text-font, "Inter", system-ui, sans-serif);
	line-height: 1.5;
	letter-spacing: 0;
}

.jt-footer-ds2__lead,
.jt-footer-ds2__main,
.jt-footer-ds2__payments {
	width: var(--jt-footer-section-width);
	margin-right: auto;
	margin-left: auto;
}

.jt-footer-ds2 *,
.jt-footer-ds2 *::before,
.jt-footer-ds2 *::after {
	box-sizing: border-box;
}

.jt-footer-ds2 a {
	color: inherit;
	text-decoration: none;
}

.jt-footer-ds2 button,
.jt-footer-ds2 input {
	font: inherit;
}

.jt-footer-ds2__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.jt-footer-ds2__lead {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.44fr);
	gap: clamp(28px, 4vw, 82px);
	align-items: center;
	padding: clamp(24px, 3.1vw, 36px) clamp(18px, 3vw, 36px);
	border: 1px solid rgba(241, 246, 228, 0.1);
	border-radius: var(--jt-radius);
	background:
		radial-gradient(circle at 0% 0%, rgba(147, 190, 32, 0.12), transparent 34rem),
		linear-gradient(120deg, rgba(17, 39, 11, 0.5), rgba(16, 20, 12, 0.72) 48%, rgba(13, 17, 10, 0.84)),
		rgba(16, 20, 12, 0.72);
	box-shadow: inset 0 1px 0 rgba(241, 246, 228, 0.045), 0 18px 44px rgba(0, 0, 0, 0.28);
}

.jt-footer-ds2__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	color: var(--jt-accent-hover);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.jt-footer-ds2__kicker::before,
.jt-footer-ds2__note::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--jt-accent);
	box-shadow: 0 0 18px rgba(147, 190, 32, 0.7);
}

.jt-footer-ds2__lead h2 {
	max-width: 980px;
	margin: 0;
	color: #fcf9f0;
	font-family: var(--wd-title-font, "Urbanist", system-ui, sans-serif);
	font-size: clamp(36px, 3.45vw, 48px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
}

.jt-footer-ds2__lead-copy {
	max-width: 780px;
	margin: 10px 0 0;
	color: var(--jt-muted);
	font-size: clamp(14px, 1.05vw, 16px);
	line-height: 1.48;
}

.jt-footer-ds2__notes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
	color: var(--jt-muted);
	font-size: 12px;
	font-weight: 750;
}

.jt-footer-ds2__note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 22px;
}

.jt-footer-ds2__note::before {
	width: 6px;
	height: 6px;
	box-shadow: none;
}

.jt-footer-ds2__signup {
	margin: 0;
	padding: 20px;
	border: 1px solid rgba(241, 246, 228, 0.14);
	border-radius: var(--jt-radius);
	background:
		linear-gradient(180deg, rgba(29, 32, 37, 0.66), rgba(16, 20, 12, 0.86)),
		var(--jt-surface);
	box-shadow: inset 0 1px 0 rgba(252, 249, 240, 0.04);
}

.jt-footer-ds2__signup h3 {
	margin: 0 0 10px;
	color: var(--jt-ink);
	font-family: var(--wd-title-font, "Urbanist", system-ui, sans-serif);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.jt-footer-ds2__signup-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(168px, auto);
	gap: 10px;
}

.jt-footer-ds2__signup input {
	min-width: 0;
	height: 48px;
	padding: 0 14px;
	border: 1px solid rgba(241, 246, 228, 0.09);
	border-radius: var(--jt-radius);
	background: rgba(7, 9, 7, 0.82);
	color: var(--jt-ink);
	outline: none;
	font-size: 15px;
}

.jt-footer-ds2__fake-input,
.jt-footer-ds2__email-input {
	display: flex;
	min-width: 0;
	height: 48px;
	align-items: center;
	padding: 0 14px;
	border: 1px solid rgba(241, 246, 228, 0.09);
	border-radius: var(--jt-radius);
	background: rgba(7, 9, 7, 0.82);
	color: rgba(241, 246, 228, 0.42);
	font-size: 15px;
}

.jt-footer-ds2__email-input {
	color: var(--jt-ink);
}

.jt-footer-ds2__signup input::placeholder {
	color: rgba(241, 246, 228, 0.42);
}

.jt-footer-ds2__signup input:focus-visible,
.jt-footer-ds2__link:focus-visible,
.jt-footer-ds2__button:focus-visible,
.jt-footer-ds2__icon-link:focus-visible {
	outline: none;
	border-color: var(--jt-accent);
	box-shadow: 0 0 0 3px rgba(147, 190, 32, 0.18);
}

.jt-footer-ds2__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid rgba(168, 217, 41, 0.72);
	border-radius: var(--jt-radius);
	background: linear-gradient(180deg, var(--jt-accent-hover), var(--jt-accent));
	color: var(--jt-bg) !important;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(147, 190, 32, 0.18);
}

.jt-footer-ds2__button:hover {
	border-color: var(--jt-accent-hover);
	background: linear-gradient(180deg, #b6ee2d, var(--jt-accent-hover));
	color: var(--jt-bg) !important;
	box-shadow: 0 14px 30px rgba(147, 190, 32, 0.24);
	transform: translateY(-1px);
}

.jt-footer-ds2__button:active {
	transform: translateY(0);
}

.jt-footer-ds2__button svg {
	display: block;
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	stroke: currentColor;
	stroke-width: 2.3;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.jt-footer-ds2__signup-note {
	margin: 8px 0 0;
	color: var(--jt-soft);
	font-size: 12px;
	line-height: 1.45;
}

.jt-footer-ds2__consent {
	display: grid;
	gap: 7px;
	margin-top: 12px;
	color: var(--jt-muted);
	font-size: 12px;
}

.jt-footer-ds2__consent label {
	position: relative;
	display: grid;
	grid-template-columns: 19px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0;
}

.jt-footer-ds2__consent label::before {
	content: none;
	width: 17px;
	height: 17px;
	margin-top: 2px;
	border: 1px solid rgba(241, 246, 228, 0.38);
	border-radius: 3px;
	background: rgba(241, 246, 228, 0.08);
}

.jt-footer-ds2__consent a {
	color: var(--jt-ink);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: rgba(147, 190, 32, 0.62);
	text-underline-offset: 3px;
}

.jt-footer-ds2__consent a:hover {
	color: var(--jt-accent-hover);
	text-decoration-color: currentColor;
}

.jt-footer-ds2__consent input {
	width: 17px;
	height: 17px;
	margin: 2px 0 0;
	accent-color: var(--jt-accent);
}

.jt-footer-ds2__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.jt-footer-ds2__newsletter-status {
	margin: 10px 0 0;
	color: var(--jt-ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.45;
}

.jt-footer-ds2__newsletter-status.is-invalid_email,
.jt-footer-ds2__newsletter-status.is-missing_consent,
.jt-footer-ds2__newsletter-status.is-security_error,
.jt-footer-ds2__newsletter-status.is-turnstile_error,
.jt-footer-ds2__newsletter-status.is-save_error,
.jt-footer-ds2__newsletter-status.is-invalid_token {
	color: #ffcf9c;
}

.jt-footer-ds2__trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	width: var(--jt-footer-section-width);
	margin: 18px auto 0;
	border-top: 1px solid var(--jt-line-soft);
	border-bottom: 1px solid var(--jt-line-soft);
	background: linear-gradient(90deg, rgba(7, 9, 7, 0.98), rgba(11, 18, 8, 0.98) 52%, rgba(7, 9, 7, 0.98));
}

.jt-footer-ds2__trust-item {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 92px;
	padding: 16px 20px;
	color: var(--jt-muted);
}

.jt-footer-ds2__trust-item + .jt-footer-ds2__trust-item {
	border-left: 1px solid var(--jt-line-soft);
}

.jt-footer-ds2__trust-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(147, 190, 32, 0.28);
	border-radius: var(--jt-radius);
	background: linear-gradient(180deg, rgba(147, 190, 32, 0.12), rgba(147, 190, 32, 0.04));
	color: var(--jt-accent-hover);
	box-shadow: inset 0 1px 0 rgba(241, 246, 228, 0.04);
}

.jt-footer-ds2__trust-icon svg {
	display: block;
	width: 23px;
	height: 23px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.jt-footer-ds2__trust-item strong {
	display: block;
	color: var(--jt-ink);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.2;
}

.jt-footer-ds2__trust-item span:last-child {
	display: block;
	margin-top: 2px;
	color: var(--jt-soft);
	font-size: 12px;
	line-height: 1.35;
}

.jt-footer-ds2__main {
	display: grid;
	grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1.14fr) minmax(320px, 0.58fr);
	gap: clamp(34px, 4vw, 72px);
	padding: 38px 0 34px;
}

.jt-footer-ds2__brand {
	position: relative;
	min-height: 360px;
	padding-bottom: clamp(72px, 7vw, 128px);
	isolation: isolate;
}

.jt-footer-ds2__brand::after {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -34px;
	left: -38px;
	z-index: -1;
	height: 68%;
	border-radius: 0 0 18px 18px;
	background: linear-gradient(180deg, rgba(3, 6, 3, 0) 0%, rgba(3, 6, 3, 0.78) 64%, #030603 100%);
	pointer-events: none;
}

.jt-footer-ds2__brand p,
.jt-footer-ds2__contact p {
	margin: 0;
	color: var(--jt-muted);
	font-size: 14px;
	line-height: 1.6;
}

.jt-footer-ds2__wordmark {
	display: inline-flex;
	align-items: center;
	margin: 0 0 18px;
}

.jt-footer-ds2__logo {
	display: block;
	width: min(178px, 100%);
	height: auto;
	max-height: 54px;
	object-fit: contain;
}

.jt-footer-ds2__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.jt-footer-ds2__link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(147, 190, 32, 0.34);
	border-radius: var(--jt-radius);
	color: var(--jt-accent-hover);
	padding: 0 14px;
	font-size: 13px;
	font-weight: 850;
}

.jt-footer-ds2__link:hover {
	border-color: var(--jt-active);
	background: rgba(147, 190, 32, 0.06);
	color: var(--jt-accent-hover);
}

.jt-footer-ds2__brand .jt-footer-ds2__button,
.jt-footer-ds2__brand .jt-footer-ds2__link {
	min-height: 48px;
	border: 1px solid rgba(147, 190, 32, 0.62);
	border-radius: var(--jt-radius);
	background: rgba(147, 190, 32, 0.08);
	color: var(--jt-accent-hover) !important;
	padding: 0 18px;
	font-size: 14px;
	font-weight: 950;
	box-shadow: none;
}

.jt-footer-ds2__brand .jt-footer-ds2__link {
	border-color: rgba(243, 247, 234, 0.12);
	background: rgba(7, 9, 7, 0.24);
	color: var(--jt-ink) !important;
}

.jt-footer-ds2__brand .jt-footer-ds2__button:hover,
.jt-footer-ds2__brand .jt-footer-ds2__link:hover {
	border-color: var(--jt-accent-hover);
	background: rgba(147, 190, 32, 0.14);
	color: var(--jt-accent-hover) !important;
}

.jt-footer-ds2__nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 42px);
	padding-inline: clamp(10px, 2vw, 24px);
}

.jt-footer-ds2__nav h3,
.jt-footer-ds2__contact h3,
.jt-footer-ds2__payments h3 {
	margin: 0 0 14px;
	color: var(--jt-ink);
	font-family: var(--wd-title-font, "Urbanist", system-ui, sans-serif);
	font-size: 18px;
	font-weight: 850;
	line-height: 1.2;
}

.jt-footer-ds2__contact h3 {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 26px;
}

.jt-footer-ds2__contact h3::before {
	content: "";
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border: 1px solid rgba(147, 190, 32, 0.7);
	border-radius: var(--jt-radius);
	background:
		linear-gradient(180deg, rgba(147, 190, 32, 0.1), rgba(147, 190, 32, 0.02)),
		rgba(7, 9, 7, 0.24);
	background-color: rgba(147, 190, 32, 0.08);
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%2393be20' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13a8 8 0 0 1 16 0'/%3E%3Cpath d='M4 13v3a2 2 0 0 0 2 2h1v-7H6a2 2 0 0 0-2 2Z'/%3E%3Cpath d='M20 13v3a2 2 0 0 1-2 2h-1v-7h1a2 2 0 0 1 2 2Z'/%3E%3Cpath d='M17 18v1a2 2 0 0 1-2 2h-2'/%3E%3C/svg%3E"),
		linear-gradient(180deg, rgba(147, 190, 32, 0.1), rgba(147, 190, 32, 0.02));
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px, auto;
}

.jt-footer-ds2__contact h3::after {
	position: absolute;
	bottom: 0;
	left: 54px;
	margin-top: 0;
}

.jt-footer-ds2__nav h3::after,
.jt-footer-ds2__contact h3::after {
	content: "";
	display: block;
	width: 34px;
	height: 3px;
	margin-top: 9px;
	border-radius: 999px;
	background: var(--jt-accent);
}

.jt-footer-ds2__nav ul,
.jt-footer-ds2__contact-list,
.jt-footer-ds2__legal,
.jt-footer-ds2__payment-rail {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jt-footer-ds2__nav ul {
	display: grid;
	gap: 10px;
}

.jt-footer-ds2__nav a,
.jt-footer-ds2__legal a {
	color: var(--jt-muted);
	font-size: 14px;
	font-weight: 650;
}

.jt-footer-ds2__nav a:hover,
.jt-footer-ds2__legal a:hover,
.jt-footer-ds2__contact a:hover {
	color: var(--jt-accent-hover);
}

.jt-footer-ds2__nav .is-featured {
	color: var(--jt-accent-hover);
	font-weight: 850;
}

.jt-footer-ds2__nav-toggle {
	all: unset;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
	font: inherit;
	appearance: none;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	cursor: default;
}

@media (min-width: 781px) {
	.jt-footer-ds2__nav h3 .jt-footer-ds2__nav-toggle,
	.jt-footer-ds2__nav h3 .jt-footer-ds2__nav-toggle[disabled] {
		width: auto;
		min-width: 0;
		min-height: 0;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
		color: inherit !important;
		opacity: 1 !important;
		cursor: default;
	}

	.jt-footer-ds2__nav h3 .jt-footer-ds2__nav-toggle span {
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
	}
}

.jt-footer-ds2__nav-toggle:focus-visible {
	outline: 1px solid rgba(147, 190, 32, 0.8);
	outline-offset: -3px;
}

.jt-footer-ds2__nav-toggle-icon {
	display: none;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	color: var(--jt-accent);
	transition: transform 180ms ease;
}

.jt-footer-ds2__contact {
	padding: 28px;
	border: 1px solid rgba(243, 247, 234, 0.11);
	border-radius: var(--jt-radius);
	background:
		radial-gradient(circle at 100% 0%, rgba(147, 190, 32, 0.12), transparent 42%),
		linear-gradient(180deg, rgba(31, 41, 29, 0.74), rgba(8, 12, 8, 0.92) 72%, rgba(3, 6, 3, 0.96));
	box-shadow:
		inset 0 1px 0 rgba(241, 246, 228, 0.04),
		0 18px 44px rgba(0, 0, 0, 0.2);
}

.jt-footer-ds2__contact-list {
	display: grid;
	gap: 16px;
}

.jt-footer-ds2__contact-list li {
	position: relative;
	min-height: 34px;
	padding-left: 34px;
	color: var(--jt-muted);
	font-size: 14px;
	line-height: 1.4;
}

.jt-footer-ds2__contact-item::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	background: var(--jt-accent-hover);
	-webkit-mask: var(--jt-contact-icon) center / contain no-repeat;
	mask: var(--jt-contact-icon) center / contain no-repeat;
}

.jt-footer-ds2__contact-item.is-phone {
	--jt-contact-icon: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.86 19.86 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.86 19.86 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.62 2.61a2 2 0 0 1-.45 2.11L8 9.72a16 16 0 0 0 6.28 6.28l1.28-1.28a2 2 0 0 1 2.11-.45c.84.29 1.71.5 2.61.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.jt-footer-ds2__contact-item.is-mail {
	--jt-contact-icon: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.jt-footer-ds2__contact-item.is-message {
	--jt-contact-icon: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4Z'/%3E%3C/svg%3E");
}

.jt-footer-ds2__contact-list strong {
	display: block;
	color: var(--jt-ink);
	font-size: 15px;
	font-weight: 850;
}

.jt-footer-ds2__social {
	display: flex;
	gap: 10px;
	margin-top: 22px;
}

.jt-footer-ds2__icon-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	border: 1px solid var(--jt-line);
	border-radius: 50%;
	color: var(--jt-muted);
	font-size: 0;
	font-weight: 900;
	line-height: 1 !important;
}

.jt-footer-ds2__icon-link::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 !important;
	background: currentColor;
	-webkit-mask: var(--jt-social-icon) center / contain no-repeat;
	mask: var(--jt-social-icon) center / contain no-repeat;
}

.jt-footer-ds2__icon-link.is-youtube {
	--jt-social-icon: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6 7.2a3 3 0 0 0-2.1-2.1C17.7 4.6 12 4.6 12 4.6s-5.7 0-7.5.5a3 3 0 0 0-2.1 2.1A31 31 0 0 0 2 12a31 31 0 0 0 .4 4.8 3 3 0 0 0 2.1 2.1c1.8.5 7.5.5 7.5.5s5.7 0 7.5-.5a3 3 0 0 0 2.1-2.1A31 31 0 0 0 22 12a31 31 0 0 0-.4-4.8ZM10 15.5v-7l6 3.5-6 3.5Z'/%3E%3C/svg%3E");
}

.jt-footer-ds2__icon-link.is-instagram {
	--jt-social-icon: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='3.4'/%3E%3Cpath d='M17.5 6.5h.01'/%3E%3C/svg%3E");
}

.jt-footer-ds2__icon-link.is-facebook {
	--jt-social-icon: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8.2V6.7c0-.7.2-1.1 1.2-1.1H17V2.3c-.9-.1-1.8-.2-2.7-.2-2.7 0-4.5 1.6-4.5 4.4v1.7H7v3.7h2.8V22H14V11.9h2.8l.4-3.7H14Z'/%3E%3C/svg%3E");
}

.jt-footer-ds2__icon-link:hover {
	border-color: rgba(147, 190, 32, 0.34);
	background: rgba(147, 190, 32, 0.06);
	color: var(--jt-accent-hover);
}

.jt-footer-ds2__brand > .jt-footer-ds2__social {
	display: inline-flex;
	margin: 0 0 18px 12px;
	vertical-align: middle;
}

@media (min-width: 1600px) {
	.jt-footer-ds2__brand {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		align-items: center;
		column-gap: 18px;
	}

	.jt-footer-ds2__brand .jt-footer-ds2__wordmark {
		grid-column: 1;
		margin: 0 0 18px;
	}

	.jt-footer-ds2__brand > .jt-footer-ds2__social {
		grid-column: 2;
		justify-self: center;
		align-self: center;
		margin: 0 0 18px;
	}

	.jt-footer-ds2__brand p,
	.jt-footer-ds2__brand .jt-footer-ds2__actions {
		grid-column: 1 / -1;
	}
}

.jt-footer-ds2__payments {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding: 24px clamp(22px, 2.8vw, 38px);
	border-top: 1px solid var(--jt-line-soft);
	border-bottom: 1px solid var(--jt-line-soft);
}

.jt-footer-ds2__payments h3 {
	margin-bottom: 6px;
}

.jt-footer-ds2__payments p {
	margin: 0;
	color: var(--jt-soft);
	font-size: 13px;
	line-height: 1.45;
}

.jt-footer-ds2__payment-rail {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.jt-footer-ds2__payment-pill {
	display: inline-flex;
	flex: 0 0 82px;
	width: 82px;
	height: 40px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(243, 247, 234, 0.1);
	border-radius: var(--jt-radius);
	background: linear-gradient(180deg, rgba(241, 246, 228, 0.07), rgba(241, 246, 228, 0.035));
	color: var(--jt-ink);
	padding: 0 10px;
	font-size: 12px;
	font-weight: 900;
}

.jt-footer-ds2__payment-logo {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 24px;
	object-fit: contain;
}

.jt-footer-ds2__payment-pill.is-apple-pay .jt-footer-ds2__payment-logo,
.jt-footer-ds2__payment-pill.is-google-pay .jt-footer-ds2__payment-logo,
.jt-footer-ds2__payment-pill.is-payu .jt-footer-ds2__payment-logo,
.jt-footer-ds2__payment-pill.is-inpost .jt-footer-ds2__payment-logo {
	filter: brightness(0) invert(1);
}

.jt-footer-ds2__bottom {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 28px;
	align-items: center;
	justify-content: space-between;
	width: var(--jt-footer-section-width);
	margin-right: auto;
	margin-left: auto;
	padding: 34px max(22px, calc((100% - 1920px) / 2 + 38px)) 14px;
	border-top: 1px solid rgba(241, 246, 228, 0.075);
	border-bottom: 1px solid rgba(241, 246, 228, 0.045);
	color: var(--jt-soft);
	font-size: 13px;
	overflow: hidden;
	isolation: isolate;
}

.jt-footer-ds2__bottom::before {
	content: "";
	position: absolute;
	inset: 0 0 -14px;
	z-index: -1;
	background:
		radial-gradient(ellipse 54% 190% at 50% 116%, rgba(147, 190, 32, 0.28) 0%, rgba(96, 143, 17, 0.2) 28%, rgba(18, 31, 11, 0.72) 60%, rgba(3, 6, 3, 0) 100%),
		linear-gradient(180deg, rgba(3, 6, 3, 0) 0%, rgba(3, 6, 3, 0.42) 46%, rgba(3, 6, 3, 0.96) 100%);
	pointer-events: none;
}

.jt-footer-ds2__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
	align-items: center;
}

.jt-footer-ds2__legal a + a::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 14px;
	background: rgba(147, 190, 32, 0.62);
	vertical-align: -2px;
}

.jt-footer-ds2__bottom-copy {
	text-align: right;
}

.jt-footer-ds2__bottom-copy p {
	margin: 0;
}

.jt-footer-ds2__bottom-copy strong {
	color: var(--jt-ink);
}

/* JarajTo DS2 footer color cohesion - 2026-07-10 */
.footer-container.color-scheme-dark,
.footer-container .main-footer.wd-entry-content {
	background: #050805 !important;
}

.footer-container .main-footer.wd-entry-content {
	width: 100%;
	max-width: none;
}

.jt-footer-ds2 {
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	padding-bottom: 0;
	background:
		linear-gradient(90deg, rgba(147, 190, 32, 0.045), transparent 14%, transparent 86%, rgba(147, 190, 32, 0.045)),
		linear-gradient(180deg, #050805 0%, #071006 22%, #050805 52%, #030603 100%);
}

.jt-footer-ds2__lead {
	background:
		radial-gradient(circle at 0% 0%, rgba(147, 190, 32, 0.15), transparent 34rem),
		linear-gradient(120deg, rgba(18, 35, 13, 0.82), rgba(11, 17, 10, 0.9) 52%, rgba(7, 10, 7, 0.92));
	box-shadow: inset 0 1px 0 rgba(241, 246, 228, 0.055);
}

.jt-footer-ds2__trust {
	background:
		linear-gradient(90deg, rgba(9, 15, 8, 0.98), rgba(13, 24, 10, 0.98) 50%, rgba(9, 15, 8, 0.98));
}

.jt-footer-ds2__main,
.jt-footer-ds2__payments,
.jt-footer-ds2__bottom {
	position: relative;
	isolation: isolate;
}

.jt-footer-ds2__main::before,
.jt-footer-ds2__payments::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	transform: translateX(-50%);
	pointer-events: none;
}

.jt-footer-ds2__main::before {
	border-top: 1px solid rgba(241, 246, 228, 0.055);
	background:
		linear-gradient(90deg, rgba(147, 190, 32, 0.035), transparent 18%, transparent 82%, rgba(147, 190, 32, 0.03)),
		linear-gradient(180deg, rgba(5, 8, 5, 0.98), rgba(4, 7, 4, 0.99));
}

.jt-footer-ds2__brand,
.jt-footer-ds2__nav,
.jt-footer-ds2__contact {
	border: 1px solid rgba(241, 246, 228, 0.095);
	border-radius: var(--jt-radius);
	background:
		radial-gradient(circle at 92% 0%, rgba(147, 190, 32, 0.075), transparent 34%),
		linear-gradient(180deg, rgba(15, 24, 12, 0.86), rgba(6, 10, 6, 0.94));
	box-shadow: inset 0 1px 0 rgba(241, 246, 228, 0.045);
}

.jt-footer-ds2__brand {
	min-height: 0;
	padding: 28px;
}

.jt-footer-ds2__brand::after {
	content: none;
}

.jt-footer-ds2__nav {
	padding: 28px;
}

.jt-footer-ds2__contact {
	background:
		radial-gradient(circle at 92% 0%, rgba(147, 190, 32, 0.085), transparent 34%),
		linear-gradient(180deg, rgba(15, 24, 12, 0.88), rgba(6, 10, 6, 0.95));
	box-shadow: inset 0 1px 0 rgba(241, 246, 228, 0.045);
}

.jt-footer-ds2__payments {
	border: 0;
}

.jt-footer-ds2__payments::before {
	border-top: 1px solid rgba(241, 246, 228, 0.07);
	border-bottom: 1px solid rgba(241, 246, 228, 0.07);
	background:
		linear-gradient(90deg, rgba(147, 190, 32, 0.04), transparent 22%, transparent 78%, rgba(147, 190, 32, 0.035)),
		linear-gradient(180deg, rgba(7, 11, 7, 0.98), rgba(6, 9, 6, 0.99));
}

.jt-footer-ds2__payment-rail {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
}

.jt-footer-ds2__bottom {
	padding-bottom: 28px;
}

.jt-footer-ds2__bottom::before {
	inset: 0;


}

@media (min-width: 1025px) {
	.jt-footer-ds2 a,
	.jt-footer-ds2 button,
	.jt-footer-ds2__trust-item,
	.jt-footer-ds2__payment-pill {
		transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	}

	.jt-footer-ds2__trust-item:hover {
		background: rgba(147, 190, 32, 0.035);
	}
}

@media (max-width: 1120px) {
	.jt-footer-ds2__lead,
	.jt-footer-ds2__main,
	.jt-footer-ds2__payments {
		grid-template-columns: 1fr;
	}

	.jt-footer-ds2__nav {
		padding-inline: 0;
	}

	.jt-footer-ds2__payment-rail {
		justify-content: flex-start;
	}
}

@media (max-width: 780px) {
	.footer-container .container.main-footer {
		width: 100%;
	}

	.jt-footer-ds2__lead {
		gap: 10px;
		padding: 18px 16px 16px;
		border-radius: var(--jt-radius);
	}

	.jt-footer-ds2__lead h2 {
		max-width: 100%;
		font-size: clamp(22px, 6vw, 25px);
		line-height: 1.04;
	}

	.jt-footer-ds2__lead-copy {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-top: 8px;
		font-size: 11px;
		line-height: 1.32;
	}

	.jt-footer-ds2__notes {
		gap: 5px 10px;
		margin-top: 10px;
		max-height: 34px;
		overflow: hidden;
		font-size: 9.5px;
		line-height: 1.15;
	}

	.jt-footer-ds2__note {
		gap: 5px;
		min-height: auto;
	}

	.jt-footer-ds2__note::before {
		width: 5px;
		height: 5px;
		flex: 0 0 5px;
	}

	.jt-footer-ds2__signup {
		padding: 12px;
		margin-top: 0;
	}

	.jt-footer-ds2__signup h3 {
		margin-bottom: 8px;
		font-size: 17px;
		line-height: 1.12;
	}

	.jt-footer-ds2__signup-row {
		grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
		gap: 6px;
	}

	.jt-footer-ds2__signup input.jt-footer-ds2__email-input {
		box-sizing: border-box;
		height: 40px;
		min-height: 40px;
		padding: 0 10px;
		font-size: 12px;
	}

	.jt-footer-ds2__signup .jt-footer-ds2__button {
		box-sizing: border-box;
		width: 100%;
		height: 40px;
		min-height: 40px;
		min-width: 0;
		padding: 0 4px;
		font-size: 0;
		white-space: nowrap;
	}

	.jt-footer-ds2__signup .jt-footer-ds2__button::before {
		content: "Dołącz";
		font-size: 12px;
		font-weight: 850;
		line-height: 1;
	}

	.jt-footer-ds2__signup .jt-footer-ds2__button svg {
		display: none;
	}

	.jt-footer-ds2__signup-note {
		margin-top: 7px;
		font-size: 10px;
		line-height: 1.25;
	}

	.jt-footer-ds2__consent {
		margin-top: 8px;
		font-size: 11px;
		line-height: 1.25;
	}

	.jt-footer-ds2__consent label {
		grid-template-columns: 16px minmax(0, 1fr);
		gap: 7px;
	}

	.jt-footer-ds2__consent input {
		width: 14px;
		height: 14px;
		margin-top: 1px;
	}

	.jt-footer-ds2__consent span {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.jt-footer-ds2__trust {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 4px;
		margin-top: 14px;
		padding: 8px 10px;
		border-top: 1px solid var(--jt-line-soft);
		border-bottom: 1px solid var(--jt-line-soft);
		background: linear-gradient(180deg, rgba(7, 9, 7, 0.98), rgba(9, 15, 8, 0.98));
	}

	.jt-footer-ds2__trust-item {
		display: flex;
		flex-direction: column;
		gap: 4px;
		align-items: center;
		justify-content: center;
		min-height: 78px;
		border: 1px solid rgba(241, 246, 228, 0.08);
		border-radius: 8px;
		background: rgba(241, 246, 228, 0.025);
		padding: 7px 3px 6px;
		text-align: center;
	}

	.jt-footer-ds2__trust-item + .jt-footer-ds2__trust-item {
		border-left: 1px solid rgba(241, 246, 228, 0.08);
	}

	.jt-footer-ds2__trust-icon {
		width: 28px;
		height: 28px;
		flex: 0 0 28px;
	}

	.jt-footer-ds2__trust-icon svg {
		width: 16px;
		height: 16px;
	}

	.jt-footer-ds2__trust-item strong {
		font-size: 0;
		line-height: 0;
	}

	.jt-footer-ds2__trust-item strong::after {
		display: block;
		color: var(--jt-ink);
		font-size: 9.5px;
		font-weight: 900;
		line-height: 1.05;
		letter-spacing: 0;
	}

	.jt-footer-ds2__trust-item:nth-child(1) strong::after {
		content: "Wysyłka 24h";
	}

	.jt-footer-ds2__trust-item:nth-child(2) strong::after {
		content: "Zwrot 180 dni";
	}

	.jt-footer-ds2__trust-item:nth-child(3) strong::after {
		content: "Dyskretnie";
	}

	.jt-footer-ds2__trust-item:nth-child(4) strong::after {
		content: "VIP";
	}

	.jt-footer-ds2__trust-item > span:last-child > span {
		display: none;
	}

	.jt-footer-ds2__trust-item > span:last-child {
		display: block;
		margin-top: 0;
		color: rgba(241, 246, 228, 0.62);
		font-size: 0;
		line-height: 0;
	}

	.jt-footer-ds2__trust-item > span:last-child::after {
		display: block;
		min-height: 18px;
		font-size: 8.5px;
		font-weight: 700;
		line-height: 1.08;
		letter-spacing: 0;
	}

	.jt-footer-ds2__trust-item:nth-child(1) > span:last-child::after {
		content: "z magazynu";
	}

	.jt-footer-ds2__trust-item:nth-child(2) > span:last-child::after {
		content: "spokojna decyzja";
	}

	.jt-footer-ds2__trust-item:nth-child(3) > span:last-child::after {
		content: "bez oznaczeń";
	}

	.jt-footer-ds2__trust-item:nth-child(4) > span:last-child::after {
		content: "punkty i rabaty";
	}

	.jt-footer-ds2__main {
		display: grid;
		width: min(520px, calc(100% - 28px));
		margin: 20px auto 16px;
		gap: 14px;
		padding: 0;
	}

	.jt-footer-ds2__brand {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 14px 10px;
		min-height: auto;
		padding: 18px;
		border: 1px solid rgba(241, 246, 228, 0.1);
		border-radius: 8px;
		background: linear-gradient(180deg, rgba(12, 18, 10, 0.86), rgba(5, 8, 5, 0.92));
	}

	.jt-footer-ds2__brand::after {
		content: none;
	}

	.jt-footer-ds2__logo {
		max-width: 150px;
	}

	.jt-footer-ds2__brand .jt-footer-ds2__wordmark {
		grid-column: 1;
		margin: 0;
	}

	.jt-footer-ds2__brand > .jt-footer-ds2__social {
		grid-column: 2;
		justify-self: end;
		margin: 0;
		gap: 6px;
	}

	.jt-footer-ds2__brand > .jt-footer-ds2__social .jt-footer-ds2__icon-link {
		width: 32px;
		height: 32px;
	}

	.jt-footer-ds2__brand > .jt-footer-ds2__social .jt-footer-ds2__icon-link::before {
		width: 14px;
		height: 14px;
	}

	.jt-footer-ds2__brand p {
		grid-column: 1 / -1;
		font-size: 13px;
		line-height: 1.5;
	}

	.jt-footer-ds2__brand .jt-footer-ds2__actions {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	.jt-footer-ds2__brand .jt-footer-ds2__button,
	.jt-footer-ds2__brand .jt-footer-ds2__link {
		min-height: 44px;
		padding: 0 12px;
		font-size: 12px;
	}

	.jt-footer-ds2__nav {
		grid-template-columns: 1fr 1fr;
		gap: 18px 16px;
		padding: 18px;
		border: 1px solid rgba(241, 246, 228, 0.1);

		background: rgba(7, 9, 7, 0.72);
	}

	.jt-footer-ds2__nav section:nth-child(3) {
		grid-column: 1 / -1;
	}

	.jt-footer-ds2__nav section:nth-child(3) ul {
		grid-template-columns: 1fr 1fr;
	}

	.jt-footer-ds2__nav h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.jt-footer-ds2__nav a {
		font-size: 13px;
		line-height: 1.25;
	}

	.jt-footer-ds2__contact {
		padding: 18px;
	}

	.jt-footer-ds2__contact h3 {
		font-size: 24px;
	}

	.jt-footer-ds2__contact-list {
		gap: 12px;
	}

	.jt-footer-ds2__contact-list li {
		font-size: 13px;
	}

	.jt-footer-ds2__contact-list strong {
		font-size: 14px;
	}

	.jt-footer-ds2__contact .jt-footer-ds2__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.jt-footer-ds2__contact > .jt-footer-ds2__social {
		display: none;
	}

	.jt-footer-ds2__payments {
		width: min(520px, calc(100% - 28px));
		margin-top: 16px;

		border: 0;
		background: none;
		box-shadow: none;
	}

	.jt-footer-ds2__payments::before {
		content: none;
	}

	.jt-footer-ds2__payments > div {
		display: none;
	}

	.jt-footer-ds2__payment-rail {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		justify-content: stretch;
		gap: 5px;

		border: 0;
		border-radius: 0;
		background: none;
	}

	.jt-footer-ds2__payment-pill {
		flex: initial;
		width: 100%;
		min-width: 0;
		min-height: 28px;
		height: 28px;
		border-color: rgba(243, 247, 234, 0.08);
		background: rgba(241, 246, 228, 0.04);
		padding: 0;
	}

	.jt-footer-ds2__payment-pill.is-blik,
	.jt-footer-ds2__payment-pill.is-apple-pay,
	.jt-footer-ds2__payment-pill.is-google-pay,
	.jt-footer-ds2__payment-pill.is-visa,
	.jt-footer-ds2__payment-pill.is-mastercard,
	.jt-footer-ds2__payment-pill.is-paypo,
	.jt-footer-ds2__payment-pill.is-payu,
	.jt-footer-ds2__payment-pill.is-inpost,
	.jt-footer-ds2__payment-pill.is-dpd {
		width: auto;
	}

	.jt-footer-ds2__payment-logo {
		max-width: 46px;
		max-height: 15px;
	}

	.jt-footer-ds2__payment-pill.is-apple-pay .jt-footer-ds2__payment-logo,
	.jt-footer-ds2__payment-pill.is-google-pay .jt-footer-ds2__payment-logo,
	.jt-footer-ds2__payment-pill.is-mastercard .jt-footer-ds2__payment-logo,
	.jt-footer-ds2__payment-pill.is-paypo .jt-footer-ds2__payment-logo,
	.jt-footer-ds2__payment-pill.is-payu .jt-footer-ds2__payment-logo,
	.jt-footer-ds2__payment-pill.is-inpost .jt-footer-ds2__payment-logo,
	.jt-footer-ds2__payment-pill.is-dpd .jt-footer-ds2__payment-logo {
		max-width: 44px;
		max-height: 15px;
	}

	.jt-footer-ds2__bottom {
		display: block;
		width: min(520px, calc(100% - 28px));

		padding: 18px 0 22px;
		font-size: 11px;
		text-align: center;
	}

	.jt-footer-ds2__bottom::before {
		inset: -8px -14px -18px;
		background:
			radial-gradient(ellipse 95% 140% at 50% 100%, rgba(147, 190, 32, 0.2) 0%, rgba(45, 72, 18, 0.18) 36%, rgba(7, 9, 7, 0) 76%),
			linear-gradient(180deg, rgba(7, 9, 7, 0) 0%, rgba(7, 9, 7, 0.54) 100%);
	}

	.jt-footer-ds2__legal {
		flex-wrap: nowrap;
		gap: 0;
		justify-content: center;
		white-space: nowrap;
	}

	.jt-footer-ds2__legal a {
		font-size: 11px;
		line-height: 1.2;
	}

	.jt-footer-ds2__legal a + a::before {
		margin: 0 6px;
	}

	.jt-footer-ds2__bottom-copy {
		display: block;
		margin-top: 16px;
		color: var(--jt-muted);
		font-size: 11px;
		line-height: 1.35;
		text-align: center;
	}

	.jt-footer-ds2__bottom-copy p + p {
		margin-top: 3px;
	}
}

@media (max-width: 460px) {
	.jt-footer-ds2__trust {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.jt-footer-ds2__trust-item,
	.jt-footer-ds2__trust-item:nth-child(even) {
		border-left: 1px solid rgba(241, 246, 228, 0.08);
	}

	.jt-footer-ds2__actions,
	.jt-footer-ds2__contact .jt-footer-ds2__actions {
		display: grid;
	}

	.jt-footer-ds2__contact .jt-footer-ds2__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jt-footer-ds2__link,
	.jt-footer-ds2__button {
		width: 100%;
	}

	.jt-footer-ds2__payment-pill {
		flex: initial;
	}
}

@media (max-width: 780px) {
	.jt-footer-ds2 {
		--jt-footer-section-width: min(520px, calc(100% - 28px));
		padding-top: 14px;
		background:
			linear-gradient(180deg, #050805 0%, #071006 24%, #050805 100%);
	}

	.jt-footer-ds2__main {
		margin-top: 0;
		margin-bottom: 0;
		padding: 16px 0;
	}

	.jt-footer-ds2__main::before {
		border-top: 1px solid rgba(241, 246, 228, 0.06);
		background: linear-gradient(180deg, rgba(5, 8, 5, 0.98), rgba(4, 7, 4, 0.99));
	}

	.jt-footer-ds2__brand,
	.jt-footer-ds2__nav,
	.jt-footer-ds2__contact {
		background:
			radial-gradient(circle at 92% 0%, rgba(147, 190, 32, 0.07), transparent 32%),
			linear-gradient(180deg, rgba(15, 24, 12, 0.86), rgba(6, 10, 6, 0.94));
	}

	.jt-footer-ds2__payments {
		margin-top: 0;
		padding: 0;
	}

	.jt-footer-ds2__payment-rail {
		padding: 0;
	}

	.jt-footer-ds2__bottom {
		width: var(--jt-footer-section-width);
		margin: 0 auto;
		padding: 16px 14px 20px;
	}

	.jt-footer-ds2__legal,
	.jt-footer-ds2__bottom-copy {
		width: min(520px, 100%);
		margin-right: auto;
		margin-left: auto;
	}

	.jt-footer-ds2__bottom::before {
		inset: 0;
		background:
			linear-gradient(90deg, rgba(147, 190, 32, 0.035), transparent 24%, transparent 76%, rgba(147, 190, 32, 0.03)),
			linear-gradient(180deg, rgba(6, 10, 6, 0.98), #030603 100%);
	}
}

/* Footer DS2 full-width bands regression fix - 2026-07-10 */
.jt-footer-ds2__trust,
.jt-footer-ds2__bottom {
	position: relative;
	border-top: 0;
	border-bottom: 0;
	background: none;
	overflow: visible;
	isolation: isolate;
}

.jt-footer-ds2__trust::before,
.jt-footer-ds2__bottom::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	transform: translateX(-50%);
	pointer-events: none;
}

.jt-footer-ds2__trust::before {
	border-top: 1px solid rgba(241, 246, 228, 0.07);
	border-bottom: 1px solid rgba(241, 246, 228, 0.07);
	background:
		linear-gradient(90deg, rgba(147, 190, 32, 0.035), transparent 18%, transparent 82%, rgba(147, 190, 32, 0.032)),
		linear-gradient(90deg, rgba(9, 15, 8, 0.98), rgba(13, 24, 10, 0.98) 50%, rgba(9, 15, 8, 0.98));
}

.jt-footer-ds2__bottom::before {
	border-top: 1px solid rgba(241, 246, 228, 0.065);
	border-bottom: 1px solid rgba(241, 246, 228, 0.045);
	background:
		linear-gradient(90deg, rgba(147, 190, 32, 0.035), transparent 24%, transparent 76%, rgba(147, 190, 32, 0.03)),
		linear-gradient(180deg, rgba(6, 10, 6, 0.98), #030603 100%);
}

/* JarajTo design system rollout */
:root,
body {
	--jt-bg: #070907;
	--jt-bg-deep: #0d110a;
	--jt-surface-glass: rgba(16, 20, 12, 0.84);
	--jt-surface-glass-strong: rgba(21, 23, 24, 0.92);
	--jt-surface-solid: #10140c;
	--jt-surface-solid-2: #151718;
	--jt-surface-solid-3: #1d2025;
	--jt-accent: #93be20;
	--jt-accent-hover: #a8d929;
	--jt-green-deep: #11270b;
	--jt-green-dark: #3d5b25;
	--jt-cream: #fcf9f0;
	--jt-yellow: #f5d014;
	--jt-orange: #f57314;
	--jt-success: #93be20;
	--jt-info: #3fa7f5;
	--jt-danger: #f04438;
	--jt-ink: #f1f6e4;
	--jt-ink-dim: rgba(241, 246, 228, 0.72);
	--jt-ink-faint: rgba(241, 246, 228, 0.46);
	--jt-line-strong: rgba(241, 246, 228, 0.18);
	--jt-line-soft: rgba(241, 246, 228, 0.10);
	--jt-line-active: rgba(147, 190, 32, 0.60);
	--jt-glow-accent: rgba(147, 190, 32, 0.24);
	--jt-focus-ring: 0 0 0 3px rgba(147, 190, 32, 0.18);
	--jt-radius-sm: 6px;
	--jt-radius-md: 8px;
	--wd-primary-color: var(--jt-accent);
	--wd-alternative-color: var(--jt-orange);
	--wd-link-color: var(--jt-ink);
	--wd-link-color-hover: var(--jt-accent);
	--wd-text-color: var(--jt-ink-dim);
	--wd-title-color: var(--jt-ink);
	--wd-entities-title-color: var(--jt-ink);
	--wd-entities-title-color-hover: var(--jt-accent);
	--wd-form-brd-color: var(--jt-line-strong);
	--wd-form-brd-color-focus: var(--jt-accent);
	--wd-form-color: var(--jt-ink);
	--wd-form-bg: var(--jt-bg-deep);
	--btn-accented-bgcolor: var(--jt-accent);
	--btn-accented-bgcolor-hover: var(--jt-accent-hover);
	--btn-accented-color: var(--jt-bg-deep);
	--btn-accented-color-hover: var(--jt-bg-deep);
	--btn-accented-brd-color: var(--jt-accent);
	--btn-accented-brd-color-hover: var(--jt-accent-hover);
	--btn-accented-box-shadow: 0 12px 28px rgba(147, 190, 32, 0.22);
	--btn-accented-box-shadow-hover: 0 16px 36px rgba(147, 190, 32, 0.30);
	color-scheme: dark;
}

html,
body,
.website-wrapper,
.main-page-wrapper,
.wd-content-area,
.site-content,
.whb-main-header,
.wd-page-content,
.entry-content,
.elementor-section,
.elementor-top-section,
.elementor-location-single,
.elementor-location-archive {
	background-color: var(--jt-bg);
	color: var(--jt-ink);
}

body {
	background:
		linear-gradient(180deg, rgba(17, 39, 11, 0.46) 0, rgba(7, 9, 7, 0) 360px),
		linear-gradient(135deg, rgba(147, 190, 32, 0.08) 0, rgba(147, 190, 32, 0) 42%),
		var(--jt-bg);
	font-family: Inter, var(--wd-text-font), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.wd-entities-title,
.entry-title,
.product_title,
.page-title,
.elementor-heading-title {
	color: var(--jt-ink) !important;
	font-family: Urbanist, var(--wd-title-font), Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

p,
li,
td,
th,
label,
.entry-content,
.woocommerce,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.wd-text-block,
.wd-el-subtitle,
.term-description,
.page-description {
	color: var(--jt-ink-dim);
}

a {
	color: var(--jt-ink);
}

a:hover,
a:focus,
.wd-nav > li > a:hover,
.wd-nav > li.current-menu-item > a,
.wd-nav > li.wd-active > a {
	color: var(--jt-accent);
}

hr,
table,
tr,
td,
th,
.wd-separator,
.wd-divider,
.wd-border,
.wp-block-separator {
	border-color: var(--jt-line-soft) !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	background-color: var(--jt-bg-deep) !important;
	border-color: var(--jt-line-strong) !important;
	color: var(--jt-ink) !important;
}

input::placeholder,
textarea::placeholder {
	color: var(--jt-ink-faint) !important;
}

input:focus,
select:focus,
textarea:focus,
.select2-container--open .select2-selection {
	border-color: var(--jt-accent) !important;
	box-shadow: var(--jt-focus-ring) !important;
	outline: none;
}

.select2-dropdown,
.select2-results__option,
.wd-dropdown,
.wd-dropdown-menu,
.wd-dropdown-cart,
.wd-dropdown-results,
.wd-search-results,
.mfp-content,
.wd-popup,
.wd-side-hidden,
.mobile-nav {
	background: var(--jt-surface-solid) !important;
	border-color: var(--jt-line-strong) !important;
	color: var(--jt-ink);
}

.select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: var(--jt-accent) !important;
	color: var(--jt-bg-deep) !important;
}

.button,
button,
input[type="submit"],
.btn,
.wd-button-wrapper a,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border-radius: 8px;
	font-weight: 800;
	letter-spacing: 0;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.button.alt,
.btn-color-primary,
.btn.btn-color-primary,
.wd-buy-now-btn,
.single_add_to_cart_button,
.checkout-button,
#place_order,
.woocommerce button.button.alt,
.woocommerce a.button.alt {
	background: var(--jt-accent) !important;
	border-color: var(--jt-accent) !important;
	color: var(--jt-bg-deep) !important;
	box-shadow: var(--btn-accented-box-shadow);
}

.button.alt:hover,
.btn-color-primary:hover,
.wd-buy-now-btn:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
#place_order:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {
	background: var(--jt-accent-hover) !important;
	border-color: var(--jt-accent-hover) !important;
	color: var(--jt-bg-deep) !important;
	box-shadow: var(--btn-accented-box-shadow-hover);
}

.btn-color-secondary,
.btn.btn-color-secondary,
.wd-action-btn > a,
.wd-tools-element > a,
.wd-compare-btn a,
.wd-wishlist-btn a,
.reset_variations {
	background: var(--jt-surface-glass) !important;
	border-color: var(--jt-line-strong) !important;
	color: var(--jt-ink) !important;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message {
	background: var(--jt-surface-glass) !important;
	border-color: rgba(147, 190, 32, 0.28) !important;
	color: var(--jt-ink) !important;
	backdrop-filter: blur(24px);
}

.woocommerce-error,
.woocommerce-invalid input,
.woocommerce-invalid select,
.woocommerce-invalid textarea {
	border-color: var(--jt-danger) !important;
}

.woocommerce-error {
	background: rgba(255, 93, 93, 0.08) !important;
	color: var(--jt-ink) !important;
}

/* JarajTo Design System 2.0 shared primitives */
body :is(a, button, input, select, textarea, summary, [tabindex]):focus-visible,
body :is(.button, .btn, .wd-action-btn > a, .wd-tools-element > a):focus-visible {
	outline: 0 !important;
	box-shadow: var(--jt-focus-ring) !important;
}

body :is(input, select, textarea, .select2-selection) {
	min-height: 44px;
	border-radius: var(--jt-radius-sm) !important;
}

body :is(input[type="checkbox"], input[type="radio"]) {
	min-height: 0;
	accent-color: var(--jt-accent);
}

body :is(.button, button, input[type="submit"], .btn, .elementor-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button) {
	min-height: 44px;
	border-radius: var(--jt-radius-md) !important;
	text-transform: none;
}

body :is(.button, button, input[type="submit"], .btn, .elementor-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button):disabled,
body :is(.button.disabled, .btn.disabled, .woocommerce a.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]) {
	border-color: rgba(241, 246, 228, 0.14) !important;
	background: rgba(241, 246, 228, 0.08) !important;
	color: rgba(241, 246, 228, 0.42) !important;
	box-shadow: none !important;
	cursor: not-allowed !important;
	opacity: 1 !important;
}

@media (min-width: 781px) {
	body .jt-footer-ds2 .jt-footer-ds2__nav h3 .jt-footer-ds2__nav-toggle[disabled] {
		min-height: 0;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
		color: inherit !important;
		cursor: default !important;
	}
}

body :is(.btn-color-secondary, .btn.btn-color-secondary, .wd-action-btn > a, .wd-tools-element > a, .wd-compare-btn a, .wd-wishlist-btn a, .reset_variations):hover,
body :is(.btn-color-secondary, .btn.btn-color-secondary, .wd-action-btn > a, .wd-tools-element > a, .wd-compare-btn a, .wd-wishlist-btn a, .reset_variations):focus-visible {
	border-color: var(--jt-line-active) !important;
	background: rgba(147, 190, 32, 0.08) !important;
	color: var(--jt-accent) !important;
}

body :is(.product-label, .onsale, .menu-label, .wd-label) {
	min-height: 24px;
	border-radius: var(--jt-radius-sm) !important;
	font-weight: 850;
	letter-spacing: 0;
}

body :is(.product-label:not(.onsale), .menu-label-primary, .wd-label) {
	border: 1px solid rgba(147, 190, 32, 0.48);
	background: rgba(147, 190, 32, 0.08) !important;
	color: var(--jt-accent) !important;
}

body :is(.menu-label-orange, .product-label.attribute-label, .wd-label.wd-label-orange) {
	border-color: rgba(245, 115, 20, 0.60);
	background: rgba(245, 115, 20, 0.14) !important;
	color: var(--jt-orange) !important;
}

body :is(.menu-label-grey, .wd-label.wd-label-grey) {
	border-color: rgba(241, 246, 228, 0.18);
	background: rgba(241, 246, 228, 0.08) !important;
	color: var(--jt-ink-dim) !important;
}

body :is(.wd-info-box, .promo-banner, .wd-banner, .wd-products-element, .wd-carousel-container, .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-order, .woocommerce-customer-details, .woocommerce-order-details, .woocommerce-Address, .wp-block-table, .wp-block-group.has-background) {
	border-color: var(--jt-line-soft);
	background-color: var(--jt-surface-glass);
	color: var(--jt-ink-dim);
}

/* Home and Elementor content */
@media (min-width: 1025px) {
	.home .main-page-wrapper > .container {
		max-width: 1920px;
		padding-left: 0;
		padding-right: 0;
	}

	.home .e-con-boxed > .e-con-inner {
		max-width: 1920px;
	}

	body.page:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .main-page-wrapper > .container, body.page:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .e-con-boxed > .e-con-inner,
.page-id-27456 .main-page-wrapper > .container, .page-id-197856 .main-page-wrapper > .container, .page-id-197858 .main-page-wrapper > .container, .page-id-197860 .main-page-wrapper > .container, .page-id-197862 .main-page-wrapper > .container, .page-id-197864 .main-page-wrapper > .container, .page-id-27456 .e-con-boxed > .e-con-inner, .page-id-197856 .e-con-boxed > .e-con-inner, .page-id-197858 .e-con-boxed > .e-con-inner, .page-id-197860 .e-con-boxed > .e-con-inner, .page-id-197862 .e-con-boxed > .e-con-inner, .page-id-197864 .e-con-boxed > .e-con-inner,
.woocommerce-cart .main-page-wrapper > .container, .woocommerce-cart .elementor-section.elementor-section-boxed > .elementor-container, .woocommerce-cart .e-con-boxed > .e-con-inner{
		width: 100%;
		max-width: 1920px !important;
	}


	.woocommerce-account .main-page-wrapper > .container,
	.woocommerce-account .wd-content-layout.content-layout-wrapper.container {
		width: 100%;
		max-width: 1280px !important;
	}

	.woocommerce-account .wd-registration-page,
	.woocommerce-account #customer_login {
		width: 100%;
		max-width: 100%;
	}
}
+
