/* Harnoor shell chrome — shared header/footer/tokens. Scoped to .hrr-shell */
.hrr-shell {
	/* HSL tokens from Replit :root */
	--background: 37 42% 96%;
	--foreground: 337 31% 16%;
	--primary: 340 53% 31%;
	--primary-foreground: 37 42% 96%;
	--secondary: 31 55% 88%;
	--accent: 11 68% 68%;
	--muted-foreground: 337 10% 43%;
	--border: 35 28% 84%;
	--card: 37 42% 98%;
	--input: 35 28% 84%;

	--hrr-bg: hsl(var(--background));
	--hrr-fg: hsl(var(--foreground));
	--hrr-primary: #4b182e;
	--hrr-announcement: hsl(var(--primary));
	--hrr-primary-btn: #f0b099;
	--hrr-cream: #f9eee2;
	--hrr-hero-muted: #e7caca;
	--hrr-border-soft: #cfa2a4;
	--hrr-muted: hsl(var(--muted-foreground));
	--hrr-secondary: hsl(var(--secondary));
	--hrr-accent: hsl(var(--accent));
	--hrr-radius: 0.2rem;
	--hrr-font-sans: "DM Sans", sans-serif;
	--hrr-font-serif: "Playfair Display", serif;
	--hrr-font-mono: "DM Mono", monospace;
	--hrr-max: 1240px;
	box-sizing: border-box;
	background: var(--hrr-bg);
	color: var(--hrr-fg);
	font-family: var(--hrr-font-sans) !important;
	font-size: 16px;
	font-weight: 400;
	min-height: 100vh;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
}

/* Defeat Anarkali rem scaling so shell body matches Replit 16px/24px. */
html:has(body.hrr-shell),
body.hrr-shell {
	font-size: 16px !important;
	line-height: 24px !important;
}

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

/* Force Replit font stack — defeat Anarkali/Elementor Jost/Montserrat/Poppins/Playfair. */
.hrr-shell {
	--e-global-typography-primary-font-family: "Playfair Display", serif;
	--e-global-typography-secondary-font-family: "DM Sans", sans-serif;
	--e-global-typography-text-font-family: "DM Sans", sans-serif;
	--e-global-typography-accent-font-family: "DM Mono", monospace;
	font-synthesis: none;
}

.hrr-shell,
.hrr-shell p,
.hrr-shell a,
.hrr-shell li,
.hrr-shell label,
.hrr-shell input,
.hrr-shell button,
.hrr-shell figcaption,
.hrr-shell td,
.hrr-shell th {
	font-family: "DM Sans", sans-serif !important;
}

/* Spans default to sans, but allow mono/serif utility classes to win */
.hrr-shell span:not([class*="kicker"]):not([class*="mono"]):not(.product-name):not(.hrr-checkout-item-type):not(.hrr-checkout-item-qty):not(.hrr-page-kicker):not(.hrr-section-kicker):not(.hrr-eyebrow):not(.amount):not(.woocommerce-Price-currencySymbol):not(.hrr-faq-q):not(.hrr-faq-toggle) {
	font-family: "DM Sans", sans-serif !important;
}

.hrr-shell h1,
.hrr-shell h2,
.hrr-shell h3,
.hrr-shell h4,
.hrr-shell .hrr-section-title,
.hrr-shell .hrr-hero-title,
.hrr-shell .hrr-page-title,
.hrr-shell .hrr-quote,
.hrr-shell .hrr-product-meta h3,
.hrr-shell .hrr-collection-card-content strong,
.hrr-shell .hrr-feature-item h3,
.hrr-shell .hrr-about-title,
.hrr-shell .hrr-about-cta-title,
.hrr-shell .hrr-custom-title,
.hrr-shell .hrr-contact-title,
.hrr-shell .hrr-custom-form-title,
.hrr-shell .hrr-contact-form-title {
	font-family: "Playfair Display", serif !important;
	font-weight: 500;
	font-synthesis: none;
}

/* Italic accents — Playfair Display italic (all pages). Hero peach color is home-only. */
.hrr-shell h1 em,
.hrr-shell h1 i,
.hrr-shell h2 em,
.hrr-shell h2 i,
.hrr-shell .hrr-page-title em,
.hrr-shell .hrr-page-title i,
.hrr-shell .hrr-section-title em,
.hrr-shell .hrr-section-title i,
.hrr-shell .hrr-about-title em,
.hrr-shell .hrr-about-title i,
.hrr-shell .hrr-about-cta-title em,
.hrr-shell .hrr-about-cta-title i {
	font-family: "Playfair Display", serif !important;
	font-style: italic !important;
	font-weight: 500 !important;
	font-synthesis: none;
}

.hrr-shell .hrr-announcement,
.hrr-shell .hrr-nav-link,
.hrr-shell .hrr-mobile-nav a,
.hrr-shell .hrr-eyebrow,
.hrr-shell .hrr-section-kicker,
.hrr-shell .hrr-feature-number,
.hrr-shell .hrr-button-primary,
.hrr-shell .hrr-button-ghost,
.hrr-shell .hrr-text-link,
.hrr-shell .hrr-hero-note,
.hrr-shell .hrr-product-badge,
.hrr-shell .hrr-quick-add,
.hrr-shell .hrr-quote-by,
.hrr-shell .hrr-newsletter-form button,
.hrr-shell .hrr-footer-col > strong,
.hrr-shell .hrr-footer-bottom,
.hrr-shell .hrr-footer-bottom span,
.hrr-shell .hrr-hero-stamp,
.hrr-shell .hrr-collection-card-content span,
.hrr-shell .hrr-page-kicker,
.hrr-shell .hrr-chip,
.hrr-shell .hrr-shop-count,
.hrr-shell .hrr-about-kicker,
.hrr-shell .hrr-custom-kicker,
.hrr-shell .hrr-contact-kicker,
.hrr-shell .hrr-product-cat,
.hrr-shell .hrr-form-field label {
	font-family: "DM Mono", monospace !important;
}

.hrr-shell .hrr-section-kicker {
	display: block;
	font: 500 10px/normal var(--hrr-font-mono, "DM Mono", monospace) !important;
	letter-spacing: 0.15em !important;
	text-transform: uppercase !important;
	margin: 0;
	color: hsl(var(--primary)) !important;
}

.hrr-shell a {
	color: inherit;
	text-decoration: none;
}

.hrr-shell img {
	max-width: 100%;
	display: block;
}

.hrr-shell .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* Announcement — Ref CSS: font 500 10px mono, ls .13em, minH 30 */
.hrr-announcement {
	background: var(--hrr-announcement);
	color: var(--hrr-bg);
	min-height: 30px;
	font: 500 10px/normal var(--hrr-font-mono);
	letter-spacing: 0.13em;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
}

/* Header — Ref: height 82px, border hsl(--border) */
.hrr-header {
	border-bottom: 1px solid hsl(var(--border));
	background: var(--hrr-bg);
	position: sticky;
	top: 0;
	z-index: 50;
}

.hrr-header-inner {
	width: min(1240px, calc(100% - 64px));
	margin: 0 auto;
	padding: 0;
	height: 82px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 16px;
}

.hrr-logo {
	justify-self: start;
	display: flex;
	align-items: center;
}

.hrr-logo img,
.hrr-logo .custom-logo {
	width: 142px;
	height: auto;
	mix-blend-mode: multiply;
	display: block;
}

.hrr-logo-text {
	font-family: var(--hrr-font-serif);
	font-size: 22px;
	font-weight: 500;
}

.hrr-nav {
	display: flex;
	gap: 30px;
	justify-self: center;
}

.hrr-nav-link {
	font: 500 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase;
	color: hsl(var(--foreground) / 0.7) !important;
	position: relative;
}

/* Replit .nav-link underline on hover / active */
.hrr-nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	height: 1px;
	width: 0;
	background: hsl(var(--primary));
	transition: width 0.25s ease;
}

.hrr-nav-link:hover::after,
.hrr-nav-link.is-active::after {
	width: 100%;
}

.hrr-header-tools {
	display: flex;
	gap: 15px;
	justify-self: end;
	align-items: center;
}

.hrr-icon-btn {
	color: hsl(var(--foreground));
	background: transparent;
	border: 0;
	padding: 7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	transition: transform 0.2s, color 0.2s;
}

.hrr-icon-btn:hover {
	color: hsl(var(--primary));
	transform: translateY(-2px);
}

.hrr-menu-btn {
	display: none;
}

.hrr-menu-btn .hrr-menu-icon {
	display: block;
}

.hrr-mobile-nav {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 8px 24px 24px;
	border-bottom: 1px solid #e8dccf;
	background: var(--hrr-bg);
}

.hrr-mobile-nav[hidden] {
	display: none !important;
}

.hrr-mobile-nav a {
	font: 500 12px/1.2 var(--hrr-font-mono);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

/* Buttons — Ref CSS: 500 10px mono, ls .1em, minH 46, pad 0 22px */
.hrr-button-primary,
.hrr-button-ghost {
	min-height: 46px;
	font: 500 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 0 !important;
	border: 1px solid transparent;
	transition: transform 0.25s, background 0.25s, color 0.25s;
}

.hrr-button-primary {
	color: #4b182e !important;
	background: #f0b099 !important;
	border-color: transparent !important;
}

.hrr-button-primary:hover {
	background: #f7c9b7 !important;
	transform: translateY(-3px);
}

.hrr-button-ghost {
	color: #f9eee2 !important;
	background: transparent !important;
	border-color: #cfa2a4 !important;
}

.hrr-button-ghost:hover {
	color: #4b182e !important;
	background: #f9eee2 !important;
	transform: translateY(-3px);
}

/* Replit .button-ghost-dark — ghost on cream / light surfaces */
.hrr-shell .hrr-button-ghost-dark,
.hrr-bag-root .hrr-button-ghost-dark,
.hrr-shell .hrr-cart-coupon .hrr-button-ghost,
.hrr-shell .hrr-cart-update,
.hrr-shell .hrr-pdp-custom-btn,
.hrr-shell .hrr-pdp-cart .anarkali-btn-buynow,
.hrr-shell .hrr-checkout-payment .hrr-button-ghost {
	border-color: hsl(var(--primary) / 0.45) !important;
	color: hsl(var(--primary)) !important;
	background: transparent !important;
}

.hrr-shell .hrr-button-ghost-dark:hover,
.hrr-bag-root .hrr-button-ghost-dark:hover,
.hrr-shell .hrr-cart-coupon .hrr-button-ghost:hover,
.hrr-shell .hrr-cart-update:hover,
.hrr-shell .hrr-pdp-custom-btn:hover,
.hrr-shell .hrr-pdp-cart .anarkali-btn-buynow:hover,
.hrr-shell .hrr-checkout-payment .hrr-button-ghost:hover {
	background: hsl(var(--primary)) !important;
	color: hsl(var(--primary-foreground)) !important;
	transform: translateY(-3px);
}

/* Replit .text-link — no display/gap/margin/hover opacity */
.hrr-text-link {
	font: 500 10px/normal var(--hrr-font-mono);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-bottom: 1px solid hsl(var(--primary));
	padding-bottom: 5px;
}

/* Quote band — Ref CSS */
.hrr-shell .hrr-quote-band {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
	text-align: center;
	padding: 110px 24px;
	position: relative;
}

.hrr-shell .hrr-quote-band::before,
.hrr-shell .hrr-quote-band::after {
	content: "✦";
	position: absolute;
	color: hsl(var(--accent));
	font-size: 24px;
	line-height: 1;
}

.hrr-shell .hrr-quote-band::before {
	top: 38px;
	left: 15%;
}

.hrr-shell .hrr-quote-band::after {
	bottom: 38px;
	right: 15%;
}

.hrr-shell .hrr-quote {
	display: block;
	margin: 0 auto 20px !important;
	max-width: 850px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
	position: static !important;
	text-align: center !important;
	font: italic 500 clamp(28px, 4.3vw, 52px) / 1.25 var(--hrr-font-serif, "Playfair Display", serif) !important;
	letter-spacing: normal !important;
	color: inherit !important;
	quotes: none;
}

/* Kill Anarkali parent blockquote watermark if any quote stays a blockquote */
.hrr-shell .hrr-quote::before,
.hrr-shell .hrr-quote::after,
.hrr-shell blockquote.hrr-quote::before,
.hrr-shell blockquote.hrr-quote::after {
	content: none !important;
	display: none !important;
}

.hrr-shell .hrr-quote-by {
	margin: 0;
	font: 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 1;
	color: #e5b6b6 !important;
}

/* Footer — Ref CSS */
.hrr-footer {
	color: #eedbd2 !important;
	background: #321120 !important;
	padding: 67px 0 28px;
	font-family: var(--hrr-font-sans) !important;
}

.hrr-footer-grid {
	width: min(1240px, calc(100% - 64px));
	margin: 0 auto;
	padding: 0 0 60px;
	border-bottom: 1px solid #efcbbf33;
	display: grid;
	grid-template-columns: 1.5fr 0.7fr 0.7fr 1fr;
	gap: 50px;
}

.hrr-footer-brand img {
	width: 156px;
	height: auto;
	filter: invert();
	mix-blend-mode: screen;
	margin-bottom: 18px;
}

.hrr-footer-brand > p {
	font-family: var(--hrr-font-serif) !important;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 1.7 !important;
	color: #caa8a6 !important;
	opacity: 1;
	max-width: 220px;
	margin: 0;
}

.hrr-footer-brand-links {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.hrr-footer-meta-link,
.hrr-footer-links a,
.hrr-footer-links span {
	font-family: var(--hrr-font-sans) !important;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 18px !important;
	color: #e6cac4 !important;
	transition: color 0.2s;
}

.hrr-footer-meta-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	max-width: 34ch;
	word-break: break-word;
}

.hrr-footer-meta-icon {
	flex-shrink: 0;
}

.hrr-footer-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.hrr-footer-cart-link .hrr-icon {
	flex-shrink: 0;
}

.hrr-footer-col > strong {
	display: block;
	font: 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #f0b099 !important;
	margin: 0 0 19px;
}

.hrr-footer-links {
	display: grid;
	gap: 12px;
	font-size: 12px;
}

.hrr-footer-meta-link:hover,
.hrr-footer-links a:hover {
	color: #f0b099 !important;
	opacity: 1;
}

.hrr-footer-bottom {
	width: min(1240px, calc(100% - 64px));
	margin: 22px auto 0;
	padding: 0;
	border-top: 0;
	display: flex;
	justify-content: space-between;
	font: 9px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase;
	color: #ad8588 !important;
	opacity: 1;
}

.hrr-footer-bottom span {
	font: 9px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase;
	color: #ad8588 !important;
}

/* Responsive — chrome */
@media (max-width: 1100px) {
	.hrr-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 899px) {
	.hrr-nav {
		display: none;
	}

	.hrr-menu-btn {
		display: inline-flex;
	}

	.hrr-header-inner {
		grid-template-columns: auto 1fr auto;
	}

	.hrr-logo {
		justify-self: start;
	}
}

@media (max-width: 560px) {
	.hrr-footer-grid {
		grid-template-columns: 1fr;
	}

	.hrr-footer-bottom {
		flex-direction: column;
	}
}

/* Hide Anarkali chrome only when our custom shell wrapper is present */
body:has(.hrr-shell) .anarkali-header-default,
body:has(.hrr-shell) .anarkali-footer-type-content,
body:has(.hrr-shell) .elementor-location-footer,
body:has(.hrr-shell) #anarkali-main > .elementor {
	display: none !important;
}

/* Product grid + cards — shared by homepage and shop */
.hrr-shell .hrr-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.hrr-shell .hrr-product-card {
	min-width: 0;
	position: relative;
}

.hrr-shell .hrr-product-image {
	display: block;
	position: relative;
	aspect-ratio: 0.76;
	overflow: hidden;
	background: #e9ddd0;
}

.hrr-shell .hrr-product-thumb {
	display: block;
	width: 100%;
	height: 100%;
}

.hrr-shell .hrr-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.hrr-shell .hrr-product-card:hover .hrr-product-image img {
	transform: scale(1.04);
}

.hrr-shell .hrr-product-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	background: hsl(var(--background) / 0.9);
	color: hsl(var(--primary));
	font: 9px var(--hrr-font-mono);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 7px 9px;
}

/* Replit .heart */
.hrr-shell .hrr-product-heart {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	background: hsl(var(--background) / 0.9);
	color: hsl(var(--primary));
	border: 0;
	text-decoration: none;
	cursor: pointer;
}

.hrr-shell .hrr-product-heart.is-saved {
	/* Keep same chip background — only the heart fills */
	background: hsl(var(--background) / 0.9);
	color: hsl(var(--primary));
}

.hrr-shell .hrr-product-heart.is-saved svg {
	fill: currentColor;
	stroke: currentColor;
}

/* Replit .quick-add — full-width bar slides up from image bottom */
.hrr-shell .hrr-quick-add {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: hsl(var(--primary)) !important;
	color: hsl(var(--primary-foreground)) !important;
	font: 10px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	opacity: 1;
	transform: translateY(100%);
	transition: transform 0.3s ease;
	text-decoration: none !important;
}

.hrr-shell .hrr-product-card:hover .hrr-quick-add,
.hrr-shell .hrr-product-card:focus-within .hrr-quick-add {
	transform: translateY(0);
}

.hrr-shell .hrr-product-meta {
	display: block;
	width: 100%;
	padding-top: 14px;
	text-align: left;
}

.hrr-shell .hrr-product-meta h3 {
	font: 500 17px/normal var(--hrr-font-serif) !important;
	margin: 0 0 6px;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	color: var(--hrr-fg) !important;
}

.hrr-shell .hrr-product-cat {
	margin: 0;
	font: 400 11px/normal var(--hrr-font-mono) !important;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	color: var(--hrr-muted) !important;
}

.hrr-shell .hrr-price,
.hrr-shell .hrr-price .amount,
.hrr-shell .hrr-price .woocommerce-Price-amount {
	margin: 10px 0 0;
	font: 500 12px/normal var(--hrr-font-mono) !important;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	color: var(--hrr-fg) !important;
}

/* Replit .product-detail-link */
.hrr-shell .hrr-product-detail-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 12px;
	font: 9px/normal var(--hrr-font-mono) !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: hsl(var(--primary)) !important;
	border-bottom: 1px solid hsl(var(--primary) / 0.35);
	padding-bottom: 4px;
	text-decoration: none !important;
	transition: opacity 0.2s ease;
}

.hrr-shell .hrr-product-detail-link:hover {
	opacity: 0.75;
}

.hrr-shell .hrr-price del {
	opacity: 0.55;
	margin-right: 6px;
}

@media (max-width: 1100px) {
	.hrr-shell .hrr-products {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 899px) {
	.hrr-shell .hrr-quick-add {
		transform: translateY(0);
	}
}

@media (max-width: 560px) {
	.hrr-shell .hrr-products {
		grid-template-columns: 1fr;
	}
}

/* —— Cart / wishlist header badges —— */
.hrr-bag-toggle,
.hrr-wishlist-toggle {
	position: relative;
}

.hrr-bag-badge {
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 1;
	min-width: 15px;
	height: 15px;
	padding: 0 3px;
	border-radius: 999px;
	background: hsl(var(--accent));
	color: hsl(var(--primary));
	font: 500 9px/15px var(--hrr-font-mono, "DM Mono", monospace) !important;
	letter-spacing: 0;
	place-items: center;
	display: grid;
	text-align: center;
	box-shadow: 0 0 0 1.5px hsl(var(--background));
	pointer-events: none;
}

/* Nest on heart’s top-right lobe (match reference) */
.hrr-wishlist-toggle .hrr-wishlist-badge {
	top: 1px;
	right: -1px;
}

.hrr-bag-badge:empty,
.hrr-bag-badge.is-zero {
	display: none !important;
}

.hrr-bag-root {
	position: relative;
	z-index: 200;
}

.hrr-bag-backdrop {
	position: fixed;
	inset: 0;
	border: 0;
	padding: 0;
	margin: 0;
	background: rgba(53, 28, 38, 0.35);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.hrr-bag-panel {
	position: fixed;
	top: 0;
	right: 0;
	width: min(400px, 92vw);
	height: 100%;
	background: #f9f6f1;
	color: #351c26;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 0.35s ease;
	box-shadow: -12px 0 40px rgba(53, 28, 38, 0.12);
	z-index: 201;
}

.hrr-bag-root.is-open .hrr-bag-backdrop {
	opacity: 1;
	pointer-events: auto;
}

.hrr-bag-root.is-open .hrr-bag-panel {
	transform: translateX(0);
}

.hrr-bag-root.is-open .hrr-bag-panel[hidden] {
	display: flex !important;
}

.hrr-bag-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 24px;
	border-bottom: 1px solid #e8dccf;
	flex-shrink: 0;
}

.hrr-bag-title {
	margin: 0;
	font: 500 28px/1.1 var(--hrr-font-serif, "Playfair Display", serif) !important;
	letter-spacing: -0.02em;
	color: #351c26 !important;
}

.hrr-bag-count {
	font-weight: 500;
}

.hrr-icon {
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
}

.hrr-button-primary .hrr-icon,
.hrr-button-ghost .hrr-icon,
.hrr-text-link .hrr-icon,
.hrr-product-detail-link .hrr-icon,
.hrr-newsletter-form button .hrr-icon {
	margin-left: 2px;
}

.hrr-empty-icon,
.hrr-form-check,
.hrr-thankyou-check,
.hrr-newsletter-check {
	color: hsl(var(--primary));
	display: block;
	margin: 0 auto 12px;
}

.hrr-form-notice--success {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.hrr-form-notice--success .hrr-form-check {
	margin: 2px 0 0;
	flex-shrink: 0;
}

.hrr-thankyou-mark {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border: 1px solid hsl(var(--primary));
	border-radius: 50%;
	margin: 0 0 25px;
	color: hsl(var(--primary));
}

.hrr-thankyou-mark .hrr-thankyou-check {
	margin: 0;
}

.hrr-bag-close {
	border: 0;
	background: transparent;
	line-height: 1;
	cursor: pointer;
	color: #351c26;
	padding: 0 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.hrr-bag-header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: auto;
}

.hrr-shell button.hrr-icon-btn {
	appearance: none;
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: 0;
	font: inherit;
	color: inherit;
}

.hrr-shell .hrr-pdp-wishlist-btn.is-saved {
	background: hsl(var(--accent));
	border-color: hsl(var(--accent));
}

.hrr-shell .hrr-pdp-wishlist-btn.is-saved svg {
	fill: currentColor;
}

.hrr-bag-item-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #6b5560;
	text-decoration: none;
	padding: 0 2px;
}

.hrr-bag-item-remove:hover {
	color: #351c26;
}

.hrr-bag-body {
	flex: 1;
	overflow: auto;
	padding: 0;
}

.hrr-bag-empty {
	min-height: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 48px 28px;
}

.hrr-bag-empty-title {
	margin: 0 0 10px;
	font: 500 26px/normal var(--hrr-font-serif) !important;
	color: hsl(var(--foreground)) !important;
	display: block;
}

.hrr-bag-empty-sub {
	margin: 0;
	font: 12px/normal var(--hrr-font-mono) !important;
	letter-spacing: normal;
	text-transform: none;
	color: hsl(var(--muted-foreground));
}

.hrr-bag-shop-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 18px;
}

.hrr-bag-items {
	list-style: none;
	margin: 0;
	padding: 8px 10px;
}

.hrr-bag-item,
li.hrr-bag-item {
	display: grid;
	grid-template-columns: 76px 1fr auto;
	gap: 13px;
	align-items: start;
	margin-bottom: 20px;
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #792541;
}

.hrr-bag-item-thumb {
	display: block;
	width: 76px;
	height: 100px;
	overflow: hidden;
	background: hsl(var(--muted));
}

.hrr-bag-item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hrr-bag-item-name {
	display: block;
	font: 500 16px/normal var(--hrr-font-serif) !important;
	color: hsl(var(--foreground)) !important;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0 0 5px;
}

.hrr-bag-item-cat {
	margin: 0;
	font: 10px/normal var(--hrr-font-mono) !important;
	color: hsl(var(--muted-foreground));
}

.hrr-bag-item-price {
	margin: 8px 0 0;
	font: 500 12px/1.3 var(--hrr-font-mono, "DM Mono", monospace) !important;
	letter-spacing: 0.04em;
}

/* Bag qty — one thin-border control; 10px inset L/R from frame */
.hrr-bag-root .hrr-bag-qty {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-top: 10px;
	height: 34px;
	width: auto;
	padding: 0 10px !important;
	border: 1px solid #e8dccf;
	border-radius: 0;
	background: #fff;
	overflow: hidden;
	box-shadow: none;
	box-sizing: border-box;
}

/* Kill leftover spacers from earlier attempts */
.hrr-bag-root .hrr-bag-qty .hrr-bag-qty-pad {
	display: none !important;
	width: 0 !important;
	flex: 0 0 0 !important;
}

.hrr-bag-root .hrr-bag-qty::before,
.hrr-bag-root .hrr-bag-qty::after {
	content: none !important;
	display: none !important;
	width: 0 !important;
	flex: 0 0 0 !important;
}

.hrr-bag-root .hrr-bag-qty:focus-within {
	border-color: hsl(var(--primary) / 0.55);
}

.hrr-bag-root .hrr-bag-qty .hrr-bag-qty-btn,
.hrr-bag-root .hrr-bag-qty button.hrr-bag-qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	width: 20px;
	min-width: 20px;
	max-width: 20px;
	height: 34px !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	color: #351c26 !important;
	font: 500 14px/1 var(--hrr-font-mono, "DM Mono", monospace) !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.hrr-bag-root .hrr-bag-qty .hrr-bag-qty-btn:hover,
.hrr-bag-root .hrr-bag-qty .hrr-bag-qty-btn:focus-visible {
	background: #f3ebe3 !important;
	color: hsl(var(--primary)) !important;
}

.hrr-bag-root .hrr-bag-qty .hrr-bag-qty-btn:disabled {
	opacity: 0.4;
	cursor: default;
}

.hrr-bag-root .hrr-bag-qty .hrr-bag-qty-input,
.hrr-bag-root .hrr-bag-qty input.hrr-bag-qty-input,
.hrr-bag-root .hrr-bag-qty input.hrr-bag-qty-input[type="text"],
.hrr-bag-root .hrr-bag-qty input.hrr-bag-qty-input[type="number"] {
	flex: 0 0 22px;
	width: 22px !important;
	min-width: 22px !important;
	max-width: 22px !important;
	height: 34px !important;
	min-height: 0 !important;
	max-height: 34px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
	text-align: center !important;
	font: 500 12px/34px var(--hrr-font-mono, "DM Mono", monospace) !important;
	letter-spacing: 0.02em !important;
	color: #351c26 !important;
	-moz-appearance: textfield;
	appearance: textfield;
	-webkit-appearance: none;
}

.hrr-bag-root .hrr-bag-qty .hrr-bag-qty-input:focus,
.hrr-bag-root .hrr-bag-qty .hrr-bag-qty-input:focus-visible,
.hrr-bag-root .hrr-bag-qty .hrr-bag-qty-input:hover,
.hrr-bag-root .hrr-bag-qty .hrr-bag-qty-input:active {
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.hrr-bag-root .hrr-bag-qty .hrr-bag-qty-input::-webkit-outer-spin-button,
.hrr-bag-root .hrr-bag-qty .hrr-bag-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
	height: 0 !important;
	display: none !important;
}

.hrr-bag-item.is-updating {
	opacity: 0.55;
	pointer-events: none;
}

.hrr-bag-footer {
	flex-shrink: 0;
	padding: 20px 24px 28px;
	border-top: 1px solid #e8dccf;
	background: #f9f6f1;
}

.hrr-bag-subtotal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	font: 500 12px/1.3 var(--hrr-font-mono, "DM Mono", monospace) !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Replit .drawer-actions */
.hrr-bag-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 18px;
}

.hrr-bag-actions .hrr-button-primary,
.hrr-bag-actions .hrr-button-ghost {
	min-height: 42px;
	padding: 0 10px;
	width: 100%;
	justify-content: center;
}

.hrr-bag-checkout {
	display: inline-flex !important;
	justify-content: center;
}

body.hrr-bag-open {
	overflow: hidden;
}

/* Edit-safety: wrap long Customizer text without changing typography/layout. */
.hrr-announcement,
.hrr-hero-title,
.hrr-hero-sub,
.hrr-hero-note,
.hrr-page-title,
.hrr-page-intro,
.hrr-section-title,
.hrr-product-meta h3,
.hrr-footer p,
.hrr-footer-links a,
.hrr-footer-links span,
.hrr-button-primary,
.hrr-button-ghost,
.hrr-chip,
.hrr-quote,
.hrr-bag-empty-title,
.hrr-cart-empty-title {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hrr-announcement {
	white-space: normal;
}
