:root {
	--tx-ink: #17212f;
	--tx-muted: #647184;
	--tx-soft: #f4f7fb;
	--tx-bg: #ffffff;
	--tx-line: #e3e9f0;
	--tx-green: #07896b;
	--tx-green-dark: #066f58;
	--tx-orange: #f47a1f;
	--tx-blue: #1769e0;
	--tx-radius: 8px;
	--tx-shadow: 0 16px 42px rgba(23, 33, 47, 0.1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	overflow-x: hidden;
	color: var(--tx-ink);
	background: var(--tx-soft);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input {
	font: inherit;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: #fff;
	border: 1px solid var(--tx-line);
}

.tx-container {
	width: min(1200px, calc(100% - 32px));
	margin-inline: auto;
}

.tx-topbar {
	color: #fff;
	background: #111a24;
	font-size: 13px;
	font-weight: 700;
}

.tx-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0;
}

.tx-topbar a {
	color: #c9fff0;
	font-weight: 900;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--tx-line);
	box-shadow: 0 10px 24px rgba(23, 33, 47, 0.06);
	backdrop-filter: blur(10px);
}

.tx-header-main {
	display: grid;
	grid-template-columns: minmax(190px, 260px) minmax(260px, 1fr) auto auto;
	align-items: center;
	gap: 14px;
	padding: 14px 0;
}

.tx-logo {
	display: inline-grid;
	line-height: 1.05;
	color: var(--tx-green);
	font-weight: 900;
}

.tx-logo span {
	font-size: 25px;
}

.tx-logo small {
	color: var(--tx-muted);
	font-size: 12px;
	font-weight: 800;
}

.site-branding {
	min-width: 0;
}

.custom-logo {
	max-width: 230px;
	max-height: 58px;
	width: auto;
}

.tx-search {
	display: grid;
	grid-template-columns: 1fr auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
}

.tx-search input {
	min-width: 0;
	padding: 12px 14px;
	color: var(--tx-ink);
	background: transparent;
	border: 0;
	outline: 0;
}

.tx-search button {
	padding: 0 19px;
	color: #fff;
	background: var(--tx-blue);
	border: 0;
	font-weight: 900;
	cursor: pointer;
}

.tx-btn,
.tx-header-cta,
.tx-product-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 17px;
	border-radius: var(--tx-radius);
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	overflow-wrap: anywhere;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.tx-btn:hover,
.tx-header-cta:hover,
.tx-product-cta:hover {
	transform: translateY(-1px);
}

.tx-btn-primary,
.tx-header-cta,
.tx-product-cta {
	color: #fff;
	background: var(--tx-orange);
	box-shadow: 0 12px 24px rgba(244, 122, 31, 0.24);
}

.tx-btn-ghost {
	color: var(--tx-ink);
	background: #fff;
	border: 1px solid var(--tx-line);
}

.tx-btn-outline {
	color: var(--tx-green);
	background: #fff;
	border: 1px solid rgba(7, 137, 107, 0.32);
}

.tx-btn-light {
	color: var(--tx-green);
	background: #fff;
}

.tx-btn-wide {
	width: 100%;
}

.tx-menu-toggle,
.tx-menu-fab {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	justify-self: end;
	position: relative;
	z-index: 3;
	min-height: 44px;
	padding: 10px 14px;
	color: #17212f;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 8px 18px rgba(23, 33, 47, 0.08);
	font-weight: 900;
	cursor: pointer;
}

.tx-menu-bars {
	display: grid;
	gap: 4px;
	width: 18px;
}

.tx-menu-bars span {
	display: block;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
}

.tx-menu-toggle[aria-expanded="true"],
.tx-menu-fab[aria-expanded="true"] {
	color: #fff;
	background: var(--tx-green);
	border-color: var(--tx-green);
}

.tx-nav {
	background: #fff;
	border-top: 1px solid var(--tx-line);
}

.tx-primary-menu,
.tx-nav .menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

.tx-nav li {
	position: relative;
}

.tx-nav a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 9px 12px;
	color: #263342;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
}

.tx-nav a:hover {
	color: var(--tx-green);
	background: #eef8f5;
}

.tx-menu-icon {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	color: #607086;
	background: currentColor;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 18px 18px;
	mask-size: 18px 18px;
}

.tx-nav a:hover .tx-menu-icon {
	color: var(--tx-green);
}

.tx-menu-icon-home {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3 10 9-7 9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3 10 9-7 9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
}

.tx-menu-icon-floor {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M3 10h18M9 4v16M15 4v16'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M3 10h18M9 4v16M15 4v16'/%3E%3C/svg%3E");
}

.tx-menu-icon-kid {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c1.8-4 4.4-6 8-6s6.2 2 8 6'/%3E%3Cpath d='M9 8h.01M15 8h.01'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c1.8-4 4.4-6 8-6s6.2 2 8 6'/%3E%3Cpath d='M9 8h.01M15 8h.01'/%3E%3C/svg%3E");
}

.tx-menu-icon-gym {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 14h16'/%3E%3Cpath d='M7 10v8M17 10v8'/%3E%3Cpath d='M10 12v4M14 12v4'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 14h16'/%3E%3Cpath d='M7 10v8M17 10v8'/%3E%3Cpath d='M10 12v4M14 12v4'/%3E%3C/svg%3E");
}

.tx-menu-icon-grid {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='6' height='6' rx='1'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='6' height='6' rx='1'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1'/%3E%3C/svg%3E");
}

.tx-menu-icon-tile {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M8 8h8v8H8z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M8 8h8v8H8z'/%3E%3C/svg%3E");
}

.tx-menu-icon-price {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12V6H4v12h16v-2'/%3E%3Cpath d='M8 10h8M8 14h5'/%3E%3Cpath d='M17 15l2 2 3-4'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12V6H4v12h16v-2'/%3E%3Cpath d='M8 10h8M8 14h5'/%3E%3Cpath d='M17 15l2 2 3-4'/%3E%3C/svg%3E");
}

.tx-menu-icon-chat {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12a8 8 0 0 1-8 8H7l-4 2 1.5-4.5A8 8 0 1 1 21 12Z'/%3E%3Cpath d='M8 12h.01M12 12h.01M16 12h.01'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12a8 8 0 0 1-8 8H7l-4 2 1.5-4.5A8 8 0 1 1 21 12Z'/%3E%3Cpath d='M8 12h.01M12 12h.01M16 12h.01'/%3E%3C/svg%3E");
}

.tx-menu-highlight a {
	color: #fff;
	background: var(--tx-green);
}

.tx-menu-highlight {
	margin-left: auto;
}

.tx-menu-highlight .tx-menu-icon {
	color: #fff;
}

.tx-menu-highlight a:hover {
	color: #fff;
	background: var(--tx-green-dark);
}

.tx-nav .sub-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 60;
	display: none;
	min-width: 220px;
	margin: 0;
	padding: 8px;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 18px 38px rgba(23, 33, 47, 0.14);
	list-style: none;
}

.tx-nav li:hover > .sub-menu,
.tx-nav li:focus-within > .sub-menu {
	display: grid;
	gap: 4px;
}

.tx-nav .sub-menu a {
	display: flex;
	width: 100%;
	border-radius: 7px;
}

.tx-header-benefits {
	padding: 0 0 10px;
	color: #425166;
	background: #fff;
	font-size: 13px;
}

.tx-header-benefits-inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: center;
	gap: 10px;
}

.tx-header-benefits span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 38px;
	padding: 9px 12px 9px 34px;
	overflow: hidden;
	color: #263342;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
	border: 1px solid #dcebe6;
	border-radius: var(--tx-radius);
	box-shadow: 0 8px 20px rgba(23, 33, 47, 0.05);
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tx-header-benefits span::before {
	content: "\2713";
	position: absolute;
	left: 12px;
	top: 50%;
	display: grid;
	place-items: center;
	width: 16px;
	height: 16px;
	color: #fff;
	background: var(--tx-green);
	border-radius: 50%;
	font-size: 11px;
	font-weight: 900;
	transform: translateY(-50%);
}

.tx-commerce-wrap {
	padding: 18px 0 0;
	overflow-x: clip;
	background:
		radial-gradient(circle at 18% 0%, rgba(7, 137, 107, 0.08), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, var(--tx-soft) 100%);
}

.tx-mobile-hero {
	display: none;
}

.tx-commerce-grid {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	min-width: 0;
}

.tx-department,
.tx-commerce-hero,
.tx-order-panel {
	min-width: 0;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 12px 28px rgba(23, 33, 47, 0.07);
}

.tx-department {
	grid-row: span 2;
	position: sticky;
	top: 148px;
	z-index: 4;
	align-self: start;
	padding: 16px 14px;
}

.tx-department h2 {
	position: relative;
	margin: 0 0 12px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 900;
}

.tx-department h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 3px;
	background: linear-gradient(90deg, var(--tx-orange), var(--tx-green));
	border-radius: 999px;
}

.tx-department-link {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 7px 8px;
	border-radius: 7px;
	color: #263342;
	transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.tx-department-link:hover {
	color: var(--tx-green);
	background: #eef8f5;
	transform: translateX(3px);
}

.tx-department-link img {
	width: 34px;
	height: 34px;
	object-fit: cover;
	border-radius: 6px;
}

.tx-department-link span {
	overflow: hidden;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tx-commerce-hero {
	display: grid;
	grid-template-columns: minmax(330px, 0.46fr) minmax(420px, 0.54fr);
	overflow: hidden;
	min-height: 382px;
}

.tx-hero-content {
	display: grid;
	align-content: center;
	min-width: 0;
	padding: 34px 34px 30px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 250, 247, 0.9)),
		url("../../../../uploads/2017/03/cropped-tham-xop-2000x1198.jpg") center/cover;
}

.tx-eyebrow {
	margin: 0 0 10px;
	color: var(--tx-green);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.tx-slider-copy {
	position: relative;
	min-width: 0;
	max-width: 100%;
}

.tx-slide-copy {
	display: none;
	min-width: 0;
	max-width: 100%;
}

.tx-slide-copy.is-active {
	display: block;
	animation: txFade 0.26s ease both;
}

.tx-hero-content h1 {
	max-width: 460px;
	margin: 0;
	font-size: clamp(32px, 3.2vw, 44px);
	font-weight: 900;
	line-height: 1.08;
}

.tx-hero-text {
	max-width: 470px;
	margin: 14px 0 0;
	color: #465365;
	font-size: 16px;
}

.tx-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	min-width: 0;
	margin-top: 26px;
}

.tx-hero-metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 22px;
}

.tx-hero-metrics span {
	display: grid;
	gap: 3px;
	min-width: 0;
	min-height: 78px;
	padding: 12px 10px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
}

.tx-hero-metrics strong,
.tx-hero-metrics small {
	display: block;
}

.tx-hero-metrics strong {
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
}

.tx-hero-metrics small {
	color: var(--tx-muted);
	font-size: 12px;
	line-height: 1.25;
}

.tx-hero-visual {
	position: relative;
	min-height: 382px;
	overflow: hidden;
	background: #eaf0f5;
}

.tx-slide-media {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease;
}

.tx-slide-media.is-active {
	opacity: 1;
	visibility: visible;
}

.tx-slide-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tx-slide-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 18, 28, 0.02), rgba(10, 18, 28, 0.32));
	pointer-events: none;
}

.tx-slide-media figcaption {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 2;
	padding: 8px 12px;
	color: #fff;
	background: var(--tx-green);
	border-radius: var(--tx-radius);
	font-weight: 900;
}

.tx-slider-dots {
	position: absolute;
	z-index: 3;
	left: 18px;
	top: 18px;
	display: flex;
	gap: 8px;
}

.tx-slider-dots button {
	width: 34px;
	height: 8px;
	padding: 0;
	background: rgba(255, 255, 255, 0.68);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
}

.tx-slider-dots button.is-active {
	background: var(--tx-orange);
}

.tx-slide-nav {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 4;
	display: flex;
	gap: 8px;
}

.tx-slide-nav button {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	color: #fff;
	background: rgba(17, 26, 36, 0.64);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.tx-order-panel {
	display: grid;
	grid-column: 2;
	grid-template-columns: minmax(260px, 1.1fr) repeat(2, minmax(180px, 1fr));
	gap: 12px;
	align-items: stretch;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.tx-order-card,
.tx-mini-card {
	display: grid;
	gap: 8px;
	padding: 18px;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 10px 22px rgba(23, 33, 47, 0.05);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.tx-order-card {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	min-height: 96px;
	background: linear-gradient(135deg, #ffffff, #eefaf6);
}

.tx-order-copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.tx-order-card .tx-btn {
	width: auto;
	min-width: 132px;
	white-space: nowrap;
}

.tx-order-copy span,
.tx-mini-card span {
	color: var(--tx-muted);
	font-size: 13px;
	font-weight: 800;
}

.tx-order-copy strong {
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.22;
	text-wrap: balance;
}

.tx-mini-card strong {
	font-size: 16px;
	font-weight: 900;
}

.tx-mini-card {
	min-height: 96px;
	align-content: center;
}

.tx-mini-card:hover {
	border-color: rgba(7, 137, 107, 0.34);
	background: #fbfffd;
}

.tx-order-card:hover,
.tx-mini-card:hover,
.tx-category-pill:hover,
.tx-catalog-card:hover,
.tx-product-card:hover {
	transform: translateY(-2px);
}

.tx-category-strip {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.tx-category-pill {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 72px;
	padding: 12px;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 10px 22px rgba(23, 33, 47, 0.05);
}

.tx-category-pill:hover {
	border-color: rgba(7, 137, 107, 0.36);
	box-shadow: 0 14px 28px rgba(23, 33, 47, 0.09);
}

.tx-category-pill img {
	width: 46px;
	height: 46px;
	object-fit: cover;
	border-radius: 7px;
}

.tx-category-pill span {
	display: block;
	min-width: 0;
	overflow: hidden;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tx-store-strip {
	padding: 16px 0 0;
}

.tx-store-strip-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
	background: var(--tx-line);
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
}

.tx-store-strip-grid div {
	display: grid;
	gap: 2px;
	padding: 16px 18px;
	background: #fff;
}

.tx-store-strip-grid strong {
	font-weight: 900;
}

.tx-store-strip-grid span {
	color: var(--tx-muted);
	font-size: 13px;
}

.tx-section {
	padding: 38px 0;
}

.tx-soft {
	background: #fff;
}

.tx-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.tx-section h2,
.tx-cta-band h2 {
	margin: 0;
	font-size: clamp(26px, 4vw, 40px);
	font-weight: 900;
	line-height: 1.12;
}

.tx-catalog-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.tx-catalog-card {
	display: grid;
	justify-items: center;
	gap: 11px;
	min-height: 166px;
	min-width: 0;
	padding: 16px 10px;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 10px 22px rgba(23, 33, 47, 0.05);
	text-align: center;
}

.tx-catalog-card:hover {
	border-color: rgba(23, 105, 224, 0.32);
	box-shadow: 0 14px 28px rgba(23, 33, 47, 0.08);
}

.tx-catalog-card img {
	width: 88px;
	height: 88px;
	object-fit: cover;
	border-radius: 8px;
}

.tx-catalog-card span {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
}

.tx-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.tx-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 10px 22px rgba(23, 33, 47, 0.05);
}

.tx-product-card:hover {
	box-shadow: 0 16px 30px rgba(23, 33, 47, 0.1);
}

.tx-product-image {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #edf3f7;
}

.tx-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.26s ease;
}

.tx-product-card:hover .tx-product-image img {
	transform: scale(1.035);
}

.tx-product-info {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 14px;
}

.tx-product-info h3 {
	min-height: 44px;
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.35;
}

.price {
	display: block;
	margin: 0 0 13px;
	color: var(--tx-orange);
	font-weight: 900;
}

.tx-product-cta {
	width: 100%;
	margin-top: auto;
	border: 0;
	font-size: 14px;
}

.tx-search-page {
	background: var(--tx-soft);
}

.tx-search-hero {
	padding: 28px 0 18px;
	background:
		radial-gradient(circle at 16% 0%, rgba(7, 137, 107, 0.12), transparent 30%),
		linear-gradient(135deg, #ffffff 0%, #eef8f5 62%, #fff7ef 100%);
	border-bottom: 1px solid var(--tx-line);
}

.tx-search-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
	gap: 26px;
	align-items: end;
}

.tx-search-hero-copy h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.08;
}

.tx-search-hero-copy p:not(.tx-eyebrow) {
	max-width: 720px;
	margin: 12px 0 0;
	color: var(--tx-muted);
	font-size: 17px;
}

.tx-search-hero-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(7, 137, 107, 0.2);
	border-radius: var(--tx-radius);
	box-shadow: 0 16px 38px rgba(23, 33, 47, 0.1);
}

.tx-search-hero-form input[type="search"] {
	min-width: 0;
	padding: 15px 16px;
	color: var(--tx-ink);
	background: transparent;
	border: 0;
	outline: 0;
}

.tx-search-hero-form button {
	padding: 0 20px;
	color: #fff;
	background: var(--tx-green);
	border: 0;
	font-weight: 900;
	cursor: pointer;
}

.tx-search-main {
	padding: 24px 0 42px;
}

.tx-search-layout {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
}

.tx-search-sidebar {
	position: sticky;
	top: 148px;
	display: grid;
	gap: 14px;
}

.tx-search-side-card,
.tx-search-results,
.tx-search-empty {
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 10px 24px rgba(23, 33, 47, 0.06);
}

.tx-search-side-card {
	padding: 16px;
}

.tx-search-side-card h2 {
	position: relative;
	margin: 0 0 14px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 900;
}

.tx-search-side-card h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 3px;
	background: linear-gradient(90deg, var(--tx-orange), var(--tx-green));
	border-radius: 999px;
}

.tx-search-category-list {
	display: grid;
	gap: 7px;
}

.tx-search-category-list a {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 50px;
	padding: 7px 8px;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 900;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.tx-search-category-list a:hover {
	color: var(--tx-green);
	background: #eef8f5;
	transform: translateX(3px);
}

.tx-search-category-list img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 7px;
}

.tx-search-advice {
	display: grid;
	gap: 10px;
	background: linear-gradient(145deg, #fff, #eefaf6);
}

.tx-search-advice span {
	color: var(--tx-muted);
	font-size: 13px;
	font-weight: 800;
}

.tx-search-advice strong {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

.tx-search-results {
	padding: 18px;
}

.tx-search-results-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.tx-search-results-head h2 {
	margin: 0;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 900;
	line-height: 1.12;
}

.tx-search-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.tx-search-chip-row a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 12px;
	color: #344152;
	background: #f8fafc;
	border: 1px solid var(--tx-line);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
	transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.tx-search-chip-row a:hover {
	color: var(--tx-green);
	border-color: rgba(7, 137, 107, 0.32);
	transform: translateY(-1px);
}

.tx-search-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tx-pagination {
	margin-top: 22px;
}

.tx-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tx-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 11px;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	font-weight: 900;
}

.tx-pagination .page-numbers.current {
	color: #fff;
	background: var(--tx-green);
	border-color: var(--tx-green);
}

.tx-search-empty {
	display: grid;
	justify-items: start;
	gap: 10px;
	padding: 24px;
}

.tx-search-empty h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 900;
}

.tx-search-empty p {
	max-width: 560px;
	margin: 0;
	color: var(--tx-muted);
}

.tx-feature-grid {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, 1fr);
	gap: 18px;
}

.tx-feature {
	padding: 22px;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
}

.tx-feature strong {
	color: var(--tx-orange);
	font-size: 30px;
	font-weight: 900;
}

.tx-feature h3 {
	margin: 8px 0;
	font-size: 20px;
}

.tx-feature p {
	margin: 0;
	color: var(--tx-muted);
}

.tx-cta-band {
	padding: 44px 0;
	color: #fff;
	background: linear-gradient(100deg, var(--tx-green), #0a4d89);
}

.tx-cta-band .tx-eyebrow {
	color: #d9fff3;
}

.tx-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.site-footer {
	color: #263342;
	background: #f3f6fa;
	border-top: 1px solid var(--tx-line);
}

.tx-footer-cta,
.tx-footer-service {
	background: #fff;
	border-bottom: 1px solid var(--tx-line);
}

.tx-footer-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 32px 0;
}

.tx-footer-cta h2 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 900;
	line-height: 1.18;
}

.tx-footer-service-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.tx-footer-service-grid div {
	display: grid;
	gap: 3px;
	padding: 18px 20px;
	border-right: 1px solid var(--tx-line);
}

.tx-footer-service-grid div:last-child {
	border-right: 0;
}

.tx-footer-service-grid strong {
	font-weight: 900;
}

.tx-footer-service-grid span {
	color: var(--tx-muted);
	font-size: 14px;
}

.tx-footer-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: stretch;
	gap: 14px;
	padding: 34px 0 26px;
}

.tx-footer-brand,
.tx-footer-contact,
.tx-facebook-card,
.tx-footer-menu {
	min-width: 0;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 10px 22px rgba(23, 33, 47, 0.04);
}

.tx-footer-brand,
.tx-footer-menu {
	padding: 18px;
}

.tx-footer-brand,
.tx-footer-contact,
.tx-facebook-card {
	grid-column: span 3;
}

.tx-footer-menu {
	grid-column: span 4;
}

.tx-footer-brand p {
	margin: 14px 0 0;
	color: #5d6b7a;
	font-size: 14px;
	line-height: 1.55;
}

.tx-footer-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	max-width: 620px;
	margin: 0 0 10px;
}

.tx-footer-contact {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	min-height: 100%;
	padding: 18px;
}

.tx-footer-contact-icon {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	color: #fff;
	background: linear-gradient(135deg, var(--tx-green), #0b77be);
	border-radius: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0;
}

.tx-footer-contact strong {
	display: block;
	margin: 0 0 5px;
	color: #17212f;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.tx-footer-contact span {
	display: block;
	color: var(--tx-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.tx-footer-contact a {
	color: var(--tx-green);
	font-weight: 900;
}

.tx-logo-footer span {
	font-size: 24px;
}

.footer-title {
	position: relative;
	margin: 0 0 15px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
}

.footer-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 2px;
	background: var(--tx-orange);
	border-radius: 999px;
}

.tx-footer-links {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	color: #5d6b7a;
	list-style: none;
	font-size: 14px;
}

.tx-footer-links a:hover {
	color: var(--tx-blue);
}

.tx-footer-checks li {
	position: relative;
	padding-left: 18px;
}

.tx-footer-checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.68em;
	width: 7px;
	height: 7px;
	background: var(--tx-green);
	border-radius: 999px;
}

.tx-facebook-card {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	padding: 18px;
}

.tx-facebook-card > span:not(.tx-footer-contact-icon) {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.tx-facebook-card::after {
	content: "Chat";
	display: inline-grid;
	place-items: center;
	grid-column: 1 / -1;
	min-height: 34px;
	margin-top: auto;
	padding: 7px 12px;
	color: #fff;
	background: var(--tx-orange);
	border-radius: var(--tx-radius);
	font-size: 13px;
	font-weight: 900;
}

.tx-facebook-card em {
	color: var(--tx-muted);
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
}

.tx-facebook-card strong {
	overflow: hidden;
	color: var(--tx-blue);
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tx-footer-bottom {
	background: #e9eef5;
	border-top: 1px solid var(--tx-line);
}

.tx-footer-partners {
	padding: 0 0 24px;
	background: #f3f6fa;
}

.tx-footer-dropdown {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 10px 22px rgba(23, 33, 47, 0.05);
}

.tx-footer-dropdown summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 15px 18px;
	cursor: pointer;
	list-style: none;
}

.tx-footer-dropdown summary::-webkit-details-marker {
	display: none;
}

.tx-footer-dropdown summary span {
	color: var(--tx-green);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.tx-footer-dropdown summary strong {
	font-size: 16px;
	font-weight: 900;
}

.tx-footer-dropdown summary::after {
	content: "+";
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	color: #fff;
	background: var(--tx-green);
	border-radius: 999px;
	font-weight: 900;
}

.tx-footer-dropdown[open] summary::after {
	content: "−";
}

.tx-footer-partner-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	padding: 0 18px 18px;
}

.tx-footer-partner-link {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 11px;
	color: #344152;
	background: #f8fafc;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	font-size: 13px;
	font-weight: 900;
	transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.tx-footer-partner-link:hover {
	color: var(--tx-green);
	border-color: rgba(7, 137, 107, 0.34);
	transform: translateY(-1px);
}

.tx-link-modal[hidden] {
	display: none;
}

.tx-link-modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: grid;
	place-items: center;
	padding: 18px;
	background: rgba(17, 26, 36, 0.56);
}

.tx-link-modal-panel {
	position: relative;
	display: grid;
	gap: 10px;
	width: min(440px, 100%);
	padding: 22px;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: var(--tx-shadow);
}

.tx-link-modal-panel span {
	color: var(--tx-green);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.tx-link-modal-panel h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.12;
}

.tx-link-modal-panel p {
	margin: 0;
	color: var(--tx-muted);
}

.tx-link-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	background: #f8fafc;
	border: 1px solid var(--tx-line);
	border-radius: 999px;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
}

.tx-link-modal-actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 8px;
}

.tx-footer-bottom .tx-container {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 0;
	color: #627084;
	font-size: 13px;
}

.tx-floating-cta {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 60;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 16px;
	color: #fff;
	background: var(--tx-orange);
	border-radius: 999px;
	box-shadow: var(--tx-shadow);
	font-weight: 900;
}

.tx-page {
	max-width: 900px;
}

.tx-entry {
	margin-bottom: 30px;
}

.tx-entry h1 {
	margin-top: 0;
	font-size: clamp(30px, 5vw, 48px);
	line-height: 1.1;
}

.tx-entry a {
	color: var(--tx-green);
	font-weight: 800;
}

.tx-entry-image,
.tx-single-image {
	display: block;
	margin-bottom: 18px;
	overflow: hidden;
	border-radius: var(--tx-radius);
}

.tx-read-more {
	display: inline-flex;
	margin-top: 6px;
}

.tx-product-detail {
	display: grid;
	grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
	gap: 38px;
	align-items: start;
}

.tx-product-detail-media {
	overflow: hidden;
	background: var(--tx-soft);
	border-radius: var(--tx-radius);
	box-shadow: var(--tx-shadow);
}

.tx-product-detail-media img {
	width: 100%;
	aspect-ratio: 1 / 0.86;
	object-fit: cover;
}

.tx-product-detail-summary h1 {
	margin-top: 0;
	font-size: clamp(30px, 5vw, 50px);
	line-height: 1.1;
}

.tx-detail-price {
	margin: 14px 0 18px;
	color: var(--tx-orange);
	font-size: 28px;
	font-weight: 900;
}

.tx-price-box {
	display: grid;
	gap: 6px;
	margin: 2px 0 2px;
	padding: 14px 16px;
	background: #fff7ef;
	border: 1px solid rgba(244, 122, 31, 0.24);
	border-radius: var(--tx-radius);
}

.tx-price-label {
	color: var(--tx-muted);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.tx-price-line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.tx-price-line strong {
	color: var(--tx-orange);
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 900;
	line-height: 1;
}

.tx-price-line del {
	color: #8792a2;
	font-size: 16px;
	font-weight: 800;
}

.tx-price-line em {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 9px;
	color: #fff;
	background: var(--tx-green);
	border-radius: 999px;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
}

.tx-detail-content {
	margin-top: 24px;
	color: #344152;
	overflow-wrap: anywhere;
}

.tx-single-cta {
	margin-top: 18px;
	padding: 16px;
	background: var(--tx-soft);
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
}

.tx-single-cta p {
	margin: 10px 0 0;
	color: var(--tx-muted);
	font-size: 14px;
}

.tx-product-page {
	background: var(--tx-soft);
}

.tx-product-hero {
	padding: 28px 0;
	background:
		radial-gradient(circle at 18% 0%, rgba(7, 137, 107, 0.12), transparent 30%),
		linear-gradient(135deg, #ffffff 0%, #eef8f5 58%, #fff7ef 100%);
	border-bottom: 1px solid var(--tx-line);
}

.tx-product-showcase {
	display: grid;
	grid-template-columns: minmax(420px, 0.95fr) minmax(340px, 0.72fr);
	gap: 24px;
	align-items: start;
}

.tx-product-gallery,
.tx-product-summary-panel,
.tx-product-description,
.tx-product-sticky-cta {
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 14px 34px rgba(23, 33, 47, 0.08);
}

.tx-product-gallery {
	display: grid;
	gap: 12px;
	padding: 12px;
}

.tx-product-main-image {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #edf3f7;
	border-radius: var(--tx-radius);
}

.tx-product-main-image img {
	width: 100%;
	aspect-ratio: 1 / 0.76;
	object-fit: cover;
	transition: opacity 0.18s ease, transform 0.26s ease;
}

.tx-product-main-image:hover img {
	transform: scale(1.015);
}

.tx-product-main-image figcaption {
	position: absolute;
	left: 14px;
	bottom: 14px;
	padding: 8px 11px;
	color: #fff;
	background: rgba(17, 26, 36, 0.72);
	border-radius: var(--tx-radius);
	font-size: 13px;
	font-weight: 900;
}

.tx-product-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.tx-product-thumbs button {
	overflow: hidden;
	padding: 0;
	background: #edf3f7;
	border: 2px solid transparent;
	border-radius: var(--tx-radius);
	cursor: pointer;
	transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.tx-product-thumbs button:hover,
.tx-product-thumbs button.is-active {
	border-color: var(--tx-orange);
	box-shadow: 0 10px 22px rgba(23, 33, 47, 0.12);
	transform: translateY(-2px);
}

.tx-product-thumbs img {
	width: 100%;
	aspect-ratio: 1 / 0.78;
	object-fit: cover;
}

.tx-product-summary-panel {
	position: sticky;
	top: 148px;
	display: grid;
	gap: 16px;
	min-width: 0;
	overflow: hidden;
	padding: 24px;
}

.tx-product-summary-panel h1 {
	margin: 0;
	font-size: clamp(30px, 3.8vw, 46px);
	font-weight: 900;
	line-height: 1.08;
	overflow-wrap: anywhere;
	word-break: normal;
}

.tx-product-buybox {
	display: grid;
	gap: 10px;
	padding: 16px;
	background: linear-gradient(145deg, #fff, #eefaf6);
	border: 1px solid rgba(7, 137, 107, 0.22);
	border-radius: var(--tx-radius);
}

.tx-product-buybox strong,
.tx-product-sticky-cta strong {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

.tx-product-buybox span,
.tx-product-sticky-cta span,
.tx-product-trust span {
	color: var(--tx-muted);
	font-size: 13px;
	font-weight: 800;
}

.tx-product-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
}

.tx-product-trust div {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 11px;
	background: #f8fafc;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
}

.tx-product-trust strong {
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
}

.tx-product-content-section {
	padding: 18px 0 28px;
}

.tx-product-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 20px;
	align-items: start;
}

.tx-product-description {
	overflow: hidden;
	padding: 18px;
	min-height: 0;
}

.tx-product-description-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--tx-line);
}

.tx-product-description-head h2 {
	margin: 0;
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 900;
	line-height: 1.12;
}

.tx-product-sticky-cta {
	position: sticky;
	top: 148px;
	display: grid;
	gap: 10px;
	padding: 18px;
	background: linear-gradient(145deg, #fff, #fff7ef);
}

.tx-product-description .tx-detail-content {
	margin-top: 12px;
	min-height: 0;
}

.tx-detail-content > :first-child {
	margin-top: 0;
}

.tx-detail-content > :last-child {
	margin-bottom: 0;
}

.tx-detail-content p:empty {
	display: none;
}

.tx-detail-content div:empty,
.tx-detail-content section:empty,
.tx-detail-content article:empty {
	display: none;
}

.tx-detail-content p,
.tx-detail-content ul,
.tx-detail-content ol,
.tx-detail-content table,
.tx-detail-content figure {
	margin-top: 0;
	margin-bottom: 14px;
}

.tx-detail-content h1,
.tx-detail-content h2,
.tx-detail-content h3,
.tx-detail-content h4 {
	margin-top: 18px;
	margin-bottom: 10px;
	line-height: 1.18;
}

.tx-detail-content img {
	max-width: 100%;
	height: auto;
	border-radius: var(--tx-radius);
}

.tx-detail-content iframe,
.tx-detail-content video,
.tx-detail-content embed,
.tx-detail-content object {
	max-width: 100%;
}

.tx-detail-content .woocommerce,
.tx-detail-content .products,
.tx-detail-content .product,
.tx-detail-content .summary,
.tx-detail-content .entry-summary,
.tx-detail-content .woocommerce-tabs,
.tx-detail-content .related {
	display: block;
	width: 100%;
	max-width: 100%;
	float: none;
	clear: both;
}

.tx-detail-content table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
}

.tx-detail-content th,
.tx-detail-content td {
	padding: 10px 12px;
	border: 1px solid var(--tx-line);
	vertical-align: top;
}

.tx-product-inline-note {
	display: grid;
	gap: 4px;
	margin-bottom: 12px;
	padding: 13px 14px;
	background: linear-gradient(135deg, #fff, #eefaf6);
	border: 1px solid rgba(7, 137, 107, 0.22);
	border-radius: var(--tx-radius);
}

.tx-product-inline-note strong {
	font-size: 15px;
	font-weight: 900;
}

.tx-product-inline-note span {
	color: var(--tx-muted);
	font-size: 14px;
	font-weight: 700;
}

.tx-product-page form.cart,
.tx-product-page .cart,
.tx-product-page .quantity,
.tx-product-page .single_add_to_cart_button,
.tx-product-page .add_to_cart_button,
.tx-product-page .added_to_cart,
.tx-product-page .woocommerce-variation-add-to-cart,
.tx-product-page .variations_form,
.tx-product-page .variations,
.tx-product-page .reset_variations,
.tx-product-page .product_type_simple,
.tx-product-page .product_type_variable {
	display: none !important;
}

.tx-product-page .woocommerce-message,
.tx-product-page .woocommerce-info,
.tx-product-page .woocommerce-error {
	display: none;
}

.tx-detail-content .button:not(.tx-btn):not(.tx-related-detail-link),
.tx-detail-content button:not([data-product-thumb]) {
	display: none !important;
}

.tx-related-preview-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.tx-related-preview-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 10px 22px rgba(23, 33, 47, 0.05);
}

.tx-related-preview-card button {
	position: relative;
	display: block;
	width: 100%;
	flex: 0 0 auto;
	padding: 0;
	overflow: hidden;
	background: #edf3f7;
	border: 0;
	cursor: pointer;
}

.tx-related-preview-card button img {
	width: 100%;
	aspect-ratio: 1 / 0.78;
	object-fit: cover;
	transition: transform 0.24s ease;
}

.tx-related-preview-card button:hover img,
.tx-related-preview-card button.is-active img {
	transform: scale(1.035);
}

.tx-related-preview-card button span {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 7px 10px;
	color: #fff;
	background: rgba(17, 26, 36, 0.72);
	border-radius: var(--tx-radius);
	font-size: 13px;
	font-weight: 900;
}

.tx-related-preview-card > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6px;
	padding: 0 14px 14px;
}

.tx-related-preview-card h3 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.tx-related-preview-card .price {
	margin: 0;
}

.tx-related-detail-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	margin-top: auto;
	padding: 8px 11px;
	color: var(--tx-green);
	background: #eef8f5;
	border: 1px solid rgba(7, 137, 107, 0.22);
	border-radius: var(--tx-radius);
	font-size: 13px;
	font-weight: 900;
}

.tx-entry .woocommerce-result-count,
.tx-entry .woocommerce-ordering {
	display: none;
}

.tx-entry .products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tx-entry .products::before,
.tx-entry .products::after {
	display: none;
}

.tx-entry .products .product {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 10px 22px rgba(23, 33, 47, 0.05);
}

.tx-entry .products .product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.tx-entry .woocommerce-loop-product__title {
	min-height: 48px;
	margin: 0;
	padding: 14px 14px 6px;
	color: var(--tx-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
}

.tx-entry .products .price {
	padding: 0 14px;
}

.tx-entry .products .button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 12px 14px 14px;
	padding: 9px 12px;
	color: #fff;
	background: var(--tx-orange);
	border-radius: var(--tx-radius);
	font-size: 14px;
	font-weight: 900;
	text-align: center;
}

@keyframes txFade {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1080px) {
	.tx-commerce-grid {
		grid-template-columns: 210px minmax(0, 1fr);
	}

	.tx-commerce-hero {
		grid-template-columns: 1fr;
	}

	.tx-hero-content h1,
	.tx-hero-text {
		max-width: 680px;
	}

	.tx-hero-visual {
		min-height: 320px;
	}

	.tx-order-panel {
		grid-column: 2;
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.tx-order-card,
	.tx-mini-card {
		min-height: auto;
	}

	.tx-order-card {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.tx-category-strip,
	.tx-catalog-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tx-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tx-footer-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.tx-footer-brand,
	.tx-footer-contact,
	.tx-facebook-card {
		grid-column: span 3;
	}

	.tx-footer-menu {
		grid-column: span 2;
	}

	.tx-footer-partner-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tx-search-hero-grid,
	.tx-search-layout {
		grid-template-columns: 1fr;
	}

	.tx-search-sidebar {
		position: static;
		grid-template-columns: 1fr 1fr;
	}

	.tx-search-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tx-related-preview-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tx-product-showcase,
	.tx-product-content-layout {
		grid-template-columns: 1fr;
	}

	.tx-product-summary-panel,
	.tx-product-sticky-cta {
		position: static;
	}
}

@media (max-width: 900px) {
	.tx-header-main {
		grid-template-columns: minmax(150px, 1fr) auto auto;
		align-items: center;
	}

	.tx-search {
		grid-column: 1 / -1;
		order: 5;
	}

	.tx-menu-toggle {
		display: inline-flex;
	}

	.tx-nav {
		display: none;
		background: #f3f6fa;
		border-top: 1px solid var(--tx-line);
		box-shadow: 0 18px 34px rgba(23, 33, 47, 0.12);
	}

	.tx-nav.is-open {
		display: block;
		position: relative;
		z-index: 45;
	}

	.tx-nav .tx-container {
		width: calc(100% - 24px);
		max-width: calc(100% - 24px);
		padding: 10px 0 12px;
	}

	.tx-primary-menu,
	.tx-nav .menu {
		display: grid;
		grid-template-columns: 1fr;
		align-items: stretch;
		justify-content: start;
		gap: 8px;
		width: 100%;
		padding: 0;
	}

	.tx-nav li {
		width: 100%;
		border-bottom: 0;
	}

	.tx-nav li:last-child {
		border-bottom: 0;
	}

	.tx-nav a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		width: 100%;
		min-height: 46px;
		padding: 12px 14px;
		background: #fff;
		border: 1px solid var(--tx-line);
		border-radius: var(--tx-radius);
		box-shadow: 0 8px 18px rgba(23, 33, 47, 0.04);
		text-align: left;
		white-space: normal;
	}

	.tx-nav a:hover {
		background: #eef8f5;
	}

	.tx-menu-highlight a {
		justify-content: flex-start;
		color: #fff;
		background: var(--tx-green);
		border-color: var(--tx-green);
		box-shadow: 0 12px 22px rgba(7, 137, 107, 0.18);
	}

	.tx-menu-highlight {
		margin-left: 0;
	}

	.tx-nav .sub-menu {
		position: static;
		display: grid;
		gap: 6px;
		min-width: 0;
		margin: 6px 0 0 18px;
		padding: 0 0 0 10px;
		background: transparent;
		border: 0;
		border-left: 2px solid #dcebe6;
		border-radius: 0;
		box-shadow: none;
	}

	.tx-nav .sub-menu a {
		min-height: 40px;
		padding: 10px 12px;
		font-size: 13px;
	}

	.tx-commerce-grid {
		grid-template-columns: 1fr;
	}

	.tx-department {
		display: none;
	}

	.tx-order-panel {
		grid-column: auto;
		grid-template-columns: 1fr;
	}

	.tx-order-card,
	.tx-mini-card {
		min-height: auto;
	}

	.tx-order-card {
		grid-template-columns: 1fr;
	}

	.tx-order-card .tx-btn {
		width: 100%;
	}

	.tx-store-strip-grid,
	.tx-product-grid,
	.tx-entry .products,
	.tx-footer-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tx-product-detail {
		grid-template-columns: 1fr;
	}

	.tx-product-trust {
		grid-template-columns: 1fr;
	}

	.tx-footer-cta-inner,
	.tx-cta-inner {
		display: grid;
	}

	.tx-footer-service-grid div:nth-child(2n) {
		border-right: 0;
	}

	.tx-footer-partner-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tx-search-sidebar {
		grid-template-columns: 1fr;
	}

	.tx-search-results-head {
		display: grid;
		align-items: start;
	}
}

@media (max-width: 640px) {
	html,
	body {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.tx-container {
		width: calc(100% - 24px);
		max-width: calc(100% - 24px);
	}

	.tx-topbar-inner,
	.tx-section-head,
	.tx-footer-bottom .tx-container {
		display: grid;
	}

	.tx-topbar-inner,
	.tx-topbar-inner span,
	.tx-topbar-inner a {
		min-width: 0;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tx-header-main {
		position: relative;
		display: grid;
		grid-template-columns: minmax(0, 1fr) 46px;
		gap: 12px;
		padding: 12px 0;
	}

	.tx-menu-toggle {
		grid-column: 2;
		grid-row: 1;
		position: static;
		display: inline-flex !important;
		min-width: 44px;
		min-height: 42px;
		padding: 9px 11px;
		color: #fff;
		background: var(--tx-green);
		border-color: var(--tx-green);
		box-shadow: 0 12px 24px rgba(7, 137, 107, 0.24);
		z-index: 5;
	}

	.tx-header-main .tx-menu-toggle {
		display: inline-flex !important;
	}

	.tx-menu-fab {
		display: none !important;
	}

	.site-branding {
		grid-column: 1;
		grid-row: 1;
		width: 100%;
		min-height: 48px;
		min-width: 0;
	}

	.site-branding .custom-logo-link {
		display: inline-flex;
		max-width: 100%;
	}

	.tx-menu-label {
		display: none;
	}

	.tx-header-cta {
		display: none;
	}

	.custom-logo {
		max-width: min(178px, calc(100vw - 106px));
		max-height: 48px;
	}

	.tx-header-benefits {
		display: none;
	}

	.tx-commerce-wrap {
		padding-top: 12px;
	}

	.tx-mobile-hero {
		display: block;
		margin-bottom: 12px;
	}

	.tx-mobile-hero-card {
		display: grid;
		overflow: hidden;
		background: #fff;
		border: 1px solid var(--tx-line);
		border-radius: var(--tx-radius);
		box-shadow: 0 12px 28px rgba(23, 33, 47, 0.07);
	}

	.tx-mobile-hero-copy {
		min-width: 0;
		padding: 18px;
	}

	.tx-mobile-hero-copy h1 {
		margin: 0;
		max-width: 100%;
		font-size: 26px;
		font-weight: 900;
		line-height: 1.12;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.tx-mobile-hero-copy p:not(.tx-eyebrow) {
		margin: 10px 0 16px;
		color: var(--tx-muted);
		font-size: 15px;
	}

	.tx-mobile-hero-image {
		position: relative;
		margin: 0;
		aspect-ratio: 16 / 10;
		overflow: hidden;
	}

	.tx-mobile-hero-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.tx-mobile-hero-image figcaption {
		position: absolute;
		left: 12px;
		bottom: 12px;
		padding: 7px 10px;
		color: #fff;
		background: var(--tx-green);
		border-radius: var(--tx-radius);
		font-size: 13px;
		font-weight: 900;
	}

	.tx-commerce-grid,
	.tx-commerce-hero,
	.tx-hero-content,
	.tx-slider-copy,
	.tx-slide-copy,
	.tx-hero-actions,
	.tx-hero-metrics,
	.tx-order-panel,
	.tx-category-strip {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.tx-commerce-grid {
		display: grid;
		gap: 12px;
		overflow-x: clip;
	}

	.tx-commerce-hero {
		display: none;
	}

	.tx-hero-content {
		display: grid;
		overflow: visible;
		padding: 20px;
	}

	.tx-slider-copy,
	.tx-slide-copy,
	.tx-hero-actions,
	.tx-hero-metrics {
		width: 100%;
		max-width: 100%;
	}

	.tx-hero-content h1 {
		width: 100%;
		max-width: 100%;
		font-size: 28px;
		line-height: 1.12;
		overflow-wrap: normal;
		word-break: normal;
	}

	.tx-hero-text {
		width: 100%;
		max-width: 100%;
		font-size: 15px;
	}

	.tx-hero-actions,
	.tx-hero-metrics,
	.tx-category-strip,
	.tx-store-strip-grid,
	.tx-catalog-grid,
	.tx-entry .products,
	.tx-feature-grid,
	.tx-footer-service-grid {
		grid-template-columns: 1fr;
	}

	.tx-footer-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 30px 0 26px;
	}

	.tx-footer-brand,
	.tx-footer-contact,
	.tx-facebook-card,
	.tx-footer-menu {
		grid-column: auto;
	}

	.tx-related-preview-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.tx-search-hero {
		padding: 20px 0 14px;
	}

	.tx-search-hero-copy h1 {
		font-size: 28px;
	}

	.tx-search-hero-copy p:not(.tx-eyebrow) {
		font-size: 15px;
	}

	.tx-search-hero-form {
		grid-template-columns: 1fr;
	}

	.tx-search-hero-form button {
		min-height: 44px;
	}

	.tx-search-main {
		padding: 16px 0 34px;
	}

	.tx-search-results {
		padding: 14px;
	}

	.tx-product-grid,
	.tx-search-product-grid,
	.tx-entry .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.tx-product-card {
		border-radius: 8px;
	}

	.tx-product-info {
		padding: 10px;
	}

	.tx-product-info h3 {
		min-height: 40px;
		margin-bottom: 6px;
		font-size: 13px;
		line-height: 1.28;
	}

	.tx-product-info .price,
	.tx-product-info .price * {
		font-size: 13px;
	}

	.tx-product-cta {
		min-height: 38px;
		padding: 8px 9px;
		font-size: 12px;
	}

	.tx-related-preview-card button img {
		aspect-ratio: 1 / 0.86;
	}

	.tx-related-preview-card button span {
		left: 7px;
		right: 7px;
		bottom: 7px;
		padding: 6px 7px;
		font-size: 11px;
		text-align: center;
	}

	.tx-related-preview-card > div {
		gap: 5px;
		padding: 0 10px 10px;
	}

	.tx-related-preview-card h3 {
		font-size: 13px;
		line-height: 1.28;
		-webkit-line-clamp: 3;
	}

	.tx-related-preview-card .price,
	.tx-related-preview-card .price * {
		font-size: 13px;
	}

	.tx-related-detail-link {
		min-height: 36px;
		padding: 7px 8px;
		font-size: 12px;
	}

	.tx-product-hero {
		padding: 16px 0;
	}

	.tx-product-gallery {
		padding: 10px;
	}

	.tx-product-main-image img {
		aspect-ratio: 1 / 0.86;
	}

	.tx-product-main-image figcaption {
		left: 10px;
		right: 10px;
		bottom: 10px;
		text-align: center;
	}

	.tx-product-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
	}

	.tx-product-summary-panel,
	.tx-product-description,
	.tx-product-sticky-cta {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 16px;
	}

	.tx-product-description-head {
		display: grid;
		align-items: start;
	}

	.tx-product-description-head .tx-btn {
		width: 100%;
	}

	.tx-product-summary-panel h1 {
		font-size: 24px;
		line-height: 1.12;
	}

	.tx-detail-price {
		font-size: 24px;
	}

	.tx-hero-actions {
		display: grid;
	}

	.tx-hero-actions .tx-btn {
		width: 100%;
		max-width: 100%;
		min-height: 42px;
		padding: 10px 12px;
		font-size: 14px;
		white-space: normal;
	}

	.tx-hero-visual {
		min-height: 260px;
	}

	.tx-section {
		padding: 34px 0;
	}

	.tx-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tx-footer-service-grid div {
		padding: 16px 0;
		border-right: 0;
		border-bottom: 1px solid var(--tx-line);
	}

	.tx-footer-brand,
	.tx-footer-menu,
	.tx-footer-contact {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 8px;
		min-height: auto;
		padding: 14px;
	}

	.tx-footer-brand,
	.tx-footer-menu {
		display: block;
	}

	.tx-footer-contact-icon {
		width: 32px;
		height: 32px;
		border-radius: 8px;
		font-size: 11px;
	}

	.tx-footer-contact strong,
	.tx-facebook-card em {
		font-size: 11px;
	}

	.tx-footer-contact span {
		font-size: 12px;
		line-height: 1.38;
	}

	.tx-facebook-card {
		grid-template-columns: 32px minmax(0, 1fr);
		padding: 12px;
	}

	.tx-facebook-card::after {
		grid-column: 1 / -1;
		min-height: 36px;
	}

	.tx-facebook-card strong {
		font-size: 13px;
	}

	.tx-floating-cta {
		left: 12px;
		right: 12px;
		bottom: 12px;
		width: auto;
		min-height: 42px;
		padding: 10px 12px;
		font-size: 14px;
	}

	.tx-footer-dropdown summary {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 14px;
	}

	.tx-footer-partner-grid {
		grid-template-columns: 1fr;
		padding: 0 14px 14px;
	}

	.tx-link-modal-actions {
		display: grid;
	}

	.tx-link-modal-actions .tx-btn {
		width: 100%;
	}
}

/* ── Blog archive ── */
.tx-blog-page {
	background: var(--tx-soft);
}

.tx-blog-hero {
	padding: 28px 0 18px;
	background:
		radial-gradient(circle at 16% 0%, rgba(7, 137, 107, 0.12), transparent 30%),
		linear-gradient(135deg, #ffffff 0%, #eef8f5 62%, #fff7ef 100%);
	border-bottom: 1px solid var(--tx-line);
}

.tx-blog-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.5fr);
	gap: 26px;
	align-items: end;
}

.tx-blog-hero-copy h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.08;
}

.tx-blog-hero-copy p {
	max-width: 720px;
	margin: 12px 0 0;
	color: var(--tx-muted);
	font-size: 17px;
}

.tx-blog-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(7, 137, 107, 0.2);
	border-radius: var(--tx-radius);
	box-shadow: 0 16px 38px rgba(23, 33, 47, 0.1);
}

.tx-blog-search input[type="search"] {
	min-width: 0;
	padding: 15px 16px;
	color: var(--tx-ink);
	background: transparent;
	border: 0;
	outline: 0;
}

.tx-blog-search button {
	padding: 0 20px;
	color: #fff;
	background: var(--tx-green);
	border: 0;
	font-weight: 900;
	cursor: pointer;
}

.tx-blog-main {
	padding: 24px 0 42px;
}

.tx-blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 28px;
	align-items: start;
}

.tx-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.tx-blog-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 10px 22px rgba(23, 33, 47, 0.05);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.tx-blog-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(23, 33, 47, 0.1);
}

.tx-blog-card-image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #edf3f7;
}

.tx-blog-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.26s ease;
}

.tx-blog-card:hover .tx-blog-card-image img {
	transform: scale(1.04);
}

.tx-blog-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.tx-blog-card-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 13px;
}

.tx-blog-card-date {
	color: var(--tx-muted);
	font-weight: 800;
}

.tx-blog-card-cat {
	display: inline-flex;
	min-height: 26px;
	padding: 4px 9px;
	color: #fff;
	background: var(--tx-green);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.tx-blog-card-body h2 {
	margin: 0 0 10px;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 900;
	line-height: 1.25;
}

.tx-blog-card-body h2 a:hover {
	color: var(--tx-green);
}

.tx-blog-card-body p {
	margin: 0 0 14px;
	color: var(--tx-muted);
	font-size: 14px;
	line-height: 1.55;
}

.tx-blog-card-link {
	margin-top: auto;
	font-weight: 900;
	color: var(--tx-green);
}

.tx-blog-card-link:hover {
	color: var(--tx-green-dark);
}

.tx-blog-pagination {
	margin-top: 28px;
}

.tx-blog-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tx-blog-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 11px;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	font-weight: 900;
}

.tx-blog-pagination .page-numbers.current {
	color: #fff;
	background: var(--tx-green);
	border-color: var(--tx-green);
}

.tx-blog-empty {
	display: grid;
	justify-items: start;
	gap: 10px;
	padding: 32px;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
}

.tx-blog-empty h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 900;
}

.tx-blog-empty p {
	max-width: 560px;
	margin: 0;
	color: var(--tx-muted);
}

/* ── Blog sidebar ── */
.tx-blog-sidebar {
	display: grid;
	gap: 14px;
}

.tx-blog-sidebar-inner {
	position: sticky;
	top: 148px;
	display: grid;
	gap: 14px;
}

.tx-blog-widget {
	padding: 18px;
	background: #fff;
	border: 1px solid var(--tx-line);
	border-radius: var(--tx-radius);
	box-shadow: 0 10px 24px rgba(23, 33, 47, 0.06);
}

.tx-blog-widget h3 {
	position: relative;
	margin: 0 0 14px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 900;
}

.tx-blog-widget h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 3px;
	background: linear-gradient(90deg, var(--tx-orange), var(--tx-green));
	border-radius: 999px;
}

.tx-blog-cat-list,
.tx-blog-recent-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tx-blog-cat-list li a,
.tx-blog-recent-list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 36px;
	padding: 6px 8px;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 800;
	transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.tx-blog-cat-list li a:hover,
.tx-blog-recent-list li a:hover {
	color: var(--tx-green);
	background: #eef8f5;
	transform: translateX(3px);
}

.tx-blog-cat-list small {
	color: var(--tx-muted);
	font-weight: 800;
}

.tx-blog-cta-widget {
	display: grid;
	gap: 10px;
	background: linear-gradient(145deg, #fff, #eefaf6);
}

.tx-blog-cta-widget span {
	color: var(--tx-muted);
	font-size: 13px;
	font-weight: 800;
}

.tx-blog-cta-widget strong {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

/* ── Blog responsive ── */
@media (max-width: 1080px) {
	.tx-blog-layout {
		grid-template-columns: 1fr;
	}

	.tx-blog-sidebar-inner {
		position: static;
		grid-template-columns: 1fr 1fr;
	}

	.tx-blog-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.tx-blog-grid {
		grid-template-columns: 1fr;
	}

	.tx-blog-sidebar-inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.tx-blog-hero {
		padding: 20px 0 14px;
	}

	.tx-blog-hero-copy h1 {
		font-size: 28px;
	}

	.tx-blog-hero-copy p {
		font-size: 15px;
	}

	.tx-blog-search {
		grid-template-columns: 1fr;
	}

	.tx-blog-search button {
		min-height: 44px;
	}

	.tx-blog-main {
		padding: 16px 0 34px;
	}
}

@media (max-width: 900px) {
	.tx-menu-fab {
		display: none !important;
	}

	.tx-header-main .tx-menu-toggle {
		display: inline-flex;
	}
}
