@font-face {
	font-family: "Be Vietnam Pro";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/be-vietnam-pro-400.woff2") format("woff2");
}

@font-face {
	font-family: "Be Vietnam Pro";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/be-vietnam-pro-500.woff2") format("woff2");
}

@font-face {
	font-family: "Be Vietnam Pro";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/be-vietnam-pro-600.woff2") format("woff2");
}

@font-face {
	font-family: "Be Vietnam Pro";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/be-vietnam-pro-700.woff2") format("woff2");
}

:root {
	--lh-canvas: #f5f5f2;
	--lh-surface: #fff;
	--lh-surface-soft: #efefeb;
	--lh-surface-dark: #151918;
	--lh-text: #181b1a;
	--lh-muted: #69706d;
	--lh-border: #dedfda;
	--lh-brand: #b12b21;
	--lh-brand-dark: #8f2019;
	--lh-accent: #d99b2b;
	--lh-success: #21724a;
	--lh-danger: #b42318;
	--lh-container: 1280px;
	--lh-radius-s: 6px;
	--lh-radius-m: 12px;
	--lh-radius-l: 20px;
	--lh-shadow: 0 18px 50px rgb(12 17 15 / 12%);
	--lh-shadow-card: 0 14px 32px rgb(17 23 20 / 9%);
	--lh-font: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif;
	--lh-display: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif;
}

body {
	background: var(--lh-canvas);
	font-family: var(--lh-font);
	font-size: 15px;
	line-height: 1.55;
}

.lh-container {
	width: min(calc(100% - 40px), var(--lh-container));
}

.lh-utility {
	background: #111413;
	font-size: 12px;
}

.lh-utility__inner {
	min-height: 34px;
}

.lh-utility__promise {
	color: #d8dcda;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.lh-utility__links {
	display: flex;
	align-items: center;
	gap: 24px;
}

.lh-utility__links a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	text-decoration: none;
}

.lh-utility__links .lh-icon {
	width: 15px;
	height: 15px;
	color: var(--lh-accent);
}

.lh-header-main {
	border-bottom: 0;
	box-shadow: 0 1px 0 rgb(18 23 21 / 8%);
}

.lh-header-main__inner {
	grid-template-columns: 250px minmax(320px, 1fr) auto;
	gap: clamp(24px, 3vw, 52px);
	min-height: 94px;
}

.lh-brand .custom-logo-link {
	padding: 0;
	background: transparent;
}

.lh-brand img {
	width: 238px;
	max-height: 68px;
	object-fit: contain;
}

.lh-search-form {
	min-height: 48px;
	background: #f6f6f3;
	border: 1px solid #d7d9d4;
	border-radius: 8px;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.lh-search-form:focus-within {
	border-color: var(--lh-brand);
	box-shadow: 0 0 0 3px rgb(177 43 33 / 10%);
}

.lh-search-field {
	min-height: 46px;
	padding-inline: 17px;
	font-size: 14px;
}

.lh-search-form button {
	width: 54px;
	background: var(--lh-brand);
}

.lh-search-form button:hover {
	background: var(--lh-brand-dark);
}

.lh-header-actions {
	gap: 8px;
}

.lh-header-action {
	gap: 9px;
	min-width: 54px;
	min-height: 50px;
	padding: 6px 9px;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.lh-header-action:hover {
	background: #f2f2ee;
}

.lh-header-action > span:not(.lh-cart-count) {
	display: grid;
}

.lh-header-action small {
	color: var(--lh-muted);
	font-size: 10px;
	font-weight: 500;
}

.lh-header-action .lh-icon {
	width: 25px;
	height: 25px;
}

.lh-header-action--cart {
	padding-right: 25px;
}

.lh-cart-count {
	position: absolute;
	top: 3px;
	left: 27px;
	min-width: 18px;
	height: 18px;
	background: var(--lh-brand);
	font-size: 10px;
}

.lh-nav {
	background: #fff;
	border-bottom: 1px solid var(--lh-border);
	color: var(--lh-text);
}

.lh-nav__inner {
	display: flex;
	align-items: stretch;
}

.lh-nav__catalog,
.lh-nav__hotline {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 52px;
	text-decoration: none;
	white-space: nowrap;
}

.lh-nav__catalog {
	width: 226px;
	padding: 0 18px;
	background: var(--lh-brand);
	color: #fff;
	font-weight: 700;
}

.lh-nav__catalog:hover {
	background: var(--lh-brand-dark);
}

.lh-nav__catalog .lh-icon {
	width: 20px;
	height: 20px;
}

.lh-menu {
	flex: 1;
}

.lh-menu > li > a {
	min-height: 52px;
	padding-inline: clamp(10px, 1.25vw, 18px);
	border: 0;
	color: var(--lh-text);
	font-size: 13px;
	font-weight: 600;
}

.lh-menu a:hover,
.lh-menu a:focus-visible,
.lh-menu .current-menu-item > a,
.lh-menu .current-menu-ancestor > a {
	background: #f3f3ef;
	color: var(--lh-brand);
}

.lh-menu .sub-menu {
	padding: 8px;
	border-top: 3px solid var(--lh-brand);
	border-radius: 0 0 8px 8px;
}

.lh-nav__hotline {
	padding-left: 18px;
	color: var(--lh-brand);
	font-size: 12px;
	font-weight: 700;
}

.lh-nav__hotline .lh-icon {
	width: 18px;
	height: 18px;
}

.lh-hero {
	position: relative;
	min-height: 600px;
	background: #272b28;
	border: 0;
	color: #fff;
	isolation: isolate;
}

.lh-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgb(13 17 15 / 89%) 0%, rgb(13 17 15 / 72%) 36%, rgb(13 17 15 / 20%) 68%, rgb(13 17 15 / 5%) 100%);
	content: "";
}

.lh-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	min-height: 0;
}

.lh-hero__media img,
.lh-hero__media .lh-missing-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lh-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 640px) 1fr;
	min-height: 600px;
}

.lh-hero__copy {
	align-self: center;
	padding: 76px 0 84px;
}

.lh-eyebrow {
	margin-bottom: 10px;
	color: var(--lh-brand);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.lh-hero .lh-eyebrow {
	color: #efbd63;
}

.lh-hero h1 {
	max-width: 650px;
	color: #fff;
	font-size: clamp(40px, 4.3vw, 67px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.lh-hero__lead {
	max-width: 590px;
	margin: 22px 0 0;
	color: #e4e7e5;
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 1.7;
}

.lh-button-row {
	gap: 12px;
	margin-top: 28px;
}

.lh-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-block-button__link {
	min-height: 48px;
	padding: 12px 19px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
}

.lh-button--ghost {
	background: rgb(255 255 255 / 8%);
	border-color: rgb(255 255 255 / 54%);
	color: #fff;
	backdrop-filter: blur(6px);
}

.lh-button--ghost:hover {
	background: #fff;
	border-color: #fff;
	color: var(--lh-text);
}

.lh-button--light {
	background: #fff;
	border-color: #fff;
	color: var(--lh-brand);
}

.lh-footer a.lh-button--light {
	color: var(--lh-brand);
}

.lh-button--light:hover {
	background: #f6e7e5;
	border-color: #f6e7e5;
	color: var(--lh-brand-dark);
}

.lh-hero__proof {
	display: flex;
	gap: 0;
	margin-top: 42px;
}

.lh-hero__proof > span {
	display: grid;
	grid-template-columns: 30px auto;
	grid-template-rows: auto auto;
	min-width: 180px;
	padding-right: 28px;
}

.lh-hero__proof > span + span {
	padding-left: 28px;
	border-left: 1px solid rgb(255 255 255 / 28%);
}

.lh-hero__proof strong {
	white-space: nowrap;
}

.lh-hero__proof .lh-icon {
	grid-row: 1 / 3;
	width: 23px;
	height: 23px;
	margin-top: 3px;
	color: var(--lh-accent);
}

.lh-hero__proof strong {
	font-size: 13px;
}

.lh-hero__proof small {
	color: #bfc5c1;
	font-size: 11px;
}

.lh-demo-note {
	position: absolute;
	right: 18px;
	bottom: 14px;
	z-index: 2;
	margin: 0;
	color: rgb(255 255 255 / 68%);
	font-size: 10px;
}

.lh-trust-strip {
	background: #fff;
	border-bottom: 1px solid var(--lh-border);
}

.lh-trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.lh-trust-strip__grid > div {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 86px;
	padding: 16px 24px;
}

.lh-trust-strip__grid > div + div {
	border-left: 1px solid var(--lh-border);
}

.lh-trust-strip .lh-icon {
	width: 26px;
	height: 26px;
	color: var(--lh-brand);
}

.lh-trust-strip span {
	display: grid;
}

.lh-trust-strip strong {
	font-size: 13px;
}

.lh-trust-strip small {
	color: var(--lh-muted);
	font-size: 11px;
}

.lh-section {
	padding-block: clamp(62px, 7vw, 96px);
}

.lh-section-heading {
	margin-bottom: 30px;
}

.lh-section-heading h2,
.lh-entry h2,
.lh-commerce h1 {
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 700;
	letter-spacing: -0.035em;
}

.lh-text-link {
	gap: 7px;
	color: var(--lh-brand);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.lh-text-link:hover {
	text-decoration: underline;
}

.lh-section--categories {
	background: var(--lh-canvas);
}

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

.lh-category-tile {
	position: relative;
	grid-column: span 1;
	min-width: 0;
	background: #fff;
	border: 1px solid var(--lh-border);
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.lh-category-tile--wide {
	grid-column: span 2;
}

.lh-category-tile:hover {
	box-shadow: var(--lh-shadow-card);
	transform: translateY(-3px);
}

.lh-category-tile__media {
	display: block;
	aspect-ratio: 1.12 / 1;
	overflow: hidden;
	background: #ecece8;
}

.lh-category-tile--wide .lh-category-tile__media {
	aspect-ratio: 2.3 / 1;
}

.lh-category-tile__media img,
.lh-category-tile__media .lh-missing-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.lh-category-tile:hover img {
	transform: scale(1.035);
}

.lh-category-tile__body {
	display: grid;
	gap: 5px;
	padding: 14px 15px 16px;
}

.lh-category-tile__body strong {
	font-size: 13px;
}

.lh-category-tile__body small {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	color: var(--lh-muted);
	font-size: 10px;
}

.lh-category-tile__body .lh-icon {
	width: 12px;
	height: 12px;
}

.lh-section--products {
	background: #f5f5f1;
}

.lh-product-shelves {
	display: grid;
	min-width: 0;
	gap: 32px;
}

.lh-product-shelf {
	min-width: 0;
	max-width: 100%;
	padding: 22px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--lh-border);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgb(18 23 21 / 5%);
}

.lh-product-shelf__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 14px;
	margin-bottom: 16px;
	border-bottom: 2px solid var(--lh-brand);
}

.lh-product-shelf__heading h3 {
	margin: 0;
	font-size: clamp(20px, 2vw, 27px);
	line-height: 1.2;
}

.lh-product-shelf__rail {
	display: grid;
	width: 100%;
	min-width: 0;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.lh-product-shelf .lh-product-card__media {
	aspect-ratio: 1 / 0.9;
}

.lh-product-shelf .lh-product-card__body {
	padding: 13px;
}

.lh-product-shelf .lh-product-card h3 {
	font-size: 12px;
}

.lh-product-shelf .lh-product-card__meta {
	display: none;
}

.lh-product-shelf .lh-product-card__price {
	font-size: 15px;
}

.lh-product-grid,
.woocommerce ul.products {
	gap: 16px;
}

.lh-product-card,
.woocommerce ul.products li.product {
	border: 1px solid #e1e2de;
	border-radius: 9px;
	box-shadow: none;
	overflow: visible;
}

.lh-product-card:hover,
.woocommerce ul.products li.product:hover {
	box-shadow: var(--lh-shadow-card);
	transform: translateY(-4px);
}

.lh-product-card__media,
.woocommerce ul.products li.product > a:first-child {
	aspect-ratio: 1 / 0.82;
	background: #f1f1ed;
	border-radius: 9px 9px 0 0;
}

.lh-product-card__body {
	padding: 15px;
}

.lh-product-card__meta {
	min-height: 17px;
	margin: 0 0 5px;
	overflow: hidden;
	color: var(--lh-muted);
	font-size: 9px;
	letter-spacing: 0.04em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.lh-product-card h3,
.woocommerce ul.products li.product h2 {
	display: -webkit-box;
	min-height: 42px;
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lh-stock {
	margin: 8px 0 0;
	font-size: 9px;
	letter-spacing: 0.04em;
}

.lh-stock::before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 5px;
	background: currentColor;
	border-radius: 50%;
	content: "";
}

.lh-product-card__price,
.woocommerce ul.products li.product .price {
	margin: 7px 0 12px;
	font-size: 16px;
}

.lh-product-card__actions .lh-button {
	width: 100%;
	min-height: 40px;
	padding: 9px 12px;
	font-size: 11px;
}

.lh-section--solutions {
	background: #ecece7;
}

.lh-solution-grid {
	display: grid;
	grid-template-columns: 1.12fr 0.88fr;
	gap: 18px;
}

.lh-solution-card {
	position: relative;
	display: block;
	min-height: 420px;
	background: #222;
	border-radius: 12px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	isolation: isolate;
}

.lh-solution-card::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(0deg, rgb(9 12 11 / 78%), transparent 72%);
	content: "";
}

.lh-solution-card__image {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.lh-solution-card__image img,
.lh-solution-card__image .lh-missing-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.lh-solution-card:hover img {
	transform: scale(1.03);
}

.lh-solution-card__content {
	position: absolute;
	right: 30px;
	bottom: 28px;
	left: 30px;
	display: grid;
}

.lh-solution-card__content small {
	margin-bottom: 8px;
	color: #efbd63;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.lh-solution-card__content strong {
	max-width: 560px;
	font-size: clamp(22px, 2.4vw, 32px);
	line-height: 1.25;
}

.lh-solution-card__content em {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 16px;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
}

.lh-solution-card__content .lh-icon {
	width: 14px;
	height: 14px;
}

.lh-brand-band {
	padding-block: 64px;
	overflow: hidden;
	background: #fff;
	color: var(--lh-text);
}

.lh-brand-band .lh-container {
	display: block;
}

.lh-brand-band .lh-section-heading {
	margin-bottom: 28px;
}

.lh-brand-marquee {
	overflow: hidden;
	padding-block: 2px;
	mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.lh-brand-marquee__track {
	display: flex;
	width: max-content;
	animation: lh-brand-marquee 28s linear infinite;
}

.lh-brand-marquee:hover .lh-brand-marquee__track,
.lh-brand-marquee:focus-within .lh-brand-marquee__track {
	animation-play-state: paused;
}

.lh-brand-marquee__group {
	display: flex;
	flex: none;
	gap: 14px;
	padding-right: 14px;
}

.lh-brand-logo {
	display: grid;
	width: 190px;
	height: 108px;
	padding: 18px;
	place-items: center;
	background: #fff;
	border: 1px solid #dedfda;
	border-radius: 8px;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.lh-brand-logo:hover,
.lh-brand-logo:focus-visible {
	border-color: var(--lh-brand);
	box-shadow: 0 10px 24px rgb(18 23 21 / 9%);
	transform: translateY(-2px);
}

.lh-brand-logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 64px;
	object-fit: contain;
}

@keyframes lh-brand-marquee {
	to {
		transform: translateX(-50%);
	}
}

.lh-section--branches {
	background: #fff;
}

.lh-branch-grid {
	gap: 16px;
	border: 0;
}

.lh-branch {
	position: relative;
	grid-template-columns: 66px 1fr;
	padding: clamp(26px, 4vw, 48px);
	background: #f4f4f0;
	border: 1px solid var(--lh-border);
	border-radius: 10px;
}

.lh-branch + .lh-branch {
	border-left: 1px solid var(--lh-border);
}

.lh-branch__number {
	color: var(--lh-brand);
	font-size: 37px;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1;
}

.lh-branch h3 {
	font-family: var(--lh-font);
	font-size: clamp(19px, 2vw, 25px);
	font-weight: 700;
}

.lh-branch__phones {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 14px;
}

.lh-branch__phones a {
	color: var(--lh-text);
	font-size: 12px;
	font-weight: 700;
}

.lh-map-pending {
	display: inline-block;
	margin-top: 10px;
	color: var(--lh-muted);
	font-size: 11px;
}

.lh-section--journal {
	background: var(--lh-canvas);
}

.lh-post-card {
	border: 1px solid var(--lh-border);
	border-radius: 9px;
	overflow: hidden;
}

.lh-post-card__media {
	aspect-ratio: 16 / 9;
}

.lh-post-card__body {
	padding: 20px;
}

.lh-post-card h3,
.lh-post-card h2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}

.lh-post-card h3 a,
.lh-post-card h2 a {
	text-decoration: none;
}

.lh-post-card__body > p:not(.lh-eyebrow) {
	color: var(--lh-muted);
	font-size: 12px;
}

/* Catalog and product search. */
.lh-commerce {
	padding-block: 22px 80px;
}

.lh-commerce .lh-breadcrumbs {
	margin: 0 0 20px;
}

.lh-catalog-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	min-height: 300px;
	padding: clamp(28px, 4vw, 48px);
	margin-bottom: 28px;
	overflow: hidden;
	background: #202624;
	border-radius: 12px;
	color: #fff;
	isolation: isolate;
}

.lh-catalog-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgb(9 13 12 / 90%) 0%, rgb(9 13 12 / 72%) 48%, rgb(9 13 12 / 48%) 100%), linear-gradient(0deg, rgb(9 13 12 / 50%), transparent 70%);
	content: "";
}

.lh-catalog-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.lh-catalog-hero__media img,
.lh-catalog-hero__media .lh-missing-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
}

.lh-catalog-hero__content {
	max-width: 760px;
}

.lh-catalog-hero .lh-eyebrow {
	color: #e6b154;
}

.lh-catalog-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 4vw, 48px);
}

.lh-catalog-hero p:last-child {
	max-width: 68ch;
	margin: 12px 0 0;
	color: #c8ceca;
}

.lh-catalog-hero__contact {
	display: grid;
	flex: 0 0 auto;
	gap: 5px;
	padding-left: 28px;
	border-left: 1px solid rgb(255 255 255 / 20%);
}

.lh-catalog-hero__contact span {
	color: #aeb5b1;
	font-size: 10px;
}

.lh-catalog-hero__contact a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
}

.lh-catalog-hero__contact .lh-icon {
	color: var(--lh-accent);
}

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

.lh-catalog-sidebar {
	display: grid;
	gap: 16px;
}

.lh-filter-panel,
.lh-sidebar-help {
	padding: 18px;
	background: #fff;
	border: 1px solid var(--lh-border);
	border-radius: 9px;
}

.lh-filter-panel h2 {
	padding-bottom: 12px;
	margin: 0 0 8px;
	border-bottom: 1px solid var(--lh-border);
	font-size: 13px;
}

.lh-filter-panel > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 7px;
	border-radius: 5px;
	color: #3e4542;
	font-size: 11px;
	text-decoration: none;
}

.lh-filter-panel > a:hover,
.lh-filter-panel > a.is-current {
	background: #f6e9e7;
	color: var(--lh-brand);
	font-weight: 700;
}

.lh-filter-panel > a small {
	color: var(--lh-muted);
}

.lh-filter-panel--brands > div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.lh-filter-panel--brands a {
	padding: 6px 8px;
	background: #f1f1ed;
	border-radius: 4px;
	color: var(--lh-text);
	font-size: 10px;
	text-decoration: none;
}

.lh-filter-panel--brands a:hover {
	background: var(--lh-brand);
	color: #fff;
}

.lh-sidebar-help {
	background: #f4eee4;
}

.lh-sidebar-help .lh-icon {
	width: 27px;
	height: 27px;
	margin-bottom: 9px;
	color: var(--lh-brand);
}

.lh-sidebar-help strong {
	display: block;
	font-size: 12px;
}

.lh-sidebar-help p {
	color: var(--lh-muted);
	font-size: 10px;
}

.lh-sidebar-help a {
	color: var(--lh-brand);
	font-size: 13px;
	font-weight: 700;
}

.lh-catalog-results {
	min-width: 0;
}

.lh-catalog-results::after {
	display: table;
	clear: both;
	content: "";
}

.lh-catalog-results .woocommerce-result-count {
	margin: 13px 0 25px;
	color: var(--lh-muted);
	font-size: 11px;
}

.lh-catalog-results .woocommerce-ordering {
	margin: 0 0 20px;
}

.lh-catalog-results .woocommerce-ordering select {
	min-width: 210px;
	background-color: #fff;
	font-size: 11px;
}

.lh-catalog-results .woocommerce ul.products,
.lh-catalog-results ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lh-catalog-results ul.products li.product {
	float: none !important;
	width: 100% !important;
	margin: 0;
}

.woocommerce ul.products li.product {
	padding-bottom: 14px;
	overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: block;
	flex: 0 0 auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:empty {
	display: none;
}

.woocommerce ul.products li.product img {
	aspect-ratio: 1 / 0.82;
	object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 56px;
	margin-top: 13px;
	font-size: 12px;
	line-height: 1.55;
}

.woocommerce ul.products li.product .price {
	display: block;
	width: auto;
	min-height: 24px;
	padding-top: 10px;
	margin: auto 15px 13px;
	font-size: 15px;
	line-height: 1.3;
	text-decoration: none;
}

.woocommerce ul.products li.product .price *,
.woocommerce ul.products li.product .price bdi {
	vertical-align: baseline;
	text-decoration: none;
}

.woocommerce ul.products li.product .button {
	width: calc(100% - 30px);
	min-height: 40px;
	margin: auto 15px 0;
	font-size: 10px;
}

.woocommerce nav.woocommerce-pagination {
	padding-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin: 0 3px;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	place-items: center;
	min-width: 38px;
	min-height: 38px;
	padding: 6px;
	background: #fff;
	border: 1px solid var(--lh-border);
	border-radius: 5px;
	color: var(--lh-text);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--lh-brand);
	border-color: var(--lh-brand);
	color: #fff;
}

.lh-catalog-hero--search {
	margin-bottom: 20px;
}

.lh-search-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 24px;
}

.lh-search-summary > strong {
	font-size: 13px;
}

.lh-search-summary .lh-search-form {
	width: min(100%, 480px);
}

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

.lh-product-search .navigation.pagination {
	margin-top: 35px;
}

/* Product detail. */
.single-product .lh-commerce {
	background: #f5f5f2;
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: 24px 42px;
	min-width: 0;
}

.woocommerce div.product > * {
	min-width: 0;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
	margin: 0 0 30px;
}

.woocommerce div.product div.images {
	max-width: 100%;
	overflow: hidden;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--lh-border);
	border-radius: 12px;
}

.woocommerce div.product div.images > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
	display: none;
}

.woocommerce div.product div.images img {
	border-radius: 6px;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	padding: 0;
	margin: 12px 0 0;
	list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border: 2px solid transparent;
	border-radius: 6px;
	opacity: 0.72;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
	border-color: var(--lh-brand);
	opacity: 1;
}

.woocommerce div.product div.summary {
	align-self: start;
	padding: clamp(25px, 3vw, 38px);
	background: #fff;
	border: 1px solid var(--lh-border);
	border-radius: 12px;
}

.woocommerce div.product .product_title {
	margin: 0 0 18px;
	font-family: var(--lh-font);
	font-size: clamp(29px, 3.2vw, 43px);
	font-weight: 700;
	letter-spacing: -0.04em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin: 0 0 22px;
	color: var(--lh-brand);
	font-size: clamp(24px, 2.5vw, 31px);
}

.woocommerce-product-details__short-description {
	padding: 16px 0;
	border-top: 1px solid var(--lh-border);
	border-bottom: 1px solid var(--lh-border);
	color: #4f5653;
	font-size: 12px;
}

.woocommerce div.product .stock {
	margin: 14px 0;
	color: var(--lh-success);
	font-size: 11px;
	font-weight: 600;
}

.woocommerce div.product form.cart {
	display: grid;
	grid-template-columns: 74px 1fr;
	align-items: stretch;
	gap: 12px;
	margin: 18px 0;
}

.woocommerce div.product form.cart .quantity {
	float: none;
	grid-column: 1;
	grid-row: 1;
	width: 74px;
	margin: 0;
}

.woocommerce div.product form.cart .quantity .qty {
	width: 74px;
	min-height: 50px;
}

.woocommerce div.product form.cart .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	clear: none;
	grid-column: 2;
	grid-row: 1;
	width: 100%;
	min-height: 50px;
	padding-inline: 18px;
	margin: 0;
	background: var(--lh-brand);
	border-color: var(--lh-brand);
	color: #fff;
	font-size: 12px;
	line-height: 1.25;
	white-space: nowrap;
}

.woocommerce div.product form.cart .button:hover {
	background: var(--lh-brand-dark);
	border-color: var(--lh-brand-dark);
}

.woocommerce div.product .product_meta {
	padding-top: 14px;
	border-top: 1px solid var(--lh-border);
	color: var(--lh-muted);
	font-size: 10px;
	line-height: 1.9;
}

.woocommerce div.product .product_meta > span {
	display: block;
}

.lh-product-support {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding-top: 18px;
	margin-top: 18px;
	border-top: 1px solid var(--lh-border);
}

.lh-product-support > div {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.lh-product-support .lh-icon {
	width: 24px;
	height: 24px;
	color: var(--lh-brand);
}

.lh-product-support span {
	display: grid;
}

.lh-product-support strong {
	font-size: 10px;
}

.lh-product-support a,
.lh-product-support small {
	color: var(--lh-muted);
	font-size: 9px;
}

.lh-product-support > p {
	grid-column: 1 / -1;
	padding: 10px 12px;
	margin: 2px 0 0;
	background: #fbf3e5;
	border-left: 3px solid var(--lh-accent);
	color: #6a5939;
	font-size: 9px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product section.related,
.woocommerce div.product section.upsells {
	grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs {
	padding-top: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	gap: 6px;
	border-bottom: 1px solid var(--lh-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 12px 17px;
	font-size: 11px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--lh-brand);
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: clamp(22px, 4vw, 42px);
	border: 1px solid var(--lh-border);
	border-top: 0;
	font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs .panel > * {
	width: 100%;
	max-width: none;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin: 32px 0 12px;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.25;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
	margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h3 {
	margin: 22px 0 8px;
	font-size: clamp(17px, 1.8vw, 21px);
	line-height: 1.35;
}

.woocommerce div.product .woocommerce-tabs .panel > .lh-product-content__figure {
	width: min(100%, 1024px);
	max-width: 1024px;
	margin: 24px auto;
}

.lh-product-content__figure img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-inline: auto;
	border-radius: 8px;
}

.lh-product-specs {
	overflow-x: auto;
	margin: 18px 0 28px;
}

.lh-product-specs table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
}

.lh-product-specs th,
.lh-product-specs td {
	padding: 13px 15px;
	border: 1px solid var(--lh-border);
	text-align: left;
	vertical-align: top;
}

.lh-product-specs thead th {
	background: #f2f2ef;
	color: var(--lh-text);
}

.lh-product-specs tbody th {
	width: 34%;
	background: #fafaf8;
	font-weight: 600;
}

.woocommerce div.product section.related {
	padding-top: 35px;
	border-top: 1px solid var(--lh-border);
}

.woocommerce div.product section.related > h2 {
	margin: 0 0 22px;
	font-size: 25px;
}

.woocommerce div.product section.related ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Cart, checkout, account and Blocks transaction surfaces. */
.woocommerce-cart .lh-entry-wrap,
.woocommerce-checkout .lh-entry-wrap,
.woocommerce-account .lh-entry-wrap {
	display: block;
	max-width: none;
}

.woocommerce-cart .lh-entry,
.woocommerce-checkout .lh-entry,
.woocommerce-account .lh-entry {
	width: min(100%, 1180px);
	padding: clamp(28px, 5vw, 58px);
	margin-inline: auto;
	border: 1px solid var(--lh-border);
	border-radius: 12px;
	box-shadow: 0 12px 36px rgb(17 23 20 / 6%);
}

.woocommerce-cart .lh-entry-header,
.woocommerce-checkout .lh-entry-header,
.woocommerce-account .lh-entry-header {
	margin: 0 0 34px;
}

.woocommerce-cart .lh-entry-header h1,
.woocommerce-checkout .lh-entry-header h1,
.woocommerce-account .lh-entry-header h1 {
	font-size: clamp(32px, 4vw, 48px);
}

.woocommerce-cart .lh-prose > *,
.woocommerce-checkout .lh-prose > *,
.woocommerce-account .lh-prose > * {
	max-width: none;
}

.woocommerce-cart .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(280px, 0.85fr);
	gap: 24px;
	align-items: start;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info {
	grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-cart-form {
	min-width: 0;
}

.woocommerce-cart table.shop_table {
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
}

.woocommerce-cart table.shop_table th {
	background: #f2f2ee;
	color: #343a37;
	font-size: 11px;
}

.woocommerce-cart table.shop_table td {
	font-size: 12px;
}

.woocommerce-cart table.cart img {
	width: 76px;
	height: 64px;
	object-fit: cover;
	border-radius: 5px;
}

.woocommerce-cart table.cart .product-name a {
	font-weight: 600;
	text-decoration: none;
}

.woocommerce-cart table.cart .product-remove a {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: var(--lh-danger) !important;
	font-size: 20px;
}

.woocommerce-cart table.cart td.actions {
	padding: 14px;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
}

.woocommerce-cart table.cart td.actions .input-text {
	width: 160px;
	min-height: 42px;
	margin: 0;
}

.woocommerce-cart .cart-collaterals {
	width: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: auto;
	padding: 22px;
	border-radius: 8px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin-top: 0;
	font-size: 23px;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 14px 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 50px;
	margin: 0;
	background: var(--lh-brand);
	border-color: var(--lh-brand);
	color: #fff;
	font-size: 12px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover {
	background: var(--lh-brand-dark);
	border-color: var(--lh-brand-dark);
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	margin-bottom: 24px;
	border-top-color: var(--lh-accent);
}

.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 20px 30px;
}

.woocommerce-checkout #customer_details {
	grid-column: 1;
	grid-row: 1 / 3;
	width: auto;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	float: none;
	width: auto;
}

.woocommerce-checkout #customer_details .col-2 {
	padding-top: 22px;
}

.woocommerce-checkout #order_review_heading {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	margin: 0;
	font-size: 20px;
}

.woocommerce-checkout #order_review {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	padding: 20px;
	background: #f5f5f1;
	border: 1px solid var(--lh-border);
	border-radius: 8px;
}

.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3 {
	margin: 0 0 20px;
	font-size: 20px;
}

.woocommerce-checkout form .form-row {
	margin-bottom: 10px;
}

.woocommerce-checkout form .form-row label {
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: 600;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select {
	width: 100%;
	min-height: 46px;
	font-size: 12px;
}

.woocommerce-checkout table.shop_table {
	margin: 0 0 18px;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
	padding: 11px;
	font-size: 11px;
}

.woocommerce-checkout #payment {
	background: #e9e9e4;
	border-radius: 7px;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 16px;
}

.woocommerce-checkout #payment div.payment_box {
	background: #f8f8f5;
	color: #4e5552;
	font-size: 11px;
}

.woocommerce-checkout #payment .payment_method_sepay label,
.woocommerce-checkout #payment .wc_payment_method > label {
	font-size: 12px;
	font-weight: 600;
}

.woocommerce-checkout #payment .place-order {
	padding: 18px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
	color: var(--lh-muted);
	font-size: 10px;
}

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	padding: 10px 7px;
	border-bottom: 1px solid var(--lh-border);
	font-size: 11px;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	color: var(--lh-brand);
	font-weight: 700;
}

.wc-block-cart,
.wc-block-checkout {
	max-width: none;
	padding: clamp(18px, 3vw, 34px);
	border-radius: 10px;
}

.wc-block-components-button:not(.is-link) {
	min-height: 48px;
	background: var(--lh-brand);
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

/* Editorial and trust pages. */
.lh-entry--trust {
	width: min(100%, 1080px);
	padding: clamp(28px, 6vw, 70px);
	margin-inline: auto;
	border: 1px solid var(--lh-border);
	border-radius: 12px;
	box-shadow: 0 16px 44px rgb(17 23 20 / 7%);
}

.lh-entry--trust .lh-entry-header {
	max-width: 900px;
	padding-bottom: 30px;
	margin: 0 0 34px;
	border-bottom: 1px solid var(--lh-border);
}

.lh-entry--trust .lh-entry-header h1 {
	font-size: clamp(34px, 5vw, 58px);
}

.lh-entry--trust .lh-prose > * {
	max-width: 76ch;
}

.lh-entry--trust .lh-prose .lh-lead {
	max-width: 72ch;
	margin: 0 0 42px;
	color: #404744;
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.7;
}

.lh-content-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: none !important;
	margin: 0 0 45px;
}

.lh-content-facts > div {
	display: grid;
	gap: 7px;
	padding: 22px;
	background: #f3f3ef;
	border-top: 3px solid var(--lh-brand);
	border-radius: 6px;
}

.lh-content-facts strong {
	font-size: 13px;
}

.lh-content-facts span {
	color: var(--lh-muted);
	font-size: 11px;
}

.lh-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	max-width: none !important;
	margin: 0 0 45px;
}

.lh-contact-grid > section {
	padding: clamp(22px, 4vw, 38px);
	background: #f3f3ef;
	border: 1px solid var(--lh-border);
	border-radius: 8px;
}

.lh-contact-grid h2 {
	margin-top: 0;
	font-size: clamp(21px, 2.5vw, 28px);
}

.lh-contact-grid a:not(.lh-button) {
	font-weight: 600;
}

.lh-entry--trust .lh-prose > p:first-child strong {
	display: block;
	padding: 14px 16px;
	background: #fff4df;
	border-left: 4px solid var(--lh-accent);
	color: #6b5633;
	font-size: 11px;
}

.lh-entry--trust .lh-prose h2 {
	margin-top: 40px;
	font-size: clamp(22px, 3vw, 30px);
}

.lh-entry--trust .lh-prose li {
	margin-bottom: 8px;
}

.lh-comments textarea,
.lh-comments input {
	max-width: 100%;
}

.lh-comments textarea {
	width: 100%;
}

.lh-footer__cta {
	padding-block: 34px;
	background: var(--lh-brand);
}

.lh-footer__cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.lh-footer__cta .lh-eyebrow {
	margin-bottom: 5px;
	color: #f4c072;
}

.lh-footer__cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(22px, 2.5vw, 32px);
}

.lh-footer__grid {
	grid-template-columns: 1.15fr 0.75fr 1.35fr;
	padding-block: 54px;
}

.lh-footer__logo {
	margin-bottom: 18px;
}

.lh-footer__logo .custom-logo-link {
	display: inline-flex;
	padding: 0;
	background: transparent;
}

.lh-footer__logo img {
	width: min(100%, 280px);
	max-height: 82px;
	object-fit: contain;
}

.lh-footer h3 {
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.lh-footer__kicker {
	margin-top: 0;
	color: var(--lh-accent) !important;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.lh-footer p,
.lh-footer address,
.lh-footer-menu,
.lh-footer__social {
	font-size: 12px;
	line-height: 1.75;
}

.lh-footer__social a,
.lh-footer-menu a {
	color: #d8dcda;
	text-decoration: none;
}

.lh-footer__social a:hover,
.lh-footer-menu a:hover {
	color: #fff;
	text-decoration: underline;
}

.lh-footer__locations strong {
	display: block;
	margin-top: 15px;
	color: #fff;
	font-size: 12px;
}

.lh-footer__locations strong:first-child {
	margin-top: 0;
}

.lh-footer__locations p {
	margin: 4px 0;
}

.lh-contact-dock {
	position: fixed;
	right: 22px;
	bottom: 24px;
	z-index: 70;
	display: grid;
	gap: 10px;
}

.lh-contact-dock__item {
	position: relative;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 8px 24px rgb(15 20 18 / 24%);
	color: #fff;
	text-decoration: none;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.lh-contact-dock__item:hover,
.lh-contact-dock__item:focus-visible {
	box-shadow: 0 12px 30px rgb(15 20 18 / 30%);
	color: #fff;
	transform: translateY(-2px);
}

.lh-contact-dock__item--phone {
	background: #d9231d;
}

.lh-contact-dock__item--zalo {
	background: #0068ff;
}

.lh-contact-dock__item--messenger {
	background: #3348ff;
}

.lh-contact-dock .lh-icon {
	width: 27px;
	height: 27px;
}

.lh-contact-dock__zalo {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.lh-contact-dock__label {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	width: max-content;
	padding: 7px 10px;
	background: #fff;
	border: 1px solid var(--lh-border);
	border-radius: 6px;
	box-shadow: 0 6px 18px rgb(15 20 18 / 12%);
	color: var(--lh-text);
	font-size: 11px;
	font-weight: 700;
	opacity: 0;
	pointer-events: none;
	transform: translate(8px, -50%);
	transition: opacity 160ms ease, transform 160ms ease;
}

.lh-contact-dock__item:hover .lh-contact-dock__label,
.lh-contact-dock__item:focus-visible .lh-contact-dock__label {
	opacity: 1;
	transform: translate(0, -50%);
}

/* Single article, table of contents and recent-post carousel. */
.single-post .lh-entry-wrap {
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
}

.lh-entry-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	align-items: start;
	gap: 28px;
	min-width: 0;
}

.lh-entry--post {
	min-width: 0;
	width: 100%;
	padding: clamp(28px, 4vw, 52px);
	border: 1px solid var(--lh-border);
	border-radius: 12px;
	box-shadow: 0 16px 44px rgb(17 23 20 / 6%);
}

.lh-entry--post .lh-entry-header {
	max-width: none;
	padding-bottom: 30px;
	margin: 0 0 34px;
	border-bottom: 1px solid var(--lh-border);
}

.lh-entry--post .lh-entry-header h1 {
	max-width: none;
	margin-bottom: 0;
	font-size: clamp(36px, 4.2vw, 56px);
	line-height: 1.06;
}

.lh-entry--post .lh-entry-media {
	overflow: hidden;
	width: 100%;
	margin: 0 0 clamp(32px, 5vw, 58px);
	background: #f5f3ee;
	border-radius: 10px;
}

.lh-entry--post .lh-entry-media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 720px;
	object-fit: contain;
}

.lh-entry--post .lh-prose {
	width: 100%;
	color: #343a37;
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 1.78;
}

.lh-entry--post .lh-prose > * {
	width: 100%;
	max-width: none;
}

.lh-entry--post .lh-prose h2 {
	margin: 56px 0 16px;
	color: var(--lh-text);
	font-size: clamp(27px, 3vw, 38px);
	line-height: 1.2;
	scroll-margin-top: 130px;
}

.lh-entry--post .lh-prose h3 {
	margin: 34px 0 12px;
	color: var(--lh-text);
	font-size: clamp(21px, 2.3vw, 28px);
	line-height: 1.3;
}

.lh-entry--post .lh-prose p,
.lh-entry--post .lh-prose ul,
.lh-entry--post .lh-prose ol,
.lh-entry--post .lh-prose blockquote {
	margin-bottom: 22px;
}

.lh-article-toc {
	width: 100%;
	margin: 0 0 48px;
	background: #f2f3f0;
	border: 1px solid #dde0dc;
	border-left: 4px solid var(--lh-brand);
	border-radius: 8px;
}

.lh-article-toc summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 64px;
	padding: 17px 58px 17px 22px;
	color: var(--lh-text);
	cursor: pointer;
	list-style: none;
}

.lh-article-toc summary::-webkit-details-marker {
	display: none;
}

.lh-article-toc summary::after {
	position: absolute;
	top: 50%;
	right: 22px;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	background: #fff;
	border: 1px solid var(--lh-border);
	border-radius: 50%;
	color: var(--lh-brand);
	content: "+";
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	transform: translateY(-50%);
}

.lh-article-toc[open] summary::after {
	content: "−";
}

.lh-article-toc summary span {
	font-size: 20px;
	font-weight: 750;
}

.lh-article-toc summary small {
	color: var(--lh-muted);
	font-size: 11px;
	font-weight: 600;
}

.lh-article-toc nav {
	padding: 0 22px 20px;
	border-top: 1px solid #dde0dc;
}

.lh-article-toc ol {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 34px;
	padding: 18px 0 0 22px;
	margin: 0;
}

.lh-article-toc li {
	padding-left: 4px;
	color: var(--lh-brand);
}

.lh-article-toc a {
	color: var(--lh-text);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.lh-article-toc a:hover {
	color: var(--lh-brand);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.lh-post-products {
	position: sticky;
	top: 118px;
	min-width: 0;
	padding: 24px 20px;
	background: #fff;
	border: 1px solid var(--lh-border);
	border-radius: 12px;
	box-shadow: 0 14px 36px rgb(17 23 20 / 6%);
}

.lh-post-products__header {
	padding-bottom: 17px;
	margin-bottom: 4px;
	border-bottom: 1px solid var(--lh-border);
}

.lh-post-products__header .lh-eyebrow {
	margin-bottom: 4px;
}

.lh-post-products__header h2 {
	margin: 0;
	font-size: clamp(23px, 2.2vw, 29px);
	line-height: 1.18;
}

.lh-post-products__list {
	display: grid;
}

.lh-post-product {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	min-width: 0;
	padding: 15px 0;
	border-bottom: 1px solid var(--lh-border);
}

.lh-post-product__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 1;
	background: #f4f2ed;
	border-radius: 7px;
}

.lh-post-product__media img,
.lh-post-product__media .lh-missing-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lh-post-product__body {
	min-width: 0;
}

.lh-post-product h3 {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.35;
}

.lh-post-product h3 a {
	display: -webkit-box;
	overflow: hidden;
	color: var(--lh-text);
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lh-post-product h3 a:hover {
	color: var(--lh-brand);
}

.lh-post-product__price {
	color: var(--lh-brand);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.3;
}

.lh-post-product__price del {
	display: none;
}

.lh-post-products__all {
	justify-content: space-between;
	width: 100%;
	padding-top: 18px;
	font-size: 12px;
}

.lh-recent-posts {
	min-width: 0;
	padding: clamp(24px, 4vw, 42px);
	background: #fff;
	border: 1px solid var(--lh-border);
	border-radius: 12px;
}

.lh-recent-posts__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.lh-recent-posts__header h2 {
	margin: 3px 0 0;
	font-size: clamp(27px, 3vw, 38px);
}

.lh-recent-posts__controls {
	display: flex;
	gap: 8px;
}

.lh-recent-posts__button {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: #fff;
	border: 1px solid var(--lh-border-strong);
	border-radius: 50%;
	color: var(--lh-text);
	cursor: pointer;
}

.lh-recent-posts__button:hover:not(:disabled),
.lh-recent-posts__button:focus-visible {
	background: var(--lh-brand);
	border-color: var(--lh-brand);
	color: #fff;
}

.lh-recent-posts__button:disabled {
	cursor: default;
	opacity: 0.35;
}

.lh-recent-posts__button .lh-icon {
	width: 19px;
	height: 19px;
}

.lh-recent-posts__button--prev .lh-icon {
	transform: rotate(180deg);
}

.lh-recent-posts__viewport {
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.lh-recent-posts__viewport::-webkit-scrollbar {
	display: none;
}

.lh-recent-posts__track {
	display: grid;
	grid-auto-columns: calc((100% - 32px) / 3);
	grid-auto-flow: column;
	gap: 16px;
}

.lh-recent-card {
	overflow: hidden;
	min-width: 0;
	background: #f7f7f4;
	border: 1px solid var(--lh-border);
	border-radius: 8px;
	scroll-snap-align: start;
}

.lh-recent-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #ece9e2;
}

.lh-recent-card__media img,
.lh-recent-card__media .lh-missing-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.lh-recent-card:hover .lh-recent-card__media img {
	transform: scale(1.025);
}

.lh-recent-card__body {
	padding: 18px;
}

.lh-recent-card time {
	color: var(--lh-brand);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lh-recent-card h3 {
	margin: 8px 0 10px;
	font-size: clamp(17px, 1.7vw, 21px);
	line-height: 1.28;
}

.lh-recent-card h3 a {
	color: var(--lh-text);
	text-decoration: none;
}

.lh-recent-card h3 a:hover {
	color: var(--lh-brand);
}

.lh-recent-card p {
	margin: 0;
	color: var(--lh-muted);
	font-size: 12px;
	line-height: 1.6;
}

/* Comment and product-review forms. */
.lh-comments {
	width: 100%;
	max-width: none;
	padding: clamp(24px, 4vw, 44px);
	margin: 0;
	background: #fff;
	border: 1px solid var(--lh-border);
	border-radius: 12px;
}

.lh-comments > h2,
.lh-comments .comment-reply-title,
.woocommerce #reviews .woocommerce-Reviews-title,
.woocommerce #review_form .comment-reply-title {
	display: block;
	margin: 0 0 18px;
	color: var(--lh-text);
	font-size: clamp(24px, 2.8vw, 34px);
	font-weight: 750;
	line-height: 1.2;
}

.lh-comments .comment-list,
.lh-comments .lh-comment-list {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
}

.lh-comments .comment-body {
	padding: 20px;
	margin-bottom: 12px;
	background: #f7f7f4;
	border: 1px solid var(--lh-border);
	border-radius: 8px;
}

.lh-comments .comment-respond {
	width: 100%;
}

.lh-comments .comment-form,
.woocommerce #review_form .comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.lh-comments .comment-notes,
.lh-comments .comment-form-comment,
.lh-comments .comment-form-cookies-consent,
.lh-comments .form-submit,
.woocommerce #review_form .comment-notes,
.woocommerce #review_form .comment-form-rating,
.woocommerce #review_form .comment-form-comment,
.woocommerce #review_form .comment-form-cookies-consent,
.woocommerce #review_form .form-submit {
	grid-column: 1 / -1;
}

.lh-comments .comment-notes,
.woocommerce #review_form .comment-notes {
	padding: 13px 15px;
	margin: 0;
	background: #f7f7f4;
	border-left: 3px solid var(--lh-accent);
	color: var(--lh-muted);
	font-size: 12px;
}

.lh-comments .comment-form p,
.woocommerce #review_form .comment-form p,
.woocommerce #review_form .comment-form-rating {
	margin: 0;
}

.lh-comments .comment-form label,
.woocommerce #review_form .comment-form label {
	display: block;
	margin: 0 0 7px;
	color: var(--lh-text);
	font-size: 12px;
	font-weight: 700;
}

.lh-comments .comment-form input:not([type="checkbox"]):not([type="submit"]),
.lh-comments .comment-form textarea,
.woocommerce #review_form input:not([type="checkbox"]):not([type="submit"]),
.woocommerce #review_form textarea,
.woocommerce #review_form select {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	background: #fff;
	border: 1px solid var(--lh-border-strong);
	border-radius: 6px;
	color: var(--lh-text);
	font: inherit;
}

.lh-comments .comment-form textarea,
.woocommerce #review_form textarea {
	min-height: 150px;
	resize: vertical;
}

.lh-comments .comment-form input:focus,
.lh-comments .comment-form textarea:focus,
.woocommerce #review_form input:focus,
.woocommerce #review_form textarea:focus,
.woocommerce #review_form select:focus {
	border-color: var(--lh-brand);
	box-shadow: 0 0 0 3px rgb(183 43 34 / 12%);
	outline: 0;
}

.lh-comments .comment-form-cookies-consent,
.woocommerce #review_form .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.lh-comments .comment-form-cookies-consent input,
.woocommerce #review_form .comment-form-cookies-consent input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	accent-color: var(--lh-brand);
}

.lh-comments .comment-form-cookies-consent label,
.woocommerce #review_form .comment-form-cookies-consent label {
	margin: 0;
	color: var(--lh-muted);
	font-weight: 500;
	line-height: 1.5;
}

.lh-comments .form-submit input,
.woocommerce #review_form .form-submit input {
	min-height: 48px;
	padding: 12px 24px;
	background: var(--lh-brand);
	border: 1px solid var(--lh-brand);
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 750;
	cursor: pointer;
}

.lh-comments .form-submit input:hover,
.woocommerce #review_form .form-submit input:hover {
	background: var(--lh-brand-dark);
	border-color: var(--lh-brand-dark);
}

.woocommerce #reviews {
	display: grid;
	grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
	gap: 24px;
}

.woocommerce #reviews #comments,
.woocommerce #review_form_wrapper {
	min-width: 0;
	padding: clamp(20px, 3vw, 30px);
	background: #f7f7f4;
	border: 1px solid var(--lh-border);
	border-radius: 9px;
}

.woocommerce #reviews #comments .woocommerce-noreviews {
	padding: 14px;
	margin: 0;
	background: #fff;
	border-left: 3px solid var(--lh-accent);
	color: var(--lh-muted);
	font-size: 12px;
}

.woocommerce #review_form .comment-form {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce #review_form .comment-reply-title {
	font-size: clamp(21px, 2.2vw, 28px);
}

.woocommerce #review_form .comment-form-rating label {
	margin-bottom: 8px;
}

.woocommerce #review_form p.stars {
	margin: 0;
}

.woocommerce #review_form p.stars span {
	display: inline-flex;
	gap: 4px;
}

.woocommerce #review_form p.stars a {
	width: 36px;
	height: 36px;
	margin: 0;
	background: #fff;
	border: 1px solid var(--lh-border);
	border-radius: 5px;
}

.woocommerce #review_form p.stars a::before {
	top: 7px;
	left: 7px;
	color: #d89b24;
	font-size: 20px;
}

@media (max-width: 1180px) {
	.lh-header-main__inner {
		grid-template-columns: 220px 1fr auto;
		gap: 22px;
	}

	.lh-nav__catalog {
		width: 205px;
	}

	.lh-nav__hotline {
		display: none;
	}

	.lh-menu > li > a {
		padding-inline: 10px;
		font-size: 11px;
	}

	.lh-category-showcase {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.lh-category-tile--wide {
		grid-column: span 1;
	}

	.lh-category-tile--wide .lh-category-tile__media {
		aspect-ratio: 1.12 / 1;
	}
}

@media (max-width: 960px) {
	.lh-container {
		width: min(calc(100% - 30px), var(--lh-container));
	}

	.lh-header-main__inner {
		grid-template-columns: 46px minmax(150px, 1fr) auto;
		gap: 8px;
		padding-block: 10px;
	}

	.lh-brand img {
		width: min(100%, 205px);
	}

	.lh-header-search {
		margin-top: 2px;
	}

	.lh-nav__inner {
		display: block;
	}

	.lh-nav__catalog,
	.lh-nav__hotline {
		display: none;
	}

	.lh-menu > li > a,
	.lh-menu .sub-menu a {
		font-size: 14px;
	}

	.lh-hero,
	.lh-hero__grid {
		min-height: 580px;
	}

	.lh-hero__grid {
		grid-template-columns: minmax(0, 570px) 1fr;
	}

	.lh-hero__copy {
		padding-block: 65px 76px;
	}

	.lh-trust-strip__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.lh-trust-strip__grid > div:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--lh-border);
	}

	.lh-trust-strip__grid > div:nth-child(4) {
		border-top: 1px solid var(--lh-border);
	}

	.lh-category-showcase {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lh-solution-grid {
		grid-template-columns: 1fr 1fr;
	}

	.lh-solution-card {
		min-height: 350px;
	}

	.lh-catalog-layout {
		grid-template-columns: 200px minmax(0, 1fr);
		gap: 18px;
	}

	.lh-catalog-results .woocommerce ul.products,
	.lh-catalog-results ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.lh-container {
		width: min(calc(100% - 24px), var(--lh-container));
	}

	.lh-utility__promise {
		display: none;
	}

	.lh-utility__inner {
		justify-content: center;
	}

	.lh-utility__links {
		width: 100%;
		justify-content: space-between;
	}

	.lh-header-main__inner {
		grid-template-columns: 42px 1fr auto;
	}

	.lh-brand .custom-logo-link {
		justify-content: center;
		padding: 0;
	}

	.lh-brand img {
		max-height: 48px;
	}

	.lh-header-actions {
		gap: 0;
	}

	.lh-menu-toggle {
		background: #f2f2ee;
		border-radius: 6px;
		color: var(--lh-text);
	}

	.lh-header-action--account {
		display: none;
	}

	.lh-header-action--cart {
		padding: 4px 8px;
	}

	.lh-header-action__label {
		display: none !important;
	}

	.lh-cart-count {
		left: 28px;
	}

	.lh-search-field {
		font-size: 13px;
	}

	.lh-hero {
		min-height: 585px;
	}

	.lh-hero::after {
		background: linear-gradient(90deg, rgb(12 15 14 / 87%), rgb(12 15 14 / 50%)), linear-gradient(0deg, rgb(12 15 14 / 65%), transparent 58%);
	}

	.lh-hero__grid {
		display: block;
		min-height: 585px;
	}

	.lh-hero__copy {
		padding: 72px 0 70px;
	}

	.lh-hero h1 {
		font-size: clamp(36px, 10.5vw, 48px);
	}

	.lh-hero__lead {
		font-size: 15px;
	}

	.lh-hero__proof {
		margin-top: 36px;
	}

	.lh-hero__proof > span {
		min-width: 0;
		padding-right: 16px;
	}

	.lh-hero__proof > span + span {
		padding-left: 16px;
	}

	.lh-demo-note {
		right: 12px;
		bottom: 8px;
		left: 12px;
		text-align: right;
	}

	.lh-trust-strip__grid > div {
		min-height: 75px;
		padding: 12px;
	}

	.lh-trust-strip .lh-icon {
		width: 22px;
		height: 22px;
	}

	.lh-trust-strip strong {
		font-size: 11px;
	}

	.lh-trust-strip small {
		font-size: 9px;
	}

	.lh-section {
		padding-block: 56px;
	}

	.lh-section-heading {
		gap: 13px;
		margin-bottom: 24px;
	}

	.lh-section-heading h2 {
		font-size: 28px;
	}

	.lh-category-showcase {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.lh-category-tile__body {
		padding: 11px 12px 13px;
	}

	.lh-category-tile__body strong {
		font-size: 12px;
	}

	.lh-product-grid,
	.woocommerce ul.products {
		gap: 10px;
	}

	.lh-product-card__body {
		padding: 11px;
	}

	.lh-product-card h3,
	.woocommerce ul.products li.product h2 {
		min-height: 38px;
		font-size: 11px;
	}

	.lh-product-card__price,
	.woocommerce ul.products li.product .price {
		font-size: 13px;
	}

	.lh-product-card__actions {
		display: block;
	}

	.lh-product-card__actions .lh-button {
		min-height: 38px;
		font-size: 10px;
	}

	.lh-solution-grid {
		grid-template-columns: 1fr;
	}

	.lh-solution-card {
		min-height: 340px;
	}

	.lh-solution-card__content {
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.lh-product-shelves {
		gap: 20px;
	}

	.lh-product-shelf {
		padding: 16px;
	}

	.lh-product-shelf__heading {
		align-items: flex-start;
		margin-bottom: 13px;
	}

	.lh-product-shelf__heading h3 {
		font-size: 19px;
	}

	.lh-product-shelf__rail {
		grid-template-columns: repeat(5, minmax(168px, 1fr));
		overflow-x: auto;
		padding: 2px 2px 12px;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
	}

	.lh-product-shelf__rail .lh-product-card {
		scroll-snap-align: start;
	}

	.lh-brand-band {
		padding-block: 50px;
	}

	.lh-brand-logo {
		width: 156px;
		height: 92px;
		padding: 14px;
	}

	.lh-contact-dock {
		right: 12px;
		bottom: calc(14px + env(safe-area-inset-bottom));
		gap: 8px;
	}

	.lh-contact-dock__item {
		width: 50px;
		height: 50px;
		border-width: 2px;
	}

	.lh-contact-dock__label {
		display: none;
	}

	.single-product .lh-contact-dock,
	.woocommerce-cart .lh-contact-dock,
	.woocommerce-checkout .lh-contact-dock {
		bottom: calc(76px + env(safe-area-inset-bottom));
	}

	.lh-branch-grid {
		gap: 10px;
	}

	.lh-branch {
		grid-template-columns: 45px 1fr;
		padding: 24px 18px;
	}

	.lh-branch + .lh-branch {
		border-left: 1px solid var(--lh-border);
	}

	.lh-branch__number {
		font-size: 27px;
	}

	.lh-footer__cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.lh-footer__cta .lh-button {
		width: 100%;
	}

	.lh-footer__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.lh-commerce {
		padding-block: 14px 60px;
	}

	.lh-catalog-hero {
		align-items: flex-start;
		flex-direction: column;
		min-height: 330px;
		padding: 24px 20px;
	}

	.lh-catalog-hero::after {
		background: linear-gradient(90deg, rgb(9 13 12 / 91%), rgb(9 13 12 / 62%)), linear-gradient(0deg, rgb(9 13 12 / 58%), transparent 70%);
	}

	.woocommerce ul.products li.product .price {
		margin-right: 11px;
		margin-left: 11px;
	}

	.lh-catalog-hero__contact {
		width: 100%;
		padding: 16px 0 0;
		border-top: 1px solid rgb(255 255 255 / 20%);
		border-left: 0;
	}

	.lh-catalog-layout {
		grid-template-columns: 1fr;
	}

	.lh-catalog-sidebar {
		display: block;
		overflow: hidden;
	}

	.lh-filter-panel {
		overflow-x: auto;
		padding: 12px;
		white-space: nowrap;
	}

	.lh-filter-panel h2 {
		position: sticky;
		left: 0;
		margin-bottom: 7px;
		background: #fff;
	}

	.lh-filter-panel > a {
		display: inline-flex;
		margin-right: 5px;
		background: #f1f1ed;
	}

	.lh-filter-panel > a small {
		margin-left: 8px;
	}

	.lh-filter-panel--brands,
	.lh-sidebar-help {
		display: none;
	}

	.lh-catalog-results .woocommerce-ordering {
		float: none;
	}

	.lh-catalog-results .woocommerce-ordering select {
		width: 100%;
	}

	.lh-search-summary {
		align-items: stretch;
		flex-direction: column;
	}

	.lh-search-summary .lh-search-form {
		width: 100%;
	}

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

	.woocommerce div.product {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce div.product section.related,
	.woocommerce div.product section.upsells {
		grid-column: 1;
	}

	.woocommerce div.product div.images {
		padding: 10px;
	}

	.woocommerce div.product div.summary {
		padding: 22px 18px;
		margin-bottom: 20px;
	}

	.woocommerce div.product form.cart {
		grid-template-columns: 65px 1fr;
		gap: 10px;
	}

	.woocommerce div.product form.cart .quantity {
		width: 65px;
	}

	.woocommerce div.product form.cart .quantity .qty {
		width: 65px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		overflow-x: auto;
		flex-wrap: nowrap;
		white-space: nowrap;
	}

	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 22px 18px;
	}

	.woocommerce div.product section.related ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce-cart .lh-entry,
	.woocommerce-checkout .lh-entry,
	.woocommerce-account .lh-entry {
		padding: 22px 14px;
	}

	.woocommerce-cart .woocommerce,
	.woocommerce-checkout form.checkout,
	.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .woocommerce-cart-form,
	.woocommerce-cart .cart-collaterals,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	.woocommerce-cart table.shop_table_responsive tr {
		margin-bottom: 12px;
		border: 1px solid var(--lh-border);
	}

	.woocommerce-cart table.shop_table_responsive tr td {
		padding: 10px;
		border: 0;
		border-bottom: 1px solid var(--lh-border);
	}

	.woocommerce-cart table.cart td.actions .coupon {
		display: grid;
		grid-template-columns: 1fr auto;
		width: 100%;
	}

	.woocommerce-cart table.cart td.actions .input-text {
		width: 100%;
	}

	.woocommerce-cart table.cart td.actions > .button {
		width: 100%;
		margin-top: 10px;
	}

	.woocommerce-checkout #order_review {
		padding: 13px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		overflow-x: auto;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: flex;
		white-space: nowrap;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation li a {
		padding-inline: 12px;
	}

	.lh-entry--trust {
		padding: 28px 18px;
	}

	.lh-content-facts,
	.lh-contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 390px) {
	.lh-hero__proof {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.lh-hero__proof > span {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 0;
	}

	.lh-hero__proof > span + span {
		padding-left: 0;
		border-left: 0;
	}

	.lh-hero__proof small {
		margin-left: 3px;
	}
}

@media (max-width: 1100px) {
	.woocommerce #reviews {
		grid-template-columns: 1fr;
	}

	.lh-entry-layout {
		grid-template-columns: 1fr;
	}

	.lh-post-products {
		position: static;
	}

	.lh-post-products__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 22px;
	}

	.lh-recent-posts__track {
		grid-auto-columns: calc((100% - 16px) / 2);
	}
}

@media (max-width: 720px) {
	.lh-entry--post {
		padding: 24px 18px;
	}

	.lh-entry--post .lh-entry-header {
		padding-bottom: 22px;
		margin-bottom: 24px;
	}

	.lh-entry--post .lh-entry-header h1 {
		font-size: clamp(32px, 11vw, 44px);
	}

	.lh-entry--post .lh-entry-media {
		margin-bottom: 28px;
	}

	.lh-entry--post .lh-prose {
		font-size: 16px;
		line-height: 1.7;
	}

	.lh-entry--post .lh-prose h2 {
		margin-top: 42px;
		scroll-margin-top: 94px;
	}

	.lh-post-products {
		padding: 22px 16px;
	}

	.lh-post-products__list {
		grid-template-columns: 1fr;
	}

	.lh-post-product {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.lh-article-toc {
		margin-bottom: 36px;
	}

	.lh-article-toc summary {
		padding-left: 16px;
	}

	.lh-article-toc summary small {
		display: none;
	}

	.lh-article-toc nav {
		padding-inline: 16px;
	}

	.lh-article-toc ol {
		grid-template-columns: 1fr;
	}

	.lh-recent-posts {
		padding: 22px 16px;
	}

	.lh-recent-posts__header {
		align-items: center;
	}

	.lh-recent-posts__header .lh-eyebrow {
		display: none;
	}

	.lh-recent-posts__controls {
		flex: 0 0 auto;
	}

	.lh-recent-posts__button {
		width: 40px;
		height: 40px;
	}

	.lh-recent-posts__track {
		grid-auto-columns: 84%;
		gap: 12px;
	}

	.lh-comments {
		padding: 24px 16px;
	}

	.lh-comments .comment-form,
	.woocommerce #review_form .comment-form {
		grid-template-columns: 1fr;
	}

	.lh-comments .comment-form > *,
	.woocommerce #review_form .comment-form > * {
		grid-column: 1;
	}

	.woocommerce #reviews #comments,
	.woocommerce #review_form_wrapper {
		padding: 20px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lh-brand-marquee {
		overflow-x: auto;
		mask-image: none;
	}

	.lh-brand-marquee__track {
		animation: none;
	}

	.lh-brand-marquee__group[aria-hidden="true"] {
		display: none;
	}

	.lh-contact-dock__item,
	.lh-contact-dock__label {
		transition: none;
	}

	.lh-recent-posts__viewport {
		scroll-behavior: auto;
	}

	.lh-recent-card__media img {
		transition: none;
	}
}
