/**
 * Shipping & Delivery
 *
 * Site header/footer wrap this; strip WoodMart page-title + white content shell.
 */

body.mn-delivery-page {
	background: var(--mn-bg-canvas, var(--mn-linen-50, #fdfaf4)) !important;
}

body.mn-delivery-page .wd-page-title,
body.mn-delivery-page .page-title,
body.mn-delivery-page .title-wrapper,
body.mn-delivery-page .title-container,
body.mn-delivery-page .wd-page-title-header,
body.mn-delivery-page .main-page-wrapper > .entry-header,
body.mn-delivery-page .site-content > .entry-header,
body.mn-delivery-page h1.entry-title,
body.mn-delivery-page .breadcrumbs,
body.mn-delivery-page .woocommerce-breadcrumb,
body.mn-delivery-page .sidebar-container,
body.mn-delivery-page .wd-sidebar {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: none !important;
}

body.mn-delivery-page .wd-page-content,
body.mn-delivery-page .main-page-wrapper,
body.mn-delivery-page .wd-content-layout,
body.mn-delivery-page .content-layout-wrapper,
body.mn-delivery-page main.wd-content-layout,
body.mn-delivery-page main.container,
body.mn-delivery-page .main-page-wrapper > .container,
body.mn-delivery-page .site-content,
body.mn-delivery-page .entry-content,
body.mn-delivery-page #main,
body.mn-delivery-page .wd-content-area {
	display: block !important;
	background: var(--mn-bg-canvas, var(--mn-linen-50, #fdfaf4)) !important;
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.mn-dl {
	--dl-ember-50: #fdf3ef;
	--dl-ember-100: #f7ded5;
	--dl-ember-300: #e2a38f;
	--dl-ember-500: #c15a38;
	--dl-ember-600: #b2452d;
	--dl-ember-700: #8e3722;
	--dl-fynbos-50: #f2f5ec;
	--dl-fynbos-100: #e3e9da;
	--dl-fynbos-300: #c2cfae;
	--dl-fynbos-500: #9cab7f;
	--dl-fynbos-700: #6b7a5a;
	--dl-fynbos-900: #3d4634;
	--dl-shell-0: #ffffff;
	--dl-shell-50: var(--mn-linen-50, #fdfaf4);
	--dl-shell-100: var(--mn-linen-100, #f7f1e7);
	--dl-shell-200: var(--mn-linen-200, #ede4da);
	--dl-shell-300: #ded2c4;
	--dl-shell-400: #c4b7a7;
	--dl-shell-500: #a79c90;
	--dl-shell-600: #7a7168;
	--dl-shell-700: #554f48;
	--dl-shell-800: #38332e;
	--dl-shell-900: #2a2521;
	--dl-amber-50: #fdf8ef;
	--dl-amber-100: #faeeda;
	--dl-amber-500: #ba7517;
	--dl-amber-700: #854f0b;
	--dl-font: "Manrope", system-ui, -apple-system, sans-serif;
	--dl-mono: "Martian Mono", ui-monospace, monospace;
	--dl-r-md: 12px;
	--dl-r-lg: 20px;
	--dl-r-xl: 32px;
	--dl-r-full: 999px;

	background: var(--dl-shell-50);
	font-family: var(--dl-font);
	color: var(--dl-shell-700);
	font-size: 16.5px;
	line-height: 1.75;
	letter-spacing: -0.006em;
	-webkit-font-smoothing: antialiased;
}

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

.mn-dl h1,
.mn-dl h2 {
	margin: 0;
	color: var(--dl-shell-900);
	line-height: 1.1;
	font-family: var(--mn-title-font, Georgia, "Times New Roman", serif);
	font-weight: 200;
}

.mn-dl h3 {
	margin: 0;
	color: var(--dl-shell-900);
	line-height: 1.1;
	font-family: var(--dl-font);
}

.mn-dl p {
	margin: 0;
}

.mn-dl a {
	color: inherit;
	text-decoration: none;
}

.mn-dl svg {
	display: block;
}

.mn-dl__wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 32px;
}

.mn-dl__meta {
	font-family: var(--dl-mono);
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--dl-fynbos-700);
}

.mn-dl__band {
	padding: 104px 0;
}

.mn-dl__band--warm {
	background: var(--mn-bg-canvas, var(--dl-shell-50, #fdfaf4));
}

.mn-dl__band--sage {
	background: var(--mn-bg-canvas, var(--dl-shell-50, #fdfaf4));
}

.mn-dl__band--deep {
	background: var(--dl-fynbos-900);
	color: rgba(255, 255, 255, 0.74);
}

.mn-dl a.mn-dl__btn,
.mn-dl a.mn-dl__btn:link,
.mn-dl a.mn-dl__btn:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 56px;
	padding: 0 30px;
	border-radius: var(--dl-r-md);
	border: 1px solid transparent;
	font-size: 15.5px;
	font-weight: 600;
	letter-spacing: -0.008em;
	transition: background-color 0.18s, border-color 0.18s, color 0.18s, transform 0.18s;
}

.mn-dl a.mn-dl__btn--primary {
	background: var(--dl-ember-600);
	border-color: var(--dl-ember-600);
	color: #fff;
	-webkit-text-fill-color: #fff;
	box-shadow: 0 8px 22px -10px rgba(178, 69, 45, 0.5);
}

.mn-dl a.mn-dl__btn--primary:hover,
.mn-dl a.mn-dl__btn--primary:focus {
	background: var(--dl-ember-700);
	border-color: var(--dl-ember-700);
	color: #fff;
	-webkit-text-fill-color: #fff;
	transform: translateY(-1px);
}

.mn-dl a.mn-dl__btn--secondary {
	background: transparent;
	border-color: var(--dl-shell-900);
	color: var(--dl-shell-900);
	-webkit-text-fill-color: var(--dl-shell-900);
}

.mn-dl a.mn-dl__btn--secondary:hover,
.mn-dl a.mn-dl__btn--secondary:focus {
	background: var(--dl-shell-900);
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.mn-dl a.mn-dl__btn--onDark {
	background: #fff;
	border-color: #fff;
	color: var(--dl-shell-900);
	-webkit-text-fill-color: var(--dl-shell-900);
}

.mn-dl a.mn-dl__btn--onDark:hover,
.mn-dl a.mn-dl__btn--onDark:focus {
	transform: translateY(-1px);
	color: var(--dl-shell-900);
	-webkit-text-fill-color: var(--dl-shell-900);
}

.mn-dl__sec {
	font-size: 40px;
	font-weight: 200;
	letter-spacing: -0.044em;
	margin-bottom: 22px;
	max-width: 18ch;
}

.mn-dl__lede {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.65;
	color: var(--dl-shell-600);
	max-width: 52ch;
}

.mn-dl__copy p {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.8;
	color: var(--dl-shell-600);
	margin-bottom: 16px;
	max-width: 58ch;
}

.mn-dl__copy p:last-child {
	margin-bottom: 0;
}

.mn-dl__copy .mn-dl__hi {
	color: var(--dl-shell-900);
}

.mn-dl__pull {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.55;
	color: var(--dl-shell-900);
	letter-spacing: -0.026em;
	padding-left: 22px;
	border-left: 2px solid var(--dl-ember-300);
	margin: 28px 0;
	max-width: 44ch;
}

/* Hero */
.mn-dl__hero {
	padding: 104px 0 88px;
}

.mn-dl__hero-g {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 72px;
	align-items: center;
}

.mn-dl__hero .mn-dl__meta {
	margin-bottom: 22px;
}

.mn-dl__hero h1 {
	font-size: 58px;
	font-weight: 200;
	letter-spacing: -0.048em;
	line-height: 1.03;
	margin-bottom: 30px;
	max-width: 13ch;
}

.mn-dl__hero p {
	font-size: 18.5px;
	font-weight: 300;
	line-height: 1.7;
	color: var(--dl-shell-600);
	margin-bottom: 15px;
	max-width: 46ch;
}

.mn-dl__hero p:last-child {
	margin-bottom: 0;
}

.mn-dl__hero-art {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mn-dl__hero-art svg {
	width: 100%;
	max-width: 420px;
	height: auto;
}

/* Split */
.mn-dl__split {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 76px;
	align-items: start;
}

.mn-dl__split--mid {
	align-items: center;
}

.mn-dl__split-gap {
	margin-bottom: 72px;
}

/* Diagram */
.mn-dl__diagram {
	margin: 52px 0 0;
}

.mn-dl__diagram svg {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	height: auto;
}

.mn-dl__diagram-foot {
	margin-top: 44px;
	text-align: center;
}

.mn-dl__diagram-foot p {
	margin: 0 auto;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.8;
	color: var(--dl-shell-600);
	max-width: 58ch;
}

.mn-dl__diagram-foot .mn-dl__hi {
	margin: 8px auto 0;
	font-size: 20px;
	color: var(--dl-shell-900);
}

/* List */
.mn-dl__list {
	margin: 22px 0;
	padding-left: 0;
}

.mn-dl__list li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	margin-bottom: 11px;
	font-size: 17px;
	font-weight: 300;
	color: var(--dl-shell-600);
}

.mn-dl__list li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 13px;
	width: 5px;
	height: 5px;
	border-radius: var(--dl-r-full);
	background: var(--dl-fynbos-500);
}

/* Checklist */
.mn-dl__checks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 32px 0;
}

.mn-dl__check {
	background: var(--dl-shell-0);
	border-radius: var(--dl-r-lg);
	padding: 26px 28px;
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.mn-dl__check svg {
	width: 18px;
	height: 18px;
	flex: none;
	margin-top: 4px;
	color: var(--dl-fynbos-700);
}

.mn-dl__check b {
	font-size: 16.5px;
	font-weight: 600;
	color: var(--dl-shell-900);
	letter-spacing: -0.018em;
}

/* Callouts */
.mn-dl__note,
.mn-dl__warn {
	border-radius: var(--dl-r-lg);
	padding: 22px 24px;
	margin: 26px 0;
	display: flex;
	gap: 15px;
	align-items: flex-start;
	max-width: 58ch;
}

.mn-dl__note {
	background: var(--dl-fynbos-50);
	border: 1px solid var(--dl-fynbos-300);
}

.mn-dl__warn {
	background: var(--dl-amber-50);
	border: 1px solid var(--dl-amber-100);
}

.mn-dl__note svg,
.mn-dl__warn svg {
	width: 19px;
	height: 19px;
	flex: none;
	margin-top: 4px;
}

.mn-dl__note svg {
	color: var(--dl-fynbos-700);
}

.mn-dl__warn svg {
	color: var(--dl-amber-500);
}

.mn-dl__note b,
.mn-dl__warn b {
	display: block;
	font-size: 15.5px;
	font-weight: 600;
	letter-spacing: -0.014em;
	margin-bottom: 5px;
}

.mn-dl__note b {
	color: var(--dl-fynbos-900);
}

.mn-dl__warn b {
	color: var(--dl-amber-700);
}

.mn-dl__note p,
.mn-dl__warn p {
	font-size: 15.5px;
	line-height: 1.7;
	color: var(--dl-shell-700);
	margin: 0;
}

/* Help cards */
.mn-dl__helps {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 44px;
}

.mn-dl__help {
	background: var(--dl-shell-0);
	border-radius: var(--dl-r-xl);
	padding: 38px 36px;
	display: flex;
	flex-direction: column;
}

.mn-dl__help-i {
	width: 44px;
	height: 44px;
	border-radius: var(--dl-r-full);
	background: var(--dl-fynbos-100);
	color: var(--dl-fynbos-700);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
}

.mn-dl__help-i svg {
	width: 20px;
	height: 20px;
}

.mn-dl__help h3 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.026em;
	margin-bottom: 12px;
}

.mn-dl__help p {
	font-size: 15.5px;
	color: var(--dl-shell-600);
	line-height: 1.7;
	margin-bottom: 24px;
}

.mn-dl__help .mn-dl__btn {
	margin-top: auto;
	align-self: flex-start;
}

.mn-dl__nook-cta {
	margin-top: 26px;
}

/* Closing */
.mn-dl__close {
	padding: 112px 0;
}

.mn-dl__close-in {
	max-width: 46ch;
}

.mn-dl__close h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 200;
	letter-spacing: -0.046em;
	line-height: 1.06;
	margin-bottom: 28px;
}

.mn-dl__close h2 span {
	display: block;
	color: var(--dl-fynbos-300);
}

.mn-dl__close p {
	font-size: 18.5px;
	font-weight: 300;
	line-height: 1.75;
	margin-bottom: 15px;
}

.mn-dl__close p:last-of-type {
	color: #fff;
	font-weight: 400;
}

.mn-dl__close-cta {
	margin-top: 34px;
}

@media (max-width: 1000px) {
	.mn-dl__hero-g,
	.mn-dl__split {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.mn-dl__checks,
	.mn-dl__helps {
		grid-template-columns: 1fr;
	}

	.mn-dl__band {
		padding: 64px 0;
	}

	.mn-dl__hero {
		padding: 56px 0 48px;
	}

	.mn-dl__hero h1 {
		font-size: 36px;
		letter-spacing: -0.04em;
		max-width: none;
	}

	.mn-dl__sec {
		font-size: 28px;
		max-width: none;
	}

	.mn-dl__close {
		padding: 68px 0;
	}

	.mn-dl__close h2 {
		font-size: 29px;
	}

	.mn-dl__wrap {
		padding: 0 20px;
	}
}

@media (max-width: 560px) {
	.mn-dl a.mn-dl__btn {
		width: 100%;
	}

	.mn-dl__help .mn-dl__btn {
		align-self: stretch;
	}
}
