:root {
	--tnf-section-space-story: clamp(48px, 6vw, 80px);
	--tnf-section-space-newsletter: clamp(3rem, 5vw, 3.5rem);
	--tnf-type-eyebrow: 0.72rem;
	--tnf-type-section: 2.05rem;
	--tnf-type-section-lg: 2.85rem;
	--tnf-type-hero: 2.7rem;
	--tnf-type-hero-md: 4.6rem;
	--tnf-type-hero-lg: 5.3rem;
	--tnf-type-story-md: 2.5rem;
	--tnf-type-story-lg: 3.1rem;
	--tnf-type-card-title: 1.125rem;
	--tnf-type-body: 1rem;
	--tnf-type-body-lg: 1.12rem;
}

@media (min-width: 640px) {
	:root {
		--tnf-type-section: 2.5rem;
		--tnf-type-hero: 3.7rem;
	}
}

@media (min-width: 900px) {
	:root {
		--tnf-type-section: 2.85rem;
		--tnf-type-section-lg: 3.1rem;
		--tnf-type-hero: 4.6rem;
		--tnf-type-body-lg: 1.18rem;
	}
}

@media (min-width: 1200px) {
	:root {
		--tnf-type-hero: 5.3rem;
	}
}

/* Match main root scale (Woodmart uses 15px html). */
html:has(body.tnf-native-home) {
	font-size: 16px;
}

body.tnf-native-home .whb-header,
body.tnf-native-home .wd-header {
	display: none !important;
}

body.tnf-native-home .wd-page-content > .main-page-wrapper > .container,
body.tnf-native-home .wd-page-content > .main-page-wrapper > .elementor {
	display: none;
}

body.tnf-native-home {
	background: var(--tnf-surface);
	color: var(--tnf-ink);
}

body.tnf-native-home .wd-page-content {
	background: var(--tnf-surface);
}

body.tnf-native-home .tnf-home {
	background: var(--tnf-surface);
	color: var(--tnf-ink);
	font-family: var(--tnf-font-body);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-shell {
	margin-inline: auto;
	max-width: var(--tnf-shell);
	padding-inline: var(--tnf-gutter);
}

body.tnf-native-home .tnf-home-section {
	background: var(--tnf-surface);
	padding-block: var(--tnf-section-space);
}

body.tnf-native-home .tnf-home-section--secondary {
	background: var(--tnf-surface-soft);
}

body.tnf-native-home .tnf-home-section--story {
	padding-block: var(--tnf-section-space-story);
}

body.tnf-native-home .tnf-home-section--newsletter {
	display: none;
}

/*
 * Reference design typography (Homepage.html)
 * Cormorant Garamond headings + Hanken Grotesk body.
 */
body.tnf-native-home .tnf-home,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-pre-footer-assurances,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer {
	font-family: var(--tnf-font-body) !important;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.tnf-native-home .tnf-home :is(h1, h2, h3, h4, [class*="__title"]) {
	color: var(--tnf-heading);
	font-family: var(--tnf-font-heading) !important;
	font-weight: 500 !important;
	letter-spacing: var(--tnf-tracking-display);
	line-height: 1.08;
}

body.tnf-native-home .tnf-home :is(p, span, li, a, button, input, label, .tnf-home-bestsellers__intro, .tnf-home-story-hero__text, .tnf-review-card__quote, .tnf-review-card__author) {
	font-family: var(--tnf-font-body) !important;
}

body.tnf-native-home .tnf-home h1,
body.tnf-native-home .tnf-home h2,
body.tnf-native-home .tnf-home h3,
body.tnf-native-home .tnf-home h4 {
	color: var(--tnf-heading);
}

body.tnf-native-home .tnf-home [class*="__eyebrow"] {
	color: #6f6f6f !important;
	font-family: var(--tnf-font-body) !important;
	font-size: var(--tnf-type-eyebrow);
	font-weight: 600;
	letter-spacing: 0.22em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.tnf-native-home .tnf-home-hero :is(h1, h2, p) {
	color: #fff;
}

body.tnf-native-home .tnf-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.8s var(--tnf-ease), transform 0.8s var(--tnf-ease);
}

body.tnf-native-home .tnf-reveal.is-visible {
	opacity: 1;
	transform: none;
}

body.tnf-native-home .tnf-eyebrow {
	color: var(--tnf-muted);
	font-size: var(--tnf-type-eyebrow);
	font-weight: 600;
	letter-spacing: 0.22em;
	margin: 0 0 var(--tnf-s-4);
	text-transform: uppercase;
}

body.tnf-native-home .tnf-section-heading__intro {
	color: var(--tnf-muted);
	font-size: var(--tnf-type-body-lg);
	line-height: 1.7;
	margin: var(--tnf-s-4) 0 0;
	max-width: 42rem;
}

body.tnf-native-home .tnf-section-heading__row {
	align-items: end;
	display: flex;
	gap: var(--tnf-s-5);
	justify-content: space-between;
}

body.tnf-native-home .tnf-section-heading--center {
	text-align: center;
}

body.tnf-native-home .tnf-section-heading--center .tnf-section-heading__row {
	justify-content: center;
}

body.tnf-native-home .tnf-text-link,
body.tnf-native-home .tnf-home-bestsellers__view-all,
body.tnf-native-home .tnf-home-collections__view-all {
	align-items: center;
	border-bottom: 1px solid var(--tnf-ink);
	color: var(--tnf-heading);
	display: none;
	font-family: var(--tnf-font-body) !important;
	font-size: 0.78rem;
	font-weight: 600;
	gap: 0.55em;
	letter-spacing: 0.14em;
	padding-bottom: 4px;
	text-decoration: none;
	text-transform: uppercase;
	transition: gap var(--tnf-dur) var(--tnf-ease), opacity var(--tnf-dur) var(--tnf-ease);
	white-space: nowrap;
}

body.tnf-native-home .tnf-text-link:hover,
body.tnf-native-home .tnf-home-bestsellers__view-all:hover,
body.tnf-native-home .tnf-home-collections__view-all:hover {
	gap: 0.95em;
}

body.tnf-native-home .tnf-btn,
body.tnf-native-home .tnf-home-hero__btn,
body.tnf-native-home .tnf-home-story-hero__btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--tnf-radius-sm);
	display: inline-flex;
	font-family: var(--tnf-font-body) !important;
	font-size: 0.92rem;
	font-weight: 600;
	gap: 0.55em;
	justify-content: center;
	letter-spacing: 0.005em;
	padding: 15px 30px;
	text-decoration: none;
	text-transform: none;
	transition:
		background var(--tnf-dur) var(--tnf-ease),
		border-color var(--tnf-dur) var(--tnf-ease),
		color var(--tnf-dur) var(--tnf-ease);
	white-space: nowrap;
}

body.tnf-native-home .tnf-btn--primary,
body.tnf-native-home .tnf-home-story-hero__btn {
	background: var(--tnf-accent);
	border-color: var(--tnf-accent);
	color: var(--tnf-on-dark);
}

body.tnf-native-home .tnf-btn--primary:hover,
body.tnf-native-home .tnf-home-story-hero__btn:hover {
	background: var(--tnf-accent-hover);
	border-color: var(--tnf-accent-hover);
	color: var(--tnf-on-dark);
}

body.tnf-native-home .tnf-btn--secondary,
body.tnf-native-home .tnf-btn--ghost {
	background: transparent;
	border-color: var(--tnf-border-strong);
	color: var(--tnf-ink);
}

body.tnf-native-home .tnf-btn--secondary:hover,
body.tnf-native-home .tnf-btn--ghost:hover {
	background: var(--tnf-cream);
	border-color: var(--tnf-ink);
	color: var(--tnf-ink);
}

@media (min-width: 640px) {
	body.tnf-native-home .tnf-text-link,
	body.tnf-native-home .tnf-home-bestsellers__view-all,
	body.tnf-native-home .tnf-home-collections__view-all {
		display: inline-flex;
	}
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-head {
	--tnf-announce-height: 42px;
	--tnf-header-height: 78px;
	position: sticky;
	top: 0;
	z-index: 40;
}

/* ---- Announcement bar ---- */
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce {
	background: var(--tnf-cream);
	border-bottom: 1px solid var(--tnf-border);
	color: var(--tnf-ink);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	position: relative;
	text-transform: uppercase;
	top: auto;
	z-index: 70;
}

body.admin-bar:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce {
	top: auto;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce__inner {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: var(--tnf-announce-height);
	overflow: hidden;
	position: relative;
	text-align: center;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce__panel {
	align-items: center;
	display: flex;
	gap: 12px;
	inset: 0;
	justify-content: center;
	opacity: 0;
	position: absolute;
	transform: translateY(60%);
	transition: opacity 0.5s var(--tnf-ease), transform 0.5s var(--tnf-ease);
	visibility: hidden;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce__panel.is-active {
	opacity: 1;
	transform: none;
	visibility: visible;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce__panel.is-out {
	opacity: 0;
	transform: translateY(-60%);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce__tp-label,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce__sale-label {
	color: var(--tnf-heading);
	font-weight: 700;
	white-space: nowrap;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce__tp-stars {
	align-items: center;
	display: inline-flex;
	gap: 3px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce__tp-star {
	display: block;
	fill: #00b67a;
	flex: 0 0 auto;
	height: 17px;
	width: 17px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-tp-logo {
	align-items: center;
	color: inherit;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	text-decoration: none;
	text-transform: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-countdown {
	align-items: center;
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 6px;
	white-space: nowrap;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-countdown__seg {
	align-items: baseline;
	display: inline-flex;
	gap: 3px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-countdown__seg b {
	color: var(--tnf-heading);
	font-size: 0.82rem;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	letter-spacing: 0.04em;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-countdown__seg i {
	color: var(--tnf-muted);
	font-size: 0.58rem;
	font-style: normal;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-countdown__sep {
	color: var(--tnf-text-faint);
	font-weight: 700;
}

/* ---- Header ---- */
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header {
	border-bottom: 1px solid transparent;
	position: relative;
	top: auto;
	transition:
		background var(--tnf-dur) var(--tnf-ease),
		border-color var(--tnf-dur) var(--tnf-ease),
		color var(--tnf-dur) var(--tnf-ease);
	z-index: 60;
}

body.admin-bar:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header {
	top: auto;
}

body.admin-bar:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-head {
	top: 32px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header--over {
	background: transparent;
	color: var(--tnf-on-dark);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header--solid {
	backdrop-filter: blur(10px);
	background: rgb(255 255 255 / 0.94);
	border-bottom-color: var(--tnf-border);
	color: var(--tnf-ink);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__inner {
	align-items: center;
	display: grid;
	gap: var(--tnf-s-5);
	grid-template-columns: 1fr auto 1fr;
	min-height: var(--tnf-header-height);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__brand {
	color: currentColor;
	display: inline-flex;
	justify-self: start;
	line-height: 1;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__logo {
	display: block;
	height: 46px;
	object-fit: contain;
	width: auto;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__logo--light {
	display: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header--over .tnf-site-header__logo--dark {
	display: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header--over .tnf-site-header__logo--light {
	display: block;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header--solid .tnf-site-header__logo--dark {
	display: block;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header--solid .tnf-site-header__logo--light {
	display: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav {
	display: none;
	gap: clamp(14px, 1.6vw, 28px);
	justify-content: center;
	justify-self: center;
	max-width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__menu {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(10px, 1.1vw, 22px);
	list-style: none;
	margin: 0;
	padding: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__menu > .menu-item,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__menu > .tnf-site-header__item {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	position: relative;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .tnf-site-header__menu > .menu-item > .tnf-site-header__link {
	align-items: center;
	box-sizing: border-box;
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	line-height: 1;
	min-width: 0;
	padding: 0 2px;
	white-space: nowrap;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__label {
	display: block;
	font: inherit;
	letter-spacing: inherit;
	line-height: 1;
	text-transform: inherit;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .tnf-site-header__menu > .menu-item::before,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .tnf-site-header__menu > .menu-item::after,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .tnf-site-header__menu > .menu-item > .tnf-site-header__link::before {
	content: none !important;
	display: none !important;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__link {
	color: currentColor;
	font-family: var(--tnf-font-body) !important;
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	opacity: 0.92;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__link::after {
	background: currentColor;
	bottom: -2px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--tnf-dur) var(--tnf-ease);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__link:hover::after,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__link.is-current::after {
	transform: scaleX(1);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__link--is-sale,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__item--highlight > .tnf-site-header__link,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__item--new > .tnf-site-header__link {
	font-weight: 500;
	line-height: 1;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .sub-menu {
	background: var(--tnf-surface);
	border: 1px solid var(--tnf-border);
	box-shadow: 0 12px 32px rgb(0 0 0 / 0.08);
	color: var(--tnf-ink);
	display: block;
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 14rem;
	opacity: 0;
	padding: 0.5rem 0;
	position: absolute;
	top: calc(100% + 0.35rem);
	transform: translateY(6px);
	transition: opacity var(--tnf-dur) var(--tnf-ease), transform var(--tnf-dur) var(--tnf-ease), visibility var(--tnf-dur) var(--tnf-ease);
	visibility: hidden;
	z-index: 30;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .sub-menu .menu-item {
	display: block;
	position: relative;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__menu > .menu-item:hover > .sub-menu,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__menu > .menu-item:focus-within > .sub-menu,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .sub-menu .menu-item:hover > .sub-menu,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .sub-menu .menu-item:focus-within > .sub-menu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .sub-menu .tnf-site-header__link {
	color: var(--tnf-ink);
	display: block;
	font-size: 0.78rem;
	opacity: 1;
	padding: 0.55rem 1rem;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .sub-menu .tnf-site-header__link:hover,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .sub-menu .menu-item:focus-within > .tnf-site-header__link {
	background: var(--tnf-surface-soft);
	color: var(--tnf-ink);
	opacity: 1;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav .sub-menu .tnf-site-header__link::after {
	display: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__actions {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: flex-end;
	justify-self: end;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__iconbtn {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: currentColor;
	cursor: pointer;
	display: inline-grid;
	height: 42px;
	justify-content: center;
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: background var(--tnf-dur) var(--tnf-ease);
	width: 42px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__iconbtn:hover {
	background: rgb(128 128 128 / 0.12);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__iconbtn svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
	width: 20px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__cart-count {
	align-items: center;
	background: #000000;
	border-radius: 9px;
	color: #ffffff;
	display: grid;
	font-family: var(--tnf-font-body);
	font-size: 0.58rem;
	font-weight: 700;
	height: 16px;
	justify-content: center;
	min-width: 16px;
	padding: 0 4px;
	position: absolute;
	right: 6px;
	top: 6px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__cart-count.is-empty {
	display: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header--over .tnf-site-header__cart-count {
	background: #ffffff;
	color: #111;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__iconbtn--menu {
	display: inline-grid;
}

/* ---- Mobile drawer ---- */
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer {
	inset: 0;
	position: fixed;
	visibility: hidden;
	z-index: 90;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer.is-open {
	visibility: visible;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__scrim {
	background: rgb(8 8 8 / 0.4);
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity var(--tnf-dur) var(--tnf-ease);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer.is-open .tnf-drawer__scrim {
	opacity: 1;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__panel {
	background: var(--tnf-surface);
	bottom: 0;
	display: flex;
	flex-direction: column;
	padding: var(--tnf-s-5) var(--tnf-s-6);
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.5s var(--tnf-ease);
	width: min(88vw, 400px);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer.is-open .tnf-drawer__panel {
	transform: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__head {
	align-items: center;
	border-bottom: 1px solid var(--tnf-border);
	display: flex;
	justify-content: space-between;
	padding-bottom: var(--tnf-s-5);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__brand img {
	display: block;
	height: 30px;
	width: auto;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__nav {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	padding-block: var(--tnf-s-5);
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__menu--drawer {
	align-items: stretch;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__nav .menu-item {
	border-bottom: 1px solid var(--tnf-border);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__nav .menu-item-has-children {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__nav a {
	border-bottom: 0;
	color: var(--tnf-heading);
	display: block;
	font-family: var(--tnf-font-heading) !important;
	font-size: 1.7rem;
	font-weight: 500;
	padding: 11px 0;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__nav .submenu-toggle {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--tnf-text-faint);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	justify-self: end;
	padding: 11px 0 11px 12px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__nav .submenu-toggle svg {
	height: 17px;
	stroke: currentColor;
	transition: transform var(--tnf-dur) var(--tnf-ease);
	width: 17px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__nav .menu-item.is-open > .submenu-toggle svg {
	transform: rotate(180deg);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__nav .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 0;
	grid-column: 1 / -1;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__nav .sub-menu[hidden] {
	display: none !important;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__nav .sub-menu a {
	font-size: 1.25rem;
	padding: 0.65rem 0;
	text-align: left;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__foot {
	display: grid;
	gap: var(--tnf-s-3);
	margin-top: auto;
	padding-top: var(--tnf-s-5);
}

/* ---- Search overlay ---- */
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay {
	inset: 0;
	position: fixed;
	visibility: hidden;
	z-index: 80;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay.is-open {
	visibility: visible;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__scrim {
	background: rgb(8 8 8 / 0.35);
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity var(--tnf-dur) var(--tnf-ease);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay.is-open .tnf-search-overlay__scrim {
	opacity: 1;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__panel {
	background: var(--tnf-surface);
	left: 0;
	padding-bottom: var(--tnf-s-7);
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-100%);
	transition: transform 0.5s var(--tnf-ease);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay.is-open .tnf-search-overlay__panel {
	transform: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__inner {
	--tnf-search-bar-size: calc((var(--tnf-s-6) * 2) + clamp(1.6rem, 4vw, 2.2rem) + 1px);
	position: relative;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__bar {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	padding: var(--tnf-s-5) 0 var(--tnf-s-3);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__icon {
	color: var(--tnf-text-faint);
	flex-shrink: 0;
	fill: none;
	height: 26px;
	stroke: currentColor;
	width: 26px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products {
	position: relative;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__form {
	align-items: flex-start;
	border-bottom: 1px solid var(--tnf-border);
	display: flex;
	gap: var(--tnf-s-4);
	margin: 0 0 var(--tnf-s-4);
	min-width: 0;
	padding: 0 0 var(--tnf-s-5);
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__icon--field {
	margin-top: 4px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__form .wd-search-form {
	flex: 1;
	margin: 0;
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__form .searchform.woodmart-ajax-search {
	--wd-form-height: auto;
	--wd-form-bg: transparent;
	--wd-form-brd-width: 0;
	margin: 0;
	padding-bottom: 0;
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__form .searchform.woodmart-ajax-search input[type="text"] {
	border: 0;
	color: var(--tnf-heading);
	font-family: var(--tnf-font-heading) !important;
	font-size: clamp(1.6rem, 4vw, 2.2rem);
	outline: none;
	padding: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__form .searchform.woodmart-ajax-search input[type="text"]::placeholder {
	color: var(--tnf-text-faint);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__form .searchform[class*="wd-style-with-bg"] .searchsubmit,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__form .wd-clear-search {
	display: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__close {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--tnf-muted);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--tnf-font-body);
	font-size: 0.76rem;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	white-space: nowrap;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__close svg {
	fill: none;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.5;
	width: 16px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__body {
	display: grid;
	gap: var(--tnf-s-7);
	grid-template-columns: 1fr 1fr;
	padding-top: var(--tnf-s-6);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__label {
	color: var(--tnf-text-faint);
	font-family: var(--tnf-font-body) !important;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin: 0 0 var(--tnf-s-4);
	text-transform: uppercase;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__term {
	border: 1px solid var(--tnf-border);
	border-radius: 40px;
	color: var(--tnf-muted);
	font-size: 0.82rem;
	padding: 9px 15px;
	text-decoration: none;
	transition: border-color var(--tnf-dur) var(--tnf-ease), color var(--tnf-dur) var(--tnf-ease);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__term:hover {
	border-color: var(--tnf-heading);
	color: var(--tnf-heading);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-search-results-wrapper {
	position: static;
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-search-results {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: block !important;
	left: auto !important;
	margin: 0 !important;
	opacity: 1 !important;
	position: static !important;
	right: auto !important;
	visibility: visible !important;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-search-results.wd-opened {
	display: block !important;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-scroll-content {
	max-height: none;
	overflow: visible;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-search-suggestions {
	display: block;
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-suggestions-group {
	display: flex;
	flex-direction: column;
	gap: 0;
	grid-template-columns: none;
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-suggestion {
	align-items: center;
	background: transparent !important;
	border: 0;
	border-bottom: 1px solid var(--tnf-border);
	color: var(--tnf-heading);
	display: flex;
	flex-direction: row;
	gap: var(--tnf-s-4);
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	transition: opacity var(--tnf-dur) var(--tnf-ease);
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-suggestion:hover,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-suggestion.wd-active {
	background: transparent !important;
	opacity: 0.6;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-suggestion-thumb {
	flex: 0 0 54px;
	margin: 0;
	max-width: 54px;
	width: 54px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-suggestion-thumb img {
	border-radius: 0;
	display: block;
	height: 54px;
	object-fit: cover;
	width: 54px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-suggestion-content {
	align-items: center;
	column-gap: var(--tnf-s-4);
	display: grid;
	flex: 1;
	grid-template-columns: minmax(0, 1fr) auto;
	min-width: 0;
	row-gap: 2px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-suggestion-title {
	color: var(--tnf-heading);
	font-family: var(--tnf-font-body) !important;
	font-size: 1rem;
	font-weight: 500;
	grid-column: 1;
	grid-row: 1;
	line-height: 1.35;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-suggestion-sku,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-suggestion-content > span:not(.wd-suggestion-title):not(.wd-suggestion-price) {
	color: var(--tnf-muted);
	display: block;
	font-size: 0.82rem;
	grid-column: 1;
	grid-row: 2;
	line-height: 1.4;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-suggestion-price {
	align-self: center;
	color: var(--tnf-heading);
	flex-shrink: 0;
	font-family: var(--tnf-font-body) !important;
	font-size: 1rem;
	font-weight: 600;
	grid-column: 2;
	grid-row: 1 / span 2;
	margin-left: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-all-results,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-not-found {
	background: transparent !important;
	border: 0;
	color: var(--tnf-muted);
	font-size: 0.875rem;
	padding: 10px 0 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-all-results {
	align-items: center;
	background: var(--tnf-ink) !important;
	border: 1px solid var(--tnf-ink);
	color: #ffffff !important;
	display: inline-flex;
	font-family: var(--tnf-font-body) !important;
	font-size: 0.76rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: var(--tnf-s-5);
	min-height: 46px;
	padding: 0 1.5rem;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background var(--tnf-dur) var(--tnf-ease), color var(--tnf-dur) var(--tnf-ease);
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__products .wd-all-results:hover {
	background: transparent !important;
	color: var(--tnf-ink) !important;
}

@media (max-width: 768px) {
	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-search-overlay__body {
		gap: var(--tnf-s-6);
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1024px) {
	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav {
		display: flex;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__iconbtn--menu {
		display: none;
	}
}

@media (min-width: 1024px) and (max-width: 1360px) {
	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__menu {
		gap: 8px;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__link {
		font-size: 0.76rem;
	}
}

@media (max-width: 768px) {
	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-head {
		--tnf-announce-height: 50px;
		--tnf-header-height: 64px;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce__panel {
		gap: 8px;
		padding-inline: 10px;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce__panel--sale {
		flex-direction: column;
		gap: 3px;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce__tp-label,
	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce__sale-label {
		font-size: 0.62rem;
		letter-spacing: 0.08em;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-tp-logo {
		font-size: 0.82rem;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__inner {
		grid-template-columns: auto 1fr;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__nav {
		display: none;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header__logo {
		height: 40px;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-drawer__nav a {
		font-size: 1rem;
	}

	body.admin-bar:is(.tnf-native-home, .tnf-site-chrome) .tnf-announce {
		top: auto;
	}

	body.admin-bar:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-header {
		top: auto;
	}

	body.admin-bar:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-head {
		top: 46px;
	}
}

body.tnf-native-home .tnf-home-hero {
	background: var(--tnf-ink);
	display: block;
	margin-top: calc(-1 * var(--tnf-header-height, 78px));
	min-height: max(600px, 92vh);
	overflow: hidden;
	padding: var(--tnf-header-height, 78px) 0 0;
	position: relative;
}

body.tnf-native-home .tnf-home-hero.tnf-home-section {
	background: var(--tnf-ink);
}

body.tnf-native-home .tnf-home-hero__media {
	inset: 0;
	pointer-events: none;
	position: absolute;
}

body.tnf-native-home .tnf-home-hero__poster {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 0;
}

body.tnf-native-home .tnf-home-hero__video--embed {
	border: 0;
	height: 56.25vw;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 177.78vh;
}

body.tnf-native-home .tnf-home-hero__video--file {
	border: 0;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 1;
}

body.tnf-native-home .tnf-home-hero__image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.tnf-native-home .tnf-home-hero__overlay {
	background:
		linear-gradient(180deg, rgb(15 15 15 / 0.44) 0%, rgb(15 15 15 / 0.22) 36%, rgb(15 15 15 / 0.34) 62%, rgb(10 10 10 / 0.62) 100%),
		rgb(0 0 0 / 0.18);
	inset: 0;
	position: absolute;
	z-index: 1;
}

body.tnf-native-home .tnf-home-hero__content {
	display: flex;
	flex-direction: column;
	inset: 0;
	justify-content: flex-end;
	min-height: inherit;
	padding-bottom: clamp(5rem, 8vw, 7rem);
	position: absolute;
	z-index: 2;
}

body.tnf-native-home .tnf-home-hero__copy {
	color: #fff;
	max-width: 42rem;
}

body.tnf-native-home .tnf-home-hero__title,
body.tnf-native-home .tnf-home-hero__title span,
body.tnf-native-home .tnf-home-hero__description {
	color: #fff;
}

body.tnf-native-home .tnf-home .tnf-home-hero .tnf-home-hero__kicker {
	color: #ffffff !important;
	font-family: var(--tnf-font-body) !important;
	font-size: var(--tnf-type-eyebrow);
	font-weight: 600;
	letter-spacing: 0.22em;
	line-height: 1.35;
	margin: 0 0 var(--tnf-s-5);
	opacity: 1;
	text-transform: uppercase;
}

body.tnf-native-home .tnf-home-hero__title,
body.tnf-native-home #tnf-home-hero-title {
	color: #fff;
	font-family: var(--tnf-font-heading) !important;
	font-size: 64px;
	font-weight: 500 !important;
	letter-spacing: -0.01em;
	line-height: 1.04;
	margin: 0 0 var(--tnf-s-5);
	max-width: min(17ch, 920px);
}

body.tnf-native-home .tnf-home-hero__title span {
	display: block;
	font-family: var(--tnf-font-heading) !important;
}

body.tnf-native-home .tnf-home-hero__description {
	color: var(--tnf-on-dark-soft);
	font-size: var(--tnf-type-body-lg);
	line-height: 1.7;
	margin: 0;
	max-width: 52ch;
}

body.tnf-native-home .tnf-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--tnf-s-4);
	margin-top: var(--tnf-s-7);
}

body.tnf-native-home .tnf-home-hero__btn--primary {
	background: var(--tnf-on-dark);
	border-color: var(--tnf-on-dark);
	color: var(--tnf-ink);
}

body.tnf-native-home .tnf-home-hero__btn--primary:hover {
	background: rgb(255 255 255 / 0.86);
	border-color: rgb(255 255 255 / 0.86);
	color: var(--tnf-ink);
}

body.tnf-native-home .tnf-home-hero__btn--secondary {
	background: transparent;
	border-color: rgb(255 255 255 / 0.55);
	color: var(--tnf-on-dark);
}

body.tnf-native-home .tnf-home-hero__btn--secondary:hover {
	background: rgb(255 255 255 / 0.12);
	border-color: #fff;
	color: var(--tnf-on-dark);
}

@media (max-width: 767px) {
	body.tnf-native-home .tnf-home-hero__btn--secondary {
		display: none;
	}
}

body.tnf-native-home .tnf-home-mattress {
	padding-block: clamp(48px, 6vw, 80px);
}

body.tnf-native-home .tnf-home-mattress__grid {
	align-items: center;
	display: grid;
	gap: clamp(28px, 4vw, 64px);
	grid-template-columns: 1fr;
}

body.tnf-native-home .tnf-home-mattress__media {
	aspect-ratio: 4 / 3;
	background: var(--tnf-surface-soft);
	overflow: hidden;
}

body.tnf-native-home .tnf-home-mattress__video {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.tnf-native-home .tnf-home-mattress__eyebrow {
	margin: 0 0 var(--tnf-s-4);
}

body.tnf-native-home .tnf-home-mattress__eyebrow--media {
	display: none;
}

@media (max-width: 767px) {
	body.tnf-native-home .tnf-home-mattress__eyebrow--media {
		display: block;
	}

	body.tnf-native-home .tnf-home-mattress__eyebrow--content {
		display: none;
	}
}

body.tnf-native-home .tnf-home-mattress__title {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1.1;
	margin: 0;
}

body.tnf-native-home .tnf-home-mattress__text {
	color: var(--tnf-muted);
	font-size: 1rem;
	line-height: 1.7;
	margin: var(--tnf-s-4) 0 0;
}

body.tnf-native-home .tnf-home-mattress__specs {
	display: grid;
	margin: var(--tnf-s-6) 0 0;
}

body.tnf-native-home .tnf-home-mattress__specs li {
	align-items: baseline;
	border-top: 1px solid var(--tnf-border);
	display: flex;
	gap: var(--tnf-s-5);
	justify-content: space-between;
	padding: var(--tnf-s-4) 0;
}

body.tnf-native-home .tnf-home-mattress__specs li:last-child {
	border-bottom: 1px solid var(--tnf-border);
}

body.tnf-native-home .tnf-home-mattress__specs span {
	color: var(--tnf-heading);
	font-family: var(--tnf-font-heading) !important;
	font-size: 1.08rem;
	line-height: 1.3;
}

body.tnf-native-home .tnf-home-mattress__specs strong {
	color: var(--tnf-muted);
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: right;
}

body.tnf-native-home .tnf-home-mattress .tnf-btn {
	margin-top: var(--tnf-s-7);
}

body.tnf-native-home .tnf-home-mattress__points {
	display: grid;
	gap: 0;
	list-style: none;
	margin: var(--tnf-s-6) 0 0;
	padding: 0;
}

body.tnf-native-home .tnf-home-mattress__points li {
	align-items: center;
	border-top: 1px solid var(--tnf-border);
	color: var(--tnf-heading);
	display: flex;
	font-size: 0.96rem;
	line-height: 1.35;
	min-height: 56px;
	padding: 0;
	position: relative;
}

body.tnf-native-home .tnf-home-mattress__points li:last-child {
	border-bottom: 1px solid var(--tnf-border);
}

body.tnf-native-home .tnf-home-mattress--tv {
	background: var(--tnf-surface-soft);
}

body.tnf-native-home .tnf-home-swatches__grid {
	align-items: center;
	display: grid;
	gap: clamp(32px, 5vw, 88px);
	grid-template-columns: 1fr;
}

body.tnf-native-home .tnf-home-swatches__eyebrow {
	margin: 0 0 var(--tnf-s-4);
}

body.tnf-native-home .tnf-home-swatches__title {
	font-size: var(--tnf-type-section);
	line-height: 1.08;
	margin: 0;
}

body.tnf-native-home .tnf-home-swatches__text {
	color: var(--tnf-muted);
	font-size: var(--tnf-type-body-lg);
	line-height: 1.7;
	margin: var(--tnf-s-4) 0 0;
	max-width: 42rem;
}

body.tnf-native-home .tnf-home-swatches__chips {
	display: flex;
	flex-wrap: wrap;
	gap: var(--tnf-s-4);
	margin-top: var(--tnf-s-6);
}

body.tnf-native-home .tnf-home-swatches__chip {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	gap: 10px;
}

body.tnf-native-home .tnf-home-swatches__chip i {
	border: 1px solid var(--tnf-border-strong);
	border-radius: 50%;
	display: block;
	height: 64px;
	transition: transform var(--tnf-dur) var(--tnf-ease);
	width: 64px;
}

body.tnf-native-home .tnf-home-swatches__chip:hover i {
	transform: scale(1.07);
}

body.tnf-native-home .tnf-home-swatches__chip b {
	color: var(--tnf-muted);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.tnf-native-home .tnf-home-swatches .tnf-btn {
	margin-top: var(--tnf-s-7);
}

body.tnf-native-home .tnf-home-swatches__media {
	background: var(--tnf-surface-soft);
	overflow: hidden;
}

body.tnf-native-home .tnf-home-swatches__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.tnf-native-home .tnf-home-truststrip {
	background: var(--tnf-surface);
	border-bottom: 1px solid var(--tnf-border);
}

body.tnf-native-home .tnf-home-truststrip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.tnf-native-home .tnf-home-truststrip__cell {
	align-items: center;
	border-right: 1px solid var(--tnf-border);
	display: flex;
	gap: 11px;
	justify-content: center;
	padding: 16px var(--tnf-s-5);
}

body.tnf-native-home .tnf-home-truststrip__cell:last-child {
	border-right: 0;
}

body.tnf-native-home .tnf-home-truststrip__cell svg {
	color: var(--tnf-heading);
	fill: none;
	flex: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	width: 19px;
}

body.tnf-native-home .tnf-home-truststrip__cell h4 {
	color: var(--tnf-heading);
	font-family: var(--tnf-font-body) !important;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin: 0;
	text-transform: none;
}

body.tnf-native-home .tnf-home-story-hero {
	background: var(--tnf-surface);
	display: block;
	min-height: 0;
	overflow: visible;
}

body.tnf-native-home .tnf-home-story-hero__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	body.tnf-native-home .tnf-home-mattress__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.tnf-native-home .tnf-home-mattress--tv .tnf-home-mattress__media {
		order: 2;
	}

	body.tnf-native-home .tnf-home-story-hero__grid {
		gap: 1.25rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.tnf-native-home .tnf-home-swatches__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body.tnf-native-home .tnf-home-story-hero__panel {
	display: flex;
	flex-direction: column;
	padding: 30px;
}

body.tnf-native-home .tnf-home-story-hero__panel--light,
body.tnf-native-home .tnf-home-story-hero__panel--soft {
	background: var(--tnf-surface-soft);
}

body.tnf-native-home .tnf-home-story-hero__panel.tnf-reveal.is-visible,
body.tnf-native-home .tnf-home-story-hero__panel--soft.tnf-reveal.is-visible {
	padding: 30px;
}

body.tnf-native-home .tnf-home-story-hero__media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

body.tnf-native-home .tnf-home-story-hero__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.tnf-native-home .tnf-home-story-hero__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px 0 0 0;
}

body.tnf-native-home .tnf-home-story-hero__eyebrow {
	margin: 0 0 var(--tnf-s-4);
}

body.tnf-native-home .tnf-home-story-hero__title {
	color: var(--tnf-heading);
	font-size: var(--tnf-type-section);
	line-height: 1.08;
	margin: 0;
}

body.tnf-native-home .tnf-home-story-hero__text {
	color: var(--tnf-muted);
	flex: 1;
	font-size: var(--tnf-type-body-lg);
	line-height: 1.7;
	margin: var(--tnf-s-4) 0 0;
	max-width: 36rem;
}

body.tnf-native-home .tnf-home-story-hero__btn {
	align-self: flex-start;
	margin-top: var(--tnf-s-7);
}

body.tnf-native-home .tnf-home-story-hero__btn-icon {
	font-size: 1rem;
	line-height: 1;
}

body.tnf-native-home .tnf-home-bestsellers__grid {
	column-gap: 1rem;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 3rem;
}

body.tnf-native-home .tnf-home-bestsellers__header {
	align-items: end;
	display: flex;
	gap: var(--tnf-s-5);
	justify-content: space-between;
	margin-bottom: var(--tnf-s-8);
}

body.tnf-native-home .tnf-home-bestsellers__title {
	font-size: var(--tnf-type-section);
	line-height: 1.08;
	margin: 0;
}

body.tnf-native-home .tnf-home-bestsellers__intro {
	color: var(--tnf-muted);
	font-size: var(--tnf-type-body-lg);
	line-height: 1.7;
	margin: var(--tnf-s-4) 0 0;
	max-width: 36rem;
}

@media (min-width: 640px) {
	body.tnf-native-home .tnf-home-bestsellers__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	body.tnf-native-home .tnf-home-bestsellers__grid {
		column-gap: 1.5rem;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

body.tnf-native-home .tnf-home-collections__header {
	margin-bottom: var(--tnf-s-8);
}

body.tnf-native-home .tnf-home-collections__header--center {
	margin-inline: auto;
	margin-bottom: var(--tnf-s-8);
	max-width: 46rem;
	text-align: center;
}

body.tnf-native-home .tnf-home-collections__title {
	font-size: var(--tnf-type-section);
	line-height: 1.08;
	margin: 0;
}

body.tnf-native-home .tnf-home .tnf-home-collections .tnf-home-collections__eyebrow {
	color: #6f6f6f !important;
}

body.tnf-native-home .tnf-home-collections__intro {
	color: var(--tnf-muted);
	font-size: var(--tnf-type-body-lg);
	line-height: 1.7;
	margin: var(--tnf-s-4) 0 0;
}

body.tnf-native-home .tnf-home-collections__grid {
	column-gap: 1rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: var(--tnf-s-7);
}

body.tnf-native-home .tnf-collection-card {
	color: inherit;
	display: block;
	text-decoration: none;
}

@media (max-width: 767px) {
	body.tnf-native-home .tnf-collection-card--desktop-only {
		display: none;
	}

	body.tnf-native-home .tnf-collection-card--high-headboards-beds {
		display: none;
	}

	body.tnf-native-home .tnf-collection-card--luxury-mattresses.tnf-collection-card--desktop-only {
		display: block;
	}
}

body.tnf-native-home .tnf-collection-card__media {
	aspect-ratio: 1;
	background: hsl(0 0% 94%);
	overflow: hidden;
}

body.tnf-native-home .tnf-collection-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

body.tnf-native-home .tnf-collection-card:hover .tnf-collection-card__media img {
	transform: scale(1.05);
}

body.tnf-native-home .tnf-collection-card__meta {
	align-items: center;
	border-top: 1px solid var(--tnf-border);
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	margin-top: 0.5rem;
	padding-top: 0.75rem;
}

body.tnf-native-home .tnf-collection-card__meta h3 {
	flex: 1;
	font-size: var(--tnf-type-body);
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	min-width: 0;
}

body.tnf-native-home .tnf-collection-card__arrow {
	color: var(--tnf-text-faint);
	flex: none;
	height: 1rem;
	transition: color 0.3s ease, transform 0.3s ease;
	width: 1rem;
}

body.tnf-native-home .tnf-collection-card:hover .tnf-collection-card__arrow {
	color: var(--tnf-ink);
	transform: translateX(4px);
}

body.tnf-native-home .tnf-home-collections__dots {
	display: none !important;
}

body.tnf-native-home .tnf-home-collections__dot {
	display: none;
}

body.tnf-native-home .tnf-home-collections__dot.is-active {
	background: rgb(18 18 18);
}

body.tnf-native-home .tnf-home-collections__dot:not(.is-active):hover {
	background: rgb(18 18 18 / 0.4);
}

@media (min-width: 768px) {
	body.tnf-native-home .tnf-home-collections__grid {
		column-gap: 1.25rem;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card {
	background: var(--tnf-surface);
	color: inherit;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	text-decoration: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__coupon {
	background: #fff;
	color: #000;
	font-size: 0.625rem;
	left: 0.75rem;
	max-width: calc(100% - 1.5rem);
	padding: 0.25rem 0.625rem;
	position: absolute;
	right: auto;
	text-transform: uppercase;
	top: 0.75rem;
	z-index: 1;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__coupon svg {
	display: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__media {
	aspect-ratio: 1;
	overflow: hidden;
	position: relative;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card:hover .tnf-product-card__media img {
	transform: scale(1.05);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__featured {
	display: none !important;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.25rem 1rem 1.25rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__title {
	font-size: var(--tnf-type-card-title);
	font-weight: 400;
	line-height: 1.375;
	margin: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__options {
	color: var(--tnf-muted);
	font-size: 0.875rem;
	margin: 0.25rem 0 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__meta {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	gap: 0.75rem;
	justify-content: space-between;
	margin-top: 0.75rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__rating,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__delivery {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.375rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__tp-stars {
	align-items: center;
	display: inline-flex;
	gap: 2px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__rating svg {
	fill: #00b67a;
	flex-shrink: 0;
	height: 0.875rem;
	width: 0.875rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__rating-score,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__rating-text,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__rating .tnf-pdp-rating-text {
	color: var(--tnf-ink);
	font-weight: 500;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__rating-count,
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__delivery {
	color: var(--tnf-muted);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__delivery {
	font-size: 0.75rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__delivery svg {
	fill: none;
	height: 0.875rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	width: 0.875rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__footer {
	align-items: end;
	border-top: 1px solid var(--tnf-border);
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
	padding-top: 1rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__price-wrap .tnf-pdp-finance {
	color: var(--tnf-muted);
	display: block;
	font-size: 0.75rem;
	letter-spacing: normal;
	line-height: 1.4;
	margin: 0.25rem 0 0;
	text-transform: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__price-wrap .tnf-pdp-finance strong {
	color: var(--tnf-ink);
	font-weight: 600;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__price-label {
	color: var(--tnf-muted);
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	margin: 0 0 0.25rem;
	text-transform: uppercase;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__price {
	font-size: 1.125rem;
	letter-spacing: 0.02em;
	margin: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__price .woocommerce-Price-amount {
	color: inherit;
	font-weight: 400;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__cta {
	border-bottom: 1px solid var(--tnf-ink);
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	padding-bottom: 0.25rem;
	text-transform: uppercase;
	transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card:hover .tnf-product-card__cta {
	opacity: 0.7;
}

@media (min-width: 1024px) {
	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-product-card__body {
		padding: 1.25rem 1.25rem 1.5rem;
	}
}

body.tnf-native-home .tnf-home-finance {
	background: var(--tnf-surface-soft);
	border-bottom: 1px solid var(--tnf-border);
	border-top: 1px solid var(--tnf-border);
	padding-block: var(--tnf-s-8);
}

body.tnf-native-home .tnf-home-finance__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--tnf-s-6);
	justify-content: space-between;
}

body.tnf-native-home .tnf-home-finance__copy {
	align-items: center;
	display: flex;
	gap: var(--tnf-s-5);
	max-width: 40rem;
}

body.tnf-native-home .tnf-home-finance__copy svg {
	color: var(--tnf-heading);
	fill: none;
	flex: none;
	height: 32px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	width: 32px;
}

body.tnf-native-home .tnf-home-finance__copy h3 {
	color: var(--tnf-heading);
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 0;
}

body.tnf-native-home .tnf-home-finance__copy p {
	color: var(--tnf-muted);
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 5px 0 0;
}

body.tnf-native-home .tnf-home-finance__chips {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.tnf-native-home .tnf-home-finance__chip {
	align-items: center;
	border: 1px solid var(--tnf-border-strong);
	border-radius: 3px;
	color: var(--tnf-muted);
	display: inline-flex;
	font-family: var(--tnf-font-body) !important;
	font-size: 0.6rem;
	font-weight: 700;
	height: 26px;
	justify-content: center;
	letter-spacing: 0.08em;
	padding: 0 10px;
	text-transform: uppercase;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-home-reviews .tnf-shell {
	overflow: visible;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-home-reviews {
	border-top: 1px solid var(--tnf-border);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer > .tnf-home-reviews {
	background: var(--tnf-surface-soft);
	border-bottom: 1px solid var(--tnf-border);
	border-top: 0;
	padding-block: var(--tnf-section-space);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__header {
	margin-bottom: 2.5rem;
	text-align: center;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__title {
	color: #191919;
	font-size: var(--tnf-type-section);
	font-weight: 400 !important;
	line-height: 1.15;
	margin: 0 0 1rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__summary {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	justify-content: center;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__summary-rating {
	align-items: baseline;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: center;
	margin: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__summary-label {
	color: #191919;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__summary-score {
	color: #6b6b6b;
	font-size: 1rem;
	font-weight: 400;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__summary-brand {
	color: inherit;
	display: inline-flex;
	text-decoration: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-trustpilot-brand {
	align-items: center;
	display: inline-flex;
	gap: 0.35rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-trustpilot-brand__star {
	fill: #00b67a;
	height: 1.25rem;
	width: 1.25rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-trustpilot-brand__text {
	color: #191919;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -0.01em;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-review-card__stars {
	align-items: center;
	display: inline-flex;
	gap: 2px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-review-card__star {
	display: block;
	fill: #00b67a;
	flex: 0 0 auto;
	height: 0.875rem;
	width: 0.875rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__carousel {
	overflow: visible;
	padding-inline: 1rem;
	position: relative;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__viewport {
	cursor: grab;
	overflow: hidden;
	touch-action: pan-y;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__viewport.is-dragging {
	cursor: grabbing;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__track {
	display: flex;
	margin-left: -1rem;
	transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__slide {
	box-sizing: border-box;
	flex: 0 0 100%;
	max-width: 100%;
	min-width: 0;
	padding-left: 1rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-review-card {
	background: #fff;
	border: 1px solid #dcdcdc;
	box-shadow: 0 1px 4px rgb(0 0 0 / 6%);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 15.5rem;
	padding: 1.25rem 1.35rem 1.35rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-review-card__top {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: space-between;
	margin-bottom: 0.85rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-review-card__verified {
	align-items: center;
	color: #8c8c8c;
	display: inline-flex;
	font-size: 0.75rem;
	gap: 0.35rem;
	line-height: 1;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-review-card__verified svg {
	fill: #b8b8b8;
	height: 1rem;
	flex-shrink: 0;
	width: 1rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-review-card__verified svg path:last-child {
	fill: none;
	stroke: #fff;
	stroke-width: 1.5;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-review-card__title {
	color: #191919;
	font-size: var(--tnf-type-card-title);
	font-weight: 400 !important;
	line-height: 1.375;
	margin: 0 0 0.65rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-review-card__quote {
	-webkit-box-orient: vertical;
	color: #6b6b6b;
	display: -webkit-box;
	flex: 1;
	font-size: 0.875rem;
	-webkit-line-clamp: 5;
	line-height: 1.55;
	margin: 0;
	overflow: hidden;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-review-card__author {
	color: #191919;
	flex: 0 0 auto;
	font-size: 0.8125rem;
	line-height: 1.4;
	margin: 1rem 0 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-review-card__author strong {
	font-weight: 700;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-review-card__date {
	color: #6b6b6b;
	font-weight: 400;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__nav {
	align-items: center;
	background: var(--tnf-surface);
	border: 1px solid var(--tnf-border);
	border-radius: 999px;
	box-sizing: border-box;
	color: var(--tnf-ink);
	cursor: pointer;
	display: none;
	flex-shrink: 0;
	font-size: 0;
	height: 2rem;
	justify-content: center;
	line-height: 0;
	max-height: 2rem;
	max-width: 2rem;
	min-height: 2rem;
	min-width: 2rem;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	z-index: 1;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__nav:disabled {
	cursor: default;
	opacity: 0.5;
	pointer-events: none;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__nav svg {
	fill: none;
	height: 1rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 1rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__nav--prev {
	left: -3rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__nav--next {
	right: -3rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__footer-meta {
	color: #6b6b6b;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 2rem 0 0;
	text-align: center;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__footer-meta strong {
	color: #191919;
	font-weight: 700;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__footer-meta a {
	color: #6b6b6b;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__footer-meta a:hover {
	color: #191919;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__cta {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__cta-button {
	align-items: center;
	background: #68d794;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #191919;
	display: inline-flex;
	font-family: var(--tnf-font-body) !important;
	font-size: 1rem;
	font-weight: 600;
	gap: 0.5rem;
	justify-content: center;
	padding: 0.5rem 1.5rem;
	text-decoration: none;
	transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__cta-button:hover {
	background: #5bc985;
	color: #191919;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__cta-label {
	color: #191919;
	font-weight: 600;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__cta-button .tnf-trustpilot-brand--logo {
	display: inline-flex;
	line-height: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__cta-button .tnf-trustpilot-brand__logo {
	display: block;
	height: 1.25rem;
	width: auto;
}

@media (min-width: 768px) {
	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__carousel {
		padding-inline: 3rem;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-reviews__nav {
		display: inline-flex;
	}
}

body.tnf-native-home .tnf-home-craft__grid {
	align-items: start;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

body.tnf-native-home .tnf-home-craft__copy {
	display: flex;
	flex-direction: column;
	max-height: clamp(22rem, 58vh, 36rem);
	min-height: 0;
	overflow: hidden;
	position: relative;
}

body.tnf-native-home .tnf-home-craft__header {
	border-bottom: 1px solid var(--tnf-border);
	flex: 0 0 auto;
	padding-bottom: 1rem;
	position: relative;
	z-index: 2;
}

body.tnf-native-home .tnf-home-craft__copy::after {
	background: linear-gradient(to bottom, rgb(255 255 255 / 0), var(--tnf-surface));
	bottom: 0;
	content: "";
	height: 2.5rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	z-index: 1;
}

body.tnf-native-home .tnf-home-craft__scroll {
	flex: 1 1 auto;
	height: 100%;
	max-height: 100%;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding-bottom: 0.5rem;
	padding-right: 0.75rem;
	padding-top: 1rem;
	scrollbar-color: rgb(18 18 18 / 0.2) transparent;
	scrollbar-width: thin;
}

body.tnf-native-home .tnf-home-craft__scroll::-webkit-scrollbar {
	width: 4px;
}

body.tnf-native-home .tnf-home-craft__scroll::-webkit-scrollbar-thumb {
	background: rgb(18 18 18 / 0.2);
	border-radius: 999px;
}

body.tnf-native-home .tnf-home-craft__scroll:focus {
	outline: none;
}

body.tnf-native-home .tnf-home-craft__scroll:focus-visible {
	outline: 2px solid rgb(18 18 18 / 0.2);
	outline-offset: 4px;
}

body.tnf-native-home .tnf-home-craft__eyebrow {
	color: var(--tnf-muted);
	font-size: var(--tnf-type-eyebrow);
	font-weight: 400;
	letter-spacing: 0.3em;
	line-height: 1.35;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

body.tnf-native-home .tnf-home-craft__title {
	font-size: var(--tnf-type-section);
	line-height: 1.15;
	margin: 0;
}

body.tnf-native-home .tnf-home-craft__intro {
	color: var(--tnf-muted);
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
}

body.tnf-native-home .tnf-home-craft__read-more-inline {
	background: none;
	border: 0;
	color: var(--tnf-ink);
	cursor: pointer;
	display: none;
	font: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	white-space: nowrap;
}

body.tnf-native-home .tnf-home-craft__read-more {
	display: none;
	margin-top: 1.25rem;
}

body.tnf-native-home .tnf-home-craft__more {
	display: block;
}

@media (max-width: 767px) {
	body.tnf-native-home .tnf-home-craft__copy {
		max-height: none;
		overflow: visible;
	}

	body.tnf-native-home .tnf-home-craft__copy::after {
		display: none;
	}

	body.tnf-native-home .tnf-home-craft__scroll {
		height: auto;
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}

	body.tnf-native-home .tnf-home-craft__read-more-inline {
		display: inline;
	}

	body.tnf-native-home .tnf-home-craft__more {
		display: none;
	}

	body.tnf-native-home .tnf-home-craft__copy.is-expanded {
		max-height: clamp(22rem, 58vh, 36rem);
		overflow: hidden;
	}

	body.tnf-native-home .tnf-home-craft__copy.is-expanded::after {
		display: block;
	}

	body.tnf-native-home .tnf-home-craft__copy.is-expanded .tnf-home-craft__scroll {
		flex: 1 1 auto;
		height: 100%;
		max-height: 100%;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding-right: 0.75rem;
	}

	body.tnf-native-home .tnf-home-craft__copy.is-expanded .tnf-home-craft__more {
		display: block;
	}

	body.tnf-native-home .tnf-home-craft__copy.is-expanded .tnf-home-craft__read-more-inline {
		display: none;
	}
}

body.tnf-native-home .tnf-home-craft__blocks {
	display: grid;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

body.tnf-native-home .tnf-home-craft__block-title {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
}

body.tnf-native-home .tnf-home-craft__block-copy {
	color: var(--tnf-muted);
	font-size: 0.9375rem;
	line-height: 1.7;
	margin: 0.75rem 0 0;
}

body.tnf-native-home .tnf-home-craft__list-title {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 1.25rem 0 0.75rem;
}

body.tnf-native-home .tnf-home-craft__list {
	color: var(--tnf-muted);
	display: grid;
	font-size: 0.9375rem;
	gap: 0.5rem;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.tnf-native-home .tnf-home-craft__list li {
	padding-left: 1rem;
	position: relative;
}

body.tnf-native-home .tnf-home-craft__list li::before {
	background: var(--tnf-ink);
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0.6em;
	width: 4px;
}

body.tnf-native-home .tnf-home-craft__steps {
	display: grid;
	gap: 1.75rem;
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
}

body.tnf-native-home .tnf-home-craft__step {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: auto minmax(0, 1fr);
}

body.tnf-native-home .tnf-home-craft__number {
	color: var(--tnf-muted);
	font-size: 0.75rem;
	letter-spacing: 0.3em;
	padding-top: 0.25rem;
	text-transform: uppercase;
}

body.tnf-native-home .tnf-home-craft__step-body {
	border-top: 1px solid var(--tnf-border);
	padding-top: 0.875rem;
}

body.tnf-native-home .tnf-home-craft__step-body h4 {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

body.tnf-native-home .tnf-home-craft__step-body p {
	color: var(--tnf-muted);
	font-size: 0.9375rem;
	line-height: 1.7;
	margin: 0.5rem 0 0;
}

body.tnf-native-home .tnf-home-craft__media {
	align-self: start;
	aspect-ratio: 1;
	background: hsl(0 0% 94%);
	overflow: hidden;
	width: 100%;
}

body.tnf-native-home .tnf-home-craft__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media (min-width: 1024px) {
	body.tnf-native-home .tnf-home-craft__grid {
		gap: 4rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.tnf-native-home .tnf-home-craft__copy {
		aspect-ratio: 1;
		max-height: none;
		width: 100%;
	}
}

body.tnf-native-home .tnf-home-newsletter__grid {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

body.tnf-native-home .tnf-home-newsletter__copy p {
	color: var(--tnf-muted);
	font-size: clamp(0.875rem, 2vw, 1rem);
	line-height: 1.625;
	margin: 0;
	max-width: 36rem;
}

body.tnf-native-home .tnf-home-newsletter__lead {
	color: var(--tnf-ink);
	font-weight: 500;
}

body.tnf-native-home .tnf-home-newsletter__form,
body.tnf-native-home .tnf-home-newsletter__form-wrap form {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin: 0;
	width: 100%;
}

body.tnf-native-home .tnf-home-newsletter__form input[type="email"],
body.tnf-native-home .tnf-home-newsletter__form-wrap input[type="email"] {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--tnf-border);
	border-radius: 0;
	box-shadow: none;
	color: var(--tnf-ink);
	flex: 1;
	font-size: 0.875rem;
	min-width: 0;
	padding: 0.5rem 0.25rem;
}

body.tnf-native-home .tnf-home-newsletter__form input[type="email"]::placeholder,
body.tnf-native-home .tnf-home-newsletter__form-wrap input[type="email"]::placeholder {
	color: var(--tnf-muted);
}

body.tnf-native-home .tnf-home-newsletter__form input[type="email"]:focus,
body.tnf-native-home .tnf-home-newsletter__form-wrap input[type="email"]:focus {
	border-bottom-color: var(--tnf-ink);
	outline: none;
}

body.tnf-native-home .tnf-home-newsletter__submit,
body.tnf-native-home .tnf-home-newsletter__form-wrap button[type="submit"] {
	background: var(--tnf-ink);
	border: 0;
	color: var(--tnf-surface);
	cursor: pointer;
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	padding: 0.5rem 1.5rem;
	text-transform: uppercase;
	transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
}

body.tnf-native-home .tnf-home-newsletter__submit:hover,
body.tnf-native-home .tnf-home-newsletter__form-wrap button[type="submit"]:hover {
	opacity: 0.9;
}

@media (min-width: 1024px) {
	body.tnf-native-home .tnf-home-newsletter__grid {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}

	body.tnf-native-home .tnf-home-newsletter__form,
	body.tnf-native-home .tnf-home-newsletter__form-wrap form {
		min-width: 27.5rem;
		width: auto;
	}
}

/* Pre-footer service assurances (above site footer) */
body:is(.tnf-native-home, .tnf-site-chrome) .tnf-pre-footer-assurances {
	background: var(--tnf-surface);
	border-top: 1px solid var(--tnf-border);
	color: var(--tnf-ink);
	font-family: var(--tnf-font-body);
	padding-block: clamp(2rem, 4vw, 2.75rem);
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-pre-footer-assurances__grid {
	display: grid;
	gap: 1.75rem 1.5rem;
	grid-template-columns: 1fr;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-pre-footer-assurances__item {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	min-width: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-pre-footer-assurances__icon {
	align-items: center;
	color: var(--tnf-ink);
	display: inline-flex;
	flex-shrink: 0;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-pre-footer-assurances__icon svg {
	display: block;
	flex-shrink: 0;
	height: 1.75rem;
	max-height: 1.75rem;
	max-width: 1.75rem;
	stroke: currentColor;
	width: 1.75rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-pre-footer-assurances__copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.25rem;
	min-width: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-pre-footer-assurances__title {
	color: var(--tnf-ink);
	font-family: var(--tnf-font-heading);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-pre-footer-assurances__description {
	color: var(--tnf-muted);
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0;
}

@media (min-width: 640px) {
	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-pre-footer-assurances__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-pre-footer-assurances__grid {
		gap: 2rem;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__menu {
	display: grid;
	list-style: none;
	margin: 0;
	padding: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__menu-block--secondary {
	margin-top: 2.5rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer {
	background: var(--tnf-surface);
	border-top: 1px solid var(--tnf-border);
	color: var(--tnf-ink);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__main {
	padding-bottom: 1.5rem;
	padding-top: 3rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__grid {
	display: grid;
	gap: 3rem;
	grid-template-columns: 1fr;
	margin-bottom: 2rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__brand {
	max-width: 24rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__logo {
	display: inline-block;
	margin-bottom: 1.25rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__logo img {
	display: block;
	height: 3rem;
	object-fit: contain;
	width: auto;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__tagline {
	color: var(--tnf-muted);
	font-size: 0.875rem;
	line-height: 1.625;
	margin: 0 0 1.5rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__contact {
	display: grid;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__contact li {
	align-items: flex-start;
	color: rgb(18 18 18 / 0.8);
	display: flex;
	font-size: 0.875rem;
	gap: 0.75rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__contact svg {
	fill: none;
	flex-shrink: 0;
	height: 1rem;
	margin-top: 0.125rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 1rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__contact a {
	color: inherit;
	text-decoration: none;
	transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__contact a:hover {
	color: var(--tnf-ink);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.75rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__social-link {
	align-items: center;
	border: 1px solid var(--tnf-border);
	color: var(--tnf-ink);
	display: inline-flex;
	height: 2.25rem;
	justify-content: center;
	transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	width: 2.25rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__social-link:hover {
	background: var(--tnf-ink);
	color: var(--tnf-surface);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__social-link svg {
	fill: none;
	height: 1rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 1rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__heading {
	font-family: var(--tnf-font-body);
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin: 0 0 1.25rem;
	text-transform: uppercase;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__accordion-trigger {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: #4a4a4a;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	gap: 1rem;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__accordion-trigger .tnf-site-footer__heading {
	color: #4a4a4a;
	flex: 1;
	font-family: var(--tnf-font-body) !important;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	margin: 0;
	text-transform: uppercase;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__accordion-icon {
	color: #4a4a4a;
	flex-shrink: 0;
	font-family: var(--tnf-font-body);
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	width: 1.25rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__accordion-icon::before {
	content: "+";
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__menu-block.is-open .tnf-site-footer__accordion-icon::before {
	content: "−";
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__accordion-panel .tnf-site-footer__menu {
	margin-top: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__menu a {
	color: var(--tnf-muted);
	font-size: 13px;
	text-decoration: none;
	transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__menu a:hover {
	color: var(--tnf-ink);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__legal {
	align-items: flex-start;
	border-top: 1px solid var(--tnf-border);
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding-top: 1.5rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__copyright {
	color: var(--tnf-muted);
	font-size: 0.75rem;
	margin: 0;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__payments {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__payment {
	align-items: center;
	background: var(--tnf-surface);
	border: 1px solid var(--tnf-border);
	border-radius: 0.25rem;
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	overflow: hidden;
	width: 3rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__payment img {
	display: block;
	max-height: 1.25rem;
	max-width: 90%;
	object-fit: contain;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__utility {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__utility a {
	color: var(--tnf-muted);
	font-size: 0.75rem;
	text-decoration: none;
	transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__utility a:hover {
	color: var(--tnf-ink);
}

@media (max-width: 767px) {
	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__grid {
		gap: 0;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__brand {
		margin-bottom: 2rem;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__column {
		display: flex;
		flex-direction: column;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__menu-block {
		border-top: 1px solid #e5e5e5;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__menu-block--secondary {
		margin-top: 0;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__column:last-child .tnf-site-footer__menu-block:last-child {
		border-bottom: 0;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__accordion-trigger {
		padding: 1.25rem 0;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__accordion-panel {
		padding-bottom: 1rem;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__accordion-panel .tnf-site-footer__menu {
		padding-bottom: 0.25rem;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__utility {
		display: none;
	}
}

@media (min-width: 768px) {
	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__accordion-trigger {
		cursor: default;
		display: block;
		pointer-events: none;
		width: auto;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__accordion-icon {
		display: none;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__accordion-trigger .tnf-site-footer__heading {
		margin: 0 0 1.25rem;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer--accordion .tnf-site-footer__accordion-panel .tnf-site-footer__menu {
		margin-top: 0;
	}
}

@media (min-width: 1024px) {
	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) repeat(3, minmax(0, 1fr));
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__brand {
		grid-column: span 2;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__legal {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
}

body.tnf-native-home .tnf-home-instagram__header {
	margin-bottom: 2.5rem;
	text-align: center;
}

body.tnf-native-home .tnf-home-instagram__eyebrow {
	color: var(--tnf-muted);
	font-size: var(--tnf-type-eyebrow);
	font-weight: 400;
	letter-spacing: 0.3em;
	line-height: 1.35;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

body.tnf-native-home .tnf-home-instagram__title {
	font-size: var(--tnf-type-section);
	line-height: 1.15;
	margin: 0;
}

body.tnf-native-home .tnf-home-instagram__intro {
	color: var(--tnf-muted);
	font-size: var(--tnf-type-body-lg);
	line-height: 1.7;
	margin: var(--tnf-s-4) auto 0;
	max-width: 46rem;
	text-align: center;
}

body.tnf-native-home .tnf-home-instagram__grid {
	display: block;
}

body.tnf-native-home .tnf-home-instagram__viewport {
	cursor: grab;
	overflow: hidden;
	touch-action: pan-y;
}

body.tnf-native-home .tnf-home-instagram__viewport.is-dragging {
	cursor: grabbing;
}

body.tnf-native-home .tnf-home-instagram__track {
	display: flex;
	flex-wrap: nowrap;
	margin-left: -0.75rem;
	transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}

body.tnf-native-home .tnf-home-instagram__slide {
	box-sizing: border-box;
	flex: 0 0 50%;
	flex-shrink: 0;
	max-width: 50%;
	min-width: 0;
	padding-left: 0.75rem;
}

body.tnf-native-home .tnf-home-collections__dots[hidden],
body.tnf-native-home .tnf-home-instagram__dots[hidden] {
	display: none;
}

body.tnf-native-home .tnf-home-instagram__tile {
	aspect-ratio: 1;
	display: block;
	overflow: hidden;
}

body.tnf-native-home .tnf-home-instagram__tile img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

body.tnf-native-home .tnf-home-instagram__tile:hover img {
	transform: scale(1.05);
}

body.tnf-native-home .tnf-home-instagram__follow {
	margin-top: var(--tnf-s-7);
	text-align: center;
}

body.tnf-native-home .tnf-home-instagram__dots {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 2.5rem;
}

body.tnf-native-home .tnf-home-instagram__dot {
	appearance: none;
	background: rgb(18 18 18 / 0.2);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	flex-shrink: 0;
	font-size: 0;
	height: 3px;
	line-height: 0;
	max-height: 3px;
	min-height: 0;
	padding: 0;
	transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	width: 2rem;
}

body.tnf-native-home .tnf-home-instagram__dot.is-active {
	background: var(--tnf-ink);
}

body.tnf-native-home .tnf-home-instagram__dot:not(.is-active):hover {
	background: rgb(18 18 18 / 0.4);
}

@media (min-width: 768px) {
	body.tnf-native-home .tnf-home-instagram__grid {
		display: grid;
		gap: var(--tnf-s-3);
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	body.tnf-native-home .tnf-home-instagram__viewport {
		cursor: default;
		display: contents;
		overflow: visible;
		touch-action: auto;
	}

	body.tnf-native-home .tnf-home-instagram__track {
		display: contents;
		margin-left: 0;
		transform: none !important;
		transition: none;
	}

	body.tnf-native-home .tnf-home-instagram__slide {
		flex: unset;
		max-width: none;
		min-width: 0;
		padding-left: 0;
	}

	body.tnf-native-home .tnf-home-instagram__dots {
		display: none !important;
	}
}

@media (max-width: 767px) {
	body.tnf-native-home .tnf-section-heading__row,
	body.tnf-native-home .tnf-home-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.tnf-native-home .tnf-home-truststrip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.tnf-native-home .tnf-home-truststrip__cell:nth-child(2n) {
		border-right: 0;
	}

	body.tnf-native-home .tnf-home-truststrip__cell:nth-child(n + 3) {
		border-top: 1px solid var(--tnf-border);
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__payments {
		flex-wrap: nowrap;
		gap: 0.3rem;
		justify-content: space-between;
		width: 100%;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__payment {
		flex: 1 1 0;
		height: 1.5rem;
		min-width: 0;
		width: auto;
	}

	body:is(.tnf-native-home, .tnf-site-chrome) .tnf-site-footer__payment img {
		max-height: 0.85rem;
		max-width: 100%;
	}
}

/* PDP / shop: native header + main scale without hiding Elementor product layout */
html:has(body.tnf-site-chrome) {
	font-size: 16px;
}

/* Cart cross-sells — homepage native product cards */
body.woocommerce-cart.tnf-site-chrome .tnf-cart-cross-sells {
	margin-top: var(--tnf-s-9);
	width: 100%;
}

body.woocommerce-cart.tnf-site-chrome .tnf-cart-cross-sells__title {
	color: var(--tnf-heading);
	font-family: var(--tnf-font-heading) !important;
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 var(--tnf-s-7);
}

body.woocommerce-cart.tnf-site-chrome .tnf-cart-cross-sells .tnf-home-bestsellers__grid {
	column-gap: 1rem;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
	row-gap: 3rem;
	width: 100%;
}

body.woocommerce-cart.tnf-site-chrome .tnf-cart-cross-sells .tnf-home-bestsellers__grid > .tnf-product-card {
	min-width: 0;
	width: 100%;
}

@media (min-width: 640px) {
	body.woocommerce-cart.tnf-site-chrome .tnf-cart-cross-sells .tnf-home-bestsellers__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	body.woocommerce-cart.tnf-site-chrome .tnf-cart-cross-sells .tnf-home-bestsellers__grid {
		column-gap: 1.5rem;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* CMS / landing pages — Elementor wd_products native grids */
body.tnf-site-chrome .tnf-native-products-grid {
	margin-block: var(--tnf-s-9);
	width: 100%;
}

body.tnf-site-chrome .tnf-native-products-grid__title {
	color: var(--tnf-heading);
	font-family: var(--tnf-font-heading) !important;
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 var(--tnf-s-7);
}

body.tnf-site-chrome .tnf-native-products-grid .tnf-home-bestsellers__grid {
	column-gap: 1rem;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
	row-gap: 3rem;
	width: 100%;
}

body.tnf-site-chrome .tnf-native-products-grid .tnf-home-bestsellers__grid > .tnf-product-card {
	min-width: 0;
	width: 100%;
}

@media (min-width: 640px) {
	body.tnf-site-chrome .tnf-native-products-grid .tnf-home-bestsellers__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	body.tnf-site-chrome .tnf-native-products-grid .tnf-home-bestsellers__grid {
		column-gap: 1.5rem;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

