:root {
	--mtm-black: #050606;
	--mtm-ink: #101112;
	--mtm-muted: #5b5c5d;
	--mtm-line: #c7c7c5;
	--mtm-line-soft: #e6e4df;
	--mtm-paper: #ffffff;
	--mtm-cream: #f7f3ed;
	--mtm-lime: #c7d718;
	--mtm-content: 1280px;
	--mtm-wide: 1490px;
	--mtm-focus: #1d4ed8;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--mtm-ink);
	background: var(--mtm-paper);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.45;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .mtm-site-header {
	top: 32px;
}

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

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

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

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

[hidden] {
	display: none !important;
}

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

.mtm-skip-link:focus {
	position: fixed;
	z-index: 10000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	margin: 0;
	clip: auto;
	color: #fff;
	background: var(--mtm-black);
}

.mtm-site-header {
	position: relative;
	z-index: 100;
	height: 60px;
	color: #fff;
	background: var(--mtm-black);
}

.mtm-header-inner {
	display: grid;
	grid-template-columns: 270px 1fr 270px;
	align-items: center;
	width: min(calc(100% - 44px), var(--mtm-wide));
	height: 100%;
	margin: 0 auto;
}

.mtm-wordmark {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -0.7px;
	line-height: 1;
}

.mtm-primary-nav {
	justify-self: center;
}

.mtm-nav-list {
	display: flex;
	align-items: center;
	gap: 46px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mtm-nav-list a {
	display: block;
	padding: 20px 0;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.mtm-nav-list a:hover,
.mtm-header-actions a:hover {
	color: #dfe85c;
}

.mtm-header-actions {
	display: flex;
	justify-self: end;
	align-items: center;
	gap: 22px;
}

.mtm-header-actions a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 14px;
	white-space: nowrap;
}

.mtm-header-actions .dashicons {
	width: 19px;
	height: 19px;
	font-size: 19px;
}

.mtm-menu-toggle {
	display: none;
	color: #fff;
	background: transparent;
	border: 0;
}

.mtm-announcement {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 42px;
	height: 40px;
	padding: 0 20px;
	overflow: hidden;
	border-bottom: 1px solid var(--mtm-line);
	background: #fff;
	font-size: 12px;
	white-space: nowrap;
}

.mtm-announcement i,
.mtm-footer-promises i {
	display: block;
	width: 4px;
	height: 4px;
	flex: 0 0 4px;
	border-radius: 50%;
	background: currentColor;
}

.mtm-hero {
	height: 320px;
	overflow: hidden;
	background:
		radial-gradient(circle at 45% 30%, rgba(255, 255, 255, 0.92), transparent 48%),
		var(--mtm-cream);
}

.mtm-hero-inner {
	position: relative;
	display: flex;
	align-items: center;
	width: min(calc(100% - 48px), var(--mtm-content));
	height: 100%;
	margin: 0 auto;
}

.mtm-hero-copy {
	position: relative;
	z-index: 2;
	width: 55%;
	padding-left: 2px;
	transform: translateY(-15px);
}

.mtm-eyebrow {
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.2px;
	line-height: 1.2;
	text-transform: uppercase;
}

.mtm-hero h1 {
	max-width: 590px;
	margin: 0 0 10px;
	font-size: clamp(42px, 3.4vw, 50px);
	font-weight: 850;
	letter-spacing: -2.1px;
	line-height: 1.06;
}

.mtm-hero-lede {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}

.mtm-hero-actions {
	display: flex;
	align-items: center;
	gap: 31px;
	margin-top: 28px;
}

.mtm-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 43px;
	padding: 0 25px;
	color: #fff;
	background: var(--mtm-black);
	border: 1px solid var(--mtm-black);
	border-radius: 2px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	transition: color 160ms ease, background 160ms ease;
}

.mtm-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	color: var(--mtm-black);
	background: var(--mtm-lime);
}

.mtm-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 700;
}

.mtm-text-link span {
	font-size: 18px;
	font-weight: 400;
}

.mtm-hero-art {
	position: absolute;
	z-index: 1;
	top: 0;
	right: -105px;
	width: 67%;
	height: 100%;
}

.mtm-hero-art::before {
	position: absolute;
	z-index: 2;
	inset: 0 auto 0 0;
	width: 26%;
	background: linear-gradient(90deg, var(--mtm-cream), rgba(247, 243, 237, 0));
	content: "";
	pointer-events: none;
}

.mtm-hero-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 52%;
	mix-blend-mode: multiply;
}

.mtm-bestsellers {
	width: min(calc(100% - 48px), var(--mtm-content));
	padding: 20px 0 14px;
	margin: 0 auto;
}

.mtm-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	min-height: 44px;
	margin-bottom: 5px;
}

.mtm-section-title {
	display: flex;
	align-items: center;
	gap: 42px;
}

.mtm-section-title h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 850;
	letter-spacing: -1px;
	line-height: 1.1;
}

.mtm-section-title a,
.mtm-recent-orders-head > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.mtm-filters {
	display: flex;
	align-items: stretch;
	height: 30px;
}

.mtm-filters button {
	min-width: 102px;
	padding: 0 24px;
	color: var(--mtm-ink);
	background: transparent;
	border: 0;
	border-left: 1px solid #c8c8c8;
	font-size: 14px;
	cursor: pointer;
}

.mtm-filters button:first-child {
	border-left: 0;
}

.mtm-filters button.is-active {
	min-width: 53px;
	padding: 0 17px;
	color: #fff;
	background: var(--mtm-black);
}

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

.mtm-product-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #b9b9b7;
	background: #fff;
}

.mtm-product-image {
	display: block;
	height: 165px;
	overflow: hidden;
	border-bottom: 1px solid #d1d0cd;
	background: var(--mtm-cream);
}

.mtm-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mtm-product-card:nth-child(4) .mtm-product-image img {
	object-position: 73% 66%;
	transform: scale(1.08);
}

.mtm-product-body {
	padding: 11px 10px 9px;
}

.mtm-product-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
}

.mtm-product-heading h3 {
	min-width: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.mtm-product-heading h3 a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mtm-product-heading > span {
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.mtm-product-heading .amount {
	font-size: inherit;
}

.mtm-product-body > p {
	min-height: 16px;
	margin: 6px 0 9px;
	color: #252627;
	font-size: 12px;
	line-height: 1.35;
}

.mtm-add-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 36px;
	color: #fff;
	background: var(--mtm-black);
	border: 1px solid var(--mtm-black);
	border-radius: 2px;
	font-size: 13px;
	font-weight: 500;
}

.mtm-add-button:hover {
	color: var(--mtm-black);
	background: var(--mtm-lime);
}

.mtm-quote-band {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: min(calc(100% - 48px), var(--mtm-content));
	height: 82px;
	margin: 0 auto;
	border: 1px solid #b9b9b7;
}

.mtm-quote-item {
	display: grid;
	grid-template-columns: 48px 1fr auto;
	align-items: center;
	gap: 17px;
	padding: 0 20px 0 31px;
}

.mtm-quote-item + .mtm-quote-item {
	border-left: 1px solid #b9b9b7;
}

.mtm-round-icon,
.mtm-outline-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--mtm-black);
	border-radius: 50%;
	color: #fff;
	background: var(--mtm-black);
	font-size: 23px;
	line-height: 1;
}

.mtm-quote-item h2 {
	margin: 0;
	font-size: 21px;
	font-weight: 850;
	letter-spacing: -0.6px;
	line-height: 1.15;
}

.mtm-quote-item p {
	margin: 2px 0 0;
	font-size: 12px;
}

.mtm-quote-item .mtm-button {
	min-width: 140px;
	min-height: 38px;
	padding: 0 21px;
}

.mtm-promise-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: min(calc(100% - 48px), var(--mtm-content));
	height: 100px;
	margin: 0 auto;
}

.mtm-promise-grid article {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-left: 18px;
}

.mtm-promise-grid article + article {
	border-left: 1px solid #cfcfcd;
}

.mtm-outline-icon {
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	color: var(--mtm-black);
	background: #fff;
}

.mtm-promise-grid h2 {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 850;
	letter-spacing: -0.4px;
	line-height: 1.1;
}

.mtm-promise-grid p {
	margin: 0;
	font-size: 12px;
}

.mtm-site-footer {
	display: flex;
	align-items: center;
	min-height: 65px;
	color: #fff;
	background: var(--mtm-black);
}

.mtm-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	width: min(calc(100% - 96px), 1436px);
	margin: 0 auto;
}

.mtm-footer-inner p,
.mtm-footer-promises {
	margin: 0;
	font-size: 11px;
}

.mtm-footer-promises {
	display: flex;
	align-items: center;
	gap: 27px;
}

/* General pages and WooCommerce */
.mtm-page-shell,
.mtm-commerce-shell {
	width: min(calc(100% - 48px), var(--mtm-content));
	min-height: 650px;
	padding: 58px 0 80px;
	margin: 0 auto;
}

.mtm-page-content > h1,
.mtm-commerce-shell .woocommerce-products-header__title,
.mtm-commerce-shell .product_title,
.mtm-commerce-shell .entry-title {
	margin: 0 0 28px;
	font-size: clamp(38px, 4vw, 62px);
	font-weight: 850;
	letter-spacing: -2px;
	line-height: 1;
}

.mtm-page-content {
	max-width: 900px;
}

.mtm-page-content p {
	max-width: 750px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	color: var(--mtm-muted);
	font-size: 13px;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 28px 0 0;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	padding: 0 0 14px;
	margin: 0;
	border: 1px solid var(--mtm-line);
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1.25 / 1;
	margin: 0 0 14px;
	object-fit: cover;
	border-bottom: 1px solid var(--mtm-line-soft);
}

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

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 42px;
	padding: 0;
	color: var(--mtm-ink);
	font-size: 16px;
	font-weight: 800;
}

.woocommerce ul.products li.product .price {
	color: var(--mtm-ink);
	font-size: 14px;
	font-weight: 700;
}

.woocommerce ul.products li.product .button {
	width: calc(100% - 24px);
	margin-top: 12px;
}

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

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

.woocommerce div.product div.images img {
	border: 1px solid var(--mtm-line-soft);
}

.woocommerce div.product p.price {
	color: var(--mtm-ink);
	font-size: 22px;
	font-weight: 800;
}

.woocommerce div.product form.cart {
	display: flex;
	gap: 10px;
}

.woocommerce .quantity .qty {
	min-height: 43px;
	border: 1px solid var(--mtm-line);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 17px 18px 17px 50px;
	border-top: 3px solid var(--mtm-black);
	background: var(--mtm-cream);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--mtm-black);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container--default .select2-selection--single {
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #9f9f9d;
	border-radius: 0;
	background: #fff;
}

.woocommerce form .form-row label {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 700;
}

.woocommerce table.shop_table {
	border-collapse: collapse;
	border: 1px solid var(--mtm-line);
	border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 14px;
	border-top: 1px solid var(--mtm-line-soft);
}

/* Customer account */
.mtm-account-page {
	background: #f6f4ef;
}

.mtm-account-page .mtm-page-shell {
	width: min(calc(100% - 48px), 1180px);
	min-height: 720px;
	padding-top: 54px;
}

.mtm-account-page .mtm-page-content {
	max-width: none;
}

.mtm-account-page .woocommerce {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 42px;
	align-items: start;
}

.mtm-account-page .woocommerce::before,
.mtm-account-page .woocommerce::after {
	display: none;
}

.mtm-account-page .woocommerce-MyAccount-navigation {
	width: auto;
	float: none;
	padding: 18px;
	border: 1px solid var(--mtm-line);
	background: #fff;
}

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

.mtm-account-page .woocommerce-MyAccount-navigation li + li {
	border-top: 1px solid var(--mtm-line-soft);
}

.mtm-account-page .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 13px 9px;
	font-size: 14px;
	font-weight: 700;
}

.mtm-account-page .woocommerce-MyAccount-navigation .is-active a {
	padding-left: 13px;
	background: var(--mtm-black);
	color: #fff;
}

.mtm-account-page .woocommerce-MyAccount-content {
	width: auto;
	float: none;
}

.mtm-account-welcome {
	padding: 35px 38px 32px;
	color: #fff;
	background: var(--mtm-black);
}

.mtm-account-welcome .mtm-eyebrow {
	color: var(--mtm-lime);
}

.mtm-account-welcome h1 {
	margin: 0 0 12px;
	font-size: clamp(36px, 4.5vw, 55px);
	font-weight: 850;
	letter-spacing: -2px;
	line-height: 1;
}

.mtm-account-welcome p:last-child {
	max-width: 620px;
	margin: 0;
	color: #dedede;
}

.mtm-account-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 12px 0 30px;
}

.mtm-account-cards a {
	display: flex;
	flex-direction: column;
	min-height: 148px;
	padding: 22px;
	border: 1px solid var(--mtm-line);
	background: #fff;
}

.mtm-account-cards a:hover {
	border-color: var(--mtm-black);
	box-shadow: inset 0 -4px 0 var(--mtm-lime);
}

.mtm-account-cards .dashicons {
	width: 28px;
	height: 28px;
	margin-bottom: 20px;
	font-size: 28px;
}

.mtm-account-cards strong {
	font-size: 16px;
}

.mtm-account-cards small {
	margin-top: 3px;
	color: var(--mtm-muted);
	font-size: 12px;
}

.mtm-recent-orders {
	padding: 28px;
	border: 1px solid var(--mtm-line);
	background: #fff;
}

.mtm-recent-orders-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.mtm-recent-orders-head .mtm-eyebrow {
	margin-bottom: 8px;
}

.mtm-recent-orders h2 {
	margin: 0;
	font-size: 28px;
	letter-spacing: -0.8px;
}

.mtm-recent-order-list {
	border-top: 1px solid var(--mtm-line);
}

.mtm-recent-order-list > a {
	display: grid;
	grid-template-columns: 1.1fr 0.7fr 1fr 20px;
	align-items: center;
	gap: 16px;
	min-height: 78px;
	border-bottom: 1px solid var(--mtm-line-soft);
}

.mtm-recent-order-list > a:hover {
	background: var(--mtm-cream);
}

.mtm-recent-order-list span:not(.dashicons) {
	display: flex;
	flex-direction: column;
}

.mtm-recent-order-list small {
	margin-top: 3px;
	color: var(--mtm-muted);
	font-size: 11px;
}

.mtm-order-status {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-height: 26px;
	padding: 0 10px;
	background: #e7ecaf;
	font-size: 12px;
	font-weight: 800;
}

.mtm-tracking-link {
	display: inline-flex;
	flex-direction: column;
	color: #0f3b82;
	font-size: 12px;
	font-weight: 700;
}

.mtm-tracking-link span {
	color: var(--mtm-muted);
	font-size: 10px;
	font-weight: 400;
	overflow-wrap: anywhere;
}

.mtm-tracking-empty {
	color: var(--mtm-muted);
	font-size: 12px;
}

.mtm-order-tracking-detail {
	padding: 24px;
	margin: 24px 0;
	border: 1px solid var(--mtm-line);
	background: var(--mtm-cream);
}

.mtm-order-tracking-detail h2 {
	margin: 0 0 10px;
	font-size: 26px;
}

.mtm-order-tracking-detail p:not(.mtm-eyebrow) {
	display: flex;
	gap: 12px;
	margin: 0 0 18px;
}

.mtm-account-page .woocommerce-form-login,
.mtm-account-page .woocommerce-form-register {
	padding: 28px !important;
	margin: 0 !important;
	border: 1px solid var(--mtm-line) !important;
	border-radius: 0 !important;
	background: #fff;
}

.mtm-account-page #customer_login {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.mtm-account-page #customer_login::before,
.mtm-account-page #customer_login::after {
	display: none;
}

.mtm-account-page #customer_login > .u-column1,
.mtm-account-page #customer_login > .u-column2 {
	float: none;
	width: auto;
}

.mtm-account-page #customer_login h2 {
	margin: 0 0 16px;
	font-size: 32px;
	letter-spacing: -1px;
}

.mtm-account-page:not(.logged-in) .woocommerce {
	display: block;
	max-width: 980px;
	margin: 0 auto;
}

@media (max-width: 1120px) {
	.mtm-header-inner {
		grid-template-columns: 220px 1fr 220px;
	}

	.mtm-nav-list {
		gap: 25px;
	}

	.mtm-account-link span:last-child {
		display: none;
	}

	.mtm-filters button {
		min-width: 78px;
		padding: 0 16px;
	}

	.mtm-product-grid {
		gap: 12px;
	}

	.mtm-quote-item {
		padding-left: 18px;
	}
}

@media (max-width: 900px) {
	body.admin-bar .mtm-site-header {
		top: 46px;
	}

	.mtm-site-header {
		height: 64px;
	}

	.mtm-header-inner {
		grid-template-columns: 1fr auto auto;
		width: calc(100% - 32px);
	}

	.mtm-menu-toggle {
		display: inline-flex;
		grid-column: 2;
		grid-row: 1;
		padding: 8px;
	}

	.mtm-primary-nav {
		position: absolute;
		top: 64px;
		right: 0;
		left: 0;
		display: none;
		padding: 12px 20px 20px;
		background: var(--mtm-black);
		border-top: 1px solid #363636;
	}

	.mtm-primary-nav.is-open {
		display: block;
	}

	.mtm-nav-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.mtm-nav-list a {
		padding: 13px 0;
		border-bottom: 1px solid #2d2d2d;
	}

	.mtm-header-actions {
		grid-column: 3;
		grid-row: 1;
		gap: 12px;
		margin-left: 8px;
	}

	.mtm-header-actions a span:last-child {
		display: none;
	}

	.mtm-announcement {
		justify-content: flex-start;
		gap: 20px;
		overflow-x: auto;
	}

	.mtm-hero {
		height: auto;
	}

	.mtm-hero-inner {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.mtm-hero-copy {
		width: auto;
		padding: 54px 28px 30px;
		transform: none;
	}

	.mtm-hero-art {
		position: relative;
		right: auto;
		width: 100%;
		height: 280px;
	}

	.mtm-hero-art::before {
		inset: 0 0 auto;
		width: 100%;
		height: 22%;
		background: linear-gradient(180deg, var(--mtm-cream), rgba(247, 243, 237, 0));
	}

	.mtm-bestsellers {
		padding-top: 28px;
	}

	.mtm-section-head {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 18px;
	}

	.mtm-filters {
		width: 100%;
		overflow-x: auto;
	}

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

	.mtm-quote-band {
		height: auto;
		grid-template-columns: 1fr;
	}

	.mtm-quote-item {
		min-height: 100px;
	}

	.mtm-quote-item + .mtm-quote-item {
		border-top: 1px solid #b9b9b7;
		border-left: 0;
	}

	.mtm-promise-grid {
		height: auto;
		padding: 20px 0;
		grid-template-columns: 1fr;
	}

	.mtm-promise-grid article {
		min-height: 82px;
	}

	.mtm-promise-grid article + article {
		border-top: 1px solid #cfcfcd;
		border-left: 0;
	}

	.mtm-footer-inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px 0;
	}

	.mtm-footer-promises {
		flex-wrap: wrap;
	}

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

	.mtm-account-page .woocommerce {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.mtm-account-page .woocommerce-MyAccount-navigation ul {
		display: flex;
		overflow-x: auto;
	}

	.mtm-account-page .woocommerce-MyAccount-navigation li {
		flex: 0 0 auto;
	}

	.mtm-account-page .woocommerce-MyAccount-navigation li + li {
		border-top: 0;
		border-left: 1px solid var(--mtm-line-soft);
	}

	.mtm-account-page .woocommerce-MyAccount-navigation a {
		padding: 10px 13px;
	}
}

@media (max-width: 620px) {
	.mtm-wordmark {
		font-size: 18px;
	}

	.mtm-announcement {
		height: 36px;
		font-size: 11px;
	}

	.mtm-hero-copy {
		padding: 42px 20px 24px;
	}

	.mtm-hero h1 {
		font-size: 41px;
		letter-spacing: -1.8px;
	}

	.mtm-hero-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		margin-top: 24px;
	}

	.mtm-hero-art {
		height: 235px;
	}

	.mtm-bestsellers,
	.mtm-quote-band,
	.mtm-promise-grid,
	.mtm-page-shell,
	.mtm-commerce-shell,
	.mtm-account-page .mtm-page-shell {
		width: calc(100% - 32px);
	}

	.mtm-section-title {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.mtm-section-title h2 {
		font-size: 25px;
	}

	.mtm-product-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.mtm-product-image {
		height: 235px;
	}

	.mtm-quote-item {
		grid-template-columns: 42px 1fr;
		gap: 14px;
		padding: 20px 16px;
	}

	.mtm-round-icon {
		width: 42px;
		height: 42px;
	}

	.mtm-quote-item .mtm-button {
		grid-column: 2;
		justify-self: start;
	}

	.mtm-footer-inner {
		width: calc(100% - 40px);
	}

	.mtm-footer-promises {
		display: none;
	}

	.mtm-page-shell,
	.mtm-commerce-shell {
		padding-top: 38px;
	}

	.mtm-account-welcome {
		padding: 28px 23px;
	}

	.mtm-account-cards {
		grid-template-columns: 1fr;
	}

	.mtm-account-cards a {
		min-height: 118px;
	}

	.mtm-account-cards .dashicons {
		margin-bottom: 12px;
	}

	.mtm-recent-orders {
		padding: 22px 18px;
	}

	.mtm-recent-orders-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.mtm-recent-order-list > a {
		grid-template-columns: 1fr auto;
		gap: 9px;
		padding: 14px 0;
	}

	.mtm-recent-order-list .mtm-order-status,
	.mtm-recent-order-list > a > span:nth-child(3) {
		grid-column: 1;
	}

	.mtm-recent-order-list .dashicons {
		grid-column: 2;
		grid-row: 1 / span 3;
	}

	.mtm-account-page #customer_login {
		grid-template-columns: 1fr;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		font-weight: 800;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}

/* Native catalog cutover: preserve the existing theme and original brand art. */
.mtm-brand-logo { width: 210px; max-width: 100%; height: 44px; object-fit: contain; object-position: left center; }
.mtm-shop-departments { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 24px; }
.mtm-shop-departments a { padding: 10px 14px; border: 1px solid var(--mtm-line); border-radius: 24px; font-size: 14px; }
.mtm-shop-departments a[aria-current="page"] { color: #fff; background: var(--mtm-black); }
.mtm-catalog-notice { padding: 16px 20px; margin: 0 0 26px; border: 1px solid var(--mtm-line); background: var(--mtm-cream); }
.mtm-catalog-notice a { text-decoration: underline; }
@media (max-width: 620px) { .mtm-brand-logo { width: 155px; height: 36px; } .mtm-announcement { height: auto; min-height: 40px; padding: 8px 12px; flex-wrap: wrap; gap: 6px 15px; } }

/* WordPress already offsets the document for its admin bar. This header is
   relative, so a second top offset covers the announcement below it. */
body.admin-bar .mtm-site-header { top: 0; }

/* Woo's legacy 48% floated mobile cards must fill this theme's grid tracks. */
.mtm-commerce-shell ul.products > li.product { width: 100% !important; margin: 0 !important; float: none; clear: none; }

/* Product-card typography and rhythm. Keep purchase/account controls unchanged. */
.mtm-commerce-shell ul.products {
	column-gap: 24px;
	row-gap: 28px;
	align-items: stretch;
}
.mtm-commerce-shell ul.products > li.product {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding-bottom: 18px;
	border-color: var(--mtm-line-soft);
	border-radius: 8px;
	overflow: hidden;
	background: var(--mtm-paper);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.mtm-commerce-shell ul.products > li.product > a.woocommerce-loop-product__link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}
.mtm-commerce-shell ul.products > li.product > a.woocommerce-loop-product__link > img {
	margin-bottom: 18px;
}
.mtm-commerce-shell ul.products > li.product .woocommerce-loop-product__title {
	min-height: 0;
	margin: 0 18px 12px;
	padding: 0;
	font-family: inherit;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.015em;
	overflow-wrap: anywhere;
}
.mtm-commerce-shell ul.products > li.product .price {
	margin: auto 18px 0;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
}
.mtm-commerce-shell ul.products > li.product > a.button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: calc(100% - 36px);
	min-height: 46px;
	margin: 18px 18px 0;
	padding: 12px 16px;
	border-radius: 5px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.01em;
	text-align: center;
}
.mtm-commerce-shell .woocommerce-result-count {
	min-height: 42px;
	margin-bottom: 16px;
	padding-top: 11px;
	font-size: 14px;
	line-height: 20px;
}
.mtm-commerce-shell .woocommerce-ordering {
	margin-bottom: 16px;
}
.mtm-commerce-shell .woocommerce-ordering select {
	min-height: 42px;
	max-width: 100%;
	padding: 8px 12px;
	border: 1px solid var(--mtm-line);
	border-radius: 5px;
	color: var(--mtm-ink);
	background: var(--mtm-paper);
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4;
}
@media (max-width: 620px) {
	.mtm-commerce-shell .woocommerce-result-count {
		float: none;
		width: 100%;
		min-height: 0;
		margin: 0 0 10px;
		padding: 0;
	}
	.mtm-commerce-shell .woocommerce-ordering {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.mtm-commerce-shell .woocommerce-ordering select {
		width: 100%;
	}
}
