.sklad-footer {
	--sklad-footer-text: #111;
	--sklad-footer-muted: #8a8a8a;
	--sklad-footer-line: #eee8e2;
	--sklad-footer-input: #f7f7f7;
	--sklad-footer-surface: #fff;
	background: var(--sklad-footer-surface);
	color: var(--sklad-footer-text);
	font-family: inherit;
	border: 0;
}

.sklad-footer,
.sklad-footer * {
	box-sizing: border-box;
}

.sklad-footer__inner {
	width: min(100%, 1680px);
	margin: 0 auto;
	padding: 0;
	border: 0;
}

.sklad-newsletter {
	width: min(100%, var(--sklad-newsletter-width, 620px));
	max-width: 100%;
}

.sklad-newsletter--center {
	margin-right: auto;
	margin-left: auto;
}

.sklad-newsletter--right {
	margin-left: auto;
}

.sklad-newsletter--left {
	margin-right: auto;
}

.sklad-footer__heading {
	margin: 0 0 18px;
	color: var(--sklad-footer-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
}

.sklad-footer__heading--menu {
	font-family: "JetBrains Mono", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
}

button.sklad-footer__accordion-toggle,
.sklad-footer__accordion-toggle {
	-webkit-appearance: none;
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 18px;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--sklad-footer-text) !important;
	font: inherit;
	text-align: left;
	text-decoration: none !important;
	box-shadow: none !important;
	outline: 0;
	cursor: default;
}

button.sklad-footer__accordion-toggle::before,
button.sklad-footer__accordion-toggle::after,
.sklad-footer__accordion-toggle::before,
.sklad-footer__accordion-toggle::after {
	display: none !important;
	content: none !important;
}

button.sklad-footer__accordion-toggle:hover,
button.sklad-footer__accordion-toggle:focus,
button.sklad-footer__accordion-toggle:focus-visible,
button.sklad-footer__accordion-toggle:active,
.sklad-footer__accordion-toggle:hover,
.sklad-footer__accordion-toggle:focus,
.sklad-footer__accordion-toggle:focus-visible,
.sklad-footer__accordion-toggle:active {
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	color: var(--sklad-footer-text) !important;
	text-decoration: none !important;
	box-shadow: none !important;
	outline: 0;
}

.sklad-footer__accordion-toggle:hover .sklad-footer__heading,
.sklad-footer__accordion-toggle:focus .sklad-footer__heading,
.sklad-footer__accordion-toggle:focus-visible .sklad-footer__heading,
.sklad-footer__accordion-toggle:active .sklad-footer__heading,
.sklad-footer__accordion-toggle .sklad-footer__heading {
	margin: 0;
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	color: var(--sklad-footer-text) !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.sklad-footer__chevron {
	display: none;
}

.sklad-footer__mailchimp {
	margin: 0;
}

.sklad-footer__mailchimp form,
.sklad-footer__mailchimp .mc4wp-form-fields {
	display: grid;
	gap: 14px;
	margin: 0;
}

.sklad-footer__mailchimp p {
	margin: 0;
}

.sklad-footer__mailchimp input[type="email"],
.sklad-footer__mailchimp input[type="text"] {
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	background: var(--sklad-footer-input);
	color: var(--sklad-footer-text);
	font: inherit;
	font-size: 14px;
	line-height: 1.2;
	box-shadow: none;
	outline: none;
	transition: border-color 160ms ease, background-color 160ms ease;
}

.sklad-footer__mailchimp input[type="email"]::placeholder,
.sklad-footer__mailchimp input[type="text"]::placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.sklad-footer__mailchimp input[type="email"]:focus,
.sklad-footer__mailchimp input[type="text"]:focus {
	border-color: #d9d4cd;
	background: #fff;
}

.sklad-footer__mailchimp input[type="submit"],
.sklad-footer__mailchimp button[type="submit"],
.sklad-footer__mailchimp .sklad-footer__theme-submit {
	width: 100%;
	margin: 0;
}

.sklad-footer__mailchimp .sklad-footer__theme-submit {
	justify-content: center;
	background-color: var(--btn-accented-bgcolor) !important;
	color: var(--btn-accented-color) !important;
	font-family: var(--sklad-button-font, inherit);
	font-weight: var(--sklad-button-font-weight, inherit);
	text-transform: var(--sklad-button-text-transform, inherit);
	transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.sklad-footer__mailchimp .sklad-footer__theme-submit:hover,
.sklad-footer__mailchimp .sklad-footer__theme-submit:focus-visible {
	background-color: var(--btn-accented-bgcolor-hover, var(--btn-accented-bgcolor)) !important;
	color: var(--btn-accented-color-hover, var(--btn-accented-color)) !important;
	text-decoration: none !important;
}

.sklad-footer__mailchimp .sklad-footer__theme-submit .wd-btn-text {
	color: inherit;
	font: inherit;
}

.sklad-footer__mailchimp .sklad-footer__theme-submit.is-disabled {
	pointer-events: none;
}

.sklad-footer__native-submit {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.sklad-footer__mailchimp label,
.sklad-footer__mailchimp .mc4wp-checkbox,
.sklad-footer__mailchimp .mc4wp-response,
.sklad-footer__mailchimp .mc4wp-alert,
.sklad-footer__form-response,
.sklad-footer__mailchimp small {
	color: var(--sklad-footer-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
}

.sklad-footer__mailchimp a:not(.btn):not(.sklad-footer__theme-submit) {
	color: var(--sklad-footer-muted) !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sklad-footer__mailchimp form.is-submitting {
	opacity: 0.72;
	pointer-events: none;
}

.sklad-footer__nav {
	display: grid;
	grid-template-columns: repeat(5, minmax(120px, 1fr));
	gap: clamp(28px, 4vw, 58px);
	padding-bottom: 38px;
}

.sklad-footer__column {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.sklad-footer__list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sklad-footer__list[hidden] {
	display: none !important;
}

.sklad-footer__list a,
.sklad-footer__list span,
.sklad-footer__bottom,
.sklad-footer__bottom a {
	color: var(--sklad-footer-muted) !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none !important;
}

.sklad-footer__list a {
	display: inline-block;
	width: fit-content;
	transition: color 160ms ease;
}

.sklad-footer__list a:hover,
.sklad-footer__list a:focus-visible,
.sklad-footer__bottom a:hover,
.sklad-footer__bottom a:focus-visible {
	color: var(--sklad-footer-text) !important;
	text-decoration: none !important;
}

.sklad-footer__social-list a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.sklad-footer__social-icon {
	display: block;
	width: 16px;
	min-width: 16px;
	height: 16px;
	color: currentColor !important;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.sklad-footer__social-icon path {
	fill: currentColor;
	stroke: none;
}

.sklad-footer__social-icon rect,
.sklad-footer__social-icon circle {
	fill: none;
	stroke: currentColor;
}

.sklad-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding-top: 18px;
}

.sklad-footer__bottom p {
	margin: 0;
}

.sklad-footer__cookie {
	display: inline-flex;
	width: fit-content;
}

.sklad-footer__notice {
	padding: 14px 16px;
	border: 1px solid var(--sklad-footer-line);
	color: var(--sklad-footer-muted);
	font-size: 14px;
	line-height: 1.4;
}

@media (max-width: 1180px) {
	.sklad-footer__nav {
		grid-template-columns: repeat(3, minmax(120px, 1fr));
	}
}

@media (max-width: 768px) {
	.sklad-footer__nav {
		display: block;
		padding-bottom: 26px;
	}

	.sklad-footer__column {
		border-bottom: 1px solid var(--sklad-footer-line);
	}

	.sklad-footer__accordion-toggle {
		justify-content: space-between;
		min-height: 48px;
		margin: 0;
		cursor: pointer;
	}

	.sklad-footer__accordion-toggle .sklad-footer__heading {
		flex: 1 1 auto;
		text-align: left;
	}

	.sklad-footer__chevron {
		display: block;
		flex: 0 0 10px;
		width: 10px;
		height: 10px;
		margin-left: auto;
		border-top: 1.5px solid currentColor;
		border-right: 1.5px solid currentColor;
		transform: rotate(135deg);
		transition: transform 180ms ease;
	}

	.sklad-footer__column.is-open .sklad-footer__chevron {
		transform: rotate(-45deg);
	}

	.sklad-footer__list {
		padding-bottom: 18px;
	}

	.sklad-footer__column:not(.is-open) .sklad-footer__list {
		display: none !important;
	}

	.sklad-footer__column.is-open .sklad-footer__list {
		display: grid;
	}
}

@media (max-width: 560px) {
	.sklad-footer__bottom {
		display: grid;
		justify-content: start;
	}
}
