/* TL System — structural layout (replaces BeTheme parent CSS) */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	background: var(--tls-paper, #f4f4f0);
	color: var(--tls-ink, #111111);
	font-family: var(--tls-font-sans, "Inter", "Segoe UI", sans-serif);
}

#Wrapper,
#Content.tls-content,
#main-content {
	background: var(--tls-paper, #f4f4f0);
	color: var(--tls-ink, #111111);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#Wrapper {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.layout-full-width #Wrapper {
	width: 100%;
	max-width: 100%;
}

.container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
}

.column.one {
	width: 100%;
}

#Content.tls-content {
	width: 100%;
	padding-top: 0;
}

.tls-page {
	padding: 32px 0 48px;
}

.tls-page-title {
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 0 0 24px;
	text-transform: uppercase;
}

/* Action bar -------------------------------------------------------------- */

#Action_bar {
	background: #2c2c2c;
	color: rgba(255, 255, 255, 0.85);
	font-size: 13px;
	line-height: 1.4;
	position: relative;
	z-index: 31;
}

#Action_bar .contact_details li {
	display: inline-block;
	padding: 12px 0;
}

#Action_bar .contact_details a {
	color: #fff;
}

#Action_bar .contact_details a:hover {
	color: #e61919;
}

/* Top bar ----------------------------------------------------------------- */

.header_placeholder {
	display: none;
}

#Top_bar {
	background: #fff;
	position: relative;
	width: 100%;
	z-index: 30;
}

#Top_bar .column.one {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 16px;
}

.top_bar_left {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 20px;
	min-width: 0;
}

.logo {
	flex: 0 0 auto;
}

#logo {
	display: block;
	line-height: 1;
	padding: 12px 0;
}

#logo img {
	max-height: 72px;
	width: auto;
}

#logo img.logo-mobile {
	display: none;
}

.menu_wrapper {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
}

#menu > ul.menu,
#menu ul.menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

#Top_bar .menu > li {
	position: relative;
}

#Top_bar .menu > li > a {
	display: block;
	padding: 28px 0;
}

#Top_bar .menu > li > a span {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	display: block;
	line-height: 1.2;
	padding: 0 18px;
	white-space: nowrap;
}

#Top_bar .menu > li:last-child > a span {
	border-right: 0;
}

#Top_bar .menu li ul {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	display: none;
	left: 0;
	min-width: 220px;
	position: absolute;
	top: 100%;
	z-index: 40;
}

#Top_bar .menu li:hover > ul,
#Top_bar .menu li:focus-within > ul {
	display: block;
}

#Top_bar .menu li ul li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: block;
	padding: 10px 16px;
}

.top_bar_right {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
}

.top_bar_right_wrapper {
	align-items: center;
	display: flex;
	gap: 8px;
	padding: 20px 0;
}

#header_cart,
#search_button {
	align-items: center;
	display: inline-flex;
	font-size: 22px;
	gap: 4px;
	line-height: 1;
	position: relative;
}

#header_cart span:last-child {
	background: #e61919;
	border-radius: 3px;
	color: #fff;
	font-family: var(--tls-font-mono, monospace);
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	min-width: 18px;
	text-align: center;
}

.search_wrapper {
	background: #fff;
	border-bottom: 2px solid #111;
	left: 0;
	padding: 16px 24px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 50;
}

.search_wrapper .field {
	border: 0;
	border-bottom: 1px solid #d4d2cd;
	font-size: 16px;
	padding: 12px 40px 12px 8px;
	width: 100%;
}

.search_wrapper .icon_close {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

.responsive-menu-toggle {
	display: none;
}

/* Icons ------------------------------------------------------------------- */

.tls-icon {
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
}

.tls-icon::before,
.tls-icon::after {
	background: currentColor;
	content: "";
	position: absolute;
}

.tls-icon-cart::before {
	border: 2px solid currentColor;
	border-radius: 0 0 4px 4px;
	bottom: 0;
	height: 10px;
	left: 3px;
	width: 14px;
}

.tls-icon-cart::after {
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	height: 8px;
	left: 6px;
	top: 0;
	width: 8px;
}

.tls-icon-search::before {
	border: 2px solid currentColor;
	border-radius: 50%;
	height: 10px;
	left: 2px;
	top: 2px;
	width: 10px;
}

.tls-icon-search::after {
	height: 2px;
	right: 1px;
	top: 14px;
	transform: rotate(45deg);
	width: 8px;
}

.tls-icon-menu::before {
	box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
	height: 2px;
	left: 2px;
	top: 3px;
	width: 16px;
}

.tls-icon-close::before,
.tls-icon-close::after {
	height: 2px;
	left: 2px;
	top: 9px;
	width: 16px;
}

.tls-icon-close::before {
	transform: rotate(45deg);
}

.tls-icon-close::after {
	transform: rotate(-45deg);
}

/* WooCommerce grid -------------------------------------------------------- */

.products_wrapper {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 24px 40px;
}

ul.products {
	display: grid !important;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.products::before,
ul.products::after {
	display: none !important;
}

ul.products li.product {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

/* Footer ------------------------------------------------------------------ */

#Footer.tls-footer {
	background: var(--tls-paper, #f4f4f0);
	border-top: 2px solid var(--tls-border, #111);
	margin-top: 0;
}

.footer_copy {
	border-top: 1px solid var(--tls-border-soft, #d4d2cd);
	padding: 18px 0;
}

.footer_copy .copyright {
	font-family: var(--tls-font-mono, monospace);
	font-size: 12px;
	letter-spacing: 0.04em;
	text-align: center;
}

/* Mobile ------------------------------------------------------------------ */

@media (max-width: 959px) {
	#Top_bar .container {
		padding: 0 16px;
	}

	#Top_bar .column.one {
		align-items: center;
		flex-wrap: nowrap;
		gap: 8px;
	}

	.top_bar_left {
		align-items: center;
		flex: 1 1 auto;
		flex-wrap: nowrap;
		gap: 8px;
		width: auto;
	}

	.logo {
		flex: 1 1 auto;
		margin: 0;
		text-align: left;
		width: auto;
	}

	#logo {
		padding: 10px 0;
	}

	#logo img.logo-main {
		display: none;
	}

	#logo img.logo-mobile {
		display: block;
		max-height: 52px;
	}

	.menu_wrapper {
		flex: 0 0 auto;
		order: 3;
	}

	.menu_wrapper #menu {
		display: none;
		left: 0;
		position: absolute;
		right: 0;
		top: 100%;
		width: 100%;
		z-index: 60;
	}

	body.tls-nav-open .menu_wrapper #menu {
		background: #fff;
		border-bottom: 2px solid #111;
		display: block;
		padding: 8px 0 16px;
	}

	.top_bar_right {
		flex: 0 0 auto;
		order: 2;
	}

	.top_bar_right_wrapper {
		padding: 10px 0;
	}

	.responsive-menu-toggle {
		display: inline-flex;
		position: static;
	}

	.search_wrapper {
		left: 0;
		position: fixed;
		right: 0;
		top: auto;
	}

	#menu > ul.menu,
	#menu ul.menu {
		flex-direction: column;
	}

	#Top_bar .menu > li > a {
		padding: 12px 0;
	}

	#Top_bar .menu > li > a span {
		border-right: 0;
		padding: 0;
	}

	#Top_bar .menu li ul {
		border: 0;
		box-shadow: none;
		display: block;
		position: static;
	}

	ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	ul.products {
		gap: 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
