/*
 * Haven Market storefront art direction.
 *
 * Canvza Pro owns this portable system layer: Siphonr supplies the commerce
 * UI, while Haven owns the brand, composition, photography, and tone.
 */

body.siphonr-storefront-page {
	--haven-ink: #1d271f;
	--haven-forest: #263a2d;
	--haven-forest-deep: #19271f;
	--haven-paper: #f5f2ea;
	--haven-paper-deep: #e9e3d7;
	--haven-white: #fffdf8;
	--haven-muted: #6b716b;
	--haven-line: rgba(29, 39, 31, 0.18);
	--haven-coral: #c85e46;
	--haven-shell: 1320px;
	margin: 0;
	background: var(--haven-paper);
	color: var(--haven-ink);
	font-family: Inter, Avenir, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

/* Builder-backed Haven pages use the system profile body class rather than
 * the native Siphonr storefront class. Keep the same palette available to
 * the authored header and commerce sections in both render paths. */
body.is-system-profile-haven-system {
	--haven-ink: #1d271f;
	--haven-forest: #263a2d;
	--haven-forest-deep: #19271f;
	--haven-paper: #f5f2ea;
	--haven-paper-deep: #e9e3d7;
	--haven-white: #fffdf8;
	--haven-muted: #6b716b;
	--haven-line: rgba(29, 39, 31, 0.18);
	--haven-coral: #c85e46;
	--haven-shell: 1320px;
	background: var(--haven-paper);
	color: var(--haven-ink);
	overflow-x: clip;
}

/* Use the effective page canvas for fluid Haven geometry. The published
 * storefront body and the Builder preview stage are both inline-size
 * containers, so cqi tracks the rendered canvas instead of the editor shell. */
body.siphonr-storefront-page,
body.is-system-profile-haven-system,
body.fixstable-site-system-haven {
	container-type: inline-size;
}

body.is-system-profile-haven-system .screen-reader-text {
	left: 0 !important;
	margin: 0;
}

html:has(body.is-system-profile-haven-system) {
	overflow-x: hidden;
}

body.siphonr-storefront-page a {
	color: inherit;
}

body.siphonr-storefront-page img {
	max-width: 100%;
}

/* Header */

body.siphonr-storefront-page .siphonr-storefront-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	display: grid;
	grid-template-columns: minmax(220px, 290px) minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(24px, 4cqi, 64px);
	width: 100%;
	max-width: none;
	min-height: 88px;
	margin: 0;
	padding: 12px max(28px, calc((100cqi - var(--haven-shell)) / 2));
	border-bottom: 1px solid var(--haven-line);
	background: rgba(255, 253, 248, 0.96);
	background: color-mix(in srgb, var(--haven-white) 96%, transparent);
	backdrop-filter: blur(18px);
}

body.siphonr-storefront-page .siphonr-brand {
	display: flex;
	align-items: center;
	width: min(270px, 100%);
	max-width: none;
	height: 58px;
	flex: none;
}

body.siphonr-storefront-page .siphonr-brand img {
	display: block;
	width: 100%;
	max-width: 270px;
	max-height: 54px;
	height: auto;
	object-fit: contain;
	object-position: left center;
}

body.siphonr-storefront-page .siphonr-brand-name {
	font: 400 30px/1 Georgia, "Times New Roman", serif;
	letter-spacing: -0.04em;
}

body.siphonr-storefront-page .siphonr-storefront-header nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(20px, 2.5cqi, 38px);
	min-width: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-storefront-header nav a {
	position: relative;
	text-decoration: none;
}

body.siphonr-storefront-page .siphonr-storefront-header nav a::after {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

body.siphonr-storefront-page .siphonr-storefront-header nav a:hover,
body.siphonr-storefront-page .siphonr-storefront-header nav .is-active {
	color: var(--haven-ink);
}

body.siphonr-storefront-page .siphonr-storefront-header nav a:hover::after,
body.siphonr-storefront-page .siphonr-storefront-header nav .is-active::after {
	transform: scaleX(1);
	transform-origin: left;
}

body.siphonr-storefront-page .siphonr-cart-link {
	gap: 8px;
	justify-self: end;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-cart-link span {
	display: inline-grid;
	place-items: center;
	min-width: 25px;
	height: 25px;
	margin: 0;
	border-radius: 50%;
	background: var(--haven-forest);
	color: var(--haven-white);
	font-size: 10px;
	letter-spacing: 0;
}

/* Home hero */

body.siphonr-storefront-page .siphonr-home-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
	align-items: center;
	gap: clamp(40px, 6cqi, 90px);
	width: min(calc(100% - 48px), 1440px);
	max-width: none;
	min-height: min(740px, calc(100vh - 88px));
	margin: 0 auto clamp(88px, 10cqi, 150px);
	padding: clamp(60px, 8cqi, 116px);
	background:
		linear-gradient(90deg, rgba(18, 28, 21, 0.9) 0%, rgba(18, 28, 21, 0.7) 38%, rgba(18, 28, 21, 0.15) 75%),
		var(--haven-hero-image),
		var(--haven-forest-deep);
	background-position: center;
	background-size: cover;
	color: var(--haven-white);
}

body.siphonr-storefront-page .siphonr-home-hero > div {
	position: relative;
	z-index: 1;
	max-width: 690px;
}

body.siphonr-storefront-page .siphonr-eyebrow,
body.siphonr-storefront-page .siphonr-card-kicker {
	margin: 0 0 16px;
	color: var(--haven-coral);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-home-hero .siphonr-eyebrow {
	color: #f4a28f;
}

body.siphonr-storefront-page .siphonr-home-hero h1 {
	margin: 0 0 28px;
	font: 400 clamp(54px, 7cqi, 102px) / 0.94 Georgia, "Times New Roman", serif;
	letter-spacing: -0.055em;
}

body.siphonr-storefront-page .siphonr-home-hero h1 em {
	color: var(--haven-white);
	font-weight: 400;
}

body.siphonr-storefront-page .siphonr-home-hero > div > p:not(.siphonr-eyebrow) {
	max-width: 550px;
	margin: 0 0 34px;
	color: rgba(255, 253, 248, 0.82);
	font-size: clamp(16px, 1.4cqi, 19px);
	line-height: 1.7;
}

body.siphonr-storefront-page .siphonr-header-cta,
body.siphonr-storefront-page .siphonr-checkout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 25px;
	border: 1px solid var(--haven-forest);
	border-radius: 0;
	background: var(--haven-forest);
	color: var(--haven-white) !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease;
}

body.siphonr-storefront-page .siphonr-home-hero .siphonr-header-cta {
	border-color: var(--haven-white);
	background: var(--haven-white);
	color: var(--haven-forest-deep) !important;
}

body.siphonr-storefront-page .siphonr-header-cta:hover,
body.siphonr-storefront-page .siphonr-checkout:hover {
	background: transparent;
	color: var(--haven-forest) !important;
}

body.siphonr-storefront-page .siphonr-home-hero .siphonr-header-cta:hover {
	background: transparent;
	color: var(--haven-white) !important;
}

body.siphonr-storefront-page .siphonr-home-hero aside {
	position: relative;
	z-index: 1;
	align-self: end;
	padding: 28px 30px 24px;
	border: 0;
	background: rgba(255, 253, 248, 0.94);
	box-shadow: 0 24px 70px rgba(14, 25, 17, 0.2);
	color: var(--haven-ink);
	backdrop-filter: blur(14px);
}

body.siphonr-storefront-page .siphonr-home-hero aside strong {
	display: block;
	margin-bottom: 8px;
	font: 400 27px/1.15 Georgia, "Times New Roman", serif;
}

body.siphonr-storefront-page .siphonr-home-hero aside p {
	margin: 0;
	padding: 14px 0;
	border-bottom: 1px solid var(--haven-line);
	color: var(--haven-muted);
	font-size: 12px;
	letter-spacing: 0.02em;
}

body.siphonr-storefront-page .siphonr-home-hero aside p:last-child {
	border-bottom: 0;
}

/* Home collections and sections */

body.siphonr-storefront-page .siphonr-home-section {
	width: min(100%, var(--haven-shell));
	max-width: none;
	margin: 0 auto;
	padding: 0 32px clamp(88px, 9cqi, 136px);
}

body.siphonr-storefront-page .siphonr-home-section h2 {
	margin: 0 0 38px;
	font: 400 clamp(38px, 5cqi, 66px) / 0.98 Georgia, "Times New Roman", serif;
	letter-spacing: -0.045em;
}

body.siphonr-storefront-page .siphonr-collection-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

body.siphonr-storefront-page .siphonr-collection-card {
	position: relative;
	display: flex;
	align-items: end;
	min-height: 190px;
	padding: 24px;
	border: 1px solid var(--haven-line);
	border-radius: 0;
	background: #e9e4d8;
	overflow: hidden;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

body.siphonr-storefront-page .siphonr-collection-card:nth-child(2) {
	background: #dce3d9;
}

body.siphonr-storefront-page .siphonr-collection-card:nth-child(3) {
	background: #eee0d8;
}

body.siphonr-storefront-page .siphonr-collection-card:nth-child(4) {
	background: #e2e1d5;
}

body.siphonr-storefront-page .siphonr-collection-card::after {
	position: absolute;
	top: 20px;
	right: 22px;
	font-size: 20px;
	content: "↗";
}

body.siphonr-storefront-page .siphonr-collection-card:hover {
	background: var(--haven-forest);
	color: var(--haven-white);
	transform: translateY(-3px);
}

body.siphonr-storefront-page .siphonr-collection-card span {
	font: 400 clamp(23px, 2.1cqi, 31px) / 1.05 Georgia, "Times New Roman", serif;
	letter-spacing: -0.025em;
}

body.siphonr-storefront-page .siphonr-home-products {
	padding-top: 34px;
	border-top: 1px solid var(--haven-line);
	border-radius: 0;
	background: transparent;
}

body.siphonr-storefront-page .siphonr-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 42px;
}

body.siphonr-storefront-page .siphonr-section-heading h2 {
	margin: 0;
}

body.siphonr-storefront-page .siphonr-section-heading > a {
	position: relative;
	color: var(--haven-ink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

/* Product cards */

body.siphonr-storefront-page .siphonr-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 3cqi, 42px) clamp(18px, 2.2cqi, 30px);
}

body.siphonr-storefront-page .siphonr-home-products .siphonr-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
}

body.siphonr-storefront-page .siphonr-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

body.siphonr-storefront-page .siphonr-card-link {
	display: block;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-decoration: none;
	transform: none;
}

body.siphonr-storefront-page .siphonr-card-link:hover {
	box-shadow: none;
	transform: none;
}

body.siphonr-storefront-page .siphonr-card-art {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	border-radius: 0;
	background: var(--haven-paper-deep);
	overflow: hidden;
}

body.siphonr-storefront-page .siphonr-card-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.siphonr-storefront-page .siphonr-card-link:hover .siphonr-card-art img {
	transform: scale(1.035);
}

body.siphonr-storefront-page .siphonr-card-copy {
	padding: 18px 0 16px;
}

body.siphonr-storefront-page .siphonr-card-kicker {
	margin-bottom: 7px;
	color: var(--haven-muted);
	font-size: 9px;
}

body.siphonr-storefront-page .siphonr-card h3 {
	margin: 0 0 10px;
	font: 400 clamp(21px, 1.8cqi, 27px) / 1.1 Georgia, "Times New Roman", serif;
	letter-spacing: -0.025em;
}

body.siphonr-storefront-page .siphonr-price {
	margin: 0;
	color: var(--haven-ink);
	font-size: 13px;
	letter-spacing: 0.025em;
}

body.siphonr-storefront-page .siphonr-price del {
	margin-right: 7px;
	color: var(--haven-muted);
}

body.siphonr-storefront-page .siphonr-price strong {
	font-weight: 600;
}

body.siphonr-storefront-page .siphonr-card button,
body.siphonr-storefront-page .siphonr-choose-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 48px;
	margin: auto 0 0;
	padding: 0;
	border: 0;
	border-top: 1px solid var(--haven-line);
	border-bottom: 1px solid var(--haven-line);
	border-radius: 0;
	background: transparent;
	color: var(--haven-ink);
	cursor: pointer;
	font: 700 10px/1 Inter, Avenir, sans-serif;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-card button::after,
body.siphonr-storefront-page .siphonr-choose-options::after {
	font-size: 16px;
	font-weight: 400;
	content: "+";
}

body.siphonr-storefront-page .siphonr-choose-options::after {
	content: "→";
}

body.siphonr-storefront-page .siphonr-card button:hover,
body.siphonr-storefront-page .siphonr-choose-options:hover {
	border-color: var(--haven-forest);
	background: var(--haven-forest) !important;
	box-shadow: inset 15px 0 var(--haven-forest), inset -15px 0 var(--haven-forest);
	color: var(--haven-white) !important;
}

/* Shop archive */

body.siphonr-storefront-page .siphonr-archive {
	width: min(100%, var(--haven-shell));
	max-width: none;
	margin: 0 auto;
	padding: clamp(64px, 8cqi, 116px) 32px clamp(100px, 11cqi, 160px);
}

body.siphonr-storefront-page .siphonr-archive-hero {
	max-width: 850px;
	padding: 0 0 clamp(55px, 7cqi, 90px);
}

body.siphonr-storefront-page .siphonr-archive-hero h1 {
	margin: 0 0 28px;
	font: 400 clamp(54px, 7cqi, 92px) / 0.94 Georgia, "Times New Roman", serif;
	letter-spacing: -0.055em;
}

body.siphonr-storefront-page .siphonr-archive-hero h1 em {
	font-weight: 400;
}

body.siphonr-storefront-page .siphonr-archive-hero > p:last-child {
	max-width: 530px;
	margin: 0;
	color: var(--haven-muted);
	font-size: 17px;
	line-height: 1.7;
}

body.siphonr-storefront-page .siphonr-archive-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 38px;
	padding: 14px 0;
	border-top: 1px solid var(--haven-line);
	border-bottom: 1px solid var(--haven-line);
	color: var(--haven-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-archive-bar select {
	min-height: 40px;
	padding: 8px 34px 8px 12px;
	border-color: var(--haven-line);
	border-radius: 0;
	background-color: transparent;
	color: var(--haven-ink);
	font-size: 11px;
}

body.siphonr-storefront-page .siphonr-archive > .siphonr-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Product page */

body.siphonr-storefront-page .siphonr-product-page {
	width: min(100%, var(--haven-shell));
	max-width: none;
	margin: 0 auto;
	padding: 36px 32px clamp(100px, 11cqi, 160px);
}

body.siphonr-storefront-page .siphonr-back-link {
	color: var(--haven-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
	align-items: start;
	gap: clamp(48px, 7cqi, 100px);
	padding-top: 32px;
}

body.siphonr-storefront-page .siphonr-product-art {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	border-radius: 0;
	background: var(--haven-paper-deep);
	overflow: hidden;
}

body.siphonr-storefront-page .siphonr-product-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.siphonr-storefront-page .siphonr-product-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 86px));
	gap: 10px;
	margin-top: 12px;
}

body.siphonr-storefront-page .siphonr-product-thumb {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	padding: 3px;
	border: 1px solid var(--haven-line);
	border-radius: 0;
	background: transparent;
}

body.siphonr-storefront-page .siphonr-product-info {
	position: sticky;
	top: 126px;
	padding-top: clamp(10px, 3cqi, 42px);
}

body.siphonr-storefront-page .siphonr-product-info h1 {
	margin: 0 0 20px;
	font: 400 clamp(46px, 5.4cqi, 72px) / 0.98 Georgia, "Times New Roman", serif;
	letter-spacing: -0.05em;
}

body.siphonr-storefront-page .siphonr-product-price {
	margin: 0 0 30px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--haven-line);
	font-size: 18px;
}

body.siphonr-storefront-page .siphonr-product-description {
	color: var(--haven-muted);
	font-size: 15px;
	line-height: 1.75;
}

body.siphonr-storefront-page .siphonr-variation-picker {
	display: grid;
	gap: 9px;
	margin: 0 0 26px;
	color: var(--haven-ink);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-variation-picker select {
	width: 100%;
	min-height: 52px;
	padding: 11px 38px 11px 14px;
	border: 1px solid var(--haven-line);
	border-radius: 0;
	background: var(--haven-white);
	color: var(--haven-ink);
	font: 400 14px/1.2 Inter, Avenir, sans-serif;
	letter-spacing: 0;
	text-transform: none;
}

body.siphonr-storefront-page .siphonr-stock {
	margin: 26px 0 18px;
	color: #48644e;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-buy-row {
	display: grid;
	grid-template-columns: auto 72px minmax(160px, 1fr);
	align-items: center;
	gap: 12px;
}

body.siphonr-storefront-page .siphonr-buy-row label {
	color: var(--haven-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-buy-row input {
	width: 72px;
	min-height: 52px;
	padding: 10px;
	border: 1px solid var(--haven-line);
	border-radius: 0;
	background: var(--haven-white);
	text-align: center;
}

body.siphonr-storefront-page .siphonr-add-large {
	min-height: 52px;
	padding: 0 22px;
	border: 1px solid var(--haven-forest);
	border-radius: 0;
	background: var(--haven-forest) !important;
	color: var(--haven-white) !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-add-large:hover {
	background: transparent !important;
	color: var(--haven-forest) !important;
}

body.siphonr-storefront-page .siphonr-product-note,
body.siphonr-storefront-page .siphonr-product-sku {
	color: var(--haven-muted);
	font-size: 11px;
}

/* Cart, checkout, account, and receipts */

body.siphonr-storefront-page .siphonr-cart-page,
body.siphonr-storefront-page .siphonr-checkout-page,
body.siphonr-storefront-page .siphonr-account-page {
	width: min(100%, var(--haven-shell));
	max-width: none;
	margin: 0 auto;
	padding: clamp(64px, 8cqi, 112px) 32px clamp(100px, 11cqi, 160px);
}

body.siphonr-storefront-page .siphonr-cart-page h1,
body.siphonr-storefront-page .siphonr-checkout-page h1,
body.siphonr-storefront-page .siphonr-confirmation h1,
body.siphonr-storefront-page .siphonr-not-found h1,
body.siphonr-storefront-page .siphonr-account-page h1 {
	margin: 0 0 50px;
	font: 400 clamp(50px, 7cqi, 88px) / 0.96 Georgia, "Times New Roman", serif;
	letter-spacing: -0.055em;
}

body.siphonr-storefront-page .siphonr-cart-layout,
body.siphonr-storefront-page .siphonr-checkout-layout {
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	gap: clamp(40px, 6cqi, 84px);
}

body.siphonr-storefront-page .siphonr-cart-line {
	border-color: var(--haven-line);
}

body.siphonr-storefront-page .siphonr-cart-line-art,
body.siphonr-storefront-page .siphonr-summary,
body.siphonr-storefront-page .siphonr-empty-cart,
body.siphonr-storefront-page .siphonr-payment-notice,
body.siphonr-storefront-page .siphonr-payment-selector,
body.siphonr-storefront-page .siphonr-payment-area {
	border-color: var(--haven-line);
	border-radius: 0;
	background: var(--haven-white);
}

body.siphonr-storefront-page .siphonr-summary {
	padding: 28px;
}

body.siphonr-storefront-page .siphonr-summary h2,
body.siphonr-storefront-page .siphonr-checkout-form h2,
body.siphonr-storefront-page .siphonr-cart-line h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

body.siphonr-storefront-page .siphonr-checkout-form input,
body.siphonr-storefront-page .siphonr-checkout-form textarea,
body.siphonr-storefront-page .siphonr-checkout-form select,
body.siphonr-storefront-page .siphonr-account-page input,
body.siphonr-storefront-page .siphonr-account-page select,
body.siphonr-storefront-page .siphonr-account-page textarea {
	border-color: var(--haven-line);
	border-radius: 0;
	background: var(--haven-white);
}

body.siphonr-storefront-page .siphonr-confirmation,
body.siphonr-storefront-page .siphonr-not-found {
	max-width: 900px;
	padding: clamp(100px, 13cqi, 190px) 32px;
}

/* Footer */

body.siphonr-storefront-page .siphonr-storefront-footer {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 54px max(28px, calc((100cqi - var(--haven-shell)) / 2));
	border: 0;
	background: var(--haven-forest-deep);
	color: rgba(255, 253, 248, 0.68);
	font-size: 12px;
}

body.siphonr-storefront-page .siphonr-storefront-footer strong {
	color: var(--haven-white);
	font: 400 23px/1 Georgia, "Times New Roman", serif;
}

@media (max-width: 1080px) {
	body.siphonr-storefront-page .siphonr-storefront-header {
		grid-template-columns: minmax(190px, 240px) minmax(0, 1fr) auto;
		gap: 20px;
	}

	body.siphonr-storefront-page .siphonr-storefront-header nav {
		gap: 18px;
		font-size: 10px;
	}

	body.siphonr-storefront-page .siphonr-home-hero {
		padding: clamp(54px, 7cqi, 82px);
	}

	body.siphonr-storefront-page .siphonr-archive > .siphonr-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	body.siphonr-storefront-page .siphonr-storefront-header {
		position: relative;
		display: flex;
		min-height: 0;
		flex-wrap: wrap;
		padding: 13px 22px 0;
	}

	body.siphonr-storefront-page .siphonr-brand {
		width: 210px;
		height: 48px;
	}

	body.siphonr-storefront-page .siphonr-cart-link {
		margin-left: auto;
	}

	body.siphonr-storefront-page .siphonr-storefront-header nav {
		order: 3;
		justify-content: flex-start;
		width: calc(100% + 44px);
		margin: 0 -22px;
		padding: 0 22px;
		border-top: 1px solid var(--haven-line);
		overflow-x: auto;
	}

	body.siphonr-storefront-page .siphonr-storefront-header nav a {
		flex: 0 0 auto;
	}

	body.siphonr-storefront-page .siphonr-home-hero {
		grid-template-columns: 1fr;
		align-content: center;
		width: 100%;
		min-height: 720px;
		margin-bottom: 90px;
		background-position: 58% center;
	}

	body.siphonr-storefront-page .siphonr-home-hero aside {
		max-width: 360px;
	}

	body.siphonr-storefront-page .siphonr-collection-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.siphonr-storefront-page .siphonr-product-layout,
	body.siphonr-storefront-page .siphonr-cart-layout,
	body.siphonr-storefront-page .siphonr-checkout-layout {
		grid-template-columns: 1fr;
	}

	body.siphonr-storefront-page .siphonr-product-info {
		position: static;
	}
}

@media (max-width: 620px) {
	body.siphonr-storefront-page .siphonr-home-hero {
		min-height: 680px;
		padding: 54px 24px;
		background:
			linear-gradient(90deg, rgba(18, 28, 21, 0.92), rgba(18, 28, 21, 0.58)),
			var(--haven-hero-image),
			var(--haven-forest-deep);
		background-position: 58% center;
		background-size: cover;
	}

	body.siphonr-storefront-page .siphonr-home-hero h1 {
		font-size: clamp(48px, 15cqi, 66px);
	}

	body.siphonr-storefront-page .siphonr-home-hero aside {
		display: none;
	}

	body.siphonr-storefront-page .siphonr-home-section,
	body.siphonr-storefront-page .siphonr-archive,
	body.siphonr-storefront-page .siphonr-product-page,
	body.siphonr-storefront-page .siphonr-cart-page,
	body.siphonr-storefront-page .siphonr-checkout-page,
	body.siphonr-storefront-page .siphonr-account-page {
		padding-right: 20px;
		padding-left: 20px;
	}

	body.siphonr-storefront-page .siphonr-collection-grid,
	body.siphonr-storefront-page .siphonr-grid,
	body.siphonr-storefront-page .siphonr-home-products .siphonr-grid,
	body.siphonr-storefront-page .siphonr-archive > .siphonr-grid {
		grid-template-columns: 1fr;
	}

	body.siphonr-storefront-page .siphonr-section-heading {
		display: block;
	}

	body.siphonr-storefront-page .siphonr-section-heading > a {
		margin-top: 18px;
	}

	body.siphonr-storefront-page .siphonr-buy-row {
		grid-template-columns: auto 72px;
	}

	body.siphonr-storefront-page .siphonr-add-large {
		grid-column: 1 / -1;
		width: 100%;
	}

	body.siphonr-storefront-page .siphonr-storefront-footer {
		display: block;
		padding: 42px 22px;
	}

	body.siphonr-storefront-page .siphonr-storefront-footer span {
		display: block;
		margin-top: 14px;
	}
}

/*
 * Canvza-authored Haven homepage and shared Siphonr merchandising surfaces.
 * The component selectors are shared with archives and product pages so the
 * theme owns art direction while Siphonr remains portable and authoritative.
 */

body.fixstable-site-system-haven,
body.siphonr-storefront-page {
	--haven-ink: #211c18;
	--haven-forest: #52614d;
	--haven-forest-deep: #1d2820;
	--haven-paper: #f6f1e8;
	--haven-paper-deep: #e9e3d7;
	--haven-white: #fffdf8;
	--haven-muted: #6e6a63;
	--haven-line: rgba(33, 28, 24, 0.18);
	--haven-clay: #ad6044;
	--haven-shell: 1320px;
	--haven-content-shell: 1240px;
	font-family: Inter, Avenir, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

html:has(body.fixstable-site-system-haven) {
	overflow-x: clip;
}

body.fixstable-site-system-haven {
	margin: 0;
	background: var(--haven-paper);
	color: var(--haven-ink);
	overflow-x: clip;
}

body.fixstable-site-system-haven .fixstable-builder-frontend {
	--fixstable-mode-page: var(--haven-paper);
	--fixstable-mode-section: var(--haven-paper);
	--fixstable-mode-card: var(--haven-white);
	--fixstable-mode-text: var(--haven-ink);
	--fixstable-mode-muted: #665a51;
	--fixstable-mode-subtle: #7b6f65;
	--fixstable-mode-eyebrow: var(--haven-clay);
	padding: 0;
}

body.fixstable-site-system-haven .fixstable-builder-site-header.fixstable-builder-color-mode-bright {
	--fixstable-mode-page: var(--haven-paper);
	--fixstable-mode-section: var(--haven-paper);
	--fixstable-mode-card: var(--haven-white);
	--fixstable-mode-text: var(--haven-ink);
	--fixstable-mode-muted: #665a51;
	--fixstable-mode-subtle: #7b6f65;
	--fixstable-mode-eyebrow: var(--haven-clay);
}

body.fixstable-site-system-haven .fixstable-builder-section {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	border-radius: 0;
	box-shadow: none;
}

body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-hero-section,
.fixstable-builder-preview-shell .haven-hero-section {
	background: #f6f1e8 !important;
}

body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-mosaic-section,
body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-carousel-section,
body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-new-arrivals-section,
body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-journal-section,
body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-recent-section,
.fixstable-builder-preview-shell :is(.haven-mosaic-section, .haven-carousel-section, .haven-new-arrivals-section, .haven-journal-section, .haven-recent-section) {
	background: #fffdf8 !important;
}

/* The collection mosaic is the clean white pause between the hero and campaign. */
body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-mosaic-section,
.fixstable-builder-preview-shell .haven-mosaic-section {
	background: #ffffff !important;
}

body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-table-section,
.fixstable-builder-preview-shell .haven-table-section {
	background: #e9e3d7 !important;
}

body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-story-section,
.fixstable-builder-preview-shell .haven-story-section {
	background: #d8c4ae !important;
}

body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-trending-section,
.fixstable-builder-preview-shell .haven-trending-section {
	background: #f6f1e8 !important;
}

body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-recommendations-section,
.fixstable-builder-preview-shell .haven-recommendations-section {
	background: #ebe4d8 !important;
}

body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-trust-section,
.fixstable-builder-preview-shell .haven-trust-section {
	background: #52614d !important;
	color: var(--haven-white, #fffdf8) !important;
}

body.fixstable-site-system-haven .haven-trust-section :is(.siphonr-builder-component, .siphonr-trust-strip, span, strong, p, a) {
	color: var(--haven-white, #fffdf8) !important;
}

body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright :is(.haven-campaign-section, .haven-search-section),
.fixstable-builder-preview-shell :is(.haven-campaign-section, .haven-search-section) {
	background: #211c18 !important;
	color: var(--haven-white, #fffdf8) !important;
}

body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright .haven-newsletter-section,
.fixstable-builder-preview-shell .haven-newsletter-section {
	background: #ad6044 !important;
	color: var(--haven-white, #fffdf8) !important;
}

body.fixstable-site-system-haven .fixstable-builder-frontend.fixstable-builder-color-mode-bright :is(.haven-campaign-section, .haven-search-section, .haven-newsletter-section) :is(.fixstable-builder-heading, .fixstable-builder-text, .fixstable-builder-text p, h2, h3, label, input, .siphonr-search-results, .siphonr-search-results p),
.fixstable-builder-preview-shell :is(.haven-campaign-section, .haven-search-section, .haven-newsletter-section) :is(.fixstable-builder-heading, .fixstable-builder-text, .fixstable-builder-text p, h2, h3, label, input, .siphonr-search-results, .siphonr-search-results p) {
	color: inherit !important;
}

body.fixstable-site-system-haven .haven-campaign-section .fixstable-builder-button,
.fixstable-builder-preview-shell .haven-campaign-section .fixstable-builder-button {
	border-color: var(--haven-white, #fffdf8) !important;
	background: var(--haven-white, #fffdf8) !important;
	color: var(--haven-ink, #211c18) !important;
}

body.fixstable-site-system-haven .fixstable-builder-section-inner {
	min-width: 0;
	width: min(calc(100% - 64px), var(--haven-content-shell));
	max-width: var(--haven-content-shell);
	margin-inline: auto;
}

body.fixstable-site-system-haven .siphonr-builder-component,
body.fixstable-site-system-haven .siphonr-product-carousel,
body.fixstable-site-system-haven .siphonr-carousel-track {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

body.fixstable-site-system-haven .fixstable-builder-section-full-width > .fixstable-builder-section-inner,
body.fixstable-site-system-haven .haven-campaign-section > .fixstable-builder-section-inner,
body.fixstable-site-system-haven .haven-story-section > .fixstable-builder-section-inner {
	width: 100%;
	max-width: none;
}

body.fixstable-site-system-haven .haven-hero-section > .fixstable-builder-section-inner {
	width: 100% !important;
	max-width: none !important;
}

body.fixstable-site-system-haven .fixstable-builder-heading,
body.fixstable-site-system-haven .siphonr-product-carousel h2,
body.fixstable-site-system-haven .siphonr-collection-mosaic h2,
body.fixstable-site-system-haven .siphonr-recommendations h2,
body.fixstable-site-system-haven .siphonr-live-search-block h2,
body.siphonr-storefront-page .siphonr-product-carousel h2,
body.siphonr-storefront-page .siphonr-collection-mosaic h2,
body.siphonr-storefront-page .siphonr-recommendations h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -0.045em;
}

body.fixstable-site-system-haven .haven-eyebrow,
body.fixstable-site-system-haven .haven-eyebrow p,
body.fixstable-site-system-haven .siphonr-eyebrow,
body.siphonr-storefront-page .siphonr-eyebrow {
	margin: 0 0 18px;
	color: var(--haven-clay);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.fixstable-site-system-haven .haven-lede,
body.fixstable-site-system-haven .haven-lede p {
	max-width: 590px;
	color: inherit;
	font-size: clamp(16px, 1.5cqi, 20px);
	line-height: 1.72;
}

body.fixstable-site-system-haven .fixstable-builder-button {
	min-height: 52px;
	padding: 16px 24px !important;
	border-radius: 0 !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	transition: transform 180ms ease, opacity 180ms ease;
}

body.fixstable-site-system-haven .fixstable-builder-button:hover {
	transform: translateY(-2px);
}

/* Builder header and footer */

body.fixstable-site-system-haven .fixstable-builder-site-header {
	z-index: 900;
	border-bottom: 1px solid var(--haven-line);
	background: rgba(255, 253, 248, 0.96);
	backdrop-filter: blur(18px);
}

body.fixstable-site-system-haven .fixstable-builder-site-header-topbar {
	border: 0;
	background: var(--haven-forest-deep);
	color: var(--haven-white);
}

body.fixstable-site-system-haven .fixstable-builder-site-header-topbar-inner {
	min-height: 28px;
	justify-content: center;
}

body.fixstable-site-system-haven .fixstable-builder-site-header-topbar-tagline {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

body.fixstable-site-system-haven .fixstable-builder-site-header-inner {
	display: grid;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(26px, 3cqi, 52px);
	width: min(calc(100% - 48px), var(--haven-shell));
	max-width: var(--haven-shell);
}

body.fixstable-site-system-haven .fixstable-builder-site-brand {
	grid-column: 1;
	grid-row: 1;
	width: min(100%, 260px);
	min-width: 0;
}

body.fixstable-site-system-haven .fixstable-builder-site-nav {
	grid-column: 2;
	grid-row: 1;
	justify-content: center;
	gap: clamp(16px, 1.65cqi, 26px);
}

body.fixstable-site-system-haven .fixstable-northstar-header-actions {
	grid-column: 3;
	grid-row: 1;
	display: inline-flex;
	align-items: center;
	justify-self: end;
	gap: 18px;
}

body.fixstable-site-system-haven .fixstable-builder-site-logo-image {
	display: block;
	width: 100%;
	max-width: 260px;
	height: auto;
}

body.fixstable-site-system-haven .fixstable-builder-site-nav-link,
body.fixstable-site-system-haven .fixstable-builder-site-header-cta,
body.fixstable-site-system-haven .siphonr-builder-cart-action {
	color: var(--haven-ink);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

body.fixstable-site-system-haven .fixstable-builder-site-header .fixstable-builder-site-nav-link {
	font-size: 10px !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

body.fixstable-site-system-haven .fixstable-builder-site-header-cta {
	border-radius: 0;
}

body.fixstable-site-system-haven .fixstable-northstar-header-utilities {
	display: inline-flex;
	align-items: center;
	gap: 17px;
}

body.fixstable-site-system-haven .fixstable-northstar-header-utility:not(.siphonr-builder-cart-action) {
	display: inline-flex;
	min-width: 0;
	height: auto;
	gap: 7px;
	padding: 4px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--haven-ink);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: none;
}

body.fixstable-site-system-haven .fixstable-northstar-header-utility:not(.siphonr-builder-cart-action)::after {
	content: attr(aria-label);
}

body.fixstable-site-system-haven .fixstable-northstar-header-utility svg {
	width: 15px;
	height: 15px;
}

body.fixstable-site-system-haven .siphonr-builder-cart-action {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
}

body.fixstable-site-system-haven .siphonr-builder-cart-action b {
	display: inline;
	width: auto;
	height: auto;
	background: transparent;
	color: inherit;
	font-size: 9px;
	font-weight: inherit;
}

body.fixstable-site-system-haven .siphonr-builder-cart-action b::before { content: "("; }
body.fixstable-site-system-haven .siphonr-builder-cart-action b::after { content: ")"; }

body.fixstable-site-system-haven .fixstable-builder-site-footer {
	border: 0;
	background: var(--haven-forest-deep) !important;
	color: rgba(255, 253, 248, 0.7) !important;
}

body.fixstable-site-system-haven .fixstable-builder-site-footer-inner {
	display: grid;
	grid-template-columns: minmax(240px, 1.3fr) minmax(360px, 1.7fr) minmax(220px, 0.8fr);
	gap: 56px;
	width: min(calc(100% - 48px), var(--haven-shell));
	max-width: var(--haven-shell);
	padding-block: 82px 34px;
}

body.fixstable-site-system-haven .fixstable-builder-site-footer-brand,
body.fixstable-site-system-haven .fixstable-builder-site-footer-support-wrap {
	align-self: start;
}

body.fixstable-site-system-haven .fixstable-builder-site-footer-logo-text,
body.fixstable-site-system-haven .fixstable-builder-site-footer h3 {
	color: var(--haven-white);
}

body.fixstable-site-system-haven .fixstable-builder-site-footer .fixstable-builder-site-logo-image {
	width: min(var(--fixstable-footer-logo-size), 144px);
	filter: brightness(0) invert(1);
}

body.fixstable-site-system-haven .fixstable-builder-site-footer-tagline {
	max-width: 300px;
	margin-top: 20px;
	line-height: 1.65;
}

body.fixstable-site-system-haven .fixstable-builder-site-footer-nav.is-multi-column {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

body.fixstable-site-system-haven .fixstable-builder-site-footer-nav-group {
	display: grid;
	align-content: start;
	gap: 11px;
}

body.fixstable-site-system-haven .fixstable-builder-site-footer-nav-group h3 {
	margin: 0 0 8px;
	font: 400 19px/1.2 Georgia, "Times New Roman", serif;
}

body.fixstable-site-system-haven .fixstable-builder-site-footer-nav-link,
body.fixstable-site-system-haven .fixstable-builder-site-footer-socials a {
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}

body.fixstable-site-system-haven .fixstable-builder-site-footer-socials {
	display: flex;
	gap: 18px;
	margin-top: 28px;
}

body.fixstable-site-system-haven .fixstable-builder-site-footer-support-wrap {
	display: grid;
	gap: 18px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

body.fixstable-site-system-haven .fixstable-builder-site-footer-support {
	display: inline-flex;
	justify-content: center;
	padding: 14px 16px;
	background: var(--haven-white);
	color: var(--haven-ink);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

body.fixstable-site-system-haven .fixstable-builder-site-footer-copy {
	grid-column: 1 / -1;
	margin: 30px 0 0;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 10px;
	letter-spacing: 0.08em;
}

body.fixstable-site-system-haven .fixstable-builder-mega-menu {
	left: 50%;
	width: min(940px, calc(100cqi - 48px));
	transform: translateX(-50%);
}

@media (min-width: 769px) {
	body.fixstable-site-system-haven .fixstable-builder-site-nav-item.has-mega-menu {
		position: static;
	}
}

body.fixstable-site-system-haven .fixstable-builder-mega-menu-surface {
	gap: 0;
	padding: 10px;
	border: 1px solid rgba(255, 253, 248, 0.16);
	border-radius: 0;
	background: var(--haven-forest-deep);
	box-shadow: 0 30px 80px rgba(23, 31, 26, 0.28);
}

body.fixstable-site-system-haven .fixstable-builder-mega-menu-eyebrow,
body.fixstable-site-system-haven .fixstable-builder-mega-menu-feature-eyebrow {
	color: #d9a08e;
}

body.fixstable-site-system-haven .fixstable-builder-site-header .fixstable-builder-mega-menu-link {
	border-radius: 0;
	color: var(--haven-white) !important;
}

body.fixstable-site-system-haven .fixstable-builder-site-header .fixstable-builder-mega-menu-link:hover,
body.fixstable-site-system-haven .fixstable-builder-site-header .fixstable-builder-mega-menu-link:focus-visible {
	border-color: rgba(255, 253, 248, 0.18);
	background: rgba(255, 253, 248, 0.07);
}

body.fixstable-site-system-haven .fixstable-builder-mega-menu-link-index {
	width: 30px !important;
	min-width: 30px !important;
	max-width: 30px !important;
	height: 30px !important;
	min-height: 30px !important;
	max-height: 30px !important;
	box-sizing: border-box;
	display: grid;
	place-items: center;
	border-color: rgba(217, 160, 142, 0.44);
	border-radius: 50%;
	background: rgba(217, 160, 142, 0.12);
	color: #f0b9a7;
}

body.fixstable-site-system-haven .fixstable-builder-mega-menu-link-copy strong {
	color: var(--haven-white);
}

body.fixstable-site-system-haven .fixstable-builder-mega-menu-link-copy span {
	color: rgba(255, 253, 248, 0.64);
}

body.fixstable-site-system-haven .fixstable-builder-mega-menu-link-arrow {
	color: #f0b9a7;
}

body.fixstable-site-system-haven .fixstable-builder-mega-menu-feature {
	border: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at 82% 14%, rgba(255, 253, 248, 0.2), transparent 24%),
		linear-gradient(145deg, #b75843, #844333);
}

body.fixstable-site-system-haven .fixstable-builder-mega-menu-feature::before {
	border-color: rgba(255, 253, 248, 0.35);
	box-shadow: 0 0 0 12px rgba(255, 253, 248, 0.06), 0 0 0 24px rgba(255, 253, 248, 0.035);
}

body.fixstable-site-system-haven .fixstable-builder-mega-menu-feature-eyebrow,
body.fixstable-site-system-haven .fixstable-builder-mega-menu-feature-title,
body.fixstable-site-system-haven .fixstable-builder-mega-menu-feature-copy {
	color: var(--haven-white);
}

body.fixstable-site-system-haven .fixstable-builder-site-header .fixstable-builder-mega-menu-feature-cta {
	border-color: rgba(255, 253, 248, 0.36);
	border-radius: 0;
	background: rgba(255, 253, 248, 0.12);
	color: var(--haven-white) !important;
}

/* Homepage compositions */

body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-row {
	box-sizing: border-box;
	align-items: center;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr) !important;
	gap: clamp(48px, 4cqi, 64px) !important;
	width: 100% !important;
	max-width: none !important;
	min-height: min(780px, calc(100vh - 116px));
	padding: 0 max(32px, calc((100cqi - var(--haven-content-shell)) / 2));
}

body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 20px;
	align-content: center;
	justify-content: start;
	padding: clamp(52px, 5cqi, 78px) 0;
	color: var(--haven-ink);
}

body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > .fixstable-builder-text,
body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > .fixstable-builder-heading {
	flex: 0 0 100%;
}

body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > p {
	flex: 0 0 auto;
	width: max-content;
	max-width: 100%;
}

body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > .fixstable-builder-text,
body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > .fixstable-builder-heading {
	grid-column: 1 / -1;
}

body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > .fixstable-builder-text:first-child,
body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > .fixstable-builder-text:first-child p {
	margin: 0 0 2px;
	color: var(--haven-clay);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.fixstable-site-system-haven .haven-hero-section h1 + .fixstable-builder-text,
body.fixstable-site-system-haven .haven-hero-section h1 + .fixstable-builder-text p {
	width: 100%;
	max-width: 100%;
	margin: 0;
	color: #665a51;
	font-size: clamp(16px, 1.3cqi, 19px);
	line-height: 1.72;
}

body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > p {
	margin: 4px 0 0;
}

body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > p:last-child .fixstable-builder-button {
	border: 1px solid rgba(33, 28, 24, 0.34) !important;
	background: transparent !important;
	box-shadow: none;
	color: var(--haven-ink) !important;
}

body.fixstable-site-system-haven .haven-hero-section h1 {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	color: var(--haven-ink);
	font-size: clamp(58px, 4.7cqi, 72px);
	line-height: 0.94;
	letter-spacing: -0.06em;
}

body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:last-child {
	position: relative;
	height: 100%;
	min-height: 720px;
	margin-block: 28px -28px;
}

body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-image {
	position: absolute;
	inset: 0;
	margin: 0;
}

body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.fixstable-site-system-haven .haven-shop-scene {
	position: absolute;
	right: -22px;
	bottom: 26px;
	z-index: 4;
	display: grid;
	gap: 10px;
	width: min(310px, calc(100% - 36px));
	padding: 20px 22px;
	border: 1px solid rgba(33, 28, 24, 0.12);
	background: rgba(255, 253, 248, 0.94);
	color: var(--haven-ink);
	box-shadow: 0 22px 58px rgba(33, 28, 24, 0.18);
	backdrop-filter: blur(14px);
}

body.fixstable-site-system-haven .haven-shop-scene .siphonr-eyebrow {
	margin: 0;
	font-size: 8px;
}

body.fixstable-site-system-haven .haven-shop-scene h2 {
	margin: 0;
	font: 400 24px/1.05 Georgia, "Times New Roman", serif;
	letter-spacing: -0.035em;
}

body.fixstable-site-system-haven .haven-shop-scene ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.fixstable-site-system-haven .haven-shop-scene li + li {
	border-top: 1px solid rgba(33, 28, 24, 0.12);
}

body.fixstable-site-system-haven .haven-shop-scene li a {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 0;
	color: inherit;
	font-size: 11px;
	text-decoration: none;
}

body.fixstable-site-system-haven .haven-shop-scene li strong {
	font-size: 10px;
	white-space: nowrap;
}

body.fixstable-site-system-haven .haven-shop-scene .siphonr-editorial-product-links-view {
	color: inherit;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

body.fixstable-site-system-haven .haven-image-caption,
body.fixstable-site-system-haven .haven-image-caption p {
	display: none !important;
	position: absolute;
	top: 22px;
	right: auto;
	bottom: auto;
	left: 22px;
	z-index: 2;
	margin: 0;
	max-width: 224px;
	padding: 11px 13px;
	background: rgba(255, 253, 248, 0.9);
	font: 400 11px/1.45 Georgia, "Times New Roman", serif;
}

body.fixstable-site-system-haven .haven-campaign-section .fixstable-builder-row,
body.fixstable-site-system-haven .haven-story-section .fixstable-builder-row {
	align-items: stretch;
}

body.fixstable-site-system-haven .haven-campaign-section .fixstable-builder-column,
body.fixstable-site-system-haven .haven-story-section .fixstable-builder-column {
	justify-content: center;
}

body.fixstable-site-system-haven .haven-campaign-section .fixstable-builder-column:last-child,
body.fixstable-site-system-haven .haven-story-section .fixstable-builder-column:last-child {
	padding: clamp(70px, 9cqi, 140px) clamp(40px, 7cqi, 110px);
}

body.fixstable-site-system-haven .haven-campaign-section .fixstable-builder-image,
body.fixstable-site-system-haven .haven-story-section .fixstable-builder-image {
	height: 100%;
	min-height: 720px;
	margin: 0;
}

body.fixstable-site-system-haven .haven-campaign-section .fixstable-builder-image img,
body.fixstable-site-system-haven .haven-story-section .fixstable-builder-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.fixstable-site-system-haven .haven-campaign-section h2,
body.fixstable-site-system-haven .haven-story-section h2,
body.fixstable-site-system-haven .haven-table-section h2,
body.fixstable-site-system-haven .haven-newsletter-section h2 {
	margin: 0;
	font-size: clamp(48px, 5.8cqi, 82px);
	line-height: 0.97;
}

body.fixstable-site-system-haven .haven-campaign-index,
body.fixstable-site-system-haven .haven-campaign-index p {
	margin-top: 40px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 10px;
	letter-spacing: 0.12em;
}

body.fixstable-site-system-haven .haven-table-section .fixstable-builder-row {
	align-items: center;
}

body.fixstable-site-system-haven .haven-table-section .fixstable-builder-column:last-child {
	position: relative;
	min-height: 700px;
}

body.fixstable-site-system-haven .haven-table-section .haven-layered-image.is-primary {
	width: 80%;
	margin-left: auto;
}

body.fixstable-site-system-haven .haven-table-section .haven-layered-image.is-detail {
	position: absolute;
	bottom: -25px;
	left: 0;
	z-index: 2;
	width: 43%;
	border: 12px solid #e9e3d7;
}

body.fixstable-site-system-haven .haven-journal-section > .fixstable-builder-section-inner > .fixstable-builder-heading,
body.fixstable-site-system-haven .haven-new-arrivals-section > .fixstable-builder-section-inner > .fixstable-builder-heading {
	max-width: 780px;
	margin: 0 0 20px;
	font-size: clamp(46px, 5.6cqi, 74px);
	line-height: 0.98;
}

body.fixstable-site-system-haven .haven-journal-card {
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.fixstable-site-system-haven .haven-journal-card .fixstable-builder-image {
	margin-bottom: 22px;
}

/* Clean WordPress themes can add a hard image height to the generic renderer. */
body.fixstable-site-system-haven .haven-journal-card .fixstable-builder-image img {
	height: auto !important;
	min-height: 0 !important;
}

body.fixstable-site-system-haven .haven-journal-card h3 {
	margin: 0;
	font-size: clamp(25px, 2.4cqi, 36px);
	line-height: 1.05;
}

body.fixstable-site-system-haven .siphonr-builder-recently-viewed h2 {
	margin: 0.83em 0;
	font-size: 24px;
	line-height: 1.6;
}

body.fixstable-site-system-haven .haven-search-section .fixstable-builder-section-inner,
body.fixstable-site-system-haven .haven-newsletter-section .fixstable-builder-section-inner {
	width: min(calc(100% - 64px), var(--haven-content-shell));
	max-width: var(--haven-content-shell);
}

body.fixstable-site-system-haven .siphonr-live-search-block,
body.is-system-profile-haven-system .siphonr-live-search-block {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(340px, 1.2fr);
	gap: 18px 80px;
	align-items: end;
}

body.fixstable-site-system-haven .siphonr-live-search-media,
body.is-system-profile-haven-system .siphonr-live-search-media {
	position: relative;
	grid-column: 1;
	grid-row: 1;
	min-height: 460px;
	margin: 0;
	overflow: hidden;
	background: #74695d;
}

body.fixstable-site-system-haven .siphonr-live-search-media::after,
body.is-system-profile-haven-system .siphonr-live-search-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(25, 20, 17, 0.04) 45%, rgba(25, 20, 17, 0.58) 100%);
	content: "";
	pointer-events: none;
}

body.fixstable-site-system-haven .siphonr-live-search-media img,
body.is-system-profile-haven-system .siphonr-live-search-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 460px;
	object-fit: cover;
}

body.fixstable-site-system-haven .siphonr-live-search-media .siphonr-eyebrow,
body.is-system-profile-haven-system .siphonr-live-search-media .siphonr-eyebrow {
	position: absolute;
	top: 26px;
	left: 28px;
	z-index: 1;
	margin: 0;
	color: #e47a5c;
}

body.fixstable-site-system-haven .siphonr-live-search-copy,
body.is-system-profile-haven-system .siphonr-live-search-copy {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
}

body.fixstable-site-system-haven .siphonr-live-search-copy h2,
body.is-system-profile-haven-system .siphonr-live-search-copy h2 {
	margin: 0;
	font-size: clamp(48px, 6cqi, 82px);
	line-height: 0.95;
}

body.fixstable-site-system-haven .siphonr-live-search-copy label,
body.fixstable-site-system-haven .siphonr-live-search-copy .siphonr-search-results,
body.is-system-profile-haven-system .siphonr-live-search-copy label,
body.is-system-profile-haven-system .siphonr-live-search-copy .siphonr-search-results {
	display: block;
}

body.fixstable-site-system-haven .siphonr-live-search-copy input,
body.is-system-profile-haven-system .siphonr-live-search-copy input,
.siphonr-search-shell input {
	width: 100%;
	min-height: 64px;
	padding: 0 20px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: 400 18px/1 Georgia, "Times New Roman", serif;
}

/* Haven's centered header uses the shared search markup without the legacy
 * Northstar overlay class. Keep the control styled as a Haven surface. */
body.is-system-profile-haven-system .fixstable-builder-site-header.fixstable-builder-site-header .fixstable-northstar-header-actions {
	position: relative;
}

body.is-system-profile-haven-system .fixstable-builder-site-header.fixstable-builder-site-header .fixstable-northstar-header-search-panel[hidden] {
	display: none !important;
}

body.is-system-profile-haven-system .fixstable-builder-site-header.fixstable-builder-site-header .fixstable-northstar-header-search-panel {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	z-index: 10020;
	width: min(520px, calc(100cqi - 32px));
	padding: 18px;
	border: 1px solid rgba(29, 39, 31, 0.14);
	border-radius: 16px;
	background: var(--haven-white);
	box-shadow: 0 24px 60px rgba(29, 39, 31, 0.2);
}

body.is-system-profile-haven-system .fixstable-builder-site-header.fixstable-builder-site-header .fixstable-northstar-header-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	margin: 0;
}

body.is-system-profile-haven-system .fixstable-builder-site-header.fixstable-builder-site-header .fixstable-northstar-header-search-input {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 0 15px;
	border: 1px solid #d4c8bb;
	border-radius: 12px;
	outline: 0;
	background: #fff;
	color: #2a2018;
	font: inherit;
}

body.is-system-profile-haven-system .fixstable-builder-site-header.fixstable-builder-site-header .fixstable-northstar-header-search-input:focus {
	border-color: var(--haven-coral);
	box-shadow: 0 0 0 3px rgba(200, 94, 70, 0.16);
}

body.is-system-profile-haven-system .fixstable-builder-site-header.fixstable-builder-site-header .fixstable-northstar-header-search-submit {
	min-height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: var(--haven-ink);
	color: var(--haven-white);
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

body.is-system-profile-haven-system .fixstable-builder-site-header.fixstable-builder-site-header .fixstable-northstar-header-search-submit:hover,
body.is-system-profile-haven-system .fixstable-builder-site-header.fixstable-builder-site-header .fixstable-northstar-header-search-submit:focus-visible {
	background: var(--haven-coral);
}

body.fixstable-site-system-haven .haven-newsletter-section .fixstable-builder-row {
	align-items: center;
}

body.fixstable-site-system-haven .haven-newsletter-section .fixstable-builder-image {
	margin: 0;
}

/* Shared Siphonr collection, card, carousel, search, and overlay UI */

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-mosaic > header,
:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-product-carousel > header,
:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-recommendations > h2,
:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-recommendations > .siphonr-eyebrow {
	max-width: 860px;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-mosaic > header {
	margin-bottom: 46px;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-mosaic h2,
:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-product-carousel h2,
:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-recommendations h2 {
	margin: 0;
	font-size: clamp(43px, 5.6cqi, 72px);
	line-height: 0.98;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-mosaic > header > p:last-child {
	max-width: 560px;
	color: var(--haven-muted);
	font-size: 16px;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-mosaic-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr;
	grid-template-rows: repeat(2, minmax(250px, 1fr));
	gap: 14px;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-card {
	position: relative;
	min-height: 250px;
	padding: 0;
	border: 0;
	color: var(--haven-white);
	overflow: hidden;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-card:first-child {
	grid-row: 1 / 3;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-media,
:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-media::after {
	position: absolute;
	inset: 0;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-media::after {
	background: linear-gradient(0deg, rgba(20, 24, 20, 0.7), transparent 68%);
	content: "";
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-card:hover .siphonr-collection-media img {
	transform: scale(1.04);
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-copy {
	position: absolute;
	right: 28px;
	bottom: 26px;
	left: 28px;
	z-index: 2;
	display: grid;
	gap: 7px;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-copy small,
:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-copy > span {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-copy strong {
	font: 400 clamp(26px, 2.8cqi, 40px) / 1 Georgia, "Times New Roman", serif;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-copy :is(small, strong, span, a) {
	color: #ffffff !important;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-grid {
	display: grid;
	grid-template-columns: repeat(var(--siphonr-grid-columns, 4), minmax(0, 1fr));
	gap: 46px 22px;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card-media {
	position: relative;
	overflow: hidden;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card-art {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	background: var(--haven-paper-deep);
	overflow: hidden;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 320ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card-image.is-secondary {
	opacity: 0;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card:hover .siphonr-card-image.is-primary {
	opacity: 0;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card:hover .siphonr-card-image.is-secondary {
	opacity: 1;
	transform: scale(1.025);
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card-badges {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card-badges span {
	padding: 7px 9px;
	background: var(--haven-white);
	color: var(--haven-ink);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card-badges .is-sale {
	background: var(--haven-clay);
	color: var(--haven-white);
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-quick-view-button {
	position: absolute;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 3;
	min-height: 44px;
	border: 0;
	border-radius: 0;
	background: rgba(255, 253, 248, 0.94);
	color: var(--haven-ink);
	cursor: pointer;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.13em;
	opacity: 0;
	text-transform: uppercase;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card:hover .siphonr-quick-view-button,
:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-quick-view-button:focus-visible {
	opacity: 1;
	transform: none;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card-copy {
	padding: 18px 0 14px;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card-kicker {
	margin: 0 0 7px;
	color: var(--haven-muted);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card-title {
	color: inherit;
	text-decoration: none;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card h3 {
	margin: 0 0 9px;
	font: 400 clamp(20px, 1.7cqi, 27px) / 1.08 Georgia, "Times New Roman", serif;
	letter-spacing: -0.028em;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-price {
	margin: 0;
	font-size: 12px;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-price del {
	margin-right: 6px;
	color: var(--haven-muted);
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card-action button,
:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card-action a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 47px;
	margin: auto 0 0;
	padding: 0;
	border: 0;
	border-top: 1px solid var(--haven-line);
	border-bottom: 1px solid var(--haven-line);
	border-radius: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-decoration: none;
	text-transform: uppercase;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card.is-compact .siphonr-card-art {
	aspect-ratio: 1;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card.is-minimal .siphonr-card-action,
:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-card.is-minimal .siphonr-quick-view-button {
	display: none;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-product-carousel > header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 44px;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-carousel-controls {
	display: flex;
	gap: 8px;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-carousel-controls button {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid var(--haven-line);
	border-radius: 50%;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-carousel-track {
	display: grid;
	grid-auto-columns: minmax(240px, 29%);
	grid-auto-flow: column;
	gap: 22px;
	padding-bottom: 12px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	scrollbar-width: thin;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-carousel-track > * {
	scroll-snap-align: start;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
	max-width: var(--haven-shell);
	margin: auto;
	padding: 25px 24px;
	color: var(--haven-white);
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-trust-strip span {
	padding: 6px 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-align: center;
	text-transform: uppercase;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-trust-strip span:last-child {
	border-right: 0;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-recommendations > h2 {
	margin-bottom: 42px;
}

:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-recently-viewed-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

body.siphonr-dialog-open {
	overflow: hidden;
}

.siphonr-drawer,
.siphonr-search-overlay,
.siphonr-quick-view-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
}

.siphonr-drawer[hidden],
.siphonr-search-overlay[hidden],
.siphonr-quick-view-modal[hidden] {
	display: none;
}

.siphonr-drawer-backdrop,
.siphonr-quick-view-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(14, 18, 15, 0.58);
	backdrop-filter: blur(5px);
}

.siphonr-drawer-panel {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: min(100%, 480px);
	height: 100%;
	padding: 30px;
	background: var(--haven-white, #fffdf8);
	box-shadow: -24px 0 80px rgba(0, 0, 0, 0.18);
}

.siphonr-drawer-panel > header,
.siphonr-drawer-panel > footer {
	display: grid;
	gap: 14px;
}

.siphonr-drawer-panel > header {
	grid-template-columns: 1fr auto;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(33, 28, 24, 0.18);
}

.siphonr-drawer-panel h2,
.siphonr-search-shell h2,
.siphonr-quick-view-panel h2 {
	margin: 0;
	font: 400 clamp(36px, 5cqi, 58px) / 1 Georgia, "Times New Roman", serif;
	letter-spacing: -0.045em;
}

.siphonr-drawer-panel > header button,
.siphonr-overlay-close,
.siphonr-quick-view-close {
	width: 44px;
	height: 44px;
	border: 1px solid rgba(33, 28, 24, 0.18);
	border-radius: 50%;
	background: transparent;
	font-size: 22px;
	cursor: pointer;
}

.siphonr-cart-items {
	padding: 20px 0;
	overflow: auto;
}

.siphonr-cart-item {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
	padding: 18px 0;
	border-bottom: 1px solid rgba(33, 28, 24, 0.14);
}

.siphonr-cart-item-art {
	display: block;
	width: 84px;
	aspect-ratio: 4 / 5;
	background: #e8e1d7;
	overflow: hidden;
}

.siphonr-cart-item-art img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.siphonr-cart-item-copy {
	display: grid;
	gap: 7px;
}

.siphonr-cart-item-copy input,
.siphonr-quick-view-buy input {
	width: 64px;
	min-height: 42px;
	padding: 6px 10px;
	border: 1px solid rgba(33, 28, 24, 0.2);
	background: transparent;
}

.siphonr-cart-item a {
	color: inherit;
	text-decoration: none;
}

.siphonr-cart-item span,
.siphonr-drawer-panel small {
	display: block;
	color: var(--haven-muted, #6e6a63);
	font-size: 11px;
}

.siphonr-cart-item .siphonr-remove {
	justify-self: start;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer;
}

.siphonr-quick-view-buy {
	display: grid;
	grid-template-columns: auto 64px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}

.siphonr-quick-view-buy label {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.siphonr-drawer-panel > footer > p {
	display: flex;
	justify-content: space-between;
	margin: 0;
	font-size: 17px;
}

.siphonr-drawer-panel .siphonr-checkout {
	display: flex;
	justify-content: center;
	padding: 16px;
	background: var(--haven-forest-deep, #1d2820);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-decoration: none;
	text-transform: uppercase;
}

.siphonr-view-bag {
	color: inherit;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}

.siphonr-search-overlay {
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(25, 36, 28, 0.97);
	color: #fffdf8;
}

.siphonr-search-shell {
	position: relative;
	width: min(100%, 920px);
}

.siphonr-search-shell .siphonr-overlay-close {
	position: absolute;
	top: 0;
	right: 0;
	border-color: rgba(255, 255, 255, 0.35);
	color: inherit;
}

.siphonr-search-shell label {
	display: block;
	margin-top: 46px;
}

.siphonr-search-results {
	display: grid;
	gap: 1px;
	margin-top: 16px;
}

.siphonr-search-result {
	display: grid;
	grid-template-columns: 72px 1fr auto;
	gap: 16px;
	align-items: center;
	padding: 12px;
	background: rgba(255, 255, 255, 0.08);
	color: inherit;
	text-decoration: none;
}

.siphonr-search-result img,
.siphonr-search-result-placeholder {
	width: 72px;
	height: 72px;
	object-fit: cover;
	background: rgba(255, 255, 255, 0.12);
}

.siphonr-quick-view-panel {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(calc(100% - 40px), 960px);
	max-height: calc(100% - 40px);
	padding: 24px;
	background: var(--haven-white, #fffdf8);
	overflow: auto;
	transform: translate(-50%, -50%);
}

.siphonr-quick-view-close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
}

.siphonr-quick-view-layout {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 46px;
	align-items: center;
}

.siphonr-quick-view-media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.siphonr-quick-view-copy {
	display: grid;
	gap: 18px;
}

.siphonr-quick-view-detail {
	color: inherit;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

@media (max-width: 1180px) {
	body.fixstable-site-system-haven .fixstable-builder-site-header-inner {
		grid-template-columns: 160px minmax(0, 1fr) 42px;
		gap: 16px;
	}

	body.fixstable-site-system-haven .fixstable-northstar-header-actions {
		grid-column: 2;
		justify-self: end;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle {
		display: inline-flex !important;
		grid-column: 3;
		grid-row: 1;
		width: 42px;
		height: 42px;
		margin: 0;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav {
		display: none !important;
		grid-column: 1 / -1;
		grid-row: 2;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav.is-mobile-nav-open .fixstable-builder-site-nav {
		display: flex !important;
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		padding: 18px 0 10px;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav.is-mobile-nav-open .fixstable-builder-site-nav-link {
		justify-content: flex-start;
		min-height: 42px;
		border-bottom: 1px solid var(--haven-line);
	}

	/* Collapsed Haven navigation already exposes the primary collection routes. */
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-mega-menu-toggle,
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-mega-menu {
		display: none !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-item.has-mega-menu > .fixstable-builder-site-nav-link {
		padding-right: 12px;
	}
}

@media (max-width: 1100px) {
	body.fixstable-site-system-haven .fixstable-builder-site-footer-inner {
		grid-template-columns: 1fr 1.5fr;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-footer-support-wrap {
		grid-column: 1 / -1;
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	body.is-system-profile-haven-system .fixstable-builder-section {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	body.is-system-profile-haven-system .fixstable-builder-section-inner,
	body.is-system-profile-haven-system .fixstable-builder-row,
	body.is-system-profile-haven-system .fixstable-builder-column {
		min-width: 0;
	}

	body.is-system-profile-haven-system .fixstable-builder-section-inner {
		width: min(calc(100% - 36px), var(--haven-shell));
	}

	body.is-system-profile-haven-system .haven-hero-section .fixstable-builder-row,
	body.is-system-profile-haven-system .haven-campaign-section .fixstable-builder-row,
	body.is-system-profile-haven-system .haven-story-section .fixstable-builder-row,
	body.is-system-profile-haven-system .haven-table-section .fixstable-builder-row,
	body.is-system-profile-haven-system .haven-newsletter-section .fixstable-builder-row {
		grid-template-columns: 1fr !important;
	}

	body.is-system-profile-haven-system .siphonr-live-search-block {
		grid-template-columns: 1fr;
	}

	body.is-system-profile-haven-system .siphonr-live-search-media,
	body.is-system-profile-haven-system .siphonr-live-search-copy {
		grid-column: 1;
		grid-row: auto;
	}

	body.is-system-profile-haven-system .siphonr-live-search-copy label,
	body.is-system-profile-haven-system .siphonr-live-search-copy .siphonr-search-results {
		grid-column: 1;
	}

	body.is-system-profile-haven-system .fixstable-builder-site-header.fixstable-builder-site-header .fixstable-northstar-header-search-panel {
	position: fixed;
	top: 88px;
	right: auto;
	left: 16px;
	width: calc(100cqi - 32px);
	box-sizing: border-box;
	}

	body.fixstable-site-system-haven .fixstable-builder-section-inner,
	body.fixstable-site-system-haven .fixstable-builder-site-header-inner,
	body.fixstable-site-system-haven .fixstable-builder-site-footer-inner {
		width: min(calc(100% - 36px), var(--haven-shell));
	}

	body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-row,
	body.fixstable-site-system-haven .haven-campaign-section .fixstable-builder-row,
	body.fixstable-site-system-haven .haven-story-section .fixstable-builder-row,
	body.fixstable-site-system-haven .haven-table-section .fixstable-builder-row,
	body.fixstable-site-system-haven .haven-newsletter-section .fixstable-builder-row {
		grid-template-columns: 1fr !important;
	}

	body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child {
		flex-direction: row;
	}

	body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:last-child {
		min-height: 620px;
		margin-block: 0;
	}

	body.fixstable-site-system-haven .haven-shop-scene {
		right: 18px;
		bottom: 18px;
	}

	body.fixstable-site-system-haven .haven-campaign-section .fixstable-builder-image,
	body.fixstable-site-system-haven .haven-story-section .fixstable-builder-image {
		min-height: 560px;
	}

	body.fixstable-site-system-haven .haven-table-section .fixstable-builder-column:last-child {
		min-height: 620px;
	}

	/* The clean target theme inherits an explicit core image height token. Haven's
	 * authored responsive boxes use natural image sizing with a section minimum. */
	body.fixstable-site-system-haven .haven-campaign-section .fixstable-builder-image img,
	body.fixstable-site-system-haven .haven-story-section .fixstable-builder-image img {
		height: auto !important;
		min-height: 560px !important;
	}

	body.fixstable-site-system-haven .haven-table-section .fixstable-builder-column:last-child .fixstable-builder-image img {
		height: auto !important;
		min-height: 620px !important;
	}

	body.fixstable-site-system-haven .haven-newsletter-section .fixstable-builder-image img {
		height: auto !important;
		min-height: 0 !important;
	}

	body.fixstable-site-system-haven .siphonr-live-search-block {
		grid-template-columns: 1fr;
	}

	body.fixstable-site-system-haven .siphonr-live-search-media,
	body.fixstable-site-system-haven .siphonr-live-search-copy,
	body.is-system-profile-haven-system .siphonr-live-search-media,
	body.is-system-profile-haven-system .siphonr-live-search-copy {
		grid-column: 1;
		grid-row: auto;
	}

	body.fixstable-site-system-haven .siphonr-live-search-media,
	body.fixstable-site-system-haven .siphonr-live-search-media img,
	body.is-system-profile-haven-system .siphonr-live-search-media,
	body.is-system-profile-haven-system .siphonr-live-search-media img {
		min-height: 360px;
	}

	body.fixstable-site-system-haven .siphonr-live-search-copy label,
	body.fixstable-site-system-haven .siphonr-live-search-copy .siphonr-search-results,
	body.is-system-profile-haven-system .siphonr-live-search-copy label,
	body.is-system-profile-haven-system .siphonr-live-search-copy .siphonr-search-results {
		grid-column: 1;
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-mosaic-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, minmax(260px, 1fr));
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-card:first-child {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-grid,
	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-recently-viewed-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-carousel-track {
		grid-auto-columns: minmax(235px, 46%);
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-trust-strip {
		grid-template-columns: 1fr 1fr;
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-trust-strip span:nth-child(2) {
		border-right: 0;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-footer-inner {
		grid-template-columns: 1fr;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-footer-support-wrap,
	body.fixstable-site-system-haven .fixstable-builder-site-footer-copy {
		grid-column: auto;
	}
}

@media (min-width: 561px) and (max-width: 820px) {
	body.fixstable-site-system-haven .fixstable-builder-frontend {
		font-weight: 400;
		letter-spacing: normal;
	}
}

@media (max-width: 560px) {
	body.fixstable-site-system-haven .fixstable-builder-site-header-inner {
		display: grid !important;
		grid-template-columns: minmax(96px, 1fr) auto 40px;
		gap: 8px;
		width: min(calc(100% - 32px), var(--haven-shell));
		padding-block: 14px !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-brand {
		grid-column: 1;
		grid-row: 1;
		min-width: 0;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-logo-image {
		width: min(var(--fixstable-mobile-logo-size), 112px);
	}

	body.fixstable-site-system-haven .fixstable-northstar-header-actions {
		display: inline-flex;
		grid-column: 2;
		grid-row: 1;
		gap: 7px;
		align-items: center;
		justify-self: end;
	}

	body.fixstable-site-system-haven .fixstable-northstar-header-utility:not(.siphonr-builder-cart-action)::after {
		display: none;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header .fixstable-builder-site-header-cta {
		width: auto;
		min-height: 38px;
		padding: 0 11px;
	}

	body.fixstable-site-system-haven .siphonr-builder-cart-action {
		min-height: 38px;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle {
		position: relative;
		display: inline-flex !important;
		grid-column: 3;
		grid-row: 1;
		order: initial;
		width: 40px;
		height: 40px;
		margin: 0;
		border-radius: 50%;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-nav-toggle-label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav {
		grid-column: 1 / -1;
		grid-row: 2;
		order: initial;
		margin-top: 4px;
	}

	body.fixstable-site-system-haven .fixstable-builder-mega-menu {
		width: 100%;
	}

	body.fixstable-site-system-haven .haven-hero-section h1 {
		font-size: clamp(50px, 15cqi, 68px);
	}

	body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}

	body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > .fixstable-builder-text,
	body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > .fixstable-builder-heading {
		flex: 0 0 auto;
		width: 100%;
	}

	body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > p {
		width: 100%;
		margin: 0;
	}

	body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child .fixstable-builder-button {
		width: 100%;
		text-align: center;
	}

	body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:first-child > p {
		flex: 0 0 auto;
		width: 100%;
	}

	body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-row {
		padding-inline: 18px;
	}

	body.fixstable-site-system-haven .haven-hero-section .fixstable-builder-column:last-child,
	body.fixstable-site-system-haven .haven-campaign-section .fixstable-builder-image,
	body.fixstable-site-system-haven .haven-story-section .fixstable-builder-image {
		min-height: 540px;
	}

	body.fixstable-site-system-haven .haven-shop-scene {
		right: 14px;
		bottom: 14px;
		width: calc(100% - 28px);
		padding: 17px 18px;
	}

	body.fixstable-site-system-haven .haven-image-caption,
	body.fixstable-site-system-haven .haven-image-caption p {
		top: 14px;
		left: 14px;
		max-width: calc(100% - 28px);
	}

	body.fixstable-site-system-haven .haven-campaign-section .fixstable-builder-column:last-child,
	body.fixstable-site-system-haven .haven-story-section .fixstable-builder-column:last-child {
		padding: 64px 24px;
	}

	body.fixstable-site-system-haven .haven-table-section .fixstable-builder-column:last-child {
		min-height: 500px;
	}

	body.fixstable-site-system-haven .haven-campaign-section .fixstable-builder-image img,
	body.fixstable-site-system-haven .haven-story-section .fixstable-builder-image img {
		min-height: 540px !important;
	}

	body.fixstable-site-system-haven .haven-table-section .fixstable-builder-column:last-child .fixstable-builder-image img {
		min-height: 500px !important;
	}

	body.fixstable-site-system-haven .haven-journal-card > .fixstable-builder-text:last-child p {
		font-weight: 400;
		letter-spacing: normal;
		text-wrap: wrap;
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-mosaic-grid,
	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-grid,
	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-recently-viewed-grid {
		grid-template-columns: 1fr;
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-collection-card:first-child {
		grid-column: auto;
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-carousel-track {
		grid-auto-columns: 84%;
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-product-carousel > header {
		align-items: start;
		flex-direction: column;
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-trust-strip {
		grid-template-columns: 1fr;
	}

	:where(body.fixstable-site-system-haven, body.siphonr-storefront-page) .siphonr-trust-strip span {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	body.fixstable-site-system-haven .fixstable-builder-site-footer-nav.is-multi-column {
		grid-template-columns: 1fr 1fr;
	}

	.siphonr-quick-view-layout {
		grid-template-columns: 1fr;
	}

	.siphonr-quick-view-panel {
		padding: 18px;
	}
}

@media (min-width: 561px) and (max-width: 1180px) {
	body.fixstable-site-system-haven .fixstable-builder-site-nav-toggle-label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle {
		position: relative;
		border-color: var(--haven-line, #d7d0c5);
		border-radius: 6px;
		background: var(--haven-white, #fffdf8);
		color: var(--haven-ink, #211c18);
		box-shadow: none;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle:hover,
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle:focus-visible,
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle[aria-expanded="true"] {
		border-color: var(--haven-clay, #ad6044);
		background: var(--haven-paper, #f6f1e8);
		color: var(--haven-ink, #211c18);
	}

	body.fixstable-site-system-haven .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars {
		background: transparent;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::before,
	body.fixstable-site-system-haven .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::after {
		top: 0;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::before {
		transform: rotate(45deg);
	}

	body.fixstable-site-system-haven .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::after {
		transform: rotate(-45deg);
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav.is-mobile-nav-open .fixstable-builder-site-nav {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0;
		width: 100%;
		margin-top: 6px;
		padding: 6px 0;
		border: 1px solid var(--haven-line, #d7d0c5);
		border-radius: 6px;
		background: var(--haven-white, #fffdf8);
		box-shadow: 0 16px 36px rgba(33, 28, 24, 0.12);
		overflow: hidden;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav > .fixstable-builder-site-nav-link,
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-item.has-mega-menu {
		box-sizing: border-box;
		min-height: 44px;
		border-right: 1px solid var(--haven-line, #d7d0c5);
		border-bottom: 1px solid var(--haven-line, #d7d0c5);
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav > :nth-child(4n) {
		border-right: 0;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav > :nth-last-child(-n + 3) {
		border-bottom: 0;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav a.fixstable-builder-site-nav-link {
		justify-content: flex-start;
		min-height: 44px;
		padding: 0 14px;
		border-bottom: 0;
		color: var(--haven-ink, #211c18);
		font-size: 10px;
		letter-spacing: 0.12em;
	}
}

@media (max-width: 340px) {
	body.fixstable-site-system-haven .fixstable-builder-site-logo-image {
		width: 100px;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header .fixstable-builder-site-header-cta {
		box-sizing: border-box;
		width: 38px;
		min-width: 38px;
		padding: 0;
		overflow: hidden;
		font-size: 0;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header .fixstable-builder-site-header-cta::before {
		content: "⌕";
		font-size: 19px;
		line-height: 1;
	}
}

/* Premium Siphonr shop, collection, PDP, standalone header, and footer. */

body.siphonr-storefront-page .siphonr-announcement {
	display: flex;
	justify-content: center;
	gap: 24px;
	padding: 7px max(28px, calc((100cqi - var(--haven-shell)) / 2));
	background: var(--haven-forest-deep);
	color: var(--haven-white);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-header-actions {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 12px;
}

body.siphonr-storefront-page .siphonr-icon-action {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: 19px;
	text-decoration: none;
	cursor: pointer;
}

body.siphonr-storefront-page .siphonr-menu-toggle {
	display: none;
}

body.siphonr-storefront-page .siphonr-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 30px;
	color: var(--haven-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

body.siphonr-storefront-page .siphonr-archive {
	width: 100%;
	max-width: none;
	padding: 34px max(24px, calc((100cqi - var(--haven-shell)) / 2)) 0;
}

body.siphonr-storefront-page .siphonr-archive-hero.is-image-led {
	position: relative;
	display: grid;
	align-items: end;
	max-width: none;
	min-height: min(640px, 70vh);
	margin: 0 calc(-1 * max(24px, calc((100cqi - var(--haven-shell)) / 2))) 110px;
	padding: clamp(55px, 8cqi, 110px) max(24px, calc((100cqi - var(--haven-shell)) / 2));
	background:
		linear-gradient(90deg, rgba(18, 24, 19, 0.82), rgba(18, 24, 19, 0.12)),
		var(--siphonr-archive-image),
		var(--haven-forest-deep);
	background-position: center;
	background-size: cover;
	color: var(--haven-white);
}

body.siphonr-storefront-page .siphonr-archive-hero.is-image-led > div {
	max-width: 800px;
}

body.siphonr-storefront-page .siphonr-archive-hero.is-image-led h1 {
	max-width: 760px;
	margin: 0 0 24px;
	font-size: clamp(58px, 8.5cqi, 116px);
	line-height: 0.9;
}

body.siphonr-storefront-page .siphonr-archive-hero.is-image-led > div > p:not(.siphonr-eyebrow) {
	max-width: 560px;
	font-size: 17px;
	line-height: 1.7;
}

body.siphonr-storefront-page .siphonr-archive-hero.is-image-led > div > a {
	display: inline-flex;
	gap: 20px;
	margin-top: 24px;
	padding-bottom: 8px;
	border-bottom: 1px solid currentColor;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-decoration: none;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-shop-collections {
	margin-bottom: 120px;
}

body.siphonr-storefront-page .siphonr-shop-collections > header {
	max-width: 760px;
	margin-bottom: 42px;
}

body.siphonr-storefront-page .siphonr-shop-collections h2,
body.siphonr-storefront-page .siphonr-catalog-heading h2,
body.siphonr-storefront-page .siphonr-product-story h2,
body.siphonr-storefront-page .siphonr-product-recent h2,
body.siphonr-storefront-page .siphonr-recently-viewed-shop h2 {
	margin: 0;
	font: 400 clamp(44px, 5.8cqi, 76px) / 0.98 Georgia, "Times New Roman", serif;
	letter-spacing: -0.05em;
}

body.siphonr-storefront-page .siphonr-shop-collection-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

body.siphonr-storefront-page .siphonr-shop-collection-row .siphonr-collection-card,
body.siphonr-storefront-page .siphonr-shop-collection-row .siphonr-collection-card:first-child {
	grid-column: auto;
	grid-row: auto;
	min-height: 400px;
}

body.siphonr-storefront-page .siphonr-catalog-surface {
	padding-bottom: 120px;
}

body.siphonr-storefront-page .siphonr-catalog-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 40px;
}

body.siphonr-storefront-page .siphonr-catalog-heading > p {
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-catalog-toolbar {
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	gap: 20px;
	align-items: center;
	min-height: 66px;
	margin-bottom: 34px;
	border-top: 1px solid var(--haven-line);
	border-bottom: 1px solid var(--haven-line);
}

body.siphonr-storefront-page .siphonr-filter-toggle,
body.siphonr-storefront-page .siphonr-density button {
	border: 0;
	background: transparent;
	color: inherit;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	cursor: pointer;
}

body.siphonr-storefront-page .siphonr-filter-toggle {
	display: flex;
	gap: 24px;
}

body.siphonr-storefront-page .siphonr-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

body.siphonr-storefront-page .siphonr-active-filters span,
body.siphonr-storefront-page .siphonr-active-filters a {
	padding: 6px 9px;
	background: var(--haven-paper-deep);
	font-size: 8px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-density {
	display: flex;
	gap: 4px;
}

body.siphonr-storefront-page .siphonr-density button {
	width: 28px;
	height: 32px;
}

body.siphonr-storefront-page .siphonr-density button[aria-pressed="true"] {
	background: var(--haven-ink);
	color: var(--haven-white);
}

body.siphonr-storefront-page .siphonr-sort-form {
	display: flex;
	align-items: center;
	gap: 9px;
}

body.siphonr-storefront-page .siphonr-sort-form label {
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-sort-form select {
	min-height: 42px;
	border: 0;
	background: transparent;
}

body.siphonr-storefront-page .siphonr-catalog-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 46px;
}

body.siphonr-storefront-page .siphonr-filter-panel {
	align-self: start;
}

body.siphonr-storefront-page .siphonr-filter-panel form,
body.siphonr-storefront-page .siphonr-filter-panel fieldset {
	display: grid;
	gap: 10px;
}

body.siphonr-storefront-page .siphonr-filter-panel fieldset {
	margin: 0;
	padding: 22px 0;
	border: 0;
	border-bottom: 1px solid var(--haven-line);
}

body.siphonr-storefront-page .siphonr-filter-panel legend,
body.siphonr-storefront-page .siphonr-filter-search > span {
	margin-bottom: 12px;
	font: 400 19px/1.1 Georgia, "Times New Roman", serif;
}

body.siphonr-storefront-page .siphonr-filter-panel label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--haven-muted);
	font-size: 12px;
}

body.siphonr-storefront-page .siphonr-filter-panel label small {
	margin-left: auto;
}

body.siphonr-storefront-page .siphonr-filter-search {
	display: grid !important;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--haven-line);
}

body.siphonr-storefront-page .siphonr-filter-search input,
body.siphonr-storefront-page .siphonr-price-filter input {
	width: 100%;
	min-height: 44px;
	padding: 9px;
	border: 1px solid var(--haven-line);
	border-radius: 0;
	background: var(--haven-white);
}

body.siphonr-storefront-page .siphonr-price-filter {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 6px;
	align-items: center;
}

body.siphonr-storefront-page .siphonr-filter-panel form > button {
	min-height: 48px;
	margin-top: 20px;
	border: 0;
	background: var(--haven-forest-deep);
	color: var(--haven-white);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
}

body.siphonr-storefront-page .siphonr-catalog-results .siphonr-grid {
	grid-template-columns: repeat(var(--siphonr-grid-columns, 4), minmax(0, 1fr));
}

body.siphonr-storefront-page .siphonr-empty {
	padding: 80px 32px;
	background: var(--haven-paper-deep);
	text-align: center;
}

body.siphonr-storefront-page .siphonr-empty strong {
	display: block;
	font: 400 clamp(36px, 4cqi, 56px) / 1 Georgia, "Times New Roman", serif;
}

body.siphonr-storefront-page .siphonr-recently-viewed-shop,
body.siphonr-storefront-page .siphonr-product-recent {
	padding: 100px 0;
}

body.siphonr-storefront-page .siphonr-archive > .siphonr-trust-strip,
body.siphonr-storefront-page .siphonr-product-page > .siphonr-trust-strip {
	width: auto;
	max-width: none;
	margin-right: calc(-1 * max(24px, calc((100cqi - var(--haven-shell)) / 2)));
	margin-left: calc(-1 * max(24px, calc((100cqi - var(--haven-shell)) / 2)));
	padding-right: max(24px, calc((100cqi - var(--haven-shell)) / 2));
	padding-left: max(24px, calc((100cqi - var(--haven-shell)) / 2));
	background: var(--haven-forest);
}

/* Product detail compositions. */

body.siphonr-storefront-page .siphonr-product-page {
	width: 100%;
	max-width: none;
	padding: 34px max(24px, calc((100cqi - var(--haven-shell)) / 2)) 0;
}

body.siphonr-storefront-page .siphonr-product-layout {
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
	gap: clamp(55px, 7cqi, 105px);
	padding: 0 0 130px;
}

body.siphonr-storefront-page .siphonr-product-layout.is-gallery-grid {
	grid-template-columns: minmax(0, 1.4fr) minmax(340px, 0.6fr);
}

body.siphonr-storefront-page .siphonr-product-art {
	aspect-ratio: 4 / 5;
}

body.siphonr-storefront-page .siphonr-product-gallery-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 12px;
}

body.siphonr-storefront-page .siphonr-product-gallery-tile {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

body.siphonr-storefront-page .siphonr-product-gallery-tile:first-child {
	grid-column: 1 / -1;
}

body.siphonr-storefront-page .siphonr-product-gallery-tile img {
	display: block;
	width: 100%;
	height: clamp(480px, 42cqi, 680px);
	object-fit: cover;
}

body.siphonr-storefront-page .siphonr-product-layout.is-gallery-grid .siphonr-product-gallery-tile:first-child {
	grid-column: auto;
}

body.siphonr-storefront-page .siphonr-product-layout.is-immersive-story .siphonr-product-art {
	aspect-ratio: 5 / 6;
}

body.siphonr-storefront-page .siphonr-product-info {
	top: 145px;
	padding-top: 18px;
}

body.siphonr-storefront-page .siphonr-product-context {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

body.siphonr-storefront-page .siphonr-product-badges {
	display: flex;
	gap: 5px;
}

body.siphonr-storefront-page .siphonr-product-badges span {
	padding: 6px 8px;
	background: var(--haven-clay);
	color: var(--haven-white);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-product-info h1 {
	font-size: clamp(52px, 5.8cqi, 80px);
	line-height: 0.94;
}

body.siphonr-storefront-page .siphonr-swatch-group {
	display: grid;
	gap: 12px;
	margin: 28px 0 8px;
}

body.siphonr-storefront-page .siphonr-swatch-group > span {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.siphonr-storefront-page .siphonr-swatches button {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 42px;
	padding: 5px 13px 5px 7px;
	border: 1px solid var(--haven-line);
	border-radius: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font-size: 11px;
}

body.siphonr-storefront-page .siphonr-swatches button.is-selected {
	border-color: var(--haven-ink);
	box-shadow: inset 0 0 0 1px var(--haven-ink);
}

body.siphonr-storefront-page .siphonr-swatches i {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--swatch-color);
}

body.siphonr-storefront-page .siphonr-variation-picker select {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
}

body.siphonr-storefront-page .siphonr-buy-row {
	grid-template-columns: 40px 66px minmax(200px, 1fr);
}

body.siphonr-storefront-page .siphonr-add-large {
	min-height: 58px;
}

body.siphonr-storefront-page .siphonr-purchase-assurance {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 20px 0 28px;
	color: var(--haven-muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-product-accordions {
	border-top: 1px solid var(--haven-line);
}

body.siphonr-storefront-page .siphonr-product-accordions details {
	padding: 18px 0;
	border-bottom: 1px solid var(--haven-line);
}

body.siphonr-storefront-page .siphonr-product-accordions summary {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	cursor: pointer;
}

body.siphonr-storefront-page .siphonr-product-accordions details p {
	color: var(--haven-muted);
	font-size: 13px;
	line-height: 1.65;
}

body.siphonr-storefront-page .siphonr-product-story {
	display: grid;
	grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(50px, 8cqi, 120px);
	align-items: center;
	margin: 0 calc(-1 * max(24px, calc((100cqi - var(--haven-shell)) / 2)));
	padding: clamp(80px, 10cqi, 150px) max(24px, calc((100cqi - var(--haven-shell)) / 2));
	background: var(--haven-forest-deep);
	color: var(--haven-white);
}

body.siphonr-storefront-page .siphonr-product-story-copy > p:not(.siphonr-eyebrow) {
	max-width: 550px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 17px;
	line-height: 1.75;
}

body.siphonr-storefront-page .siphonr-product-story-media {
	position: relative;
	min-height: 680px;
}

body.siphonr-storefront-page .siphonr-product-story-media img:first-child {
	display: block;
	width: 78%;
	height: 620px;
	margin-left: auto;
	object-fit: cover;
}

body.siphonr-storefront-page .siphonr-product-story-media img:last-child:not(:first-child) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42%;
	aspect-ratio: 1;
	border: 12px solid var(--haven-forest-deep);
	object-fit: cover;
}

body.siphonr-storefront-page .siphonr-product-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

body.siphonr-storefront-page .siphonr-product-tags a {
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	color: inherit;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-product-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 0 calc(-1 * max(24px, calc((100cqi - var(--haven-shell)) / 2))) 120px;
	background: var(--haven-line);
}

body.siphonr-storefront-page .siphonr-product-facts article {
	padding: 50px max(24px, calc((100cqi - var(--haven-shell)) / 6));
	background: var(--haven-paper-deep);
}

body.siphonr-storefront-page .siphonr-product-facts span {
	color: var(--haven-clay);
	font-size: 10px;
	font-weight: 800;
}

body.siphonr-storefront-page .siphonr-product-facts h3 {
	font: 400 27px/1 Georgia, "Times New Roman", serif;
}

body.siphonr-storefront-page .siphonr-product-facts p {
	color: var(--haven-muted);
	font-size: 13px;
}

body.siphonr-storefront-page .siphonr-product-page > .siphonr-recommendations {
	padding: 120px 0;
}

body.siphonr-storefront-page .siphonr-mobile-buy {
	display: none;
}

/* Rich standalone footer. */

body.siphonr-storefront-page .siphonr-storefront-footer {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(50px, 8cqi, 120px);
	padding: 100px max(28px, calc((100cqi - var(--haven-shell)) / 2)) 26px;
	background: var(--haven-forest-deep);
	color: rgba(255, 253, 248, 0.68);
}

body.siphonr-storefront-page .siphonr-footer-newsletter h2 {
	max-width: 560px;
	margin: 0 0 18px;
	color: var(--haven-white);
	font: 400 clamp(38px, 4cqi, 58px) / 1 Georgia, "Times New Roman", serif;
	letter-spacing: -0.04em;
}

body.siphonr-storefront-page .siphonr-footer-newsletter form {
	display: grid;
	grid-template-columns: 1fr auto;
	margin-top: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

body.siphonr-storefront-page .siphonr-footer-newsletter input {
	width: 100%;
	min-height: 52px;
	border: 0;
	background: transparent;
	color: var(--haven-white);
}

body.siphonr-storefront-page .siphonr-footer-newsletter button {
	border: 0;
	background: transparent;
	color: var(--haven-white);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.siphonr-storefront-page .siphonr-newsletter-status {
	grid-column: 1 / -1;
	font-size: 10px;
}

body.siphonr-storefront-page .siphonr-footer-directory {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 30px;
}

body.siphonr-storefront-page .siphonr-footer-directory > div strong {
	font: 400 26px/1 Georgia, "Times New Roman", serif;
}

body.siphonr-storefront-page .siphonr-footer-directory nav {
	display: grid;
	align-content: start;
	gap: 10px;
}

body.siphonr-storefront-page .siphonr-footer-directory b {
	margin-bottom: 8px;
	color: var(--haven-white);
	font: 400 18px/1 Georgia, "Times New Roman", serif;
}

body.siphonr-storefront-page .siphonr-footer-directory a {
	color: inherit;
	font-size: 11px;
	text-decoration: none;
}

body.siphonr-storefront-page .siphonr-footer-base {
	grid-column: 1 / -1;
	display: flex;
	justify-content: space-between;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 9px;
	letter-spacing: 0.08em;
}

@media (max-width: 980px) {
	body.siphonr-storefront-page .siphonr-shop-collection-row {
		grid-template-columns: 1fr 1fr;
	}

	body.siphonr-storefront-page .siphonr-catalog-layout {
		grid-template-columns: 1fr;
	}

	body.siphonr-storefront-page .siphonr-filter-panel {
		display: none;
	}

	body.siphonr-storefront-page .siphonr-filter-panel.is-open {
		display: block;
		padding: 24px;
		background: var(--haven-white);
	}

	body.siphonr-storefront-page .siphonr-product-layout,
	body.siphonr-storefront-page .siphonr-product-layout.is-gallery-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.siphonr-storefront-page .siphonr-product-media,
	body.siphonr-storefront-page .siphonr-product-info {
		min-width: 0;
	}

	body.siphonr-storefront-page .siphonr-product-info {
		position: static;
	}

	body.siphonr-storefront-page .siphonr-product-story {
		grid-template-columns: 1fr;
	}

	body.siphonr-storefront-page .siphonr-product-facts {
		grid-template-columns: 1fr;
	}

	body.siphonr-storefront-page .siphonr-storefront-footer {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	body.siphonr-storefront-page .siphonr-announcement span:last-child,
	body.siphonr-storefront-page .siphonr-icon-action {
		display: none;
	}

	body.siphonr-storefront-page .siphonr-storefront-header {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 10px;
		padding: 10px 14px;
		padding-bottom: 12px;
	}

	body.siphonr-storefront-page .siphonr-brand {
		width: min(168px, 45cqi);
		min-width: 0;
	}

	body.siphonr-storefront-page .siphonr-brand img {
		max-width: 100%;
	}

	body.siphonr-storefront-page .siphonr-header-actions {
		gap: 0;
		min-width: 0;
	}

	body.siphonr-storefront-page .siphonr-menu-toggle {
		display: block;
		justify-self: end;
		border: 0;
		background: transparent;
		font-size: 9px;
		font-weight: 800;
		letter-spacing: 0.12em;
		text-transform: uppercase;
	}

	body.siphonr-storefront-page .siphonr-storefront-header nav {
		display: none;
		grid-column: 1 / -1;
		width: 100%;
		margin: 0;
		padding: 18px 0 4px;
	}

	body.siphonr-storefront-page .siphonr-storefront-header nav.is-open {
		display: flex;
	}

	body.siphonr-storefront-page .siphonr-catalog-toolbar {
		grid-template-columns: 1fr auto;
	}

	body.siphonr-storefront-page .siphonr-active-filters {
		grid-column: 1 / -1;
		grid-row: 2;
		padding-bottom: 12px;
	}

	body.siphonr-storefront-page .siphonr-density {
		display: none;
	}

	body.siphonr-storefront-page .siphonr-catalog-results .siphonr-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.siphonr-storefront-page .siphonr-product-story-media {
		min-height: 520px;
	}

	body.siphonr-storefront-page .siphonr-product-story-media img:first-child {
		height: 480px;
	}

	body.siphonr-storefront-page .siphonr-product-facts article {
		padding: 40px 24px;
	}

	body.siphonr-storefront-page .siphonr-footer-directory {
		grid-template-columns: 1fr 1fr;
	}

	body.siphonr-storefront-page .siphonr-footer-directory > div {
		grid-column: 1 / -1;
	}

	body.siphonr-storefront-page .siphonr-mobile-buy {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 900;
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 3px 14px;
		align-items: center;
		padding: 12px 18px;
		border-top: 1px solid var(--haven-line);
		background: rgba(255, 253, 248, 0.96);
		backdrop-filter: blur(14px);
	}

	body.siphonr-storefront-page .siphonr-mobile-buy span {
		font: 400 16px/1 Georgia, "Times New Roman", serif;
	}

	body.siphonr-storefront-page .siphonr-mobile-buy strong {
		grid-column: 1;
		font-size: 10px;
	}

	body.siphonr-storefront-page .siphonr-mobile-buy button {
		grid-column: 2;
		grid-row: 1 / 3;
		min-height: 46px;
		padding: 0 18px;
		border: 0;
		background: var(--haven-forest-deep);
		color: var(--haven-white);
		font-size: 9px;
		font-weight: 800;
		text-transform: uppercase;
	}
}

@media (max-width: 520px) {
	body.is-system-profile-haven-system .fixstable-builder-site-header.fixstable-builder-site-header .fixstable-northstar-header-search-panel {
	top: 103px;
	}
}

@media (max-width: 520px) {
	body.siphonr-storefront-page .siphonr-product-gallery-tile img {
		height: min(112cqi, 420px);
	}

	body.siphonr-storefront-page .siphonr-buy-row {
		grid-template-columns: auto 66px;
	}

	body.siphonr-storefront-page .siphonr-buy-row .siphonr-add-large {
		grid-column: 1 / -1;
		width: 100%;
		min-width: 0;
		white-space: normal;
	}

	.siphonr-quick-view-buy {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.siphonr-quick-view-buy .siphonr-add {
		grid-column: 1 / -1;
	}

	body.siphonr-storefront-page .siphonr-archive-hero.is-image-led {
		min-height: 520px;
	}

	body.siphonr-storefront-page .siphonr-shop-collection-row,
	body.siphonr-storefront-page .siphonr-catalog-results .siphonr-grid,
	body.siphonr-storefront-page .siphonr-product-gallery-grid {
		grid-template-columns: 1fr;
	}

	body.siphonr-storefront-page .siphonr-purchase-assurance {
		grid-template-columns: 1fr;
		text-align: left;
	}

	body.siphonr-storefront-page .siphonr-product-story-media {
		min-height: 440px;
	}

	body.siphonr-storefront-page .siphonr-product-story-media img:first-child {
		width: 90%;
		height: 400px;
	}

	body.siphonr-storefront-page .siphonr-footer-directory {
		grid-template-columns: 1fr;
	}

	body.siphonr-storefront-page .siphonr-footer-directory > div {
		grid-column: auto;
	}

	body.siphonr-storefront-page .siphonr-footer-base {
		display: grid;
		gap: 8px;
	}
}

/* Canvza device-frame parity. The editor canvas is wider than the browser
 * window, so its selected device class is the responsive contract. */
.fixstable-builder-preview-shell .haven-hero-section .fixstable-builder-node.haven-shop-scene {
	position: absolute;
	right: -22px;
	bottom: 26px;
	width: min(310px, calc(100% - 36px));
	padding: 20px 22px;
}

.fixstable-builder-preview-shell .haven-shop-scene .fixstable-builder-siphonr-editorial-links li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 9px 0;
	font-size: 11px;
	line-height: 1.6;
}

.fixstable-builder-preview-shell .haven-shop-scene .fixstable-builder-siphonr-head {
	display: grid;
	gap: 10px;
}

.fixstable-builder-preview-shell .haven-shop-scene .fixstable-builder-siphonr-head small {
	order: -1;
	font-size: 8px;
	line-height: 1.6;
}

.fixstable-builder-preview-shell .haven-shop-scene .fixstable-builder-siphonr-head strong {
	font-size: 24px;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.fixstable-builder-preview-shell .haven-shop-scene .fixstable-builder-siphonr-editorial-view {
	display: block;
	font-size: 8px;
	line-height: 1.6;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header-inner {
	display: grid !important;
	grid-template-columns: 160px minmax(0, 1fr) 42px;
	gap: 16px !important;
	width: calc(100% - 48px) !important;
	padding-block: 15px;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-brand {
	grid-column: 1;
	grid-row: 1;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-northstar-header-actions {
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav {
	display: none !important;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle {
	display: inline-flex !important;
	grid-column: 3;
	grid-row: 1;
	width: 42px;
	height: 42px;
	margin: 0;
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header-inner {
	display: grid !important;
	grid-template-columns: minmax(96px, 1fr) auto 40px;
	gap: 8px !important;
	width: calc(100% - 48px) !important;
	padding-block: 14px !important;
}

.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-builder-site-header-split-cta.has-mobile-nav.is-mobile-preview .fixstable-builder-site-header-inner {
	display: grid !important;
	grid-template-columns: 160px minmax(0, 1fr) 42px !important;
	gap: 16px !important;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-builder-site-header-split-cta.has-mobile-nav.is-mobile-preview .fixstable-builder-site-header-inner {
	display: grid !important;
	grid-template-columns: minmax(96px, 1fr) auto 40px !important;
	gap: 8px !important;
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-brand {
	grid-column: 1;
	grid-row: 1;
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-logo-image {
	width: 112px;
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-northstar-header-actions {
	display: inline-flex;
	grid-column: 2;
	grid-row: 1;
	gap: 7px;
	align-items: center;
	justify-self: end;
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle {
	display: inline-flex !important;
	grid-column: 3;
	grid-row: 1;
	width: 40px;
	height: 40px;
	margin: 0;
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-nav-toggle-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-hero-section .fixstable-builder-row,
.fixstable-builder-preview-stage.is-device-mobile .haven-hero-section .fixstable-builder-row {
	grid-template-columns: 1fr !important;
	padding-inline: 18px !important;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-hero-section .fixstable-builder-column:first-child,
.fixstable-builder-preview-stage.is-device-mobile .haven-hero-section .fixstable-builder-column:first-child {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 20px !important;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-hero-section .fixstable-builder-column:first-child > .fixstable-builder-node-text,
.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-hero-section .fixstable-builder-column:first-child > .fixstable-builder-node-heading,
.fixstable-builder-preview-stage.is-device-mobile .haven-hero-section .fixstable-builder-column:first-child > .fixstable-builder-node-text,
.fixstable-builder-preview-stage.is-device-mobile .haven-hero-section .fixstable-builder-column:first-child > .fixstable-builder-node-heading {
	flex: 0 0 auto;
	width: 100%;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-hero-section .fixstable-builder-column:first-child > p,
.fixstable-builder-preview-stage.is-device-mobile .haven-hero-section .fixstable-builder-column:first-child > p {
	flex: 0 0 auto;
	width: 100%;
	margin: 4px 0 0;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-hero-section .fixstable-builder-column:first-child .fixstable-builder-button,
.fixstable-builder-preview-stage.is-device-mobile .haven-hero-section .fixstable-builder-column:first-child .fixstable-builder-button {
	width: 100%;
	text-align: center;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-hero-section h1,
.fixstable-builder-preview-stage.is-device-mobile .haven-hero-section h1 {
	font-size: clamp(50px, 15cqi, 68px) !important;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-hero-section .fixstable-builder-column:last-child,
.fixstable-builder-preview-stage.is-device-mobile .haven-hero-section .fixstable-builder-column:last-child {
	min-height: 540px;
	margin-block: 0;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-shop-scene,
.fixstable-builder-preview-stage.is-device-mobile .haven-shop-scene {
	right: 14px;
	bottom: 14px;
	width: calc(100% - 28px);
	padding: 17px 18px;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-campaign-section .fixstable-builder-row,
.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-story-section .fixstable-builder-row,
.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-table-section .fixstable-builder-row,
.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-shell .haven-newsletter-section .fixstable-builder-row,
.fixstable-builder-preview-stage.is-device-mobile .haven-campaign-section .fixstable-builder-row,
.fixstable-builder-preview-stage.is-device-mobile .haven-story-section .fixstable-builder-row,
.fixstable-builder-preview-stage.is-device-mobile .haven-table-section .fixstable-builder-row,
.fixstable-builder-preview-stage.is-device-mobile .haven-newsletter-section .fixstable-builder-row {
	grid-template-columns: 1fr !important;
}

/* Keep the Builder trust band identical to Haven's published compact strip. */
.fixstable-builder-preview-shell .haven-trust-section .fixstable-builder-siphonr-preview.is-trust-strip,
.fixstable-builder-preview-stage .haven-trust-section .fixstable-builder-siphonr-preview.is-trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
	max-width: var(--haven-shell, 1180px);
	gap: 0;
	min-width: 0;
	padding: 25px 24px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--haven-white, #fffdf8);
}

.fixstable-builder-preview-shell .haven-trust-section .fixstable-builder-siphonr-preview.is-trust-strip > span,
.fixstable-builder-preview-stage .haven-trust-section .fixstable-builder-siphonr-preview.is-trust-strip > span {
	display: block;
	padding: 6px 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	color: var(--haven-white, #fffdf8) !important;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}

.fixstable-builder-preview-shell .haven-trust-section .fixstable-builder-siphonr-preview.is-trust-strip > span:last-child,
.fixstable-builder-preview-stage .haven-trust-section .fixstable-builder-siphonr-preview.is-trust-strip > span:last-child {
	border-right: 0;
}

.fixstable-builder-preview-stage.is-device-tablet .haven-trust-section .fixstable-builder-siphonr-preview.is-trust-strip {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fixstable-builder-preview-stage.is-device-tablet .haven-trust-section .fixstable-builder-siphonr-preview.is-trust-strip > span:nth-child(2) {
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.fixstable-builder-preview-stage.is-device-mobile .haven-trust-section .fixstable-builder-siphonr-preview.is-trust-strip {
	grid-template-columns: 1fr;
}

.fixstable-builder-preview-stage.is-device-mobile .haven-trust-section .fixstable-builder-siphonr-preview.is-trust-strip > span {
	border-right: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fixstable-builder-preview-stage.is-device-mobile .haven-trust-section .fixstable-builder-siphonr-preview.is-trust-strip > span:last-child {
	border-bottom: 0;
}

/*
 * Builder parity: the safe renderer includes the authored image-caption node,
 * but the published Haven hero does not output that overlay. Leaving the
 * Builder-only caption visible washes out the hero image and makes the canvas
 * look materially different from the published page.
 */
.fixstable-builder-preview-viewport .fixstable-builder-preview-shell .haven-hero-section .haven-image-caption,
.fixstable-builder-preview-stage .haven-hero-section .haven-image-caption {
	display: none !important;
}

/* Builder parity: the live-search preview uses Haven's published editorial
 * composition instead of the generic Siphonr safe-preview card. */
.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 440px minmax(0, 1fr);
	grid-template-rows: 460px;
	width: 100%;
	height: 460px;
	max-width: var(--haven-shell, 1180px);
	min-width: 0;
	gap: 18px 80px;
	align-items: end;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--haven-white, #fffdf8) !important;
}

.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media {
	position: relative;
	grid-column: 1;
	grid-row: 1;
	box-sizing: border-box;
	width: 440px;
	height: 460px;
	min-height: 460px;
	margin: 0;
	overflow: hidden;
	background: #74695d;
}

.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media::after,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(25, 20, 17, 0.04) 45%, rgba(25, 20, 17, 0.58) 100%);
	content: "";
	pointer-events: none;
}

.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media img,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 460px;
	object-fit: cover;
}

.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media figcaption,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media figcaption {
	position: absolute;
	top: 26px;
	left: 28px;
	z-index: 2;
	margin: 0;
	color: #e47a5c !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.6;
	text-transform: uppercase;
}

.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-copy,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-copy {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	padding: 0;
	color: var(--haven-white, #fffdf8) !important;
}

.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-copy h2,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-copy h2 {
	margin: 0 !important;
	color: var(--haven-white, #fffdf8) !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(48px, 6cqi, 82px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.02em;
	line-height: 0.95 !important;
}

.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-copy label,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-copy label {
	display: block;
	margin: 0;
	color: var(--haven-white, #fffdf8) !important;
}

.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-search-label,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-search-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-copy input,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-copy input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 64px;
	min-height: 64px;
	margin: 0;
	padding: 0 20px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 0;
	outline: 0;
	background: transparent !important;
	box-shadow: none;
	color: var(--haven-white, #fffdf8) !important;
	opacity: 1;
	font: 400 18px/1 Georgia, "Times New Roman", serif;
}

.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-copy input::placeholder,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-copy input::placeholder {
	color: rgba(255, 253, 248, 0.62);
	opacity: 1;
}

.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-search-results,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-search-results {
	display: block;
	margin-top: 16px;
	color: var(--haven-white, #fffdf8) !important;
}

.fixstable-builder-preview-shell .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-search-results p,
.fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-search-results p {
	margin: 0;
	color: var(--haven-white, #fffdf8) !important;
}

.fixstable-builder-preview-stage.is-device-tablet .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity,
.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity {
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 18px 80px;
}

.fixstable-builder-preview-stage.is-device-tablet .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media,
.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media {
	width: auto;
}

.fixstable-builder-preview-stage.is-device-mobile .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity,
.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity {
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	height: auto;
	min-height: 0;
	gap: 18px;
}

.fixstable-builder-preview-stage.is-device-mobile .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media,
.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media {
	grid-column: 1;
	grid-row: 1;
	width: 100%;
	height: 360px;
	min-height: 360px;
}

.fixstable-builder-preview-stage.is-device-mobile .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media img,
.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-media img {
	min-height: 360px;
}

.fixstable-builder-preview-stage.is-device-mobile .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-copy,
.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-preview-stage .haven-search-section .fixstable-builder-siphonr-preview.is-live-search-parity .fixstable-builder-siphonr-live-search-copy {
	grid-column: 1;
	grid-row: 2;
}

/* Match the authored newsletter proportions before the layout stacks. */
@media (min-width: 821px) and (max-width: 1100px) {
	body.fixstable-site-system-haven .haven-newsletter-section .fixstable-builder-image img {
		height: auto !important;
		min-height: 0 !important;
	}
}

.fixstable-builder-preview-stage.is-device-tablet .haven-newsletter-section .fixstable-builder-image img,
.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-preview-stage .haven-newsletter-section .fixstable-builder-image img {
	height: auto !important;
	min-height: 0 !important;
}

body.fixstable-site-system-haven .haven-newsletter-section .fixstable-builder-image figcaption,
.fixstable-builder-preview-shell .haven-newsletter-section .fixstable-builder-image figcaption,
.fixstable-builder-preview-stage .haven-newsletter-section .fixstable-builder-image figcaption {
	color: var(--haven-white, #fffdf8) !important;
}

/* Haven mobile navigation: compact storefront directory, shared by preview and frontend. */
@media (max-width: 560px) {
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle {
		border-color: var(--haven-line, #d7d0c5);
		border-radius: 6px;
		background: var(--haven-white, #fffdf8);
		color: var(--haven-ink, #211c18);
		box-shadow: none;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle:hover,
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle:focus-visible,
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle[aria-expanded="true"] {
		border-color: var(--haven-clay, #ad6044);
		background: var(--haven-paper, #f6f1e8);
		color: var(--haven-ink, #211c18);
	}

	body.fixstable-site-system-haven .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars {
		background: transparent;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::before,
	body.fixstable-site-system-haven .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::after {
		top: 0;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::before {
		transform: rotate(45deg);
	}

	body.fixstable-site-system-haven .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::after {
		transform: rotate(-45deg);
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav.is-mobile-nav-open .fixstable-builder-site-nav {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
		margin-top: 6px;
		padding: 6px 0;
		border: 1px solid var(--haven-line, #d7d0c5);
		border-radius: 6px;
		background: var(--haven-white, #fffdf8);
		box-shadow: 0 16px 36px rgba(33, 28, 24, 0.12);
		overflow: hidden;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav > .fixstable-builder-site-nav-link,
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-item.has-mega-menu {
		box-sizing: border-box;
		min-height: 44px;
		border-bottom: 1px solid var(--haven-line, #d7d0c5);
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav > :nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav > .fixstable-builder-site-nav-link:nth-child(odd),
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-item.has-mega-menu:nth-child(odd) {
		border-right: 1px solid var(--haven-line, #d7d0c5);
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav a.fixstable-builder-site-nav-link {
		min-height: 44px;
		padding: 0 12px;
		color: var(--haven-ink, #211c18);
		font-size: 10px;
		letter-spacing: 0.12em;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-mega-menu {
		grid-column: 1 / -1;
	}
}

@media (max-width: 340px) {
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav.is-mobile-nav-open .fixstable-builder-site-nav {
		grid-template-columns: 1fr;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav > :nth-child(n) {
		border-right: 0;
		border-bottom: 1px solid var(--haven-line, #d7d0c5);
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav > :last-child {
		border-bottom: 0;
	}
}

/* Device preview uses classes instead of the browser viewport width. */
.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle {
	border-color: var(--haven-line, #d7d0c5);
	border-radius: 6px;
	background: var(--haven-white, #fffdf8);
	color: var(--haven-ink, #211c18);
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars {
	background: transparent;
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::before,
.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::after {
	top: 0;
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::before {
	transform: rotate(45deg);
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::after {
	transform: rotate(-45deg);
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.is-mobile-nav-open .fixstable-builder-site-nav {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin-top: 6px;
	padding: 6px 0;
	border: 1px solid var(--haven-line, #d7d0c5);
	border-radius: 6px;
	background: var(--haven-white, #fffdf8);
	box-shadow: 0 16px 36px rgba(33, 28, 24, 0.12);
	overflow: hidden;
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav > .fixstable-builder-site-nav-link,
.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-item.has-mega-menu {
	box-sizing: border-box;
	min-height: 44px;
	border-bottom: 1px solid var(--haven-line, #d7d0c5);
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav > :nth-last-child(-n + 2) {
	border-bottom: 0;
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav > :nth-child(odd) {
	border-right: 1px solid var(--haven-line, #d7d0c5);
}

.fixstable-builder-preview-stage.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav a.fixstable-builder-site-nav-link {
	min-height: 44px;
	padding: 0 12px;
	color: var(--haven-ink, #211c18);
	font-size: 10px;
	letter-spacing: 0.12em;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle {
	border-color: var(--haven-line, #d7d0c5);
	border-radius: 6px;
	background: var(--haven-white, #fffdf8);
	color: var(--haven-ink, #211c18);
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars {
	background: transparent;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::before,
.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::after {
	top: 0;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::before {
	transform: rotate(45deg);
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-toggle[aria-expanded="true"] .fixstable-builder-site-nav-toggle-bars::after {
	transform: rotate(-45deg);
}

/* Final Haven phone header parity: the real viewport and Builder device frame
 * share one clear brand row and one stacked navigation drawer. */
@media (max-width: 560px) {
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-header-inner {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 48px !important;
		align-items: center !important;
		gap: 12px !important;
		width: calc(100% - 32px) !important;
		padding-block: 16px !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-brand {
		grid-column: 1 !important;
		grid-row: 1 !important;
		width: auto !important;
		max-width: none !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-logo-image:not(.is-footer) {
		width: min(100%, 164px) !important;
		max-width: 164px !important;
		height: auto !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav-toggle {
		grid-column: 2 !important;
		grid-row: 1 !important;
		justify-self: end !important;
		margin: 0 !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		width: 100% !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav.is-mobile-nav-open .fixstable-builder-site-nav {
		grid-template-columns: minmax(0, 1fr) !important;
		padding: 0 !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav > :nth-child(n) {
		border-right: 0 !important;
		border-bottom: 1px solid var(--haven-line, #d7d0c5) !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav > :last-child {
		border-bottom: 0 !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-builder-site-nav a.fixstable-builder-site-nav-link {
		justify-content: flex-start;
		min-height: 48px;
		padding-inline: 16px;
		font-size: 11px;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-northstar-header-actions {
		display: none !important;
		grid-column: 1 / -1 !important;
		grid-row: 3 !important;
		width: 100% !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav.is-mobile-nav-open .fixstable-northstar-header-actions {
		display: flex !important;
	}
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-header-inner {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 48px !important;
	align-items: center !important;
	gap: 12px !important;
	width: calc(100% - 32px) !important;
	padding-block: 16px !important;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-brand {
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: auto !important;
	max-width: none !important;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-logo-image:not(.is-footer) {
	width: min(100%, 164px) !important;
	max-width: 164px !important;
	height: auto !important;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-nav-toggle {
	grid-column: 2 !important;
	grid-row: 1 !important;
	justify-self: end !important;
	margin: 0 !important;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-nav {
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	width: 100% !important;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav.is-mobile-nav-open .fixstable-builder-site-nav {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 0 !important;
	margin-top: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--haven-line, #d7d0c5);
	border-radius: 6px;
	background: var(--haven-white, #fffdf8);
	box-shadow: 0 16px 36px rgba(33, 28, 24, 0.12);
	overflow: hidden;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-nav > :nth-child(n) {
	border-right: 0 !important;
	border-bottom: 1px solid var(--haven-line, #d7d0c5) !important;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-nav > :last-child {
	border-bottom: 0 !important;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-nav a.fixstable-builder-site-nav-link {
	justify-content: flex-start;
	min-height: 48px;
	padding-inline: 16px;
	font-size: 11px;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-northstar-header-actions {
	display: none !important;
	grid-column: 1 / -1 !important;
	grid-row: 3 !important;
	width: 100% !important;
}

.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav.is-mobile-nav-open .fixstable-northstar-header-actions {
	display: flex !important;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.is-mobile-nav-open .fixstable-builder-site-nav {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	margin-top: 6px;
	padding: 6px 0;
	border: 1px solid var(--haven-line, #d7d0c5);
	border-radius: 6px;
	background: var(--haven-white, #fffdf8);
	box-shadow: 0 16px 36px rgba(33, 28, 24, 0.12);
	overflow: hidden;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav > .fixstable-builder-site-nav-link,
.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav-item.has-mega-menu {
	box-sizing: border-box;
	min-height: 44px;
	border-right: 1px solid var(--haven-line, #d7d0c5);
	border-bottom: 1px solid var(--haven-line, #d7d0c5);
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav > :nth-child(4n) {
	border-right: 0;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav > :nth-last-child(-n + 3) {
	border-bottom: 0;
}

.fixstable-builder-preview-stage.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav a.fixstable-builder-site-nav-link {
	justify-content: flex-start;
	min-height: 44px;
	padding: 0 14px;
	border-bottom: 0;
	color: var(--haven-ink, #211c18);
	font-size: 10px;
	letter-spacing: 0.12em;
}

.fixstable-builder-preview-stage:is(.is-device-tablet, .is-device-mobile) .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-mega-menu-toggle,
.fixstable-builder-preview-stage:is(.is-device-tablet, .is-device-mobile) .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-mega-menu {
	display: none !important;
}

/* Desktop imports keep the full Haven wordmark in its own grid track. The
 * Builder canvas must mirror the storefront instead of letting it overflow
 * beneath the primary navigation. */
.fixstable-builder-preview-viewport.is-device-desktop .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-header-inner {
	display: grid !important;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) auto !important;
	align-items: center !important;
}

.fixstable-builder-preview-viewport.is-device-desktop .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-brand {
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: min(100%, 260px) !important;
	min-width: 0 !important;
}

.fixstable-builder-preview-viewport.is-device-desktop .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-logo-image:not(.is-footer) {
	width: 100% !important;
	max-width: 260px !important;
	height: auto !important;
}

.fixstable-builder-preview-viewport.is-device-desktop .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-builder-site-nav {
	grid-column: 2 !important;
	grid-row: 1 !important;
	min-width: 0;
	justify-self: center;
}

.fixstable-builder-preview-viewport.is-device-desktop .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite .fixstable-northstar-header-actions {
	grid-column: 3 !important;
	grid-row: 1 !important;
	justify-self: end;
}

/* Haven tablet navigation keeps the storefront brand row intact and opens a
 * compact directory beneath it instead of compressing desktop navigation. */
@media (min-width: 561px) and (max-width: 900px) {
	body.fixstable-site-system-haven .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-header-inner {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 52px !important;
		align-items: center !important;
		gap: 14px 18px !important;
		position: relative;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-brand {
		grid-column: 1 !important;
		grid-row: 1 !important;
		min-width: 0;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-nav-toggle {
		grid-column: 2 !important;
		grid-row: 1 !important;
		justify-self: end !important;
		margin: 0 !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-nav {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		width: 100% !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-northstar-header-actions {
		display: none !important;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav.is-mobile-nav-open .fixstable-builder-site-nav {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 1px solid var(--haven-line, #d7d0c5);
		border-radius: 6px;
		background: var(--haven-white, #fffdf8);
		box-shadow: 0 16px 36px rgba(33, 28, 24, 0.12);
		overflow: hidden;
	}
}

.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-header-inner {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 52px !important;
	align-items: center !important;
	gap: 14px 18px !important;
	position: relative;
}

.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-brand {
	grid-column: 1 !important;
	grid-row: 1 !important;
	min-width: 0;
}

.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-nav-toggle {
	grid-column: 2 !important;
	grid-row: 1 !important;
	justify-self: end !important;
	margin: 0 !important;
}

.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-nav {
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	width: 100% !important;
}

.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-northstar-header-actions {
	display: none !important;
}

.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav.is-mobile-nav-open .fixstable-builder-site-nav {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--haven-line, #d7d0c5);
	border-radius: 6px;
	background: var(--haven-white, #fffdf8);
	box-shadow: 0 16px 36px rgba(33, 28, 24, 0.12);
	overflow: hidden;
}

.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-nav > :nth-child(n) {
	border-right: 0 !important;
	border-bottom: 1px solid var(--haven-line, #d7d0c5) !important;
}

.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-nav > :nth-child(odd) {
	border-right: 1px solid var(--haven-line, #d7d0c5) !important;
}

.fixstable-builder-preview-viewport.is-device-tablet .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-builder-site-nav > :nth-last-child(-n + 2) {
	border-bottom: 0 !important;
}

/* One Haven header rhythm across authored pages and imported legacy pages. */
body.fixstable-site-system-haven .fixstable-builder-site-header .fixstable-builder-site-header-cta,
.fixstable-builder-preview-shell .fixstable-builder-site-header .fixstable-builder-site-header-cta {
	display: none !important;
}

body.fixstable-site-system-haven .fixstable-builder-site-header + .fixstable-builder-frontend > .fixstable-builder-section:first-child:not(.haven-hero-section),
.fixstable-builder-preview-shell .fixstable-builder-site-header + .fixstable-builder-frontend > .fixstable-builder-section:first-child:not(.haven-hero-section) {
	margin-top: 24px;
}

/* Haven header utilities share one optical size in Canvza and Siphonr. */
body.fixstable-site-system-haven .fixstable-northstar-header-utility svg,
.fixstable-builder-preview-shell .fixstable-northstar-header-utility svg,
body.siphonr-storefront-page .siphonr-icon-action svg {
	display: block;
	width: 18px !important;
	height: 18px !important;
	max-width: 18px;
	max-height: 18px;
	flex: 0 0 18px;
}

body.siphonr-storefront-page .siphonr-icon-action {
	width: 40px;
	min-width: 40px;
	height: 40px;
	padding: 0;
}

body.fixstable-site-system-haven .fixstable-northstar-header-utilities,
.fixstable-builder-preview-shell .fixstable-northstar-header-utilities,
body.siphonr-storefront-page .siphonr-header-actions {
	align-items: center;
	column-gap: 16px;
}

body.fixstable-site-system-haven .fixstable-northstar-header-utility:not(.siphonr-builder-cart-action),
.fixstable-builder-preview-shell .fixstable-northstar-header-utility:not(.siphonr-builder-cart-action),
body.fixstable-site-system-haven .siphonr-builder-cart-action,
.fixstable-builder-preview-shell .siphonr-builder-cart-action,
body.siphonr-storefront-page .siphonr-cart-link {
	box-sizing: border-box;
	align-items: center;
	min-height: 40px;
	margin-block: 0;
	padding-block: 0;
	line-height: 18px;
}

body.fixstable-site-system-haven .fixstable-northstar-header-utility:not(.siphonr-builder-cart-action)::after,
.fixstable-builder-preview-shell .fixstable-northstar-header-utility:not(.siphonr-builder-cart-action)::after,
body.fixstable-site-system-haven .siphonr-builder-cart-action,
.fixstable-builder-preview-shell .siphonr-builder-cart-action,
body.siphonr-storefront-page .siphonr-cart-link {
	font-size: 9px;
	line-height: 18px;
}

body.fixstable-site-system-haven .fixstable-northstar-header-utility:not(.siphonr-builder-cart-action)::after,
.fixstable-builder-preview-shell .fixstable-northstar-header-utility:not(.siphonr-builder-cart-action)::after {
	display: inline-flex;
	align-items: center;
	height: 18px;
}

body.fixstable-site-system-haven .siphonr-builder-cart-action b,
.fixstable-builder-preview-shell .siphonr-builder-cart-action b {
	line-height: 18px;
}

@media (max-width: 560px) {
	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav.is-mobile-nav-open .fixstable-northstar-header-actions,
	.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav.is-mobile-nav-open .fixstable-northstar-header-actions {
		box-sizing: border-box;
		display: flex !important;
		align-items: center;
		justify-content: center !important;
		gap: 14px !important;
		width: 100% !important;
		padding: 12px 0 0;
		border-top: 1px solid var(--haven-line, #d7d0c5);
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .fixstable-northstar-header-utility:not(.siphonr-builder-cart-action),
	.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .fixstable-northstar-header-utility:not(.siphonr-builder-cart-action) {
		box-sizing: border-box;
		width: 40px;
		min-width: 40px;
		height: 40px;
		padding: 0;
		flex: 0 0 40px;
		justify-content: center;
	}

	body.fixstable-site-system-haven .fixstable-builder-site-header.has-mobile-nav .siphonr-builder-cart-action,
	.fixstable-builder-preview-viewport.is-device-mobile .fixstable-builder-site-header.fixstable-demo-kit-ecommerce-lite.has-mobile-nav .siphonr-builder-cart-action {
		flex: 0 0 auto;
		margin: 0;
	}
}
