:root {
	--lh-canvas: #f4f1ea;
	--lh-surface: #fff;
	--lh-surface-dark: #19201e;
	--lh-text: #171b19;
	--lh-muted: #66706b;
	--lh-border: #d8d6ce;
	--lh-brand: #a92f24;
	--lh-brand-dark: #7e2119;
	--lh-accent: #c79a4a;
	--lh-success: #237a4b;
	--lh-warning: #9b6500;
	--lh-danger: #b42318;
	--lh-container: 1240px;
	--lh-radius-s: 4px;
	--lh-radius-m: 10px;
	--lh-radius-l: 18px;
	--lh-shadow: 0 18px 48px rgb(23 27 25 / 12%);
	--lh-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--lh-display: Georgia, "Times New Roman", serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--lh-canvas);
	color: var(--lh-text);
	font-family: var(--lh-font);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

:focus-visible {
	outline: 3px solid var(--lh-accent);
	outline-offset: 3px;
}

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

.screen-reader-text:focus {
	top: 0.75rem;
	left: 0.75rem;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	background: #fff;
	color: var(--lh-text);
}

.lh-container {
	width: min(calc(100% - 2rem), var(--lh-container));
	margin-inline: auto;
}

.lh-icon {
	width: 1.35rem;
	height: 1.35rem;
	flex: 0 0 auto;
}

.lh-skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 10000;
	padding: 0.65rem 1rem;
	background: var(--lh-surface);
	color: var(--lh-text);
	transform: translateY(-200%);
}

.lh-skip-link:focus {
	transform: translateY(0);
}

.lh-utility {
	background: var(--lh-surface-dark);
	color: #fff;
	font-size: 0.8125rem;
}

.lh-utility__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	gap: 1rem;
}

.lh-utility p {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin: 0;
}

.lh-utility a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	text-decoration: none;
}

.lh-header-main {
	position: relative;
	z-index: 90;
	background: var(--lh-surface);
	border-bottom: 1px solid var(--lh-border);
}

.lh-header-main__inner {
	display: grid;
	grid-template-columns: minmax(190px, 280px) minmax(280px, 1fr) auto;
	align-items: center;
	gap: clamp(1rem, 3vw, 2.5rem);
	min-height: 102px;
}

.lh-brand img {
	width: min(100%, 270px);
	max-height: 76px;
	object-fit: contain;
	object-position: left center;
}

.lh-brand .custom-logo-link {
	display: flex;
	align-items: center;
	padding: 0.45rem 0.65rem;
	background: var(--lh-surface-dark);
	border-radius: var(--lh-radius-s);
}

.lh-brand__fallback {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.lh-brand__fallback strong {
	color: var(--lh-brand);
	font-family: var(--lh-display);
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}

.lh-brand__fallback span {
	color: var(--lh-muted);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.lh-search-form {
	display: flex;
	min-height: 48px;
	background: var(--lh-surface);
	border: 1px solid var(--lh-border);
	border-radius: var(--lh-radius-s);
}

.lh-search-form label {
	flex: 1;
}

.lh-search-field {
	width: 100%;
	min-height: 46px;
	padding: 0.65rem 0.9rem;
	background: transparent;
	border: 0;
	color: var(--lh-text);
}

.lh-search-form button {
	display: grid;
	place-items: center;
	width: 52px;
	padding: 0;
	background: var(--lh-brand);
	border: 0;
	color: #fff;
}

.lh-header-actions {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.lh-header-action,
.lh-menu-toggle,
.lh-menu-close {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-width: 44px;
	min-height: 44px;
	padding: 0.5rem;
	background: transparent;
	border: 0;
	color: var(--lh-text);
	font-size: 0.875rem;
	text-decoration: none;
}

.lh-cart-count {
	display: grid;
	place-items: center;
	min-width: 19px;
	height: 19px;
	padding-inline: 4px;
	background: var(--lh-brand);
	border-radius: 9px;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 800;
	line-height: 1;
}

.lh-menu-toggle,
.lh-nav__mobile-head,
.lh-nav-backdrop {
	display: none;
}

.lh-nav {
	position: relative;
	z-index: 80;
	background: var(--lh-brand);
	color: #fff;
}

.lh-menu {
	display: flex;
	align-items: stretch;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.lh-menu li {
	position: relative;
	margin: 0;
}

.lh-menu > li > a {
	display: flex;
	align-items: center;
	min-height: 50px;
	padding: 0.65rem 1rem;
	border-inline-end: 1px solid rgb(255 255 255 / 15%);
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 750;
	text-decoration: none;
}

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

.lh-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	display: none;
	min-width: 240px;
	padding: 0.45rem;
	margin: 0;
	background: var(--lh-surface);
	box-shadow: var(--lh-shadow);
	color: var(--lh-text);
	list-style: none;
}

.lh-menu li:focus-within > .sub-menu,
.lh-menu li:hover > .sub-menu {
	display: block;
}

.lh-menu .sub-menu a {
	display: block;
	padding: 0.65rem 0.75rem;
	text-decoration: none;
}

.lh-hero {
	overflow: hidden;
	background: #eee8dd;
	border-bottom: 1px solid var(--lh-border);
}

.lh-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	min-height: 590px;
}

.lh-hero__copy {
	align-self: center;
	padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 5vw, 5rem) clamp(3rem, 6vw, 6rem) 0;
}

.lh-eyebrow {
	margin: 0 0 0.65rem;
	color: var(--lh-brand);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.lh-hero h1,
.lh-page-header h1,
.lh-entry-header h1 {
	max-width: 760px;
	margin: 0;
	font-family: var(--lh-display);
	font-size: clamp(2.5rem, 5vw, 4.6rem);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.lh-hero__lead {
	max-width: 620px;
	margin: 1.5rem 0;
	color: #424a46;
	font-size: clamp(1rem, 1.4vw, 1.1875rem);
}

.lh-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.6rem;
}

.lh-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 46px;
	padding: 0.7rem 1.1rem;
	background: var(--lh-brand);
	border: 1px solid var(--lh-brand);
	border-radius: var(--lh-radius-s);
	color: #fff;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.lh-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-block-button__link:hover {
	background: var(--lh-brand-dark);
	border-color: var(--lh-brand-dark);
	color: #fff;
	transform: translateY(-1px);
}

.lh-button--secondary {
	background: transparent;
	border-color: var(--lh-text);
	color: var(--lh-text);
}

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

.lh-button--small {
	min-height: 40px;
	padding: 0.55rem 0.7rem;
	font-size: 0.8125rem;
}

.lh-hero__facts {
	display: grid;
	gap: 0.35rem;
	padding: 0;
	margin: 1.75rem 0 0;
	color: var(--lh-muted);
	font-size: 0.875rem;
	list-style: none;
}

.lh-hero__facts li::before {
	content: "—";
	margin-right: 0.5rem;
	color: var(--lh-accent);
}

.lh-hero__media {
	position: relative;
	min-height: 460px;
}

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

.lh-hero__media p {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	max-width: 270px;
	padding: 0.5rem 0.65rem;
	margin: 0;
	background: rgb(25 32 30 / 82%);
	color: #fff;
	font-size: 0.6875rem;
}

.lh-section {
	padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

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

.lh-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.lh-section-heading h2,
.lh-entry h2,
.lh-commerce h1 {
	margin: 0;
	font-family: var(--lh-display);
	font-size: clamp(1.8rem, 3vw, 2.75rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.lh-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: var(--lh-brand);
	font-weight: 750;
	text-decoration: underline;
}

.lh-text-link .lh-icon {
	width: 1rem;
	height: 1rem;
}

.lh-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--lh-border);
	border-left: 1px solid var(--lh-border);
}

.lh-category-card {
	display: grid;
	grid-template-columns: 48px 1fr auto;
	align-items: center;
	gap: 0.8rem;
	min-height: 118px;
	padding: 1.25rem;
	background: var(--lh-surface);
	border-right: 1px solid var(--lh-border);
	border-bottom: 1px solid var(--lh-border);
	text-decoration: none;
}

.lh-category-card:hover {
	background: #faf8f3;
}

.lh-category-card__mark {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background: #f3e6e3;
	color: var(--lh-brand);
	font-family: var(--lh-display);
	font-size: 1.5rem;
}

.lh-category-card strong,
.lh-category-card small {
	display: block;
}

.lh-category-card small {
	margin-top: 0.2rem;
	color: var(--lh-muted);
	font-size: 0.75rem;
}

.lh-product-grid,
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.lh-product-card,
.woocommerce ul.products li.product {
	position: relative;
	display: flex;
	flex-direction: column;
	float: none;
	width: auto;
	min-width: 0;
	padding: 0;
	margin: 0;
	background: var(--lh-surface);
	border: 1px solid var(--lh-border);
	border-radius: var(--lh-radius-m);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.lh-product-card:hover,
.woocommerce ul.products li.product:hover {
	box-shadow: 0 12px 28px rgb(23 27 25 / 9%);
	transform: translateY(-3px);
}

.lh-product-card__media,
.woocommerce ul.products li.product > a:first-child {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: #ece9e2;
}

.lh-product-card__media img,
.woocommerce ul.products li.product img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform 220ms ease;
}

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

.lh-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1rem;
}

.lh-stock {
	align-self: flex-start;
	margin-bottom: 0.5rem;
	color: var(--lh-success);
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.lh-stock--out {
	color: var(--lh-danger);
}

.lh-product-card h3,
.woocommerce ul.products li.product h2 {
	margin: 0;
	font-family: var(--lh-font);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

.lh-product-card h3 a {
	text-decoration: none;
}

.lh-product-card__price,
.woocommerce ul.products li.product .price {
	margin: 0.8rem 0 1rem;
	color: var(--lh-brand);
	font-size: 1.125rem;
	font-weight: 800;
}

.lh-product-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	margin-top: auto;
}

.lh-branch-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid var(--lh-border);
}

.lh-branch {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 1rem;
	padding: clamp(1.5rem, 4vw, 3rem);
	background: var(--lh-surface);
}

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

.lh-branch > .lh-icon {
	width: 34px;
	height: 34px;
	color: var(--lh-brand);
}

.lh-branch h3 {
	margin: 0;
	font-family: var(--lh-display);
	font-size: 1.65rem;
}

.lh-branch p {
	margin: 0.45rem 0;
}

.lh-muted {
	color: var(--lh-muted);
}

.lh-main {
	min-height: 55vh;
	padding-block: 2rem 5rem;
}

.lh-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 2rem;
	color: var(--lh-muted);
	font-size: 0.8125rem;
}

.lh-breadcrumbs a {
	color: var(--lh-brand);
}

.lh-page-header,
.lh-entry-header {
	max-width: 840px;
	margin: 2rem 0 3rem;
}

.lh-page-header h1,
.lh-entry-header h1 {
	font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.lh-archive-description {
	max-width: 70ch;
	margin-top: 1rem;
	color: var(--lh-muted);
}

.lh-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.lh-post-card {
	background: var(--lh-surface);
	border: 1px solid var(--lh-border);
}

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

.lh-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lh-post-card__body {
	padding: 1.25rem;
}

.lh-post-card h2 {
	margin: 0;
	font-family: var(--lh-display);
	font-size: 1.4rem;
	line-height: 1.25;
}

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

.lh-entry-wrap {
	display: grid;
	grid-template-columns: minmax(0, 860px);
	justify-content: center;
}

.lh-entry {
	min-width: 0;
	padding: clamp(1.5rem, 4vw, 3.5rem);
	background: var(--lh-surface);
}

.lh-entry-media {
	margin: 0 0 2rem;
}

.lh-prose {
	font-size: 1.0625rem;
}

.lh-prose > * {
	max-width: 70ch;
}

.lh-prose > .alignwide {
	max-width: 100%;
}

.lh-prose h2,
.lh-prose h3,
.lh-prose h4 {
	margin-top: 1.8em;
}

.lh-prose table {
	display: block;
	width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.lh-prose th,
.lh-prose td {
	padding: 0.7rem;
	border: 1px solid var(--lh-border);
	text-align: left;
}

.lh-prose blockquote {
	padding-left: 1.2rem;
	margin-left: 0;
	border-left: 4px solid var(--lh-accent);
	color: var(--lh-muted);
}

.lh-empty-state {
	max-width: 720px;
	padding: clamp(2rem, 6vw, 5rem);
	margin: 3rem auto;
	background: var(--lh-surface);
	border: 1px solid var(--lh-border);
	text-align: center;
}

.lh-empty-state .lh-search-form {
	max-width: 500px;
	margin: 1.5rem auto;
	text-align: left;
}

.lh-empty-state .lh-button-row {
	justify-content: center;
}

.lh-missing-image {
	display: block;
	aspect-ratio: 1;
	background:
		linear-gradient(135deg, transparent 45%, rgb(169 47 36 / 12%) 45% 55%, transparent 55%),
		#e9e5dc;
}

.lh-comments {
	max-width: 860px;
	padding: 2rem;
	margin: 2rem auto;
	background: var(--lh-surface);
}

.lh-comment-list {
	padding-left: 1.5rem;
}

.lh-footer {
	background: var(--lh-surface-dark);
	color: #eef1ef;
}

.lh-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 1.2fr;
	gap: clamp(2rem, 5vw, 5rem);
	padding-block: 4rem;
}

.lh-footer h2,
.lh-footer h3 {
	margin-top: 0;
	color: #fff;
}

.lh-footer h2 {
	font-family: var(--lh-display);
	font-size: 2rem;
}

.lh-footer p,
.lh-footer address {
	color: #c7ceca;
	font-style: normal;
}

.lh-footer a {
	color: #fff;
}

.lh-footer__social,
.lh-footer-menu {
	display: grid;
	gap: 0.55rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.lh-footer__bottom {
	padding-block: 0.8rem;
	border-top: 1px solid rgb(255 255 255 / 12%);
	font-size: 0.75rem;
}

.lh-footer__bottom p {
	margin: 0;
}

/* WooCommerce shell and functional markup. */
.lh-commerce .woocommerce-breadcrumb,
.lh-commerce > .lh-container > .woocommerce > .woocommerce-breadcrumb {
	display: none;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 1.5rem;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	min-height: 46px;
	padding: 0.65rem 0.75rem;
	background: var(--lh-surface);
	border: 1px solid #a7ada9;
	border-radius: var(--lh-radius-s);
	color: var(--lh-text);
}

.woocommerce ul.products {
	clear: both;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
	text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
	margin-right: 1rem;
	margin-left: 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin-top: 1rem;
}

.woocommerce ul.products li.product .button {
	align-self: flex-start;
	margin-top: auto;
	margin-bottom: 1rem;
}

.woocommerce span.onsale {
	top: 0.75rem;
	left: 0.75rem;
	z-index: 2;
	min-width: auto;
	min-height: auto;
	padding: 0.35rem 0.55rem;
	background: var(--lh-brand);
	border-radius: var(--lh-radius-s);
	font-size: 0.75rem;
	line-height: 1.2;
}

.woocommerce div.product {
	display: flow-root;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 3rem;
}

.woocommerce div.product div.images img {
	border-radius: var(--lh-radius-m);
}

.woocommerce div.product .product_title {
	font-family: var(--lh-display);
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.1;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--lh-brand);
	font-size: 1.6rem;
	font-weight: 800;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
}

.woocommerce div.product .woocommerce-tabs {
	clear: both;
	padding-top: 1rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid var(--lh-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0.85rem 1rem;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 1.5rem;
	background: var(--lh-surface);
}

.woocommerce table.shop_table {
	background: var(--lh-surface);
	border: 1px solid var(--lh-border);
	border-collapse: collapse;
	border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 0.85rem;
	border: 1px solid var(--lh-border);
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	padding: 1.25rem;
	background: var(--lh-surface);
	border: 1px solid var(--lh-border);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 0.6rem 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: var(--lh-surface);
	border-top-color: var(--lh-brand);
}

.woocommerce-error {
	border-top-color: var(--lh-danger);
}

.wc-block-cart,
.wc-block-checkout {
	padding: 1.25rem;
	background: var(--lh-surface);
	border: 1px solid var(--lh-border);
}

@media (max-width: 1180px) {
	.lh-header-main__inner {
		grid-template-columns: minmax(170px, 230px) 1fr auto;
	}

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

	.lh-menu > li > a {
		padding-inline: 0.75rem;
		font-size: 0.75rem;
	}
}

@media (max-width: 960px) {
	html.lh-menu-open {
		overflow: hidden;
	}

	.lh-utility__desktop {
		display: none;
	}

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

	.lh-header-main__inner {
		grid-template-columns: 44px minmax(120px, 1fr) auto;
		gap: 0.6rem;
		min-height: auto;
		padding-block: 0.75rem;
	}

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

	.lh-brand {
		display: flex;
		justify-content: center;
	}

	.lh-brand img {
		width: min(100%, 220px);
		max-height: 58px;
		object-position: center;
	}

	.lh-header-search {
		grid-column: 1 / -1;
		grid-row: 2;
	}

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

	.lh-nav {
		position: fixed;
		inset: 0 auto 0 0;
		z-index: 500;
		width: min(88vw, 380px);
		overflow-y: auto;
		background: var(--lh-surface);
		color: var(--lh-text);
		box-shadow: var(--lh-shadow);
		transform: translateX(-105%);
		transition: transform 220ms ease;
	}

	.lh-nav[data-open="true"] {
		transform: translateX(0);
	}

	.lh-nav__inner {
		width: 100%;
	}

	.lh-nav__mobile-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 64px;
		padding: 0.75rem 1rem;
		border-bottom: 1px solid var(--lh-border);
	}

	.lh-menu {
		display: block;
		padding: 0.5rem 0;
	}

	.lh-menu > li > a,
	.lh-menu .sub-menu a {
		min-height: 48px;
		padding: 0.75rem 1rem;
		border: 0;
		color: var(--lh-text);
		font-size: 0.9375rem;
	}

	.lh-menu .sub-menu {
		position: static;
		display: block;
		padding: 0 0 0 1rem;
		background: transparent;
		box-shadow: none;
	}

	.lh-nav-backdrop {
		position: fixed;
		inset: 0;
		z-index: 490;
		display: block;
		background: rgb(23 27 25 / 55%);
		border: 0;
	}

	.lh-nav-backdrop[hidden] {
		display: none;
	}

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

	.lh-hero__copy {
		padding: 3.5rem 0 2.5rem;
	}

	.lh-hero__media {
		min-height: 420px;
	}

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

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

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

	.lh-footer__brand {
		grid-column: 1 / -1;
	}
}

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

	.lh-hero h1 {
		font-size: clamp(2.25rem, 11vw, 3.4rem);
	}

	.lh-hero__media {
		min-height: 340px;
		margin-inline: -0.625rem;
	}

	.lh-section {
		padding-block: 3.5rem;
	}

	.lh-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

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

	.lh-category-card {
		min-height: 96px;
	}

	.lh-product-grid,
	.woocommerce ul.products {
		gap: 0.65rem;
	}

	.lh-product-card__body {
		padding: 0.75rem;
	}

	.lh-product-card h3,
	.woocommerce ul.products li.product h2 {
		font-size: 0.9rem;
	}

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

	.lh-product-card__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.lh-product-card__actions .lh-button,
	.lh-product-card__actions .lh-text-link {
		width: 100%;
		justify-content: center;
	}

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

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

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

	.lh-entry {
		padding: 1.25rem;
	}

	.lh-footer__grid {
		grid-template-columns: 1fr;
		padding-block: 3rem;
	}

	.lh-footer__brand {
		grid-column: auto;
	}

	.woocommerce table.shop_table_responsive tr td::before {
		font-weight: 700;
	}
}

@media (max-width: 339px) {
	.lh-product-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
