/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Mazyan Shop footer */
.wd-footer {
	background-color: #16243E !important;
}
.wd-copyrights {
	background-color: #101a30 !important;
}
.wd-copyrights,
.wd-copyrights p,
.wd-copyrights a {
	color: rgba(255, 255, 255, 0.75) !important;
}
.wd-copyrights a:hover {
	color: #F7941D !important;
}
.mazyan-footer {
	padding: 40px 30px;
}

@media (max-width: 480px) {
	.mazyan-footer {
		padding: 32px 20px;
	}
}
.mazyan-footer-col {
	color: #fff;
}
.mazyan-footer-title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 16px;
}
.mazyan-footer-tagline {
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.8;
	margin: 0;
}
.mazyan-footer-links,
.mazyan-footer-contact,
.mazyan-footer-social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mazyan-footer-links li,
.mazyan-footer-contact li {
	margin-bottom: 10px;
}
.mazyan-footer-contact a {
	display: flex;
	align-items: center;
	gap: 9px;
}
.mazyan-footer-contact a svg {
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	color: #F7941D;
}
.mazyan-footer-logo {
	display: block;
	width: auto;
	max-width: 180px;
	height: auto;
	margin: 0 0 18px;
}
.mazyan-footer-social {
	display: flex;
	gap: 12px;
	margin-top: 18px;
}
.mazyan-footer-links a,
.mazyan-footer-contact a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: color 0.2s ease;
}
.mazyan-footer-links a:hover,
.mazyan-footer-contact a:hover {
	color: #F7941D;
}
.mazyan-footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	transition: background 0.2s ease, transform 0.2s ease;
}
.mazyan-footer-social a:hover {
	background: #F7941D;
	color: #fff;
	transform: translateY(-2px);
}
.mazyan-footer-social svg {
	width: 19px;
	height: 19px;
}

/* Homepage transparent header: the over-content (non-sticky) header sits on the
   light hero, so its light color scheme leaves the nav links unreadable. Force
   dark links at the top; the sticky state (dark background) keeps its own. */
.whb-overcontent:not(.whb-sticky) .wd-header-main-nav .item-level-0 > a {
	color: #16243E !important;
}
.whb-overcontent:not(.whb-sticky) .wd-header-main-nav .item-level-0 > a:hover {
	color: #F7941D !important;
}

/* ==========================================================================
   Mazyan Shop — custom homepage (front-page.php)
   Brand: navy #16243E, orange #F7941D, light #F7F3F0
   ========================================================================== */

/* Contain full-bleed homepage sections without a horizontal scrollbar.
   overflow-x:clip only affects the X axis, so Woodmart's sticky header (Y) is
   unaffected. */
.wd-page-wrapper {
	overflow-x: clip;
}

/* --- Hero ---------------------------------------------------------------- */
.mazyan-hero {
	/* Break out of the padded .container to span the full viewport width. */
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	box-sizing: border-box;
	min-height: 620px;
	display: flex;
	align-items: center;
	background-image:
		linear-gradient(to left, rgba(247, 243, 240, 0.88) 0%, rgba(247, 243, 240, 0.5) 42%, rgba(247, 243, 240, 0) 66%),
		var(--mazyan-hero-img);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.mazyan-hero__inner {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 40px 30px;
	box-sizing: border-box;
	display: flex;
}
.mazyan-hero__content {
	max-width: 560px;
	text-align: start;
}
.mazyan-hero__title {
	margin: 0 0 18px;
	color: #F7941D;
	font-weight: 800;
	font-size: clamp(32px, 5vw, 58px);
	line-height: 1.15;
}
.mazyan-hero__text {
	margin: 0 0 30px;
	color: #16243E;
	font-weight: 500;
	font-size: clamp(16px, 1.6vw, 22px);
	line-height: 1.9;
}
.mazyan-hero__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 36px;
	border-radius: 8px;
	background: #F7941D;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.mazyan-hero__btn:hover {
	background: #e07d05;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(247, 148, 29, 0.35);
}
.mazyan-hero__btn-arrow {
	font-size: 20px;
	line-height: 1;
}

/* Tablet */
@media (max-width: 1024px) {
	.mazyan-hero {
		min-height: 520px;
	}
	.mazyan-hero__content {
		max-width: 480px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.mazyan-hero {
		min-height: 440px;
		/* Stronger light scrim + lighter mobile image so navy/orange text stays
		   legible over the busy part of the photo. */
		background-image:
			linear-gradient(to left, rgba(247, 243, 240, 0.96) 0%, rgba(247, 243, 240, 0.9) 50%, rgba(247, 243, 240, 0.68) 100%),
			var(--mazyan-hero-img-sm);
		background-position: 72% center;
	}
	.mazyan-hero__inner {
		justify-content: center;
	}
	.mazyan-hero__content {
		max-width: 100%;
		text-align: center;
	}
	.mazyan-hero__btn {
		width: 100%;
		justify-content: center;
	}
}

/* --- Shared section shell ------------------------------------------------ */
.mazyan-section {
	/* Full-bleed to the viewport; inner container re-centers the content. */
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	padding: 64px 0;
	box-sizing: border-box;
}
.mazyan-section--light {
	background: #F7F3F0;
}
.mazyan-section__inner {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.mazyan-section__head {
	text-align: center;
	margin-bottom: 40px;
}
.mazyan-section__title {
	margin: 0;
	color: #16243E;
	font-weight: 800;
	font-size: clamp(26px, 3vw, 38px);
}
.mazyan-section__title::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: 14px auto 0;
	border-radius: 2px;
	background: #F7941D;
}
.mazyan-section__subtitle {
	margin: 16px 0 0;
	color: #5a6478;
	font-size: clamp(15px, 1.4vw, 18px);
	line-height: 1.7;
}

/* --- Category showcase --------------------------------------------------- */
.mazyan-cat-grid {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scroll-padding-inline: 30px;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 6px;
}
/* Slim scrollbar (only visible when the row actually overflows). */
.mazyan-cat-grid::-webkit-scrollbar {
	height: 6px;
}
.mazyan-cat-grid::-webkit-scrollbar-thumb {
	background: rgba(22, 36, 62, 0.2);
	border-radius: 3px;
}
.mazyan-cat-grid::-webkit-scrollbar-track {
	background: transparent;
}
.mazyan-cat-card {
	/* Desktop: 6 equal cards share one line. Smaller viewports switch to a
	   fixed width below so the row overflows and scrolls horizontally. */
	flex: 1 1 0;
	min-width: 0;
	scroll-snap-align: start;
	display: block;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 4px 18px rgba(22, 36, 62, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mazyan-cat-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(22, 36, 62, 0.14);
}
.mazyan-cat-card__media {
	aspect-ratio: 1 / 1;
	background: #F7F3F0;
}
.mazyan-cat-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mazyan-cat-card__label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 12px 14px;
}
.mazyan-cat-card__name {
	color: #16243E;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.35;
}
.mazyan-cat-card__arrow {
	color: #F7941D;
	font-size: 18px;
	line-height: 1;
	transition: transform 0.2s ease;
}
.mazyan-cat-card:hover .mazyan-cat-card__arrow {
	transform: translateX(-5px);
}

@media (max-width: 767px) {
	.mazyan-section {
		padding: 44px 0;
	}
	.mazyan-section__head {
		margin-bottom: 28px;
	}
	.mazyan-cat-grid {
		gap: 14px;
	}
	.mazyan-cat-card {
		flex: 0 0 150px;
	}
}

/* Tablet: category row becomes a horizontal scroller with fixed-width cards. */
@media (min-width: 768px) and (max-width: 1024px) {
	.mazyan-cat-card {
		flex: 0 0 180px;
	}
}

/* --- Trust / USP --------------------------------------------------------- */
.mazyan-usp-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.mazyan-usp-item {
	text-align: center;
	padding: 8px;
}
.mazyan-usp-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: rgba(247, 148, 29, 0.1);
	color: #F7941D;
}
.mazyan-usp-item__icon svg {
	width: 30px;
	height: 30px;
}
.mazyan-usp-item__title {
	margin: 0 0 10px;
	color: #16243E;
	font-weight: 700;
	font-size: 18px;
}
.mazyan-usp-item__text {
	margin: 0;
	color: #5a6478;
	font-size: 15px;
	line-height: 1.75;
}

@media (max-width: 991px) {
	.mazyan-usp-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px 20px;
	}
}

/* --- Closing CTA --------------------------------------------------------- */
.mazyan-cta__box {
	max-width: 720px;
	margin: 0 auto;
	padding: clamp(40px, 6vw, 64px) 32px;
	border-radius: 20px;
	text-align: center;
	background: radial-gradient(circle at 50% 0%, rgba(247, 148, 29, 0.18), transparent 60%), #16243E;
}
.mazyan-cta__title {
	margin: 0 0 14px;
	color: #fff;
	font-weight: 800;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.25;
}
.mazyan-cta__text {
	margin: 0 auto 28px;
	max-width: 520px;
	color: rgba(255, 255, 255, 0.8);
	font-size: clamp(15px, 1.5vw, 18px);
	line-height: 1.8;
}

/* ==========================================================================
   Contact page (page-contact-us.php) — imported from Claude design project
   ========================================================================== */
.mz-contact {
	/* Full-bleed so section backgrounds span the viewport; inner blocks keep
	   their own max-width:1240 and re-center. */
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	background: #ffffff;
	font-family: "Tajawal", system-ui, sans-serif;
	color: #16253F;
}
.mz-contact h1,
.mz-contact h2,
.mz-contact h3,
.mz-contact h4 {
	font-family: "Cairo", "Tajawal", sans-serif;
}
.mz-contact input,
.mz-contact textarea,
.mz-contact select {
	font-family: inherit;
}
.mz-contact input:focus,
.mz-contact textarea:focus,
.mz-contact select:focus {
	outline: none;
	border-color: #F5821F !important;
}
.mz-contact .mz-icard {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mz-contact .mz-icard:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 46px -26px rgba(22, 37, 63, 0.32);
}
/* Contact Form 7 form styled to match the design. */
.mz-contact form.wpcf7-form {
	background: #fff;
	border: 1px solid #EFEAE1;
	border-radius: 22px;
	padding: clamp(24px, 3vw, 34px);
	display: flex;
	flex-direction: column;
	gap: 18px;
	box-shadow: 0 30px 70px -50px rgba(22, 37, 63, 0.4);
}
.mz-contact .mz-form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}
.mz-contact .mz-form-col {
	flex: 1 1 180px;
}
.mz-contact .mz-label {
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #16253F;
	margin-bottom: 8px;
}
.mz-contact .wpcf7-form-control-wrap {
	display: block;
}
.mz-contact .mz-field {
	width: 100%;
	padding: 13px 15px;
	border-radius: 12px;
	border: 1.5px solid #E7E1D5;
	font-size: 14.5px;
	color: #16253F;
	background: #FBF9F5;
	box-sizing: border-box;
}
.mz-contact .mz-field.mz-ltr {
	direction: ltr;
	text-align: right;
}
.mz-contact textarea.mz-field {
	resize: vertical;
	line-height: 1.7;
	min-height: 130px;
}
.mz-contact select.mz-field {
	appearance: none;
	-webkit-appearance: none;
}
.mz-contact form.wpcf7-form .mz-submit {
	width: 100%;
	padding: 15px;
	border: none;
	border-radius: 13px;
	/* !important: override Woodmart's default submit-button color. */
	background: #F5821F !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0 16px 34px -16px rgba(245, 130, 31, 0.65);
	transition: background 0.2s ease;
}
.mz-contact form.wpcf7-form .mz-submit:hover {
	background: #16253F !important;
}
/* CF7 validation + response states */
.mz-contact .mz-field.wpcf7-not-valid {
	border-color: #e57373 !important;
}
.mz-contact .wpcf7-not-valid-tip {
	display: block;
	margin-top: 6px;
	color: #d33;
	font-size: 12.5px;
}
.mz-contact .wpcf7-response-output {
	margin: 4px 0 0 !important;
	padding: 12px 16px !important;
	border-radius: 12px;
	border-width: 1.5px !important;
	font-size: 14px;
	line-height: 1.6;
}
.mz-contact .wpcf7-spinner {
	margin: 0 10px;
}

/* ==========================================================================
   About Us page (page-about-us.php) — imported from Claude design project
   ========================================================================== */
.mz-about {
	/* Full-bleed so the hero + navy mission bands span the viewport. */
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	background: #ffffff;
	font-family: "Tajawal", system-ui, sans-serif;
	color: #16253F;
}
.mz-about h1,
.mz-about h2,
.mz-about h3 {
	font-family: "Cairo", "Tajawal", sans-serif;
}
.mz-about .mz-val {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mz-about .mz-val:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 46px -26px rgba(22, 37, 63, 0.32);
}
.mz-about .mz-btn-primary,
.mz-about .mz-btn-ghost {
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.mz-about .mz-btn-primary:hover {
	background: #e07310 !important;
	color: #fff !important;
	transform: translateY(-2px);
}
.mz-about .mz-btn-ghost:hover {
	border-color: #F5821F !important;
	color: #F5821F !important;
}

/* ==========================================================================
   Policy pages (page-policy.php) — reusable legal layout from design project
   ========================================================================== */
.mz-policy {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	background: #ffffff;
	font-family: "Tajawal", system-ui, sans-serif;
	color: #384154;
}
.mz-policy h1,
.mz-policy h2 {
	font-family: "Cairo", "Tajawal", sans-serif;
}

/* Hero */
.mz-policy-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #FBF8F3 0%, #F6F1E8 100%);
}
.mz-policy-hero__glow {
	position: absolute;
	top: -120px;
	left: -80px;
	width: 380px;
	height: 380px;
	border-radius: 50%;
	background: radial-gradient(circle, #FCE3C4 0%, rgba(252, 227, 196, 0) 70%);
	pointer-events: none;
}
.mz-policy-hero__inner {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(48px, 6vw, 72px) 22px clamp(36px, 5vw, 48px);
	text-align: center;
}
.mz-policy-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid #EFE7DA;
	border-radius: 40px;
	padding: 7px 16px 7px 14px;
	font-size: 13.5px;
	font-weight: 600;
	color: #16253F;
	box-shadow: 0 6px 20px -12px rgba(22, 37, 63, 0.3);
}
.mz-policy-badge svg {
	color: #F5821F;
}
.mz-policy-hero__title {
	margin: 20px 0 0;
	color: #16253F;
	font-weight: 900;
	font-size: clamp(32px, 5vw, 50px);
	line-height: 1.2;
}
.mz-policy-hero__lead {
	margin: 14px auto 0;
	max-width: 560px;
	color: #555E70;
	font-size: clamp(15px, 2vw, 17px);
	line-height: 1.85;
}
.mz-policy-hero__updated {
	margin: 14px 0 0;
	color: #9AA0AD;
	font-size: 13.5px;
}

/* Body layout */
.mz-policy-body__inner {
	display: flex;
	gap: 44px;
	align-items: flex-start;
	max-width: 1000px;
	margin: 0 auto;
	padding: clamp(40px, 5vw, 64px) 22px clamp(64px, 7vw, 96px);
}
.mz-toc {
	position: sticky;
	top: 110px;
	flex: 0 0 220px;
	padding: 22px;
	background: #FBF8F3;
	border: 1px solid #EFEAE1;
	border-radius: 18px;
}
.mz-toc__title {
	font-family: "Cairo", sans-serif;
	font-weight: 700;
	font-size: 13.5px;
	color: #16253F;
	margin-bottom: 10px;
}
.mz-toc__list {
	display: flex;
	flex-direction: column;
	gap: 11px;
}
.mz-toc__list a {
	color: #5C6577;
	text-decoration: none;
	font-size: 13.5px;
	line-height: 1.6;
	transition: color 0.2s ease;
}
.mz-toc__list a:hover {
	color: #F5821F;
}
.mz-policy-main {
	flex: 1;
	min-width: 0;
}

/* Content typography with numbered section badges */
.mz-policy-content {
	counter-reset: mz-sec;
	font-size: 16px;
	line-height: 1.95;
	color: #384154;
}
.mz-policy-content h2 {
	counter-increment: mz-sec;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	color: #16253F;
	font-weight: 800;
	font-size: 22px;
	scroll-margin-top: 110px;
}
.mz-policy-content h2:not(:first-child) {
	margin-top: 38px;
}
.mz-policy-content h2::before {
	content: counter(mz-sec);
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: #FDEFDF;
	color: #F5821F;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Cairo", sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.mz-policy-content p {
	margin: 0 0 14px;
}
.mz-policy-content ul,
.mz-policy-content ol {
	margin: 0 0 14px;
	padding-right: 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.mz-policy-content a {
	color: #F5821F;
	text-decoration: none;
}
.mz-policy-content a:hover {
	text-decoration: underline;
}

/* Standard contact card */
.mz-policy-contact {
	margin-top: 40px;
	background: #16253F;
	border-radius: 20px;
	padding: 30px 28px;
	color: #fff;
	scroll-margin-top: 110px;
}
.mz-policy-contact__title {
	margin: 0 0 12px;
	color: #fff;
	font-weight: 800;
	font-size: 20px;
}
.mz-policy-contact__text {
	margin: 0 0 16px;
	color: #B4BECF;
}
.mz-policy-contact__links {
	display: flex;
	flex-direction: column;
	gap: 11px;
}
.mz-policy-contact__links a {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #fff;
	text-decoration: none;
}
.mz-policy-contact__links a svg {
	color: #FFB76B;
}
.mz-policy-contact__links a[dir="ltr"] {
	justify-content: flex-end;
}

/* Tablet / mobile: hide the sticky TOC, single column */
@media (max-width: 999px) {
	.mz-toc {
		display: none;
	}
	.mz-policy-body__inner {
		gap: 0;
	}
}

/* ==========================================================================
   Single product (woocommerce/single-product.php) — conversion layout
   ========================================================================== */
.mz-product {
	/* Full-bleed so section bands span the viewport; inner blocks re-center. */
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	background: #fff;
	color: #16243E;
}
.mz-product .woocommerce-notices-wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 22px;
}
.mz-section-title {
	margin: 0 0 28px;
	color: #16243E;
	font-weight: 800;
	font-size: clamp(22px, 3vw, 30px);
	text-align: center;
}
.mz-section-title--light {
	color: #fff;
}

/* --- Above the fold --- */
.mz-product-hero__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: flex-start;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(24px, 4vw, 48px) 22px clamp(32px, 4vw, 56px);
}
.mz-gallery {
	flex: 1 1 420px;
	min-width: 0;
}
.mz-gallery__main {
	position: relative;
	border: 1px solid #EFEAE1;
	border-radius: 18px;
	overflow: hidden;
	background: #FBF8F3;
	aspect-ratio: 1 / 1;
}
.mz-gallery__main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mz-badge-sale {
	position: absolute;
	top: 14px;
	inset-inline-start: 14px;
	background: #F7941D;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 5px 12px;
	border-radius: 20px;
}
.mz-gallery__thumbs {
	display: flex;
	gap: 10px;
	margin-top: 12px;
	overflow-x: auto;
	padding-bottom: 4px;
}
.mz-gallery__thumb {
	flex: 0 0 78px;
	width: 78px;
	height: 78px;
	padding: 0;
	border: 1.5px solid #EFEAE1;
	border-radius: 12px;
	overflow: hidden;
	background: #FBF8F3;
	cursor: pointer;
	transition: border-color 0.2s ease;
}
.mz-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mz-gallery__thumb.is-active,
.mz-gallery__thumb:hover {
	border-color: #F7941D;
}

/* --- Buy box --- */
.mz-buybox {
	flex: 1 1 380px;
	min-width: 0;
}
.mz-buybox__eyebrow {
	display: inline-block;
	color: #F7941D;
	font-weight: 700;
	font-size: 13.5px;
	letter-spacing: 0.6px;
	text-decoration: none;
	margin-bottom: 8px;
}
.mz-buybox__title {
	margin: 0 0 14px;
	color: #16243E;
	font-weight: 800;
	font-size: clamp(24px, 3.4vw, 34px);
	line-height: 1.3;
}
.mz-buybox__price {
	color: #16243E;
	font-weight: 800;
	font-size: clamp(22px, 3vw, 28px);
	margin-bottom: 20px;
}
.mz-buybox__price del {
	color: #9AA0AD;
	font-weight: 500;
	font-size: 0.7em;
	margin-inline-start: 8px;
}
.mz-buybox__price ins {
	text-decoration: none;
	color: #F7941D;
}

/* Trust badge row */
.mz-trustrow {
	list-style: none;
	margin: 0 0 22px;
	padding: 14px 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	background: #FBF8F3;
	border: 1px solid #EFEAE1;
	border-radius: 14px;
}
.mz-trustrow li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #16243E;
}
.mz-trustrow__ico {
	display: flex;
	color: #F7941D;
}
.mz-trustrow__ico svg {
	width: 19px;
	height: 19px;
}

/* Add to cart — override Woodmart button styling */
.mz-addtocart form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0;
}
.mz-addtocart .single_add_to_cart_button,
.mz-addtocart button[type="submit"] {
	flex: 1 1 220px;
	background: #F7941D !important;
	color: #fff !important;
	border: none !important;
	border-radius: 12px !important;
	font-weight: 700 !important;
	font-size: 17px !important;
	padding: 16px 30px !important;
	cursor: pointer;
	box-shadow: 0 14px 30px -14px rgba(247, 148, 29, 0.75);
	transition: background 0.2s ease, transform 0.2s ease;
}
.mz-addtocart .single_add_to_cart_button:hover,
.mz-addtocart button[type="submit"]:hover {
	background: #16243E !important;
	transform: translateY(-2px);
}
/* --- Direct COD order form --- */
.mz-codform-wrap {
	margin: 4px 0 0;
}
.mz-codform {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 20px;
	background: #FBF8F3;
	border: 1px solid #EFEAE1;
	border-radius: 14px;
}
.mz-codform__row {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.mz-codform__row label {
	color: #16243E;
	font-weight: 700;
	font-size: 14px;
}
.mz-codform__row input {
	width: 100%;
	box-sizing: border-box;
	padding: 13px 16px;
	background: #fff;
	border: 1.5px solid #EFEAE1;
	border-radius: 10px;
	color: #16243E;
	font-size: 15px;
	font-family: inherit;
	transition: border-color 0.2s ease;
}
.mz-codform__row input:focus {
	outline: none;
	border-color: #F7941D;
}
.mz-codform__row input.is-invalid {
	border-color: #E14848;
}
.mz-codform__error {
	margin: 0;
	padding: 12px 14px;
	background: #FCEBEB;
	border: 1px solid #F3C6C6;
	border-radius: 10px;
	color: #B42318;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
}
.mz-codform__submit {
	width: 100% !important;
	background: #F7941D !important;
	color: #fff !important;
	border: none !important;
	border-radius: 12px !important;
	font-weight: 700 !important;
	font-size: 17px !important;
	padding: 17px 24px !important;
	cursor: pointer;
	box-shadow: 0 14px 30px -14px rgba(247, 148, 29, 0.75);
	transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.mz-codform__submit:hover {
	background: #16243E !important;
	transform: translateY(-2px);
}
.mz-codform__submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}
.mz-codform__success {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
	padding: 28px 20px;
	background: #F0FAF1;
	border: 1px solid #CDEBD1;
	border-radius: 14px;
	color: #16243E;
}
.mz-codform__success[hidden] {
	display: none;
}
.mz-codform__success svg {
	width: 42px;
	height: 42px;
	color: #2E9E3F;
	margin-bottom: 6px;
}
.mz-codform__success h3 {
	margin: 0;
	font-size: 19px;
	font-weight: 800;
}
.mz-codform__success p {
	margin: 0;
	font-size: 14.5px;
	color: #384154;
}
.mz-codform__ordernum strong {
	color: #F7941D;
}
.mz-codform__unavailable {
	margin: 0;
	padding: 16px 18px;
	background: #FBF8F3;
	border: 1px solid #EFEAE1;
	border-radius: 12px;
	color: #5a6478;
	font-weight: 600;
	font-size: 15px;
}

.mz-buybox__reassure {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 16px 0 0;
	color: #5a6478;
	font-size: 14px;
	line-height: 1.7;
}
.mz-buybox__reassure svg {
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	color: #2E9E3F;
}

/* --- Short description (hook), shown under title + price --- */
.mz-buybox__short {
	margin: 0 0 20px;
	padding: 16px 18px;
	background: #FBF8F3;
	border: 1px solid #EFEAE1;
	border-radius: 12px;
	color: #384154;
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.8;
}
.mz-buybox__short p {
	margin: 0 0 8px;
}
.mz-buybox__short p:last-child {
	margin-bottom: 0;
}

/* --- Benefits --- */
.mz-benefits__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: clamp(44px, 6vw, 72px) 22px;
}
.mz-benefits__content {
	font-size: 16.5px;
	line-height: 2;
	color: #384154;
}
.mz-benefits__content h2,
.mz-benefits__content h3,
.mz-benefits__content h4 {
	color: #16243E;
	font-weight: 800;
	margin: 32px 0 12px;
	line-height: 1.4;
}
.mz-benefits__content h2 {
	font-size: 22px;
}
.mz-benefits__content h3 {
	font-size: 19px;
}
.mz-benefits__content p {
	margin: 0 0 14px;
}
.mz-benefits__content img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
}
.mz-benefits__content ol {
	margin: 0 0 16px;
	padding-inline-start: 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.mz-benefits__content ul {
	list-style: none;
	margin: 0 0 16px;
	padding-inline-start: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.mz-benefits__content ul li {
	position: relative;
	padding-inline-start: 30px;
}
.mz-benefits__content ul li::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: 0.62em;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #F7941D;
}
/* Differentiation callout inside the long description */
.mz-benefits__content .mz-diff {
	display: flex;
	gap: 14px;
	margin: 28px 0;
	padding: 22px 24px;
	background: #FBF3E8;
	border: 1px solid #F6D9B4;
	border-inline-start: 4px solid #F7941D;
	border-radius: 14px;
}
.mz-benefits__content .mz-diff__ico {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: #F7941D;
	color: #fff;
}
.mz-benefits__content .mz-diff__ico svg {
	width: 24px;
	height: 24px;
}
.mz-benefits__content .mz-diff h3 {
	margin: 2px 0 6px;
	color: #16243E;
	font-size: 18px;
}
.mz-benefits__content .mz-diff p {
	margin: 0;
	color: #5a4326;
	font-size: 15.5px;
	line-height: 1.85;
}

/* --- Trust / social proof --- */
.mz-proof {
	background: #16243E;
	color: #fff;
}
.mz-proof__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(44px, 6vw, 72px) 22px;
}
.mz-proof__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: -12px 0 28px;
	color: #B4BECF;
	font-size: 14px;
}
.mz-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.mz-proof__item {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 16px;
	padding: 24px 20px;
	text-align: center;
}
.mz-proof__ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	border-radius: 14px;
	background: rgba(247, 148, 29, 0.14);
	color: #F7941D;
}
.mz-proof__ico svg {
	width: 24px;
	height: 24px;
}
.mz-proof__item h3 {
	margin: 0 0 6px;
	color: #fff;
	font-weight: 700;
	font-size: 15.5px;
}
.mz-proof__item p {
	margin: 0;
	color: #B4BECF;
	font-size: 13.5px;
	line-height: 1.7;
}
.mz-proof__link {
	display: block;
	margin: 28px auto 0;
	width: fit-content;
	color: #FFB76B;
	font-weight: 600;
	font-size: 14.5px;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 183, 107, 0.4);
	padding-bottom: 3px;
}
.mz-proof__link:hover {
	color: #F7941D;
}

/* --- Related products --- */
.mz-related__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(44px, 6vw, 72px) 22px;
}
.mz-related__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.mz-pcard {
	display: block;
	background: #fff;
	border: 1px solid #EFEAE1;
	border-radius: 16px;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mz-pcard:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 38px -22px rgba(22, 36, 62, 0.35);
}
.mz-pcard__media {
	aspect-ratio: 1 / 1;
	background: #FBF8F3;
}
.mz-pcard__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mz-pcard__body {
	padding: 14px 16px 18px;
}
.mz-pcard__name {
	margin: 0 0 6px;
	color: #16243E;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.45;
}
.mz-pcard__price {
	color: #F7941D;
	font-weight: 700;
	font-size: 15px;
}
.mz-pcard__price del {
	color: #9AA0AD;
	font-weight: 500;
	font-size: 0.85em;
	margin-inline-start: 6px;
}
.mz-pcard__price ins {
	text-decoration: none;
}

/* --- Sticky mobile buy bar --- */
.mz-stickybar {
	position: fixed;
	inset-inline: 0;
	bottom: 0;
	z-index: 400;
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 14px;
	background: #fff;
	border-top: 1px solid #EFEAE1;
	box-shadow: 0 -8px 24px -12px rgba(22, 36, 62, 0.3);
	transform: translateY(100%);
	transition: transform 0.25s ease;
}
.mz-stickybar.is-visible {
	transform: translateY(0);
}
.mz-stickybar__info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.mz-stickybar__name {
	color: #16243E;
	font-weight: 700;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mz-stickybar__price {
	color: #F7941D;
	font-weight: 700;
	font-size: 15px;
}
.mz-stickybar__price del {
	display: none;
}
.mz-stickybar__price ins {
	text-decoration: none;
}
.mz-stickybar__btn {
	flex-shrink: 0;
	background: #F7941D;
	color: #fff;
	border: none;
	border-radius: 11px;
	font-weight: 700;
	font-size: 15px;
	padding: 13px 26px;
	cursor: pointer;
}
.mz-stickybar__btn:hover {
	background: #16243E;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
	.mz-proof__grid,
	.mz-related__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.mz-product-hero__inner {
		gap: 24px;
	}
	.mz-trustrow {
		gap: 10px 16px;
	}
	.mz-addtocart .single_add_to_cart_button,
	.mz-addtocart button[type="submit"] {
		flex: 1 1 100%;
	}
	.mz-related__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
	/* Sticky bar is mobile-only; pad the footer so it is never covered. */
	.mz-stickybar {
		display: flex;
	}
	body.single-product .wd-footer {
		padding-bottom: 76px;
	}
}
