/* Generated by tools/build-frontend-bundles.mjs. Do not edit directly. */

/* source: style.css */
:root {
	--nfc-accent: #111111;
	--nfc-accent-hover: #2e2e2e;
	--nfc-text: #171717;
	--nfc-muted: #6f6f73;
	--nfc-bg: #ffffff;
	--nfc-surface: #f6f6f4;
	--nfc-border: #e5e5e2;
	--nfc-success: #1e7b4b;
	--nfc-danger: #b42318;
	--nfc-container: 1320px;
	--nfc-content: 780px;
	--nfc-radius: 14px;
	--nfc-radius-sm: 9px;
	--nfc-logo-desktop: 190px;
	--nfc-logo-mobile: 150px;
	--nfc-icon-search: 21px;
	--nfc-icon-account: 21px;
	--nfc-icon-cart: 21px;
	--nfc-icon-menu: 22px;
	--nfc-checkout-button-bg: #d62828;
	--nfc-checkout-button-text: #ffffff;
	--nfc-checkout-button-font: 17px;
	--nfc-checkout-button-icon: 19px;
	--nfc-shadow-sm: 0 8px 28px rgba(17, 17, 17, 0.07);
	--nfc-shadow-lg: 0 24px 70px rgba(17, 17, 17, 0.14);
	--nfc-shadow-brand: 0 12px 34px rgba(17, 17, 17, 0.06);
	--nfc-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--nfc-heading-font: var(--nfc-font);
	--nfc-body-weight: 400;
	--nfc-heading-weight: 700;
	--nfc-body-line-height: 1.65;
	--nfc-heading-letter-spacing: -.02em;
	--nfc-body-size: 16px;
	--nfc-heading-scale: 1.25;
	--nfc-h1-min: 2rem;
	--nfc-h1-max: 3.6rem;
	--nfc-h2-min: 1.7rem;
	--nfc-h2-max: 2.75rem;
	--nfc-h3-min: 1.35rem;
	--nfc-h3-max: 1.9rem;
	--nfc-h4-size: 1.2rem;
	--nfc-space: 8px;
	--nfc-button-pad-y: 11px;
	--nfc-button-pad-x: 20px;
	--nfc-transition: 180ms cubic-bezier(.2,.7,.2,1);
}

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

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	max-width: 100%;
	overflow-x: clip;
}

body {
	margin: 0;
	max-width: 100%;
	overflow-x: clip;
	background: var(--nfc-bg);
	color: var(--nfc-text);
	font-family: var(--nfc-font);
	font-size: var(--nfc-body-size, 16px);
	font-weight: var(--nfc-body-weight, 400);
	line-height: var(--nfc-body-line-height, 1.65);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.nfc-lock-scroll {
	overflow: hidden;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

img,
svg,
video {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

a {
	color: var(--nfc-text);
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
	transition: color var(--nfc-transition), opacity var(--nfc-transition);
}

a:hover {
	color: var(--nfc-accent-hover);
}

p,
ul,
ol {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 .7em;
	color: var(--nfc-text);
	font-family: var(--nfc-heading-font, var(--nfc-font));
	font-weight: var(--nfc-heading-weight, 700);
	line-height: 1.15;
	letter-spacing: var(--nfc-heading-letter-spacing, -.02em);
}

h1 { font-size: clamp(var(--nfc-h1-min, 2rem), 4vw, var(--nfc-h1-max, 3.6rem)); }
h2 { font-size: clamp(var(--nfc-h2-min, 1.7rem), 3vw, var(--nfc-h2-max, 2.75rem)); }
h3 { font-size: clamp(var(--nfc-h3-min, 1.35rem), 2vw, var(--nfc-h3-max, 1.9rem)); }
h4 { font-size: var(--nfc-h4-size, 1.2rem); }

hr {
	border: 0;
	border-top: 1px solid var(--nfc-border);
}

::selection {
	background: color-mix(in srgb, var(--nfc-accent) 18%, transparent);
}

:focus-visible {
	outline: 2px solid var(--nfc-accent);
	outline-offset: 3px;
}

button:focus:not(:focus-visible),
[type="button"]:focus:not(:focus-visible),
[type="reset"]:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
.button:focus:not(:focus-visible),
.wp-element-button:focus:not(:focus-visible),
.wc-block-components-button:focus:not(:focus-visible) {
	outline: 0 !important;
	outline-offset: 0 !important;
	box-shadow: none !important;
}

button:focus-visible,
[type="button"]:focus-visible,
[type="reset"]:focus-visible,
[type="submit"]:focus-visible,
.button:focus-visible,
.wp-element-button:focus-visible,
.wc-block-components-button:focus-visible {
	outline: 2px solid var(--nfc-accent) !important;
	outline-offset: 3px !important;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none;
	display: block;
	height: auto;
	left: 12px;
	padding: 12px 18px;
	top: 12px;
	width: auto;
	z-index: 100000;
	background: var(--nfc-bg);
	border-radius: var(--nfc-radius-sm);
	box-shadow: var(--nfc-shadow-lg);
}

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

.nfc-content-width {
	width: min(calc(100% - 40px), var(--nfc-content));
	margin-inline: auto;
}

.nfc-content-layout {
	display: block;
	width: 100%;
}

.nfc-content-layout.has-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
	gap: clamp(30px, 4vw, 58px);
	align-items: start;
}

.nfc-content-layout.has-sidebar.sidebar-left {
	grid-template-columns: minmax(240px, 310px) minmax(0, 1fr);
}

.nfc-content-layout.sidebar-left > .nfc-content-primary {
	grid-column: 2;
}

.nfc-content-layout.sidebar-left > .nfc-context-sidebar {
	grid-column: 1;
	grid-row: 1;
}

.nfc-content-primary {
	min-width: 0;
}

.nfc-context-sidebar {
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--nfc-border);
	border-radius: var(--nfc-radius);
	background: var(--nfc-bg);
}

.nfc-context-widget + .nfc-context-widget {
	margin-top: 26px;
	padding-top: 26px;
	border-top: 1px solid var(--nfc-border);
}

.nfc-context-widget__title {
	margin: 0 0 15px;
	font-size: .8rem;
	font-weight: 750;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.nfc-site {
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.nfc-entry-content,
.elementor,
.elementor-section,
.e-con,
.e-con-inner {
	min-width: 0;
	max-width: 100%;
}

.nfc-site-main {
	flex: 1 0 auto;
	padding-block: clamp(42px, 6vw, 88px);
}

.nfc-site-main--flush {
	padding-block: 0;
}

.alignwide {
	width: min(calc(100% + 80px), var(--nfc-container));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.alignfull {
	width: 100%;
	max-width: none;
	margin-left: 0;
	transform: none;
}

@supports not (overflow: clip) {
	html,
	body {
		overflow-x: hidden;
	}
}

@media (max-width: 900px) {
	.nfc-content-layout.has-sidebar,
	.nfc-content-layout.has-sidebar.sidebar-left {
		grid-template-columns: minmax(0, 1fr);
	}

	.nfc-content-layout.sidebar-left > .nfc-content-primary,
	.nfc-content-layout.sidebar-left > .nfc-context-sidebar {
		grid-column: 1;
	}

	.nfc-content-layout.sidebar-left > .nfc-context-sidebar {
		grid-row: auto;
	}
}

.nfc-button,
.wp-element-button,
.wp-block-button__link,
button.nfc-button,
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: var(--nfc-button-pad-y, 11px) var(--nfc-button-pad-x, 20px);
	border: 1px solid var(--nfc-accent);
	border-radius: var(--nfc-radius-sm);
	background: var(--nfc-accent);
	color: #fff;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: transform var(--nfc-transition), background var(--nfc-transition), border-color var(--nfc-transition), color var(--nfc-transition), box-shadow var(--nfc-transition);
}

.nfc-button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
	background: var(--nfc-accent-hover);
	border-color: var(--nfc-accent-hover);
	color: #fff;
	transform: translateY(-1px);
}

.nfc-button--ghost {
	background: transparent;
	color: var(--nfc-text);
	border-color: var(--nfc-border);
}

.nfc-button--ghost:hover {
	background: var(--nfc-surface);
	border-color: var(--nfc-text);
	color: var(--nfc-text);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea {
	width: 100%;
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid var(--nfc-border);
	border-radius: var(--nfc-radius-sm);
	background: var(--nfc-bg);
	color: var(--nfc-text);
	box-shadow: none;
	transition: border-color var(--nfc-transition), box-shadow var(--nfc-transition);
}

textarea {
	min-height: 130px;
	resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--nfc-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--nfc-accent) 12%, transparent);
	outline: none;
}

label {
	display: inline-block;
	margin-bottom: 6px;
	font-size: .92rem;
	font-weight: 600;
}

.nfc-topbar {
	position: relative;
	z-index: 32;
	min-height: 36px;
	background: var(--nfc-accent);
	color: #fff;
	font-size: .78rem;
	font-weight: 550;
	letter-spacing: .015em;
}

.nfc-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	gap: 24px;
}

.nfc-topbar a {
	color: inherit;
	text-decoration: none;
}

.nfc-topbar a:hover {
	opacity: .72;
}

.nfc-topbar__text p {
	margin: 0;
}

.nfc-topbar .menu {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfc-site-header {
	position: relative;
	z-index: 30;
	background: color-mix(in srgb, var(--nfc-bg) 96%, transparent);
	border-bottom: 1px solid var(--nfc-border);
	transition: box-shadow var(--nfc-transition), background var(--nfc-transition);
}

.nfc-site-header.is-sticky {
	position: sticky;
	top: 0;
}

.admin-bar .nfc-site-header.is-sticky {
	top: 32px;
}

.nfc-site-header.is-scrolled {
	box-shadow: 0 10px 35px rgba(17, 17, 17, .075);
	backdrop-filter: blur(15px);
}

.nfc-site-header--02 {
	border-bottom: 0;
}

.nfc-header-desktop {
	display: block;
}

.nfc-header-mobile {
	display: none;
}

.nfc-header-01__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
	align-items: center;
	min-height: 82px;
	gap: 30px;
}

.nfc-header-02__primary {
	display: grid;
	grid-template-columns: minmax(190px, .75fr) minmax(300px, 1.5fr) minmax(190px, .75fr);
	align-items: center;
	min-height: 86px;
	gap: 34px;
}

.nfc-header-02__primary--no-search {
	grid-template-columns: 1fr auto;
}

.nfc-header-02__nav {
	position: relative;
	z-index: 30;
	border-top: 1px solid var(--nfc-border);
	border-bottom: 1px solid var(--nfc-border);
	background: color-mix(in srgb, var(--nfc-bg) 96%, transparent);
	transition: box-shadow var(--nfc-transition), background var(--nfc-transition);
}

.nfc-header-02__nav.is-sticky {
	position: sticky;
	top: 0;
}

.admin-bar .nfc-header-02__nav.is-sticky {
	top: 32px;
}

.nfc-header-02__nav.is-scrolled {
	box-shadow: 0 10px 30px rgba(17, 17, 17, .075);
	backdrop-filter: blur(15px);
}

.nfc-header-02__nav-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
}

.nfc-branding {
	display: flex;
	align-items: center;
	min-width: 0;
}

.nfc-branding .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.nfc-branding .custom-logo {
	width: min(100%, var(--nfc-logo-desktop));
	max-width: none;
	height: auto;
	max-height: 72px;
	object-fit: contain;
	object-position: left center;
}

.nfc-site-title {
	margin: 0;
	font-size: 1.28rem;
	font-weight: 750;
	line-height: 1;
	letter-spacing: -.035em;
}

.nfc-site-title a {
	text-decoration: none;
}

.nfc-primary-nav .menu,
.nfc-primary-nav > ul {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.2vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfc-primary-nav li {
	position: relative;
	margin: 0;
}

.nfc-primary-nav > .menu > li > a,
.nfc-primary-nav > ul > li > a {
	display: flex;
	align-items: center;
	min-height: 50px;
	color: var(--nfc-text);
	font-size: .91rem;
	font-weight: 620;
	text-decoration: none;
	white-space: nowrap;
}

.nfc-primary-nav > .menu > li > a::after,
.nfc-primary-nav > ul > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 9px;
	height: 1.5px;
	background: var(--nfc-accent);
	transition: right var(--nfc-transition);
}

.nfc-primary-nav > .menu > li:hover > a::after,
.nfc-primary-nav > .menu > li.current-menu-item > a::after,
.nfc-primary-nav > .menu > li.current-menu-ancestor > a::after {
	right: 0;
}

.nfc-primary-nav .sub-menu {
	position: absolute;
	left: -18px;
	top: calc(100% - 1px);
	min-width: 230px;
	margin: 0;
	padding: 10px;
	list-style: none;
	background: var(--nfc-bg);
	border: 1px solid var(--nfc-border);
	border-radius: var(--nfc-radius-sm);
	box-shadow: var(--nfc-shadow-lg);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity var(--nfc-transition), visibility var(--nfc-transition), transform var(--nfc-transition);
}

.nfc-primary-nav .sub-menu .sub-menu {
	left: calc(100% + 8px);
	top: -10px;
}

.nfc-primary-nav li:hover > .sub-menu,
.nfc-primary-nav li:focus-within > .sub-menu,
.nfc-primary-nav li.is-submenu-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nfc-primary-nav .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 7px;
	font-size: .88rem;
	font-weight: 550;
	text-decoration: none;
}

.nfc-primary-nav .sub-menu a:hover {
	background: var(--nfc-surface);
}

.nfc-primary-nav > .menu > .menu-item-has-neoflux-mega,
.nfc-primary-nav > ul > .menu-item-has-neoflux-mega {
	position: static;
	display: flex;
	align-items: center;
}

.nfc-header-01 .nfc-primary-nav > .menu > .menu-item-has-neoflux-mega,
.nfc-header-01 .nfc-primary-nav > ul > .menu-item-has-neoflux-mega {
	min-height: 82px;
}

.nfc-primary-nav > .menu > li > a,
.nfc-primary-nav > ul > li > a {
	position: relative;
}

.nfc-primary-nav > .menu > .menu-item-has-children:not(.menu-item-has-neoflux-mega) > a,
.nfc-primary-nav > ul > .menu-item-has-children:not(.menu-item-has-neoflux-mega) > a {
	gap: 7px;
}

.nfc-primary-nav > .menu > .menu-item-has-children:not(.menu-item-has-neoflux-mega) > a::before,
.nfc-primary-nav > ul > .menu-item-has-children:not(.menu-item-has-neoflux-mega) > a::before {
	content: "";
	order: 2;
	flex: 0 0 auto;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
}

.nfc-mega-menu-toggle {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 36px;
	margin-left: -8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--nfc-muted);
	cursor: pointer;
}

.nfc-mega-menu-toggle svg {
	width: 16px;
	height: 16px;
	transition: transform var(--nfc-transition);
}

.menu-item-has-neoflux-mega.is-mega-open > .nfc-mega-menu-toggle svg {
	transform: rotate(180deg);
}

.nfc-primary-nav .nfc-mega-menu {
	position: absolute;
	left: 50%;
	right: auto;
	top: calc(100% - 1px);
	z-index: 90;
	width: 100vw;
	max-width: none;
	margin: 0;
	overflow: visible;
	max-height: none;
	padding: 0;
	border-top: 1px solid var(--nfc-border);
	border-bottom: 1px solid var(--nfc-border);
	background: var(--nfc-bg);
	box-shadow: 0 28px 70px rgba(17, 17, 17, .14);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%);
	transition: opacity var(--nfc-transition), visibility var(--nfc-transition);
}

.nfc-primary-nav .nfc-mega-menu__inner {
	width: min(calc(100% - 40px), var(--nfc-container));
	max-width: var(--nfc-container);
	margin-inline: auto;

	padding: 0;
	background: transparent;
}

.nfc-primary-nav .menu-item-has-neoflux-mega.is-mega-open > .nfc-mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%);
}

.nfc-mega-menu__inner > :first-child { margin-top: 0; }
.nfc-mega-menu__inner > :last-child { margin-bottom: 0; }
.nfc-mega-menu__inner .wp-block-columns { margin-bottom: 0; }
.nfc-mega-menu__inner img { max-width: 100%; height: auto; }
.nfc-mega-menu__inner > :where(:not(.alignleft):not(.alignright)) {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	transform: none !important;
}
.nfc-mega-menu__inner .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none !important;
}
.nfc-mega-menu__inner :where(.alignwide, .alignfull) {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	transform: none !important;
}

.nfc-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
}

.nfc-icon-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--nfc-text);
	text-decoration: none;
	cursor: pointer;
	transition: background var(--nfc-transition), color var(--nfc-transition), transform var(--nfc-transition);
}

.nfc-icon-button:hover {
	background: var(--nfc-surface);
	color: var(--nfc-text);
	transform: translateY(-1px);
}

.nfc-icon-button svg {
	width: 21px;
	height: 21px;
}

.nfc-icon--custom {
	display: block;
	object-fit: contain;
}

.nfc-icon--search { width: var(--nfc-icon-search) !important; height: var(--nfc-icon-search) !important; }
.nfc-icon--user { width: var(--nfc-icon-account) !important; height: var(--nfc-icon-account) !important; }
.nfc-icon--bag { width: var(--nfc-icon-cart) !important; height: var(--nfc-icon-cart) !important; }
.nfc-icon--menu { width: var(--nfc-icon-menu) !important; height: var(--nfc-icon-menu) !important; }

.nfc-cart-count {
	position: absolute;
	right: 1px;
	top: 0;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border: 2px solid var(--nfc-bg);
	border-radius: 999px;
	background: var(--nfc-accent);
	color: #fff;
	font-size: 9px;
	font-weight: 750;
	line-height: 1;
}

.nfc-header-search-form {
	position: relative;
	z-index: 4;
}

.nfc-header-search-form input[type="search"] {
	height: 46px;
	min-height: 46px;
	padding: 10px 44px;
	border: 1px solid color-mix(in srgb, var(--nfc-border) 88%, var(--nfc-text));
	border-radius: 12px;
	background: color-mix(in srgb, var(--nfc-surface) 78%, var(--nfc-bg));
	font-size: .91rem;
	-webkit-appearance: none;
	appearance: none;
}

.nfc-header-search-form input[type="search"]:focus {
	border-color: color-mix(in srgb, var(--nfc-accent) 42%, var(--nfc-border));
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--nfc-accent) 7%, transparent);
}

.nfc-search-form input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.nfc-header-search-form .nfc-search-submit,
.nfc-header-search-form .nfc-search-clear {
	position: absolute;
	top: 50%;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--nfc-muted);
	transform: translateY(-50%);
	cursor: pointer;
}

.nfc-header-search-form .nfc-search-submit {
	left: 6px;
}

.nfc-header-search-form .nfc-search-clear {
	right: 6px;
	left: auto;
}

.nfc-header-search-form .nfc-search-submit:hover,
.nfc-header-search-form .nfc-search-clear:hover {
	background: color-mix(in srgb, var(--nfc-border) 55%, transparent);
	color: var(--nfc-text);
}

.nfc-header-search-form .nfc-search-submit svg,
.nfc-header-search-form .nfc-search-clear svg {
	width: 18px;
	height: 18px;
}

.nfc-search-form {
	position: relative;
}

.nfc-search-results {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 9px);
	z-index: 120;
	overflow: hidden auto;
	max-height: min(540px, calc(100vh - 150px));
	border: 1px solid color-mix(in srgb, var(--nfc-border) 90%, var(--nfc-text));
	border-radius: 14px;
	background: var(--nfc-bg);
	box-shadow: 0 22px 60px rgba(17, 17, 17, .14);
}

.nfc-search-results[hidden] {
	display: none;
}

.nfc-search-clear[hidden] {
	display: none !important;
}

.nfc-search-results__list {
	padding: 7px;
}

.nfc-search-result {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	min-height: 70px;
	padding: 7px;
	border-radius: 10px;
	color: var(--nfc-text);
	text-decoration: none;
}

.nfc-search-result:hover,
.nfc-search-result.is-active {
	background: var(--nfc-surface);
	color: var(--nfc-text);
}

.nfc-search-result__media {
	display: block;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border-radius: 8px;
	background: var(--nfc-surface);
}

.nfc-search-result__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nfc-search-result__copy,
.nfc-search-result__meta {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.nfc-search-result__title {
	overflow: hidden;
	font-size: .86rem;
	font-weight: 650;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nfc-search-result__stock {
	margin-top: 3px;
	color: var(--nfc-danger);
	font-size: .7rem;
}

.nfc-search-result__meta {
	align-items: flex-end;
	gap: 4px;
}

.nfc-search-result__price {
	font-size: .82rem;
	font-weight: 700;
	white-space: nowrap;
}

.nfc-search-result__price del {
	color: var(--nfc-muted);
	font-size: .7rem;
}

.nfc-search-result__price ins {
	text-decoration: none;
}

.nfc-search-result__sale {
	padding: 3px 6px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--nfc-accent) 9%, var(--nfc-bg));
	font-size: .61rem;
	font-weight: 750;
	text-transform: uppercase;
}

.nfc-search-results__all {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 16px;
	border-top: 1px solid var(--nfc-border);
	color: var(--nfc-text);
	font-size: .8rem;
	font-weight: 700;
	text-decoration: none;
}

.nfc-search-results__all:hover {
	background: var(--nfc-surface);
}

.nfc-search-results__status {
	margin: 0;
	padding: 22px;
	color: var(--nfc-muted);
	font-size: .82rem;
	text-align: center;
}

.nfc-overlay {
	position: fixed;
	inset: 0;
	z-index: 90;
	background: rgba(12, 12, 12, .46);
	backdrop-filter: blur(3px);
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--nfc-transition), visibility var(--nfc-transition);
}

.nfc-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.nfc-drawer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: min(92vw, 430px);
	height: 100dvh;
	background: var(--nfc-bg);
	box-shadow: var(--nfc-shadow-lg);
	transform: translateX(105%);
	visibility: hidden;
	transition: transform 260ms cubic-bezier(.2,.7,.2,1), visibility 260ms;
}

.admin-bar .nfc-drawer {
	top: 32px;
	height: calc(100dvh - 32px);
}

.nfc-drawer--left {
	left: 0;
	right: auto;
	transform: translateX(-105%);
}

#nfc-mobile-drawer {
	left: 0;
	right: 0;
	width: auto;
	max-width: none;
}

#nfc-mobile-drawer .nfc-drawer__header {
	min-height: 68px;
	padding: 12px 18px;
}

#nfc-mobile-drawer .nfc-drawer__body {
	padding: 18px 20px 24px;
}

.nfc-drawer.is-open {
	transform: translateX(0);
	visibility: visible;
}

.nfc-drawer__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.nfc-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	padding: 15px 22px;
	border-bottom: 1px solid var(--nfc-border);
}

.nfc-drawer__title {
	margin: 0;
	font-size: 1.08rem;
	font-weight: 700;
}

.nfc-drawer__header .nfc-branding .custom-logo {
	width: min(100%, var(--nfc-logo-mobile));
	max-height: 42px;
}

.nfc-drawer__body {
	flex: 1;
	overflow-y: auto;
	padding: 24px 22px;
}

.nfc-search-panel {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	padding: 22px 0 30px;
	background: color-mix(in srgb, var(--nfc-bg) 97%, transparent);
	box-shadow: var(--nfc-shadow-lg);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-18px);
	transition: opacity var(--nfc-transition), visibility var(--nfc-transition), transform var(--nfc-transition);
}

.admin-bar .nfc-search-panel {
	top: 32px;
}

.nfc-search-panel.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nfc-search-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.nfc-search-panel__title {
	margin: 0;
	font-size: 1rem;
}

.nfc-search-panel form {
	position: relative;
	max-width: 860px;
	margin-inline: auto;
}

.nfc-search-panel input[type="search"] {
	height: 54px;
	min-height: 54px;
	padding: 12px 48px;
	border: 1px solid var(--nfc-border);
	border-radius: 13px;
	background: var(--nfc-bg);
	font-size: 1rem;
	-webkit-appearance: none;
	appearance: none;
}

.nfc-search-panel input[type="search"]:focus {
	border-color: color-mix(in srgb, var(--nfc-accent) 42%, var(--nfc-border));
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--nfc-accent) 7%, transparent);
}

.nfc-search-panel .nfc-search-submit,
.nfc-search-panel .nfc-search-clear {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--nfc-muted);
	transform: translateY(-50%);
	cursor: pointer;
}

.nfc-search-panel .nfc-search-submit {
	left: 6px;
}

.nfc-search-panel .nfc-search-clear {
	right: 6px;
}

.nfc-search-panel .nfc-search-submit:hover,
.nfc-search-panel .nfc-search-clear:hover {
	background: var(--nfc-surface);
	color: var(--nfc-text);
}

.nfc-search-panel .nfc-search-submit svg,
.nfc-search-panel .nfc-search-clear svg {
	width: 19px;
	height: 19px;
}

.nfc-mobile-menu,
.nfc-mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfc-mobile-menu li {
	position: relative;
	border-bottom: 1px solid var(--nfc-border);
}

.nfc-mobile-menu a {
	display: block;
	padding: 12px 42px 12px 0;
	font-size: .94rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

.nfc-mobile-menu .sub-menu {
	display: none;
	padding: 0 0 10px 14px;
}

.nfc-mobile-menu .is-submenu-open > .sub-menu {
	display: block;
}

.nfc-mobile-menu .menu-item-has-neoflux-mega {
	display: block;
}

.nfc-mobile-menu .nfc-mega-menu-toggle {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 45px;
	margin: 0;
	color: var(--nfc-text);
}

.nfc-mobile-menu .nfc-mega-menu-toggle svg,
.nfc-mobile-menu .nfc-submenu-toggle svg {
	width: 16px;
	height: 16px;
}

.nfc-mobile-menu .nfc-mega-menu {
	display: none;
	overflow: visible;
	max-height: none;
	padding: 0;
}

.nfc-mobile-menu .is-mega-open > .nfc-mega-menu {
	display: block;
}

.nfc-mobile-menu .nfc-mega-menu__inner {

	padding: 0;
	border-radius: 0;
	background: transparent;
}

.nfc-mobile-menu .nfc-mega-menu__inner .wp-block-columns {
	flex-direction: column;
	gap: 20px;
}

.nfc-mobile-menu .nfc-mega-menu__inner li {
	border: 0;
}

.nfc-mobile-menu .nfc-mega-menu__inner a {
	display: inline;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
}

.nfc-mobile-drawer-info {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--nfc-border);
}

.nfc-mobile-drawer-info__text {
	margin-bottom: 18px;
	color: var(--nfc-muted);
	font-size: .86rem;
}

.nfc-mobile-contact {
	display: grid;
	gap: 8px;
}

.nfc-mobile-contact a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	font-size: .84rem;
	font-weight: 600;
	text-decoration: none;
}

.nfc-mobile-contact svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
}

.nfc-mobile-contact span {
	overflow-wrap: anywhere;
}

.nfc-mobile-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.nfc-mobile-socials a {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--nfc-border);
	border-radius: 50%;
	text-decoration: none;
}

.nfc-mobile-socials a:hover {
	background: var(--nfc-accent);
	border-color: var(--nfc-accent);
	color: #fff;
}

.nfc-mobile-socials svg {
	width: 17px;
	height: 17px;
}

.nfc-mobile-menu .sub-menu li {
	border: 0;
}

.nfc-mobile-menu .sub-menu a {
	padding-block: 9px;
	color: var(--nfc-muted);
	font-size: .9rem;
}

.nfc-submenu-toggle {
	position: absolute;
	right: 0;
	top: 0;
	display: grid;
	place-items: center;
	width: 36px;
	height: 45px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--nfc-text);
	cursor: pointer;
}

.nfc-submenu-toggle svg {
	transition: transform var(--nfc-transition);
}

.is-submenu-open > .nfc-submenu-toggle svg {
	transform: rotate(180deg);
}

.nfc-page-header {
	margin-bottom: clamp(28px, 5vw, 52px);
}

.nfc-page-title {
	margin-bottom: 12px;
	font-size: clamp(2rem, 4vw, 3.6rem);
	font-weight: 650;
	line-height: 1.15;
	letter-spacing: -.028em;
}

.nfc-blog .nfc-page-title {
	font-size: clamp(28px, 3.5vw, var(--nfc-blog-title-size));
}

.nfc-single-title,
.nfc-empty-title,
.nfc-comments-title {
	margin: 0 0 .7em;
	color: var(--nfc-text);
	font-weight: 650;
	line-height: 1.15;
	letter-spacing: -.028em;
}

.nfc-single-title {
	font-size: clamp(2rem, 4vw, 3.6rem);
}

.nfc-empty-title,
.nfc-comments-title {
	font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.nfc-page-description {
	max-width: 720px;
	color: var(--nfc-muted);
}

.nfc-entry-content > *:last-child {
	margin-bottom: 0;
}

.nfc-entry-content :where(p, ul, ol, blockquote, table) {
	margin-bottom: 1.4em;
}

.nfc-entry-content blockquote {
	margin-inline: 0;
	padding: 8px 0 8px 24px;
	border-left: 3px solid var(--nfc-accent);
	color: var(--nfc-muted);
	font-size: 1.08rem;
}

.nfc-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 3vw, 38px);
}

.nfc-post-card {
	overflow: hidden;
	background: var(--nfc-bg);
	border: 1px solid var(--nfc-border);
	border-radius: var(--nfc-radius);
	transition: transform var(--nfc-transition), box-shadow var(--nfc-transition);
}

.nfc-post-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--nfc-shadow-sm);
}

.nfc-post-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--nfc-surface);
}

.nfc-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}

.nfc-post-card__media--placeholder {
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 76% 22%, color-mix(in srgb, var(--nfc-accent) 25%, transparent), transparent 34%),
		linear-gradient(135deg, var(--nfc-surface), color-mix(in srgb, var(--nfc-accent) 10%, var(--nfc-bg)));
}

.nfc-post-card__media--placeholder span {
	color: color-mix(in srgb, var(--nfc-accent) 74%, var(--nfc-text));
	font-size: clamp(2.4rem, 7vw, 5rem);
	font-weight: 750;
}

.nfc-post-card:hover .nfc-post-card__media img {
	transform: scale(1.025);
}

.nfc-post-card__body {
	padding: 22px;
}

.nfc-post-card__meta,
.nfc-entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-bottom: 10px;
	color: var(--nfc-muted);
	font-size: .8rem;
}

.nfc-post-card__category {
	color: var(--nfc-accent);
	font-weight: 750;
	letter-spacing: .045em;
	text-decoration: none;
	text-transform: uppercase;
}

.nfc-post-card__title {
	margin-bottom: 10px;
	font-size: 1.22rem;
}

.nfc-post-card__title a {
	text-decoration: none;
}

.nfc-post-card__excerpt {
	color: var(--nfc-muted);
	font-size: .93rem;
}

.nfc-post-card__excerpt > :last-child {
	margin-bottom: 0;
}

.nfc-post-card__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	font-size: .84rem;
	font-weight: 720;
	text-decoration: none;
}

.nfc-post-card__more span {
	transition: transform var(--nfc-transition);
}

.nfc-post-card__more:hover span {
	transform: translateX(3px);
}

.nfc-content-layout.has-sidebar .nfc-blog-layout--grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nfc-blog-layout--list {
	grid-template-columns: minmax(0, 1fr);
	gap: 22px;
}

.nfc-blog-layout--list .nfc-post-card {
	display: grid;
	grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
	align-items: stretch;
}

.nfc-blog-layout--list .nfc-post-card__media {
	height: 100%;
	min-height: 230px;
	aspect-ratio: auto;
}

.nfc-blog-layout--list .nfc-post-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(24px, 4vw, 38px);
}

.nfc-blog-layout--list .nfc-post-card__title {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.nfc-blog-layout--editorial {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nfc-blog-layout--editorial.has-featured-first .nfc-post-card:first-child {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .8fr);
}

.nfc-blog-layout--editorial.has-featured-first .nfc-post-card:first-child .nfc-post-card__media {
	height: 100%;
	min-height: 380px;
	aspect-ratio: auto;
}

.nfc-blog-layout--editorial.has-featured-first .nfc-post-card:first-child .nfc-post-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 4vw, 48px);
}

.nfc-blog-layout--editorial.has-featured-first .nfc-post-card:first-child .nfc-post-card__title {
	font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.nfc-single-header {
	margin-bottom: 34px;
}

.nfc-featured-image {
	margin-bottom: clamp(30px, 5vw, 58px);
	overflow: hidden;
	border-radius: var(--nfc-radius);
}

.nfc-pagination,
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 50px;
}

.page-numbers {
	display: grid;
	place-items: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--nfc-border);
	border-radius: 8px;
	text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
	background: var(--nfc-accent);
	border-color: var(--nfc-accent);
	color: #fff;
}

.nfc-empty-state {
	max-width: 640px;
	margin-inline: auto;
	padding: clamp(36px, 6vw, 70px);
	background: var(--nfc-surface);
	border-radius: var(--nfc-radius);
	text-align: center;
}

.nfc-empty-state form {
	margin-top: 24px;
}

.nfc-error-404 {
	display: grid;
	justify-items: center;
	width: min(100%, 820px);
	margin-inline: auto;
	padding: clamp(58px, 9vw, 116px) 20px;
	text-align: center;
}

.nfc-error-404__code {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 22px;
	color: var(--nfc-accent);
	font-size: .78rem;
	font-weight: 760;
	letter-spacing: .14em;
}

.nfc-error-404__code i {
	display: block;
	width: 34px;
	height: 1px;
	background: currentColor;
}

.nfc-error-404__title {
	max-width: 690px;
	margin: 0;
	color: var(--nfc-text);
	font-size: clamp(2rem, 4.4vw, 3.65rem);
	font-weight: 720;
	line-height: 1.04;
	letter-spacing: -.045em;
}

.nfc-error-404__copy {
	max-width: 550px;
	margin: 20px 0 0;
	color: var(--nfc-muted);
	font-size: clamp(.95rem, 1.4vw, 1.06rem);
	line-height: 1.65;
}

.nfc-error-404__search {
	width: min(100%, 540px);
	margin-top: 30px;
}

.nfc-error-404__search .search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	margin: 0;
}

.nfc-error-404__search input[type="search"] {
	min-width: 0;
	min-height: 46px;
	border-color: var(--nfc-border);
	border-radius: 10px;
	background: var(--nfc-bg);
	box-shadow: 0 8px 28px rgba(17, 17, 17, .045);
}

.nfc-error-404__search .search-submit {
	min-height: 46px;
	padding-inline: 20px;
	border: 1px solid var(--nfc-text);
	border-radius: 10px;
	background: var(--nfc-text);
	color: var(--nfc-bg);
	font-weight: 680;
}

.nfc-error-404__actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.nfc-error-404__actions .nfc-button {
	min-height: 44px;
	padding: 11px 18px;
	border-radius: 10px;
}

.nfc-error-404__actions .nfc-button--ghost {
	border: 1px solid var(--nfc-border);
	background: transparent;
	color: var(--nfc-text);
}

@media (max-width: 560px) {
	.nfc-error-404 {
		padding-block: 48px 64px;
	}

	.nfc-error-404__search .search-form {
		grid-template-columns: minmax(0, 1fr);
	}

	.nfc-error-404__search .search-submit,
	.nfc-error-404__actions,
	.nfc-error-404__actions .nfc-button {
		width: 100%;
	}
}

.nfc-site-footer {
	margin-top: auto;
	background: #0c0c0c;
	border-top: 0;
	color: #fff;
}

.nfc-footer-content {
	padding-block: clamp(54px, 7vw, 88px);
}

.nfc-footer-content .nfc-footer-columns {
	display: grid !important;
	grid-template-columns: minmax(220px, 1.45fr) repeat(3, minmax(125px, .72fr)) minmax(210px, 1fr);
	gap: clamp(28px, 4vw, 60px);
	margin: 0;
}

.nfc-footer-content .nfc-footer-columns > .wp-block-column {
	margin: 0 !important;
	min-width: 0;
	flex-basis: auto !important;
}

.nfc-footer-content .wp-block-site-logo {
	margin-bottom: 18px;
}

.nfc-footer-content .wp-block-site-logo img {
	width: min(100%, var(--nfc-logo-desktop));
	max-height: 62px;
	object-fit: contain;
	object-position: left center;
}

.nfc-footer-content h2,
.nfc-footer-content h3,
.nfc-footer-content h4 {
	margin-bottom: 18px;
	color: #fff;
	font-size: .98rem;
	letter-spacing: -.01em;
}

.nfc-footer-brand-name,
.nfc-footer-heading {
	margin: 0 0 18px;
	color: #fff !important;
	font-size: .78rem !important;
	font-weight: 750;
	letter-spacing: .075em;
	line-height: 1.35;
	text-transform: uppercase;
}

.nfc-footer-brand-name {
	font-size: 1rem !important;
	letter-spacing: .03em;
}

.nfc-footer-content p,
.nfc-footer-content li {
	color: rgba(255,255,255,.62);
	font-size: .9rem;
}

.nfc-footer-brand > p:not(.nfc-footer-brand-name) {
	max-width: 330px;
}

.nfc-footer-content ul,
.nfc-footer-content .wp-block-navigation__container {
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfc-footer-content a {
	color: rgba(255,255,255,.72);
	text-decoration: none;
}

.nfc-footer-content a:hover {
	color: #fff;
}

.nfc-footer-content .nfc-footer-socials {
	display: flex;
	gap: 8px;
	margin-top: 24px;
}

.nfc-footer-content .nfc-footer-socials .wp-social-link {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 50%;
	background: transparent;
}

.nfc-footer-content .nfc-footer-socials .wp-social-link:hover {
	background: #fff;
	color: #0c0c0c;
	transform: translateY(-2px);
}

.nfc-payment-methods {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 22px !important;
}

.nfc-payment-methods span {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,.17);
	border-radius: 6px;
	color: rgba(255,255,255,.83);
	font-size: .62rem;
	font-weight: 700;
	line-height: 1;
}

.nfc-footer-bottom {
	border-top: 1px solid rgba(255,255,255,.12);
}

.nfc-footer-bottom__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 68px;
	gap: 24px;
	color: rgba(255,255,255,.5);
	font-size: .8rem;
}

.nfc-footer-bottom p {
	margin: 0;
}

.nfc-footer-menu .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfc-footer-menu a {
	color: rgba(255,255,255,.58);
	text-decoration: none;
}

.comments-area {
	margin-top: 60px;
	padding-top: 38px;
	border-top: 1px solid var(--nfc-border);
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-body {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid var(--nfc-border);
	border-radius: var(--nfc-radius-sm);
}

@media (max-width: 1100px) {
	.nfc-header-desktop { display: none; }
	.nfc-header-02__nav { display: none; }
	.nfc-header-mobile { display: block; }
	.nfc-site-header.has-mobile-sticky { position: sticky; top: 0; }
	.nfc-header-mobile__inner {
		display: grid;
		grid-template-columns: 44px 1fr auto;
		align-items: center;
		min-height: 68px;
		gap: 10px;
	}
	.nfc-header-mobile .nfc-branding { justify-content: center; }
	.nfc-header-mobile .nfc-branding .custom-logo { width: min(100%, var(--nfc-logo-mobile)); max-width: none; max-height: 46px; object-position: center; }
	.nfc-header-mobile .nfc-site-title { font-size: 1.08rem; }
	.nfc-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nfc-blog-layout--list { grid-template-columns: minmax(0, 1fr); }
	.nfc-footer-content .nfc-footer-columns { grid-template-columns: repeat(3, minmax(0,1fr)); }
	.nfc-footer-content .nfc-footer-brand { grid-column: span 2; }
}

@media (max-width: 782px) {
	.admin-bar .nfc-site-header.is-sticky { top: 46px; }
	.admin-bar .nfc-site-header.has-mobile-sticky { top: 46px; }
	.admin-bar .nfc-header-02__nav.is-sticky { top: 46px; }
	.admin-bar .nfc-search-panel { top: 46px; }
	.admin-bar .nfc-drawer { top: 46px; height: calc(100dvh - 46px); }
}

@media (max-width: 700px) {
	.nfc-container,
	.nfc-content-width { width: min(calc(100% - 28px), var(--nfc-container)); }
	.nfc-topbar__inner { justify-content: center; text-align: center; }
	.nfc-topbar__menu { display: none; }
	.nfc-site-main { padding-block: 36px 56px; }
	.nfc-post-grid { grid-template-columns: 1fr; }
	.nfc-content-layout.has-sidebar .nfc-blog-layout--grid,
	.nfc-blog-layout--editorial { grid-template-columns: minmax(0, 1fr); }
	.nfc-blog-layout--list .nfc-post-card,
	.nfc-blog-layout--editorial.has-featured-first .nfc-post-card:first-child { display: block; grid-template-columns: minmax(0, 1fr); }
	.nfc-blog-layout--list .nfc-post-card__media,
	.nfc-blog-layout--editorial.has-featured-first .nfc-post-card:first-child .nfc-post-card__media { min-height: 0; aspect-ratio: 16 / 10; }
	.nfc-footer-content .nfc-footer-columns { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 34px 24px; }
	.nfc-footer-content .nfc-footer-brand,
	.nfc-footer-content .nfc-footer-contact { grid-column: 1 / -1; }
	.nfc-footer-bottom__inner { align-items: flex-start; flex-direction: column; padding-block: 20px; }
	.nfc-search-panel { padding-top: 18px; }
	.nfc-search-panel input[type="search"] { height: 52px; min-height: 52px; font-size: 1rem; }
}

.search-form {
	display: flex;
	align-items: stretch;
	gap: 8px;
}

.search-form .search-field {
	flex: 1;
}

@media (max-width: 430px) {
	.nfc-header-mobile__inner { grid-template-columns: 40px minmax(60px, 1fr) auto; gap: 5px; }
	.nfc-header-mobile .nfc-icon-button { width: 38px; height: 38px; }
	.nfc-header-mobile .nfc-header-actions { gap: 0; }
	.nfc-cart-count { right: -1px; top: -1px; }
	.search-form { flex-direction: column; }
	.nfc-search-result { grid-template-columns: 50px minmax(0,1fr); }
	.nfc-search-result__media { width: 50px; height: 50px; }
	.nfc-search-result__meta { grid-column: 2; align-items: flex-start; }
	.nfc-footer-content .nfc-footer-columns { grid-template-columns: 1fr; }
	.nfc-footer-content .nfc-footer-brand,
	.nfc-footer-content .nfc-footer-contact { grid-column: auto; }
}

@media (max-width: 600px) {
	.admin-bar .nfc-site-header.is-sticky,
	.admin-bar .nfc-site-header.has-mobile-sticky,
	.admin-bar .nfc-header-02__nav.is-sticky,
		.admin-bar .nfc-search-panel {
		top: 0;
	}
	.admin-bar .nfc-drawer { top: 0; height: 100dvh; }
}

.nfc-list-header-action .nfc-list-count {
	position: absolute;
	top: 1px;
	right: 0;
	display: grid;
	place-items: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border: 2px solid var(--nfc-bg);
	border-radius: 999px;
	background: var(--nfc-text);
	color: var(--nfc-bg);
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
}

.nfc-list-header-action--wishlist .nfc-list-count {
	background: var(--nfc-accent);
	color: #fff;
}

.nfc-list-count.is-empty {
	display: none;
}

.nfc-mobile-list-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding: 16px 0;
	border-bottom: 1px solid var(--nfc-border);
}

.nfc-mobile-list-links a {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid var(--nfc-border);
	border-radius: 11px;
	background: var(--nfc-bg);
	color: var(--nfc-text);
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
}

.nfc-mobile-list-links svg {
	width: 18px;
	height: 18px;
}

.nfc-mobile-list-links b {
	display: grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
	border-radius: 7px;
	background: var(--nfc-surface);
	font-size: 10px;
}

.nfc-list-toast {
	position: fixed;
	z-index: 100010;
	right: 24px;
	bottom: 24px;
	display: flex;
	align-items: center;
	gap: 18px;
	max-width: min(440px, calc(100vw - 32px));
	padding: 14px 16px;
	border: 1px solid color-mix(in srgb, var(--nfc-success) 35%, var(--nfc-border));
	border-radius: 12px;
	background: var(--nfc-text);
	box-shadow: 0 18px 50px rgba(17, 17, 17, .2);
	color: #fff;
	font-size: .85rem;
	font-weight: 650;
	opacity: 0;
	pointer-events: none;
	transform: translateY(14px);
	transition: opacity .2s ease, transform .2s ease;
}

.nfc-list-toast.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.nfc-list-toast.is-error {
	border-color: rgba(255, 255, 255, .18);
	background: #a52828;
}

.nfc-list-toast a {
	flex: 0 0 auto;
	color: var(--nfc-accent);
	font-size: .78rem;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 1100px) {
	.nfc-header-mobile .nfc-list-header-action {
		display: none;
	}
}

@media (max-width: 520px) {
	.nfc-mobile-list-links {
		grid-template-columns: minmax(0, 1fr);
	}

	.nfc-list-toast {
		right: 14px;
		bottom: 14px;
		left: 14px;
		justify-content: space-between;
		max-width: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* source: assets/css/frontend-overrides.css#editorial */
html,
body,
.nfc-site,
.nfc-site-main,
.nfc-entry-content {
	max-width: 100%;
}

html,
body {
	overflow-x: clip;
}

@supports not (overflow: clip) {
	html,
	body { overflow-x: hidden; }
}

.nfc-site,
.nfc-site-main,
.nfc-entry-content,
.nfc-container,
.wp-site-blocks,
.wp-block-group,
.wp-block-columns,
.wp-block-column {
	min-width: 0;
}

img,
svg,
video,
iframe {
	max-width: 100%;
}

button:focus:not(:focus-visible),
a:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
	outline: 0;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 2px rgba(17, 17, 17, .14);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--nfc-accent) 18%, transparent);
}

.nfc-neutral-heading {
	display: block;
	margin: 0 0 .65em;
	color: inherit;
	font: inherit;
	font-weight: 720;
	line-height: 1.2;
}

.nfc-site-header {
	isolation: isolate;
	background: rgba(255, 255, 255, .96);
	box-shadow: none;
	backdrop-filter: saturate(130%) blur(14px);
}

.nfc-site-header.is-sticky,
.nfc-header-detached-nav.is-sticky {
	top: 0;
}

.admin-bar .nfc-site-header.is-sticky,
.admin-bar .nfc-header-detached-nav.is-sticky {
	top: 32px;
}

.nfc-site-header.is-scrolled,
.nfc-header-detached-nav.is-scrolled {
	background: rgba(255, 255, 255, .985);
	box-shadow: 0 12px 38px rgba(16, 24, 40, .09);
}

.nfc-header-layout > .nfc-container,
.nfc-header-detached-nav > .nfc-container {
	position: relative;
	width: min(calc(100% - 40px), var(--nfc-container));
	margin-inline: auto;
}

.nfc-header-layout__classic,
.nfc-header-layout__compact,
.nfc-header-layout__transparent {
	display: grid;
	grid-template-columns: minmax(170px, .8fr) minmax(0, 1.7fr) minmax(150px, .8fr);
	align-items: center;
	gap: clamp(20px, 3vw, 44px);
	min-height: 84px;
}

.nfc-header-layout__classic .nfc-primary-nav,
.nfc-header-layout__compact .nfc-primary-nav,
.nfc-header-layout__transparent .nfc-primary-nav {
	justify-self: center;
}

.nfc-header-layout__classic .nfc-header-actions,
.nfc-header-layout__compact .nfc-header-actions,
.nfc-header-layout__transparent .nfc-header-actions {
	justify-self: end;
}

.nfc-header-layout__search-row {
	display: grid;
	grid-template-columns: minmax(180px, .72fr) minmax(320px, 1.6fr) minmax(150px, .72fr);
	align-items: center;
	gap: clamp(22px, 3.5vw, 56px);
	min-height: 94px;
}

.nfc-header-layout__search-row .nfc-header-search-form,
.nfc-header-layout__search-row .nfc-search-form {
	width: 100%;
}

.nfc-header-detached-nav {
	position: relative;
	z-index: 31;
	display: flex;
	align-items: center;
	min-height: 54px;
	border-bottom: 1px solid var(--nfc-border);
	background: rgba(255, 255, 255, .97);
	transition: background .2s ease, box-shadow .2s ease;
}

.nfc-header-detached-nav.is-sticky {
	position: sticky;
}

.nfc-header-detached-nav .nfc-primary-nav,
.nfc-header-detached-nav .nfc-primary-nav .menu {
	justify-content: center;
}

.nfc-header-layout__centered {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 30px;
	min-height: 96px;
}

.nfc-header-layout__centered .nfc-header-layout__nav-side {
	justify-self: start;
}

.nfc-header-layout__centered .nfc-branding {
	justify-self: center;
}

.nfc-header-layout__centered .nfc-header-actions {
	justify-self: end;
}

.nfc-header-layout--03 .nfc-primary-nav .menu,
.nfc-header-layout--03 .nfc-primary-nav > ul {
	gap: clamp(14px, 1.5vw, 24px);
}

.nfc-header-layout__editorial {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 32px;
	min-height: 108px;
}

.nfc-header-layout__editorial > .nfc-primary-nav { justify-self: start; }
.nfc-header-layout__editorial > .nfc-branding { justify-self: center; }
.nfc-header-layout__editorial > .nfc-header-actions { justify-self: end; }

.nfc-header-layout--04 .nfc-primary-nav .menu,
.nfc-header-layout--04 .nfc-primary-nav > ul {
	gap: clamp(13px, 1.3vw, 22px);
}

.nfc-header-layout--05 {
	border-bottom: 0;
}

.nfc-header-layout__brand-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 72px;
}

.nfc-header-layout__commerce-row {
	display: grid;
	grid-template-columns: auto minmax(280px, 1fr);
	align-items: center;
	gap: clamp(28px, 5vw, 80px);
	min-height: 62px;
	border-top: 1px solid var(--nfc-border);
}

.nfc-header-layout__commerce-row .nfc-header-search-form {
	width: min(100%, 700px);
	justify-self: end;
}

.nfc-header-layout__compact {
	min-height: 66px;
}

.nfc-header-layout--06 .nfc-branding .custom-logo { max-height: 46px; }
.nfc-header-layout--06 .nfc-primary-nav > .menu > li > a,
.nfc-header-layout--06 .nfc-primary-nav > ul > li > a { min-height: 44px; }

.nfc-site-header.is-transparent {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	border-color: rgba(255, 255, 255, .16);
	background: linear-gradient(180deg, rgba(8, 12, 18, .5), rgba(8, 12, 18, 0));
	box-shadow: none;
	backdrop-filter: none;
}

.nfc-site-header.is-transparent .nfc-header-layout__transparent,
.nfc-site-header.is-transparent .nfc-header-layout__classic,
.nfc-site-header.is-transparent .nfc-header-layout__compact,
.nfc-site-header.is-transparent .nfc-header-layout__centered,
.nfc-site-header.is-transparent .nfc-header-layout__editorial,
.nfc-site-header.is-transparent .nfc-header-layout__search-row {
	color: #fff;
}

.nfc-site-header.is-transparent .nfc-primary-nav > .menu > li > a,
.nfc-site-header.is-transparent .nfc-primary-nav > ul > li > a,
.nfc-site-header.is-transparent .nfc-icon-button,
.nfc-site-header.is-transparent .nfc-site-title a {
	color: #fff;
}

.nfc-site-header.is-transparent.is-sticky.is-scrolled {
	position: fixed;
	background: rgba(17, 17, 17, .93);
	backdrop-filter: saturate(130%) blur(16px);
}

.nfc-branding .custom-logo--sticky { display: none; }
.nfc-site-header.is-scrolled .nfc-branding.has-sticky-logo .custom-logo--primary { display: none; }
.nfc-site-header.is-scrolled .nfc-branding.has-sticky-logo .custom-logo--sticky { display: block; }

.nfc-header-content-zone {
	position: relative;
	z-index: 29;
	width: 100%;
	background: var(--nfc-bg);
}

.nfc-header-content-zone > .nfc-container {
	padding-block: 12px;
}

.nfc-header-preview-body {
	min-height: 320px;
	margin: 0;
	background: linear-gradient(135deg, #e9edf2, #fff 55%, #f1e9d7);
}

.nfc-header-preview-body .nfc-site-header.is-transparent {
	top: 0;
}

.nfc-primary-nav > .menu > .menu-item-has-children:not(.menu-item-has-neoflux-mega) > a::before,
.nfc-primary-nav > ul > .menu-item-has-children:not(.menu-item-has-neoflux-mega) > a::before {
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	margin: -4px 1px 0 7px;
	border: 0;
	border-right: 1.4px solid currentColor;
	border-bottom: 1.4px solid currentColor;
	transform: rotate(45deg);
}

.nfc-mega-menu-toggle {
	margin-left: -5px;
}

.nfc-primary-nav .nfc-mega-menu--full .nfc-mega-menu__inner {
	width: 100%;
	max-width: none;
	margin: 0;
}

.nfc-primary-nav .nfc-mega-menu--container .nfc-mega-menu__inner {
	width: min(calc(100% - 40px), var(--nfc-container));
	max-width: var(--nfc-container);
	margin-inline: auto;
}

.nfc-header-search-form .nfc-search-form {
	border: 1px solid color-mix(in srgb, var(--nfc-border) 86%, #fff);
	border-radius: 14px;
	background: color-mix(in srgb, var(--nfc-surface) 72%, #fff);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.nfc-header-search-form .nfc-search-form:focus-within {
	border-color: color-mix(in srgb, var(--nfc-accent) 55%, var(--nfc-border));
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--nfc-accent) 9%, transparent), 0 12px 32px rgba(17, 17, 17, .06);
}

.nfc-header-search-form .nfc-search-form input[type="search"] {
	min-height: 48px;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: .92rem;
}

.nfc-search-panel {
	padding: 18px 0 32px;
	background: rgba(255, 255, 255, .985);
	box-shadow: 0 24px 70px rgba(16, 24, 40, .13);
}

.nfc-search-panel__head,
.nfc-search-panel form {
	max-width: 920px;
	margin-inline: auto;
}

.nfc-search-panel__head {
	margin-bottom: 12px;
}

.nfc-search-panel__title {
	font-size: .78rem;
	font-weight: 760;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.nfc-search-panel input[type="search"] {
	min-height: 58px;
	border: 1px solid color-mix(in srgb, var(--nfc-border) 82%, #fff);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(16, 24, 40, .055);
	font-size: 1rem;
}

.nfc-search-panel input[type="search"]:focus {
	border-color: color-mix(in srgb, var(--nfc-accent) 52%, var(--nfc-border));
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--nfc-accent) 8%, transparent), 0 18px 42px rgba(16, 24, 40, .075);
}

.nfc-search-results {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 10px);
	z-index: 8;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--nfc-border) 84%, #fff);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 26px 70px rgba(16, 24, 40, .14);
}

.nfc-search-results__list {
	display: grid;
	max-height: min(58vh, 520px);
	overflow-y: auto;
	padding: 8px;
}

.nfc-search-result {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	min-width: 0;
	padding: 10px;
	border-radius: 11px;
	color: var(--nfc-text);
	text-decoration: none;
}

.nfc-search-result:hover,
.nfc-search-result.is-active {
	background: color-mix(in srgb, var(--nfc-accent) 7%, var(--nfc-surface));
}

.nfc-search-result__media {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border-radius: 9px;
	background: var(--nfc-surface);
}

.nfc-search-result__media img { width: 100%; height: 100%; object-fit: contain; }
.nfc-search-result__copy { display: grid; gap: 4px; min-width: 0; }
.nfc-search-result__title { font-size: .88rem; font-weight: 700; line-height: 1.3; }
.nfc-search-result__stock { color: var(--nfc-muted); font-size: .72rem; }
.nfc-search-result__meta { display: grid; justify-items: end; gap: 5px; white-space: nowrap; }
.nfc-search-result__price { font-size: .86rem; font-weight: 760; }
.nfc-search-result__sale { color: var(--nfc-accent); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.nfc-search-results__all { display: block; padding: 14px 18px; border-top: 1px solid var(--nfc-border); color: var(--nfc-text); font-size: .78rem; font-weight: 760; text-align: center; text-decoration: none; }

#nfc-mobile-drawer {
	width: 100vw;
	max-width: 100vw;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	background: var(--nfc-mobile-bg, #fff);
	color: var(--nfc-mobile-text, #111827);
}

#nfc-mobile-drawer .nfc-drawer__header {
	min-height: 64px;
	padding: 10px 18px;
}

#nfc-mobile-drawer .nfc-drawer__body {
	padding: 12px 20px max(24px, env(safe-area-inset-bottom));
}

.nfc-mobile-menu a {
	min-height: var(--nfc-mobile-row-height, 48px);
	padding: 13px 42px 13px 0;
	border-bottom: var(--nfc-mobile-separator-width, 1px) solid var(--nfc-mobile-separator, #e5e7eb);
	border-radius: var(--nfc-mobile-radius, 6px);
	color: var(--nfc-mobile-text, #111827);
	font-size: var(--nfc-mobile-font-size, 15px);
	font-weight: var(--nfc-mobile-font-weight, 650);
	line-height: 1.35;
}
.nfc-mobile-menu { display: grid; gap: var(--nfc-mobile-row-gap, 0); }
.nfc-mobile-menu a:is(:hover, :focus-visible) { background: var(--nfc-mobile-hover-bg, #f8fafc); }
.nfc-mobile-menu .current-menu-item > a { color: var(--nfc-mobile-active, #5c00f4); }

.nfc-mobile-menu .nfc-submenu-toggle,
.nfc-mobile-menu .nfc-mega-menu-toggle {
	width: var(--nfc-mobile-arrow-hit, 48px);
	height: max(44px, var(--nfc-mobile-row-height, 48px));
	color: var(--nfc-mobile-arrow-color, #6b7280);
}
.nfc-mobile-menu :is(.nfc-submenu-toggle, .nfc-mega-menu-toggle) svg { width: var(--nfc-mobile-arrow-size, 18px); height: var(--nfc-mobile-arrow-size, 18px); stroke-width: var(--nfc-mobile-arrow-stroke, 2); }
.nfc-mobile-arrow--left .nfc-mobile-menu > li { padding-left: var(--nfc-mobile-arrow-hit, 48px); }
.nfc-mobile-arrow--left .nfc-mobile-menu > li > :is(.nfc-submenu-toggle, .nfc-mega-menu-toggle) { right: auto; left: 0; }
.nfc-mobile-menu .sub-menu .sub-menu a { padding-left: calc(2 * var(--nfc-mobile-indent, 18px)); }

.nfc-mobile-search { margin: 0 0 14px; }
.nfc-mobile-search .nfc-search-form { width: 100%; max-width: none; }
.nfc-mobile-footer-actions { display: grid; grid-template-columns: repeat(auto-fit, minmax(64px, 1fr)); gap: 8px; margin-top: 16px; }
.nfc-mobile-footer-actions a { display: grid; place-items: center; gap: 4px; min-height: 52px; padding: 7px 4px; border: 1px solid var(--nfc-mobile-separator, #e5e7eb); border-radius: var(--nfc-mobile-radius, 6px); color: var(--nfc-mobile-text, #111827); font-size: 11px; text-decoration: none; }
.nfc-mobile-footer-actions :is(svg, img) { width: 18px; height: 18px; }
.nfc-mobile-footer-actions b { font-size: 10px; }
.nfc-mobile-contact a { min-height: 44px; }
.nfc-mobile-socials a { min-width: 44px; min-height: 44px; }

.nfc-mobile-menu .sub-menu a {
	min-height: max(44px, calc(var(--nfc-mobile-row-height, 48px) - 4px));
	padding-block: 10px;
	font-size: .86rem;
}

.nfc-mobile-drawer--nested .nfc-drawer__body {
	position: relative;
	overflow: hidden;
}

.nfc-mobile-drawer--nested .nfc-drawer__body > nav,
.nfc-mobile-drawer--nested .nfc-mobile-menu {
	position: static;
}

.nfc-mobile-drawer--nested .nfc-mobile-menu li {
	position: static;
}

.nfc-mobile-drawer--nested .nfc-mobile-menu .sub-menu,
.nfc-mobile-drawer--nested .nfc-mobile-menu .nfc-mega-menu {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px 20px max(24px, env(safe-area-inset-bottom));
	overflow-y: auto;
	border: 0;
	background: var(--nfc-bg);
	opacity: 0;
	visibility: hidden;
	transform: translateX(104%);
	transition: transform .25s cubic-bezier(.2, .8, .2, 1), opacity .2s ease, visibility .25s;
	transition-duration: var(--nfc-mobile-motion-duration, 240ms);
}

.nfc-mobile-drawer--nested .nfc-mobile-menu .sub-menu.is-nested-panel-open,
.nfc-mobile-drawer--nested .nfc-mobile-menu .nfc-mega-menu.is-nested-panel-open {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.nfc-mobile-drawer--nested .nfc-mobile-menu .nfc-mega-menu__inner {
	padding: 0;
}

.nfc-nested-back {
	margin: 0 0 8px !important;
	padding: 0 0 8px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--nfc-border) !important;
}

.nfc-nested-back__button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--nfc-muted);
	font: inherit;
	font-size: .78rem;
	font-weight: 720;
	cursor: pointer;
}

.nfc-mobile-drawer--fullscreen {
	background: linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--nfc-accent) 5%, #fff) 100%);
}

.nfc-mobile-drawer--fullscreen .nfc-drawer__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-inline: clamp(24px, 8vw, 56px);
}

.nfc-mobile-drawer--fullscreen .nfc-mobile-menu {
	width: min(100%, 620px);
	margin-inline: auto;
}

.nfc-mobile-drawer--fullscreen .nfc-mobile-menu a {
	min-height: 54px;
	font-size: clamp(1rem, 4.5vw, 1.2rem);
	letter-spacing: -.02em;
}

.nfc-mobile-drawer--category_cards .nfc-drawer__body {
	display: grid;
	align-content: start;
	gap: 18px;
}

.nfc-mobile-drawer--category_cards .nfc-mobile-category-cards {
	order: -1;
}

.nfc-mobile-drawer--category_cards .nfc-mobile-menu a {
	min-height: 44px;
	padding-block: 11px;
}

.nfc-mobile-drawer--compact .nfc-drawer__body { padding: 8px 16px max(18px, env(safe-area-inset-bottom)); }
.nfc-mobile-drawer--compact .nfc-mobile-menu { gap: 6px; }
.nfc-mobile-drawer--compact .nfc-mobile-menu a { min-height: 44px; padding-block: 9px; padding-left: 12px; border: 1px solid var(--nfc-mobile-separator, #e5e7eb); }
.nfc-mobile-motion--none .nfc-mobile-menu :is(.sub-menu, .nfc-mega-menu) { transition: none !important; }
.nfc-mobile-motion--fade .nfc-mobile-menu :is(.sub-menu, .nfc-mega-menu) { transform: none; }
.nfc-mobile-motion--accordion:not(.nfc-mobile-drawer--nested) .nfc-mobile-menu .sub-menu { position: static; }

.nfc-category-covers {
	width: 100%;
	min-width: 0;
}

.nfc-category-covers__title {
	margin-bottom: clamp(18px, 3vw, 30px);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-weight: 780;
	letter-spacing: -.035em;
}

.nfc-category-covers__track {
	display: grid;
	grid-template-columns: repeat(var(--nfc-covers-columns), minmax(0, 1fr));
	gap: var(--nfc-covers-gap);
}

.nfc-category-covers--carousel .nfc-category-covers__track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	padding-bottom: 8px;
}

.nfc-category-covers--carousel .nfc-category-cover {
	flex: 0 0 calc((100% - (var(--nfc-covers-columns) - 1) * var(--nfc-covers-gap)) / var(--nfc-covers-columns));
	scroll-snap-align: start;
}

.nfc-category-cover {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border-radius: calc(var(--nfc-radius) + 3px);
	background: #111;
	box-shadow: 0 16px 42px rgba(16, 24, 40, .1);
}

.nfc-category-cover > a {
	position: relative;
	display: grid;
	min-height: clamp(250px, 27vw, 410px);
	color: #fff;
	text-decoration: none;
}

.nfc-category-cover__media,
.nfc-category-cover__media::after {
	position: absolute;
	inset: 0;
}

.nfc-category-cover__media {
	background: linear-gradient(145deg, #292929, #111);
	background-position: var(--nfc-cover-position);
	background-size: cover;
	transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.nfc-category-cover__media::after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, calc(var(--nfc-cover-overlay) + .34)));
}

.nfc-category-cover__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: clamp(20px, 3vw, 34px);
}

.nfc-category-cover__eyebrow {
	margin-bottom: 9px;
	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.nfc-category-cover__name {
	font-size: clamp(1.15rem, 2vw, 1.7rem);
	font-weight: 780;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.nfc-category-cover__description {
	max-width: 34ch;
	margin-top: 10px;
	color: rgba(255, 255, 255, .78);
	font-size: .78rem;
	line-height: 1.5;
}

.nfc-category-cover__count {
	margin-top: 15px;
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	font-size: .65rem;
	font-weight: 720;
}

.nfc-category-cover:hover .nfc-category-cover__media { transform: scale(1.045); }

.nfc-category-covers--circle .nfc-category-cover {
	border-radius: 999px;
	aspect-ratio: 1;
	box-shadow: none;
}

.nfc-category-covers--circle .nfc-category-cover > a { min-height: 0; aspect-ratio: 1; }
.nfc-category-covers--circle .nfc-category-cover__content { align-items: center; justify-content: center; text-align: center; }
.nfc-category-covers--compact .nfc-category-cover > a { min-height: 145px; }
.nfc-category-covers--compact .nfc-category-cover__description { display: none; }
.nfc-category-covers--editorial .nfc-category-cover:nth-child(5n + 1) { grid-column: span 2; }

.nfc-site-footer {
	margin-top: auto;
	background: #0a0b0d;
	color: #fff;
}

.nfc-site-footer .nfc-footer-content > .nfc-container {
	width: min(calc(100% - 40px), var(--nfc-container));
}

.nfc-site-footer--01 .nfc-footer-content {
	padding-block: clamp(58px, 7vw, 92px);
}

.nfc-site-footer--02 {
	background: #11151a;
}

.nfc-site-footer--02 .nfc-footer-content {
	padding-block: clamp(64px, 8vw, 104px);
}

.nfc-site-footer--02 .nfc-footer-editorial > .wp-block-columns {
	display: grid;
	grid-template-columns: minmax(280px, 1.7fr) repeat(2, minmax(170px, .65fr));
	gap: clamp(36px, 6vw, 90px);
	margin: 0;
}

.nfc-site-footer--02 .nfc-footer-lead {
	max-width: 42ch;
	font-size: clamp(1.1rem, 1.7vw, 1.45rem);
	line-height: 1.5;
}

.nfc-site-footer--02 .nfc-footer-newsletter-label {
	margin-top: 28px;
	color: #fff;
	font-weight: 700;
}

.nfc-site-footer--03 .nfc-footer-content {
	padding-block: 34px;
}

.nfc-site-footer--03 .nfc-footer-compact > .wp-block-columns {
	display: grid;
	grid-template-columns: minmax(150px, .6fr) minmax(0, 1.5fr) minmax(200px, .65fr);
	align-items: center;
	gap: 30px;
	margin: 0;
}

.nfc-site-footer--03 .wp-block-navigation__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 24px;
}

.nfc-elementor-footer {
	overflow: clip;
}

@media (max-width: 1100px) {
	.nfc-header-detached-nav { display: none; }
	.nfc-header-mobile__inner { min-height: 68px; }
	.nfc-site-header.is-transparent .nfc-header-mobile { color: #fff; }
	.nfc-site-header.is-transparent .nfc-header-mobile .nfc-icon-button { color: #fff; }

	.nfc-category-covers__track { grid-template-columns: repeat(var(--nfc-covers-tablet), minmax(0, 1fr)); }
	.nfc-category-covers--carousel .nfc-category-cover { flex-basis: calc((100% - (var(--nfc-covers-tablet) - 1) * var(--nfc-covers-gap)) / var(--nfc-covers-tablet)); }
	.nfc-category-covers--editorial .nfc-category-cover:nth-child(5n + 1) { grid-column: span 1; }

	.nfc-site-footer--01 .nfc-footer-content .nfc-footer-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nfc-site-footer--01 .nfc-footer-brand { grid-column: 1 / -1; }
	.nfc-site-footer--02 .nfc-footer-editorial > .wp-block-columns { grid-template-columns: 1fr 1fr; }
	.nfc-site-footer--02 .nfc-footer-editorial > .wp-block-columns > :first-child { grid-column: 1 / -1; }

	.nfc-checkout-page .wc-block-checkout.wc-block-components-sidebar-layout,
	.nfc-checkout-page .wc-block-checkout .wc-block-components-sidebar-layout {
		grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr) !important;
	}
}

@media (max-width: 782px) {
	.admin-bar .nfc-site-header.is-sticky,
	.admin-bar .nfc-header-detached-nav.is-sticky { top: 46px; }

	.nfc-search-panel__head,
	.nfc-search-panel form { max-width: none; }

	.nfc-search-result { grid-template-columns: 50px minmax(0, 1fr); gap: 11px; }
	.nfc-search-result__media { width: 50px; height: 50px; }
	.nfc-search-result__meta { grid-column: 2; justify-items: start; grid-auto-flow: column; justify-content: start; }

	.nfc-category-covers__track { grid-template-columns: repeat(var(--nfc-covers-mobile), minmax(0, 1fr)); }
	.nfc-category-covers--carousel .nfc-category-cover { flex-basis: calc((100% - (var(--nfc-covers-mobile) - 1) * var(--nfc-covers-gap)) / var(--nfc-covers-mobile)); }
	.nfc-category-cover > a { min-height: 230px; }

	.nfc-site-footer--01 .nfc-footer-content .nfc-footer-columns,
	.nfc-site-footer--02 .nfc-footer-editorial > .wp-block-columns,
	.nfc-site-footer--03 .nfc-footer-compact > .wp-block-columns {
		grid-template-columns: 1fr;
	}

	.nfc-site-footer--03 .wp-block-navigation__container { justify-content: flex-start; }
	.nfc-site-footer--03 .has-text-align-right { text-align: left; }

	.nfc-cart-page .wc-block-cart,
	.nfc-cart-page .nfc-classic-cart-shell,
	.nfc-checkout-page .wc-block-checkout,
	.nfc-checkout-page form.checkout {
		padding: 22px 18px !important;
		border-radius: 16px !important;
	}

	.nfc-checkout-page .wc-block-checkout.wc-block-components-sidebar-layout,
	.nfc-checkout-page .wc-block-checkout .wc-block-components-sidebar-layout,
	.nfc-checkout-page form.checkout {
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
	}

	.nfc-checkout-page .wc-block-checkout__main,
	.nfc-checkout-page .wc-block-components-main,
	.nfc-checkout-page form.checkout #customer_details {
		order: 1;
		padding: 0 !important;
		border: 0 !important;
	}

	.nfc-checkout-page .wc-block-checkout__sidebar,
	.nfc-checkout-page .wc-block-components-sidebar,
	.nfc-checkout-page form.checkout #order_review,
	.nfc-checkout-page form.checkout #order_review_heading {
		order: 2;
		width: 100% !important;
		margin-top: 24px !important;
		padding: 24px 0 0 !important;
		border: 0 !important;
		border-top: 1px solid var(--nfc-border) !important;
	}

	.nfc-checkout-page .nfc-mobile-summary-duplicate,
	.nfc-checkout-page .wc-block-checkout__main > .wc-block-components-checkout-order-summary,
	.nfc-checkout-page .wc-block-checkout__main > .wp-block-woocommerce-checkout-totals-block {
		display: none !important;
	}

	.nfc-checkout-page .wc-block-components-address-form {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	.nfc-checkout-page .wc-block-components-address-form > *,
	.nfc-checkout-page .wc-block-components-text-input,
	.nfc-checkout-page .wc-blocks-components-select,
	.nfc-checkout-page .wc-block-components-combobox {
		grid-column: 1 !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	.single-product .woocommerce div.product .product_title,
	.single-product .nf-product-title {
		font-size: clamp(1.65rem, 8vw, 2.15rem) !important;
	}
}

@media (max-width: 480px) {
	.nfc-header-mobile__inner { width: calc(100% - 24px); }
	.nfc-header-mobile__inner > .nfc-header-actions .nfc-icon-button:first-child { display: none; }
	.nfc-header-mobile .nfc-icon-button { width: 38px; height: 38px; }
	.nfc-header-mobile .nfc-header-actions { gap: 0; }

	#nfc-mini-cart { width: 100vw; max-width: 100vw; }
	.nfc-mini-cart-body { padding-inline: 18px; }
	.nfc-mini-cart-body .woocommerce-mini-cart__buttons { grid-template-columns: 1fr; }

	.nfc-search-panel { padding-top: 12px; }
	.nfc-search-panel input[type="search"] { min-height: 52px; }

	.nfc-category-covers--circle .nfc-category-cover__name { font-size: 1rem; }
	.nfc-category-cover__description { display: none; }

	.nfc-commerce-brand { padding-top: 18px; }
	.nfc-cart-page .wc-block-cart,
	.nfc-checkout-page .wc-block-checkout,
	.nfc-checkout-page form.checkout { padding: 18px 14px !important; }
}

@media (prefers-reduced-motion: reduce) {
	.nfc-category-cover__media,
	.nfc-mobile-drawer--nested .nfc-mobile-menu .sub-menu,
	.nfc-mobile-drawer--nested .nfc-mobile-menu .nfc-mega-menu {
		transition: none;
	}
}

html,
body { max-width: 100%; }

body { overflow-x: clip; }

.nfc-commerce-modal[aria-hidden="true"],
.nfc-search-panel[aria-hidden="true"],
.nfc-drawer[aria-hidden="true"] {
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
}

.nfc-topbar {
	background: var(--nfc-topbar-bg, #111827);
	color: var(--nfc-topbar-text, #fff);
	font-size: var(--nfc-topbar-font, 13px);
}

.nfc-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 0;
	padding-block: var(--nfc-topbar-pad-y, 9px);
}

.nfc-topbar p,
.nfc-topbar ul { margin: 0; }

.nfc-topbar a { color: var(--nfc-topbar-link, #fff); transition: color .18s ease; }
.nfc-topbar a:hover { color: var(--nfc-topbar-link-hover, #d9a52e); }
.nfc-topbar__shortcode { display: flex; align-items: center; gap: 10px; }

.nfc-search-panel {
	z-index: 10010;
	transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.nfc-search-panel > .nfc-container { width: min(var(--nfc-search-width, 760px), calc(100vw - 40px)); }

.nfc-search-panel__head { gap: 24px; }
.nfc-search-panel__title { font-size: clamp(22px, 3vw, 34px); font-weight: 720; letter-spacing: -.035em; }

.nfc-search-density-compact .nfc-search-results__item { min-height: 54px; padding-block: 8px; }
.nfc-search-density-standard .nfc-search-results__item { min-height: 68px; padding-block: 11px; }
.nfc-search-density-comfortable .nfc-search-results__item { min-height: 82px; padding-block: 15px; }

.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-layout-spotlight-command .nfc-search-panel {
	position: fixed;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	width: min(var(--nfc-search-width, 760px), calc(100vw - 36px));
	max-height: min(760px, calc(100vh - 52px));
	padding: 0;
	transform: translate(-50%, -46%) scale(.98);
	border: 1px solid rgba(17,24,39,.08);
	border-radius: 24px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 28px 90px rgba(15,23,42,.22);
	overflow: auto;
}

.nfc-search-layout-floating-premium .nfc-search-panel.is-open,
.nfc-search-layout-spotlight-command .nfc-search-panel.is-open { transform: translate(-50%, -50%) scale(1); }

.nfc-search-layout-floating-premium .nfc-search-panel > .nfc-container,
.nfc-search-layout-spotlight-command .nfc-search-panel > .nfc-container { width: 100%; padding: 26px; }

.nfc-search-layout-spotlight-command .nfc-search-panel { border-radius: 18px; }
.nfc-search-layout-spotlight-command .nfc-search-panel__title::after {
	content: "⌘ K";
	float: right;
	padding: 5px 9px;
	border: 1px solid var(--nfc-border);
	border-radius: 7px;
	color: var(--nfc-muted);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: .04em;
}

.nfc-search-layout-fullscreen-editorial .nfc-search-panel {
	position: fixed;
	inset: 0;
	padding: clamp(40px, 8vh, 100px) 0;
	background: #fff;
	transform: translateY(-12px);
	overflow: auto;
}

.nfc-search-layout-fullscreen-editorial .nfc-search-panel.is-open { transform: translateY(0); }
.nfc-search-layout-fullscreen-editorial .nfc-search-panel > .nfc-container { width: min(980px, calc(100vw - 40px)); }
.nfc-search-layout-fullscreen-editorial .nfc-search-panel__title { font-size: clamp(36px, 6vw, 68px); }

.nfc-search-layout-slidedown-commerce .nfc-search-panel,
.nfc-search-layout-inline-minimal .nfc-search-panel {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	padding: 24px 0 30px;
	background: #fff;
	box-shadow: 0 22px 50px rgba(15,23,42,.14);
	transform: translateY(-102%);
}

.admin-bar.nfc-search-layout-slidedown-commerce .nfc-search-panel,
.admin-bar.nfc-search-layout-inline-minimal .nfc-search-panel { top: 32px; }
.nfc-search-layout-slidedown-commerce .nfc-search-panel.is-open,
.nfc-search-layout-inline-minimal .nfc-search-panel.is-open { transform: translateY(0); }
.nfc-search-layout-inline-minimal .nfc-search-panel { left: 50%; right: auto; width: min(720px, calc(100vw - 32px)); transform: translate(-50%, -110%); border-radius: 0 0 18px 18px; }
.nfc-search-layout-inline-minimal .nfc-search-panel.is-open { transform: translate(-50%, 0); }

.nfc-search-position-viewport-top.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-position-viewport-top.nfc-search-layout-spotlight-command .nfc-search-panel {
	top: clamp(90px, 16vh, 180px);
	transform: translate(-50%, -18px) scale(.98);
}
.nfc-search-position-viewport-top.nfc-search-layout-floating-premium .nfc-search-panel.is-open,
.nfc-search-position-viewport-top.nfc-search-layout-spotlight-command .nfc-search-panel.is-open { transform: translate(-50%, 0) scale(1); }
.nfc-search-position-viewport-center.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-position-viewport-center.nfc-search-layout-spotlight-command .nfc-search-panel { top: 50%; }
.nfc-search-align-left.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-align-left.nfc-search-layout-spotlight-command .nfc-search-panel { left: max(18px, calc((100vw - var(--nfc-container, 1320px)) / 2)); transform: translate(0, -50%) scale(.98); }
.nfc-search-align-left.nfc-search-layout-floating-premium .nfc-search-panel.is-open,
.nfc-search-align-left.nfc-search-layout-spotlight-command .nfc-search-panel.is-open { transform: translate(0, -50%) scale(1); }
.nfc-search-align-right.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-align-right.nfc-search-layout-spotlight-command .nfc-search-panel { right: max(18px, calc((100vw - var(--nfc-container, 1320px)) / 2)); left: auto; transform: translate(0, -50%) scale(.98); }
.nfc-search-align-right.nfc-search-layout-floating-premium .nfc-search-panel.is-open,
.nfc-search-align-right.nfc-search-layout-spotlight-command .nfc-search-panel.is-open { transform: translate(0, -50%) scale(1); }

.nfc-search-position-viewport-top.nfc-search-align-left.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-position-viewport-top.nfc-search-align-left.nfc-search-layout-spotlight-command .nfc-search-panel,
.nfc-search-position-viewport-top.nfc-search-align-right.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-position-viewport-top.nfc-search-align-right.nfc-search-layout-spotlight-command .nfc-search-panel { transform: translate(0, -18px) scale(.98); }
.nfc-search-position-viewport-top.nfc-search-align-left.nfc-search-layout-floating-premium .nfc-search-panel.is-open,
.nfc-search-position-viewport-top.nfc-search-align-left.nfc-search-layout-spotlight-command .nfc-search-panel.is-open,
.nfc-search-position-viewport-top.nfc-search-align-right.nfc-search-layout-floating-premium .nfc-search-panel.is-open,
.nfc-search-position-viewport-top.nfc-search-align-right.nfc-search-layout-spotlight-command .nfc-search-panel.is-open { transform: translate(0, 0) scale(1); }

.nfc-commerce-modal[aria-hidden="true"],
.nfc-search-panel[aria-hidden="true"],
.nfc-drawer[aria-hidden="true"] {
	display: none !important;
}

.nfc-category-covers {
	--nfc-cover-desktop-height: 330px;
	--nfc-cover-mobile-height: 220px;
	--nfc-cover-radius: 22px;
}

.nfc-category-covers .nfc-category-cover {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, .08);
	border-radius: var(--nfc-cover-radius);
	background: #fff;
	box-shadow: 0 16px 44px rgba(15, 23, 42, .09);
	transition: transform .32s ease, box-shadow .32s ease;
}

.nfc-category-covers .nfc-category-cover > a {
	position: relative;
	display: grid;
	min-height: var(--nfc-cover-desktop-height);
	overflow: hidden;
	border-radius: inherit;
	color: #121826;
	text-decoration: none;
}

.nfc-category-covers .nfc-category-cover__media {
	position: relative;
	inset: auto;
	display: block;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	background-color: #e9edf2;
	background-position: var(--nfc-cover-position);
	background-size: cover;
	transform: none;
}

.nfc-category-covers .nfc-category-cover__media::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background: transparent;
	pointer-events: none;
}

.nfc-category-covers .nfc-category-cover__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--nfc-cover-position);
	transition: transform .55s cubic-bezier(.2, .8, .2, 1), filter .35s ease;
}

.nfc-category-covers .nfc-category-cover:hover .nfc-category-cover__media {
	transform: none;
}

.nfc-category-covers .nfc-category-cover__content {
	position: relative;
	z-index: 2;
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(18px, 2.3vw, 30px);
	color: inherit;
}

.nfc-category-covers .nfc-category-cover__name {
	font-size: clamp(1.08rem, 1.65vw, 1.55rem);
	font-weight: 720;
	line-height: 1.1;
}

.nfc-category-covers .nfc-category-cover__description {
	max-width: 38ch;
	margin-top: 9px;
	color: #667085;
	font-size: .78rem;
	line-height: 1.5;
}

.nfc-category-covers .nfc-category-cover__count {
	margin-top: 14px;
	padding: 6px 9px;
	border: 1px solid rgba(15, 23, 42, .12);
	border-radius: 999px;
	color: #475467;
	font-size: .66rem;
}

.nfc-category-covers--align-center .nfc-category-cover__content { align-items: center; text-align: center; }
.nfc-category-covers--align-right .nfc-category-cover__content { align-items: flex-end; text-align: right; }

.nfc-category-covers--desktop-overlay .nfc-category-cover > a {
	display: block;
}

.nfc-category-covers--desktop-overlay .nfc-category-cover__media {
	position: absolute;
	inset: 0;
}

.nfc-category-covers--desktop-overlay .nfc-category-cover__media::after {
	background: linear-gradient(180deg, rgba(5, 11, 20, .03) 12%, rgba(5, 11, 20, calc(var(--nfc-cover-overlay) + .58)) 100%);
}

.nfc-category-covers--desktop-overlay .nfc-category-cover__content {
	position: absolute;
	inset: 0;
	justify-content: flex-end;
	color: #fff;
}

.nfc-category-covers--desktop-overlay .nfc-category-cover__description { color: rgba(255, 255, 255, .78); }
.nfc-category-covers--desktop-overlay .nfc-category-cover__count { border-color: rgba(255, 255, 255, .25); color: #fff; }

.nfc-category-covers--desktop-image-top .nfc-category-cover > a {
	grid-template-rows: minmax(0, 54%) minmax(0, 46%);
}

.nfc-category-covers--desktop-image-top .nfc-category-cover__media::after {
	background: linear-gradient(180deg, transparent 70%, rgba(15, 23, 42, .08));
}

.nfc-category-covers--desktop-image-top .nfc-category-cover__content {
	justify-content: flex-start;
	padding: clamp(16px, 1.8vw, 24px);
	background: #fff;
}

.nfc-category-covers--desktop-image-top .nfc-category-cover__description { margin-top: 6px; }
.nfc-category-covers--desktop-image-top .nfc-category-cover__count { margin-top: 9px; }

.nfc-category-covers--desktop-split-left .nfc-category-cover > a,
.nfc-category-covers--desktop-split-right .nfc-category-cover > a {
	grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
}

.nfc-category-covers--desktop-split-left .nfc-category-cover__media,
.nfc-category-covers--desktop-split-right .nfc-category-cover__media {
	min-height: 100%;
}

.nfc-category-covers--desktop-split-left .nfc-category-cover__media::after,
.nfc-category-covers--desktop-split-right .nfc-category-cover__media::after {
	background: linear-gradient(135deg, transparent 68%, rgba(15, 23, 42, .09));
}

.nfc-category-covers--desktop-split-right .nfc-category-cover > a {
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
}

.nfc-category-covers--desktop-split-right .nfc-category-cover__media { order: 2; }
.nfc-category-covers--desktop-split-right .nfc-category-cover__content { order: 1; }

.nfc-category-covers--desktop-editorial .nfc-category-cover {
	border: 0;
	background: #0f172a;
	box-shadow: 0 20px 58px rgba(15, 23, 42, .16);
}

.nfc-category-covers--desktop-editorial .nfc-category-cover > a { display: block; }
.nfc-category-covers--desktop-editorial .nfc-category-cover__media { position: absolute; inset: 0; }
.nfc-category-covers--desktop-editorial .nfc-category-cover__media::after { background: linear-gradient(180deg, rgba(15, 23, 42, .02), rgba(15, 23, 42, .28)); }
.nfc-category-covers--desktop-editorial .nfc-category-cover__content {
	position: absolute;
	right: 16px;
	bottom: 16px;
	left: 16px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: max(12px, calc(var(--nfc-cover-radius) - 8px));
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 14px 36px rgba(15, 23, 42, .18);
	backdrop-filter: blur(12px);
}

.nfc-category-covers--desktop-editorial .nfc-category-cover__description { color: #667085; }

.nfc-category-covers--desktop-circle .nfc-category-cover,
.nfc-category-covers--desktop-circle .nfc-category-cover > a {
	aspect-ratio: 1;
	border-radius: 50%;
}

.nfc-category-covers--desktop-circle .nfc-category-cover > a {
	display: block;
	min-height: 0;
}

.nfc-category-covers--desktop-circle .nfc-category-cover__media { position: absolute; inset: 0; border-radius: 50%; }
.nfc-category-covers--desktop-circle .nfc-category-cover__media::after { background: rgba(6, 12, 22, calc(var(--nfc-cover-overlay) + .34)); }
.nfc-category-covers--desktop-circle .nfc-category-cover__content { position: absolute; inset: 0; align-items: center; justify-content: center; color: #fff; text-align: center; }
.nfc-category-covers--desktop-circle .nfc-category-cover__description { display: none; }
.nfc-category-covers--desktop-circle .nfc-category-cover__count { border-color: rgba(255, 255, 255, .28); color: #fff; }

.nfc-category-covers--desktop-compact .nfc-category-cover > a {
	grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
	min-height: min(var(--nfc-cover-desktop-height), 170px);
}

.nfc-category-covers--desktop-compact .nfc-category-cover__description { display: none; }
.nfc-category-covers--desktop-compact .nfc-category-cover__content { padding: 16px; }

@media (hover: hover) {
	.nfc-category-covers--hover-zoom .nfc-category-cover:hover .nfc-category-cover__media img { transform: scale(1.07); }
	.nfc-category-covers--hover-lift .nfc-category-cover:hover { transform: translateY(-7px); box-shadow: 0 24px 58px rgba(15, 23, 42, .16); }
	.nfc-category-covers--hover-reveal .nfc-category-cover__description { max-height: 0; margin-top: 0; overflow: hidden; opacity: 0; transform: translateY(8px); transition: max-height .3s ease, margin .3s ease, opacity .3s ease, transform .3s ease; }
	.nfc-category-covers--hover-reveal .nfc-category-cover:hover .nfc-category-cover__description { max-height: 8em; margin-top: 9px; opacity: 1; transform: none; }
}

.nfc-category-covers--hover-none .nfc-category-cover,
.nfc-category-covers--hover-none .nfc-category-cover__media img { transition: none; }

@media (max-width: 767px) {
	.nfc-category-covers .nfc-category-cover > a { min-height: var(--nfc-cover-mobile-height); }
	.nfc-category-covers .nfc-category-cover__media,
	.nfc-category-covers .nfc-category-cover__media img { background-position: var(--nfc-cover-position-mobile); object-position: var(--nfc-cover-position-mobile); }

	.nfc-category-covers--mobile-image-top .nfc-category-cover > a { display: grid; grid-template: minmax(0, 52%) minmax(0, 48%) / 1fr; }
	.nfc-category-covers--mobile-image-top .nfc-category-cover__media { position: relative; inset: auto; order: 1; min-height: 0; border-radius: 0; }
	.nfc-category-covers--mobile-image-top .nfc-category-cover__media::after { background: linear-gradient(180deg, transparent 72%, rgba(15, 23, 42, .08)); }
	.nfc-category-covers--mobile-image-top .nfc-category-cover__content { position: relative; inset: auto; order: 2; align-items: flex-start; justify-content: flex-start; padding: 17px; border: 0; border-radius: 0; background: #fff; box-shadow: none; color: #121826; text-align: left; backdrop-filter: none; }
	.nfc-category-covers--mobile-image-top .nfc-category-cover__description { display: none; color: #667085; }
	.nfc-category-covers--mobile-image-top .nfc-category-cover__count { border-color: rgba(15, 23, 42, .12); color: #475467; }

	.nfc-category-covers--mobile-overlay .nfc-category-cover > a { display: block; min-height: var(--nfc-cover-mobile-height); }
	.nfc-category-covers--mobile-overlay .nfc-category-cover__media { position: absolute; inset: 0; border-radius: inherit; }
	.nfc-category-covers--mobile-overlay .nfc-category-cover__media::after { background: linear-gradient(180deg, transparent 20%, rgba(5, 11, 20, calc(var(--nfc-cover-overlay) + .58))); }
	.nfc-category-covers--mobile-overlay .nfc-category-cover__content { position: absolute; inset: 0; align-items: flex-start; justify-content: flex-end; padding: 18px; border: 0; background: transparent; box-shadow: none; color: #fff; text-align: left; backdrop-filter: none; }
	.nfc-category-covers--mobile-overlay .nfc-category-cover__description { display: none; }
	.nfc-category-covers--mobile-overlay .nfc-category-cover__count { border-color: rgba(255, 255, 255, .26); color: #fff; }

	.nfc-category-covers--mobile-compact .nfc-category-cover > a { display: grid; min-height: 118px; grid-template: 1fr / 112px minmax(0, 1fr); }
	.nfc-category-covers--mobile-compact .nfc-category-cover__media { position: relative; inset: auto; order: 1; border-radius: 0; }
	.nfc-category-covers--mobile-compact .nfc-category-cover__media::after { background: transparent; }
	.nfc-category-covers--mobile-compact .nfc-category-cover__content { position: relative; inset: auto; order: 2; align-items: flex-start; justify-content: center; padding: 14px; border: 0; background: #fff; box-shadow: none; color: #121826; text-align: left; backdrop-filter: none; }
	.nfc-category-covers--mobile-compact .nfc-category-cover__description { display: none; }
	.nfc-category-covers--mobile-compact .nfc-category-cover__count { margin-top: 8px; border-color: rgba(15, 23, 42, .12); color: #475467; }

	.nfc-category-covers--mobile-circle .nfc-category-cover,
	.nfc-category-covers--mobile-circle .nfc-category-cover > a { aspect-ratio: 1; border-radius: 50%; }
	.nfc-category-covers--mobile-circle .nfc-category-cover > a { display: block; min-height: 0; }
	.nfc-category-covers--mobile-circle .nfc-category-cover__media { position: absolute; inset: 0; border-radius: 50%; }
	.nfc-category-covers--mobile-circle .nfc-category-cover__media::after { background: rgba(6, 12, 22, calc(var(--nfc-cover-overlay) + .34)); }
	.nfc-category-covers--mobile-circle .nfc-category-cover__content { position: absolute; inset: 0; align-items: center; justify-content: center; padding: 18px; border: 0; background: transparent; box-shadow: none; color: #fff; text-align: center; backdrop-filter: none; }
	.nfc-category-covers--mobile-circle .nfc-category-cover__description { display: none; }
	.nfc-category-covers--mobile-circle .nfc-category-cover__count { border-color: rgba(255, 255, 255, .28); color: #fff; }
}

@media (prefers-reduced-motion: reduce) {
	.nfc-category-covers .nfc-category-cover,
	.nfc-category-covers .nfc-category-cover__media img,
	.nfc-category-covers .nfc-category-cover__description { transition: none !important; }
}

@supports (scrollbar-gutter: stable) {
	@media (min-width: 1101px) {
		html { scrollbar-gutter: stable; }
	}
}

@media (max-width: 1100px) {
	html {
		scroll-behavior: auto;
	}

	body {
		text-rendering: auto;
	}

	.nfc-site {
		min-height: 100svh;
	}

	a,
	button,
	input,
	select,
	textarea,
	[role="button"] {
		touch-action: manipulation;
	}

	body.nfc-lock-scroll {
		position: fixed;
		top: var(--nfc-scroll-lock-offset, 0);
		left: 0;
		right: 0;
		width: 100%;
		overflow: hidden;
		overscroll-behavior: none;
	}

	.nfc-site-header,
	.nfc-site-header.is-scrolled,
	.nfc-header-02__nav,
	.nfc-header-02__nav.is-scrolled,
	.nfc-header-detached-nav,
	.nfc-header-detached-nav.is-scrolled {
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}

	.nfc-site-header:not(.is-transparent),
	.nfc-site-header:not(.is-transparent).is-scrolled {
		background: var(--nfc-bg);
	}

	.nfc-site-header.is-scrolled,
	.nfc-header-02__nav.is-scrolled,
	.nfc-header-detached-nav.is-scrolled {
		box-shadow: 0 5px 18px rgba(17, 17, 17, .065);
	}

	.nfc-site-header.is-transparent.is-sticky.is-scrolled {
		background: rgba(17, 17, 17, .98);
	}

	.nfc-overlay {
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}

	.nfc-drawer,
	.nfc-shop-sidebar {
		height: 100svh;
		backface-visibility: hidden;
		contain: layout paint style;
		transform: translate3d(105%, 0, 0);
		transition-duration: 220ms;
	}

	.nfc-drawer--left,
	.nfc-shop-sidebar {
		transform: translate3d(-105%, 0, 0);
	}

	.nfc-drawer.is-open,
	.nfc-shop-sidebar.is-open {
		transform: translate3d(0, 0, 0);
		will-change: transform;
	}

	.admin-bar .nfc-drawer {
		height: calc(100svh - 32px);
	}

	.nfc-search-panel {
		contain: layout paint style;
		backface-visibility: hidden;
		transform: translate3d(0, -18px, 0);
	}

	.nfc-search-panel.is-open {
		transform: translate3d(0, 0, 0);
		will-change: transform;
	}

	.nfc-drawer__body,
	.nfc-mobile-drawer--nested .nfc-mobile-menu .sub-menu,
	.nfc-mobile-drawer--nested .nfc-mobile-menu .nfc-mega-menu,
	.nfc-search-results,
	.nfc-shop-sidebar__body,
	.nfc-commerce-modal__dialog,
	.nfc-quick-view-modal__content {
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}

	.nfc-mobile-drawer--nested .nfc-mobile-menu .sub-menu,
	.nfc-mobile-drawer--nested .nfc-mobile-menu .nfc-mega-menu {
		transform: translate3d(104%, 0, 0);
		backface-visibility: hidden;
	}

	.nfc-mobile-drawer--nested .nfc-mobile-menu .sub-menu.is-nested-panel-open,
	.nfc-mobile-drawer--nested .nfc-mobile-menu .nfc-mega-menu.is-nested-panel-open {
		transform: translate3d(0, 0, 0);
		will-change: transform;
	}

	.nfc-commerce-modal {
		contain: layout paint style;
	}

	.nfc-commerce-modal__dialog,
	.nfc-quick-view-modal__dialog {
		max-height: calc(100svh - 48px);
		backface-visibility: hidden;
	}

	.nfc-commerce-modal__close,
	.nfc-list-action {
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}

	.nf-carousel,
	.nf-products-carousel-viewport {
		touch-action: pan-y pinch-zoom;
		overscroll-behavior-inline: contain;
	}

	.nfc-category-covers--carousel .nfc-category-covers__track,
	body.neoflux-shop-archive.nfc-shop-category-mobile-scroll .nfc-shop-content ul.products:has(> li.product-category) {
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-inline: contain;
		scroll-snap-type: x proximity !important;
	}
}

@media (max-width: 782px) {
	.admin-bar .nfc-drawer {
		height: calc(100svh - 46px);
	}

	.admin-bar .nfc-commerce-modal__dialog,
	.admin-bar .nfc-quick-view-modal__dialog {
		max-height: calc(100svh - 62px);
	}
}

@media (max-width: 767px) {
	.nfc-commerce-modal__dialog,
	.nfc-quick-view-modal__dialog {
		max-height: calc(100svh - 20px);
	}
}

@media (max-width: 600px) {
	.admin-bar .nfc-drawer {
		height: 100svh;
	}
}

@media (hover: none), (pointer: coarse) {

	.nf-product-card,
	.nf-product-card::before,
	.nf-product-card::after,
	.nf-product-card .nf-card-primary,
	.nf-product-card .nf-card-secondary,
	.nf-product-card .nf-card-body,
	.nf-product-card .nf-card-image img,
	.nfc-category-covers .nfc-category-cover,
	.nfc-category-covers .nfc-category-cover__media img {
		transition: none !important;
		transform: none;
	}

	.nf-product-card.nf-card-hover-05 .nf-card-primary img,
	.nf-product-card.nf-card-hover-05 .nf-card-secondary img {
		filter: none !important;
	}

	.nf-carousel-arrows button:hover,
	.nf-products-carousel-arrows button:hover,
	.nf-review-arrow:hover,
	.nfc-list-action:hover {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce), (update: slow) {
	html { scroll-behavior: auto !important; }

	.nfc-drawer,
	.nfc-search-panel,
	.nfc-overlay,
	.nfc-commerce-modal,
	.nfc-commerce-modal__dialog,
	.nfc-mobile-drawer--nested .nfc-mobile-menu .sub-menu,
	.nfc-mobile-drawer--nested .nfc-mobile-menu .nfc-mega-menu,
	.nf-carousel-track,
	.nf-products-carousel-track {
		transition-duration: .01ms !important;
	}
}

body:not(.nfc-performance-compatibility) .nfc-site-footer,
body:not(.nfc-performance-compatibility) .nf-recommended,
body:not(.nfc-performance-compatibility) .related.products,
body:not(.nfc-performance-compatibility) .upsells.products {
	content-visibility: auto;
	contain-intrinsic-size: auto 640px;
}

.nfc-shop-category-showcase {
	display: block;
	width: 100%;
	min-width: 0;
	margin: clamp(16px, 2.4vw, 28px) 0 clamp(28px, 4vw, 48px);
}

.nfc-shop-category-showcase .nfc-category-covers {
	margin: 0;
}

.nfc-category-covers .nfc-category-cover__name {
	font-size: var(--nfc-cover-title-d) !important;
}

.nfc-category-cover__button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: max-content;
	max-width: 100%;
	margin-top: 14px;
	padding: 8px 12px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.1;
	transition: opacity .22s ease, transform .22s ease, background-color .22s ease;
}

.nfc-category-covers--button-none .nfc-category-cover__button { display: none; }

@media (hover: hover) {
	.nfc-category-covers--button-hover .nfc-category-cover__button { opacity: 0; transform: translateY(7px); }
	.nfc-category-covers--button-hover .nfc-category-cover:hover .nfc-category-cover__button { opacity: 1; transform: none; }
}

.nfc-category-covers__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 9px;
	margin-top: 14px;
}

.nfc-category-covers__nav button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid var(--nfc-border, #e5e7eb);
	border-radius: 999px;
	background: var(--nfc-surface, #fff);
	color: var(--nfc-text, #111);
	cursor: pointer;
}

.nfc-category-covers__nav button:hover { border-color: var(--nfc-accent, #dca943); color: var(--nfc-accent, #dca943); }
.nfc-category-covers__fraction { min-width: 48px; color: var(--nfc-muted, #667085); font-size: 12px; text-align: center; }

@media (min-width: 768px) and (max-width: 1024px) {
	.nfc-category-covers .nfc-category-cover__name { font-size: var(--nfc-cover-title-t) !important; }
}

body.nfc-shop-custom-category-covers .nfc-shop-content ul.products > li.product-category {
	display: none !important;
}

body.nfc-shop-custom-category-covers.neoflux-shop-archive.neoflux-global-grid.woocommerce .nfc-shop-content ul.products,
body.nfc-shop-custom-category-covers.neoflux-shop-archive.neoflux-global-grid.woocommerce-page .nfc-shop-content ul.products {
	grid-template-columns: repeat(var(--nf-grid-d), minmax(0, 1fr)) !important;
	gap: var(--nf-grid-gap) !important;
}

@media (max-width: 767px) {
	.nf-product-card .nf-card-title {
		font-size: var(--nf-card-title-size) !important;
	}

	.nf-product-card .nf-card-price,
	.nf-product-card .nf-card-price * {
		font-size: var(--nf-card-price-size) !important;
	}

	body.nfc-shop-custom-category-covers.neoflux-shop-archive.neoflux-global-grid.woocommerce .nfc-shop-content ul.products,
	body.nfc-shop-custom-category-covers.neoflux-shop-archive.neoflux-global-grid.woocommerce-page .nfc-shop-content ul.products {
		grid-template-columns: repeat(var(--nf-grid-m), minmax(0, 1fr)) !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	body.nfc-shop-custom-category-covers.neoflux-shop-archive.neoflux-global-grid.woocommerce .nfc-shop-content ul.products,
	body.nfc-shop-custom-category-covers.neoflux-shop-archive.neoflux-global-grid.woocommerce-page .nfc-shop-content ul.products {
		grid-template-columns: repeat(var(--nf-grid-t), minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.nfc-category-covers .nfc-category-cover__name { font-size: var(--nfc-cover-title-m) !important; }
	.nfc-category-covers--button-hover .nfc-category-cover__button { display: none; }
	body:not(.nfc-performance-compatibility) .nfc-site-footer {
		contain-intrinsic-size: auto 880px;
	}
}

.nfc-search-position-viewport-top.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-position-viewport-top.nfc-search-layout-spotlight-command .nfc-search-panel {
	top: clamp(90px, 16vh, 180px);
	transform: translate(-50%, -18px) scale(.98);
}
.nfc-search-position-viewport-top.nfc-search-layout-floating-premium .nfc-search-panel.is-open,
.nfc-search-position-viewport-top.nfc-search-layout-spotlight-command .nfc-search-panel.is-open { transform: translate(-50%, 0) scale(1); }

.nfc-search-position-viewport-center.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-position-viewport-center.nfc-search-layout-spotlight-command .nfc-search-panel { top: 50%; }

.nfc-search-align-left.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-align-left.nfc-search-layout-spotlight-command .nfc-search-panel {
	left: max(18px, calc((100vw - var(--nfc-container, 1320px)) / 2));
	right: auto;
	transform: translate(0, -50%) scale(.98);
}
.nfc-search-align-left.nfc-search-layout-floating-premium .nfc-search-panel.is-open,
.nfc-search-align-left.nfc-search-layout-spotlight-command .nfc-search-panel.is-open { transform: translate(0, -50%) scale(1); }

.nfc-search-align-right.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-align-right.nfc-search-layout-spotlight-command .nfc-search-panel {
	right: max(18px, calc((100vw - var(--nfc-container, 1320px)) / 2));
	left: auto;
	transform: translate(0, -50%) scale(.98);
}
.nfc-search-align-right.nfc-search-layout-floating-premium .nfc-search-panel.is-open,
.nfc-search-align-right.nfc-search-layout-spotlight-command .nfc-search-panel.is-open { transform: translate(0, -50%) scale(1); }

.nfc-search-position-viewport-top.nfc-search-align-left.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-position-viewport-top.nfc-search-align-left.nfc-search-layout-spotlight-command .nfc-search-panel,
.nfc-search-position-viewport-top.nfc-search-align-right.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-position-viewport-top.nfc-search-align-right.nfc-search-layout-spotlight-command .nfc-search-panel { transform: translate(0, -18px) scale(.98); }
.nfc-search-position-viewport-top.nfc-search-align-left.nfc-search-layout-floating-premium .nfc-search-panel.is-open,
.nfc-search-position-viewport-top.nfc-search-align-left.nfc-search-layout-spotlight-command .nfc-search-panel.is-open,
.nfc-search-position-viewport-top.nfc-search-align-right.nfc-search-layout-floating-premium .nfc-search-panel.is-open,
.nfc-search-position-viewport-top.nfc-search-align-right.nfc-search-layout-spotlight-command .nfc-search-panel.is-open { transform: translate(0, 0) scale(1); }

/* source: assets/css/rc22.css */
.nfc-site-main--full-width,
.nfc-page--full-width,
.nfc-entry-content--full-width {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.nfc-entry-content--full-width > .alignfull {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	transform: none;
}

.nfc-site-header {
	background: var(--nfc-header-bg, #fff);
	border-bottom: var(--nfc-header-border-width, 1px) solid var(--nfc-header-border, #e5e7eb);
	box-shadow: var(--nfc-header-shadow, none);
}

.nfc-site-header.is-sticky,
.nfc-header-detached-nav.is-sticky {
	top: 0;
}

.admin-bar .nfc-site-header.is-sticky,
.admin-bar .nfc-header-detached-nav.is-sticky {
	top: 32px;
}

.nfc-header-layout > .nfc-container,
.nfc-header-layout__classic,
.nfc-header-layout__search-row,
.nfc-header-layout__centered,
.nfc-header-layout__editorial,
.nfc-header-layout__compact,
.nfc-header-layout__brand-row {
	min-height: var(--nfc-header-height, 76px);
}

.nfc-header-layout__commerce-row,
.nfc-header-detached-nav,
.nfc-header-marketplace__nav-row {
	background: var(--nfc-header-nav-bg, #fff);
	border-color: var(--nfc-header-border, #e5e7eb);
}

.nfc-site-header :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) {
	gap: var(--nfc-header-link-gap, 24px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfc-site-header :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li,
.nfc-header-detached-nav .nfc-primary-nav > :is(.menu, ul) > li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfc-site-header :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li::marker,
.nfc-header-detached-nav .nfc-primary-nav > :is(.menu, ul) > li::marker {
	content: "";
}

.nfc-site-header :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li::before,
.nfc-header-detached-nav .nfc-primary-nav > :is(.menu, ul) > li::before {
	display: none !important;
	content: none !important;
}

.nfc-site-header :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li > a,
.nfc-header-detached-nav .nfc-primary-nav > :is(.menu, ul) > li > a {
	position: relative;
	color: var(--nfc-header-link, #111827);
	font-size: var(--nfc-header-link-size, 14px);
	font-weight: var(--nfc-header-link-weight, 650);
	text-decoration: none;
	transform: none !important;
	transition: color .18s ease, background-color .18s ease;
}

.nfc-site-header :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li > a:hover,
.nfc-header-detached-nav .nfc-primary-nav > :is(.menu, ul) > li > a:hover {
	color: var(--nfc-header-link-hover, #d9a52e);
	text-decoration: none;
	transform: none !important;
}

.nfc-header-hover-color .nfc-site-header :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li > a::after,
.nfc-header-hover-color .nfc-header-detached-nav .nfc-primary-nav > :is(.menu, ul) > li > a::after,
.nfc-header-hover-background .nfc-site-header :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li > a::after,
.nfc-header-hover-background .nfc-header-detached-nav .nfc-primary-nav > :is(.menu, ul) > li > a::after {
	display: none;
}

.nfc-header-hover-underline :is(.nfc-site-header, .nfc-header-detached-nav) :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li > a::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	height: var(--nfc-header-underline-size, 2px);
	border-radius: 999px;
	background: var(--nfc-header-link-hover, #d9a52e);
	pointer-events: none;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .18s ease;
}

.nfc-header-underline-bottom.nfc-header-hover-underline :is(.nfc-site-header, .nfc-header-detached-nav) :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li > a::after {
	top: auto;
	bottom: var(--nfc-header-underline-offset, 6px);
}

.nfc-header-underline-top.nfc-header-hover-underline :is(.nfc-site-header, .nfc-header-detached-nav) :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li > a::after {
	top: var(--nfc-header-underline-offset, 6px);
	bottom: auto;
}

.nfc-header-hover-underline :is(.nfc-site-header, .nfc-header-detached-nav) :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li:is(:hover, :focus-within, .current-menu-item, .current-menu-ancestor) > a::after {
	transform: scaleX(1);
}

.nfc-header-hover-background :is(.nfc-site-header, .nfc-header-detached-nav) :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li > a {
	min-height: 38px;
	padding-inline: 12px;
	border-radius: 9px;
}

.nfc-header-hover-background :is(.nfc-site-header, .nfc-header-detached-nav) :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li > a:is(:hover, :focus-visible) {
	background: var(--nfc-header-link-hover-bg, #f7f1e4);
}

.nfc-site-header .nfc-primary-nav .sub-menu {
	border-color: var(--nfc-header-border, #e5e7eb);
	background: var(--nfc-header-bg, #fff);
}

.nfc-site-header .nfc-primary-nav .sub-menu a {
	color: var(--nfc-header-link, #111827);
}

.nfc-site-header .nfc-primary-nav .sub-menu a:hover {
	color: var(--nfc-header-link-hover, #d9a52e);
	background: var(--nfc-header-link-hover-bg, #f7f1e4);
}

.nfc-primary-nav--with-vertical {
	display: flex;
	align-items: stretch;
	gap: var(--nfc-header-link-gap, 24px);
	min-width: 0;
}

.nfc-primary-nav--with-vertical > :is(.menu, ul) {
	min-width: 0;
}

.nfc-vertical-menu {
	--nfc-vertical-trigger-width: var(--nfc-vertical-sidebar-width, 320px);
	position: relative;
	z-index: 30;
	display: flex;
	align-self: stretch;
	flex: 0 0 var(--nfc-vertical-trigger-width);
	width: var(--nfc-vertical-trigger-width);
	min-width: 0;
	color: var(--nfc-header-link, #111827);
}

.nfc-vertical-menu__trigger {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	min-width: 0;
	min-height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 0;
	background: var(--nfc-vertical-trigger-bg, var(--nfc-accent, #5c00f4));
	box-shadow: none;
	color: var(--nfc-vertical-trigger-text, var(--nfc-on-primary, #fff));
	font: inherit;
	font-size: var(--nfc-vertical-trigger-font-size, var(--nfc-header-link-size, 14px));
	font-weight: var(--nfc-vertical-trigger-font-weight, var(--nfc-header-link-weight, 650));
	line-height: 1.2;
	cursor: pointer;
	transition: filter .18s ease, box-shadow .18s ease;
}

.nfc-vertical-menu__trigger:is(:hover, :focus-visible) {
	background: var(--nfc-vertical-trigger-hover, var(--nfc-accent-hover, #4500ba));
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.24);
}

.nfc-vertical-menu__trigger:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--nfc-accent, #d9a52e) 58%, #fff);
	outline-offset: 2px;
}

.nfc-vertical-menu__glyph {
	display: grid;
	gap: 4px;
	width: 18px;
	flex: 0 0 18px;
}

.nfc-vertical-menu__glyph i {
	display: block;
	height: 1.5px;
	border-radius: 99px;
	background: currentColor;
}

.nfc-vertical-menu__chevron {
	width: 7px;
	height: 7px;
	margin-left: auto;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform .18s ease;
}

.nfc-vertical-menu.is-open .nfc-vertical-menu__chevron {
	transform: rotate(225deg) translate(-1px,-1px);
}

.nfc-vertical-menu__panel {
	position: absolute;
	top: 100%;
	left: 0;
	display: grid;
	grid-template-columns: minmax(0, var(--nfc-vertical-trigger-width)) 0;
	width: min(var(--nfc-vertical-trigger-width), var(--nfc-container, 1320px), calc(100vw - 32px));
	min-height: 0;
	max-height: min(620px, calc(100vh - 160px));
	border: 1px solid var(--nfc-vertical-border, var(--nfc-header-border, #e5e7eb));
	border-top: 0;
	border-radius: 0 0 var(--nfc-vertical-radius, 12px) var(--nfc-vertical-radius, 12px);
	background: var(--nfc-vertical-panel-bg, var(--nfc-surface, #fff));
	box-shadow: var(--nfc-vertical-shadow, 0 24px 55px rgba(15,23,42,.16));
	color: var(--nfc-text, #111827);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-8px);
	transform-origin: top left;
	transition: width .2s ease, grid-template-columns .2s ease, opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
}

.nfc-vertical-menu.is-open .nfc-vertical-menu__panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	transition-delay: 0s;
}

.nfc-vertical-menu.is-open.has-active-category .nfc-vertical-menu__panel {
	grid-template-columns: minmax(0, var(--nfc-vertical-trigger-width)) minmax(0, 1fr);
	width: min(var(--nfc-vertical-menu-width, 1080px), var(--nfc-container, 1320px), calc(100vw - 32px));
}

.nfc-vertical-menu__categories {
	padding: 10px 0;
	border-right: 1px solid var(--nfc-vertical-border, var(--nfc-border, #e5e7eb));
	background: var(--nfc-vertical-category-bg, var(--nfc-surface, #fff));
	overflow: auto;
	scrollbar-width: thin;
}

.nfc-vertical-menu__category {
	display: grid;
	grid-template-columns: 22px minmax(0,1fr) 16px;
	align-items: center;
	gap: 11px;
	width: 100%;
	min-height: 44px;
	padding: 8px 15px;
	border: 0;
	border-left: 2px solid transparent;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--nfc-vertical-category-text, var(--nfc-text, #111827));
	font: inherit;
	font-size: var(--nfc-vertical-category-font-size, var(--nfc-header-link-size, 14px));
	font-weight: var(--nfc-vertical-category-font-weight, var(--nfc-header-link-weight, 650));
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
	transition: color .16s ease, background-color .16s ease, border-color .16s ease;
}

.nfc-vertical-menu__category > span:nth-child(2) {
	display: -webkit-box;
	min-width: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nfc-vertical-menu__icon-slot {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
}

.nfc-vertical-menu__icon-slot > :is(svg, img),
.nfc-vertical-menu__group-title > :is(svg, img) {
	display: block;
	flex: 0 0 auto;
	width: 20px !important;
	height: 20px !important;
	object-fit: contain;
	color: currentColor;
}

.nfc-menu-item-icon--custom :is(path, circle, rect, line, polyline, polygon, ellipse) {
	vector-effect: non-scaling-stroke;
}

.nfc-vertical-menu__category:is(:hover, :focus-visible, .is-active) {
	border-left-color: var(--nfc-vertical-category-active, var(--nfc-accent, #5c00f4));
	background: var(--nfc-vertical-category-hover, var(--nfc-bg, #fff));
	color: var(--nfc-vertical-category-active, var(--nfc-accent, #5c00f4));
}

.nfc-vertical-menu__category:focus-visible {
	outline: 2px solid var(--nfc-accent, #d9a52e);
	outline-offset: -3px;
}

.nfc-vertical-menu__arrow {
	font-size: 20px;
	font-weight: 400;
}

.nfc-vertical-menu__icon,
.nfc-vertical-menu__icon.nfc-icon {
	display: block;
	width: 20px;
	height: 20px;
	color: currentColor;
}

.nfc-vertical-menu__content {
	min-width: 0;
	padding: 24px 28px 28px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .16s ease, visibility 0s linear .16s;
	scrollbar-width: thin;
}

.nfc-vertical-menu.has-active-category .nfc-vertical-menu__content {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition-delay: .04s;
}

.nfc-vertical-menu__category-panel:not(.is-active) {
	display: none;
}

.nfc-vertical-menu__panel-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--nfc-border, #e5e7eb);
}

.nfc-vertical-menu__panel-heading strong {
	font-size: 18px;
	line-height: 1.25;
}

.nfc-vertical-menu__panel-heading a {
	color: var(--nfc-accent, #d9a52e);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.nfc-vertical-menu__groups {
	display: grid;
	grid-template-columns: repeat(var(--nfc-vertical-columns, 3), minmax(0,1fr));
	align-content: start;
	gap: 26px 34px;
}

.nfc-vertical-menu__group-title {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 9px;
	color: var(--nfc-text, #111827);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.3;
	text-decoration: none;
}

.nfc-vertical-menu__group ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfc-vertical-menu__group li,
.nfc-vertical-menu__group li::before {
	margin: 0;
	padding: 0;
	content: none;
	list-style: none;
}

.nfc-vertical-menu__group li a {
	color: var(--nfc-text-muted, #667085);
	font-size: 13px;
	line-height: 1.45;
	text-decoration: none;
	transition: color .16s ease;
}

.nfc-vertical-menu__group :is(.nfc-vertical-menu__group-title, li a):hover {
	color: var(--nfc-accent, #d9a52e);
}

.nfc-site-header .nfc-icon-button {
	width: var(--nfc-header-icon-button, 42px);
	height: var(--nfc-header-icon-button, 42px);
	border-radius: var(--nfc-header-icon-radius, 10px);
	color: var(--nfc-header-icon, #111827);
}

.nfc-site-header .nfc-icon-button:hover {
	color: var(--nfc-header-icon-hover, #d9a52e);
	background: var(--nfc-header-link-hover-bg, #f7f1e4);
}

.nfc-site-header :is(.nfc-cart-count, .nfc-list-count) {
	border-color: var(--nfc-header-bg, #fff);
	background: var(--nfc-header-badge-bg, #d9a52e);
	color: var(--nfc-header-badge-text, #fff);
}

.nfc-list-header-action--wishlist [data-nfc-commerce-icon="wishlist"],
.nfc-list-header-action--wishlist .nfc-icon {
	width: var(--nfc-icon-wishlist, 21px) !important;
	height: var(--nfc-icon-wishlist, 21px) !important;
}

.nfc-list-header-action--compare [data-nfc-commerce-icon="compare"],
.nfc-list-header-action--compare .nfc-icon {
	width: var(--nfc-icon-compare, 21px) !important;
	height: var(--nfc-icon-compare, 21px) !important;
}

.nfc-site-header .nfc-list-header-action.is-feature-inactive {
	opacity: .32;
	filter: grayscale(1);
	cursor: not-allowed;
	pointer-events: none;
}

.nfc-header-layout--08 {
	min-height: calc(var(--nfc-marketplace-row1, 84px) + var(--nfc-marketplace-row2, 52px));
}

.nfc-header-marketplace {
	width: 100%;
	background: var(--nfc-header-bg, #fff);
}

.nfc-header-marketplace__main {
	display: grid;
	grid-template-columns: minmax(110px, auto) minmax(300px, 1fr) auto auto;
	align-items: center;
	gap: var(--nfc-marketplace-gap, 20px);
	min-height: var(--nfc-marketplace-row1, 84px);
}

.nfc-header-marketplace__search {
	width: 100%;
	max-width: none;
}

.nfc-header-marketplace__search .nfc-search-form {
	width: 100%;
}

.nfc-header-marketplace__nav-row {
	position: relative;
	z-index: 42;
	min-height: var(--nfc-marketplace-row2, 52px);
	background: var(--nfc-header-nav-bg, #fff);
}

.nfc-header-marketplace.has-divider .nfc-header-marketplace__nav-row {
	border-top: var(--nfc-header-border-width, 1px) solid var(--nfc-header-border, #e5e7eb);
}

.nfc-header-marketplace__nav-inner {
	position: relative;
	overflow: visible;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 30px;
	min-height: var(--nfc-marketplace-row2, 52px);
}

.nfc-header-marketplace .nfc-primary-nav .sub-menu {
	z-index: 140;
}

.nfc-header-marketplace .nfc-primary-nav li.is-submenu-open > .sub-menu,
.nfc-primary-nav li.is-submenu-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nfc-header-marketplace__nav-inner :is(.nfc-primary-nav, .nfc-secondary-nav),
.nfc-header-marketplace__nav-inner :is(.menu, ul) {
	display: flex;
	align-items: stretch;
	margin: 0;
}

.nfc-header-marketplace__nav-inner :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li > a {
	display: flex;
	align-items: center;
	min-height: var(--nfc-marketplace-row2, 52px);
}

.nfc-marketplace-secondary-nav {
	margin-left: auto;
}

.nfc-marketplace-secondary-nav > :is(.menu, ul) {
	justify-content: flex-end;
	gap: 18px;
}

.nfc-marketplace-secondary-nav a {
	color: var(--nfc-header-link, #111827);
	font-size: .82rem;
	font-weight: 650;
	text-decoration: none;
}

.nfc-header-marketplace__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid var(--nfc-header-cta-bg, #d9a52e);
	border-radius: max(8px, var(--nfc-radius-sm));
	font-size: .84rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transform: none !important;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.nfc-header-marketplace__cta:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--nfc-header-cta-bg, #d9a52e) 50%, #fff);
	outline-offset: 3px;
}

.nfc-header-marketplace__cta-icon {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
}

.nfc-header-marketplace__cta-icon[hidden] { display: none; }
.nfc-header-marketplace__cta-icon svg { width: 16px; height: 16px; }
.nfc-header-marketplace__cta.is-solid,
.nfc-header-marketplace__cta.is-pill { border-color: var(--nfc-header-cta-bg, #d9a52e); background: var(--nfc-header-cta-bg, #d9a52e); color: var(--nfc-header-cta-text, #fff); }
.nfc-header-marketplace__cta.is-solid:hover,
.nfc-header-marketplace__cta.is-pill:hover { border-color: var(--nfc-header-cta-hover, #b88618); background: var(--nfc-header-cta-hover, #b88618); color: var(--nfc-header-cta-text, #fff); }
.nfc-header-marketplace__cta.is-outline { background: transparent; color: var(--nfc-header-cta-bg, #d9a52e); }
.nfc-header-marketplace__cta.is-outline:hover { background: var(--nfc-header-cta-bg, #d9a52e); color: var(--nfc-header-cta-text, #fff); }
.nfc-header-marketplace__cta.is-soft { border-color: color-mix(in srgb, var(--nfc-header-cta-bg, #d9a52e) 18%, transparent); background: color-mix(in srgb, var(--nfc-header-cta-bg, #d9a52e) 13%, #fff); color: var(--nfc-header-cta-bg, #d9a52e); }
.nfc-header-marketplace__cta.is-soft:hover { border-color: color-mix(in srgb, var(--nfc-header-cta-bg, #d9a52e) 30%, transparent); background: color-mix(in srgb, var(--nfc-header-cta-bg, #d9a52e) 22%, #fff); color: var(--nfc-header-cta-hover, #b88618); }
.nfc-header-marketplace__cta.is-pill { border-radius: 999px; padding-inline: 20px; }
.nfc-header-marketplace__cta.is-text { min-height: 36px; padding-inline: 8px; border-color: transparent; background: transparent; color: var(--nfc-header-cta-bg, #d9a52e); }
.nfc-header-marketplace__cta.is-text:hover { border-color: transparent; background: transparent; color: var(--nfc-header-cta-hover, #b88618); }

.nfc-search-form input[type="search"],
.nfc-header-search-form input[type="search"] {
	height: var(--nfc-search-input-height, 52px);
	min-height: var(--nfc-search-input-height, 52px);
	border-color: var(--nfc-search-border, #d9dee7);
	border-radius: var(--nfc-search-input-radius, 12px);
	background: var(--nfc-search-bg, #fff);
	font-size: var(--nfc-search-font-size, 15px);
}

.nfc-search-form:hover input[type="search"],
.nfc-search-form input[type="search"]:hover,
.nfc-search-form input[type="search"]:focus,
.nfc-header-search-form:hover input[type="search"],
.nfc-header-search-form input[type="search"]:hover,
.nfc-header-search-form input[type="search"]:focus {
	border-color: var(--nfc-search-border-hover, var(--nfc-search-border, #d9dee7));
	background: var(--nfc-search-bg-hover, var(--nfc-search-bg, #fff));
}

.nfc-search-submit .nfc-search-submit__label { display: none; }
.nfc-search-button-style--filled .nfc-search-submit,
.nfc-search-button-style--label .nfc-search-submit {
	width: auto;
	min-width: 46px;
	padding-inline: 15px;
	gap: 7px;
}

.nfc-search-button-style--filled .nfc-search-submit {
	border-radius: max(6px, calc(var(--nfc-search-input-radius, 12px) - 3px));
	background: var(--nfc-accent);
	color: #fff;
}

.nfc-search-button-style--filled .nfc-search-submit__label,
.nfc-search-button-style--label .nfc-search-submit__label { display: inline; }
.nfc-search-button-style--label .nfc-search-submit svg { display: none; }

.nfc-search-layout-marketplace-commerce .nfc-search-panel {
	position: fixed;
	top: max(96px, 13vh);
	left: 50%;
	right: auto;
	bottom: auto;
	width: min(var(--nfc-search-width, 760px), calc(100vw - 36px));
	max-height: min(720px, calc(100vh - 130px));
	padding: 0;
	border: 1px solid color-mix(in srgb, var(--nfc-search-border, #d9dee7) 88%, #fff);
	border-radius: max(14px, calc(var(--nfc-search-input-radius, 12px) + 5px));
	background: color-mix(in srgb, var(--nfc-search-bg, #fff) 98%, transparent);
	box-shadow: 0 26px 72px rgba(8, 17, 34, .2);
	transform: translate(-50%, -12px) scale(.985);
	overflow: auto;
}

.nfc-search-layout-marketplace-commerce .nfc-search-panel.is-open {
	transform: translate(-50%, 0) scale(1);
}

.nfc-search-layout-marketplace-commerce .nfc-search-panel > .nfc-container {
	width: 100%;
	padding: 22px;
}

.nfc-search-layout-marketplace-commerce .nfc-search-panel__head { margin-bottom: 14px; }
.nfc-search-layout-marketplace-commerce .nfc-search-panel__title { font-size: clamp(22px, 2.5vw, 30px); }

.nfc-topbar {
	position: relative;
	z-index: 42;
}

.nfc-site-header.is-transparent {
	position: absolute;
	top: auto;
	inset-inline: 0;
	z-index: 41;
	width: 100%;
	border-color: color-mix(in srgb, var(--nfc-header-transparent-text, #fff) 18%, transparent);
	background: linear-gradient(180deg, color-mix(in srgb, var(--nfc-header-transparent-bg, #071225) var(--nfc-header-transparent-opacity, 58%), transparent) 0%, color-mix(in srgb, var(--nfc-header-transparent-bg, #071225) 34%, transparent) 72%, transparent 100%);
	box-shadow: none;
	backdrop-filter: saturate(118%) blur(2px);
}

.nfc-site-header.is-transparent.is-sticky.is-scrolled {
	position: fixed;
	top: 0;
	background: color-mix(in srgb, var(--nfc-header-transparent-bg, #071225) 93%, transparent);
	box-shadow: 0 12px 34px rgba(8, 17, 34, .18);
	backdrop-filter: saturate(130%) blur(16px);
}

.admin-bar .nfc-site-header.is-transparent.is-sticky.is-scrolled {
	top: 32px;
}

.nfc-site-header.is-transparent :is(.nfc-header-marketplace, .nfc-header-marketplace__nav-row) {
	background: transparent;
}

.nfc-header-detached-nav.is-transparent {
	border-color: rgba(255, 255, 255, .16);
	background: transparent;
	box-shadow: none;
}

.nfc-header-detached-nav.is-transparent .nfc-primary-nav > :is(.menu, ul) > li > a {
	color: var(--nfc-header-transparent-text, #fff);
}

.nfc-header-detached-nav.is-transparent .nfc-primary-nav > :is(.menu, ul) > li > a:hover {
	color: var(--nfc-header-link-hover, #d9a52e);
}

.nfc-header-detached-nav.is-transparent.is-sticky.is-scrolled {
	position: fixed;
	top: 0;
	inset-inline: 0;
	z-index: 44;
	border-color: color-mix(in srgb, var(--nfc-header-transparent-text, #fff) 15%, transparent);
	background: color-mix(in srgb, var(--nfc-header-transparent-bg, #071225) 93%, transparent);
	box-shadow: 0 12px 34px rgba(8, 17, 34, .18);
	backdrop-filter: saturate(130%) blur(16px);
}

.admin-bar .nfc-header-detached-nav.is-transparent.is-sticky.is-scrolled { top: 32px; }

.nfc-site-header.is-transparent :is(.nfc-header-marketplace__nav-row, .nfc-header-marketplace.has-divider .nfc-header-marketplace__nav-row) {
	border-color: rgba(255, 255, 255, .16);
}

.nfc-site-header.is-transparent :is(.nfc-primary-nav, .nfc-secondary-nav) a,
.nfc-site-header.is-transparent .nfc-icon-button,
.nfc-site-header.is-transparent .nfc-site-title a,
.nfc-site-header.is-transparent .nfc-header-marketplace__cta.is-text {
	color: var(--nfc-header-transparent-text, #fff);
}

.nfc-site-header.is-transparent :is(.nfc-primary-nav, .nfc-secondary-nav) a:hover,
.nfc-site-header.is-transparent .nfc-icon-button:hover {
	color: var(--nfc-header-link-hover, #d9a52e);
}

.nfc-site-header.is-transparent .nfc-header-marketplace__search input[type="search"] {
	border-color: rgba(255,255,255,.32);
	background: rgba(255,255,255,.94);
	color: #111827;
}

@media (max-width: 1180px) {
	.nfc-header-marketplace__main {
		grid-template-columns: minmax(100px, auto) minmax(240px, 1fr) auto;
	}
	.nfc-header-marketplace__cta { display: none; }
}

@media (max-width: 1100px) {

	.nfc-vertical-menu {
		align-self: auto;
		width: 100%;
		flex-basis: 100%;
	}
	.nfc-vertical-menu__panel,
	.nfc-vertical-menu.is-open.has-active-category .nfc-vertical-menu__panel {
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
		max-height: min(72vh, 680px);
	}
	.nfc-vertical-menu__categories {
		border-right: 0;
		border-bottom: 1px solid var(--nfc-vertical-border, var(--nfc-border, #e5e7eb));
	}
	.nfc-vertical-menu__content {
		padding: 18px;
	}
	.nfc-vertical-menu__groups {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}
	.nfc-vertical-menu__arrow { transform: rotate(90deg); }
}

@media (max-width: 900px) {
	.nfc-header-layout--08 { min-height: 0; }
	.nfc-header-marketplace { display: none; }
	.nfc-site-header.is-transparent { background: linear-gradient(180deg, rgba(4,10,24,.72), rgba(4,10,24,.2)); }
}

@media (max-width: 782px) {
	.admin-bar .nfc-site-header.is-sticky,
	.admin-bar .nfc-header-detached-nav.is-sticky,
	.admin-bar .nfc-site-header.is-transparent.is-sticky.is-scrolled {
		top: 46px;
	}
	.admin-bar .nfc-header-detached-nav.is-transparent.is-sticky.is-scrolled { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
	.nfc-vertical-menu__panel,
	.nfc-vertical-menu__chevron,
	.nfc-vertical-menu__category { transition: none; }
}

/* source: assets/css/rc18.css */
.nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories) {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	min-width: 0;
	height: var(--nfc-search-input-height, 52px);
	border: var(--nfc-search-border-width, 1px) solid var(--nfc-search-border, #d9dee7);
	border-radius: var(--nfc-search-input-radius, 12px);
	background: var(--nfc-search-bg, #fff);
	box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
	transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.nfc-header-search-form .nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories) {
	border: var(--nfc-search-border-width, 1px) solid var(--nfc-search-border, #d9dee7);
	border-radius: var(--nfc-search-input-radius, 12px);
	background: var(--nfc-search-bg, #fff);
	box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
}

.nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories):hover,
.nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories):focus-within,
.nfc-header-search-form .nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories):focus-within {
	border-color: var(--nfc-search-border-hover, var(--nfc-search-border, #d9dee7));
	background: var(--nfc-search-bg-hover, var(--nfc-search-bg, #fff));
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--nfc-search-border-hover, #d9a52e) 13%, transparent), 0 10px 30px rgba(15, 23, 42, .055);
}

.nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories) input[type="search"],
.nfc-header-search-form .nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories) input[type="search"] {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0 16px;
	border: 0;
	border-radius: inherit;
	background: transparent;
	box-shadow: none;
	color: var(--nfc-search-text, #111827);
	font: inherit;
	font-size: var(--nfc-search-font-size, 15px);
	line-height: 1.2;
	outline: 0;
}

.nfc-search-form input[type="search"]::placeholder {
	color: var(--nfc-search-placeholder, #7b8495);
	opacity: 1;
}

.nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories) .nfc-search-submit,
.nfc-header-search-form .nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories) .nfc-search-submit,
.nfc-search-panel .nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories) .nfc-search-submit {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	z-index: 3;
	grid-column: 2;
	grid-row: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: auto;
	min-width: var(--nfc-search-button-width, 58px);
	height: calc(var(--nfc-search-input-height, 52px) - 10px);
	margin: 0 5px;
	padding: 0 14px;
	border: 1px solid var(--nfc-search-button-border, #d9a52e);
	border-radius: var(--nfc-search-button-radius, 8px);
	background: var(--nfc-search-button-bg, #d9a52e);
	color: var(--nfc-search-button-text, #fff);
	font-family: inherit;
	font-size: var(--nfc-search-button-font-size, 15px);
	font-weight: var(--nfc-search-button-font-weight, 700);
	line-height: 1;
	transform: none;
	cursor: pointer;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.nfc-search-form .nfc-search-submit:hover,
.nfc-header-search-form .nfc-search-form .nfc-search-submit:hover,
.nfc-search-panel .nfc-search-form .nfc-search-submit:hover {
	border-color: var(--nfc-search-button-border-hover, #b88618);
	background: var(--nfc-search-button-bg-hover, #b88618);
	color: var(--nfc-search-button-text-hover, #fff);
	box-shadow: 0 7px 18px color-mix(in srgb, var(--nfc-search-button-bg-hover, #b88618) 22%, transparent);
	transform: translateY(-1px);
}

.nfc-search-form .nfc-search-submit:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--nfc-search-button-bg, #d9a52e) 55%, #fff);
	outline-offset: 2px;
}

.nfc-search-form .nfc-search-submit__icon {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
}

.nfc-search-form .nfc-search-submit__icon svg,
.nfc-header-search-form .nfc-search-submit__icon svg,
.nfc-search-panel .nfc-search-submit__icon svg {
	width: var(--nfc-search-button-icon-size, 20px);
	height: var(--nfc-search-button-icon-size, 20px);
}

.nfc-search-button-content--icon .nfc-search-submit__label,
.nfc-search-button-content--text .nfc-search-submit__icon {
	display: none !important;
}

.nfc-search-button-content--text .nfc-search-submit__label,
.nfc-search-button-content--icon-text .nfc-search-submit__label,
.nfc-search-button-content--icon .nfc-search-submit__icon,
.nfc-search-button-content--icon-text .nfc-search-submit__icon {
	display: inline-grid;
}

.nfc-search-button-content--icon .nfc-search-submit {
	width: var(--nfc-search-button-width, 58px);
	padding-inline: 0;
}

.nfc-search-form .nfc-search-clear,
.nfc-header-search-form .nfc-search-form .nfc-search-clear,
.nfc-search-panel .nfc-search-form .nfc-search-clear {
	position: absolute;
	top: 50%;
	right: calc(var(--nfc-search-button-width, 58px) + 13px);
	left: auto;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--nfc-search-placeholder, #7b8495);
	transform: translateY(-50%);
}

.nfc-search-form .nfc-search-clear[hidden] { display: none; }

.nfc-search-field--minimal-icon .nfc-search-submit {
	border-radius: max(6px, calc(var(--nfc-search-input-radius, 12px) - 4px));
}

.nfc-search-field--commerce-button .nfc-search-submit {
	min-width: max(var(--nfc-search-button-width, 58px), 108px);
	padding-inline: 20px;
}

.nfc-search-field--commerce-button input[type="search"] {
	padding-left: 18px;
}

.nfc-search-form.nfc-search-field--marketplace-categories {
	grid-template-columns: minmax(120px, 1fr) minmax(132px, 210px) auto;
}

.nfc-search-field--marketplace-categories .nfc-search-category {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	align-self: stretch;
	display: grid;
	min-width: 0;
	border-left: 1px solid var(--nfc-search-border, #d9dee7);
	background: var(--nfc-search-category-bg, #f8fafc);
}

.nfc-search-field--marketplace-categories .nfc-search-category select {
	width: 100%;
	height: 100%;
	min-width: 0;
	margin: 0;
	padding: 0 36px 0 14px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--nfc-search-category-text, #111827);
	font: inherit;
	font-size: max(12px, calc(var(--nfc-search-font-size, 15px) - 1px));
	cursor: pointer;
	appearance: none;
}

.nfc-search-field--marketplace-categories .nfc-search-category__chevron {
	position: absolute;
	top: 50%;
	right: 14px;
	pointer-events: none;
	transform: translateY(-55%);
}

.nfc-search-field--marketplace-categories .nfc-search-submit {
	grid-column: 3;
}

.nfc-search-field--marketplace-categories .nfc-search-clear {
	right: calc(min(210px, 28%) + var(--nfc-search-button-width, 58px) + 13px);
}

.nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories) .nfc-search-results {
	top: calc(100% + 9px);
	grid-column: 1 / -1;
}

.nfc-drawer[aria-hidden="false"],
.nfc-search-panel[aria-hidden="false"] {
	display: block !important;
	visibility: visible;
	pointer-events: auto;
}

@media (max-width: 1100px), (hover: none), (pointer: coarse) {
	html { scroll-behavior: auto !important; }

	body {
		overflow-anchor: auto;
		touch-action: pan-y pinch-zoom;
	}

	.nfc-site-header,
	.nfc-site-header::before,
	.nfc-site-header::after,
	.nfc-header-detached-nav,
	.nfc-topbar,
	.nfc-overlay,
	.nfc-list-action,
	.nfc-category-cover__content {
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}

	.nfc-site-header,
	.nfc-header-detached-nav {
		transform: translateZ(0);
		backface-visibility: hidden;
	}

	.nfc-drawer,
	.nfc-search-panel,
	.nfc-overlay {
		transition-duration: 180ms;
	}

	.nfc-drawer.is-open,
	.nfc-search-panel.is-open {
		will-change: auto;
	}

	.nfc-drawer__body,
	.nfc-shop-sidebar__body {
		scroll-behavior: auto;
		scrollbar-width: thin;
	}

	.nf-product-card,
	.nfc-category-cover,
	.nfc-list-action,
	.nfc-button,
	.button {
		-webkit-tap-highlight-color: transparent;
	}
}

@media (max-width: 620px) {
	.nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories) input[type="search"] {
		padding-inline: 13px;
	}

	.nfc-search-field--commerce-button .nfc-search-submit {
		min-width: var(--nfc-search-button-width, 58px);
		padding-inline: 12px;
	}

	.nfc-search-form.nfc-search-field--marketplace-categories {
		grid-template-columns: minmax(96px, 1fr) minmax(104px, 36%) auto;
	}

	.nfc-search-field--marketplace-categories .nfc-search-category select {
		padding-inline: 10px 28px;
		font-size: 12px;
	}

	.nfc-search-field--marketplace-categories .nfc-search-category__chevron { right: 9px; }
	.nfc-search-field--marketplace-categories .nfc-search-clear { display: none !important; }
}

@media (prefers-reduced-motion: reduce), (update: slow) {
	.nfc-search-form,
	.nfc-search-submit,
	.nfc-site-header,
	.nfc-drawer,
	.nfc-search-panel,
	.nfc-overlay {
		transition: none !important;
	}
}

/* source: assets/css/rc19.css */
@media (hover: none), (pointer: coarse) {
	.nf-product-card,
	.nf-product-card::before,
	.nf-product-card::after,
	.nf-product-card :is(.nf-card-actions, .nf-card-action, .nf-card-button, .nfc-list-action),
	.nfc-category-cover,
	.nfc-category-cover::before,
	.nfc-category-cover::after {
		transition-property: none !important;
	}

	.nfc-site-header,
	.nfc-header-detached-nav {
		transform: none !important;
		backface-visibility: visible;
	}
}

@media (max-width: 767px) {
	body:not(.nfc-performance-compatibility) :is(
		.nfc-site-footer,
		.nf-recommended,
		.related.products,
		.upsells.products
	) {
		content-visibility: visible;
		contain-intrinsic-size: none;
	}
}

.nfc-category-covers__track,
.nfc-product-carousel__track {
	overscroll-behavior-inline: contain;
	touch-action: pan-x pan-y;
}

/* source: assets/css/rc20.css */
.nfc-category-cover__media {
	overflow: hidden;
}

.nfc-category-cover__media > img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--nfc-cover-position, center);
}

#main {
	scroll-margin-top: calc(var(--nfc-header-height, 80px) + 16px);
}

:is(
	.nfc-mobile-menu-toggle,
	.nfc-icon-button,
	.nfc-mini-cart__close,
	.nfc-mobile-menu__close,
	.nfc-search-submit,
	.nfc-search-clear
) {
	min-width: 44px;
	min-height: 44px;
}

@media (hover: none), (pointer: coarse) {
	.nfc-category-cover__media,
	.nfc-post-card,
	.nfc-post-card__media img,
	.nfc-post-card__image img,
	.nf-product-card :is(img, .nf-card-image, .nf-card-actions) {
		transition: none !important;
	}

	.nfc-category-cover:hover .nfc-category-cover__media,
	.nfc-post-card:hover,
	.nfc-post-card:hover :is(.nfc-post-card__media img, .nfc-post-card__image img) {
		transform: none !important;
	}
}

@media (max-width: 767px) {
	.nfc-category-cover__media > img {
		object-position: var(--nfc-cover-position-mobile, var(--nfc-cover-position, center));
	}
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
}

/* source: assets/css/rc25.css */
@media (hover: none), (pointer: coarse) {
	html,
	a,
	button,
	input,
	select,
	textarea,
	label,
	[role="button"],
	[role="tab"] {
		-webkit-tap-highlight-color: transparent;
	}
}

.nfc-site-header :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li > a,
.nfc-header-detached-nav .nfc-primary-nav > :is(.menu, ul) > li > a {
	font-family: var(--nfc-font, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: var(--nfc-header-link-size, 14px);
	font-weight: var(--nfc-header-link-weight, 650);
	font-synthesis: none;
}

.nfc-primary-nav li.menu-item-has-children:not(.menu-item-has-neoflux-mega) > .sub-menu {
	display: block;
	width: max-content;
	min-width: 230px;
	max-width: min(340px, calc(100vw - 32px));
}

.nfc-primary-nav li.menu-item-has-children:not(.menu-item-has-neoflux-mega) > .sub-menu > li {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
}

.nfc-primary-nav li.menu-item-has-children:not(.menu-item-has-neoflux-mega) > .sub-menu > li > a {
	display: block;
	width: 100%;
	white-space: normal;
}

@media (min-width: 1101px) {
	.nfc-primary-nav .nfc-mega-menu--container {
		border-top-color: transparent;
		border-bottom-color: transparent;
		background: transparent;
		box-shadow: none;
	}

	.nfc-primary-nav .nfc-mega-menu--container .nfc-mega-menu__inner {
		overflow: hidden;
	}
}

/* source: assets/css/rc26.css */
:root {
	--nfc-search-field-width: var(--nfc-search-field-w-d, 760px);
	--nfc-search-panel-width: var(--nfc-search-panel-w-d, 760px);
	--nfc-search-results-width: var(--nfc-search-results-w-d, 760px);
	--nfc-search-results-height: var(--nfc-search-results-h-d, 520px);
	--nfc-search-button-width-current: var(--nfc-search-button-w-d, 64px);
	--nfc-search-category-width-current: var(--nfc-search-category-w-d, 210px);
	--nfc-search-title-size-current: var(--nfc-search-title-size-d, 34px);
	--nfc-search-title-color-current: var(--nfc-search-title-color-d, #111827);
}

.nfc-site-header,
.nfc-header-detached-nav,
.nfc-header-layout__search-row,
.nfc-header-layout__commerce-row,
.nfc-header-marketplace,
.nfc-header-marketplace__main,
.nfc-header-marketplace__nav-row,
.nfc-header-search-form {
	overflow: visible;
}

.nfc-header-search-form {
	position: relative;
	z-index: 60;
	width: min(100%, var(--nfc-search-field-width));
	max-width: var(--nfc-search-field-width);
}

.nfc-header-search-form:focus-within,
.nfc-header-search-form:has(.has-open-results) { z-index: 10070; }

.nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories, .nfc-search-field--soft-pill) {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content;
	align-items: stretch;
	min-width: 0;
	width: 100%;
	max-width: none;
	height: var(--nfc-search-input-height, 52px);
	min-height: var(--nfc-search-input-height, 52px);
	border: var(--nfc-search-border-width, 1px) solid var(--nfc-search-border, #d9dee7);
	border-radius: var(--nfc-search-input-radius, 12px);
	background: var(--nfc-search-bg, #fff);
	box-shadow: var(--nfc-search-field-shadow, none);
	overflow: visible;
	isolation: isolate;
	transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.nfc-header-search-form .nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories, .nfc-search-field--soft-pill) {
	border: var(--nfc-search-border-width, 1px) solid var(--nfc-search-border, #d9dee7);
	border-radius: var(--nfc-search-input-radius, 12px);
	background: var(--nfc-search-bg, #fff);
	box-shadow: var(--nfc-search-field-shadow, none);
}

.nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories, .nfc-search-field--soft-pill):is(:hover, :focus-within) {
	border-color: var(--nfc-search-border-hover, var(--nfc-search-border, #d9dee7));
	background: var(--nfc-search-bg-hover, var(--nfc-search-bg, #fff));
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--nfc-search-border-hover, #5c00f4) 12%, transparent), var(--nfc-search-field-shadow, none);
}

.nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories, .nfc-search-field--soft-pill) > input[type="search"] {
	position: relative;
	z-index: 1;
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0 var(--nfc-search-input-pad-x, 16px);
	border: 0;
	border-radius: inherit;
	background: transparent;
	box-shadow: none;
	color: var(--nfc-search-text, #111827);
	font: inherit;
	font-size: var(--nfc-search-font-size, 15px);
	font-weight: var(--nfc-search-font-weight, 400);
	line-height: 1.2;
	outline: 0;
}

.nfc-search-form input[type="search"]::placeholder {
	color: var(--nfc-search-placeholder, #6b7280);
	opacity: 1;
}

.nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories, .nfc-search-field--soft-pill) > .nfc-search-submit,
.nfc-header-search-form .nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories, .nfc-search-field--soft-pill) > .nfc-search-submit,
.nfc-search-panel .nfc-search-form:is(.nfc-search-field--minimal-icon, .nfc-search-field--commerce-button, .nfc-search-field--marketplace-categories, .nfc-search-field--soft-pill) > .nfc-search-submit {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 3;
	grid-column: 2;
	grid-row: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	align-self: stretch;
	width: auto;
	max-width: none;
	min-width: max(0px, calc(var(--nfc-search-button-width-current) - (2 * var(--nfc-search-button-inset, 0px))));
	height: auto;
	min-height: 0;
	margin: var(--nfc-search-button-inset, 0px);
	padding: 0 12px;
	border: var(--nfc-search-button-border-width, 0px) solid var(--nfc-search-button-border, #111827);
	border-radius: var(--nfc-search-button-radius, 8px);
	background: var(--nfc-search-button-bg, #111827);
	box-shadow: var(--nfc-search-button-shadow, none);
	color: var(--nfc-search-button-text, #fff);
	font-family: inherit;
	font-size: var(--nfc-search-button-font-size, 15px);
	font-weight: var(--nfc-search-button-font-weight, 700);
	line-height: 1;
	white-space: nowrap;
	overflow: visible;
	transform: none !important;
	cursor: pointer;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.nfc-search-form .nfc-search-submit:hover,
.nfc-header-search-form .nfc-search-form .nfc-search-submit:hover,
.nfc-search-panel .nfc-search-form .nfc-search-submit:hover {
	border-color: var(--nfc-search-button-border-hover, #5c00f4);
	background: var(--nfc-search-button-bg-hover, #5c00f4);
	color: var(--nfc-search-button-text-hover, #fff);
	box-shadow: var(--nfc-search-button-shadow, none);
	transform: none !important;
}

.nfc-search-form .nfc-search-submit__icon svg,
.nfc-header-search-form .nfc-search-submit__icon svg,
.nfc-search-panel .nfc-search-submit__icon svg {
	width: var(--nfc-search-button-icon-size, 20px);
	height: var(--nfc-search-button-icon-size, 20px);
}

.nfc-search-button-content--icon .nfc-search-submit { padding-inline: 0; }
.nfc-search-button-content--text .nfc-search-submit { padding-inline: 16px; }
.nfc-search-button-content--icon-text .nfc-search-submit { padding-inline: 14px 16px; }
.nfc-search-button-content--icon .nfc-search-submit__label,
.nfc-search-button-content--text .nfc-search-submit__icon { display: none !important; }
.nfc-search-button-content--text .nfc-search-submit__label,
.nfc-search-button-content--icon-text .nfc-search-submit__label,
.nfc-search-button-content--icon .nfc-search-submit__icon,
.nfc-search-button-content--icon-text .nfc-search-submit__icon { display: inline-grid; }
.nfc-search-button-content--icon .nfc-search-submit__icon svg,
.nfc-search-button-content--icon-text .nfc-search-submit__icon svg { display: block !important; }
.nfc-search-button-content--text .nfc-search-submit__icon,
.nfc-search-button-content--text .nfc-search-submit__icon svg { display: none !important; }

.nfc-search-form .nfc-search-clear {
	position: absolute;
	top: 50%;
	right: calc(var(--nfc-search-button-width-current) + 10px);
	z-index: 4;
	transform: translateY(-50%);
}
.nfc-search-button-content--text .nfc-search-clear { right: calc(max(var(--nfc-search-button-width-current), 92px) + 10px); }
.nfc-search-button-content--icon-text .nfc-search-clear { right: calc(max(var(--nfc-search-button-width-current), 120px) + 10px); }

.nfc-search-field--minimal-icon > .nfc-search-submit {
	border-radius: 0 max(0px, calc(var(--nfc-search-input-radius, 12px) - var(--nfc-search-border-width, 1px))) max(0px, calc(var(--nfc-search-input-radius, 12px) - var(--nfc-search-border-width, 1px))) 0;
	clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 10px 62%, 0 50%, 10px 38%);
}
.nfc-search-field--minimal-icon.nfc-search-button-content--text > .nfc-search-submit,
.nfc-search-field--minimal-icon.nfc-search-button-content--icon-text > .nfc-search-submit { padding-left: 22px; }

.nfc-search-field--commerce-button { column-gap: 8px; }
.nfc-search-field--commerce-button > .nfc-search-submit { border-radius: var(--nfc-search-button-radius, 8px); }

.nfc-search-form.nfc-search-field--marketplace-categories {
	grid-template-columns: minmax(0, 1fr) minmax(0, min(var(--nfc-search-category-width-current), 42%)) max-content;
}
.nfc-search-field--marketplace-categories > input[type="search"] { grid-column: 1; }
.nfc-search-field--marketplace-categories > .nfc-search-category {
	position: relative;
	z-index: 2;
	grid-column: 2;
	grid-row: 1;
	display: grid !important;
	align-self: stretch;
	min-width: 0;
	border-left: var(--nfc-search-category-separator-width, 1px) solid var(--nfc-search-category-separator, #d9dee7);
	background: var(--nfc-search-category-bg, #fff);
}
.nfc-search-field--marketplace-categories > .nfc-search-category.is-open { z-index: 10110; }
.nfc-search-field--marketplace-categories > .nfc-search-category select,
.nfc-header-search-form .nfc-search-field--marketplace-categories > .nfc-search-category select,
.nfc-search-panel .nfc-search-field--marketplace-categories > .nfc-search-category select {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-width: 0;
	margin: 0;
	padding: 0 calc(var(--nfc-search-category-pad-x, 16px) + 22px) 0 var(--nfc-search-category-pad-x, 16px);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--nfc-search-category-text, #111827);
	font: inherit;
	font-size: var(--nfc-search-category-font-size, 14px);
	font-weight: var(--nfc-search-category-font-weight, 500);
	line-height: 1.2;
	outline: 0;
	cursor: pointer;
	appearance: auto;
}
.nfc-search-field--marketplace-categories > .nfc-search-category .nfc-search-category__trigger { display: none; }
.nfc-search-field--marketplace-categories > .nfc-search-category.is-enhanced .nfc-search-category__native {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}
.nfc-search-field--marketplace-categories > .nfc-search-category.is-enhanced .nfc-search-category__trigger {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	width: 100%;
	height: 100%;
	min-width: 0;
	margin: 0;
	padding: 0 var(--nfc-search-category-pad-x, 16px);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--nfc-search-category-text, #111827);
	font: inherit;
	font-size: var(--nfc-search-category-font-size, 14px);
	font-weight: var(--nfc-search-category-font-weight, 500);
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
}
.nfc-search-category__value {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nfc-search-category__menu {
	position: absolute;
	z-index: 10120;
	top: calc(100% + var(--nfc-search-category-dropdown-offset, 8px));
	right: 0;
	display: grid;
	box-sizing: border-box;
	width: max(100%, 220px);
	max-width: min(320px, calc(100vw - 24px));
	max-height: min(320px, calc(100dvh - 120px));
	padding: var(--nfc-search-category-dropdown-padding, 7px);
	border: var(--nfc-search-category-dropdown-border-width, 1px) solid var(--nfc-search-category-dropdown-border, #d9dee7);
	border-radius: var(--nfc-search-category-dropdown-radius-tl, 12px) var(--nfc-search-category-dropdown-radius-tr, 12px) var(--nfc-search-category-dropdown-radius-br, 12px) var(--nfc-search-category-dropdown-radius-bl, 12px);
	background: var(--nfc-search-category-dropdown-bg, #fff);
	box-shadow: var(--nfc-search-category-dropdown-shadow, 0 18px 48px rgba(15,23,42,.18));
	color: var(--nfc-search-category-dropdown-text, #111827);
	overflow-y: auto;
	overscroll-behavior: contain;
	transform-origin: top right;
}
.nfc-search-category__menu[hidden] { display: none !important; }
.nfc-search-category__menu:not([hidden]) {
	animation: var(--nfc-search-category-dropdown-animation, nfc-search-category-zoom-out) var(--nfc-search-category-dropdown-duration, 180ms) cubic-bezier(.2,.8,.2,1) both;
}
@keyframes nfc-search-category-fade {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes nfc-search-category-slide-down {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}
@keyframes nfc-search-category-zoom-out {
	from { opacity: 0; transform: translateY(-4px) scale(.92); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}
.nfc-search-category__option {
	display: block;
	width: 100%;
	min-height: 38px;
	margin: 0;
	padding: 8px 10px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	box-shadow: none;
	color: var(--nfc-search-category-dropdown-text, #111827);
	font: inherit;
	font-size: var(--nfc-search-category-font-size, 14px);
	font-weight: var(--nfc-search-category-font-weight, 500);
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
}
.nfc-search-category__option:is(:hover, :focus-visible) {
	background: var(--nfc-search-category-dropdown-hover-bg, #f8fafc);
	color: var(--nfc-search-category-dropdown-hover-text, #111827);
	outline: 0;
}
.nfc-search-category__option[aria-selected="true"] {
	background: var(--nfc-search-category-dropdown-active-bg, #eef0f3);
	color: var(--nfc-search-category-dropdown-active-text, #111827);
	font-weight: max(650, var(--nfc-search-category-font-weight, 500));
}
@media (prefers-reduced-motion: reduce) {
	.nfc-search-category__menu:not([hidden]) { animation: none !important; }
}

.nfc-search-motion-none .nfc-search-panel,
.nfc-search-motion-none .nfc-overlay { transition: none !important; animation: none !important; }
.nfc-search-motion-fade .nfc-search-panel.is-open { animation: nfc-motion-fade var(--nfc-search-motion-duration, 220ms) ease both; }
.nfc-search-motion-slide-down .nfc-search-panel.is-open { animation: nfc-motion-slide-down var(--nfc-search-motion-duration, 220ms) cubic-bezier(.2,.8,.2,1) both; }
.nfc-search-motion-slide-up .nfc-search-panel.is-open { animation: nfc-motion-slide-up var(--nfc-search-motion-duration, 220ms) cubic-bezier(.2,.8,.2,1) both; }
.nfc-search-motion-zoom-in .nfc-search-panel.is-open { animation: nfc-motion-zoom-in var(--nfc-search-motion-duration, 220ms) cubic-bezier(.2,.8,.2,1) both; }
.nfc-search-motion-zoom-out .nfc-search-panel.is-open { animation: nfc-motion-zoom-out var(--nfc-search-motion-duration, 220ms) cubic-bezier(.2,.8,.2,1) both; }

@keyframes nfc-motion-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes nfc-motion-slide-down { from { opacity: 0; translate: 0 -12px; } to { opacity: 1; translate: 0 0; } }
@keyframes nfc-motion-slide-up { from { opacity: 0; translate: 0 12px; } to { opacity: 1; translate: 0 0; } }
@keyframes nfc-motion-zoom-in { from { opacity: 0; scale: .94; } to { opacity: 1; scale: 1; } }
@keyframes nfc-motion-zoom-out { from { opacity: 0; scale: 1.06; } to { opacity: 1; scale: 1; } }

.nfc-submenu-motion-none .nfc-primary-nav .sub-menu,
.nfc-mega-motion-none .nfc-primary-nav .nfc-mega-menu,
.nfc-vertical-open-motion-none .nfc-vertical-menu__panel,
.nfc-vertical-submenu-motion-none .nfc-vertical-menu__category-panel { transition: none !important; animation: none !important; }
.nfc-submenu-motion-fade .nfc-primary-nav li:is(:hover, :focus-within, .is-submenu-open) > .sub-menu,
.nfc-mega-motion-fade .nfc-primary-nav .is-mega-open > .nfc-mega-menu,
.nfc-vertical-open-motion-fade .nfc-vertical-menu.is-open > .nfc-vertical-menu__panel,
.nfc-vertical-submenu-motion-fade .nfc-vertical-menu__category-panel.is-active { animation: nfc-motion-fade var(--nfc-menu-motion-duration, 180ms) ease both; }
.nfc-submenu-motion-slide-down .nfc-primary-nav li:is(:hover, :focus-within, .is-submenu-open) > .sub-menu,
.nfc-mega-motion-slide-down .nfc-primary-nav .is-mega-open > .nfc-mega-menu,
.nfc-vertical-open-motion-slide-down .nfc-vertical-menu.is-open > .nfc-vertical-menu__panel,
.nfc-vertical-submenu-motion-slide-down .nfc-vertical-menu__category-panel.is-active { animation: nfc-motion-slide-down var(--nfc-menu-motion-duration, 180ms) cubic-bezier(.2,.8,.2,1) both; }
.nfc-submenu-motion-zoom-in .nfc-primary-nav li:is(:hover, :focus-within, .is-submenu-open) > .sub-menu,
.nfc-mega-motion-zoom-in .nfc-primary-nav .is-mega-open > .nfc-mega-menu,
.nfc-vertical-open-motion-zoom-in .nfc-vertical-menu.is-open > .nfc-vertical-menu__panel,
.nfc-vertical-submenu-motion-zoom-in .nfc-vertical-menu__category-panel.is-active { animation: nfc-motion-zoom-in var(--nfc-menu-motion-duration, 180ms) cubic-bezier(.2,.8,.2,1) both; }

@media (prefers-reduced-motion: reduce), (update: slow) {
	.nfc-search-panel,
	.nfc-overlay,
	.nfc-primary-nav .sub-menu,
	.nfc-primary-nav .nfc-mega-menu,
	.nfc-vertical-menu__panel,
	.nfc-vertical-menu__category-panel { transition: none !important; animation: none !important; }
}
.nfc-search-field--marketplace-categories > .nfc-search-category:is(:hover, :focus-within) {
	background: var(--nfc-search-category-bg-hover, #f8fafc);
	color: var(--nfc-search-category-text-hover, #111827);
}
.nfc-search-field--marketplace-categories > .nfc-search-category:is(:hover, :focus-within) select {
	color: var(--nfc-search-category-text-hover, #111827);
}
.nfc-search-field--marketplace-categories > .nfc-search-category:is(:hover, :focus-within) .nfc-search-category__trigger {
	color: var(--nfc-search-category-text-hover, #111827);
}
.nfc-search-field--marketplace-categories > .nfc-search-category select option {
	background: var(--nfc-search-category-bg, #fff);
	color: var(--nfc-search-category-text, #111827);
}
.nfc-search-field--marketplace-categories > .nfc-search-category .nfc-search-category__chevron {
	display: inline-grid;
	position: static;
	place-items: center;
	pointer-events: none;
	transform: translateY(-1px);
	transition: transform .16s ease;
}
.nfc-search-field--marketplace-categories > .nfc-search-category:not(.is-enhanced) .nfc-search-category__chevron {
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-55%);
}
.nfc-search-field--marketplace-categories > .nfc-search-category.is-open .nfc-search-category__chevron { transform: rotate(180deg) translateY(1px); }
.nfc-search-field--marketplace-categories > .nfc-search-submit { grid-column: 3; }
.nfc-search-field--marketplace-categories > .nfc-search-clear {
	right: calc(min(var(--nfc-search-category-width-current), 42%) + var(--nfc-search-button-width-current) + 10px);
}
.nfc-search-field--marketplace-categories.nfc-search-button-content--text > .nfc-search-clear { right: calc(min(var(--nfc-search-category-width-current), 42%) + max(var(--nfc-search-button-width-current), 92px) + 10px); }
.nfc-search-field--marketplace-categories.nfc-search-button-content--icon-text > .nfc-search-clear { right: calc(min(var(--nfc-search-category-width-current), 42%) + max(var(--nfc-search-button-width-current), 120px) + 10px); }
.nfc-search-form:not(.nfc-search-field--marketplace-categories) > .nfc-search-category { display: none !important; }

.nfc-search-field--soft-pill { border-radius: max(20px, var(--nfc-search-input-radius, 28px)); }
.nfc-search-field--soft-pill > .nfc-search-submit { border-radius: max(16px, var(--nfc-search-button-radius, 24px)); }

.nfc-search-form { isolation: isolate; }
.nfc-search-form.has-open-results { z-index: 10080; }
.nfc-search-form > .nfc-search-results {
	z-index: 10090;
	width: min(var(--nfc-search-results-width), calc(100vw - 24px));
	max-width: none;
	max-height: min(var(--nfc-search-results-height), calc(100dvh - 150px));
	border: var(--nfc-search-results-border-width, 1px) solid var(--nfc-search-results-border, #e5e7eb);
	border-radius: var(--nfc-search-results-radius, 14px);
	background: var(--nfc-search-results-bg, #fff);
	box-shadow: var(--nfc-search-results-shadow, 0 8px 24px rgba(15,23,42,.08));
	overflow: hidden;
	overscroll-behavior: contain;
}
.nfc-search-layout-inline-minimal .nfc-header-search-form .nfc-search-form > .nfc-search-results {

	box-shadow: var(--nfc-search-panel-shadow, 0 24px 64px rgba(15,23,42,.20));
}
.nfc-search-form > .nfc-search-results .nfc-search-results__list {
	max-height: min(max(96px, calc(var(--nfc-search-results-height) - 48px)), max(96px, calc(100dvh - 198px)));
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
}
.nfc-header-search-form .nfc-search-results {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.nfc-overlay.is-open { background: var(--nfc-search-overlay, rgba(15,23,42,.56)); }

.nfc-search-panel {
	z-index: 10010;
	color: var(--nfc-search-panel-text, #111827);
	transition: opacity var(--nfc-search-motion-duration, 220ms) ease, transform var(--nfc-search-motion-duration, 220ms) ease, visibility var(--nfc-search-motion-duration, 220ms) ease;
}
.nfc-search-panel > .nfc-container {
	display: flex;
	flex-direction: column;
	width: min(var(--nfc-search-panel-width), calc(100vw - 32px));
	max-width: none;
	padding: var(--nfc-search-panel-padding, 28px);
	border: var(--nfc-search-panel-border-width, 1px) solid var(--nfc-search-panel-border, #e5e7eb);
	border-radius: var(--nfc-search-panel-radius, 24px);
	background: var(--nfc-search-panel-bg, #fff);
	box-shadow: var(--nfc-search-panel-shadow, 0 24px 64px rgba(15,23,42,.20));
	overflow: visible;
}
.nfc-search-panel__head {
	display: flex;
	flex: 0 0 auto;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 14px;
}
.nfc-search-panel__title {
	margin: 0;
	color: var(--nfc-search-title-color-current);
	font-family: var(--nfc-heading-font, inherit);
	font-size: var(--nfc-search-title-size-current);
	font-weight: var(--nfc-search-title-weight, 700);
	line-height: 1.05;
	letter-spacing: -.035em;
}
.nfc-search-panel .nfc-search-form {
	flex: 0 0 auto;
	width: min(100%, var(--nfc-search-field-width));
	max-width: none;
	margin-inline: auto;
}
.nfc-search-panel .nfc-search-form.has-open-results {
	height: auto;
	min-height: var(--nfc-search-input-height, 52px);
	grid-template-rows: var(--nfc-search-input-height, 52px) auto;
	border-color: transparent;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}
.nfc-search-panel .nfc-search-form.has-open-results::before {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	left: 0;
	height: var(--nfc-search-input-height, 52px);
	border: var(--nfc-search-border-width, 1px) solid var(--nfc-search-border, #d9dee7);
	border-radius: var(--nfc-search-input-radius, 12px);
	background: var(--nfc-search-bg, #fff);
	box-shadow: var(--nfc-search-field-shadow, none);
	content: "";
}
.nfc-search-panel .nfc-search-form.has-open-results > :is(input[type="search"], .nfc-search-category, .nfc-search-submit, .nfc-search-clear) { z-index: 2; }
.nfc-search-panel .nfc-search-form.has-open-results > .nfc-search-results {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	grid-column: 1 / -1;
	grid-row: 2;
	width: min(100%, var(--nfc-search-results-width));
	margin: 14px auto 0;
	transform: none;
}

.nfc-search-layout-inline-minimal .nfc-search-panel {
	position: fixed;
	top: 0;
	left: 50%;
	right: auto;
	bottom: auto;
	width: min(var(--nfc-search-panel-width), calc(100vw - 24px));
	padding: 0;
	transform: translate(-50%, -110%);
}
.admin-bar.nfc-search-layout-inline-minimal .nfc-search-panel { top: 32px; }
.nfc-search-layout-inline-minimal .nfc-search-panel.is-open { transform: translate(-50%, 0); }
.nfc-search-layout-inline-minimal .nfc-search-panel > .nfc-container { width: 100%; border-radius: 0 0 var(--nfc-search-panel-radius, 24px) var(--nfc-search-panel-radius, 24px); }

.nfc-search-layout-floating-premium .nfc-search-panel,
.nfc-search-layout-spotlight-command .nfc-search-panel,
.nfc-search-layout-marketplace-commerce .nfc-search-panel {
	position: fixed;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	width: min(var(--nfc-search-panel-width), calc(100vw - 32px));
	max-height: calc(100dvh - 40px);
	padding: 0;
	transform: translate(-50%, -46%) scale(.985);
	background: transparent;
	box-shadow: none;
	overflow: visible;
}
.nfc-search-layout-floating-premium .nfc-search-panel.is-open,
.nfc-search-layout-spotlight-command .nfc-search-panel.is-open,
.nfc-search-layout-marketplace-commerce .nfc-search-panel.is-open { transform: translate(-50%, -50%) scale(1); }
.nfc-search-layout-floating-premium .nfc-search-panel > .nfc-container,
.nfc-search-layout-spotlight-command .nfc-search-panel > .nfc-container,
.nfc-search-layout-marketplace-commerce .nfc-search-panel > .nfc-container { width: 100%; }

.nfc-search-layout-fullscreen-editorial .nfc-search-panel {
	position: fixed;
	inset: 0;
	padding: clamp(24px, 6vh, 64px) 0;
	background: var(--nfc-search-panel-bg, #fff);
	transform: translateY(-12px);
	overflow: hidden;
}
.nfc-search-layout-fullscreen-editorial .nfc-search-panel.is-open { transform: translateY(0); }
.nfc-search-layout-fullscreen-editorial .nfc-search-panel > .nfc-container {
	width: min(var(--nfc-search-panel-width), calc(100vw - 40px));
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}
.nfc-search-layout-fullscreen-editorial .nfc-search-panel__head { margin-bottom: clamp(22px, 4vh, 44px); }
.nfc-search-layout-fullscreen-editorial .nfc-search-panel .nfc-search-results {
	border: var(--nfc-search-results-border-width, 1px) solid var(--nfc-search-results-border, #e5e7eb);
	border-radius: var(--nfc-search-results-radius, 14px);
	box-shadow: var(--nfc-search-results-shadow, 0 8px 24px rgba(15,23,42,.08));
}

.nfc-search-layout-slidedown-commerce .nfc-search-panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	padding: 0;
	transform: translateY(-102%);
	background: transparent;
	box-shadow: none;
}
.admin-bar.nfc-search-layout-slidedown-commerce .nfc-search-panel { top: 32px; }
.nfc-search-layout-slidedown-commerce .nfc-search-panel.is-open { transform: translateY(0); }
.nfc-search-layout-slidedown-commerce .nfc-search-panel > .nfc-container {
	width: min(var(--nfc-search-panel-width), 100%);
	max-width: none;
	margin-inline: auto;
	border-right: 0;
	border-left: 0;
	border-radius: 0 0 var(--nfc-search-panel-radius, 24px) var(--nfc-search-panel-radius, 24px);
}
.nfc-search-layout-slidedown-commerce .nfc-search-panel .nfc-search-form { width: min(100%, var(--nfc-search-panel-width)); }

.nfc-search-layout-spotlight-command .nfc-search-panel > .nfc-container {
	background: color-mix(in srgb, var(--nfc-search-panel-bg, #fff) 94%, #0f172a 6%);
}
.nfc-search-layout-spotlight-command .nfc-search-panel__title::after {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 7px;
	border: 1px solid var(--nfc-search-panel-border, #e5e7eb);
	border-radius: 6px;
	color: var(--nfc-search-panel-text, #111827);
	font-size: 10px;
	font-weight: 650;
	letter-spacing: .03em;
	vertical-align: middle;
	content: "⌘ K";
}

.nfc-search-layout-marketplace-commerce .nfc-search-panel { width: min(var(--nfc-search-panel-width), calc(100vw - 32px)); }
@media (min-width: 760px) {
	.nfc-search-layout-marketplace-commerce .nfc-search-results__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nfc-search-layout-marketplace-commerce .nfc-search-result:nth-child(odd) { border-right: 1px solid var(--nfc-search-results-border, #e5e7eb); }
}

.nfc-search-position-viewport-top:is(.nfc-search-layout-floating-premium, .nfc-search-layout-spotlight-command, .nfc-search-layout-marketplace-commerce) .nfc-search-panel {
	top: clamp(72px, 12vh, 132px);
	transform: translate(-50%, -16px) scale(.985);
}
.nfc-search-position-viewport-top:is(.nfc-search-layout-floating-premium, .nfc-search-layout-spotlight-command, .nfc-search-layout-marketplace-commerce) .nfc-search-panel.is-open { transform: translate(-50%, 0) scale(1); }

@media (max-width: 1024px) {
	:root {
		--nfc-search-field-width: var(--nfc-search-field-w-t, 680px);
		--nfc-search-panel-width: var(--nfc-search-panel-w-t, 680px);
		--nfc-search-results-width: var(--nfc-search-results-w-t, 680px);
		--nfc-search-results-height: var(--nfc-search-results-h-t, 460px);
		--nfc-search-button-width-current: var(--nfc-search-button-w-t, 58px);
		--nfc-search-category-width-current: var(--nfc-search-category-w-t, 180px);
		--nfc-search-title-size-current: var(--nfc-search-title-size-t, 30px);
		--nfc-search-title-color-current: var(--nfc-search-title-color-t, #111827);
	}
}

@media (max-width: 767px) {
	:root {
		--nfc-search-field-width: var(--nfc-search-field-w-m, 360px);
		--nfc-search-panel-width: var(--nfc-search-panel-w-m, 360px);
		--nfc-search-results-width: var(--nfc-search-results-w-m, 360px);
		--nfc-search-results-height: var(--nfc-search-results-h-m, 400px);
		--nfc-search-button-width-current: var(--nfc-search-button-w-m, 52px);
		--nfc-search-category-width-current: var(--nfc-search-category-w-m, 132px);
		--nfc-search-title-size-current: var(--nfc-search-title-size-m, 26px);
		--nfc-search-title-color-current: var(--nfc-search-title-color-m, #111827);
	}
	.nfc-search-panel > .nfc-container { width: min(var(--nfc-search-panel-width), calc(100vw - 16px)); padding: min(var(--nfc-search-panel-padding, 28px), 18px); }
	.nfc-search-layout-floating-premium .nfc-search-panel,
	.nfc-search-layout-spotlight-command .nfc-search-panel,
	.nfc-search-layout-marketplace-commerce .nfc-search-panel { width: min(var(--nfc-search-panel-width), calc(100vw - 12px)); max-height: calc(100dvh - 16px); }
	.nfc-search-layout-fullscreen-editorial .nfc-search-panel { padding: 24px 0; }
	.nfc-search-layout-fullscreen-editorial .nfc-search-panel > .nfc-container { width: min(var(--nfc-search-panel-width), calc(100vw - 28px)); padding: 0; }
	.nfc-search-layout-slidedown-commerce .nfc-search-panel > .nfc-container { width: min(var(--nfc-search-panel-width), 100%); }
	.nfc-search-form.nfc-search-field--marketplace-categories { grid-template-columns: minmax(0, 1fr) minmax(0, min(var(--nfc-search-category-width-current), 40%)) max-content; }
	.nfc-search-category__menu { right: -8px; width: min(240px, calc(100vw - 24px)); }
}

@media (prefers-reduced-motion: reduce) {
	.nfc-search-panel,
	.nfc-search-results,
	.nfc-search-result { transition: none !important; }
}

@supports not (height: 100dvh) {
	.nfc-drawer { height: 100vh; }
	.nfc-search-layout-floating-premium .nfc-search-panel,
	.nfc-search-layout-spotlight-command .nfc-search-panel,
	.nfc-search-layout-marketplace-commerce .nfc-search-panel { max-height: calc(100vh - 16px); }
}

@supports not (overflow: clip) {
	html,
	body { overflow-x: hidden; }
}

@supports not selector(:has(*)) {
	.nfc-header-search-form { position: relative; z-index: 10070; }
	body[class*="nfc-shop-categories-"] .nfc-shop-content ul.products { min-width: 0; }
}

/* source: assets/css/header-core.css */
:root {
	--nfc-search-field-width: var(--nfc-search-field-w-d, 760px);
	--nfc-search-button-width-current: var(--nfc-search-button-w-d, 64px);
	--nfc-search-category-width-current: var(--nfc-search-category-w-d, 210px);
	--nfc-topbar-font-current: var(--nfc-topbar-font-d, var(--nfc-topbar-font, 13px));
	--nfc-topbar-weight-current: var(--nfc-topbar-weight-d, 500);
	--nfc-topbar-height-current: var(--nfc-topbar-height-d, 36px);
	--nfc-topbar-rendered-height: max(var(--nfc-topbar-height-current), calc((var(--nfc-topbar-font-current) * 1.35) + (2 * var(--nfc-topbar-pad-y, 9px))));
}

.nfc-header-core,
.nfc-header-core *,
.nfc-header-core-topbar,
.nfc-header-core-topbar *,
.nfc-header-core-search,
.nfc-header-core-search * {
	box-sizing: border-box;
}

.nfc-header-core-topbar {
	position: relative;
	z-index: 42;
	display: block;
	min-height: var(--nfc-topbar-rendered-height);
	padding: 0;
	background: var(--nfc-topbar-bg, #111827);
	color: var(--nfc-topbar-text, #fff);
	font-size: var(--nfc-topbar-font-current);
	font-weight: var(--nfc-topbar-weight-current);
	line-height: 1.35;
}

.nfc-header-core-topbar > .nfc-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: inherit;
	padding-block: var(--nfc-topbar-pad-y, 9px);
}

.nfc-header-core-topbar :is(p, ul) { margin: 0; }
.nfc-header-core-topbar ul { display: flex; align-items: center; gap: 18px; padding: 0; list-style: none; }
.nfc-header-core-topbar a { color: var(--nfc-topbar-link, #fff); text-decoration: none; }
.nfc-header-core-topbar a:hover { color: var(--nfc-topbar-link-hover, #d9a52e); }
.nfc-header-core-topbar [hidden] { display: none !important; }
.nfc-topbar-wrap-nowrap .nfc-header-core-topbar > .nfc-topbar__inner { flex-wrap: nowrap; }
.nfc-topbar-wrap-nowrap .nfc-header-core-topbar :is(.nfc-topbar__text, .nfc-topbar__shortcode) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nfc-topbar-wrap-wrap .nfc-header-core-topbar > .nfc-topbar__inner { flex-wrap: wrap; }
.nfc-topbar-wrap-balance .nfc-header-core-topbar > .nfc-topbar__inner { flex-wrap: wrap; justify-content: space-around; }
.nfc-topbar-wrap-balance .nfc-header-core-topbar > .nfc-topbar__inner > * { flex: 1 1 220px; text-align: center; }

.nfc-header-core {
	position: relative;
	z-index: 41;
	width: 100%;
	border-color: var(--nfc-header-border, #e5e7eb);
	background: var(--nfc-header-bg, #fff);
	box-shadow: var(--nfc-header-shadow, none);
}

.nfc-site-header.is-transparent { top: 0; }
body.nfc-has-topbar .nfc-site-header.is-transparent { top: var(--nfc-topbar-rendered-height); }

.nfc-header-core :is(.nfc-header-desktop, .nfc-header-mobile, .nfc-header-marketplace, .nfc-header-marketplace__main, .nfc-header-marketplace__nav-row, .nfc-header-search-form) {
	overflow: visible;
}

.nfc-header-core .nfc-header-layout:not(.nfc-header-layout--08) {
	min-height: var(--nfc-header-height, 76px);
}

.nfc-header-core .nfc-header-layout--08 {
	min-height: calc(var(--nfc-marketplace-row1, 84px) + var(--nfc-marketplace-row2, 52px));
}

.nfc-header-core .nfc-header-marketplace__main {
	display: grid;
	grid-template-columns: max-content minmax(280px, 1fr) max-content max-content;
	align-items: center;
	gap: var(--nfc-marketplace-gap, 20px);
	min-height: var(--nfc-marketplace-row1, 84px);
}

.nfc-header-core .nfc-header-marketplace__search {
	position: relative;
	z-index: 60;
	justify-self: stretch;
	min-width: 0;
	width: min(100%, var(--nfc-search-field-width));
	max-width: var(--nfc-search-field-width);
}

.nfc-header-core .nfc-header-marketplace__nav-row {
	position: relative;
	z-index: 42;
	min-height: var(--nfc-marketplace-row2, 52px);
	background: var(--nfc-header-nav-bg, #fff);
}

.nfc-header-core .nfc-header-marketplace__nav-inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 30px;
	min-height: var(--nfc-marketplace-row2, 52px);
}

.nfc-header-core .nfc-header-marketplace__nav-inner :is(.nfc-primary-nav, .nfc-secondary-nav) > :is(.menu, ul) > li > a {
	min-height: var(--nfc-marketplace-row2, 52px);
}

.nfc-header-core .nfc-branding .custom-logo {
	display: block;
	width: min(100%, var(--nfc-logo-desktop, 190px));
	height: auto;
	max-height: min(72px, calc(var(--nfc-marketplace-row1, 84px) - 20px));
}

.nfc-header-core .nfc-branding .custom-logo-link {
	display: inline-flex;
	flex: 0 0 auto;
	width: fit-content;
	max-width: 100%;
}
.nfc-header-core .nfc-header-desktop .nfc-branding {
	justify-self: start;
	width: fit-content;
	max-width: 100%;
}
.nfc-header-core .nfc-branding .custom-logo--sticky { display: none; }
.nfc-header-core.is-scrolled .nfc-branding.has-sticky-logo .custom-logo--primary,
.nfc-header-core .nfc-site-header.is-scrolled .nfc-branding.has-sticky-logo .custom-logo--primary { display: none; }
.nfc-header-core.is-scrolled .nfc-branding.has-sticky-logo .custom-logo--sticky,
.nfc-header-core .nfc-site-header.is-scrolled .nfc-branding.has-sticky-logo .custom-logo--sticky { display: block; }

.nfc-header-core :is(.nfc-header-marketplace__main, .nfc-header-layout__search-row, .nfc-header-layout__brand-row, .nfc-header-layout__commerce-row, .nfc-header-layout__classic, .nfc-header-layout__centered, .nfc-header-layout__editorial, .nfc-header-layout__compact) {
	transition: none !important;
}

.nfc-header-core-search {
	--nfc-search-action-width: var(--nfc-search-button-width-current, 64px);
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) var(--nfc-search-action-width) !important;

	grid-template-rows: minmax(0, 1fr) !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: none !important;
	height: var(--nfc-search-input-height, 52px) !important;
	min-height: var(--nfc-search-input-height, 52px) !important;
	margin: 0 !important;
	border: var(--nfc-search-border-width, 1px) solid var(--nfc-search-border, #d9dee7) !important;
	border-radius: var(--nfc-search-input-radius, 12px) !important;
	background: var(--nfc-search-bg, #fff) !important;
	box-shadow: var(--nfc-search-field-shadow, none) !important;
	overflow: visible !important;
	isolation: isolate;
}

.nfc-header-core-search.nfc-search-button-content--text { --nfc-search-action-width: max(var(--nfc-search-button-width-current, 64px), 92px); }
.nfc-header-core-search.nfc-search-button-content--icon-text { --nfc-search-action-width: max(var(--nfc-search-button-width-current, 64px), 120px); }

.nfc-header-core-search.nfc-search-field--marketplace-categories {
	grid-template-columns: minmax(0, 1fr) minmax(120px, min(var(--nfc-search-category-width-current, 210px), 42%)) var(--nfc-search-action-width) !important;
}

.nfc-header-core-search > input[type="search"] {
	position: relative !important;
	z-index: 1 !important;
	grid-column: 1 !important;
	grid-row: 1 !important;
	align-self: stretch !important;
	min-width: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 var(--nfc-search-input-pad-x, 16px) !important;
	border: 0 !important;
	border-radius: inherit !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--nfc-search-text, #111827) !important;
	font: inherit !important;
	font-size: var(--nfc-search-font-size, 15px) !important;
	font-weight: var(--nfc-search-font-weight, 400) !important;
	line-height: 1.2 !important;
	outline: 0 !important;
}

.nfc-header-core-search > .nfc-search-category {
	position: relative !important;
	z-index: 2 !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: grid !important;
	align-self: stretch !important;
	min-width: 0 !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	border-left: var(--nfc-search-category-separator-width, 1px) solid var(--nfc-search-category-separator, #d9dee7) !important;
	background: var(--nfc-search-category-bg, #fff) !important;
}

.nfc-header-core-search:not(.nfc-search-field--marketplace-categories) > .nfc-search-category { display: none !important; }
.nfc-header-core-search > .nfc-search-category[hidden] { display: none !important; }

.nfc-header-core-search > .nfc-search-category :is(select, .nfc-search-category__trigger) {
	box-sizing: border-box !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 var(--nfc-search-category-pad-x, 16px) !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--nfc-search-category-text, #111827) !important;
	font: inherit !important;
	font-size: var(--nfc-search-category-font-size, 14px) !important;
	font-weight: var(--nfc-search-category-font-weight, 500) !important;
}

.nfc-header-core-search > .nfc-search-category:not(.is-enhanced) .nfc-search-category__trigger { display: none !important; }
.nfc-header-core-search > .nfc-search-category.is-enhanced .nfc-search-category__native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
}
.nfc-header-core-search > .nfc-search-category.is-enhanced .nfc-search-category__trigger {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 8px !important;
	text-align: left !important;
}

.nfc-header-core-search > .nfc-search-submit {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	z-index: 3 !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: stretch !important;
	gap: 8px !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	margin: var(--nfc-search-button-inset, 0px) !important;
	padding: 0 12px !important;
	border: var(--nfc-search-button-border-width, 0px) solid var(--nfc-search-button-border, #111827) !important;
	border-radius: var(--nfc-search-button-radius, 8px) !important;
	background: var(--nfc-search-button-bg, #111827) !important;
	box-shadow: var(--nfc-search-button-shadow, none) !important;
	color: var(--nfc-search-button-text, #fff) !important;
	transform: none !important;
}

.nfc-header-core-search.nfc-search-field--marketplace-categories > .nfc-search-submit { grid-column: 3 !important; }
.nfc-header-core-search.nfc-search-button-content--icon > .nfc-search-submit { padding-inline: 0 !important; }
.nfc-header-core-search.nfc-search-button-content--text > .nfc-search-submit { padding-inline: 16px !important; }
.nfc-header-core-search.nfc-search-button-content--icon-text > .nfc-search-submit { padding-inline: 14px 16px !important; }

.nfc-header-core-search > .nfc-search-results {
	grid-column: 1 / -1 !important;
	width: min(var(--nfc-search-results-width, var(--nfc-search-field-width)), calc(100vw - 24px));
}

.nfc-search-panel .nfc-header-core-search.has-open-results {
	height: auto !important;
	grid-template-rows: var(--nfc-search-input-height, 52px) auto !important;
}

.nfc-search-panel .nfc-header-core-search.has-open-results > .nfc-search-results {
	grid-row: 2 !important;
}

@media (max-width: 1180px) {
	.nfc-header-core .nfc-header-marketplace__main { grid-template-columns: minmax(100px, auto) minmax(220px, 1fr) auto; }
	.nfc-header-core .nfc-header-marketplace__cta { display: none; }
}

@media (max-width: 900px) {
	:root {
		--nfc-search-field-width: var(--nfc-search-field-w-t, 680px);
		--nfc-search-button-width-current: var(--nfc-search-button-w-t, 58px);
		--nfc-search-category-width-current: var(--nfc-search-category-w-t, 180px);
		--nfc-topbar-font-current: var(--nfc-topbar-font-t, 13px);
		--nfc-topbar-weight-current: var(--nfc-topbar-weight-t, 500);
		--nfc-topbar-height-current: var(--nfc-topbar-height-t, 36px);
	}
	.nfc-header-core .nfc-header-desktop { display: none !important; }
	.nfc-header-core .nfc-header-mobile { display: block !important; }
}

@media (max-width: 620px) {
	:root {
		--nfc-search-field-width: var(--nfc-search-field-w-m, 360px);
		--nfc-search-button-width-current: var(--nfc-search-button-w-m, 52px);
		--nfc-search-category-width-current: var(--nfc-search-category-w-m, 132px);
		--nfc-topbar-font-current: var(--nfc-topbar-font-m, 12px);
		--nfc-topbar-weight-current: var(--nfc-topbar-weight-m, 500);
		--nfc-topbar-height-current: var(--nfc-topbar-height-m, 34px);
	}
	.nfc-header-core-search.nfc-search-field--marketplace-categories {
		grid-template-columns: minmax(80px, 1fr) minmax(104px, min(var(--nfc-search-category-width-current), 38%)) var(--nfc-search-action-width) !important;
	}
	.nfc-header-core-topbar.nfc-topbar--desktop-only { display: none !important; }
	body.nfc-has-topbar:has(.nfc-header-core-topbar.nfc-topbar--desktop-only) .nfc-site-header.is-transparent { top: 0; }
	.nfc-header-core-topbar > .nfc-topbar__inner { justify-content: center; }
	.nfc-header-core-topbar .nfc-topbar__item--mobile-hidden { display: none !important; }
}

:is(.nfc-search-panel .nfc-search-form, .nfc-header-search-form .nfc-header-core-search).has-open-results > .nfc-search-results {
	width: min(var(--nfc-search-results-width), calc(100vw - 24px)) !important;
	max-width: none !important;
	justify-self: center;
}

.nfc-header-search-form .nfc-header-core-search.has-open-results > .nfc-search-results {
	right: auto !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

.nfc-mobile-search,
.nfc-mobile-search .nfc-search-form,
.nfc-mobile-search .nfc-header-core-search {
	min-width: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

.nfc-mobile-search .nfc-search-results {
	box-sizing: border-box !important;
	right: auto !important;
	left: 0 !important;
	width: min(var(--nfc-search-results-width, 100%), 100%) !important;
	max-width: 100% !important;
	transform: none !important;
}

.nfc-mobile-drawer:not(.nfc-mobile-drawer--nested) .nfc-nested-back {
	display: none !important;
}

:is(.nfc-mobile-drawer--fullscreen, .nfc-mobile-drawer--compact) .nfc-drawer__body {
	display: flex;
	min-height: 0;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
}

:is(.nfc-mobile-drawer--fullscreen, .nfc-mobile-drawer--compact) .nfc-mobile-menu-stage {
	width: 100%;
	min-height: 0;
	flex: 1 1 auto;
	overflow: hidden;
}

:is(.nfc-mobile-drawer--fullscreen, .nfc-mobile-drawer--compact) .nfc-mobile-menu-stage > nav {
	height: 100%;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: auto;
}

.nfc-mobile-drawer :is(.nfc-drawer__inner, .nfc-drawer__body, .nfc-mobile-menu-stage > nav, .nfc-mobile-menu .sub-menu, .nfc-mobile-menu .nfc-mega-menu) {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.nfc-mobile-drawer :is(.nfc-drawer__inner, .nfc-drawer__body, .nfc-mobile-menu-stage, .nfc-mobile-menu-stage > nav, .nfc-mobile-menu, .nfc-mobile-menu .sub-menu, .nfc-mobile-menu .nfc-mega-menu) {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
}

.nfc-mobile-drawer :is(.nfc-mobile-menu-stage, .nfc-mobile-menu-stage > nav, .nfc-mobile-menu, .nfc-mobile-menu .sub-menu, .nfc-mobile-menu .nfc-mega-menu) {
	width: 100%;
}

.nfc-mobile-drawer .nfc-mobile-menu li { min-width: 0; }
.nfc-mobile-drawer .nfc-mobile-menu a { min-width: 0; overflow-wrap: anywhere; }

.nfc-mobile-drawer :is(.nfc-drawer__inner, .nfc-drawer__body, .nfc-mobile-menu-stage > nav, .nfc-mobile-menu .sub-menu, .nfc-mobile-menu .nfc-mega-menu)::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

:is(.nfc-mobile-drawer--fullscreen, .nfc-mobile-drawer--compact) :is(.nfc-mobile-search, .nfc-mobile-footer-actions, .nfc-mobile-drawer-info) {
	flex: 0 0 auto;
}

.nfc-mobile-drawer--compact .nfc-mobile-menu {
	display: grid;
	gap: 7px;
}

.nfc-mobile-drawer--compact .nfc-mobile-menu > li {
	overflow: hidden;
	border: 1px solid var(--nfc-mobile-separator, #e5e7eb);
	border-radius: var(--nfc-mobile-radius, 6px);
	background: color-mix(in srgb, var(--nfc-surface, #f7f7f8) 72%, var(--nfc-bg, #fff));
}

.nfc-mobile-drawer--compact .nfc-mobile-menu > li > a {
	min-height: 44px;
	padding: 10px 48px 10px 14px;
	border: 0;
}

.nfc-mobile-drawer--compact .nfc-mobile-menu > li > :is(.nfc-submenu-toggle, .nfc-mega-menu-toggle) {
	top: 0;
	right: 6px;
}

.nfc-mobile-drawer--compact .nfc-mobile-menu .sub-menu {
	padding: 0 8px 8px;
}

.nfc-mobile-drawer--compact .nfc-mobile-menu .sub-menu a {
	min-height: 38px;
	margin-top: 4px;
	padding: 8px 36px 8px 10px;
	border: 0;
	border-radius: 8px;
	background: var(--nfc-bg, #fff);
	font-size: .82rem;
}

.nfc-mobile-menu li {
	border-bottom: var(--nfc-mobile-separator-width, 1px) solid var(--nfc-mobile-separator, #e5e7eb);
	border-radius: var(--nfc-mobile-radius, 6px);
}

.nfc-mobile-menu a {
	border-bottom: 0;
	border-radius: inherit;
}

.nfc-mobile-menu .sub-menu li:last-child {
	border-bottom-color: transparent;
}

.nfc-mobile-menu .sub-menu > li {
	border-color: var(--nfc-mobile-l2-separator, var(--nfc-mobile-separator, #e5e7eb));
	border-radius: var(--nfc-mobile-l2-radius, var(--nfc-mobile-radius, 6px));
}

.nfc-mobile-menu .sub-menu > li > a {
	min-height: max(44px, var(--nfc-mobile-l2-row-height, var(--nfc-mobile-row-height, 48px)));
	padding-left: var(--nfc-mobile-l2-indent, var(--nfc-mobile-indent, 18px));
	background: var(--nfc-mobile-l2-bg, var(--nfc-mobile-bg, #fff));
	color: var(--nfc-mobile-l2-text, var(--nfc-mobile-text, #111827));
	font-size: var(--nfc-mobile-l2-font-size, var(--nfc-mobile-font-size, 15px));
	font-weight: var(--nfc-mobile-l2-font-weight, var(--nfc-mobile-font-weight, 650));
}

.nfc-mobile-menu .sub-menu > li > a:is(:hover, :focus-visible) {
	background: var(--nfc-mobile-l2-hover-bg, var(--nfc-mobile-hover-bg, #f8fafc));
}

.nfc-mobile-menu .sub-menu .sub-menu > li {
	border-color: var(--nfc-mobile-l3-separator, var(--nfc-mobile-l2-separator, #e5e7eb));
	border-radius: var(--nfc-mobile-l3-radius, var(--nfc-mobile-l2-radius, 4px));
}

.nfc-mobile-menu .sub-menu .sub-menu > li > a {
	min-height: max(44px, var(--nfc-mobile-l3-row-height, var(--nfc-mobile-l2-row-height, 46px)));
	padding-left: var(--nfc-mobile-l3-indent, calc(2 * var(--nfc-mobile-indent, 18px)));
	background: var(--nfc-mobile-l3-bg, var(--nfc-mobile-l2-bg, #fff));
	color: var(--nfc-mobile-l3-text, var(--nfc-mobile-l2-text, #111827));
	font-size: var(--nfc-mobile-l3-font-size, var(--nfc-mobile-l2-font-size, 14px));
	font-weight: var(--nfc-mobile-l3-font-weight, var(--nfc-mobile-l2-font-weight, 600));
}

.nfc-mobile-menu .sub-menu .sub-menu > li > a:is(:hover, :focus-visible) {
	background: var(--nfc-mobile-l3-hover-bg, var(--nfc-mobile-l2-hover-bg, #f8fafc));
}

.nfc-mobile-drawer--compact .nfc-mobile-menu > li {
	border-width: var(--nfc-mobile-separator-width, 1px);
}

.nfc-mobile-menu :is(.nfc-submenu-toggle, .nfc-mega-menu-toggle) {
	top: 0;
	display: grid;
	place-items: center;
	width: var(--nfc-mobile-arrow-hit, 48px);
	height: max(44px, var(--nfc-mobile-row-height, 48px));
	margin: 0 !important;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--nfc-mobile-arrow-color, #6b7280);
	transform: none;
}

.nfc-mobile-menu :is(.nfc-submenu-toggle, .nfc-mega-menu-toggle)::before {
	content: "";
	grid-area: 1 / 1;
	width: min(var(--nfc-mobile-arrow-hit, 48px), calc(var(--nfc-mobile-arrow-size, 18px) + var(--nfc-mobile-arrow-padding, 8px) + var(--nfc-mobile-arrow-padding, 8px)));
	height: min(var(--nfc-mobile-arrow-hit, 48px), calc(var(--nfc-mobile-arrow-size, 18px) + var(--nfc-mobile-arrow-padding, 8px) + var(--nfc-mobile-arrow-padding, 8px)));
	border: var(--nfc-mobile-arrow-border-width, 0px) solid var(--nfc-mobile-arrow-border, transparent);
	border-radius: var(--nfc-mobile-arrow-radius, 18px);
	background: var(--nfc-mobile-arrow-bg, transparent);
	transition: background-color var(--nfc-transition), border-color var(--nfc-transition);
}

.nfc-mobile-menu :is(.nfc-submenu-toggle, .nfc-mega-menu-toggle) svg {
	position: relative;
	z-index: 1;
	grid-area: 1 / 1;
	display: block;
	margin: 0;
	transform-origin: 50% 50%;
}

.nfc-mobile-arrow-symbol--plus-minus,
.nfc-mobile-arrow-icon--plus-minus .nfc-mobile-arrow-symbol--angle,
.nfc-mobile-arrow-icon--angle .nfc-mobile-arrow-symbol--plus-minus {
	display: none !important;
}

.nfc-mobile-arrow-icon--plus-minus .nfc-mobile-arrow-symbol--plus-minus,
.nfc-mobile-arrow-icon--angle .nfc-mobile-arrow-symbol--angle {
	display: block !important;
}

.nfc-mobile-arrow-icon--plus-minus .nfc-mobile-menu :is(.is-submenu-open > .nfc-submenu-toggle, .is-mega-open > .nfc-mega-menu-toggle) .nfc-mobile-arrow-symbol--plus-minus {
	transform: none;
}

.nfc-mobile-arrow-symbol__vertical {
	transform-origin: 50% 50%;
	transition: transform var(--nfc-transition), opacity var(--nfc-transition);
}

.nfc-mobile-arrow-icon--plus-minus .nfc-mobile-menu :is(.is-submenu-open > .nfc-submenu-toggle, .is-mega-open > .nfc-mega-menu-toggle) .nfc-mobile-arrow-symbol__vertical {
	opacity: 0;
	transform: scaleY(0);
}

.nfc-mobile-menu :is(.nfc-submenu-toggle, .nfc-mega-menu-toggle):is(:hover, :focus-visible) {
	color: var(--nfc-mobile-arrow-hover-color, #111827);
}

.nfc-mobile-menu :is(.nfc-submenu-toggle, .nfc-mega-menu-toggle):is(:hover, :focus-visible)::before {
	border-color: var(--nfc-mobile-arrow-hover-border, transparent);
	background: var(--nfc-mobile-arrow-hover-bg, transparent);
}

.nfc-mobile-arrow--left .nfc-mobile-menu > li > :is(.nfc-submenu-toggle, .nfc-mega-menu-toggle) {
	right: auto;
	left: 0;
}

@media (prefers-reduced-motion: reduce), (update: slow) {
	.nfc-header-core,
	.nfc-header-core-topbar,
	.nfc-header-core-search,
	.nfc-header-core-search * { transition: none !important; }
}


/* RC26.32 — upload-size-independent menu icons + font-independent search chevron. */
.nfc-vertical-menu__icon-slot,
.nfc-vertical-menu__group-title .nfc-menu-item-icon--custom{width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;min-height:20px!important;max-height:20px!important;overflow:hidden!important;place-items:center!important}
.nfc-vertical-menu__icon-slot :is(svg,img),
.nfc-vertical-menu__group-title :is(svg,img),
.nfc-vertical-menu__icon-slot .nfc-menu-item-icon--custom :is(svg,img),
.nfc-vertical-menu__group-title .nfc-menu-item-icon--custom :is(svg,img){display:block!important;width:20px!important;height:20px!important;min-width:0!important;min-height:0!important;max-width:20px!important;max-height:20px!important;object-fit:contain!important;object-position:center!important;transform:none!important}
.nfc-search-category__chevron{position:relative!important;display:inline-block!important;box-sizing:border-box!important;width:8px!important;height:8px!important;min-width:8px!important;max-width:8px!important;border:0!important;border-right:1.5px solid currentColor!important;border-bottom:1.5px solid currentColor!important;font-size:0!important;line-height:0!important;transform:rotate(45deg) translate(-1px,-1px)!important;transform-origin:center!important;transition:transform .16s ease!important}
.nfc-search-category.is-open .nfc-search-category__chevron{transform:rotate(225deg) translate(-1px,-1px)!important}
.nfc-search-field--marketplace-categories>.nfc-search-category:not(.is-enhanced) .nfc-search-category__chevron{position:absolute!important;top:50%!important;right:13px!important;margin-top:-5px!important}


/* RC26.41 — a server-open vertical menu is a final first-paint state, not an entrance animation. */
.nfc-vertical-menu--initial-static > .nfc-vertical-menu__panel{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}
