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

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

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

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

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

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

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

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

.mn-rr p {
	margin: 0;
}

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

.mn-rr svg {
	display: block;
}

.mn-rr ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

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

.mn-rr__band {
	padding: 96px 0;
}

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

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

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

.mn-rr a.mn-rr__btn,
.mn-rr a.mn-rr__btn:link,
.mn-rr a.mn-rr__btn:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 56px;
	padding: 0 30px;
	border-radius: var(--rr-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-rr a.mn-rr__btn--primary {
	background: var(--rr-ember-600);
	border-color: var(--rr-ember-600);
	color: #fff;
	-webkit-text-fill-color: #fff;
	box-shadow: 0 8px 22px -10px rgba(178, 69, 45, 0.5);
}

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

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

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

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

.mn-rr__sec {
	font-size: 38px;
	font-weight: 200;
	letter-spacing: -0.042em;
	margin-bottom: 22px;
	max-width: 18ch;
}

.mn-rr__lede {
	font-size: 18.5px;
	font-weight: 300;
	line-height: 1.7;
	color: var(--rr-shell-600);
	max-width: 54ch;
}

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

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

.mn-rr__hi {
	color: var(--rr-shell-900);
}

.mn-rr__split {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 72px;
	align-items: start;
}

.mn-rr__blist {
	margin: 20px 0;
}

.mn-rr__blist li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 300;
	color: var(--rr-shell-600);
}

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

/* Hero */
.mn-rr__hero {
	padding: 96px 0 56px;
}

.mn-rr__hero-in {
	max-width: 56ch;
}

.mn-rr__hero .mn-rr__meta {
	margin-bottom: 22px;
}

.mn-rr__hero h1 {
	font-size: 56px;
	font-weight: 200;
	letter-spacing: -0.048em;
	line-height: 1.04;
	margin-bottom: 28px;
}

.mn-rr__hero p {
	font-size: 18.5px;
	font-weight: 300;
	line-height: 1.7;
	color: var(--rr-shell-600);
	margin-bottom: 15px;
}

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

/* The one rule */
.mn-rr__rule-wrap {
	padding-bottom: 96px;
}

.mn-rr__rule {
	background: var(--rr-shell-900);
	color: rgba(255, 255, 255, 0.76);
	border-radius: var(--rr-r-xl);
	padding: 44px 48px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 32px;
	align-items: center;
}

.mn-rr__rule-i {
	width: 56px;
	height: 56px;
	border-radius: var(--rr-r-full);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.mn-rr__rule-i svg {
	width: 26px;
	height: 26px;
}

.mn-rr__rule h2 {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -0.032em;
	color: #fff;
	margin-bottom: 10px;
}

.mn-rr__rule p {
	font-size: 16.5px;
	font-weight: 300;
	line-height: 1.7;
	max-width: 52ch;
}

/* Cards */
.mn-rr__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

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

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

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

.mn-rr__card h3 {
	font-size: 23px;
	font-weight: 600;
	letter-spacing: -0.026em;
	margin-bottom: 14px;
}

.mn-rr__card p {
	font-size: 15.5px;
	color: var(--rr-shell-600);
	line-height: 1.75;
	margin-bottom: 14px;
}

.mn-rr__card .mn-rr__blist li {
	font-size: 15.5px;
	margin-bottom: 8px;
}

.mn-rr__card .mn-rr__btn {
	margin-top: auto;
	align-self: flex-start;
}

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

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

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

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

.mn-rr__note svg {
	color: var(--rr-fynbos-700);
}

.mn-rr__warn svg {
	color: var(--rr-amber-500);
}

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

.mn-rr__note b {
	color: var(--rr-fynbos-900);
}

.mn-rr__warn b {
	color: var(--rr-amber-700);
}

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

.mn-rr__card .mn-rr__warn {
	margin: 6px 0 14px;
}

/* Variation */
.mn-rr__vary {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: center;
}

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

.mn-rr__vlist {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 24px 0;
}

.mn-rr__vlist span {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 0 18px;
	border-radius: var(--rr-r-full);
	background: var(--rr-shell-0);
	border: 1px solid var(--rr-shell-200);
	font-size: 14.5px;
	font-weight: 500;
	color: var(--rr-shell-800);
}

/* Steps */
.mn-rr__steps {
	counter-reset: mnrr;
	margin-top: 48px;
}

.mn-rr__pstep {
	counter-increment: mnrr;
	position: relative;
	padding: 0 0 32px 60px;
	border-left: 1px solid var(--rr-shell-200);
	margin-left: 18px;
}

.mn-rr__pstep:last-child {
	border-left-color: transparent;
	padding-bottom: 0;
}

.mn-rr__pstep::before {
	content: "0" counter(mnrr);
	position: absolute;
	left: -19px;
	top: -4px;
	width: 38px;
	height: 38px;
	border-radius: var(--rr-r-full);
	background: var(--rr-shell-0);
	border: 1px solid var(--rr-shell-300);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--rr-mono);
	font-size: 11px;
	color: var(--rr-shell-700);
}

.mn-rr__pstep b {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: var(--rr-shell-900);
	letter-spacing: -0.022em;
	margin-bottom: 8px;
}

.mn-rr__pstep p {
	font-size: 16px;
	color: var(--rr-shell-600);
	line-height: 1.75;
	margin-bottom: 10px;
	max-width: 52ch;
}

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

/* Start box */
.mn-rr__startbox {
	background: var(--rr-shell-0);
	border-radius: var(--rr-r-xl);
	padding: 56px 52px;
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}

.mn-rr__startbox h2 {
	font-size: 36px;
	font-weight: 200;
	letter-spacing: -0.04em;
	margin-bottom: 16px;
}

.mn-rr__startbox-stop {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.028em;
	color: var(--rr-ember-600);
	margin-bottom: 20px;
}

.mn-rr__startbox p {
	font-size: 16.5px;
	font-weight: 300;
	line-height: 1.75;
	color: var(--rr-shell-600);
	max-width: 48ch;
	margin: 0 auto 12px;
}

.mn-rr__startbox .mn-rr__btn {
	margin-top: 26px;
}

/* Close */
.mn-rr__close-in {
	max-width: 48ch;
}

.mn-rr__close h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 200;
	letter-spacing: -0.044em;
	line-height: 1.08;
	margin-bottom: 26px;
}

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

.mn-rr__close p:last-child {
	color: #fff;
	font-weight: 400;
	font-size: 21px;
	margin-top: 22px;
}

@media (max-width: 1000px) {
	.mn-rr__split,
	.mn-rr__vary {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.mn-rr__cards {
		grid-template-columns: 1fr;
	}

	.mn-rr__rule {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 32px 26px;
	}

	.mn-rr__band {
		padding: 60px 0;
	}

	.mn-rr__hero {
		padding: 52px 0 40px;
	}

	.mn-rr__hero h1 {
		font-size: 34px;
		letter-spacing: -0.042em;
	}

	.mn-rr__sec {
		font-size: 27px;
		max-width: none;
	}

	.mn-rr__rule h2 {
		font-size: 23px;
	}

	.mn-rr__startbox {
		padding: 36px 24px;
	}

	.mn-rr__startbox h2 {
		font-size: 27px;
	}

	.mn-rr__close h2 {
		font-size: 28px;
	}

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

	.mn-rr__rule-wrap {
		padding-bottom: 60px;
	}
}

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

	.mn-rr__card .mn-rr__btn {
		align-self: stretch;
	}

	.mn-rr__pstep {
		padding-left: 48px;
	}
}
