:root {
	--mmt-bg: #ffffff;
	--mmt-surface: #ffffff;
	--mmt-soft: #f6f8f5;
	--mmt-line: #e3e8df;
	--mmt-text: #151713;
	--mmt-muted: #62675f;
	--mmt-green: #16823a;
	--mmt-green-soft: #e8f7ec;
	--mmt-gold: #d99a20;
	--mmt-ink: #070807;
	--mmt-shadow: 0 12px 34px rgba(14, 20, 10, .08);
}

body.mmt-app-page {
	background: var(--mmt-bg);
	color: var(--mmt-text);
	font-family: "Outfit", "Segoe UI", Roboto, Arial, sans-serif;
	padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
}

body.mmt-app-page .site-header,
body.mmt-app-page .site-footer,
body.mmt-app-page .scroll-to-top,
body.mmt-app-page .nv-page-title-wrap {
	display: none !important;
}

body.mmt-app-page .wrapper,
body.mmt-app-page .neve-main,
body.mmt-app-page .nv-single-page-wrap,
body.mmt-app-page .container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mmt-app {
	min-height: 100dvh;
	max-width: 760px;
	margin: 0 auto;
	background: var(--mmt-bg);
	font-family: "Outfit", "Segoe UI", Roboto, Arial, sans-serif;
}

.neve-main > .container,
.nv-single-page-wrap,
.nv-page-title-wrap {
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.mmt-phone-bar {
	position: sticky;
	top: 0;
	z-index: 45;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 40px;
	padding: 0 12px;
	background: var(--mmt-green);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 0.3px;
}

.mmt-phone-bar:hover,
.mmt-phone-bar:focus,
.mmt-phone-bar:active,
.mmt-phone-bar:visited {
	color: #fff;
	background: #116c30;
	text-decoration: none;
}

.mmt-phone-bar + .mmt-topbar {
	top: 0;
}

.mmt-phone-bar .material-symbols-outlined {
	font-size: 16px;
}

.mmt-topbar {
	position: sticky;
	top: 0;
	z-index: 40;
	display: grid;
	grid-template-columns: 48px 1fr 48px;
	align-items: center;
	gap: 8px;
	height: 58px;
	padding: 0 12px;
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid var(--mmt-line);
	backdrop-filter: blur(12px);
}

.mmt-icon-btn {
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: var(--mmt-soft);
	color: var(--mmt-ink);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.mmt-icon-btn span,
.mmt-bottom-nav span {
	font-size: 14px;
	line-height: 1;
}

.mmt-brand {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0;
}

.mmt-hero {
	padding: 20px 14px 14px;
	text-align: center !important;
}

.mmt-hero h1 {
	margin: 0 0 6px;
	font-size: 22px;
	line-height: 1.18;
	letter-spacing: 0;
}

.mmt-hero p {
	margin: 0;
	max-width: 540px;
	color: var(--mmt-muted);
	font-size: 13px;
	line-height: 1.42;
}

.mmt-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 9px;
	margin-bottom: 7px !important;
	border-radius: 999px;
	background: var(--mmt-green-soft);
	color: var(--mmt-green) !important;
	font-size: 11px !important;
	font-weight: 800;
	text-transform: uppercase;
}

.mmt-kicker::before {
	content: "";
	width: 7px;
	height: 7px;
	margin-right: 6px;
	border-radius: 50%;
	background: var(--mmt-gold);
}

.mmt-feed {
	display: grid;
	gap: 9px;
	padding: 8px 10px 84px;
}

.mmt-card {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	padding: 10px;
	background: var(--mmt-surface);
	border: 1px solid var(--mmt-line);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(21, 28, 18, .07);
}

.mmt-thumb {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	background: linear-gradient(135deg, #eef5ef, #fff7e4);
	border: 1px solid var(--mmt-line);
}

.mmt-thumb-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 900;
	font-size: 18px;
	background: linear-gradient(135deg, #16823a, #d99a20);
}

.mmt-card h2 {
	margin: 0 0 4px;
	font-size: 15px;
	line-height: 1.25;
	letter-spacing: 0;
}

.mmt-card p {
	margin: 0 0 8px;
	color: var(--mmt-muted);
	font-size: 12px;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mmt-card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.mmt-price {
	font-weight: 800;
	font-size: 14px;
	color: var(--mmt-ink);
	white-space: nowrap;
}

.mmt-tag {
	display: inline-flex;
	align-items: center;
	margin-bottom: 4px;
	color: var(--mmt-green);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.mmt-buy,
.mmt-submit,
.mmt-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 13px;
	border: 0;
	border-radius: 8px;
	background: var(--mmt-green);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.mmt-buy:hover,
.mmt-submit:hover {
	background: #116c30;
	color: #fff;
}

.mmt-secondary {
	background: var(--mmt-soft);
	color: var(--mmt-ink);
	border: 1px solid var(--mmt-line);
}

.mmt-drawer-backdrop {
	position: fixed;
	inset: 0;
	z-index: 70;
	background: rgba(5, 8, 5, .28);
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s ease;
}

.mmt-drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 80;
	width: min(300px, 84vw);
	padding: 18px;
	background: #fff;
	box-shadow: 18px 0 48px rgba(0, 0, 0, .12);
	transform: translateX(-104%);
	transition: transform .2s ease;
}

.mmt-drawer.is-open {
	transform: translateX(0);
}

.mmt-drawer-backdrop.is-open {
	opacity: 1;
	pointer-events: auto;
}

.mmt-drawer h2 {
	margin: 10px 0 24px;
	font-size: 20px;
}

.mmt-drawer a {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 48px;
	padding: 0 10px;
	border-radius: 8px;
	color: var(--mmt-text);
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
}

.mmt-drawer a .material-symbols-outlined {
	font-size: 20px;
	color: var(--mmt-muted);
}

.mmt-drawer a:hover {
	background: var(--mmt-soft);
}

.mmt-drawer-divider {
	display: block;
	height: 1px;
	background: var(--mmt-line);
	margin: 8px 0;
}

.mmt-bottom-nav {
	position: fixed;
	left: 50%;
	bottom: 0;
	z-index: 50;
	width: min(760px, 100%);
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	height: 68px;
	background: #fff;
	border-top: 1px solid var(--mmt-line);
	box-shadow: 0 -10px 28px rgba(16, 24, 16, .07);
}

.mmt-bottom-nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: var(--mmt-muted);
	text-decoration: none;
	font-size: 9px;
	font-weight: 700;
	font-family: "Outfit", "Segoe UI", Roboto, Arial, sans-serif;
}

.mmt-bottom-nav a.is-active,
.mmt-bottom-nav a:first-child.is-active,
.mmt-bottom-nav a[aria-current="page"] {
	color: var(--mmt-muted);
}

.mmt-form-shell {
	max-width: 640px;
	margin: 16px auto 80px;
	padding: 0 12px;
}

.mmt-form {
	display: grid;
	gap: 12px;
	padding: 14px;
	border: 1px solid var(--mmt-line);
	border-radius: 8px;
	box-shadow: var(--mmt-shadow);
	background: #fff;
}

.mmt-form label {
	display: grid;
	gap: 7px;
	font-weight: 800;
	font-size: 13px;
}

.mmt-form input,
.mmt-form textarea {
	width: 100%;
	border: 1px solid var(--mmt-line);
	border-radius: 8px;
	padding: 11px;
	font-size: 14px;
	background: #fff;
	font-family: inherit;
}

.mmt-form h1,
.mmt-info-panel h1 {
	margin: 0 0 4px;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0;
}

.mmt-form h2,
.mmt-info-panel h2 {
	margin: 0 0 6px;
	font-size: 17px;
	line-height: 1.25;
	letter-spacing: 0;
}

.mmt-help-text,
.mmt-info-panel p {
	margin: 0;
	color: var(--mmt-muted);
	font-size: 13px;
	line-height: 1.5;
}

.mmt-page-stack {
	display: grid;
	gap: 10px;
	padding: 12px 12px 84px;
}

.mmt-info-panel {
	display: grid;
	gap: 8px;
	padding: 14px;
	border: 1px solid var(--mmt-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(21, 28, 18, .06);
}

.mmt-info-panel .mmt-buy,
.mmt-info-panel .mmt-secondary {
	width: fit-content;
}

.mmt-notice {
	padding: 12px 14px;
	border-radius: 8px;
	background: var(--mmt-green-soft);
	color: #174f27;
	font-weight: 700;
}

.mmt-empty {
	padding: 24px;
	text-align: center;
	color: var(--mmt-muted);
}

.mmt-loader {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 24px;
	color: var(--mmt-muted);
}

.mmt-loader-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.mmt-loader-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	animation: mmt-bounce 0.6s infinite alternate;
}

.mmt-loader-dot:nth-child(1) {
	background-color: #16823a;
	animation-delay: 0s;
}

.mmt-loader-dot:nth-child(2) {
	background-color: #d99a20;
	animation-delay: 0.15s;
}

.mmt-loader-dot:nth-child(3) {
	background-color: #3b82f6;
	animation-delay: 0.3s;
}

@keyframes mmt-bounce {
	from {
		transform: translateY(0);
		opacity: 0.4;
	}
	to {
		transform: translateY(-8px);
		opacity: 1;
	}
}

/* Professional Info Pages (Customer Care, Legal, FAQ, Social, Refund) */
.mmt-info-app .mmt-page-stack {
	padding: 16px 16px 84px;
	gap: 14px;
}

.mmt-card-panel {
	padding: 20px;
	border-radius: 12px;
	gap: 14px;
}

.mmt-card-panel h1 {
	font-size: 22px;
	font-weight: 800;
	margin: 0;
	line-height: 1.2;
}

.mmt-card-panel h2 {
	font-size: 18px;
	font-weight: 800;
	margin: 0;
	line-height: 1.25;
}

.mmt-body-text {
	font-size: 15px !important;
	line-height: 1.6 !important;
	color: var(--mmt-muted) !important;
	margin: 0 !important;
}

.mmt-icon-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 2px;
}

.mmt-section-icon {
	font-size: 28px !important;
	color: var(--mmt-green);
}

.mmt-phone-block {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 16px;
	background: var(--mmt-green-soft);
	border-radius: 10px;
	margin: 4px 0;
}

.mmt-phone-block .material-symbols-outlined {
	font-size: 22px;
	color: var(--mmt-green);
}

.mmt-phone-link {
	font-size: 20px;
	font-weight: 800;
	color: var(--mmt-green);
	text-decoration: none;
}

.mmt-phone-link:hover {
	text-decoration: underline;
}

.mmt-social-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 8px;
}

.mmt-social-grid .mmt-secondary {
	width: 100%;
	min-height: 44px;
	font-size: 14px;
	font-weight: 700;
}

@media (min-width: 640px) {
	.mmt-social-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Help Center Sidebar Layout */
.mmt-help-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	padding: 0 0 84px;
}

.mmt-help-sidebar {
	display: flex;
	overflow-x: auto;
	gap: 4px;
	padding: 10px 12px;
	background: #fff;
	border-bottom: 1px solid var(--mmt-line);
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.mmt-help-sidebar::-webkit-scrollbar {
	display: none;
}

.mmt-help-link {
	flex-shrink: 0;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--mmt-soft);
	color: var(--mmt-muted);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.15s ease;
}

.mmt-help-link.is-active {
	background: var(--mmt-green);
	color: #fff;
}

.mmt-help-content {
	display: grid;
	gap: 10px;
	padding: 12px;
}

.mmt-help-section {
	scroll-margin-top: 160px;
}

@media (min-width: 860px) {
	.mmt-help-layout {
		grid-template-columns: 220px 1fr;
		max-width: 1200px;
		margin: 0 auto;
		padding: 24px 24px 120px;
		gap: 24px;
	}

	.mmt-help-sidebar {
		flex-direction: column;
		overflow-x: visible;
		gap: 6px;
		padding: 16px;
		border: 1px solid var(--mmt-line);
		border-radius: 12px;
		position: sticky;
		top: 106px;
		height: fit-content;
		align-self: start;
	}

	.mmt-help-link {
		white-space: normal;
		font-size: 13px;
		padding: 10px 14px;
		border-radius: 8px;
	}

	.mmt-help-content {
		padding: 0;
		gap: 14px;
	}
}

@media (max-width: 380px) {
	.mmt-card {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 8px;
		padding: 9px;
	}

	.mmt-thumb {
		width: 54px;
		height: 54px;
	}

	.mmt-hero h1 {
		font-size: 20px;
	}

	.mmt-card-foot {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.mmt-buy {
		width: 100%;
	}
}

/* WooCommerce and Checkout Mobile App Custom Styles */
.woocommerce-checkout,
.woocommerce-cart,
.woocommerce-account,
.woocommerce-order-received {
	background: #ffffff;
	color: var(--mmt-text);
	font-family: inherit;
}

.woocommerce-checkout h3,
.woocommerce-checkout h2,
.woocommerce-billing-fields h3 {
	font-size: 16px;
	font-weight: 800;
	color: var(--mmt-ink);
	margin: 20px 0 10px;
	border-bottom: 2px solid var(--mmt-green-soft);
	padding-bottom: 6px;
}

.woocommerce-checkout .form-row {
	padding: 0;
	margin: 0 0 12px;
}

.woocommerce-checkout label {
	font-size: 12px;
	font-weight: 700;
	color: var(--mmt-muted);
	margin-bottom: 4px;
	display: block;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
	border: 1.5px solid var(--mmt-line) !important;
	border-radius: 8px !important;
	padding: 10px 12px !important;
	font-size: 14px !important;
	background: #ffffff !important;
	width: 100% !important;
	outline: none !important;
	transition: all 0.2s ease !important;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
	border-color: var(--mmt-green) !important;
	box-shadow: 0 0 0 3px var(--mmt-green-soft) !important;
}

/* Paystack Payment Gateway clean layout */
.wc_payment_gateways,
.woocommerce-checkout-payment {
	background: #f8faf7 !important;
	border: 1px solid var(--mmt-line) !important;
	border-radius: 10px !important;
	padding: 16px !important;
	margin-top: 16px !important;
}

.payment_box {
	background: #ffffff !important;
	border: 1px solid var(--mmt-line) !important;
	border-radius: 8px !important;
	padding: 12px !important;
	margin-top: 8px !important;
	font-size: 13px !important;
	color: var(--mmt-muted) !important;
}

#place_order,
.woocommerce-checkout-payment button.button {
	background: var(--mmt-green) !important;
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	border-radius: 8px !important;
	padding: 14px 20px !important;
	width: 100% !important;
	border: none !important;
	cursor: pointer !important;
	transition: background 0.2s !important;
	margin-top: 12px !important;
}

#place_order:hover {
	background: #116c30 !important;
}

/* Compact layout for small screen viewport efficiency */
@media (max-width: 480px) {
	body.mmt-app-page {
		padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
	}

	.mmt-hero {
		padding: 16px 12px 10px;
	}
	
	.mmt-hero h1 {
		font-size: 19px !important;
		line-height: 1.2;
	}
	
	.mmt-topbar {
		position: static;
		height: 52px;
	}
	
	.mmt-brand {
		font-size: 14px;
	}
	
	.mmt-feed {
		gap: 6px;
		padding: 4px 6px 76px;
	}
	
	.mmt-card {
		padding: 8px;
		gap: 8px;
		border-radius: 6px;
	}
	
	.mmt-card h2 {
		font-size: 13.5px;
		margin-bottom: 2px;
	}
	
	.mmt-card p {
		font-size: 11px;
		margin-bottom: 6px;
		-webkit-line-clamp: 2;
	}
	
	.mmt-price {
		font-size: 12.5px;
	}
	
	.mmt-buy {
		min-height: 30px;
		padding: 0 10px;
		font-size: 11.5px;
	}
	
	.mmt-bottom-nav {
		height: 60px;
	}
	
	.mmt-bottom-nav a {
		font-size: 9px;
		gap: 2px;
	}
	
	.mmt-bottom-nav span {
		font-size: 14px;
	}
}

/* Color override for active/visited Buy Now button text */
.mmt-buy,
.mmt-submit,
.mmt-buy:visited,
.mmt-submit:visited,
.mmt-buy:active,
.mmt-submit:active,
.mmt-buy:hover,
.mmt-submit:hover,
.mmt-buy:focus,
.mmt-submit:focus {
	color: #ffffff !important;
	text-decoration: none !important;
}

/* Hide WooCommerce Success messages (like 'Added to Cart') & Info notices (like 'Have a Coupon?') on checkout */
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields {
	display: none !important;
}

/* Rearrange Checkout Layout: Move Payment options & Place Order button directly below Email field */
.woocommerce-checkout-review-order {
	display: flex;
	flex-direction: column;
}

.woocommerce-checkout-review-order-table {
	order: 2; /* Put the long order summary table at the bottom */
	margin-top: 24px !important;
}

#payment {
	order: 1; /* Move payment gateways and Place Order button to the top */
}

/* Desktop View Enhancements - Full Width Responsive Layout */
@media (min-width: 860px) {
	body.mmt-app-page {
		background-color: #f8fafc !important; /* Premium light slate-50 outer body background */
		padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.mmt-app {
		max-width: 100% !important;
		margin: 0 !important;
		border-radius: 0 !important;
		border: none !important;
		box-shadow: none !important;
		min-height: 100dvh !important;
		display: flex;
		flex-direction: column;
		background: #ffffff !important;
	}

	.mmt-topbar {
		border-radius: 0 !important;
		padding: 0 40px !important;
		grid-template-columns: 48px 1fr 48px;
	}

	.mmt-bottom-nav {
		position: fixed;
		bottom: 16px;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: calc(100% - 40px) !important;
		max-width: 600px !important; /* Premium Centered App Dock Style */
		border-radius: 16px !important;
		border: 1px solid var(--mmt-line) !important;
		box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08) !important;
		background: rgba(255, 255, 255, 0.95) !important;
		backdrop-filter: blur(12px) !important;
		height: 64px !important;
		margin-top: 0 !important;
		z-index: 90 !important;
	}

	/* Display product list in a fully responsive auto-filling grid */
	.mmt-feed {
		grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
		gap: 24px !important;
		padding: 40px 40px 120px !important;
		max-width: 1400px;
		margin: 0 auto;
		width: 100%;
	}

	.mmt-card {
		padding: 18px;
		gap: 16px;
		border-radius: 12px;
		align-items: flex-start;
		transition: transform 0.2s ease, box-shadow 0.2s ease;
	}

	.mmt-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 12px 30px rgba(22, 130, 58, 0.05), 0 4px 12px rgba(0, 0, 0, 0.02);
	}

	.mmt-thumb {
		width: 80px;
		height: 80px;
		border-radius: 12px;
	}

	.mmt-card h2 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.mmt-card p {
		font-size: 13px;
		line-height: 1.45;
		margin-bottom: 12px;
	}

	.mmt-hero {
		padding: 60px 40px 20px !important;
		text-align: center;
		max-width: 1200px;
		margin: 0 auto;
		width: 100%;
	}

	.mmt-hero h1 {
		font-size: 32px !important;
		max-width: 800px;
		margin: 0 auto 12px;
		line-height: 1.25;
	}

	/* Center WooCommerce panels and form shells on PC for absolute visual excellence */
	.woocommerce-checkout .mmt-form-shell,
	.woocommerce-cart .mmt-form-shell,
	.woocommerce-account .mmt-form-shell,
	.mmt-form-shell {
		max-width: 800px !important;
		margin: 40px auto 140px !important;
		padding: 36px !important;
		border: 1px solid var(--mmt-line) !important;
		border-radius: 16px !important;
		box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04), 0 8px 10px -6px rgba(0, 0, 0, 0.02) !important;
		background: #ffffff !important;
	}

	/* Force single column stacked layout for checkout on desktop */
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout .col2-set .col-1,
	.woocommerce-checkout .col2-set .col-2 {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
		clear: both !important;
	}

	/* Info pages (Customer Care, Legal, FAQ, etc.) */
	.mmt-info-app .mmt-page-stack {
		max-width: 800px !important;
		margin: 0 auto !important;
		padding: 24px 24px 120px !important;
	}
}

/* Success Download Card Styling */
.mmt-success-card {
	text-align: center;
	padding: 40px 24px;
	background: #ffffff;
	border: 1px solid var(--mmt-line);
	border-radius: 16px;
	box-shadow: 0 10px 25px -5px rgba(0,0,0,0.04), 0 8px 10px -6px rgba(0,0,0,0.02);
}

.mmt-success-icon {
	font-size: 64px !important;
	color: var(--mmt-green);
	margin-bottom: 16px;
	display: inline-block;
}

.mmt-pending-icon {
	font-size: 64px !important;
	color: var(--mmt-gold);
	margin-bottom: 16px;
	display: inline-block;
}

.mmt-success-card h1 {
	font-size: 24px;
	font-weight: 800;
	color: var(--mmt-ink);
	margin: 0 0 10px 0;
	line-height: 1.25;
}

.mmt-success-subtitle {
	font-size: 14.5px;
	color: var(--mmt-muted);
	margin: 0 0 24px 0;
	line-height: 1.5;
}

.mmt-download-buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}

.mmt-download-link-btn {
	width: 100%;
	min-height: 48px;
	font-size: 15px !important;
	font-weight: 800 !important;
	gap: 8px;
}

.mmt-success-meta {
	background: var(--mmt-soft);
	border: 1px solid var(--mmt-line);
	border-radius: 8px;
	padding: 14px;
	margin-bottom: 20px;
	text-align: left;
	display: grid;
	gap: 6px;
}

.mmt-success-meta p {
	margin: 0;
	font-size: 13.5px;
	color: var(--mmt-text);
}

.mmt-success-footer-text {
	font-size: 13px;
	color: var(--mmt-muted);
	line-height: 1.5;
	margin: 0;
}

.mmt-product-page {
	gap: 14px;
	padding-bottom: 96px;
}

.mmt-product-app {
	max-width: 100%;
	background:
		radial-gradient(circle at top left, rgba(22, 130, 58, .06), transparent 28%),
		radial-gradient(circle at top right, rgba(217, 154, 32, .08), transparent 24%),
		#f7faf8;
}

.mmt-product-hero-card {
	display: grid;
	gap: 16px;
	padding: 14px;
	border: 1px solid var(--mmt-line);
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff, #f8fbf8);
	box-shadow: var(--mmt-shadow);
}

.mmt-product-media {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(135deg, #edf7ef, #fff8e7);
	min-height: 260px;
}

.mmt-product-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
}

.mmt-product-image-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--mmt-green);
	background: linear-gradient(135deg, #edf7ef, #fff8e7);
}

.mmt-product-image-fallback span {
	font-size: 54px;
}

.mmt-product-summary {
	display: grid;
	gap: 12px;
}

.mmt-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mmt-pill {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: var(--mmt-green);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.mmt-pill-soft {
	background: var(--mmt-gold);
}

.mmt-pill-outline {
	background: #fff;
	color: var(--mmt-ink);
	border: 1px solid var(--mmt-line);
}

.mmt-product-title {
	margin: 0;
	font-size: 27px;
	line-height: 1.12;
	font-weight: 900;
	color: var(--mmt-ink);
}

.mmt-product-price,
.mmt-product-price .price {
	margin: 0;
	color: var(--mmt-green);
	font-size: 28px;
	font-weight: 900;
}

.mmt-product-price del,
.mmt-product-price .price del {
	color: var(--mmt-muted);
	font-size: 16px;
	font-weight: 700;
	opacity: .75;
	margin-right: 8px;
}

.mmt-product-price ins,
.mmt-product-price .price ins {
	text-decoration: none;
}

.mmt-product-copy {
	margin: 0;
	color: var(--mmt-muted);
	font-size: 14px;
	line-height: 1.65;
}

.mmt-product-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.mmt-product-buy,
.mmt-product-support {
	width: 100%;
	min-height: 48px;
	font-size: 15px;
}

.mmt-product-buy {
	gap: 8px;
}

.mmt-product-meta-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.mmt-product-meta-line {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--mmt-muted);
	font-size: 13px;
	font-weight: 700;
}

.mmt-product-panel {
	gap: 12px;
	border-radius: 16px;
}

.mmt-product-panel h2 {
	margin: 0;
	font-size: 19px;
}

.mmt-product-description > :first-child {
	margin-top: 0;
}

.mmt-product-description > :last-child {
	margin-bottom: 0;
}

.mmt-product-description p,
.mmt-product-description li {
	color: var(--mmt-muted);
	font-size: 14px;
	line-height: 1.7;
}

.mmt-product-list {
	margin: 0;
	padding-left: 18px;
	color: var(--mmt-muted);
}

.mmt-product-list li + li {
	margin-top: 8px;
}

.mmt-related-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.mmt-related-card {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	padding: 10px;
	border: 1px solid var(--mmt-line);
	border-radius: 14px;
	background: #fff;
	text-decoration: none;
	color: inherit;
	transition: transform .18s ease, box-shadow .18s ease;
}

.mmt-related-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(14, 20, 10, .08);
}

.mmt-related-media {
	border-radius: 12px;
	overflow: hidden;
	background: linear-gradient(135deg, #edf7ef, #fff8e7);
}

.mmt-related-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 92px;
	object-fit: cover;
}

.mmt-related-body {
	display: grid;
	gap: 6px;
	align-content: start;
	min-width: 0;
}

.mmt-related-body h3 {
	margin: 0;
	font-size: 15px;
	line-height: 1.3;
	color: var(--mmt-ink);
}

.mmt-related-body p {
	margin: 0;
	color: var(--mmt-muted);
	font-size: 12px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 640px) {
	.mmt-product-page {
		padding: 10px 10px 92px;
		gap: 10px;
	}

	.mmt-product-hero-card,
	.mmt-product-panel {
		border-radius: 14px;
	}

	.mmt-product-hero-card {
		padding: 10px;
		gap: 12px;
	}

	.mmt-product-media,
	.mmt-product-image {
		min-height: 220px;
	}

	.mmt-product-summary {
		gap: 10px;
	}

	.mmt-product-title {
		font-size: 24px;
		line-height: 1.16;
	}

	.mmt-product-price,
	.mmt-product-price .price {
		font-size: 24px;
	}

	.mmt-product-copy {
		font-size: 13px;
		line-height: 1.55;
	}

	.mmt-product-actions {
		position: sticky;
		bottom: 76px;
		z-index: 15;
		padding: 10px;
		margin: 2px -2px 0;
		border: 1px solid rgba(227, 232, 223, .9);
		border-radius: 14px;
		background: rgba(255, 255, 255, .96);
		backdrop-filter: blur(12px);
		box-shadow: 0 10px 26px rgba(12, 18, 10, .10);
	}

	.mmt-product-buy,
	.mmt-product-support {
		min-height: 46px;
	}

	.mmt-product-meta-grid {
		gap: 8px;
	}

	.mmt-product-panel {
		padding: 12px;
	}

	.mmt-related-grid {
		gap: 10px;
	}

	.mmt-related-card {
		grid-template-columns: 84px minmax(0, 1fr);
		gap: 10px;
		padding: 8px;
		border-radius: 12px;
	}

	.mmt-related-image {
		min-height: 84px;
	}
}

/* Fix for hero text centering on all screens */
.mmt-hero {
	text-align: center !important;
}

.mmt-hero h1 {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 800px !important;
}

/* Ensure proper centering on desktop */
@media (min-width: 860px) {
	.mmt-hero {
		padding: 60px 40px 20px !important;
		text-align: center !important;
		max-width: 1200px !important;
		margin: 0 auto !important;
		width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
	}
	
	.mmt-hero h1 {
		font-size: 32px !important;
		max-width: 800px !important;
		margin: 0 auto 12px !important;
		line-height: 1.25 !important;
		text-align: center !important;
	}

	.mmt-product-page {
		max-width: 100%;
		margin: 0 auto;
		padding: 28px 36px 120px;
	}

	.mmt-product-hero-card {
		grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr);
		align-items: start;
		padding: 26px;
		border-radius: 24px;
	}

	.mmt-product-media {
		min-height: 620px;
	}

	.mmt-product-image {
		min-height: 620px;
	}

	.mmt-product-title {
		font-size: clamp(42px, 4vw, 62px);
		line-height: 1.02;
	}

	.mmt-product-actions {
		grid-template-columns: minmax(0, 1.3fr) minmax(160px, .7fr);
	}

	.mmt-product-summary {
		position: sticky;
		top: 106px;
		gap: 16px;
	}

	.mmt-product-price,
	.mmt-product-price .price {
		font-size: clamp(32px, 2.4vw, 40px);
	}

	.mmt-product-copy {
		max-width: 58ch;
		font-size: 15px;
	}

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

	.mmt-related-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.mmt-related-card {
		grid-template-columns: 1fr;
		padding: 12px;
	}

	.mmt-related-image {
		min-height: 180px;
	}

	.mmt-related-body h3 {
		font-size: 16px;
	}
}

@media (min-width: 1440px) {
	.mmt-product-page {
		padding-left: 48px;
		padding-right: 48px;
	}

	.mmt-product-hero-card {
		grid-template-columns: minmax(720px, 1.25fr) minmax(420px, .75fr);
	}

	.mmt-product-media,
	.mmt-product-image {
		min-height: 700px;
	}
}
/* ==========================================================================
   PRODUCT SEARCH FUNCTIONALITY
   ========================================================================== */

/* Hero search bar (visible on home page) */
.mmt-hero-search {
	max-width: 680px;
	margin: 0 auto;
	width: 100%;
}

#mmt-hero-search-form .search-form-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--mmt-surface);
	border-radius: 50px;
	padding: 4px 4px 4px 20px;
	border: 2px solid var(--mmt-line);
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#mmt-hero-search-form .search-form-wrapper:focus-within {
	border-color: var(--mmt-green);
	background: var(--mmt-green-soft);
	box-shadow: 0 4px 20px rgba(22, 130, 58, 0.15);
	transform: translateY(-2px);
}

#mmt-hero-search-form .search-field {
	flex: 1;
	border: none;
	background: transparent;
	padding: 14px 8px;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	color: var(--mmt-text);
	outline: none;
	min-width: 0;
}

#mmt-hero-search-form .search-field::placeholder {
	color: var(--mmt-muted);
	opacity: 0.7;
}

#mmt-hero-search-form .search-submit {
	width: auto;
	height: auto;
	padding: 12px 32px;
	border: none;
	border-radius: 50px;
	background: var(--mmt-green);
	color: white;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
	flex-shrink: 0;
	font-size: 15px;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
}

#mmt-hero-search-form .search-submit:hover,
#mmt-hero-search-form .search-submit:focus {
	background: #116c30;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(22, 130, 58, 0.3);
}

#mmt-hero-search-form .search-submit .material-symbols-outlined {
	font-size: 20px;
}

#mmt-hero-search-form .search-button-text {
	display: inline;
}

/* Search overlay */
.mmt-search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: var(--mmt-bg);
	display: none;
	flex-direction: column;
	overflow: hidden;
}

.mmt-search-overlay.active {
	display: flex;
}

.mmt-search-header {
	position: sticky;
	top: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--mmt-line);
	backdrop-filter: blur(12px);
}

.mmt-search-close {
	background: var(--mmt-soft);
}

.mmt-search-close:hover,
.mmt-search-close:focus {
	background: var(--mmt-green-soft);
	color: var(--mmt-green);
}

.mmt-search-form-container {
	flex: 1;
}

/* Search form styling */
.product-search-form {
	width: 100%;
}

.search-form-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--mmt-soft);
	border-radius: 24px;
	padding: 4px 4px 4px 16px;
	border: 1px solid transparent;
	transition: all 0.2s ease;
}

.search-form-wrapper:focus-within {
	border-color: var(--mmt-green);
	background: var(--mmt-green-soft);
	box-shadow: 0 0 0 3px rgba(22, 130, 58, 0.1);
}

.search-form-wrapper .search-field {
	flex: 1;
	border: none;
	background: transparent;
	padding: 10px 0;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	color: var(--mmt-text);
	outline: none;
	min-width: 0;
}

.search-form-wrapper .search-field::placeholder {
	color: var(--mmt-muted);
	opacity: 0.8;
}

.search-form-wrapper .search-submit {
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: var(--mmt-green);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.search-form-wrapper .search-submit:hover,
.search-form-wrapper .search-submit:focus {
	background: #116c30;
	transform: scale(1.05);
}

.search-form-wrapper .search-submit .material-symbols-outlined {
	font-size: 20px;
}

.search-form-wrapper .search-button-text {
	display: none;
}

/* Search results */
.mmt-search-results {
	flex: 1;
	overflow-y: auto;
	padding: 20px 16px;
	-webkit-overflow-scrolling: touch;
}

.mmt-search-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	text-align: center;
	color: var(--mmt-muted);
}

.mmt-search-empty .material-symbols-outlined {
	font-size: 48px;
	margin-bottom: 16px;
	opacity: 0.5;
}

.mmt-search-empty p {
	font-size: 16px;
	margin: 0;
}

/* Search result items */
.mmt-search-item {
	display: block;
	padding: 16px;
	margin-bottom: 12px;
	background: var(--mmt-surface);
	border-radius: 12px;
	border: 1px solid var(--mmt-line);
	transition: all 0.2s ease;
	text-decoration: none;
	color: inherit;
}

.mmt-search-item:hover,
.mmt-search-item:focus {
	border-color: var(--mmt-green);
	box-shadow: var(--mmt-shadow);
	transform: translateY(-2px);
}

.mmt-search-item-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 8px;
	color: var(--mmt-text);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mmt-search-item-description {
	font-size: 14px;
	margin: 0 0 12px;
	color: var(--mmt-muted);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mmt-search-item-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.mmt-search-item-price {
	font-size: 16px;
	font-weight: 700;
	color: var(--mmt-green);
}

.mmt-search-item-type {
	font-size: 12px;
	padding: 4px 8px;
	background: var(--mmt-soft);
	border-radius: 4px;
	color: var(--mmt-muted);
}

/* Search loading state */
.mmt-search-loading {
	display: flex;
	justify-content: center;
	padding: 40px;
}

.mmt-search-loading .mmt-loader-dots {
	display: flex;
	gap: 8px;
}

.mmt-search-loading .mmt-loader-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--mmt-green);
	animation: searchPulse 1.4s infinite ease-in-out;
}

.mmt-search-loading .mmt-loader-dot:nth-child(2) {
	animation-delay: 0.2s;
}

.mmt-search-loading .mmt-loader-dot:nth-child(3) {
	animation-delay: 0.4s;
}

@keyframes searchPulse {
	0%, 100% { opacity: 0.4; transform: scale(0.8); }
	50% { opacity: 1; transform: scale(1); }
}

/* No results state */
.mmt-search-no-results {
	text-align: center;
	padding: 60px 20px;
}

.mmt-search-no-results .material-symbols-outlined {
	font-size: 48px;
	margin-bottom: 16px;
	color: var(--mmt-muted);
	opacity: 0.5;
}

.mmt-search-no-results p {
	font-size: 16px;
	color: var(--mmt-muted);
	margin: 0 0 20px;
}

.mmt-search-no-results .mmt-secondary {
	display: inline-block;
	padding: 12px 24px;
	background: var(--mmt-soft);
	color: var(--mmt-text);
	border-radius: 24px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.2s ease;
}

.mmt-search-no-results .mmt-secondary:hover,
.mmt-search-no-results .mmt-secondary:focus {
	background: var(--mmt-line);
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.mmt-hero-search {
		padding: 0 12px;
	}
	
	#mmt-hero-search-form .search-form-wrapper {
		padding: 4px 4px 4px 16px;
	}
	
	#mmt-hero-search-form .search-field {
		padding: 12px 4px;
		font-size: 15px;
	}
	
	#mmt-hero-search-form .search-submit {
		padding: 10px 20px;
		font-size: 14px;
	}
	
	#mmt-hero-search-form .search-submit .material-symbols-outlined {
		font-size: 18px;
	}
	
	#mmt-hero-search-form .search-button-text {
		display: none;
	}
	
	#mmt-hero-search-form .search-submit {
		width: 44px;
		height: 44px;
		padding: 0;
		justify-content: center;
		border-radius: 50%;
	}
}

@media (min-width: 768px) {
	.mmt-search-header {
		padding: 16px 24px;
	}
	
	.mmt-search-results {
		padding: 24px;
	}
	
	.mmt-search-item {
		padding: 20px;
	}
	
	.search-form-wrapper .search-submit {
		width: auto;
		height: auto;
		padding: 10px 24px;
		border-radius: 20px;
	}
	
	.search-form-wrapper .search-button-text {
		display: inline;
		margin-left: 8px;
		font-size: 15px;
		font-weight: 500;
	}
	
	.search-form-wrapper .search-submit .material-symbols-outlined {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
	.mmt-search-overlay {
		max-width: 760px;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
		border-left: 1px solid var(--mmt-line);
		border-right: 1px solid var(--mmt-line);
	}
}
/* Drawer search button */
.mmt-drawer-search-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 12px 16px;
	border: none;
	background: var(--mmt-green-soft);
	color: var(--mmt-green);
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
	margin: 8px 0;
}

.mmt-drawer-search-btn:hover,
.mmt-drawer-search-btn:focus {
	background: var(--mmt-green);
	color: white;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(22, 130, 58, 0.2);
}

.mmt-drawer-search-btn .material-symbols-outlined {
	font-size: 20px;
}

/* ==========================================================================
   PRODUCT ARCHIVE / SEARCH RESULTS PAGE
   ========================================================================== */

/* Search header info */
.mmt-search-header-info {
	padding: 24px 16px 16px;
	text-align: center;
	border-bottom: 1px solid var(--mmt-line);
	background: var(--mmt-soft);
}

.mmt-search-header-info h1 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--mmt-text);
}

.mmt-results-count {
	font-size: 14px;
	color: var(--mmt-muted);
	margin: 0;
}

/* Product archive container */
.mmt-product-archive {
	padding: 20px 16px;
	min-height: 60vh;
}

/* Products grid */
.mmt-products-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-bottom: 32px;
}

/* Product card */
.mmt-product-card {
	background: var(--mmt-surface);
	border-radius: 12px;
	border: 1px solid var(--mmt-line);
	overflow: hidden;
	transition: all 0.2s ease;
	display: flex;
	flex-direction: column;
}

.mmt-product-card:hover {
	border-color: var(--mmt-green);
	box-shadow: var(--mmt-shadow);
	transform: translateY(-2px);
}

.mmt-product-image {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	background: var(--mmt-soft);
}

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

.mmt-product-content {
	padding: 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.mmt-product-type {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--mmt-green);
	background: var(--mmt-green-soft);
	padding: 4px 8px;
	border-radius: 4px;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
	width: fit-content;
}

.mmt-product-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--mmt-text);
	line-height: 1.3;
}

.mmt-product-description {
	font-size: 14px;
	color: var(--mmt-muted);
	margin: 0 0 16px;
	line-height: 1.5;
	flex: 1;
}

.mmt-product-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
}

.mmt-product-price {
	font-size: 20px;
	font-weight: 800;
	color: var(--mmt-green);
}

.mmt-buy-btn {
	padding: 10px 24px;
	background: var(--mmt-green);
	color: white;
	border-radius: 24px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.mmt-buy-btn:hover,
.mmt-buy-btn:focus {
	background: #116c30;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(22, 130, 58, 0.3);
	color: white;
	text-decoration: none;
}

/* No products found */
.mmt-no-products {
	text-align: center;
	padding: 60px 20px;
	max-width: 500px;
	margin: 0 auto;
}

.mmt-no-products .material-symbols-outlined {
	font-size: 64px;
	color: var(--mmt-muted);
	opacity: 0.4;
	margin-bottom: 20px;
}

.mmt-no-products h2 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 12px;
	color: var(--mmt-text);
}

.mmt-no-products p {
	font-size: 15px;
	color: var(--mmt-muted);
	margin: 0 0 8px;
	line-height: 1.6;
}

.mmt-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 32px;
	background: var(--mmt-green);
	color: white;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	margin-top: 24px;
	transition: all 0.2s ease;
}

.mmt-btn-primary:hover,
.mmt-btn-primary:focus {
	background: #116c30;
	transform: scale(1.05);
	box-shadow: 0 4px 16px rgba(22, 130, 58, 0.3);
	color: white;
	text-decoration: none;
}

.mmt-btn-primary .material-symbols-outlined {
	font-size: 20px;
}

/* Pagination */
.mmt-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 20px 0;
}

.mmt-pagination a,
.mmt-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 8px;
	background: var(--mmt-soft);
	color: var(--mmt-text);
	text-decoration: none;
	font-weight: 500;
	transition: all 0.2s ease;
}

.mmt-pagination a:hover {
	background: var(--mmt-green-soft);
	color: var(--mmt-green);
	transform: translateY(-2px);
}

.mmt-pagination .current {
	background: var(--mmt-green);
	color: white;
	font-weight: 700;
}

.mmt-pagination .dots {
	background: transparent;
	color: var(--mmt-muted);
}

/* Responsive styles */
@media (min-width: 600px) {
	.mmt-products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	
	.mmt-search-header-info h1 {
		font-size: 24px;
	}
	
	.mmt-results-count {
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	.mmt-product-archive {
		padding: 24px;
	}
	
	.mmt-search-header-info {
		padding: 32px 24px 24px;
	}
}

@media (min-width: 1024px) {
	.mmt-products-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		max-width: 1200px;
		margin: 0 auto 32px;
	}
	
	.mmt-product-archive {
		padding: 32px 40px;
	}
	
	.mmt-search-header-info {
		padding: 40px;
	}
	
	.mmt-search-header-info h1 {
		font-size: 28px;
	}
}