/* Nuramara Footer Modals v2.1.3 */
@font-face {
	font-family: "Courier Prime";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url("../fonts/courier-prime-latin-400-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Courier Prime";
	font-style: italic;
	font-display: swap;
	font-weight: 400;
	src: url("../fonts/courier-prime-latin-400-italic.woff2") format("woff2");
}

@font-face {
	font-family: "Courier Prime";
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: url("../fonts/courier-prime-latin-700-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Courier Prime";
	font-style: italic;
	font-display: swap;
	font-weight: 700;
	src: url("../fonts/courier-prime-latin-700-italic.woff2") format("woff2");
}

:root {
	--nfm-black: #000;
	--nfm-white: #fff;
	--nfm-border: #d8d8d8;
	--nfm-muted: #6d6d6d;
	--nfm-typeface: "Courier Prime", "Courier New", Courier, monospace;
}

/* Yeezy-inspired typography across every customer-facing page and flow. */
html body[class] {
	font-family: var(--nfm-typeface) !important;
}

html body[class] *:not(svg):not(path):not(g):not(use):not(i[class]):not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class^="fa-"]):not([class*=" fa-"]):not([class^="eicon-"]):not([class*=" eicon-"]):not(.dashicons):not([class*="dashicons-"]):not(.star-rating):not(.woocommerce-product-gallery__trigger):not(.flex-prev):not(.flex-next):not(.sub-arrow) {
	font-family: var(--nfm-typeface) !important;
}

.nfm-route-modal,
.nfm-cookie-overlay,
.nfm-standalone,
.nfm-footer-menu {
	font-family: var(--nfm-typeface) !important;
}

/* More legible typography throughout the single-product checkout form. */
html body.nrm26-product-page .nrm26-panel-kicker {
	font-size: 11px !important;
}

html body.nrm26-product-page .nrm26-panel-help {
	font-size: 14px !important;
	line-height: 1.5 !important;
}

html body.nrm26-product-page .nrm26-checkout-panel form.checkout {
	font-size: 14px !important;
	line-height: 1.45 !important;
}

html body.nrm26-product-page .nrm26-checkout-panel h3,
html body.nrm26-product-page .nrm26-checkout-panel #order_review_heading {
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

html body.nrm26-product-page .nrm26-checkout-panel .form-row label,
html body.nrm26-product-page .nrm26-checkout-panel .wc_payment_method > label {
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
}

html body.nrm26-product-page .nrm26-checkout-panel .input-text,
html body.nrm26-product-page .nrm26-checkout-panel select,
html body.nrm26-product-page .nrm26-checkout-panel textarea,
html body.nrm26-product-page .nrm26-checkout-panel .select2-selection__rendered {
	font-size: 14px !important;
}

html body.nrm26-product-page .nrm26-checkout-panel .woocommerce-checkout-review-order-table,
html body.nrm26-product-page .nrm26-checkout-panel .woocommerce-checkout-review-order-table th,
html body.nrm26-product-page .nrm26-checkout-panel .woocommerce-checkout-review-order-table td {
	font-size: 13px !important;
	line-height: 1.45 !important;
}

html body.nrm26-product-page .nrm26-checkout-panel #payment div.payment_box,
html body.nrm26-product-page .nrm26-checkout-panel .woocommerce-privacy-policy-text,
html body.nrm26-product-page .nrm26-checkout-panel .woocommerce-terms-and-conditions-checkbox-text {
	font-size: 13px !important;
	line-height: 1.5 !important;
}

html body.nrm26-product-page .nrm26-checkout-panel #place_order {
	font-size: 13px !important;
	font-weight: 700 !important;
}

@media (max-width: 767px) {
	html body.nrm26-product-page .nrm26-checkout-panel .input-text,
	html body.nrm26-product-page .nrm26-checkout-panel select,
	html body.nrm26-product-page .nrm26-checkout-panel textarea,
	html body.nrm26-product-page .nrm26-checkout-panel .select2-selection__rendered {
		font-size: 16px !important;
	}
}

html.nfm-modal-open,
body.nfm-modal-open {
	overflow: hidden !important;
}

/* Transparent footer menu. All states intentionally override theme/button styling. */
.nfm-footer-menu,
.nfm-footer-menu * {
	font-family: var(--nfm-typeface) !important;
	box-sizing: border-box;
}

.nfm-footer-menu {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
	gap: 0 24px !important;
	width: 100% !important;
	min-height: 0 !important;
	padding: 10px 18px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	color: inherit !important;
	position: relative;
	z-index: 30;
}

.nfm-footer-menu--fixed {
	position: fixed !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 9990 !important;
	pointer-events: none;
}

.nfm-footer-menu--fixed .nfm-footer-menu__link {
	pointer-events: auto;
}

.nfm-footer-menu .nfm-footer-menu__link,
.nfm-footer-menu .nfm-footer-menu__link:link,
.nfm-footer-menu .nfm-footer-menu__link:visited,
.nfm-footer-menu .nfm-footer-menu__link:hover,
.nfm-footer-menu .nfm-footer-menu__link:focus,
.nfm-footer-menu .nfm-footer-menu__link:active,
.nfm-footer-menu .nfm-cookie-link,
.nfm-footer-menu .nfm-cookie-link:hover,
.nfm-footer-menu .nfm-cookie-link:focus,
.nfm-footer-menu .nfm-cookie-link:active {
	all: unset !important;
	box-sizing: border-box !important;
	display: inline-block !important;
	font-family: var(--nfm-typeface) !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	cursor: pointer !important;
	color: inherit !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 3px 0 !important;
	margin: 0 !important;
}

.nfm-footer-menu .nfm-footer-menu__link:hover,
.nfm-footer-menu .nfm-footer-menu__link:focus-visible {
	text-decoration: underline !important;
	text-underline-offset: 3px !important;
}

/* Full-screen route modal. */
.nfm-route-modal,
.nfm-route-modal *,
.nfm-standalone,
.nfm-standalone * {
	box-sizing: border-box;
	font-family: inherit;
}

.nfm-route-modal {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	background: #fff;
	transition: opacity 120ms linear, visibility 120ms linear;
}

.nfm-route-modal.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.nfm-route-modal__surface,
.nfm-standalone {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #111;
}

.nfm-route-modal__topbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 58px;
	z-index: 5;
	pointer-events: none;
}

.nfm-route-modal__back,
a.nfm-route-modal__back {
	all: unset;
	box-sizing: border-box;
	position: absolute;
	top: 11px;
	left: 17px;
	width: 28px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: inherit;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	color: #000;
	cursor: pointer;
	pointer-events: auto;
	text-decoration: none;
}

.nfm-route-modal__back:hover,
.nfm-route-modal__back:focus-visible {
	outline: 1px solid #000;
	outline-offset: 2px;
}

.nfm-route-modal__lock {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000;
	pointer-events: none;
}

.nfm-route-modal__scroll,
.nfm-standalone__scroll {
	position: absolute;
	inset: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-gutter: stable;
}

.nfm-panel {
	width: 100%;
	min-height: 100%;
	padding: 98px 24px 110px;
	background: #fff;
	color: #111;
}

.nfm-panel[hidden] {
	display: none !important;
}

.nfm-panel__body {
	width: min(100%, var(--nfm-content-width, 560px));
	margin: 0 auto;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.52;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #111;
}

.nfm-panel__body p,
.nfm-panel__body h1,
.nfm-panel__body h2,
.nfm-panel__body h3,
.nfm-panel__body h4,
.nfm-panel__body ul,
.nfm-panel__body ol,
.nfm-panel__body blockquote {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: uppercase;
	color: inherit;
}

.nfm-panel__body p {
	margin: 0 0 18px;
}

.nfm-panel__body h1,
.nfm-panel__body h2,
.nfm-panel__body h3,
.nfm-panel__body h4 {
	margin: 0 0 18px;
}

.nfm-panel__body a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.nfm-editable-content--terms,
.nfm-editable-content--privacy {
	padding-bottom: 40px;
}

/* The order-status reference uses a centered card and its own back link. */
.nfm-route-modal.is-order .nfm-route-modal__topbar {
	display: none;
}

.nfm-panel--order_status {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.nfm-panel--order_status .nfm-panel__body {
	width: min(100%, 423px);
}

.nfm-order-card {
	width: 100%;
	margin: 0 auto;
	text-transform: uppercase;
}

.nfm-order-card h1 {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
}

.nfm-order-intro {
	margin: 0 0 20px !important;
	font-size: 12px !important;
	line-height: 1.55 !important;
	color: #777 !important;
}

.nfm-order-form,
.nfm-privacy-form {
	width: 100%;
}

.nfm-order-form label,
.nfm-privacy-form label {
	display: block;
	margin: 0 0 12px;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
	color: #222;
}

.nfm-order-form input,
.nfm-privacy-form input[type="text"],
.nfm-privacy-form input[type="email"] {
	appearance: none;
	display: block;
	width: 100%;
	height: 40px;
	margin: 6px 0 0;
	padding: 7px 10px;
	border: 1px solid #111;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
	background: #fff;
	color: #111;
	font: inherit;
	font-size: 14px;
	text-transform: none;
}

.nfm-order-form input:focus,
.nfm-privacy-form input[type="text"]:focus,
.nfm-privacy-form input[type="email"]:focus {
	outline: 1px solid #111;
	outline-offset: 1px;
}

.nfm-primary-button,
.nfm-primary-button:hover,
.nfm-primary-button:focus,
.nfm-primary-button:active {
	appearance: none;
	display: block;
	width: 100%;
	min-height: 39px;
	margin: 18px 0 0;
	padding: 10px 16px;
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: none;
	background: #000;
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.nfm-primary-button:disabled {
	opacity: .6;
	cursor: wait;
}

.nfm-order-back {
	display: block;
	width: max-content;
	margin: 22px auto 0;
	color: #111 !important;
	font-family: inherit;
	font-size: 12px;
	line-height: 1.4;
	text-decoration: none !important;
	text-transform: uppercase;
}

.nfm-order-back:hover,
.nfm-order-back:focus-visible {
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.nfm-order-result,
.nfm-form-message {
	margin-top: 14px;
	font-size: 12px;
	line-height: 1.45;
	text-transform: uppercase;
}

.nfm-order-result__details {
	margin-top: 10px;
	padding: 12px;
	border: 1px solid #111;
}

/* Cookie preferences modal. Strong resets prevent Elementor/theme styles from scattering the layout. */
.nfm-cookie-overlay,
.nfm-cookie-overlay * {
	box-sizing: border-box !important;
	font-family: inherit !important;
}

.nfm-cookie-overlay {
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483640 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 24px !important;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	background: rgba(0, 0, 0, .58) !important;
	transition: opacity 120ms linear, visibility 120ms linear;
}

.nfm-cookie-overlay.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.nfm-cookie-dialog {
	position: relative !important;
	width: min(680px, calc(100vw - 48px)) !important;
	max-width: 680px !important;
	max-height: min(760px, calc(100vh - 48px)) !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	overflow: hidden !important;
	background: #fff !important;
	border: 1px solid #d6d6d6 !important;
	border-radius: 0 !important;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .22) !important;
	color: #222 !important;
	text-align: left !important;
	text-transform: uppercase !important;
}

.nfm-cookie-dialog__header {
	flex: 0 0 auto !important;
	min-height: 76px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 20px !important;
	padding: 18px 20px !important;
	margin: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #ddd !important;
	background: #fff !important;
}

.nfm-cookie-dialog__header h2,
.nfm-cookie-dialog__body h3 {
	all: unset !important;
	box-sizing: border-box !important;
	display: block !important;
	font-family: inherit !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	color: #222 !important;
}

.nfm-cookie-dialog__header h2 {
	font-size: clamp(24px, 3vw, 34px) !important;
	font-weight: 400 !important;
	line-height: 1.05 !important;
	letter-spacing: -.02em !important;
}

.nfm-cookie-dialog__body h3 {
	font-size: clamp(22px, 2.6vw, 30px) !important;
	font-weight: 400 !important;
	line-height: 1.15 !important;
	letter-spacing: -.01em !important;
}

.nfm-cookie-dialog__close,
.nfm-cookie-dialog__close:hover,
.nfm-cookie-dialog__close:focus,
.nfm-cookie-dialog__close:active {
	all: unset !important;
	box-sizing: border-box !important;
	flex: 0 0 48px !important;
	width: 48px !important;
	height: 48px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	background: #000 !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-align: center !important;
	cursor: pointer !important;
}

.nfm-cookie-dialog__close:focus-visible {
	outline: 2px solid #000 !important;
	outline-offset: 3px !important;
}

.nfm-cookie-dialog__body {
	flex: 1 1 auto !important;
	min-height: 0 !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	-webkit-overflow-scrolling: touch;
	padding: 22px 20px 18px !important;
	margin: 0 !important;
	background: #fff !important;
}

.nfm-cookie-dialog__body > p,
.nfm-cookie-more p {
	all: unset !important;
	box-sizing: border-box !important;
	display: block !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.55 !important;
	letter-spacing: 0 !important;
	color: #747474 !important;
	text-transform: uppercase !important;
}

.nfm-cookie-dialog__body > p {
	margin: 16px 0 22px !important;
}

.nfm-cookie-row {
	min-height: 58px !important;
	display: grid !important;
	grid-template-columns: 24px minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 10px !important;
	width: 100% !important;
	margin: 0 0 10px !important;
	padding: 10px 14px !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
}

.nfm-cookie-row__arrow {
	width: 20px !important;
	height: 20px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 50% !important;
	background: #e7eff2 !important;
	font-size: 13px !important;
	line-height: 1 !important;
	color: #333 !important;
}

.nfm-cookie-row strong {
	all: unset !important;
	box-sizing: border-box !important;
	display: block !important;
	min-width: 0 !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	color: #222 !important;
	text-transform: uppercase !important;
}

.nfm-switch {
	position: relative !important;
	display: inline-block !important;
	width: 48px !important;
	height: 26px !important;
	margin: 0 !important;
}

.nfm-switch input {
	position: absolute !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.nfm-switch span {
	position: absolute !important;
	inset: 0 !important;
	border-radius: 999px !important;
	background: #d7e1e5 !important;
	cursor: pointer !important;
	transition: background 120ms linear;
}

.nfm-switch span::after {
	content: "✓" !important;
	position: absolute !important;
	top: 2px !important;
	left: 2px !important;
	width: 22px !important;
	height: 22px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #555 !important;
	font-size: 11px !important;
	transition: transform 120ms linear;
}

.nfm-switch input:checked + span { background: #20282d !important; }
.nfm-switch input:checked + span::after { transform: translateX(22px) !important; }
.nfm-switch--locked span { background: #dbe5e9 !important; cursor: default !important; }
.nfm-switch--locked span::after { transform: translateX(22px) !important; color: #c5d2d7 !important; }

.nfm-cookie-more {
	width: 100% !important;
	margin: 20px 0 0 !important;
	padding: 16px 14px !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
}

.nfm-cookie-more h3 {
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
}

.nfm-cookie-more p { margin: 10px 0 0 !important; }

.nfm-cookie-dialog__footer {
	flex: 0 0 auto !important;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 8px !important;
	width: 100% !important;
	min-height: 0 !important;
	padding: 12px 20px !important;
	margin: 0 !important;
	border: 0 !important;
	border-top: 1px solid #ddd !important;
	background: #fff !important;
}

.nfm-cookie-dialog__footer-left {
	display: contents !important;
}

.nfm-cookie-action,
.nfm-cookie-action:hover,
.nfm-cookie-action:focus,
.nfm-cookie-action:active {
	all: unset !important;
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 46px !important;
	padding: 10px 12px !important;
	margin: 0 !important;
	border-radius: 0 !important;
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
	letter-spacing: .04em !important;
	text-align: center !important;
	text-transform: uppercase !important;
	white-space: normal !important;
	cursor: pointer !important;
}

.nfm-cookie-action--dark,
.nfm-cookie-action--dark:hover,
.nfm-cookie-action--dark:focus,
.nfm-cookie-action--dark:active {
	border: 1px solid #000 !important;
	background: #000 !important;
	color: #fff !important;
}

.nfm-cookie-action--light,
.nfm-cookie-action--light:hover,
.nfm-cookie-action--light:focus,
.nfm-cookie-action--light:active {
	border: 1px solid #111 !important;
	background: #fff !important;
	color: #111 !important;
}

.nfm-cookie-action:focus-visible {
	outline: 2px solid #000 !important;
	outline-offset: 2px !important;
}

/* Standalone routes. */
body.nfm-standalone-body {
	margin: 0 !important;
	background: #fff !important;
}

.nfm-standalone {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
}

.nfm-standalone--order_status .nfm-panel--order_status {
	min-height: 100vh;
}

@media (max-width: 700px) {
	.nfm-footer-menu {
		gap: 3px 15px !important;
		padding: 8px 12px !important;
	}

	.nfm-footer-menu .nfm-footer-menu__link,
	.nfm-footer-menu .nfm-cookie-link {
		font-size: 11px !important;
	}

	.nfm-panel {
		padding: 78px 20px 80px;
	}

	.nfm-panel__body {
		font-size: 13px;
		line-height: 1.5;
	}

	.nfm-form-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.nfm-cookie-overlay {
		align-items: flex-end !important;
		padding: 0 !important;
	}

	.nfm-cookie-dialog {
		width: 100% !important;
		max-width: none !important;
		max-height: 90vh !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 0 !important;
	}

	.nfm-cookie-dialog__header {
		min-height: 64px !important;
		padding: 14px 16px !important;
	}

	.nfm-cookie-dialog__header h2 {
		font-size: 24px !important;
	}

	.nfm-cookie-dialog__body {
		padding: 18px 16px 14px !important;
	}

	.nfm-cookie-dialog__body h3 {
		font-size: 22px !important;
	}

	.nfm-cookie-dialog__footer {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
		padding: 12px 16px calc(12px + env(safe-area-inset-bottom)) !important;
	}

	.nfm-cookie-action {
		width: 100% !important;
	}

	.nfm-cookie-dialog__footer-left .nfm-cookie-action {
		width: 50%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nfm-route-modal,
	.nfm-cookie-overlay,
	.nfm-switch span,
	.nfm-switch span::after {
		transition: none !important;
	}
}

/* Elementor wrapper reset added by the frontend script. */
.nfm-footer-widget-transparent,
.nfm-footer-widget-transparent > .elementor-widget-container {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	border: 0 !important;
}
