.sthp-template-active .main-page-wrapper,
.sthp-template-active .site-content {
	padding-top: 0;
}

.sthp-template-active .wd-page-title,
.sthp-template-active .woodmart-page-title,
.sthp-template-active .main-page-wrapper > .page-title,
.sthp-template-active .wd-page-content > .page-title,
.sthp-template-active #main-content > .page-title,
.sthp-template-active .wd-page-title-el {
	display: none !important;
}

.sthp-template-active .main-page-wrapper,
.sthp-template-active .wd-content-area,
.sthp-template-active .site-content,
.sthp-template-active .container,
.sthp-template-active .wd-container {
	overflow: visible;
}

.sthp-site-content {
	width: 100%;
	max-width: none;
	flex: 0 0 100%;
}

.sthp-page,
.sthp-page * {
	box-sizing: border-box;
}

.sthp-page {
	--sthp-sticky-offset: 118px;
	--sthp-primary: var(--wd-primary-color, #e60000);
	--sthp-title: var(--wd-title-color, #242424);
	--sthp-text: var(--wd-text-color, #767676);
	--sthp-link: var(--wd-link-color, #333);
	--sthp-border: var(--wd-form-brd-color, rgba(0, 0, 0, .10));
	--sthp-border-strong: rgba(0, 0, 0, .135);
	--sthp-bg: var(--wd-main-bgcolor, #fff);
	--sthp-soft-bg: var(--color-gray-100, #f7f7f7);
	--sthp-line-bg: var(--color-gray-200, #f1f1f1);
	--sthp-radius-lg: 22px;
	--sthp-radius-md: 15px;
	--sthp-shadow: 0 10px 34px rgba(0, 0, 0, .045);
	width: 100%;
	background: var(--sthp-bg);
}

.admin-bar .sthp-page {
	--sthp-sticky-offset: 150px;
}

.sthp-titlebar {
	margin: 0;
	background: #343434;
	color: #fff;
}

.sthp-titlebar__inner {
	min-height: 126px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}

.sthp-titlebar h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 3.1vw, 56px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -.035em;
}

.sthp-breadcrumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 15px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	font-weight: 600;
}

.sthp-breadcrumb a {
	color: rgba(255, 255, 255, .74);
	text-decoration: none;
}

.sthp-breadcrumb strong {
	color: #fff;
	font-weight: 800;
}

.sthp-layout {
	display: grid;
	grid-template-columns: minmax(292px, 356px) minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	width: 100%;
	margin-top: 42px;
	margin-bottom: 64px;
	padding: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .90));
	border: 1px solid var(--sthp-border);
	border-radius: var(--sthp-radius-lg);
	box-shadow: var(--sthp-shadow);
}

.sthp-sidebar,
.sthp-content {
	min-width: 0;
}

.sthp-sidebar__box,
.sthp-content__inner,
.sthp-mobile-nav details {
	background: var(--sthp-bg);
	border: 1px solid var(--sthp-border);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset;
}

.sthp-sidebar__box {
	position: relative;
	border-radius: 18px;
	padding: 18px;
	transition: padding .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.sthp-sidebar__box:hover {
	border-color: var(--sthp-border-strong);
	box-shadow: 0 12px 32px rgba(0, 0, 0, .045);
}

.sthp-sticky-enabled .sthp-sidebar {
	position: sticky;
	top: var(--sthp-sticky-offset);
	z-index: 5;
}

.sthp-sticky-disabled .sthp-sidebar {
	position: static;
	top: auto;
}

.sthp-sidebar__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 2px 0 16px 8px;
	margin-bottom: 14px;
	border-bottom: 1px solid var(--sthp-border);
}

.sthp-sidebar__brand {
	min-width: 0;
}

.sthp-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--sthp-brand-color, #e60000);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.sthp-kicker::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: currentColor;
}

.sthp-sidebar__head h2 {
	margin: 0;
	color: var(--sthp-title);
	font-size: 20px;
	font-weight: var(--wd-title-font-weight, 800);
	font-family: var(--wd-title-font, inherit);
	line-height: 1.15;
	letter-spacing: -.03em;
}

.sthp-sidebar__head p {
	margin: 8px 0 0;
	color: var(--sthp-text);
	font-size: 12px;
	line-height: 1.45;
}

.sthp-sidebar__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	min-width: 38px;
	padding: 0;
	border: 1px solid var(--sthp-border);
	border-radius: 12px;
	background: var(--sthp-soft-bg);
	color: var(--sthp-title);
	cursor: pointer;
	box-shadow: none;
	transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.sthp-sidebar__toggle:hover {
	border-color: color-mix(in srgb, var(--sthp-primary) 34%, var(--sthp-border));
	background: #fff;
	color: var(--sthp-primary);
}

.sthp-sidebar__toggle-icon::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
	transform: rotate(-45deg) translate(1px, 1px);
}

.sthp-nav {
	display: grid;
	gap: 8px;
}

.sthp-nav__link {
	position: relative;
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
	padding: 12px 14px 12px 15px;
	border: 1px solid var(--sthp-border);
	border-radius: 14px;
	background: #fff;
	color: var(--sthp-link);
	text-decoration: none;
	transition: background .16s ease, border-color .16s ease, transform .16s ease, color .16s ease, box-shadow .16s ease;
}

.sthp-nav__link::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: currentColor;
	opacity: .28;
	flex: 0 0 6px;
	transition: background .16s ease, opacity .16s ease, transform .16s ease;
}

.sthp-nav__link:hover {
	border-color: var(--sthp-border-strong);
	background: var(--sthp-soft-bg);
	color: var(--sthp-title);
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, .035);
}

.sthp-nav__link.is-active {
	border-color: color-mix(in srgb, var(--sthp-primary) 42%, var(--sthp-border));
	background: color-mix(in srgb, var(--sthp-primary) 7%, #fff);
	color: var(--sthp-primary);
}

.sthp-nav__link.is-active::before {
	background: var(--sthp-primary);
	opacity: 1;
	transform: scale(1.18);
}

.sthp-nav__initial {
	display: none;
}

.sthp-nav__text {
	display: block;
	min-width: 0;
}

.sthp-nav__title {
	display: block;
	color: inherit;
	font-size: 13.5px;
	font-weight: var(--wd-entities-title-font-weight, 700);
	font-family: var(--wd-entities-title-font, inherit);
	line-height: 1.22;
	letter-spacing: -.01em;
}

.sthp-nav__note {
	display: block;
	margin-top: 4px;
	color: var(--sthp-text);
	font-size: 11.5px;
	font-weight: 600;
	line-height: 1.28;
}

.sthp-mobile-nav {
	display: none;
}

.sthp-content__inner {
	max-width: none;
	min-width: 0;
	border-radius: 18px;
	padding: 42px 46px;
	overflow: hidden;
	color: var(--sthp-text);
}

.sthp-content__inner > :first-child {
	margin-top: 0;
}

.sthp-content__inner > :last-child {
	margin-bottom: 0;
}

.sthp-content__inner .vc_row:first-child,
.sthp-content__inner .wpb_content_element:first-child {
	margin-top: 0;
}

.sthp-content__inner .vc_row,
.sthp-content__inner .wpb_row,
.sthp-content__inner .wpb_column,
.sthp-content__inner .vc_column_container,
.sthp-content__inner .vc_column-inner,
.sthp-content__inner .wpb_wrapper {
	max-width: 100%;
}

.sthp-content__inner p,
.sthp-content__inner li,
.sthp-content__inner div {
	overflow-wrap: anywhere;
}

.sthp-content__inner .sthp-legacy-content-fixed > .sthp-legacy-main-column,
.sthp-content__inner .sthp-legacy-content-fixed > .wpb_column,
.sthp-content__inner .sthp-legacy-content-fixed > .vc_column_container,
.sthp-content__inner > .vc_row:first-child > .wpb_column:only-child,
.sthp-content__inner > .vc_row:first-child > .vc_column_container:only-child,
.sthp-content__inner > .wpb_row:first-child > .wpb_column:only-child,
.sthp-content__inner > .wpb_row:first-child > .vc_column_container:only-child {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	float: none !important;
}

.sthp-content__inner .sthp-legacy-content-fixed::before,
.sthp-content__inner .sthp-legacy-content-fixed::after {
	display: table;
	content: "";
	clear: both;
}

@media (min-width: 1025px) {
	.sthp-sidebar-collapsible .sthp-sidebar__toggle {
		display: inline-flex;
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-layout,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-layout {
		grid-template-columns: 176px minmax(0, 1fr);
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-sidebar__box,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-sidebar__box {
		padding: 14px;
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-sidebar__head,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-sidebar__head {
		align-items: center;
		padding: 0 0 12px 7px;
		margin-bottom: 12px;
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-sidebar__brand,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-sidebar__brand {
		min-width: 0;
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-kicker,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-kicker,
	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-sidebar__head p,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-sidebar__head p {
		display: none;
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-sidebar__head h2,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-sidebar__head h2 {
		max-width: 92px;
		font-size: 13px;
		line-height: 1.2;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-sidebar__toggle,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-sidebar__toggle {
		width: 34px;
		height: 34px;
		min-width: 34px;
		transform: rotate(180deg);
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-nav,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-nav {
		gap: 7px;
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-nav__link,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-nav__link {
		gap: 8px;
		min-height: 42px;
		padding: 10px 11px;
		border-radius: 13px;
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-nav__link::before,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-nav__link::before {
		width: 5px;
		height: 5px;
		flex-basis: 5px;
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-nav__text,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-nav__text {
		display: block;
		min-width: 0;
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-nav__title,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-nav__title {
		max-width: 118px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 12.5px;
		font-weight: 700;
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-nav__note,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-nav__note {
		display: none;
	}
}

@media (max-width: 1280px) {
	.sthp-layout {
		grid-template-columns: minmax(258px, 326px) minmax(0, 1fr);
		gap: 18px;
		padding: 16px;
	}

	.sthp-content__inner {
		padding: 32px;
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-layout,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-layout {
		grid-template-columns: 168px minmax(0, 1fr);
	}

	.sthp-sidebar-collapsible.sthp-sidebar-is-collapsed .sthp-nav__title,
	.sthp-sidebar-collapsible .sthp-page.sthp-sidebar-is-collapsed .sthp-nav__title {
		max-width: 110px;
	}
}

@media (max-width: 1024px) {
	.sthp-page {
		--sthp-sticky-offset: 0;
	}

	.sthp-layout {
		display: block;
		margin-top: 26px;
		margin-bottom: 46px;
		padding: 14px;
		border-radius: 20px;
	}

	.sthp-sidebar {
		display: none;
	}

	.sthp-mobile-nav {
		display: block;
		position: sticky;
		top: 0;
		z-index: 30;
		margin-bottom: 16px;
	}

	.admin-bar .sthp-mobile-nav {
		top: 46px;
	}

	.sthp-mobile-nav details {
		border-radius: 16px;
		overflow: hidden;
	}

	.sthp-mobile-nav summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 16px 18px;
		list-style: none;
		cursor: pointer;
	}

	.sthp-mobile-nav summary::-webkit-details-marker {
		display: none;
	}

	.sthp-mobile-nav summary::after {
		content: "+";
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		border-radius: 10px;
		border: 1px solid var(--sthp-border);
		background: var(--sthp-soft-bg);
		color: var(--sthp-title);
		font-size: 19px;
		font-weight: 700;
		line-height: 1;
		flex: 0 0 30px;
	}

	.sthp-mobile-nav details[open] summary::after {
		content: "−";
	}

	.sthp-mobile-nav summary strong {
		display: block;
		color: var(--sthp-title);
		font-size: 16px;
		font-weight: var(--wd-title-font-weight, 800);
		font-family: var(--wd-title-font, inherit);
		line-height: 1.2;
		letter-spacing: -.02em;
	}

	.sthp-mobile-nav summary small {
		display: block;
		margin-top: 4px;
		color: var(--sthp-text);
		font-size: 12px;
		font-weight: 600;
		line-height: 1.25;
	}

	.sthp-mobile-nav__inner {
		padding: 0 14px 14px;
	}

	.sthp-content__inner {
		padding: 24px;
		border-radius: 16px;
	}
}

@media (max-width: 782px) {
	.admin-bar .sthp-mobile-nav {
		top: 46px;
	}
}

@media (max-width: 768px) {
	.sthp-titlebar__inner {
		min-height: 108px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.sthp-titlebar h1 {
		font-size: clamp(29px, 9vw, 38px);
	}

	.sthp-breadcrumb {
		font-size: 12px;
		margin-top: 11px;
	}

	.sthp-layout {
		margin-top: 20px;
		margin-bottom: 38px;
		padding: 12px;
		border-radius: 18px;
	}

	.sthp-content__inner {
		padding: 20px 18px;
		border-radius: 14px;
	}
}

@supports not (color: color-mix(in srgb, #000 10%, #fff)) {
	.sthp-sidebar__toggle:hover,
	.sthp-nav__link.is-active {
		border-color: rgba(230, 0, 0, .35);
	}

	.sthp-nav__link.is-active {
		background: rgba(230, 0, 0, .055);
	}
}
