:root {
	--mzb-green: #015641;
	--mzb-green-dark: #012900;
	--mzb-ink: #111111;
	--mzb-muted: #5f665f;
	--mzb-border: #e5e8e2;
	--mzb-bg: #ffffff;
	--mzb-bg-soft: #f3f3f3;
	--mzb-sale: #dd1d1d;
	--mzb-radius: 12px;
	--mzb-page: 1400px;
	--mzb-shadow: 2px 6px 15px rgba(0, 0, 0, 0.10);
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	color: var(--mzb-ink);
	background: var(--mzb-bg);
	font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

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

a:hover {
	color: var(--mzb-green);
}

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

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

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

.mzb-site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid var(--mzb-border);
}

.mzb-ticker {
	overflow: hidden;
	background: var(--mzb-green);
	color: #ffffff;
	padding: 12px 0;
	font-size: 21px;
	line-height: 1;
}

.mzb-ticker-track {
	display: flex;
	width: max-content;
	gap: 100px;
	animation: mzbTicker 35s linear infinite;
	white-space: nowrap;
}

.mzb-ticker span {
	font-weight: 700;
}

@keyframes mzbTicker {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(0);
	}
}

.mzb-header-main {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
	min-height: 74px;
	padding-top: 20px;
	padding-bottom: 0;
}

.mzb-brand img {
	max-width: 110px;
	display: block;
}

.mzb-site-title {
	font-size: 26px;
	font-weight: 900;
	color: var(--mzb-green);
}

.mzb-menu,
.mzb-footer-menu {
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mzb-menu a {
	font-weight: 800;
	font-size: 15px;
}

.mzb-header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.mzb-header-search input[type="search"] {
	width: 230px;
	border: 1px solid rgba(1, 86, 65, 0.25);
	border-radius: 8px;
	padding: 11px 13px;
	font: inherit;
}

.mzb-icon-link,
.mzb-cart-link {
	font-size: 14px;
	font-weight: 900;
}

.mzb-cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.mzb-cart-count {
	min-width: 22px;
	height: 22px;
	display: inline-grid;
	place-items: center;
	border-radius: 99px;
	background: var(--mzb-green);
	color: #ffffff;
	font-size: 12px;
}

.mzb-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--mzb-border);
	border-radius: 6px;
	background: #ffffff;
	padding: 10px;
}

.mzb-menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--mzb-ink);
}

.button,
button,
input[type="submit"],
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 2px solid var(--mzb-green);
	border-radius: 6px;
	background: var(--mzb-green);
	color: #ffffff;
	padding: 10px 18px;
	font-family: inherit;
	font-weight: 900;
	line-height: 1.2;
	cursor: pointer;
	text-align: center;
}

.wc-block-grid__product-add-to-cart {
    width: 100%;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--mzb-green-dark);
	border-color: var(--mzb-green-dark);
	color: #ffffff;
}

.button.button-outline {
	background: transparent;
	color: var(--mzb-green);
}

.button.button-outline:hover {
	color: #ffffff;
}

input,
select,
textarea {
	width: 100%;
	border: 1px solid rgba(1, 86, 65, 0.30);
	border-radius: 6px;
	padding: 12px 14px;
	font: inherit;
	background: #ffffff;
}

textarea {
	resize: vertical;
}

.mzb-page-header h1,
.woocommerce-products-header__title,
.product_title {
	margin: 0;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
}

.mzb-home-section,
.mzb-content,
.mzb-page,
.mzb-shop-main {
	padding-block: clamp(34px, 5vw, 64px);
}

.mzb-muted-band {
	width: 100%;
	max-width: none;
	background: var(--mzb-bg-soft);
	padding-block: clamp(34px, 5vw, 64px);
}

.mzb-shopify-banner {
	width: min(var(--mzb-page), 100%);
	margin: 0 auto;
	padding-top: 0;
}

.mzb-shopify-banner a,
.mzb-shopify-banner img {
	display: block;
	width: 100%;
}

.mzb-trustpilot-home {
	padding: 0;
	background: #ffffff;
}

.mzb-trustpilot-home a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	color: #000000;
	font-size: 14px;
}

.mzb-trustpilot-home strong {
	font-size: 16px;
	font-weight: 700;
}

.mzb-trustpilot-home span {
	font-weight: 400;
}

.mzb-trustpilot-home em {
	font-style: normal;
	font-weight: 800;
}

.mzb-trust-stars {
	display: inline-flex;
	gap: 2px;
}

.mzb-trust-stars i {
	display: block;
	width: 16px;
	height: 16px;
	background: #00b67a;
	clip-path: polygon(50% 0, 62% 34%, 98% 35%, 69% 56%, 79% 91%, 50% 70%, 21% 91%, 31% 56%, 2% 35%, 38% 34%);
}

.mzb-popular-tiles {
	padding-bottom: 44px;
}

.mzb-popular-tiles h2 {
	margin: 0 0 16px;
	font-size: 28px;
	line-height: 1.2;
}

.mzb-tile-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 13px;
	text-align: center;
}

.mzb-tile-grid a {
	display: block;
	color: #000000;
}

.mzb-tile-grid span {
	position: relative;
	display: block;
	overflow: hidden;
	background: rgb(243, 243, 243);
}

.mzb-tile-grid span::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0);
	transition: background 160ms ease;
}

.mzb-tile-grid a:hover span::after {
	background: rgba(0, 0, 0, 0.3);
}

.mzb-tile-grid img {
	display: block;
	width: calc(100% - 20px);
	margin: 10px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.mzb-tile-grid strong {
	display: block;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 900;
}

.mzb-home-reviews {
	padding: 42px 0 56px;
	background: var(--mzb-bg-soft);
}

.mzb-review-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.mzb-review-grid blockquote {
	margin: 0;
	border-radius: var(--mzb-radius);
	background: #ffffff;
	box-shadow: var(--mzb-shadow);
	padding: 22px;
}

.mzb-review-grid p {
	margin: 0 0 14px;
}

.mzb-review-grid cite {
	color: var(--mzb-green);
	font-style: normal;
	font-weight: 900;
}

.mzb-section-heading {
	margin-bottom: 22px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 22px;
}

.woocommerce .woocommerce-result-count {
	float: left;
}

.woocommerce .woocommerce-ordering {
	float: right;
	max-width: 200px;
}

.mzb-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
}

.mzb-section-heading h2 {
	margin: 0;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.15;
}

.mzb-section-heading a {
	color: var(--mzb-green);
	font-weight: 900;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
}

.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;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: #ffffff;
	border-radius: var(--mzb-radius);
	box-shadow: var(--mzb-shadow);
	overflow: hidden;
	text-align: center;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
	color: inherit;
}

.woocommerce ul.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	margin: 0;
	background: #f8f8f8;
	transition: transform 180ms ease;
}

.woocommerce ul.products li.product img.mzb-shopify-product-image {
	height: auto;
}

.woocommerce ul.products li.product:hover img {
	transform: scale(1.025);
}

.woocommerce-loop-product__title {
	min-height: 3.2em;
	margin: 14px 14px 8px;
	padding: 0;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.28;
	letter-spacing: 0;
}

.woocommerce ul.products li.product .price {
	display: block;
	margin: 0 14px 14px;
	color: var(--mzb-green);
	font-size: 17px;
	font-weight: 900;
}

.woocommerce .price del {
	color: var(--mzb-muted);
	font-weight: 600;
	opacity: 0.75;
}

.woocommerce .price ins {
	text-decoration: none;
}

.mzb-product-badges {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	max-width: calc(100% - 20px);
}

.mzb-product-badge,
.woocommerce span.onsale {
	border-radius: 6px;
	background: var(--mzb-green-dark);
	color: #ffffff;
	padding: 5px 8px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.mzb-card-actions {
	padding: 0 14px 16px;
	margin-top: auto;
}

.mzb-card-actions .button {
	width: 100%;
	min-height: 40px;
	font-size: 14px;
}

.mzb-card-actions .added_to_cart {
	display: block;
	margin-top: 10px;
    text-decoration: underline;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 6px;
	border: 0;
	margin-top: 32px;
	list-style: none;
	padding: 0;
}

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

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 42px;
	border: 1px solid var(--mzb-border);
	border-radius: 6px;
	color: var(--mzb-ink);
	padding: 10px 12px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--mzb-green);
	color: #ffffff;
    border-color: var(--mzb-green);
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 18px;
	color: var(--mzb-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--mzb-ink);
	text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: var(--mzb-green);
}

.woocommerce-notices-wrapper {
	margin-bottom: 20px;
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(380px, 0.72fr);
	align-items: start;
	gap: clamp(22px, 4vw, 48px);
}

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

.woocommerce div.product div.images {
	position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce div.product .woocommerce-product-gallery.mzb-single-image-fallback .woocommerce-product-gallery__trigger {
	position: absolute !important;
	z-index: 2;
	top: 10px !important;
	right: auto !important;
	left: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50% !important;
	background: #ffffff !important;
	box-shadow: 0 2px 10px rgba(16, 24, 40, 0.14);
	color: var(--mzb-ink);
	font-size: 0;
	padding: 5px !important;
	text-decoration: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger span,
.woocommerce div.product .woocommerce-product-gallery.mzb-single-image-fallback .woocommerce-product-gallery__trigger span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	line-height: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger img.emoji,
.woocommerce div.product .woocommerce-product-gallery.mzb-single-image-fallback .woocommerce-product-gallery__trigger img.emoji {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	vertical-align: top !important;
}

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

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
	padding: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	background: #f8f8f8;
}

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

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

.woocommerce div.product div.images .flex-control-thumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 1px solid var(--mzb-border);
	border-radius: 8px;
	padding: 4px;
	background: #ffffff;
	cursor: pointer;
	opacity: 0.72;
	transition: border-color 160ms ease, opacity 160ms ease;
}

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

.mzb-single-image-fallback img {
	width: 100%;
	border-radius: var(--mzb-radius);
	background: #f8f8f8;
}

.woocommerce-product-gallery.mzb-single-image-fallback {
	position: relative;
}

.mzb-single-image-fallback .woocommerce-product-gallery__image img {
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.mzb-product-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 12px;
}

.mzb-product-thumbs a {
	display: block;
	border: 1px solid var(--mzb-border);
	border-radius: 8px;
	padding: 4px;
	background: #ffffff;
}

.mzb-product-thumbs a.is-active,
.mzb-product-thumbs a:hover {
	border-color: var(--mzb-green);
}

.mzb-product-thumbs img {
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 6px;
}

.woocommerce div.product .product_title {
	margin-top: 12px;
	color: #939191;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.35;
}

.mzb-single-trustpilot {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 5px 0 -8px;
	color: #000000;
	font-size: 14px;
}

.mzb-single-trustpilot strong {
	font-weight: 700;
}

.mzb-single-trustpilot em {
	font-style: normal;
	font-weight: 900;
}

.mzb-special-offer {
	display: inline-flex;
	align-items: center;
	margin: 0 0 8px;
	border-radius: 6px;
	background: var(--mzb-green);
	color: #ffffff;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.woocommerce-product-rating {
	margin-block: 10px 16px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--mzb-green);
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 900;
}

.woocommerce-product-details__short-description {
	color: var(--mzb-muted);
	font-size: 17px;
}

.mzb-personalization {
    display: none !important;
	/* flex: 1 1 100%;
	margin: 8px 0 10px;
	padding: 16px;
	border: 1px solid var(--mzb-border);
	border-radius: 8px;
	background: #fbfdfb; */
}

.mzb-personalization label {
	display: block;
	margin-bottom: 8px;
	font-weight: 900;
}

.mzb-personalization p {
	margin: 8px 0 0;
	color: var(--mzb-muted);
	font-size: 13px;
}

.mzb-product-promises {
	display: grid;
	gap: 8px;
	margin: 12px 0 18px;
}

.mzb-product-promises div {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--mzb-ink);
	font-size: 14px;
	font-weight: 800;
}

.mzb-product-promises span {
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 99px;
	background: #eaf3ff;
	color: #2f58b8;
	font-weight: 900;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-start;
	margin-top: 18px;
}

.woocommerce div.product form.cart .variations {
	flex: 1 1 100%;
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
	display: block;
	padding: 0;
	text-align: left;
}

.woocommerce div.product form.cart .variations label {
	display: block;
	margin: 0 0 8px;
	font-weight: 900;
}

.woocommerce div.product form.cart .variations select {
	border-color: rgba(1, 86, 65, 0.55);
	border-radius: 40px;
	font-weight: 800;
}

.woocommerce div.product form.cart .reset_variations {
	display: inline-block;
	margin-top: 8px;
	color: var(--mzb-green);
	font-size: 13px;
	font-weight: 900;
}

.woocommerce .quantity .qty {
	width: 86px;
	text-align: center;
	border-radius: 8px;
}

.woocommerce div.product form.cart .button {
	flex: 1 1 240px;
	min-height: 50px;
	text-transform: uppercase;
}

.woocommerce div.product form.cart .single_variation_wrap,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
	display: flex;
	flex: 1 1 100%;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-start;
	width: 100%;
}

/* AJAX add to cart: in-flight state for the single product button. */
.woocommerce div.product form.cart .single_add_to_cart_button.mzb-adding {
	position: relative;
	color: transparent;
	cursor: progress;
	opacity: 0.85;
}

.woocommerce div.product form.cart .single_add_to_cart_button.mzb-adding::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-top-color: #fff;
	border-radius: 50%;
	animation: mzb-spin 0.7s linear infinite;
}

@keyframes mzb-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.woocommerce div.product form.cart .single_add_to_cart_button.mzb-adding::after {
		animation-duration: 2s;
	}
}

/*
 * The feedback for an AJAX add is the .mzb-cart-toast, which already offers
 * "View cart". WooCommerce's own added_to_cart handler also appends an
 * unstyled "View cart" link after the button, which would duplicate that and
 * shift the layout - hide it on the product form only (loop cards keep theirs).
 */
.woocommerce div.product form.cart .added_to_cart {
	display: none;
}

.mzb-atc-notice {
	margin: 0 0 16px;
	outline: none;
}

.mzb-atc-notice .woocommerce-error,
.mzb-atc-notice .woocommerce-message,
.mzb-atc-notice .woocommerce-info {
	margin: 0;
}

.mzb-payment-badge {
	margin: 0 0 20px;
}

.mzb-payment-badge img {
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 0;
}

.mzb-trust-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	padding: 0;
	margin: 18px 0;
	list-style: none;
}

.mzb-trust-strip li {
	border: 1px solid var(--mzb-border);
	border-radius: 8px;
	padding: 10px;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.woocommerce div.product .woocommerce-tabs {
	grid-column: 1 / -1;
	padding-top: 32px;
}

.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
	grid-column: 1 / -1;
	width: 100%;
}

.mzb-policy-links {
	display: block;
	width: 100%;
	margin: 18px 0 0;
	border-top: 1px solid var(--mzb-border);
}

.mzb-policy-item {
	border-bottom: 1px solid var(--mzb-border);
}

.mzb-policy-item summary {
	display: flex;
	justify-content: space-between;
	border-radius: 0;
	padding: 18px 0;
	font-weight: 900;
	text-align: left;
	cursor: pointer;
	list-style: none;
}

.mzb-policy-item summary::-webkit-details-marker {
	display: none;
}

.mzb-policy-item summary::after {
	content: "+";
	font-size: 22px;
	line-height: 1;
}

.mzb-policy-item[open] summary::after {
	content: "-";
}

.mzb-policy-content {
	padding: 0 0 18px;
	color: var(--mzb-muted);
	font-size: 14px;
	line-height: 1.55;
}

.mzb-policy-content p {
	margin: 0;
}

.mzb-policy-content a {
	color: var(--mzb-green);
	font-weight: 900;
	overflow-wrap: anywhere;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0 0 18px;
	border-bottom: 1px solid var(--mzb-border);
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 12px 0;
	font-weight: 900;
}

.mzb-commerce-page {
	max-width: var(--mzb-page);
	padding-top: 34px;
	padding-bottom: 70px;
}

.mzb-commerce-page .mzb-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
	text-align: left;
}

.mzb-commerce-page .mzb-page-header h1 {
	margin: 0;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.1;
}

.mzb-continue-shopping {
	color: var(--mzb-green);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mzb-cart-progress {
	max-width: 760px;
	margin: 0 0 24px;
}

.mzb-cart-progress p {
	margin: 0 0 10px;
	font-weight: 900;
	color: var(--mzb-green-dark);
}

.mzb-cart-progress-bar {
	position: relative;
	height: 12px;
	overflow: hidden;
	border-radius: 999px;
	background: var(--mzb-bg-soft);
}

.mzb-cart-progress-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--mzb-green);
}

.mzb-commerce-assurance {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 0;
	margin: 0 0 28px;
	list-style: none;
}

.mzb-commerce-assurance li {
	border: 1px solid var(--mzb-border);
	border-radius: 8px;
	padding: 14px 16px;
	background: #ffffff;
}

.mzb-commerce-assurance strong,
.mzb-commerce-assurance span {
	display: block;
}

.mzb-commerce-assurance strong {
	color: var(--mzb-green-dark);
	font-size: 15px;
	font-weight: 900;
}

.mzb-commerce-assurance span {
	margin-top: 2px;
	color: var(--mzb-muted);
	font-size: 13px;
}

.woocommerce-cart table.cart img {
	width: 96px;
	border-radius: 8px;
}

.woocommerce table.shop_table,
.wc-block-cart-items,
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar {
	border-color: var(--mzb-border);
	border-radius: var(--mzb-radius);
}

.woocommerce table.shop_table th,
.wc-block-cart-items__header th,
.wc-block-components-totals-wrapper,
.wc-block-components-title {
	color: var(--mzb-green-dark);
}

.wc-block-cart,
.wp-block-woocommerce-checkout {
	margin-top: 0;
}

.wc-block-components-sidebar-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
	gap: 32px;
	align-items: flex-start;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
	width: auto;
	border: 1px solid var(--mzb-border);
	padding: 24px;
	background: #ffffff;
}

.wc-block-components-sidebar {
	width: auto;
	border: 1px solid var(--mzb-border);
	padding: 20px;
	background: #ffffff;
	box-shadow: var(--mzb-shadow);
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
}

.wc-block-cart-items__header {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.wc-block-cart-items__row {
	border-top: 1px solid var(--mzb-border);
}

.wc-block-cart-item__image img,
.wc-block-components-order-summary-item__image img {
	overflow: hidden;
	border-radius: 12px;
	background: var(--mzb-bg-soft);
}

.wc-block-cart-item__product a,
.wc-block-components-product-name {
	color: var(--mzb-ink);
	font-weight: 900;
	line-height: 1.25;
}

.wc-block-components-product-metadata,
.wc-block-components-product-details,
.wc-block-cart-item__prices {
	color: var(--mzb-muted);
	font-size: 14px;
}

.wc-block-components-quantity-selector {
	border: 1px solid rgba(1, 86, 65, 0.25);
	border-radius: 8px;
	background: #ffffff;
}

.wc-block-components-quantity-selector__button {
	color: var(--mzb-green-dark);
	font-weight: 900;
}

.wc-block-cart-item__remove-link {
	color: var(--mzb-sale) !important;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input input,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"] {
	border: 1px solid rgba(1, 86, 65, 0.28);
	border-radius: 6px;
	background: #ffffff;
	box-shadow: none;
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input input:focus,
.wc-block-components-text-input input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-text-input input:focus {
	border-color: var(--mzb-green);
	box-shadow: 0 0 0 3px rgba(1, 86, 65, 0.14);
	outline: 0;
}

.wp-block-woocommerce-checkout .wc-block-checkout__contact-fields,
.wp-block-woocommerce-checkout .wc-block-checkout__shipping-fields,
.wp-block-woocommerce-checkout .wc-block-checkout__billing-fields,
.wp-block-woocommerce-checkout .wc-block-checkout__payment-method {
	border-bottom: 1px solid var(--mzb-border);
	padding-bottom: 22px;
	margin-bottom: 22px;
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-step__heading-container {
	margin-top: 24px;
}

.wp-block-woocommerce-checkout .wc-block-components-checkbox,
.wp-block-woocommerce-checkout .wc-block-components-radio-control__option,
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option {
	border: 1px solid rgba(1, 86, 65, 0.2) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

.wp-block-woocommerce-checkout .wc-block-components-checkbox {
	margin-top: 14px;
	padding: 0 !important;
}

.wp-block-woocommerce-checkout .wc-block-components-checkbox label {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	width: 100%;
	min-height: 52px;
	margin: 0 !important;
	padding: 14px !important;
	line-height: 1.35 !important;
}

.wp-block-woocommerce-checkout .wc-block-components-checkbox__input[type="checkbox"] {
	position: relative !important;
	display: inline-block !important;
	flex: 0 0 20px !important;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	margin: 0 !important;
	padding-right: 10px;
	border: 2px solid rgba(1, 86, 65, 0.58) !important;
	border-radius: 4px !important;
	background: #ffffff !important;
	accent-color: var(--mzb-green);
}

.wp-block-woocommerce-checkout .wc-block-components-checkbox__input[type="checkbox"]:checked {
	border-color: var(--mzb-green) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-checkbox__mark {
	fill: var(--mzb-green) !important;
	width: 30px;
	margin-left: 0 !important;
	margin-top: -3px !important;
}

.wp-block-woocommerce-checkout .wc-block-components-checkbox__label {
	display: block;
	color: var(--mzb-ink) !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control__option,
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option {
	position: relative !important;
	display: block !important;
	min-height: 54px;
	margin: 0 !important;
	padding: 14px !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control__option:after {
	border: 0 !important;
	box-shadow: none !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control__option-checked,
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option:has(.wc-block-components-radio-control__input:checked) {
	border-color: var(--mzb-green) !important;
	box-shadow: inset 0 0 0 1px var(--mzb-green) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input {
	position: absolute !important;
	top: 50% !important;
	right: auto !important;
	left: 16px !important;
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	border: 2px solid rgba(1, 86, 65, 0.58) !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	color: var(--mzb-green) !important;
	transform: translateY(-50%) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border-color: var(--mzb-green) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	right: 50% !important;
	left: auto !important;
	width: 10px !important;
	height: 10px !important;
	margin: 0 !important;
	background: var(--mzb-green) !important;
	transform: translate(50%, -50%) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control__option-layout {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	padding: 0 !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control__label-group {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	width: 100% !important;
	min-width: 0 !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control__label {
	color: var(--mzb-ink) !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	min-width: 0 !important;
	padding: 5px;
    margin-left: 40px !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control__secondary-label {
	margin-left: auto !important;
	color: var(--mzb-ink) !important;
	font-weight: 800 !important;
	white-space: nowrap;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control__description {
	margin-top: 4px !important;
	color: var(--mzb-muted) !important;
	line-height: 1.35 !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:focus,
.wp-block-woocommerce-checkout .wc-block-components-checkbox__input[type="checkbox"]:focus {
	outline: 3px solid rgba(1, 86, 65, 0.18) !important;
	outline-offset: 2px !important;
}

.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border: 2px solid var(--mzb-sale);
	border-radius: 6px;
	background: var(--mzb-sale);
	color: #ffffff;
	font-weight: 900;
	text-transform: none;
	box-shadow: none;
}

.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text,
.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button,
.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button .wc-block-components-button__text {
	color: #ffffff !important;
}

.wc-block-components-button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #b91515;
	border-color: #b91515;
	color: #ffffff;
}

.wc-block-components-totals-footer-item {
	/* border-top: 1px solid var(--mzb-border); */
	padding-top: 16px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 20px;
	font-weight: 900;
}

.wc-block-cart__empty-cart__title {
	color: var(--mzb-green-dark);
	font-size: clamp(28px, 4vw, 42px);
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.wc-block-cart__empty-cart__title),
.wp-block-woocommerce-empty-cart-block .wp-block-separator,
.wp-block-woocommerce-empty-cart-block .wc-block-grid {
	display: none !important;
}

.wc-block-grid__products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
}

.wc-block-grid__product {
	display: flex;
	flex-direction: column;
	min-width: 0;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #ffffff;
	box-shadow: var(--mzb-shadow);
	overflow: hidden;
	text-align: center;
	border-radius: var(--mzb-radius);
	position: relative;
}

.wc-block-grid__product-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	color: inherit;
}

.wc-block-grid__product-image {
	margin: 0 !important;
}

.wc-block-grid__product-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	margin: 0;
	background: #f8f8f8;
	transition: transform 180ms ease;
}

.wc-block-grid__product:hover .wc-block-grid__product-image img {
	transform: scale(1.025);
}

.wc-block-grid__product-onsale {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	pointer-events: none;
}

.wc-block-grid__product-onsale span:not(.screen-reader-text) {
	display: inline-block;
	border-radius: 6px;
	background: var(--mzb-green-dark);
	color: #ffffff;
	padding: 5px 8px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.wc-block-grid__product-title {
	min-height: 3.2em;
	margin: 14px 14px 8px;
	color: var(--mzb-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.28;
}

.wc-block-grid__product-price {
	margin: 0 14px 14px;
	color: var(--mzb-green);
	font-size: 17px;
	font-weight: 900;
}

.wc-block-grid__product-add-to-cart {
	padding: 0 14px 16px;
	margin-top: auto;
}

.wc-block-grid__product-add-to-cart .wp-block-button__link,
.wc-block-grid__product-add-to-cart .wp-block-button__link:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	border: 2px solid var(--mzb-sale);
	border-radius: 6px;
	background: var(--mzb-sale);
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
}

.wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
	background: #b91515;
	border-color: #b91515;
	color: #ffffff;
}

.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	border: 1px solid var(--mzb-border);
	border-radius: var(--mzb-radius);
	padding: 20px;
	background: #ffffff;
}

.mzb-cart-recommendations {
	padding-top: 70px;
}

.mzb-cart-newsletter,
.mzb-checkout-support {
	margin-top: 60px;
	padding: 52px 24px;
	text-align: center;
	border-radius: 0;
	background: var(--mzb-bg-soft);
}

.mzb-cart-newsletter h2,
.mzb-checkout-support h2 {
	margin: 0 0 10px;
	font-size: clamp(28px, 4vw, 44px);
}

.mzb-cart-newsletter p,
.mzb-checkout-support p {
	max-width: 620px;
	margin: 0 auto 22px;
	color: var(--mzb-muted);
	font-weight: 700;
}

.mzb-checkout-support {
	text-align: left;
}

.mzb-checkout-support p {
	margin-left: 0;
}

.mzb-order-received-page {
	max-width: var(--mzb-page);
	padding-top: 28px;
}

.mzb-order-received-page .mzb-page-header {
	display: none;
}

.mzb-thankyou {
	color: var(--mzb-ink);
}

.mzb-thankyou-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
	gap: 48px;
	align-items: flex-start;
}

.mzb-thankyou-main {
	min-width: 0;
	padding: 18px 0 72px;
}

.mzb-thankyou-hero {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 24px;
}

.mzb-thankyou-status-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border: 2px solid var(--mzb-green);
	border-radius: 50%;
	background: var(--mzb-green);
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.mzb-thankyou-order-number {
	margin: 0 0 4px;
	color: var(--mzb-muted);
	font-size: 14px;
	font-weight: 800;
}

.mzb-thankyou h2,
.mzb-thankyou h3 {
	color: var(--mzb-green-dark);
}

.mzb-thankyou h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.12;
}

.mzb-thankyou h3 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.25;
}

.mzb-thankyou-message,
.mzb-thankyou-panel,
.mzb-thankyou-info-grid {
	border: 1px solid var(--mzb-border);
	border-radius: 8px;
	background: #ffffff;
}

.mzb-thankyou-message {
	padding: 22px;
	margin-bottom: 18px;
}

.mzb-thankyou-message p,
.mzb-thankyou-panel p,
.mzb-thankyou-info-block p,
.mzb-thankyou-info-block address {
	margin: 0;
	color: var(--mzb-muted);
	font-weight: 700;
	line-height: 1.55;
}

.mzb-thankyou-message p + p {
	margin-top: 10px;
}

.mzb-thankyou-email-link {
	color: var(--mzb-green);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mzb-thankyou-panel {
	padding: 22px;
	margin-bottom: 18px;
}

.mzb-thankyou-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 28px;
	overflow: hidden;
}

.mzb-thankyou-info-block {
	min-width: 0;
	padding: 22px;
	border-bottom: 1px solid var(--mzb-border);
}

.mzb-thankyou-info-block:nth-child(odd) {
	border-right: 1px solid var(--mzb-border);
}

.mzb-thankyou-info-block:nth-last-child(-n+2) {
	border-bottom: 0;
}

.mzb-thankyou-info-block address {
	font-style: normal;
}

.mzb-thankyou-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.mzb-thankyou-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border: 2px solid var(--mzb-green) !important;
	background: var(--mzb-green) !important;
	color: #ffffff !important;
	text-decoration: none;
}

.mzb-thankyou-actions .button:hover {
	background: var(--mzb-green-dark) !important;
	border-color: var(--mzb-green-dark) !important;
}

.mzb-thankyou-secondary {
	color: var(--mzb-green);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mzb-thankyou-summary {
	position: sticky;
	top: 24px;
	padding: 28px;
	border: 1px solid var(--mzb-border);
	border-radius: var(--mzb-radius);
	background: #ffffff;
	box-shadow: var(--mzb-shadow);
}

#mzb-thankyou-summary-title {
	padding-bottom: 18px;
	border-bottom: 1px solid var(--mzb-border);
	margin-bottom: 18px;
}

.mzb-thankyou-items {
	display: grid;
	gap: 18px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--mzb-border);
}

.mzb-thankyou-item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
}

.mzb-thankyou-item-image {
	position: relative;
	width: 72px;
	height: 72px;
}

.mzb-thankyou-item-image img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: cover;
	border: 1px solid var(--mzb-border);
	border-radius: 8px;
	background: #ffffff;
}

.mzb-thankyou-item-image span {
	position: absolute;
	top: -8px;
	right: -8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 7px;
	border-radius: 999px;
	background: var(--mzb-muted);
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
}

.mzb-thankyou-item-name {
	min-width: 0;
}

.mzb-thankyou-item-name strong {
	display: block;
	color: var(--mzb-ink);
	font-size: 15px;
	line-height: 1.3;
}

.mzb-thankyou-item-name .wc-item-meta {
	padding: 0;
	margin: 6px 0 0;
	color: var(--mzb-muted);
	font-size: 12px;
	list-style: none;
}

.mzb-thankyou-item-total {
	color: var(--mzb-ink);
	font-weight: 900;
	white-space: nowrap;
}

.mzb-thankyou-totals {
	padding-top: 18px;
}

.mzb-thankyou-total-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	padding: 8px 0;
	color: var(--mzb-muted);
	font-weight: 800;
}

.mzb-thankyou-total-row strong {
	color: var(--mzb-ink);
	text-align: right;
}

.mzb-thankyou-total-row--order_total {
	margin-top: 10px;
	padding-top: 18px;
	border-top: 1px solid var(--mzb-border);
	color: var(--mzb-green-dark);
	font-size: 18px;
}

.mzb-thankyou-total-row--order_total strong {
	color: var(--mzb-green-dark);
	font-size: 22px;
}

.mzb-thankyou-failed {
	max-width: 720px;
	margin: 0 auto 70px;
	padding: 42px;
	border: 1px solid var(--mzb-border);
	border-radius: 8px;
	background: #ffffff;
	text-align: center;
	box-shadow: var(--mzb-shadow);
}

.mzb-thankyou-failed .mzb-thankyou-status-icon {
	margin: 0 auto 18px;
	border-color: var(--mzb-sale);
	background: var(--mzb-sale);
	color: #ffffff;
}

.mzb-thankyou-failed p {
	color: var(--mzb-muted);
	font-weight: 700;
}

.mzb-tracking-page {
	max-width: var(--mzb-page);
}

.mzb-tracking-page .mzb-page-header {
	display: none;
}

.mzb-tracking-shell {
	padding-bottom: 72px;
}

.mzb-tracking-hero {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
}

.mzb-tracking-hero p {
	margin: 0 0 8px;
	color: var(--mzb-green);
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.mzb-tracking-hero h1 {
	display: none;
}

.mzb-tracking-hero span {
	display: block;
	max-width: 620px;
	margin: 0 auto;
	color: var(--mzb-muted);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
}

.mzb-tracking-card,
.mzb-tracking-status-card,
.mzb-tracking-progress,
.mzb-tracking-detail-card,
.mzb-tracking-help {
	border: 1px solid var(--mzb-border);
	border-radius: 8px;
	background: #ffffff;
}

.mzb-tracking-card {
	max-width: 860px;
	margin: 0 auto;
	padding: 30px;
	box-shadow: var(--mzb-shadow);
}

.mzb-tracking-card-heading {
	margin-bottom: 22px;
	text-align: center;
}

.mzb-tracking-card-heading h2,
.mzb-tracking-status-card h2,
.mzb-tracking-detail-card h3,
.mzb-tracking-help h2 {
	margin: 0;
	color: var(--mzb-green-dark);
	line-height: 1.18;
}

.mzb-tracking-card-heading h2 {
	font-size: 28px;
}

.mzb-tracking-card-heading p,
.mzb-tracking-status-card p,
.mzb-tracking-help p {
	margin: 10px 0 0;
	color: var(--mzb-muted);
	font-weight: 700;
	line-height: 1.55;
}

.mzb-tracking-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.mzb-tracking-form .form-row {
	margin: 0;
}

.mzb-tracking-form label {
	display: block;
	margin-bottom: 8px;
	color: var(--mzb-green-dark);
	font-weight: 900;
}

.mzb-tracking-form input.input-text {
	width: 100%;
	min-height: 50px;
	border: 1px solid rgba(1, 86, 65, 0.28);
	border-radius: 6px;
	padding: 0 14px;
	background: #ffffff;
	color: var(--mzb-ink);
	font: inherit;
	font-weight: 700;
}

.mzb-tracking-form input.input-text:focus {
	border-color: var(--mzb-green);
	box-shadow: 0 0 0 3px rgba(1, 86, 65, 0.14);
	outline: 0;
}

.mzb-tracking-submit {
	margin-top: 20px !important;
	text-align: center;
}

.mzb-tracking-submit .button {
	min-width: 220px;
	min-height: 50px;
}

.mzb-tracking-promises {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 980px;
	margin: 22px auto 0;
}

.mzb-tracking-promises div {
	padding: 16px;
	border: 1px solid var(--mzb-border);
	border-radius: 8px;
	background: var(--mzb-bg-soft);
}

.mzb-tracking-promises strong,
.mzb-tracking-promises span {
	display: block;
}

.mzb-tracking-promises strong {
	color: var(--mzb-green-dark);
	font-size: 15px;
	font-weight: 900;
}

.mzb-tracking-promises span {
	margin-top: 4px;
	color: var(--mzb-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.mzb-tracking-result {
	max-width: 1180px;
	margin: 0 auto;
}

.mzb-tracking-status-card {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 26px;
	margin-bottom: 18px;
}

.mzb-tracking-kicker {
	margin: 0 0 4px !important;
	color: var(--mzb-green) !important;
	font-size: 14px;
	font-weight: 900 !important;
}

.mzb-tracking-status-card h2 {
	font-size: clamp(28px, 4vw, 42px);
}

.mzb-tracking-status-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(1, 86, 65, 0.1);
	color: var(--mzb-green);
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
}

.mzb-tracking-progress {
	padding: 26px;
	margin-bottom: 18px;
}

.mzb-tracking-progress-steps {
	display: flex;
	position: relative;
}

.mzb-tracking-progress-steps::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 10%;
	right: 10%;
	height: 8px;
	background: #c6c6c6;
	border-radius: 9999px;
	z-index: 0;
}

.mzb-tracking-progress-steps::after {
	content: "";
	position: absolute;
	top: 24px;
	left: 10%;
	height: 8px;
	background: #008000;
	border-radius: 9999px;
	z-index: 1;
	width: calc(var(--step, 0) / 4 * 80%);
	animation: mzb-track-fill 0.9s ease forwards;
}

@keyframes mzb-track-fill {
	from {
		width: 0;
	}
	to {
		width: calc(var(--step, 0) / 4 * 80%);
	}
}

.mzb-tracking-step-node {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 2;
}

.mzb-tracking-step-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 4px solid #c6c6c6;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c6c6c6;
}

.mzb-tracking-step-icon svg {
	width: 22px;
	height: 22px;
}

.mzb-tracking-step-node.is-active .mzb-tracking-step-icon {
	border-color: #008000;
	color: #1a1a1a;
}

.mzb-tracking-step-label {
	font-size: 12px;
	font-weight: 700;
	color: #c6c6c6;
	white-space: nowrap;
	text-align: center;
}

.mzb-tracking-step-node.is-active .mzb-tracking-step-label {
	color: #121212;
}

.mzb-tracking-details-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: 18px;
	align-items: flex-start;
}

.mzb-tracking-detail-card {
	padding: 24px;
}

.mzb-tracking-items {
	display: grid;
	gap: 16px;
	margin-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--mzb-border);
}

.mzb-tracking-item {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
}

.mzb-tracking-item-image img {
	display: block;
	width: 70px;
	height: 70px;
	object-fit: cover;
	border: 1px solid var(--mzb-border);
	border-radius: 8px;
	background: var(--mzb-bg-soft);
}

.mzb-tracking-item strong,
.mzb-tracking-item span {
	display: block;
}

.mzb-tracking-item strong {
	color: var(--mzb-ink);
	font-size: 15px;
	line-height: 1.3;
}

.mzb-tracking-item span {
	margin-top: 4px;
	color: var(--mzb-muted);
	font-size: 13px;
	font-weight: 800;
}

.mzb-tracking-item em {
	color: var(--mzb-ink);
	font-style: normal;
	font-weight: 900;
	white-space: nowrap;
}

.mzb-tracking-totals {
	padding-top: 14px;
}

.mzb-tracking-total-row {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 8px 0;
	color: var(--mzb-muted);
	font-weight: 800;
}

.mzb-tracking-total-row strong {
	color: var(--mzb-ink);
	text-align: right;
}

.mzb-tracking-total-row--order_total {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid var(--mzb-border);
	color: var(--mzb-green-dark);
	font-size: 18px;
}

.mzb-tracking-total-row--order_total strong {
	color: var(--mzb-green-dark);
	font-size: 21px;
}

.mzb-tracking-meta {
	display: grid;
	gap: 18px;
	margin: 18px 0 0;
}

.mzb-tracking-meta div {
	padding-bottom: 18px;
	border-bottom: 1px solid var(--mzb-border);
}

.mzb-tracking-meta div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.mzb-tracking-meta dt {
	margin-bottom: 6px;
	color: var(--mzb-green-dark);
	font-weight: 900;
}

.mzb-tracking-meta dd {
	margin: 0;
	color: var(--mzb-muted);
	font-weight: 700;
	line-height: 1.5;
}

.mzb-tracking-updates {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--mzb-border);
}

.mzb-tracking-updates ol {
	display: grid;
	gap: 14px;
	padding: 0;
	margin: 14px 0 0;
	list-style: none;
}

.mzb-tracking-updates li {
	padding-left: 14px;
	border-left: 3px solid var(--mzb-green);
}

.mzb-tracking-updates time {
	display: block;
	margin-bottom: 4px;
	color: var(--mzb-green-dark);
	font-size: 13px;
	font-weight: 900;
}

.mzb-tracking-updates p {
	margin: 0;
	color: var(--mzb-muted);
	font-weight: 700;
	line-height: 1.5;
}

.mzb-tracking-help {
	max-width: 860px;
	margin: 50px auto 0;
	padding: 24px;
	text-align: center;
	background: var(--mzb-bg-soft);
}

/* ============================================================
   Third-party carrier tracking (ecomquant) — mzb-3pt-*
   Mirrors the Shopify /pages/order-tracking design.
   ============================================================ */

.mzb-3pt-wrap {
	max-width: 780px;
	margin: 0 auto;
}

/* Form card */
.mzb-3pt-form {
	background: var(--mzb-bg);
	border: 1px solid var(--mzb-border);
	border-radius: var(--mzb-radius);
	box-shadow: var(--mzb-shadow);
	padding: 48px 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-align: center;
}

.mzb-3pt-form-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
	max-width: 480px;
}

.mzb-3pt-form-label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--mzb-muted);
}

.mzb-3pt-input-row {
	display: flex;
	align-items: stretch;
	width: 100%;
}

.mzb-3pt-input {
	flex: 1;
	padding: 0 14px;
	font-size: 15px;
	font: inherit;
	border: 1.5px solid var(--mzb-border);
	border-right: 0;
	border-radius: var(--mzb-radius) 0 0 var(--mzb-radius);
	outline: none;
	height: 46px;
	background: var(--mzb-bg);
	color: var(--mzb-ink);
	transition: border-color 0.15s;
}

.mzb-3pt-input:focus {
	border-color: var(--mzb-green);
	box-shadow: none;
}

.mzb-3pt-input.is-error {
	border-color: var(--mzb-sale);
}

.mzb-3pt-input-error {
	margin: 4px 0 0;
	font-size: 12px;
	font-weight: 600;
	color: var(--mzb-sale);
	min-height: 1em;
}

.mzb-3pt-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: var(--mzb-green);
	color: #fff;
	height: 46px;
	border-radius: 0 var(--mzb-radius) var(--mzb-radius) 0;
	padding: 0 28px;
	border: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	white-space: nowrap;
	transition: background-color 0.15s;
}

.mzb-3pt-btn:hover {
	background-color: var(--mzb-green-dark);
}

.mzb-3pt-btn:disabled {
	opacity: 0.65;
	cursor: wait;
}

.mzb-3pt-spinner {
	display: none;
	animation: mzb-3pt-spin 0.8s infinite linear;
	flex-shrink: 0;
}

@keyframes mzb-3pt-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Order title shown after lookup */
.mzb-3pt-order-title {
	margin: 32px 0 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: var(--mzb-ink);
}

/* Desktop progress bar */
.mzb-3pt-progress-desktop {
	padding: 40px;
	overflow: hidden;
}

.mzb-3pt-bar-bg {
	background-color: var(--mzb-border);
	position: relative;
	border-radius: 9999px;
}

.mzb-3pt-bar-line {
	color: transparent;
	background-color: var(--mzb-green);
	width: calc(var(--index, 0) * 25% + 5%);
	max-width: 100%;
	height: 6px;
	margin: 72px 0 52px;
	border-radius: 9999px;
	animation: mzb-3pt-line-grow 1s ease forwards;
}

@keyframes mzb-3pt-line-grow {
	from {
		width: 0;
	}
	to {
		width: calc(var(--index, 0) * 25% + 5%);
	}
}

.mzb-3pt-icon-dot {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 9999px;
	top: -5px;
	background-color: var(--mzb-border);
	color: transparent;
	transform: translateX(-50%);
	transition: background-color 0.3s;
}

.mzb-3pt-icon-dot:last-child {
	transform: translateX(-100%);
}

.mzb-3pt-icon-dot.is-active {
	background-color: var(--mzb-green);
}

.mzb-3pt-icon {
	width: 36px;
	height: 36px;
	position: absolute;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
	color: var(--mzb-border);
	transition: color 0.3s;
}

.mzb-3pt-icon-dot.is-active .mzb-3pt-icon {
	color: var(--mzb-green);
}

.mzb-3pt-icon-label {
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
	color: var(--mzb-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Mobile progress bar */
.mzb-3pt-progress-mobile {
	padding-left: 44px;
	position: relative;
	margin-bottom: 40px;
}

.mzb-3pt-mobile-line {
	height: 100%;
	width: 6px;
	background-color: var(--mzb-border);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 9999px;
}

.mzb-3pt-mobile-line-fill {
	height: calc(var(--index, 0) * 25% + 10%);
	background-color: var(--mzb-green);
	border-radius: 9999px;
	animation: mzb-3pt-line-grow-v 1s ease forwards;
	color: transparent;
}

@keyframes mzb-3pt-line-grow-v {
	from {
		height: 0;
	}
	to {
		height: calc(var(--index, 0) * 25% + 10%);
	}
}

.mzb-3pt-mobile-step {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 32px;
}

.mzb-3pt-mobile-step:first-of-type {
	margin-top: 0;
}

.mzb-3pt-mobile-dot {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 9999px;
	background-color: var(--mzb-border);
	left: -5px;
	color: transparent;
	flex-shrink: 0;
	transition: background-color 0.3s;
}

.mzb-3pt-mobile-dot.is-active {
	background-color: var(--mzb-green);
}

.mzb-3pt-mobile-icon {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	color: var(--mzb-border);
}

.mzb-3pt-mobile-label {
	color: var(--mzb-muted);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.02em;
}

/* Timeline events */
.mzb-3pt-events {
	margin-top: 24px;
}

.mzb-3pt-event-row {
	display: flex;
	gap: 24px;
}

.mzb-3pt-event-spine {
	background-color: var(--mzb-border);
	width: 3px;
	position: relative;
	flex-shrink: 0;
	border-radius: 9999px;
}

.mzb-3pt-event-dot {
	width: 14px;
	height: 14px;
	border-radius: 9999px;
	border: 3px solid var(--mzb-border);
	background-color: var(--mzb-green);
	position: absolute;
	top: calc(50% - 7px);
	left: 50%;
	transform: translateX(-50%);
}

.mzb-3pt-event-card {
	background-color: var(--mzb-bg-soft);
	border: 1px solid var(--mzb-border);
	padding: 14px 20px;
	border-radius: 8px;
	position: relative;
	flex: 1;
	margin-bottom: 16px;
}

.mzb-3pt-event-card.is-last {
	margin-bottom: 0;
}

.mzb-3pt-event-arrow {
	position: absolute;
	background-color: var(--mzb-bg-soft);
	border-left: 1px solid var(--mzb-border);
	border-bottom: 1px solid var(--mzb-border);
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 14px;
	height: 14px;
}

.mzb-3pt-event-date {
	margin: 0 0 6px;
	color: var(--mzb-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mzb-3pt-event-desc {
	margin: 0;
	color: var(--mzb-ink);
	font-size: 14px;
	line-height: 1.5;
}

.mzb-3pt-not-found {
	padding: 60px 0 35px;
	text-align: center;
	font-size: 17px;
	color: var(--mzb-sale);
}

/* Responsive */
@media (max-width: 640px) {
	.mzb-3pt-form {
		padding: 32px 20px;
	}

	.mzb-3pt-input {
		font-size: 16px;
	}

	.mzb-3pt-btn {
		padding: 0 18px;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 72%;
}

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

.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 10px 0;
	font-weight: 800;
	border-bottom: 1px solid var(--mzb-border);
}

/* .mzb-page {
	max-width: 980px;
} */

.mzb-page-header {
	margin-bottom: 28px;
	text-align: center;
}

.mzb-page-header h1 {
	font-size: clamp(34px, 5vw, 56px);
}

.mzb-page-content a {
	color: var(--mzb-green);
	font-weight: 800;
}

.page-id-16864 .mzb-page-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
	font-size: 15px;
	box-shadow: var(--mzb-shadow);
	border-radius: var(--mzb-radius);
	overflow: hidden;
}

.page-id-16864 .mzb-page-content table td,
.page-id-16864 .mzb-page-content table th {
	padding: 14px 18px;
	border: 1px solid var(--mzb-border);
	vertical-align: middle;
	line-height: 1.45;
	text-align: center;
}

.page-id-16864 .mzb-page-content table td:first-child,
.page-id-16864 .mzb-page-content table th:first-child {
	text-align: left;
}

.page-id-16864 .mzb-page-content table td p,
.page-id-16864 .mzb-page-content table th p,
.page-id-16864 .mzb-page-content table td div,
.page-id-16864 .mzb-page-content table th div {
	margin: 0;
	display: inline;
}

.page-id-16864 .mzb-page-content table tbody tr:first-child td,
.page-id-16864 .mzb-page-content table thead tr th {
	background: var(--mzb-green);
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	border-color: rgba(255, 255, 255, 0.15);
}

.page-id-16864 .mzb-page-content table tbody tr:not(:first-child):nth-child(even) td {
	background: var(--mzb-bg-soft);
}

.page-id-16864 .mzb-page-content table tbody tr:not(:first-child):hover td {
	background: #edf3f0;
}

.page-id-16864 .mzb-page-content .wp-block-table {
	overflow-x: auto;
	margin: 24px 0;
}

.page-id-16864 .mzb-page-content .wp-block-table table {
	margin: 0;
}

.mzb-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.mzb-post-card {
	border: 1px solid var(--mzb-border);
	border-radius: var(--mzb-radius);
	padding: 18px;
	background: #ffffff;
}

.mzb-post-card h1,
.mzb-post-card h2 {
	margin-top: 12px;
	font-size: 22px;
	line-height: 1.2;
}

.mzb-post-thumb img,
.mzb-single-featured img {
	width: 100%;
	border-radius: var(--mzb-radius);
}

.mzb-empty-state {
	min-height: 46vh;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 16px;
	text-align: center;
	padding-block: 64px;
}

.mzb-site-footer {
	background: var(--mzb-green-dark);
	color: #ffffff;
	margin-top: 40px;
}

/* Newsletter strip */
.mzb-footer-newsletter {
	background: #013d20;
	padding: 40px 0;
}

.mzb-footer-newsletter-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.mzb-footer-newsletter-text h2 {
	margin: 0 0 6px;
	font-size: clamp(20px, 2.5vw, 28px);
}

.mzb-footer-newsletter-text p {
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
}

.mzb-newsletter-form {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: min(440px, 100%);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.15);
	padding: 4px;
}

.mzb-newsletter-form input[type="email"] {
	flex: 1;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 8px 14px;
	background: transparent;
	font-size: 15px;
	min-width: 0;
	min-height: unset;
	height: auto;
	width: auto;
	border-radius: 0;
	color: #ffffff;
}

.mzb-newsletter-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.mzb-newsletter-form button {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	min-height: unset;
	padding: 0;
	margin: 0;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s;
}

.mzb-newsletter-form button:hover {
	background: rgba(255, 255, 255, 0.35);
}

/* WPForms newsletter — footer (dark green bg, white pill) */
.mzb-footer-newsletter .wpforms-container {
	width: min(440px, 100%);
	flex-shrink: 0;
}

.mzb-footer-newsletter .wpforms-form {
	display: flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.15);
	padding: 4px;
	margin: 0;
}

.mzb-footer-newsletter .wpforms-field-container {
	flex: 1;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.mzb-footer-newsletter .wpforms-field {
	margin: 0;
	padding: 0;
}

.mzb-footer-newsletter .wpforms-form input[type="email"] {
	flex: 1;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 8px 14px;
	background: transparent !important;
	font-size: 15px;
	min-width: 0;
	min-height: unset;
	height: auto;
	width: 100%;
	border-radius: 0;
	color: #ffffff !important;
}

.mzb-footer-newsletter .wpforms-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.mzb-footer-newsletter .wpforms-submit-container {
	flex-shrink: 0;
	margin: 0;
	padding: 0;
}

.mzb-footer-newsletter .wpforms-submit {
	width: 36px;
	height: 36px;
	min-height: unset;
	padding: 0;
	margin: 0;
	border-radius: 9999px !important;
	background: rgba(255, 255, 255, 0.2) !important;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s;
	font-size: 0;
	color: transparent;
	position: relative;
}

#wpforms-submit-148474 {
	margin-right: 10px;
	margin-top: -10px;
	border-radius: 50% !important;
}

#wpforms-submit-148474:focus:after {
    display: none !important;
}

#wpforms-148474-field_1-container {
    padding: 5px 0 !important;
}

.mzb-footer-newsletter .wpforms-submit::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8h10M9 4l4 4-4 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.mzb-footer-newsletter .wpforms-submit:hover {
	background: rgba(255, 255, 255, 0.35) !important;
}

.mzb-footer-newsletter .w-submit-spinner,
.mzb-footer-newsletter .wpforms-submit-spinner,
.mzb-cart-newsletter .w-submit-spinner,
.mzb-cart-newsletter .wpforms-submit-spinner {
	display: none !important;
}

.mzb-footer-newsletter .wpforms-confirmation-container-full {
	color: #ffffff;
	text-align: center;
	padding: 8px 0;
	font-size: 15px;
	background: transparent;
	border: none;
}

/* Error state: keep pill shape, float message below */
.mzb-footer-newsletter .wpforms-form {
	position: relative;
}
.mzb-footer-newsletter .wpforms-form:has(.wpforms-has-error) {
	border-color: rgba(255, 110, 90, 0.9) !important;
}
.mzb-footer-newsletter em.wpforms-error {
	position: absolute;
	top: calc(100% + 5px);
	left: 14px;
	margin: 0 !important;
	padding: 0;
	font-size: 11px;
	font-style: normal;
	color: rgba(255, 190, 185, 1);
	white-space: nowrap;
	line-height: 1.4;
}

/* WPForms newsletter — cart page (light bg, green pill) */
.mzb-cart-newsletter .wpforms-container {
	max-width: 440px;
	margin: 0 auto;
	width: 100%;
}

.mzb-cart-newsletter .wpforms-form {
	display: flex;
	align-items: center;
	border: 1px solid rgba(1, 86, 65, 0.4);
	border-radius: 9999px;
	background: #ffffff;
	padding: 4px;
	margin: 0;
}

.mzb-cart-newsletter .wpforms-field-container {
	flex: 1;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.mzb-cart-newsletter .wpforms-field {
	margin: 0;
	padding: 0;
}

.mzb-cart-newsletter .wpforms-form input[type="email"] {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 8px 14px;
	background: transparent !important;
	font-size: 15px;
	min-width: 0;
	min-height: unset;
	height: auto;
	width: 100%;
	border-radius: 0;
	color: var(--mzb-green) !important;
}

.mzb-cart-newsletter .wpforms-form input[type="email"]::placeholder {
	color: var(--mzb-muted);
}

.mzb-cart-newsletter .wpforms-submit-container {
	flex-shrink: 0;
	margin: 0;
	padding: 0;
}

.mzb-cart-newsletter .wpforms-submit {
	width: 36px;
	height: 36px;
	min-height: unset;
	padding: 0;
	margin: 0;
	border-radius: 9999px !important;
	background: var(--mzb-green) !important;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s;
	font-size: 0;
	color: transparent;
	position: relative;
}

.mzb-cart-newsletter .wpforms-submit::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8h10M9 4l4 4-4 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.mzb-cart-newsletter .wpforms-submit:hover {
	background: var(--mzb-green-dark) !important;
}

.mzb-cart-newsletter .wpforms-confirmation-container-full {
	text-align: center;
	padding: 8px 0;
	font-size: 15px;
	background: transparent;
	border: none;
	color: var(--mzb-green);
}

/* Error state: keep pill shape, float message below */
.mzb-cart-newsletter .wpforms-form {
	position: relative;
}
.mzb-cart-newsletter .wpforms-form:has(.wpforms-has-error) {
	border-color: #e05252 !important;
}
.mzb-cart-newsletter em.wpforms-error {
	position: absolute;
	top: calc(100% + 5px);
	left: 14px;
	margin: 0 !important;
	padding: 0;
	font-size: 11px;
	font-style: normal;
	color: #e05252;
	white-space: nowrap;
	line-height: 1.4;
}

/* Main footer body */
.mzb-footer-main {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 40px;
	padding-block: 48px;
	align-items: start;
}

.mzb-footer-brand {
	margin: 0 0 8px;
}

.mzb-footer-brand-col p {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	max-width: 280px;
}

.mzb-footer-nav-heading {
	display: block;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #ffffff;
}

.mzb-footer-menu,
.mzb-social {
	display: grid;
	gap: 8px;
}

.mzb-footer-menu a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	text-decoration: none;
}

.mzb-footer-menu a:hover {
	color: #ffffff;
}

.mzb-footer-social-col {
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.mzb-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	opacity: 0.7;
	transition: opacity 0.2s;
}

.mzb-social-link:hover {
	opacity: 1;
}

/* Bottom utilities bar */
.mzb-footer-bottom {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	padding-block: 16px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
}

.mzb-footer-bottom-links {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.mzb-footer-bottom-links a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

.mzb-footer-bottom-links a:hover {
	color: #ffffff;
}

.mzb-footer-bottom-social {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	display: flex;
	align-items: center;
	gap: 12px;
	border-top: 0;
	border-left: 4px solid var(--mzb-green);
	border-radius: 8px;
	padding: 16px 18px;
	background: #ffffff;
	box-shadow: var(--mzb-shadow);
	color: var(--mzb-ink);
	font-weight: 800;
}

.wc-block-components-notice-banner {
	border: 1px solid rgba(1, 86, 65, 0.18);
	border-left: 4px solid var(--mzb-green);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: var(--mzb-shadow);
	color: var(--mzb-ink);
	font-weight: 800;
}

.woocommerce-error,
.wc-block-components-notice-banner.is-error {
	border-left-color: var(--mzb-sale);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--mzb-green);
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-right: 0;
	border-radius: 999px;
	background: rgba(1, 86, 65, 0.12);
	flex: 0 0 auto;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
	margin-left: auto;
	border-color: var(--mzb-green);
	background: var(--mzb-green);
	color: #ffffff;
}

.mzb-cart-toast {
	position: fixed;
	top: 18px;
	right: 18px;
	z-index: 9999;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	width: min(390px, calc(100vw - 32px));
	padding: 18px 18px 16px;
	border: 1px solid rgba(1, 86, 65, 0.16);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
	color: var(--mzb-ink);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-18px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.mzb-cart-toast.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.mzb-cart-toast__close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mzb-muted);
	font-size: 24px;
	line-height: 1;
}

.mzb-cart-toast__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-top: 2px;
	border-radius: 999px;
	background: var(--mzb-green);
	color: #ffffff;
	font-weight: 900;
}

.mzb-cart-toast__content {
	padding-right: 24px;
}

.mzb-cart-toast__content strong {
	display: block;
	color: var(--mzb-green-dark);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.2;
}

.mzb-cart-toast__content p {
	margin: 4px 0 14px;
	color: var(--mzb-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.mzb-cart-toast__actions {
	display: flex;
	gap: 8px;
}

.mzb-cart-toast__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 2px solid var(--mzb-green);
	border-radius: 6px;
	color: var(--mzb-green);
	font-size: 14px;
	font-weight: 900;
}

.mzb-cart-toast__button--primary {
	background: var(--mzb-sale);
	border-color: var(--mzb-sale);
	color: #ffffff;
}

.mzb-cart-toast__button:hover {
	color: #ffffff;
	background: var(--mzb-green);
}

.mzb-cart-toast__button--primary:hover {
	background: #b91515;
	border-color: #b91515;
}

@media (max-width: 640px) {
	.mzb-cart-toast {
		top: auto;
		right: 16px;
		bottom: 16px;
		left: 16px;
		width: auto;
	}

	.mzb-cart-toast__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 1100px) {
	.mzb-header-main {
		grid-template-columns: auto 1fr auto;
	}

	.mzb-menu-toggle {
		display: block;
	}

	.mzb-primary-nav {
		position: fixed;
		inset: 118px 0 auto 0;
		display: none;
		background: #ffffff;
		border-bottom: 1px solid var(--mzb-border);
		padding: 20px 16px;
	}

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

	.mzb-menu {
		display: grid;
		gap: 14px;
		max-width: var(--mzb-page);
		margin: 0 auto;
	}

	.mzb-header-search {
		display: none;
	}

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

	.woocommerce ul.products,
	.wc-block-grid__products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.wc-block-components-sidebar-layout,
	.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout,
	.mzb-thankyou-layout {
		display: block;
	}

	.wc-block-components-sidebar-layout .wc-block-components-main,
	.wc-block-components-sidebar {
		width: 100%;
		margin: 0 0 24px;
	}

	.mzb-thankyou-summary {
		position: static;
		margin: 0;
	}

	.mzb-tracking-promises,
	.mzb-tracking-details-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.mzb-container {
		width: min(100% - 24px, var(--mzb-page));
	}

	.page-id-16864 .mzb-page-content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.mzb-ticker {
		padding: 10px 0;
		font-size: 18px;
	}

	.mzb-ticker-track {
		gap: 60px;
	}

	.mzb-header-main {
		min-height: 68px;
		gap: 12px;
	}

	.mzb-icon-link {
		display: none;
	}

	.mzb-cart-link {
		font-size: 0;
	}

	.mzb-cart-link::before {
		content: "Cart";
		font-size: 14px;
	}

	.mzb-trustpilot-home a {
		flex-wrap: wrap;
		min-height: 48px;
		padding: 8px 0;
		font-size: 13px;
	}

	.mzb-primary-nav {
		inset-block-start: 106px;
	}

	.woocommerce ul.products,
	.wc-block-grid__products,
	.mzb-post-grid,
	.mzb-trust-strip,
	.mzb-policy-links,
	.mzb-review-grid,
	.mzb-commerce-assurance {
		grid-template-columns: 1fr;
	}

	.mzb-footer-main {
		grid-template-columns: 1fr;
		gap: 28px;
		padding-block: 32px;
	}

	.mzb-footer-newsletter-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.mzb-newsletter-form {
		width: 100%;
	}

	.mzb-footer-bottom {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 12px;
	}

	.mzb-footer-bottom-links {
		justify-content: center;
	}

	.mzb-footer-bottom-social {
		justify-content: center;
	}

	.mzb-commerce-page {
		padding-top: 24px;
		padding-bottom: 44px;
	}

	.mzb-commerce-page .mzb-page-header {
		display: grid;
		gap: 10px;
	}

	.wc-block-components-sidebar-layout .wc-block-components-main {
		padding: 0 14px 14px;
	}

	.wc-block-components-sidebar {
		padding: 16px;
		box-shadow: none;
	}

	.wc-block-cart-items__row {
		padding: 18px 0;
	}

	.mzb-cart-recommendations {
		padding-top: 42px;
	}

	.mzb-cart-newsletter,
	.mzb-checkout-support {
		margin-top: 40px;
		padding: 34px 18px;
	}

	.mzb-order-received-page {
		padding-top: 18px;
	}

	.mzb-thankyou-main {
		padding-bottom: 36px;
	}

	.mzb-thankyou-hero {
		gap: 14px;
	}

	.mzb-thankyou-status-icon {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		font-size: 22px;
	}

	.mzb-thankyou-message,
	.mzb-thankyou-panel,
	.mzb-thankyou-info-block {
		padding: 18px;
	}

	.mzb-thankyou-info-grid {
		grid-template-columns: 1fr;
	}

	.mzb-thankyou-info-block,
	.mzb-thankyou-info-block:nth-child(odd),
	.mzb-thankyou-info-block:nth-last-child(-n+2) {
		border-right: 0;
		border-bottom: 1px solid var(--mzb-border);
	}

	.mzb-thankyou-info-block:last-child {
		border-bottom: 0;
	}

	.mzb-thankyou-summary {
		padding: 22px 16px;
	}

	.mzb-thankyou-item {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.mzb-thankyou-item-image,
	.mzb-thankyou-item-image img {
		width: 64px;
		height: 64px;
	}

	.mzb-thankyou-item-total {
		grid-column: 2;
	}

	.mzb-tracking-shell {
		padding-bottom: 44px;
	}

	.mzb-tracking-card,
	.mzb-tracking-status-card,
	.mzb-tracking-detail-card,
	.mzb-tracking-help {
		padding: 18px;
	}

	.mzb-tracking-fields {
		grid-template-columns: 1fr;
	}

	.mzb-tracking-status-card {
		display: grid;
	}

	.mzb-tracking-progress-steps {
		flex-direction: column;
		gap: 0;
		padding-left: 44px;
	}

	.mzb-tracking-progress-steps::before {
		left: 24px;
		top: 0;
		bottom: 0;
		height: auto;
		right: auto;
		width: 8px;
	}

	.mzb-tracking-progress-steps::after {
		left: 24px;
		top: 0;
		width: 8px;
		height: calc(var(--step, 0) / 4 * 100%);
		animation: mzb-track-fill-v 0.9s ease forwards;
	}

	@keyframes mzb-track-fill-v {
		from {
			height: 0;
		}
		to {
			height: calc(var(--step, 0) / 4 * 100%);
		}
	}

	.mzb-tracking-step-node {
		width: 100%;
		flex-direction: row;
		gap: 14px;
		padding: 16px 0;
	}

	.mzb-tracking-step-node:first-child {
		padding-top: 0;
	}

	.mzb-tracking-step-node:last-child {
		padding-bottom: 0;
	}

	.mzb-tracking-step-label {
		text-align: left;
	}

	.mzb-tracking-item {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.mzb-tracking-item-image img {
		width: 62px;
		height: 62px;
	}

	.mzb-tracking-item em {
		grid-column: 2;
	}

	.mzb-tile-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mzb-section-heading {
		display: grid;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: auto;
		margin-bottom: 18px;
	}
}

#radio-control-wc-payment-method-options-stripe__content {
    margin-top: 14px !important;
}
