/*
 * Storefront overrides on top of orderflock-main.css (live OrderFlock bundle)
 */
*, *::before, *::after { box-sizing: border-box; }

/* Drawer must not use 100vw from OrderFlock .container */
.MuiDrawer-paper .container,
.sf-drawer .container {
	width: 100% !important;
	max-width: 100%;
}

.sf-app {
	--sf-brand: #388e3c;
	--sf-brand-dark: #2e7d32;
	--sf-brand-light: #e8f5e9;
	--sf-wa: #29ac00;
	--sf-bg: #f4f5f5;
	--sf-panel: #f4f5f5;
	--sf-border: #dee2e6;
	--sf-text: #000000;
	--sf-muted: #5c5c5c;
	--sf-brand-text: #388e3c;
	min-height: 100vh;
	min-height: 100dvh;
	background: var(--sf-bg);
	position: relative;
	/* Marker for boot: cover waits until this sheet applies (not critical inline CSS). */
	--sf-sheet-ready: 1;
}
/* Stay invisible until splash dismiss - mirrors critical CSS in sf_shell.inc */
#sf-app:not(.sf-ready) {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
#sf-app.sf-ready {
	opacity: 1;
	visibility: visible;
}

/* Top announcement bar (OrderFlock) */
.sf-announcement-bar {
	width: 100%;
	padding: 10px 16px;
	text-align: center;
	color: #fff;
	font-size: .9rem;
	font-weight: 600;
	line-height: 1.35;
	flex-shrink: 0;
}
.sf-announcement-text {
	display: block;
}

@media (max-width: 767px) {
	.sf-app { display: block; }
	.sf-hero-side { display: none !important; }
	.sf-hero-nav { display: none !important; }
	.detail_header.sf-topbar {
		position: sticky;
		top: 0;
		width: 100% !important;
		height: auto;
		min-height: 54px;
		display: flex;
		align-items: center;
		background: #fff;
		border-bottom: 1px solid var(--sf-border);
		padding: 8px 12px;
		z-index: 100;
	}
}

@media (min-width: 768px) {
	.sf-app.sf-hydrated {
		display: flex;
		min-height: 100vh;
	}
	.sf-drawer .sf-topbar,
	.sf-drawer .of-m-header {
		display: none !important;
	}
	.sf-hero-side {
		position: fixed;
		top: 0;
		right: 0;
		left: 41.6vw;
		bottom: 0;
		height: 100vh;
		height: 100dvh;
		overflow: hidden;
		z-index: 0;
		background: #000;
	}
	.sf-hero-side img {
		width: 100%;
		height: 100%;
		min-height: 100%;
		object-fit: cover;
		object-position: center;
	}
}

/* Top bar layout inside detail_header */
.sf-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.sf-topbar-center {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 0;
}
.sf-topbar-left, .sf-topbar-right {
	display: flex;
	align-items: center;
	gap: 8px;
}
.sf-icon-btn {
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #222;
	position: relative;
}
.sf-icon-btn svg { width: 22px; height: 22px; }
.sf-topbar-logo img {
	height: 32px;
	width: auto;
	max-width: 72px;
	object-fit: contain;
}
button.sf-topbar-logo {
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sf-topbar-logo-text {
	font-weight: 700;
	font-size: 1rem;
	color: var(--sf-brand);
}
.sf-cart-dot {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	background: var(--sf-brand);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	border-radius: 99px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sf-cart-dot.hidden { display: none; }

/* Filter row */
.sf-filter-row {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px 14px;
	background: #fff;
}
.sf-filter-btn {
	/* Live OF: compact chip ~88×35, pad 6/8 — not flex:1 tall bar */
	flex: 0 1 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 6px 8px;
	border: 1px solid #dedede;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	color: #333;
	cursor: pointer;
	font-family: inherit;
	min-height: 0;
	height: 35px;
	line-height: 21px;
	white-space: nowrap;
}
.sf-filter-icons {
	display: flex;
	gap: 8px;
	margin-left: auto;
}
.sf-filter-icons .sf-icon-btn {
	width: 35px;
	height: 35px;
	min-width: 35px;
	border: 1px solid #dedede;
	border-radius: 3px;
	background: #fff;
}

/* Filter & Sort drawer - OrderFlock desktop panel */
/*
 * Filter & Sort drawer — locked to live OF (audit 2026-07):
 * panel 100vw mobile / 41.6vw desktop, bg #f4f5f5, no shadow;
 * head 54.5px white, title 17/600; sec heads pad 42px 12px 0 on gray;
 * white cards border 2px #dee2e6 pad-bottom 12; sort rows grid 1fr/1fr
 * gap 10 mt 13 h 26 with 6px indicator + 16px label offset;
 * filter rows pad 8px 16px 8px 0 mt 15 label 15/700 chevron 21;
 * foot white h 60 pad 7 shadow 0 -1.75px 8.75px, btn 46px br 4 #9c9c9c.
 */
.sf-filter-panel-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.5);
	/* Must beat pinned category tabs (z-index 999) like search/menu-list */
	z-index: 1400;
	display: flex;
}
.sf-filter-panel {
	width: 100vw;
	height: 100%;
	background: #f4f5f5;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 0;
	position: relative;
}
@media (min-width: 768px) {
	.sf-filter-panel {
		width: 41.6vw;
	}
}
.sf-filter-panel-head {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	padding: 0;
	min-height: 54.5px;
	height: 54.5px;
	background: #fff;
	border-bottom: 1px solid #dee2e6;
	box-sizing: border-box;
}
.sf-filter-panel-head h2 {
	flex: 1;
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	color: rgba(0,0,0,.87);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sf-filter-panel-head .sf-icon-btn {
	width: 40px;
	height: 50px;
	flex-shrink: 0;
	border: none;
	background: transparent;
	color: rgba(0,0,0,.87);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.sf-filter-panel-head .sf-icon-btn:first-child {
	margin: 3.5px 0 0 10px;
}
.sf-filter-panel-head .sf-filter-lang {
	margin: 3.5px 10px 0 0;
	font-size: 20px;
	color: #000;
	align-items: flex-start;
	padding-top: 12px;
}
.sf-filter-panel-head .sf-icon-btn svg {
	width: 21px;
	height: 21px;
}
.sf-filter-panel-body {
	flex: 1 1 0%;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 3.5px 0 12px;
}
.sf-filter-sec-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 42px 12px 0;
}
.sf-filter-sec-label {
	font-weight: 700;
	font-size: 14px;
	color: rgba(0,0,0,.87);
}
.sf-filter-sec-right {
	display: flex;
	align-items: center;
}
.sf-filter-sec-right .sf-link {
	border: none;
	background: none;
	color: rgb(56,142,60);
	font-weight: 700;
	font-size: 14px;
	margin: 0 18px 0 0;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
}
.sf-filter-sec-right svg {
	width: 21px;
	height: 21px;
	color: rgba(0,0,0,.87);
	display: block;
}
.sf-filter-card {
	background: #fff;
	border: 2px solid #dee2e6;
	padding: 0 0 12px;
	box-sizing: border-box;
}
.sf-sort-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin-top: 13px;
	cursor: pointer;
	font-size: 14px;
	color: rgba(0,0,0,.87);
}
.sf-sort-cell {
	display: flex;
	align-items: center;
	min-width: 0;
}
.sf-sort-ind {
	display: block;
	height: 26px;
	width: 6px;
	flex-shrink: 0;
	background: transparent;
}
.sf-sort-row.selected .sf-sort-ind,
.sf-fd-row.open .sf-sort-ind {
	background: rgb(56,142,60);
}
.sf-sort-label {
	font-weight: 700;
	margin-left: 16px;
	font-size: 14px;
}
.sf-sort-value {
	flex: 0.8;
	font-size: 14px;
	font-weight: 400;
}
.sf-fd-row {
	display: flex;
	align-items: center;
	padding: 8px 16px 8px 0;
	margin-top: 15px;
	cursor: pointer;
	color: rgba(0,0,0,.87);
}
.sf-fd-row-label {
	flex: 1;
	margin-left: 16px;
	font-weight: 700;
	font-size: 15px;
	text-align: left;
	min-width: 0;
}
.sf-fd-row > svg {
	width: 21px;
	height: 21px;
	flex-shrink: 0;
	transition: transform .2s ease;
}
.sf-fd-row.open > svg {
	transform: rotate(180deg);
}
.sf-filter-cat-list {
	padding: 8px 0 0 22px;
}
.sf-filter-cat-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px 10px 0;
	font-size: .9rem;
	color: #333;
	cursor: pointer;
}
.sf-filter-cat-item input {
	width: 16px;
	height: 16px;
	accent-color: var(--sf-brand);
}
.sf-filter-panel-foot {
	margin-top: auto;
	flex: 0 0 auto;
	height: 60px;
	box-sizing: border-box;
	padding: 7px;
	background: #fff;
	display: flex;
	justify-content: center;
	box-shadow: 0 -1.75px 8.75px rgba(0,0,0,.1);
	position: relative;
	z-index: 4;
}
.sf-apply-filters {
	width: 97%;
	height: 46px;
	border: none;
	border-radius: 4px;
	background: #9c9c9c;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
	padding: 6px 16px;
	cursor: pointer;
	font-family: inherit;
	box-sizing: border-box;
}
.sf-apply-filters.sf-active {
	background: rgb(56,142,60);
}
.sf-apply-filters.sf-active:hover {
	background: rgb(46,125,50);
}

/* Splash */
.sf-splash {
	position: relative;
	background: #f4f5f5;
	z-index: 1;
}
.sf-splash--full,
.sf-splash--cover {
	position: fixed;
	inset: 0;
	z-index: 100000;
	overflow: auto;
	background: #f4f5f5;
}
.sf-splash--cover {
	opacity: 1;
	transition: opacity .28s ease;
}
.sf-splash--cover.sf-splash--fade {
	opacity: 0;
	pointer-events: none;
}
.sf-splash.hidden { display: none !important; }
.sf-shim-hero-side-img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	object-fit: cover;
	background: #ececec;
}
@media (min-width: 768px) {
	.sf-shim-hero-side-img {
		position: fixed;
		top: 0;
		right: 0;
		left: 41.6vw;
		bottom: 0;
		width: auto;
		height: 100vh;
		height: 100dvh;
		min-height: 0;
		z-index: 0;
	}
}
.sf-spinner {
	width: 32px;
	height: 32px;
	border: 2px solid var(--sf-border);
	border-top-color: var(--sf-brand);
	border-radius: 50%;
	animation: sf-spin .65s linear infinite;
}
@keyframes sf-spin { to { transform: rotate(360deg); } }

/* Image shimmer - shows until photo paints (perceived speed) */
.sf-media {
	position: relative;
	display: block;
	overflow: hidden;
	background: #ececec;
}
.sf-media--shimmer::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, #ececec 0%, #f7f7f7 40%, #ececec 80%);
	background-size: 200% 100%;
	animation: sfshimmer 1.15s ease-in-out infinite;
	pointer-events: none;
	transition: opacity .2s ease;
}
.sf-media.is-loaded::before {
	opacity: 0;
	animation: none;
}
.sf-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity .22s ease;
	position: relative;
	z-index: 0;
}
.sf-media.is-loaded img {
	opacity: 1;
}
.of-mobile-hero .sf-media,
.sf-hero-side .sf-media,
.of-item-hero-img .sf-media {
	width: 100%;
	height: 100%;
	min-height: inherit;
}
.image_menu .sf-media,
.of-item-right .sf-media {
	width: 90px;
	height: 90px;
	border-radius: 4px;
}
.of-store-logo .sf-media,
.of-store-logo.sf-media,
.sf-store-logo .sf-media {
	width: 60px;
	height: 60px;
	border-radius: 4px;
	flex-shrink: 0;
}

/* Item page skeleton */
.sf-item-skel {
	padding: 0 0 96px;
	background: #fff;
}
.sf-item-skel-hero {
	width: 100%;
	aspect-ratio: 1 / 1;
	max-height: 78vw;
	border-radius: 0;
}
.sf-item-skel-body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.sf-item-skel .sf-shim {
	background: linear-gradient(90deg, #ececec 0%, #f7f7f7 40%, #ececec 80%);
	background-size: 200% 100%;
	animation: sfshimmer 1.15s ease-in-out infinite;
	border-radius: 8px;
}

/* Soft content appear after splash */
.sf-app.sf-hydrated .sf-drawer,
.sf-app.sf-hydrated .MuiDrawer-paper {
	animation: sfFadeIn .28s ease;
}
@keyframes sfFadeIn {
	from { opacity: .55; }
	to { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
	.sf-app.sf-hydrated .sf-drawer,
	.sf-app.sf-hydrated .MuiDrawer-paper,
	.sf-media img {
		animation: none !important;
		transition: none !important;
	}
}

/* Legacy sections below - kept for cart/item/contact pages */

@media (max-width: 767px) {
	.sf-app {
		display: block;
	}
	/*
	 * Live OF mobile: document/window is the ONLY scroller.
	 * overflow-x:hidden makes overflow-y compute to auto and steals scroll from
	 * window — that makes the category bar jitter / “keep moving”. Use clip.
	 */
	html, body.sf-body {
		overflow-x: clip;
		overflow-y: auto !important;
		height: auto;
		min-height: 100%;
	}
	.sf-panel,
	.sf-drawer,
	.MuiDrawer-paper {
		width: 100%;
		max-width: 100%;
		min-height: 100vh;
		min-height: 100dvh;
		height: auto !important;
		overflow: visible !important;
		background: var(--sf-bg);
		-webkit-overflow-scrolling: touch;
	}
	.sf-drawer .container,
	.sf-drawer .container.relative,
	#sf-main,
	.sf-home-scroll,
	.of-mobile-home {
		overflow: visible !important;
		height: auto !important;
	}
	.of-mobile-home {
		padding-top: 54px !important; /* room for fixed .of-home-header */
	}
	.sf-home-scroll {
		padding-bottom: 24px;
	}
	/* Mobile: static until JS pins (OF). Do NOT use CSS sticky — fights fixed pin. */
	.sf-cat-tabs-wrap.sticky-category,
	.sticky-category.sf-cat-tabs-wrap,
	.sticky-category {
		position: static !important;
		top: auto !important;
	}
	.sf-cat-tabs-wrap.sticky-category.is-pinned,
	.sticky-category.is-pinned {
		position: fixed !important;
		top: 54px !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		z-index: 999 !important;
		background: #fff !important;
		box-shadow: 0 1px 0 #e8e8e8;
		transform: translateZ(0);
	}
	.sf-sticky-cat-spacer {
		width: 100%;
		pointer-events: none;
	}
	.sf-hero-side { display: none !important; }
	.sf-desk-nav { display: none !important; }
	.sf-fabs {
		right: 0;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}
}

@media (min-width: 768px) {
	/* Left drawer is the only scroll container on desktop (OF parity). */
	html,
	body.sf-body {
		overflow: hidden !important;
		height: 100%;
	}
	.sf-drawer .container.relative,
	.sf-drawer .container {
		height: auto !important;
		min-height: 100%;
		/* visible on BOTH axes — any overflow-x:hidden makes overflow-y compute to auto and breaks sticky */
		overflow: visible !important;
	}
	/* Only after JS hydrates - pre-boot uses .sf-boot-shell in critical CSS */
	.sf-app.sf-hydrated {
		display: flex;
		min-height: 100vh;
	}
	.sf-app:not(.sf-hydrated) {
		display: flex;
		min-height: 100vh;
	}
	.sf-boot-shell {
		flex: 0 0 41.6vw;
		width: 41.6vw;
		max-width: 41.6vw;
		min-height: 100vh;
		border-right: 1px solid #e5e5e5;
		box-sizing: border-box;
		background: #f4f5f5;
	}
	.sf-app:not(.sf-hydrated)::after {
		content: '';
		flex: 1 1 auto;
		min-height: 100vh;
		background: #ececec;
	}
	.sf-app:not(.sf-hydrated):has(> .sf-splash--full)::after {
		display: none;
	}
	.sf-panel,
	.sf-drawer,
	.MuiDrawer-paper {
		width: 41.6vw;
		max-width: none;
		min-width: 320px;
		flex-shrink: 0;
		position: relative;
		z-index: 1;
		/* clip (not hidden): overflow-x:hidden creates a scrollport and kills sticky in Chromium */
		overflow-x: clip;
		overflow-y: auto !important; /* must scroll - do not trap wheel */
		height: 100vh;
		border-right: 1px solid var(--sf-border);
		position: relative;
		background: var(--sf-panel);
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}
	/*
	 * Desktop category tabs: stick INSIDE the left drawer only.
	 * Never use width:100% on position:fixed here — for fixed elements that
	 * means 100vw and the bar paints over the hero (OF FAIL / itsasaan bug).
	 * Live OF: fixed + width ≈ drawer (~41.6vw). JS sets exact left/width.
	 */
	.sf-desktop .sticky-category,
	.sf-app.sf-desktop .sticky-category,
	.sf-desktop .sf-cat-tabs-wrap.sticky-category {
		position: sticky;
		top: 0;
		left: auto;
		right: auto;
		width: 100%;
		max-width: 100%;
		min-width: 0 !important;
		box-sizing: border-box !important;
		z-index: 999 !important;
		overflow: hidden !important;
		background: #fff !important;
	}
	/* Only force visible when no blocking overlay (filter / reviews / search / …) */
	.sf-app.sf-desktop:not(.sf-has-overlay) .sticky-category,
	.sf-app.sf-desktop:not(.sf-has-overlay) .sf-cat-tabs-wrap.sticky-category {
		display: block !important;
	}
	.sf-desktop .sticky-category.is-pinned,
	.sf-app.sf-desktop .sticky-category.is-pinned,
	.sf-app.sf-desktop .sf-cat-tabs-wrap.sticky-category.is-pinned {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: auto !important;
		/* Match drawer column — NOT 100%/100vw */
		width: 41.6vw !important;
		max-width: 41.6vw !important;
		min-width: 320px !important;
		z-index: 999 !important;
		transform: translateZ(0);
		overflow: hidden !important;
		background: #fff !important;
		box-sizing: border-box !important;
	}
	.sf-panel > .sf-topbar { display: none; }
	.sf-hero-side {
		position: fixed !important;
		top: 0 !important;
		right: 0 !important;
		left: 41.6vw !important;
		bottom: 0 !important;
		width: auto !important;
		height: 100vh !important;
		height: 100dvh !important;
		min-height: 0 !important;
		flex: none !important;
		z-index: 0 !important;
		overflow: hidden !important;
		background: #000 !important;
		display: block !important;
	}
	.sf-hero-side img,
	.sf-hero-side .sf-media,
	.sf-hero-side .sf-media img {
		width: 100% !important;
		height: 100% !important;
		min-height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
		display: block !important;
	}
	.sf-mobile-hero { display: none !important; }
	.sf-desk-nav { display: flex !important; }
}

/* Mobile hero banner */
.sf-mobile-hero {
	width: 100%;
	max-height: clamp(180px, 42vw, 240px);
	background: #ececec;
	overflow: hidden;
	position: relative;
}
.sf-mobile-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.sf-mobile-hero--placeholder {
	background: linear-gradient(135deg, #e8e8e8 0%, #d5d5d5 100%);
	min-height: 0;
	max-height: 0;
	overflow: hidden;
}
.sf-hero-wave {
	display: none;
}
.sf-home-white {
	background: #fff;
}

@media (max-width: 767px) {
	.sf-mobile-hero { display: block !important; }
}
.sf-splash--cover,
.sf-splash--full {
	position: fixed;
	inset: 0;
	background: #f4f5f5;
	display: block;
	z-index: 100000;
	overflow: auto;
}
.sf-splash.hidden { display: none !important; }
.sf-spinner {
	width: 32px;
	height: 32px;
	border: 2px solid var(--sf-border);
	border-top-color: var(--sf-brand);
	border-radius: 50%;
	animation: sf-spin .65s linear infinite;
}
@keyframes sf-spin { to { transform: rotate(360deg); } }

/* Top bar */
.sf-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	background: #fff;
	border-bottom: 1px solid var(--sf-border);
	position: sticky;
	top: 0;
	z-index: 50;
}
.sf-topbar-center {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 0;
}
.sf-topbar-left, .sf-topbar-right {
	display: flex;
	align-items: center;
	gap: 14px;
}
.sf-icon-btn {
	width: 36px;
	height: 36px;
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #222;
	font-size: 1.15rem;
	position: relative;
}
.sf-icon-btn svg { width: 22px; height: 22px; }
.sf-topbar-logo img {
	height: 36px;
	width: auto;
	max-width: 80px;
	object-fit: contain;
}
.sf-topbar-logo-text {
	font-weight: 700;
	font-size: 1rem;
	color: var(--sf-brand);
}
.sf-cart-dot {
	position: absolute;
	top: 2px;
	right: 2px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	background: var(--sf-brand);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	border-radius: 99px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sf-cart-dot.hidden { display: none; }
.sf-lang-btn {
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
}

/* Desktop floating nav on hero */
.sf-desk-nav {
	display: none;
	position: absolute;
	top: 24px;
	left: 24px;
	gap: 10px;
	z-index: 10;
}
.sf-desk-nav .sf-icon-btn {
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 6px rgba(0,0,0,.1);
}

/* Mobile hero */
/* Store card */
.sf-store-card {
	background: #fff;
	margin: 0;
}
.sf-store-header-btn,
.of-desktop-store.sf-store-header-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 16px;
	background: transparent;
	border: none;
	border-radius: 0;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
	color: inherit;
	box-sizing: border-box;
	transition: background-color .15s ease;
}
/* OrderFlock: grey rounded hover only when pointer is over the logo/name row */
.sf-store-header-btn:hover,
.sf-store-header-btn:focus-visible,
.of-desktop-store.sf-store-header-btn:hover,
.of-desktop-store.sf-store-header-btn:focus-visible {
	background: #f4f5f5;
	outline: none;
}
.of-desktop-store-wrap {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}
.of-desktop-store.sf-store-header-btn {
	padding: 3.5px 0 4px 15px;
}
.sf-store-name-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
}
.sf-store-info-icon {
	color: rgba(0, 0, 0, 0.54);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	/* Live OF: info glyph vertically centered on the 60px logo */
	align-self: center;
	margin-left: auto;
	padding-top: 0;
	margin-right: 15px;
}
.sf-store-info-icon svg {
	width: 21px;
	height: 21px;
}
.sf-pay-icon {
	position: relative;
	width: 21px;
	height: 21px;
	color: rgb(56, 142, 60);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.sf-pay-icon.off {
	color: #d2d2d2;
}
.sf-pay-icon.crossed .sf-pay-x {
	position: absolute;
	top: -3px;
	left: -4px;
	width: 12px;
	height: 12px;
	color: rgb(224, 51, 51);
	z-index: 1;
}
.sf-store-info {
	display: flex;
	gap: 12px;
	padding: 16px;
	align-items: flex-start;
	background: #fff;
}
.sf-store-logo {
	width: 60px;
	height: 60px;
	border: none;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
	background: #fff;
}
.sf-store-logo img { width: 100%; height: 100%; object-fit: cover; }
.sf-store-logo span {
	font-weight: 800;
	color: var(--sf-brand);
	font-size: .75rem;
}
.sf-store-meta {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/* Live OF .MuiListItemText-root: margin 6px 0 6px 14px */
	margin: 6px 0 6px 14px;
}
.sf-store-name {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	margin: 0;
	color: #000;
	display: block;
	letter-spacing: 0;
	font-family: var(--sf-font, "Quicksand", "Cairo", sans-serif);
}
.sf-store-tagline {
	font-size: 12.25px;
	line-height: 17.5px;
	color: rgba(0, 0, 0, 0.54);
	margin: 0;
	font-weight: 400;
}
.sf-store-icons {
	display: flex;
	gap: 0;
	align-items: center;
	/* Live OF: ~9px under first tagline line; no relative offset */
	margin-top: 9px;
	margin-bottom: 0;
	position: static;
	bottom: auto;
	direction: ltr;
}

/* Order type */
.sf-order-type-wrap {
	padding: 12px 16px 16px;
	text-align: center;
	background: #fff;
}
.sf-order-type-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 32px;
	border: 1px solid #666;
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	cursor: pointer;
	min-width: 140px;
	min-height: 44px;
	font-family: inherit;
}
.sf-order-type-btn::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #666;
}
.sf-order-type-menu {
	position: absolute;
	background: #fff;
	border: 1px solid var(--sf-border);
	box-shadow: 0 4px 16px rgba(0,0,0,.12);
	border-radius: 4px;
	z-index: 60;
	min-width: 140px;
}
.sf-order-type-menu button {
	display: block;
	width: 100%;
	padding: 10px 16px;
	border: none;
	background: #fff;
	text-align: left;
	cursor: pointer;
	font-size: .9rem;
}
.sf-order-type-menu button:hover { background: var(--sf-brand-light); }

/* Location bar - min 48px touch targets (PageSpeed / WCAG) */
.sf-location-bar {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	min-height: 48px;
	box-sizing: border-box;
	background: var(--sf-panel);
	border-top: 1px solid var(--sf-border);
	border-bottom: 1px solid var(--sf-border);
	font-size: .88rem;
}
button.sf-location-bar {
	width: 100%;
	border-left: none;
	border-right: none;
	border-radius: 0;
	font: inherit;
	text-align: left;
	cursor: pointer;
	color: inherit;
	-webkit-appearance: none;
	appearance: none;
}
.sf-location-bar svg { flex-shrink: 0; color: var(--sf-muted); }
.sf-booking-ico {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	/* Live OF: rgb(173,173,173) MUI glyph 21px */
	color: #adadad;
}
.sf-booking-ico svg {
	width: 21px;
	height: 21px;
	color: #adadad;
}
.sf-booking-label {
	color: var(--sf-muted);
	font-weight: 400;
}
.sf-loc-name {
	font-weight: 600;
	color: #333;
}
button.sf-loc-pick {
	border: none;
	background: none;
	padding: 12px 8px;
	margin: 0;
	min-height: 48px;
	min-width: 48px;
	font: inherit;
	font-weight: 700;
	color: #111;
	cursor: pointer;
	text-align: left;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
}
.sf-location-bar--pick {
	cursor: pointer;
}
.sf-location-bar--pick .sf-booking-label {
	flex: 0 0 auto;
}
.sf-location-bar--pick .sf-loc-pick {
	margin-left: auto;
	text-align: right;
	font-weight: 700;
	color: #111;
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 12px 4px 12px 12px;
	box-sizing: border-box;
}
.sf-location-bar--pick .sf-location-text {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px;
}
.sf-location-bar .sf-link.sf-pick-location {
	min-height: 48px;
	min-width: 48px;
	padding: 12px 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.sf-location-text { flex: 1; min-width: 0; }
.sf-location-text span { color: var(--sf-muted); }
.sf-location-text strong { font-weight: 600; }
.sf-link {
	color: var(--sf-brand);
	font-weight: 600;
	font-size: .85rem;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
}

/* Filter row */
.sf-filter-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 16px;
	background: #fff;
}
.sf-filter-btn {
	flex: 1;
	padding: 10px 14px;
	border: 1px solid #666;
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	color: #666;
	font-family: inherit;
	min-height: 44px;
}
.sf-filter-icons {
	display: flex;
	gap: 4px;
	flex-shrink: 0;
}
.sf-filter-icons .sf-icon-btn {
	width: 40px;
	height: 40px;
	color: #666;
}

/* Category tabs — base (visual lock overrides to live OF text tabs) */
.sf-cats,
.sf-cat-tabs-wrap {
	display: flex;
	gap: 0;
	overflow-x: auto;
	scrollbar-width: none;
	border-bottom: none;
	padding: 20px 10px 10px;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	z-index: 40;
}
.sf-cats::-webkit-scrollbar,
.sf-cat-tabs-wrap::-webkit-scrollbar { display: none; }
.sf-cat-tab {
	flex: 0 0 auto;
	flex-shrink: 0;
	padding: 4px 0;
	margin: 0 8px;
	border: none;
	background: transparent;
	font-size: 13px;
	font-weight: 700;
	color: #000;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 0;
	min-height: 0;
	font-family: inherit;
	line-height: 1.25;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	opacity: 0.5;
}
a.sf-cat-tab:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.85;
}
.sf-cat-tab.active,
.sf-cat-tab.ar_active {
	color: #000 !important;
	font-weight: 700;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
	opacity: 1 !important;
}
.sf-cat-tab.sf-cat-tab--colored,
.sf-cat-tab.sf-cat-tab--colored.active,
.sf-cat-tab.sf-cat-tab--colored.ar_active {
	font-weight: 700;
	color: #000 !important;
	background: transparent !important;
	border: none !important;
}
.categories_header .box-title.sf-cat-colored,
.of-acc-head.sf-cat-colored .of-acc-head-title,
.of-acc-head[style*="--sf-cat-color"] .of-acc-head-title {
	color: var(--sf-cat-color, #212121) !important;
	font-weight: 700;
}

/* Menu sections */
.sf-menu-wrap { padding-bottom: 0; background: var(--sf-bg); }
.sf-cat-section { scroll-margin-top: 120px; }
.sf-cat-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	background: var(--sf-bg);
	font-weight: 700;
	font-size: 1rem;
	color: #000;
	opacity: 0.95;
	position: sticky;
	top: 108px;
	z-index: 30;
}
.sf-cat-header button {
	border: none;
	background: none;
	color: var(--sf-muted);
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 1;
}

/* Menu item row - OrderFlock list layout */
.sf-item-row {
	display: flex;
	gap: 12px;
	padding: 14px 16px;
	border-bottom: 1px solid var(--sf-border);
	cursor: pointer;
	background: #fff;
	min-height: 108px;
	align-items: stretch;
	position: relative;
}
.sf-item-row:active { background: #fafafa; }
.sf-item-thumb {
	width: 90px;
	height: 90px;
	border-radius: 4px;
	background: #ededed;
	flex-shrink: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sf-item-thumb:empty::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #ededed;
}
.sf-item-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sf-item-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-right: 4px;
	min-height: 90px;
}
.sf-item-title {
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 4px;
	line-height: 1.35;
	color: #000;
}
.sf-item-desc {
	font-size: 14px;
	color: var(--sf-muted);
	margin: 0;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 1;
}
.sf-item-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 8px;
}
.sf-item-price {
	font-weight: 700;
	color: #111; /* dark ink - mid brand green fails PageSpeed contrast */
	font-size: 14px;
}
.sf-add-outline {
	padding: 5px 12px;
	border: 1.5px solid var(--sf-brand, #388e3c);
	border-radius: 3px;
	background: #fff;
	color: var(--sf-brand, #388e3c);
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	font-family: inherit;
	min-height: 32px;
}
.sf-add-outline:hover {
	background: rgba(56, 142, 60, 0.04);
	border-color: var(--sf-brand, #388e3c);
	color: var(--sf-brand, #388e3c);
}

/* OrderFlock segment active = brand #388e3c */
.sf-app .of-segment-btn.active {
	background: var(--sf-brand, #388e3c) !important;
	border-color: var(--sf-brand, #388e3c) !important;
	color: var(--sf-on-brand, #fff) !important;
	box-shadow: none !important;
}
.sf-app .of-segment-btn:not(.active) {
	color: #333 !important;
	background: #fff !important;
}
.sf-app .menu-item.sf-add-outline,
.sf-app button.sf-add-outline,
.sf-app .sf-add-outline {
	color: var(--sf-brand, #388e3c) !important;
	border-color: var(--sf-brand, #388e3c) !important;
	background: #fff !important;
	box-shadow: none !important;
}
.sf-app .menu-item.sf-add-outline:hover,
.sf-app button.sf-add-outline:hover,
.sf-app .sf-add-outline:hover {
	background: rgba(56, 142, 60, 0.04) !important;
	border-color: var(--sf-brand, #388e3c) !important;
	color: var(--sf-brand, #388e3c) !important;
}

/* Featured / popular - OrderFlock promo strip */
.sf-featured, .sf-upsell {
	padding: 16px 16px 20px;
	background: #fff;
	border-bottom: none;
}
.sf-featured-title, .sf-upsell-title {
	margin: 0 0 14px;
	font-size: 14px;
	color: var(--sf-muted);
	font-weight: 500;
	text-align: left;
}
.sf-featured-scroll, .sf-upsell-scroll {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	scrollbar-width: none;
	padding-bottom: 4px;
	-webkit-overflow-scrolling: touch;
}
.disable-scroll-bar::-webkit-scrollbar { display: none !important; }
.disable-scroll-bar { -ms-overflow-style: none; scrollbar-width: none; }
.sf-featured-scroll::-webkit-scrollbar, .sf-upsell-scroll::-webkit-scrollbar { display: none; }
.sf-featured-card, .sf-upsell-card {
	flex-shrink: 0;
	width: 118px;
	background: #fff;
	border-radius: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sf-featured-card-img, .sf-upsell-card-img {
	width: 100px;
	height: 100px;
	border-radius: 12px;
	background: #ededed;
	overflow: hidden;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sf-featured-card-img img, .sf-upsell-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.sf-featured-card-name, .sf-upsell-card-name,
.sf-featured-name, .sf-upsell-name {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 4px;
	line-height: 1.25;
	min-height: 2.4em;
	width: 100%;
	color: #000;
}
.sf-featured-card-price, .sf-upsell-card-price,
.sf-featured-price, .sf-upsell-price {
	font-size: 13px;
	color: var(--sf-brand);
	font-weight: 700;
	margin-bottom: 8px;
}
.sf-featured-card .sf-add-outline,
.sf-upsell-card .sf-add-outline {
	width: 100%;
	font-size: 12px;
	padding: 5px 8px;
}

/* Cart totals */
.sf-cart-summary {
	padding: 16px;
	border-top: 1px solid var(--sf-border);
	background: #fff;
}
.sf-cart-summary-row {
	display: flex;
	justify-content: space-between;
	font-size: .88rem;
	margin-bottom: 8px;
	color: var(--sf-muted);
}
.sf-cart-summary-row.total {
	font-size: 1rem;
	font-weight: 700;
	color: var(--sf-text);
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid var(--sf-border);
}
.sf-cart-summary-row.total span:last-child { color: var(--sf-brand); }

.sf-min-order-notice {
	margin: 12px 0 16px;
	padding: 14px 16px;
	border-radius: 10px;
	background: #fff8e1;
	border: 1px solid #ffe082;
	color: #5d4037;
	text-align: left;
}
.sf-min-order-notice--compact {
	margin: 10px 0 0;
}
.sf-min-order-notice-title {
	font-weight: 700;
	font-size: 14px;
	color: #e65100;
	margin-bottom: 4px;
}
.sf-min-order-notice-detail {
	font-size: 13px;
	line-height: 1.45;
}
.sf-min-order-fee {
	font-size: 12px;
	margin-top: 6px;
	color: #6d4c41;
}
.sf-min-order-meter {
	margin-top: 10px;
	height: 6px;
	border-radius: 999px;
	background: #ffe0b2;
	overflow: hidden;
}
.sf-min-order-meter span {
	display: block;
	height: 100%;
	background: #fb8c00;
	border-radius: 999px;
}
.sf-cta-btn--warn {
	background: #ef6c00 !important;
}
.of-area-option--below-min .of-area-fee {
	color: #e65100;
	font-weight: 600;
}
.of-area-option .of-area-fee {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.35;
	white-space: normal;
}

/* Store info modal body */
.sf-store-modal p {
	margin: 0 0 10px;
	font-size: .9rem;
	color: var(--sf-muted);
	line-height: 1.5;
}
.sf-store-modal strong { color: var(--sf-text); }

/* Item loading */
.sf-item-loading {
	padding: 48px 16px;
	text-align: center;
	color: var(--sf-muted);
}

/* Social FABs — live OF: 40×60, flush right, vertically centered, radius 5 0 0 5 */
.sf-fabs {
	position: fixed;
	right: 0;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	z-index: 225;
	width: 40px;
	pointer-events: none;
}
.sf-fabs--lift {
	/* keep centered even with cart bar — OF FABs stay mid-right */
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}
.sf-fab {
	pointer-events: auto;
	box-sizing: border-box;
	width: 40px !important;
	height: 60px !important;
	min-width: 40px;
	min-height: 60px;
	max-width: 40px;
	max-height: 60px;
	border-radius: 5px 0 0 5px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	position: relative;
	flex: 0 0 60px;
	overflow: hidden;
	line-height: 0;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.sf-fab:hover {
	transform: scale(1.04);
	box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
}
.sf-fab svg {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	display: block;
	pointer-events: none;
}
.sf-fab-wa { background: #29ac00 !important; color: #fff; }
.sf-fab-ig {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	color: #fff;
}
/* Keep WA inside the FAB stack - never break out as a second fixed layer */
.sf-fab-wa.of-wa-widget {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	width: 40px !important;
	height: 60px !important;
	z-index: auto !important;
	border-radius: 5px 0 0 5px !important;
	background: #29ac00 !important;
}

/* Item detail page */
.sf-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	background: #fff;
	border-bottom: 1px solid var(--sf-border);
	position: sticky;
	top: 0;
	z-index: 50;
}
.sf-item-hero {
	background: #faf8f5;
	padding: 16px;
	text-align: center;
}
.sf-limited-badge {
	color: var(--sf-brand);
	font-weight: 800;
	font-size: .78rem;
	letter-spacing: .12em;
	margin-bottom: 12px;
}
.sf-item-hero-img {
	max-width: 280px;
	margin: 0 auto;
	border-radius: 8px;
}
.sf-item-hero-img img { width: 100%; border-radius: 8px; }
.sf-item-detail { padding: 16px; }
.sf-item-detail-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}
.sf-item-detail-head h1 {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 600;
	flex: 1;
}
.sf-qty-box {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
	flex-shrink: 0;
}
.sf-qty-box button {
	width: 36px;
	height: 36px;
	border: none;
	background: #fff;
	font-size: 1.1rem;
	cursor: pointer;
	color: var(--sf-brand);
}
.sf-qty-box span {
	min-width: 32px;
	text-align: center;
	font-weight: 600;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 36px;
}
.sf-detail-price {
	font-weight: 700;
	color: var(--sf-brand);
	font-size: 1rem;
	margin-bottom: 16px;
}
.sf-block {
	border-top: 8px solid var(--sf-panel);
	padding: 16px;
}
.sf-block h2 {
	margin: 0 0 8px;
	font-size: .95rem;
	font-weight: 700;
}
.sf-block p {
	margin: 0;
	font-size: .88rem;
	color: var(--sf-muted);
	line-height: 1.5;
}
.sf-mod-section {
	border-top: 8px solid var(--sf-panel);
	padding: 16px;
}
.sf-mod-section h3 {
	margin: 0 0 6px;
	font-size: .95rem;
	font-weight: 700;
}
.sf-mod-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: .78rem;
	color: var(--sf-muted);
}
.sf-badge {
	display: inline-block;
	padding: 2px 8px;
	background: #9e9e9e;
	color: #fff;
	border-radius: 3px;
	font-size: .7rem;
	font-weight: 600;
}
.sf-badge.req { background: #757575; }
.sf-mod-option {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
}
.sf-mod-option input { order: 1; }
.sf-mod-option-body {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}
.sf-mod-option-name { font-size: .9rem; font-weight: 500; color: #666; flex: 1; }
.sf-mod-option-price { font-size: .85rem; font-weight: 700; color: var(--sf-brand); white-space: nowrap; }

/* Sticky CTA */
.sf-sticky-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 80;
	padding: 12px 16px;
	padding-bottom: max(12px, env(safe-area-inset-bottom));
	background: #fff;
	border-top: 1px solid var(--sf-border);
}
@media (min-width: 768px) {
	.sf-sticky-cta {
		left: 0;
		right: auto;
		width: 41.6vw;
		max-width: none;
		min-width: 320px;
	}
}
.sf-cta-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	background: var(--sf-brand);
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}
.sf-cta-btn:disabled { opacity: .55; cursor: not-allowed; }
.sf-cta-price {
	background: rgba(0,0,0,.15);
	padding: 4px 10px;
	border-radius: 4px;
	font-size: .9rem;
}

/* Cart page — live OF header 54.5px / pad 0 / title 17/600 */
.of-cart-header {
	display: grid;
	grid-template-columns: 48px 1fr 48px;
	align-items: center;
	padding: 0;
	min-height: 54.5px;
	height: 54.5px;
	background: #fff;
	border-bottom: 1px solid #dee2e6;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	box-sizing: border-box;
	width: 100%;
}
.of-cart-header .sf-icon-btn {
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	border: none;
	background: transparent;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	-webkit-tap-highlight-color: transparent;
}
.of-cart-header .sf-icon-btn svg {
	width: 22px;
	height: 22px;
}
.of-cart-title {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
}
.of-cart-header-spacer {
	width: 40px;
}
.sf-cart-page {
	min-height: calc(100vh - 54.5px);
	padding-top: 54.5px;
	padding-bottom: 24px;
}
.sf-cart-block {
	background: #fff;
	padding: 16px;
	margin-bottom: 8px;
}
.sf-cart-items-block {
	padding-top: 12px;
	min-height: 280px;
}
.sf-cart-block-label {
	margin: 0 0 12px;
	font-size: .95rem;
	font-weight: 700;
	color: #666;
}
.sf-cart-promo-field {
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 10px;
}
.sf-cart-promo-icon {
	color: #9e9e9e;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.sf-cart-promo-icon svg {
	width: 20px;
	height: 20px;
}
.sf-cart-promo-input {
	flex: 1;
	border: none;
	outline: none;
	font-size: .95rem;
	font-family: inherit;
	background: transparent;
	color: #333;
}
.sf-cart-promo-input::placeholder {
	color: #b0b0b0;
}
.sf-cart-empty {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 24px 8px 32px;
}
.sf-cart-empty-icon {
	flex-shrink: 0;
}
.sf-cart-empty-copy strong {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 6px;
}
.sf-cart-empty-copy p {
	margin: 0 0 16px;
	font-size: .92rem;
	color: #666;
	line-height: 1.4;
}
.sf-start-shopping {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	border: 1px solid var(--sf-brand);
	background: #fff;
	color: var(--sf-brand);
	font-weight: 600;
	font-size: .92rem;
	padding: 10px 18px;
	border-radius: 4px;
	cursor: pointer;
	font-family: inherit;
}
.sf-start-shopping-icon {
	font-size: 1.1rem;
	line-height: 1;
}
.sf-cart-remarks-wrap {
	margin-top: 20px;
	padding-top: 8px;
	border-top: 1px solid #eee;
}

/* Cart page legacy */
.sf-cart-title {
	text-align: center;
	font-size: 1.05rem;
	font-weight: 700;
	padding: 14px 16px;
	border-bottom: 1px solid var(--sf-border);
}
.sf-cart-section {
	padding: 16px;
	border-bottom: 1px solid var(--sf-border);
}
.sf-cart-section label {
	display: block;
	font-size: .88rem;
	color: var(--sf-muted);
	margin-bottom: 10px;
}
.sf-input-line {
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
}
.sf-input-line input, .sf-input-line textarea {
	flex: 1;
	border: none;
	outline: none;
	font-size: .92rem;
	font-family: inherit;
	background: transparent;
	resize: none;
}
.sf-cart-item {
	display: flex;
	gap: 12px;
	padding: 16px;
	border-bottom: 1px solid var(--sf-border);
}
.sf-cart-item img,
.sf-cart-item .sf-cart-item-img {
	width: 72px;
	height: 72px;
	border-radius: 6px;
	object-fit: cover;
	background: #f3f3f3;
	flex-shrink: 0;
}
.sf-cart-item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
}
.sf-cart-item-body { flex: 1; position: relative; min-width: 0; }
.sf-cart-item-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
}
.sf-cart-edit {
	color: rgb(56, 142, 60) !important;
	font-size: 14px;
	font-weight: 700;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	text-transform: none;
}
.sf-cart-item-title { font-weight: 700; font-size: .92rem; flex: 1; }
.sf-cart-item-price { color: var(--sf-brand); font-weight: 700; font-size: .92rem; white-space: nowrap; }
.sf-cart-item-sub { font-size: .8rem; color: var(--sf-muted); margin-top: 4px; }
.sf-cart-remove {
	color: #e53935;
	font-size: .78rem;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	margin-top: 10px;
	display: inline-block;
}
.sf-cart-qty {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
	margin-left: 12px;
	vertical-align: middle;
}
.sf-cart-qty button {
	width: 28px;
	height: 28px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.sf-upsell {
	padding: 16px;
	border-bottom: 1px solid var(--sf-border);
}
.sf-upsell h3 {
	margin: 0 0 12px;
	font-size: .92rem;
	color: var(--sf-muted);
	font-weight: 500;
}
.sf-upsell-scroll {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	scrollbar-width: none;
}
.sf-upsell-card {
	flex-shrink: 0;
	width: 132px;
	background: #faf8f5;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
}
.sf-upsell-card img { width: 88px; height: 66px; object-fit: cover; border-radius: 6px; display: block; margin: 0 auto; background: #eee; }
.sf-upsell-name { font-size: .78rem; font-weight: 700; margin: 8px 0 4px; line-height: 1.25; min-height: 2.5em; }
.sf-upsell-price { font-size: .75rem; color: var(--sf-brand); font-weight: 700; }

/* Product page - Frequently purchased with (live OF RecommendedProducts) */
.of-item-upsell {
	background: transparent;
	border-top: none;
	padding: 0;
	margin: 30px 0 0;
}
.of-item-upsell .of-upsell-title,
.of-item-upsell p.of-upsell-title {
	margin: 0 0 7px !important;
	padding: 0 10px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #5b5b5b !important;
	text-align: left !important;
	font-family: inherit;
	line-height: 20px !important;
	letter-spacing: 0;
}
/* OF: bordered white row, chevrons + indiana scroll */
.of-item-upsell .of-upsell-carousel {
	display: flex;
	align-items: center;
	gap: 0;
	width: 100%;
	padding: 20px 5px;
	position: relative;
	background: #fff;
	border: 1px solid #dee2e6;
	box-sizing: border-box;
}
.sf-app .of-item-upsell .of-upsell-prev,
.sf-app .of-item-upsell .of-upsell-next,
.of-item-upsell .of-upsell-prev,
.of-item-upsell .of-upsell-next {
	flex: 0 0 auto;
	width: auto;
	min-width: 0;
	align-self: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: rgba(0, 0, 0, 0.54) !important;
	cursor: pointer;
	padding: 0 4px !important;
	margin: 0 0 55px !important; /* OF: align chevron with image row */
	min-height: 0;
	height: auto;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
	line-height: 0;
}
.of-item-upsell .of-upsell-chevron {
	width: 24px;
	height: 24px;
	display: block;
}
.sf-app .of-item-upsell .of-upsell-prev:hover,
.sf-app .of-item-upsell .of-upsell-next:hover,
.of-item-upsell .of-upsell-prev:hover,
.of-item-upsell .of-upsell-next:hover {
	color: rgba(0, 0, 0, 0.87) !important;
	background: transparent !important;
}
.of-item-upsell .of-upsell-track {
	flex: 1;
	min-width: 0;
	width: 100%;
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	scroll-snap-type: x proximity;
	touch-action: pan-x;
	direction: ltr;
}
.of-item-upsell .of-upsell-track::-webkit-scrollbar { display: none; }
.of-item-upsell .of-upsell-track-inner {
	display: flex;
	gap: 0; /* OF uses margin-left: 15px on cards after first */
	width: max-content;
	padding: 0;
	align-items: flex-start;
}
.of-item-upsell .of-upsell-card {
	flex: 0 0 150px;
	width: 150px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: left;
	background: transparent;
	cursor: pointer;
	scroll-snap-align: start;
	padding: 0;
	margin: 0;
	border: none !important;
	border-radius: 0;
	box-shadow: none !important;
	outline: none;
	color: #000;
}
.of-item-upsell .of-upsell-card--spaced,
.of-item-upsell .of-upsell-card + .of-upsell-card {
	margin-left: 15px;
}
.of-item-upsell .of-upsell-card-media {
	width: 150px;
	height: 150px;
	min-height: 150px;
	aspect-ratio: auto;
	background: #f0f0f0 center / cover no-repeat;
	border-radius: 5px !important; /* live OF */
	position: relative;
	overflow: hidden;
	margin: 0;
	border: none !important;
	box-shadow: none !important;
	display: block;
	cursor: pointer;
}
.of-item-upsell .of-upsell-card-media > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border: none;
	padding: 0;
	box-sizing: border-box;
	display: block;
	background: transparent;
	border-radius: 5px;
}
/* enhanceImages wraps thumbs in .sf-media - fill square */
.of-item-upsell .of-upsell-card-media .sf-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #f0f0f0;
	border: none;
}
.of-item-upsell .of-upsell-card-media .sf-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 1;
	border-radius: 5px;
}
.of-item-upsell .of-upsell-card-ph {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #e8e8e8;
}
.of-item-upsell .of-upsell-name {
	margin: 8px 0 0 !important; /* OF mt-2 */
	padding: 0 4px !important; /* pl-1 */
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #000 !important;
	line-height: 1.25 !important;
	width: 150px;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
}
.of-item-upsell .of-upsell-price {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: var(--sf-brand, #388e3c) !important;
	margin: 0 !important;
	padding: 0 4px !important;
	line-height: 1.35;
	text-align: left;
}
.of-item-upsell .of-upsell-add-wrap {
	text-align: center;
	margin-top: 6px;
	width: 100%;
}
.sf-app .of-item-upsell .of-upsell-add,
.of-item-upsell .of-upsell-add {
	width: 100%;
	height: 30px !important;
	min-height: 30px !important;
	max-height: 30px !important;
	padding: 0 8px !important;
	font-size: 14px !important;
	border: 1px solid var(--sf-brand, #388e3c) !important;
	background: #fff !important;
	color: var(--sf-brand, #388e3c) !important;
	border-radius: 4px !important;
	font-weight: 700 !important;
	cursor: pointer;
	font-family: inherit;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
	box-shadow: none !important;
	letter-spacing: 0;
	text-transform: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 4px;
	-webkit-appearance: none;
	appearance: none;
}
.of-item-upsell .of-upsell-add .sf-add-plus,
.of-item-upsell .of-upsell-add svg {
	width: 18px !important;
	height: 18px !important;
	flex-shrink: 0;
}
.of-item-upsell .of-upsell-add:hover {
	background: rgba(56, 142, 60, 0.04) !important;
}

/* Product page image gallery */
.of-item-gallery-thumbs {
	display: flex;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap;
	padding: 12px 0 0;
}
.of-item-gallery-thumb {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
}
.of-item-gallery-thumb.is-active {
	border-color: var(--sf-brand, #388e3c);
}
.of-item-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ── OrderFlock product detail page (shared) ── */
.of-item-page {
	background: #fff;
	min-height: 100%;
	position: relative;
}
.of-item-page .of-item-scroll {
	padding-top: 0 !important;
	padding-bottom: 8px;
	background: #f4f5f5;
}
/* Product header — sticky white bar like home/cart (back | brand | search | lang) */
.of-item-page > .of-item-header,
.of-item-header.detail_header {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 0;
	padding: 0 8px !important;
	min-height: 54px !important;
	height: 54px !important;
	background: #fff !important;
	border-bottom: 1px solid #dee2e6 !important;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	pointer-events: auto;
	transform: translateZ(0);
}
.of-item-header .of-item-header-spacer {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
}
.of-item-header .of-header-brand.of-item-header-brand {
	flex: 1 1 auto;
	min-width: 0;
	justify-content: center;
	pointer-events: auto;
}
.of-item-header .of-header-btn,
.of-item-header .of-item-back,
.of-item-header .sf-icon-btn {
	pointer-events: auto;
	width: 40px;
	height: 40px;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	appearance: none;
}
.of-item-header .of-header-btn svg {
	width: 22px;
	height: 22px;
	display: block;
}
@media (min-width: 768px) {
	.sf-desktop .of-item-page > .of-item-header {
		display: none !important;
	}
}
.of-item-header .of-cart-title.of-item-brand-home,
.of-item-brand-home,
.of-item-brand-name {
	display: block !important;
	margin: 0;
	padding: 0 4px;
	border: none;
	background: transparent;
	font-size: 1rem;
	font-weight: 700;
	font-family: inherit;
	text-align: center;
	color: #222;
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.25;
}
.of-item-hero {
	background: #faf7ed;
	padding: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.of-limited-label {
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	z-index: 5;
	color: var(--sf-brand, #388e3c);
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.14em;
	padding: 0 12px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2;
	pointer-events: none;
}
.of-item-hero-img {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: block;
	background: #faf7ed;
}
/* OF hero: full-width cream canvas — natural image height (no 259px crop) */
.of-item-page .of-item-hero-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: none;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: 0 auto;
	background: transparent;
}
.of-item-img-ph {
	width: 100%;
	aspect-ratio: 5 / 4;
	max-height: none;
	min-height: 280px;
	background: #f0ebe0;
	border-radius: 0;
}
.of-item-info {
	padding: 0;
	background: #fff;
}
.of-item-info-band {
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	background: #fff;
}
.of-item-info-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 2px;
}
.of-item-info-band .of-item-info-row {
	padding: 0 14px 10px;
	margin-top: 0;
}
.of-item-info-main {
	flex: 1;
	min-width: 0;
	text-align: left;
}
/* OF product H1: ~17-18px bold near-black */
.of-item-page .of-item-title {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 700;
	color: #212121;
	line-height: 1.25;
	font-family: inherit;
	letter-spacing: 0;
	text-align: left;
}
/* OF: price green left, qty pill right - same row under H1 */
.of-item-page .of-item-price {
	font-size: 15px;
	font-weight: 700;
	color: var(--sf-brand, #388e3c);
	line-height: 1.35;
	flex: 1;
	min-width: 0;
	text-align: left;
}
.of-item-prep {
	font-size: 12px;
	color: #9e9e9e;
	margin-top: 4px;
	font-weight: 300;
}
/* OF product qty: green ± icons · count in gray bordered box (not one unified pill) */
.of-item-page .of-qty-row {
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
	height: 30px;
	min-width: 88px;
	flex-shrink: 0;
	gap: 6px;
	margin: 0;
	box-sizing: border-box;
}
.of-item-page .option-quantity-button,
.of-mod-opt-qty .option-quantity-button {
	position: relative;
	font-size: 30px !important;
	font-weight: 400;
	line-height: 1;
	border: none;
	background: none !important;
	color: var(--sf-brand, #388e3c) !important;
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.of-item-page .option-quantity-button:after,
.of-mod-opt-qty .option-quantity-button:after {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: 2;
}
.of-item-page .option-quantity-button:disabled,
.of-mod-opt-qty .option-quantity-button:disabled {
	opacity: 0.35;
	cursor: default;
}
.of-item-page .of-qty-count-box {
	border: 0.5px solid #dedede;
	border-radius: 5px;
	min-width: 30px;
	padding: 1px 4px;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.2;
}
.of-item-page .of-qty-val {
	font-weight: 600;
	font-size: 15px;
	color: var(--sf-brand, #388e3c);
	line-height: 1.2;
	min-width: 0;
	border: none !important;
	background: transparent;
	padding: 0;
}
/* Mid-page Add to Cart must never show - OF uses only fixed bottom bar */
.of-item-cta,
.of-item-cta--inline,
.of-item-info .sf-cta-btn,
.of-item-info .sf-add-detail,
.of-item-scroll > .action-button-english,
.of-item-page .of-item-scroll .sf-cta-btn.sf-add-detail {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}
.of-desc-section {
	border-bottom: none;
	padding: 0;
}
.of-desc-body {
	padding: 0;
	background: transparent;
}
.of-desc-section .of-section-text {
	color: #9e9e9e;
	font-weight: 400;
	font-size: 13.5px;
	line-height: 1.5;
	margin: 0;
}
/* OF product sections: Description band, mod gray bar + white panel, special requests shell */
.of-item-page .of-desc-section {
	padding: 0;
	margin: 0;
	background: transparent;
	border-bottom: none;
}
.of-item-page .of-desc-heading {
	margin: 21px 14px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.87);
	line-height: 1.3;
}
.of-item-page .of-desc-band {
	margin-top: 3.5px;
	background: #fff;
	border: 1px solid #dee2e6;
	border-left: 0;
	border-right: 0;
}
.of-item-page .of-desc-band .of-desc-body {
	margin: 14px;
	padding: 0;
	color: rgba(0, 0, 0, 0.87);
	font-size: 14px;
	font-weight: 100;
	line-height: 1.45;
}
.of-item-page .of-mod-group {
	background: transparent;
	margin-top: 0;
}
.of-item-page .of-mod-group .of-mod-bar {
	background: #f4f5f5;
	border: none;
	border-top: 0;
	padding: 14px 21px;
	margin: 0;
	min-height: 48px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.of-item-page .of-mod-group .of-mod-title {
	font-size: 15px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.87);
	line-height: 1.3;
}
.of-item-page .of-mod-group .of-mod-meta {
	padding: 16px 14px 8px;
	background: #fff;
}
.of-item-page .of-mod-group .of-mod-body {
	padding: 0 8px 12px;
	background: #fff;
	min-height: 0;
}
.of-item-page .of-mod-group .of-mod-row {
	border: 2px solid transparent;
	border-radius: 6px;
	margin: 0 0 16px;
	padding: 12px 8px;
	background: #fff;
	min-height: 70px;
	box-sizing: border-box;
}
.of-item-page .of-mod-group .of-mod-row.is-selected {
	border-color: var(--sf-brand, #388e3c);
	box-shadow: none;
}
.of-item-page .of-mod-group .of-mod-name {
	font-weight: 700;
	color: #888;
}
.of-item-page .of-mod-group .of-mod-price--under {
	font-size: 14px;
	font-weight: 700;
	color: var(--sf-brand, #388e3c);
}
.of-item-page .of-special-req {
	margin-top: 21px;
	padding: 12px 16px 16px !important;
	background: #fff !important;
	border: 1px solid #dee2e6;
	border-left: 0;
	border-right: 0;
	min-height: 90px;
	box-sizing: border-box;
}
.of-item-page .of-share-row {
	padding: 24px 14px 12px;
	background: transparent;
}
.of-item-page .of-item-upsell .of-upsell-title {
	color: #5b5b5b !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	padding: 0 10px !important;
}
.of-item-page .sf-site-footer {
	display: block;
	margin-top: 8px;
}
.cut-text-one-line-product-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}
.of-item-page .action-button-english {
	display: flex !important;
	align-items: stretch;
}
.of-item-section {
	padding: 0;
	background: #fff;
	border-bottom: none;
	text-align: left;
}
.of-section-title,
.of-mod-title {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	line-height: 1.3;
}
.of-section-text {
	margin: 0;
	font-size: 13px;
	color: #666;
	line-height: 1.5;
}

/* OF modifier groups */
.of-mod-group {
	padding: 0;
}
.of-mod-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 16px;
	background: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: none;
}
.of-mod-bar .of-mod-title {
	flex: 1;
	min-width: 0;
	font-size: 15px;
	font-weight: 700;
	color: #000;
}
.of-mod-err {
	color: #e53935;
	font-weight: 400;
	font-size: 15px;
	margin-left: 0;
}
.of-mod-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 12px 16px 6px;
	background: #fff;
}
.of-mod-meta-end {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
}
.of-mod-group-fee {
	font-size: 13px;
	font-weight: 700;
	color: var(--sf-brand, #388e3c);
	line-height: 1.2;
}
.of-mod-badge {
	display: inline-block;
	padding: 3px 12px;
	background: #9e9e9e;
	color: #fff;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}
.of-mod-badge--req { background: #9e9e9e; }
.of-mod-badge--err {
	background: #e53935 !important;
}
.of-mod-limit {
	font-size: 13px;
	color: #616161;
	font-weight: 400;
}
.of-mod-clear {
	border: none;
	background: none;
	color: var(--sf-brand, #388e3c);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	padding: 0;
	text-decoration: none;
	font-family: inherit;
}
.of-mod-body {
	padding: 0 16px 8px;
	background: #fff;
}
.of-mod-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 10px;
	border: 1.5px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	margin: 6px 0;
	box-sizing: border-box;
	position: relative;
	background: #fff;
}
.of-mod-row.is-selected {
	border-color: var(--sf-brand, #388e3c);
}
/* Native radio/checkbox replaced by custom OF-style control */
.of-mod-input {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin: 0;
	cursor: pointer;
	border: 2px solid #bdbdbd;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}
.of-mod-row--check .of-mod-input {
	border-radius: 3px;
}
.of-mod-input:checked {
	border-color: var(--sf-brand, #388e3c);
}
.of-mod-row--radio .of-mod-input:checked::after {
	content: '';
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: var(--sf-brand, #388e3c);
}
.of-mod-row--check .of-mod-input:checked {
	background: var(--sf-brand, #388e3c);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M10.2 2.2L4.5 8.4 1.8 5.7 1 6.5l3.5 3.5 6.6-7.1z'/%3E%3C/svg%3E");
	background-size: 12px 12px;
	background-position: center;
	background-repeat: no-repeat;
}
.of-mod-row-main {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}
.of-mod-name {
	font-size: 14px;
	font-weight: 500;
	color: #212121;
	line-height: 1.3;
}
.of-mod-price {
	font-size: 13px;
	font-weight: 700;
	color: var(--sf-brand, #388e3c);
	white-space: nowrap;
	flex-shrink: 0;
}
.of-mod-price--under {
	font-size: 12px;
}
/* OF radio: name then KD x.xxx + beside it, qty at far right */
.of-mod-price--inline {
	margin-left: 4px;
	margin-right: 0;
	flex-shrink: 0;
}
/* OF selected option qty: far right of row (flex end, never centered) */
.of-mod-opt-qty {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	height: 30px;
	min-width: 88px;
	flex: 0 0 auto;
	margin-left: auto !important;
	margin-right: 0;
	gap: 6px;
	box-sizing: border-box;
	position: static;
	transform: none;
	left: auto;
	right: auto;
	align-self: center;
}
.of-mod-row--has-qty {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}
.of-mod-row--has-qty .of-mod-row-main {
	flex: 1 1 auto;
	min-width: 0;
}
.of-mod-row--has-qty .of-mod-price--inline {
	flex-shrink: 0;
	margin-left: 8px;
	margin-right: 8px;
}
.of-mod-row--has-qty .of-mod-opt-qty {
	order: 99;
	margin-left: auto !important;
}
.of-mod-opt-qty .option-quantity-button {
	width: 30px;
	height: 30px;
	font-size: 30px !important;
}
.of-mod-opt-qty-box {
	border: 0.5px solid #dedede;
	border-radius: 5px;
	min-width: 28px;
	padding: 1px 3px;
	text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
}
.of-mod-opt-qty-val {
	font-size: 14px;
	font-weight: 700;
	color: var(--sf-brand, #388e3c);
	line-height: 1.2;
	min-width: 0;
	border: none;
	background: transparent;
	padding: 0;
}
.of-special-label {
	display: block;
	font-size: 14px;
	color: #9e9e9e;
	margin-bottom: 4px;
	font-weight: 400;
}
.of-special-req {
	padding: 16px !important;
}
.of-special-input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #bdbdbd;
	border-radius: 0;
	outline: none;
	font-size: 14px;
	font-family: inherit;
	resize: none;
	min-height: 36px;
	padding: 8px 0;
	background: transparent;
	box-sizing: border-box;
	color: #333;
}
.of-special-input:focus {
	border-bottom-color: var(--sf-brand, #388e3c);
}
.of-share-row {
	padding: 24px 16px 12px;
	background: #fff;
	text-align: center;
}
.of-share-btn {
	border: none;
	background: transparent;
	color: #424242;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	font-family: inherit;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	position: relative;
	z-index: 2;
	pointer-events: auto;
	-webkit-tap-highlight-color: transparent;
}
.of-share-btn svg {
	width: 18px;
	height: 18px;
	color: #424242;
}
.of-item-page .free-space-70-white,
.of-item-page .free-space-40-white {
	height: 40px;
	background: #fff;
}
.of-item-page .action-button-english {
	/* Live OF sticky CTA shell: ~60px with pad 7/7/8 */
	z-index: 200;
	padding: 7px 7px 8px !important;
	background: #fff;
	box-sizing: border-box;
	min-height: 60px;
}
.of-item-page .free-space-70-white {
	height: 88px;
}
.of-item-page .action-button-english .sf-cta-btn {
	width: 100%;
	margin: 0;
	min-height: 45px;
	height: 45px;
	border-radius: 0;
	background: var(--sf-brand, #388e3c);
	color: #fff;
	border: none;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 10px 8px 18px;
	font-size: 14px;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	gap: 12px;
	box-sizing: border-box;
}
.of-item-page .action-button-english .sf-cta-btn {
	position: relative;
}
.of-item-page .action-button-english .sf-cta-btn > span:first-child {
	font-size: 1rem;
	font-weight: 500;
}
.of-item-page .action-button-english .sf-cta-price {
	position: absolute;
	right: 10px;
	top: 6px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	padding: 0 8px;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 0.8rem;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	border-radius: 7px;
	flex-shrink: 0;
}

/*
 * Product page text: keep OF brand green for prices; muted copy for labels.
 * Do not darken brand CTAs/upsell buttons for contrast - brand tone is fixed.
 */
.of-item-page .of-item-price,
.of-item-page .of-qty-val,
.of-item-page .option-quantity-button,
.of-item-page .of-mod-price,
.of-item-page .of-mod-group-fee,
.of-item-page .of-mod-opt-qty-val,
.of-item-page .of-upsell-price {
	color: var(--sf-brand, #388e3c) !important;
}
.of-item-page .of-special-label {
	color: #6c757d !important;
}
.of-item-page .of-mod-limit {
	color: rgba(0, 0, 0, 0.87) !important;
	font-size: 14px !important;
	font-weight: 100 !important;
}
.of-item-page .of-mod-badge,
.of-item-page .of-mod-badge--req {
	background: #aaaaaa !important;
	color: #fff !important;
	border-radius: 10px !important;
	font-size: 14px !important;
	font-weight: 100 !important;
	padding: 0 14px !important;
	height: 20px;
	line-height: 20px;
	display: inline-flex;
	align-items: center;
}
.of-item-page .of-upsell-title {
	color: #5b5b5b !important;
	font-weight: 700 !important;
}
/* Frequently purchased with: OF outlined Add (30px, + icon, 14px bold) */
.sf-app .of-item-page .of-item-upsell .of-upsell-add,
.of-item-page .of-item-upsell .of-upsell-add {
	height: 30px !important;
	min-height: 30px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	border: 1px solid var(--sf-brand, #388e3c) !important;
	background: #fff !important;
	color: var(--sf-brand, #388e3c) !important;
	text-transform: none !important;
}
.sf-app .of-item-page .of-item-upsell .of-upsell-add:hover,
.of-item-page .of-item-upsell .of-upsell-add:hover {
	background: rgba(56, 142, 60, 0.04) !important;
	border-color: var(--sf-brand, #388e3c) !important;
	color: var(--sf-brand, #388e3c) !important;
}
.whiteBackground {
	background-color: #fff !important;
}

/* Contact / guest */
.sf-contact-hero {
	text-align: center;
	padding: 24px 20px;
}
.sf-contact-icon {
	width: 120px;
	margin: 0 auto 16px;
}
.sf-contact-hero h2 {
	margin: 0 0 20px;
	font-size: 1.15rem;
	font-weight: 700;
}
.sf-contact-hero--guest h2 { margin-bottom: 8px; }
.sf-contact-signup-hint {
	font-size: .88rem;
	color: var(--sf-muted);
	margin: 12px 0 0;
}
.sf-checkout-summary {
	margin: 0 16px 16px;
	padding: 14px 16px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #eee;
}
.sf-checkout-summary-title {
	font-size: 12px;
	text-transform: uppercase;
	color: #888;
	margin: 0 0 8px;
	letter-spacing: .04em;
}
.sf-checkout-summary p { margin: 0 0 4px; font-size: 14px; }
.sf-checkout-summary .sf-link {
	margin-top: 8px;
	display: inline-block;
}
.sf-benefit {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 24px;
	font-size: .9rem;
	color: var(--sf-muted);
}
.sf-signup-btn {
	display: block;
	width: calc(100% - 48px);
	margin: 20px auto 12px;
	padding: 14px;
	background: var(--sf-brand);
	color: #fff;
	border: none;
	border-radius: 4px;
	font-weight: 700;
	font-size: .9rem;
	letter-spacing: .04em;
	cursor: pointer;
}
.sf-guest-link {
	display: block;
	text-align: center;
	color: var(--sf-brand);
	font-weight: 600;
	font-size: .88rem;
	text-decoration: underline;
	border: none;
	background: none;
	width: 100%;
	cursor: pointer;
	margin-bottom: 24px;
}
.sf-field-underline {
	padding: 12px 16px;
}
.sf-field-underline label {
	display: block;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.54);
	margin-bottom: 4px;
	font-weight: 400;
}
.sf-field-underline input, .sf-field-underline textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	padding: 8px 0;
	font-size: 14px;
	outline: none;
	font-family: inherit;
	font-weight: 100;
	color: rgba(0, 0, 0, 0.87);
	min-height: 32px;
	box-sizing: border-box;
}
.sf-phone-row {
	display: flex;
	align-items: center;
	gap: 8px;
}
.sf-phone-prefix { font-size: .9rem; color: var(--sf-muted); white-space: nowrap; }

/* Leave feedback - OrderFlock panel */
.sf-feedback-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.45);
	/* Must beat sticky cats (999) — same stack as filter/search */
	z-index: 1400;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.sf-feedback-panel {
	width: min(420px, 92vw);
	max-width: 41.6vw;
	height: 100%;
	background: #fff;
	overflow-y: auto;
	box-shadow: 2px 0 16px rgba(0,0,0,.12);
	padding: 20px 20px 28px;
	display: flex;
	flex-direction: column;
}
.sf-feedback-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.sf-feedback-head h2 {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
	color: #222;
}
.sf-feedback-close {
	border: none;
	background: none;
	font-size: 1.5rem;
	line-height: 1;
	color: #888;
	cursor: pointer;
	padding: 4px;
}
.sf-feedback-emojis {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 24px;
}
.sf-feedback-emoji {
	width: 52px;
	height: 52px;
	border: 2px solid #e8e8e8;
	border-radius: 50%;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	flex: 1;
	max-width: 56px;
}
.sf-feedback-emoji.active {
	border-color: var(--sf-brand);
	background: #f3faf3;
	box-shadow: 0 0 0 1px var(--sf-brand);
}
.sf-feedback-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}
.sf-feedback-field label {
	display: block;
	font-size: .82rem;
	color: #888;
	margin-bottom: 8px;
}
.sf-feedback-field input,
.sf-feedback-field textarea {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 12px;
	font-size: .92rem;
	font-family: inherit;
	color: #333;
	background: #fff;
}
.sf-feedback-field textarea {
	resize: vertical;
	min-height: 120px;
}
.sf-feedback-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 10px;
	background: #fff;
}
.sf-feedback-phone input {
	border: none;
	padding: 10px 0;
	flex: 1;
	min-width: 0;
	outline: none;
}
.sf-feedback-comment {
	margin-bottom: 20px;
}
.sf-feedback-send {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	border: none;
	border-radius: 4px;
	background: var(--sf-brand);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .04em;
	padding: 14px 16px;
	cursor: pointer;
	font-family: inherit;
	margin-top: auto;
}
.sf-feedback-send svg {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.sf-feedback-panel {
		max-width: 100%;
		width: min(420px, 100%);
	}
	.sf-feedback-row {
		grid-template-columns: 1fr;
	}
}

/* Modal */
.sf-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.45);
	z-index: 1400;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.sf-modal {
	background: #fff;
	border-radius: 8px;
	max-width: 400px;
	width: 100%;
	padding: 24px;
	position: relative;
}
.sf-modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
	border: none;
	background: none;
	font-size: 1.3rem;
	cursor: pointer;
	color: var(--sf-muted);
}
.sf-modal h2 { margin: 0 0 16px; font-size: 1.1rem; }

/* Search / Menu List: full viewport on mobile; product column only on desktop */
.MuiDrawer-paper.sf-drawer,
.sf-drawer {
	position: relative;
}
.sf-search-overlay {
	position: fixed;
	inset: 0;
	background: #fff;
	/* Must beat sticky category tabs (z-index 999) — OF search covers the menu column */
	z-index: 1400;
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.sf-search-overlay {
		position: absolute;
		inset: 0;
		z-index: 1400;
	}
}

/* Full-screen search (same shell as .sf-search-overlay) */
.of-menu-search.sf-search-overlay {
	background: #fff;
	z-index: 1400;
}
.of-menu-search-head {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
	flex-shrink: 0;
}
.of-menu-search-body {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
}

/* OrderFlock Menu List sheet */
.of-menu-list-sheet {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 1400;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
@media (min-width: 768px) {
	.of-menu-list-sheet {
		position: absolute;
		inset: 0;
		z-index: 1400;
	}
}
.of-menu-list-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
	min-height: 55px;
	height: 55px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	flex-shrink: 0;
	box-sizing: border-box;
}
.of-menu-list-head h2 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #222;
}
.of-menu-list-close {
	border: none;
	background: transparent;
	font-size: 1.6rem;
	line-height: 1;
	color: #444;
	cursor: pointer;
	padding: 0 4px;
	font-family: inherit;
}
.of-menu-list-body {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.of-menu-list-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 18px;
	border: none;
	border-bottom: 1px solid #eee;
	background: #fff;
	font-family: inherit;
	font-size: .95rem;
	font-weight: 400;
	color: #333;
	cursor: pointer;
	text-align: left;
	box-sizing: border-box;
}
.of-menu-list-row.is-active {
	box-shadow: inset 4px 0 0 var(--sf-brand, #388e3c);
}
.of-menu-list-name {
	flex: 1;
	min-width: 0;
	padding-right: 12px;
}
.of-menu-list-count {
	flex-shrink: 0;
	color: #333;
}

/* Category section header: title → /category/{slug}; ⋯ → Menu List */
.of-cat-header-row,
.of-cat-header-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 12px;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	font: inherit;
	color: inherit;
	text-align: left;
}
.of-cat-header-btn {
	cursor: pointer;
}
.of-cat-title-link {
	flex: 1;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}
.of-cat-title-link:hover .box-title,
.of-cat-title-link:focus-visible .box-title {
	text-decoration: underline;
}
.of-cat-header-row .box-title,
.of-cat-header-btn .box-title {
	flex: 1;
	min-width: 0;
	margin: 0;
	text-align: left;
}
.of-cat-more-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	margin: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	color: inherit;
	flex-shrink: 0;
}
.of-cat-more {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5b5b5b;
	flex-shrink: 0;
	opacity: .85;
}
.sf-search-head {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
	flex-shrink: 0;
}
.sf-search-head .sf-icon-btn {
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	flex-shrink: 0;
}
.sf-search-head .sf-icon-btn svg {
	width: 22px;
	height: 22px;
}
.sf-search-input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 1rem;
	font-family: inherit;
	font-weight: 300;
	color: #333;
	background: transparent;
	padding: 8px 4px;
	min-width: 0;
}
.sf-search-input::placeholder {
	color: #bdbdbd;
	font-weight: 300;
}
.sf-search-body {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.sf-search-empty {
	padding: 48px 24px;
	text-align: center;
	font-size: 1rem;
	font-weight: 300;
	color: #bdbdbd;
	letter-spacing: .01em;
}
.sf-search-results {
	padding: 0;
}
.sf-search-result-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
	padding: 16px 20px;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
}
.sf-search-result-row:active {
	background: #fafafa;
}
.sf-search-result-name {
	font-size: .95rem;
	font-weight: 600;
	color: #222;
	flex: 1;
	min-width: 0;
}
.sf-search-result-price {
	font-size: .9rem;
	font-weight: 700;
	color: var(--sf-brand);
	white-space: nowrap;
}

/* Confirm */
.sf-confirm {
	text-align: center;
	padding: 48px 24px;
}
.sf-confirm-icon {
	width: 64px;
	height: 64px;
	background: var(--sf-brand-light);
	color: var(--sf-brand);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	margin: 0 auto 16px;
}

.sf-empty { text-align: center; padding: 48px 24px; color: var(--sf-muted); }
.sf-closed { text-align: center; padding: 64px 24px; }

.sf-toast {
	position: fixed;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	color: #fff;
	padding: 10px 18px;
	border-radius: 6px;
	font-size: .88rem;
	z-index: 1200;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
	max-width: min(92vw, 420px);
	text-align: center;
}
.sf-toast.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.sf-feedback-error {
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: 6px;
	background: #fdecea;
	color: #c62828;
	font-size: .88rem;
}

/* Branch selector */
.sf-branch-bar {
	padding: 12px 16px 8px;
	background: var(--sf-bg);
}
.sf-branch-btn {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
	text-align: left;
}
.sf-branch-label {
	font-size: .72rem;
	color: var(--sf-muted);
	text-transform: uppercase;
	letter-spacing: .04em;
}
.sf-branch-name {
	font-size: .95rem;
	font-weight: 700;
	color: var(--sf-text);
	margin-top: 2px;
}

/* Feedback — live OF: flush under half-line, no boxed margin dead zone */
.sf-feedback-card {
	margin: 0;
	padding: 16px;
	background: #f4f5f5;
	border: none;
	border-radius: 0;
	text-align: center;
}
.sf-feedback-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.35;
	margin: 0 0 8px;
}
h2.sf-feedback-title {
	font-size: 14px;
}
.main_promo h3.layoutProductTitleEnglish {
	font-size: inherit;
}
.sf-feedback-btn {
	border: 1px solid var(--sf-brand);
	background: #fff;
	color: var(--sf-brand);
	font-weight: 600;
	padding: 8px 24px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	font-family: inherit;
}
/* half-line sits directly under menu — no extra spacer before feedback */
.sf-home-scroll > .half-line,
.of-home-desktop-only > .half-line,
.of-mobile-home > .half-line {
	margin: 0;
}

/* Reviews */
.sf-reviews {
	padding: 16px;
	background: #fff;
	border-top: 1px solid var(--sf-border);
}
.sf-reviews-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.sf-reviews-head h2,
.sf-reviews-head h3 {
	margin: 0;
	font-size: .95rem;
	font-weight: 700;
}

/* FAQ - local SEO accordion */
.sf-faq {
	padding: 20px 16px 28px;
	background: #fff;
	border-top: 1px solid var(--sf-border);
}
.sf-faq-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}
.sf-faq-title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: #222;
}
.sf-faq-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.sf-faq-item {
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	background: #fafafa;
	overflow: hidden;
}
.sf-faq-item.is-open {
	background: #fff;
	border-color: var(--sf-brand, #388e3c);
}
.sf-faq-q {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border: none;
	background: transparent;
	text-align: left;
	font: inherit;
	font-weight: 600;
	font-size: 0.95rem;
	color: #222;
	cursor: pointer;
}
.sf-faq-chevron {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #eee;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	line-height: 1;
	color: var(--sf-brand, #388e3c);
}
.sf-faq-item.is-open .sf-faq-chevron {
	background: var(--sf-brand-light, #e8f5e9);
}
.sf-faq-a {
	padding: 0 16px 14px;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #555;
}
.sf-faq-a[hidden] {
	display: none !important;
}
.sf-faq-page-body {
	padding: 8px 0 24px;
	background: #fff;
}
.sf-faq-page .sf-faq {
	border-top: none;
}

/* Reviews (continued) */
.sf-reviews-expanded .sf-reviews-list {
	max-height: min(70vh, 560px);
	overflow-y: auto;
}
.sf-review-card {
	padding: 12px 0;
	border-bottom: 1px solid var(--sf-border);
}
.sf-review-card:last-child { border-bottom: none; }
.sf-review-meta {
	display: flex;
	justify-content: space-between;
	font-size: .82rem;
	margin-bottom: 6px;
}
.sf-review-meta span { color: var(--sf-muted); }
.sf-review-card p {
	margin: 0;
	font-size: .88rem;
	line-height: 1.45;
	color: #444;
}

/* Connect */
.sf-connect-mobile {
	padding: 0;
	background: transparent;
}
.sf-connect-hero {
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
	background: rgba(255,255,255,.92);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.sf-connect h3 {
	margin: 0 0 10px;
	font-size: .92rem;
	font-weight: 700;
}
.sf-connect-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}
.sf-connect-links a {
	color: var(--sf-brand);
	font-weight: 600;
	font-size: .85rem;
	text-decoration: none;
}
.sf-connect-links a:hover { text-decoration: underline; }
@media (max-width: 767px) {
	.sf-connect-hero { display: none; }
}

/* Site footer - Connect with us (icons) + CMS page links */
.sf-site-footer {
	background: #fff;
	border-top: 1px solid #e8e8e8;
	padding: 48px 24px 32px;
	margin-top: 8px;
}
.sf-site-footer-inner {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.sf-site-footer-title {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
	color: #111;
	letter-spacing: -0.02em;
	line-height: 1.2;
}
.sf-social-bar--footer {
	justify-content: center;
	gap: 12px;
	padding: 0;
	background: transparent;
	border: none;
	flex-wrap: wrap;
}
.sf-social-bar--footer .sf-social-icon {
	width: 33px;
	height: 33px;
}
.sf-site-footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px 28px;
	width: 100%;
	margin: 0;
	padding: 8px 0 0;
	border-top: 1px solid #eee;
}
.sf-site-footer-nav .sf-footer-link {
	color: var(--sf-brand, #388e3c);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
	line-height: 1.4;
}
.sf-site-footer-nav a.sf-footer-link {
	display: inline;
}
.sf-site-footer-nav .sf-footer-link:hover {
	text-decoration: underline;
}
.sf-site-footer .of-powered {
	margin-top: 4px;
	padding: 16px 0 0;
	border-top: 1px solid #eee;
	width: 100%;
	max-width: 420px;
	text-align: center;
	font-size: 12px;
	color: var(--sf-muted, #5c5c5c);
	font-weight: 500;
	letter-spacing: 0.02em;
}
.sf-site-footer .of-powered a,
.of-powered a {
	color: var(--sf-brand-text, var(--sf-brand-dark));
	text-decoration: none;
}
.sf-site-footer .of-powered a:hover,
.of-powered a:hover {
	text-decoration: underline;
	color: var(--sf-brand, #388e3c);
}
.of-home-desktop-only > .of-powered {
	display: none;
}
@media (max-width: 767px) {
	.sf-site-footer {
		padding: 28px 16px 24px;
		margin-top: 0;
		border-top: 1px solid #e8e8e8;
		background: #fff;
	}
	.sf-site-footer-inner {
		gap: 14px;
		max-width: none;
		width: 100%;
	}
	.sf-site-footer-title {
		font-size: 1.15rem;
	}
	.sf-site-footer-nav {
		gap: 8px 16px;
	}
	.sf-site-footer-nav .sf-footer-link {
		font-size: .9rem;
		padding: 4px 0;
	}
	.sf-social-bar--footer .sf-social-icon {
		width: 33px;
		height: 33px;
	}
	.sf-site-footer .of-powered {
		padding: 8px 0 4px !important;
		background: transparent !important;
	}
	.of-mobile-home .sf-site-footer {
		display: block !important;
	}
}
@media (min-width: 768px) {
	.sf-site-footer {
		padding: 56px 32px 40px;
	}
	.sf-site-footer-title {
		font-size: 1.5rem;
	}
}

.sf-hidden { display: none !important; }

/* OrderFlock product list - use of-menu-row rules at top of file */
.cut-text-two-lines-list {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.priceEnglish {
	font-size: 14px;
	font-weight: 700;
	color: rgb(56, 142, 60); /* live OF list price */
	margin-top: 0;
}
.of-item-actions .priceEnglish {
	margin-top: 0;
	margin-right: auto;
}
/* OF home/category rows: list price black (product page price stays brand green) */
.sf-of-item .priceEnglish,
.of-menu-row .priceEnglish,
.of-item-actions .priceEnglish {
	color: #000 !important;
}
.of-add-btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* Desktop hero nav - OrderFlock fixed vw positions */
.sf-hero-nav {
	display: none;
}
/* Beat .sf-icon-btn transparent reset on desk hero chrome */
.sf-hero-nav .header-button-cricle.sf-icon-btn {
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	border-radius: 50%;
	background: #fff !important;
	border: none;
	box-shadow: 0 1px 6px rgba(0,0,0,.12);
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
}
.sf-hero-nav .header-button-cricle.sf-icon-btn svg {
	width: 22px;
	height: 22px;
	display: block;
}
@media (min-width: 768px) {
	.sf-hero-nav {
		display: block;
		position: fixed;
		top: 24px;
		left: 0;
		right: 0;
		height: 0;
		z-index: 100;
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
	}
	.sf-app.sf-ready.sf-hydrated .sf-hero-nav {
		visibility: visible;
		opacity: 1;
		transition: opacity .12s ease;
	}
	.sf-hero-nav-btn {
		pointer-events: auto;
		position: fixed;
		top: 24px;
		width: 44px;
		height: 44px;
		border: none;
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 1px 6px rgba(0,0,0,.12);
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		color: #222;
		padding: 0;
	}
	.sf-hero-nav-btn svg { width: 22px; height: 22px; }
	.sf-fabs {
		right: 0;
		bottom: 32px;
		top: auto;
		transform: none;
	}
}

/* Sidebar drawer - OrderFlock nav drawer (must beat sticky headers at z-index 1000) */
body.sf-sidebar-open {
	overflow: hidden;
}
body > .sf-sidebar-overlay {
	position: fixed;
	inset: 0;
	z-index: 1200;
}
.sf-sidebar-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.45);
	z-index: 1200;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}
.sf-sidebar {
	width: min(360px, 92vw);
	max-width: 92vw;
	height: 100%;
	max-height: 100%;
	min-height: 0;
	background: #fff !important;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 2px 0 16px rgba(0,0,0,.18);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
}
/* Desktop: nav drawer panel matches main column (41.6vw) — not the 360px mobile cap */
@media (min-width: 768px) {
	.sf-desktop .sf-sidebar-overlay:not(.sf-sidebar-mobile) .sf-sidebar {
		width: 41.6vw !important;
		max-width: 41.6vw !important;
		min-width: 0 !important;
		box-shadow: none;
	}
}
.sf-drawer-nav {
	background: #fff !important;
}
.sf-drawer-body {
	flex: 1 1 auto;
	background: #fff;
	/* Cart bar is hidden while nav is open — no 88px dead space (OF) */
	padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
}
.sf-drawer-top {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 4px !important;
	min-height: 48px;
	height: 48px;
	border-bottom: none;
	background: #fff;
	flex-shrink: 0;
}
.sf-drawer-top .sf-icon-btn {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	color: #333;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	flex: 0 0 40px;
}
.sf-drawer-top .sf-icon-btn svg {
	width: 22px;
	height: 22px;
}
.sf-drawer-top .sf-lang-btn {
	margin-left: auto !important;
	font-size: 1.15rem !important;
	font-weight: 600 !important;
	line-height: 1;
}
.sf-drawer-section {
	padding: 0;
}
.sf-drawer-heading {
	/* Live OF Menu h2: 18/700 #666 inside .mx-3 mb-3 */
	font-size: 18px;
	font-weight: 700;
	color: rgb(102, 102, 102);
	padding: 0;
	margin: 0 16px 12px;
	line-height: 1.25;
	letter-spacing: 0;
	font-family: "Quicksand", "Cairo", sans-serif;
}
.sf-drawer-heading-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 0;
	margin: 16px 16px 12px;
	gap: 4px;
}
.sf-drawer-heading-row .sf-drawer-heading {
	padding: 0;
	margin: 0;
	color: rgb(102, 102, 102);
}
.sf-drawer-info {
	border: none;
	background: transparent;
	color: #888;
	padding: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sf-drawer-info svg {
	width: 18px;
	height: 18px;
}
.sf-drawer-row {
	/* Dense nav row — icon + 12px gap (not MUI’s empty 56px column) */
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 44px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	background: #fff;
	padding: 10px 16px;
	text-align: left;
	cursor: pointer;
	font-family: "Quicksand", "Cairo", sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none;
	box-sizing: border-box;
	line-height: 1.25;
}
a.sf-drawer-row:hover {
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none;
	background: #fafafa;
}
.sf-drawer-row:active {
	background: #f5f5f5;
}
.sf-drawer-row-icon {
	/* Icon-sized column only — big brands use ~24–32, not 56 */
	width: 24px;
	min-width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: rgba(0, 0, 0, 0.54);
	position: relative !important;
	margin: 0;
	padding: 0;
}
.sf-drawer-row-icon svg {
	width: 22px;
	height: 22px;
}
/* Category chips — compact 2-col grid; real hrefs for SEO crawlers */
.sf-drawer-section.sf-drawer-cats {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding-top: 4px;
	margin-top: 4px;
}
.sf-drawer-cat-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 0 16px 16px;
	max-height: min(42vh, 280px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}
.sf-drawer-cat-chip {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 10px;
	font-family: "Quicksand", "Cairo", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	color: rgba(0, 0, 0, 0.87);
	background: #f4f5f5;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	text-decoration: none;
	box-sizing: border-box;
	word-break: break-word;
}
.sf-drawer-cat-chip:hover,
.sf-drawer-cat-chip:focus-visible {
	background: #e8f5e9;
	border-color: var(--sf-brand, #388e3c);
	color: var(--sf-brand-dark, #2e7d32);
	outline: none;
	text-decoration: none;
}
.sf-drawer-cat-chip:active {
	background: #dff0e0;
}

/* OF Menu List style inside drawer — name left, count right, no extra heading */
.sf-drawer-cat-list {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	margin-top: 0;
}
.sf-drawer-cat-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 18px;
	border: none;
	border-bottom: 1px solid #eee;
	background: #fff;
	font-family: "Quicksand", "Cairo", sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	color: #333;
	cursor: pointer;
	text-align: left;
	box-sizing: border-box;
	line-height: 1.3;
}
.sf-drawer-cat-row:hover,
.sf-drawer-cat-row:focus-visible {
	background: #fafafa;
	outline: none;
}
.sf-drawer-cat-row.is-active {
	box-shadow: inset 4px 0 0 var(--sf-brand, #388e3c);
}
.sf-drawer-cat-name {
	flex: 1;
	min-width: 0;
	padding-right: 12px;
}
.sf-drawer-cat-count {
	flex-shrink: 0;
	color: #333;
	font-weight: 400;
}
.sf-drawer-row-icon--badge {
	position: relative !important;
	overflow: visible !important;
}
.sf-drawer-cart-dot.sf-cart-dot,
.sf-drawer-row-icon--badge .sf-drawer-cart-dot {
	position: absolute !important;
	top: -6px !important;
	right: -10px !important;
	left: auto !important;
	min-width: 18px;
	height: 18px;
	font-size: 11px;
	z-index: 1;
}
.sf-drawer-icon-email {
	/* keep existing block below */
	color: #f4b400;
}
.sf-drawer-icon-apple {
	color: #000;
}
.sf-drawer-icon-google svg {
	width: 20px;
	height: 20px;
}
.sf-drawer-row-label {
	flex: 1;
	font-family: "Quicksand", "Cairo", sans-serif;
	font-size: 14px;
	line-height: 20px;
}
/* Live OF: Menu / My cart / orders use <p class="bold my-2"> → 700 / #666 */
.sf-drawer-cart .sf-drawer-row-label,
.sf-drawer-menu .sf-drawer-row-label,
.sf-drawer-orders .sf-drawer-row-label,
.sf-drawer-track .sf-drawer-row-label {
	font-weight: 700;
	color: rgb(102, 102, 102);
}
/* Live OF sign-in rows: MUI default weight 100 / rgba(0,0,0,.87) */
.sf-drawer-signin-email .sf-drawer-row-label,
.sf-drawer-signin-apple .sf-drawer-row-label,
.sf-drawer-signin-google .sf-drawer-row-label {
	font-weight: 100;
	color: rgba(0, 0, 0, 0.87);
}

/* Hide page chrome that bleeds through while the nav drawer is open */
.sf-has-sidebar .sf-desk-nav,
.sf-has-sidebar .of-m-header,
.sf-has-sidebar .of-home-header,
.sf-has-sidebar .sf-mobile-header,
.sf-has-sidebar .languageMakeDisappearForLargeScreen,
.sf-has-sidebar .menuButtonLargeScreenEnglish,
.sf-has-sidebar .historyButtonLargeScreenEnglish,
.sf-has-sidebar .SearchButtonLargeScreenEnglish,
.sf-has-sidebar .languageButtonLargeScreenEnglish {
	visibility: hidden !important;
	pointer-events: none !important;
}

/* Location / filter / search overlays — never bleed desktop hero FABs over the sheet */
.sf-app.sf-has-overlay .sf-hero-nav,
.sf-app.sf-has-overlay .languageMakeDisappearForLargeScreen,
.sf-app.sf-has-overlay .menuButtonLargeScreenEnglish,
.sf-app.sf-has-overlay .historyButtonLargeScreenEnglish,
.sf-app.sf-has-overlay .SearchButtonLargeScreenEnglish,
.sf-app.sf-has-overlay .languageButtonLargeScreenEnglish,
.sf-has-location .sf-hero-nav,
.sf-has-location .languageMakeDisappearForLargeScreen,
.sf-has-location .menuButtonLargeScreenEnglish,
.sf-has-location .historyButtonLargeScreenEnglish,
.sf-has-location .SearchButtonLargeScreenEnglish,
.sf-has-location .languageButtonLargeScreenEnglish {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
}

/*
 * PERMANENT overlay lock — sticky cats pin at z-index:999 (inline !important).
 * Any blocking overlay (filter / review write / search / menu-list / store /
 * location / auth / sidebar) MUST remove that chrome from the paint tree.
 * Must beat .sf-app .sticky-category.sf-cat-tabs-wrap { display:block !important }.
 */
.sf-app.sf-has-overlay .sticky-category,
.sf-app.sf-has-overlay .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-has-overlay .sf-cat-tabs-wrap,
.sf-app.sf-has-overlay .sf-cat-tabs-wrap.sticky-category,
.sf-app.sf-has-overlay .sticky-category.is-pinned,
.sf-app.sf-has-overlay .sf-cat-tabs-wrap.sticky-category.is-pinned,
.sf-app.sf-has-overlay .sf-sticky-cat-spacer,
.sf-app.sf-has-overlay .sf-cat-tabs-sentinel,
.sf-app.sf-desktop.sf-has-overlay .sticky-category,
.sf-app.sf-desktop.sf-has-overlay .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-desktop.sf-has-overlay .sticky-category.is-pinned,
.sf-app.sf-desktop.sf-has-overlay .sf-cat-tabs-wrap.sticky-category.is-pinned,
.sf-app.sf-has-search .sticky-category,
.sf-app.sf-has-search .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-has-search .sf-cat-tabs-wrap,
.sf-app.sf-has-search .sf-sticky-cat-spacer,
.sf-app.sf-has-menu-list .sticky-category,
.sf-app.sf-has-menu-list .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-has-menu-list .sf-cat-tabs-wrap,
.sf-app.sf-has-menu-list .sf-sticky-cat-spacer,
.sf-app.sf-has-filter .sticky-category,
.sf-app.sf-has-filter .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-has-filter .sf-cat-tabs-wrap,
.sf-app.sf-has-filter .sticky-category.is-pinned,
.sf-app.sf-has-filter .sf-sticky-cat-spacer,
.sf-app.sf-has-feedback .sticky-category,
.sf-app.sf-has-feedback .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-has-feedback .sf-cat-tabs-wrap,
.sf-app.sf-has-feedback .sticky-category.is-pinned,
.sf-app.sf-has-feedback .sf-sticky-cat-spacer,
.sf-app.sf-has-location .sticky-category,
.sf-app.sf-has-location .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-has-location .sf-cat-tabs-wrap,
.sf-app.sf-has-location .sf-sticky-cat-spacer,
.sf-app.sf-has-store-panel .sticky-category,
.sf-app.sf-has-store-panel .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-has-store-panel .sf-cat-tabs-wrap,
.sf-app.sf-has-store-panel .sf-sticky-cat-spacer,
.sf-app.sf-has-sidebar .sticky-category,
.sf-app.sf-has-sidebar .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-has-sidebar .sf-cat-tabs-wrap,
.sf-app.sf-has-sidebar .sf-sticky-cat-spacer {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
	z-index: -1 !important;
}

/* Desk-nav / home header / FABs also bleed over side drawers on desktop */
.sf-has-overlay .sf-desk-nav,
.sf-has-overlay .of-home-header,
.sf-has-overlay .of-m-header,
.sf-has-overlay .sf-mobile-header,
.sf-has-filter .sf-desk-nav,
.sf-has-feedback .sf-desk-nav,
.sf-has-search .sf-desk-nav,
.sf-has-menu-list .sf-desk-nav {
	visibility: hidden !important;
	pointer-events: none !important;
}
.sf-has-overlay .sf-fabs,
.sf-has-filter .sf-fabs,
.sf-has-feedback .sf-fabs,
.sf-has-search .sf-fabs,
.sf-has-menu-list .sf-fabs,
.sf-has-store-panel .sf-fabs,
.sf-has-location .sf-fabs {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
/* Keep WA/IG FABs visible over the nav drawer only (OrderFlock behavior) */
.sf-has-sidebar:not(.sf-has-filter):not(.sf-has-feedback):not(.sf-has-search):not(.sf-has-menu-list) .sf-fabs {
	display: flex !important;
	visibility: visible !important;
	pointer-events: none !important;
	z-index: 1250;
}
.sf-has-sidebar:not(.sf-has-filter):not(.sf-has-feedback):not(.sf-has-search):not(.sf-has-menu-list) .sf-fabs .sf-fab {
	pointer-events: auto !important;
}
.sf-has-sidebar .of-cart-bar {
	display: none !important;
}

/* Store panel - OF: fills menu column; hero stays undimmed on desktop.
   z-index must beat sticky Review Order (.of-cart-bar z-index:200). */
.sf-store-panel-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.45);
	z-index: 1400;
	display: flex;
}
.sf-store-panel-backdrop {
	position: absolute;
	inset: 0;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	z-index: 0;
}
.sf-store-panel {
	position: relative;
	z-index: 2;
	width: min(400px, 94vw);
	max-width: 94vw;
	height: 100%;
	max-height: 100%;
	min-height: 0;
	background: #f4f5f5 !important;
	overflow-y: auto;
	box-shadow: 2px 0 12px rgba(0,0,0,.15);
	padding-bottom: 28px;
	min-width: 0;
	box-sizing: border-box;
	margin: 0;
	border: none;
	border-radius: 0;
}
/* Never show sticky Review Order under/over Our branches panel */
.sf-has-store-panel .of-cart-bar,
.sf-has-sidebar .of-cart-bar {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
@media (min-width: 768px) {
	.sf-store-panel-overlay {
		position: absolute;
		inset: 0;
		background: transparent;
		z-index: 240;
	}
	.sf-store-panel {
		width: 100%;
		max-width: none;
		box-shadow: none;
	}
}
.of-panel-branch-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px 16px;
	background: #fff;
}
.of-panel-branch-name {
	flex: 1;
	min-width: 0;
	border: none;
	border-bottom: 1px solid #dee2e6;
	background: transparent;
	padding: 8px 0;
	text-align: left;
	font-family: inherit;
	font-size: .95rem;
	font-weight: 400;
	color: #444;
	cursor: pointer;
}
.of-panel-branches .sf-panel-branch-list {
	margin: 0 16px 14px;
}
.sf-store-panel .sf-drawer-top {
	background: #fff;
	border-bottom: 1px solid #ececec;
	padding: 6px 8px;
	position: sticky;
	top: 0;
	z-index: 2;
}
.sf-bd-block {
	background: #fff;
	margin-bottom: 10px;
}
.sf-bd-section-head {
	background: #eceff1;
	color: #6b7280;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 10px 16px;
}
.sf-bd-branch-name {
	padding: 14px 16px 8px;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--sf-brand, #388e3c);
	line-height: 1.25;
}
.sf-bd-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border-top: 1px solid #f0f0f0;
	text-decoration: none;
	color: inherit;
	font-size: .95rem;
}
.sf-bd-row:active {
	background: #fafafa;
}
.sf-bd-row-label {
	font-weight: 500;
	color: #222;
}
.sf-bd-row-value {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #444;
	font-weight: 500;
	text-align: right;
}
.sf-bd-row-icon {
	display: inline-flex;
	color: var(--sf-brand, #388e3c);
}
.sf-bd-address {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px 16px;
}
.sf-bd-address-icon {
	flex: 0 0 auto;
	color: var(--sf-brand, #388e3c);
	margin-top: 2px;
}
.sf-bd-address-icon svg {
	width: 20px;
	height: 20px;
}
.sf-bd-address-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	font-size: .95rem;
	line-height: 1.4;
	color: #333;
}
.sf-bd-address-text strong {
	font-weight: 700;
	color: #111;
}
.sf-bd-address-text span {
	color: #555;
}
.sf-bd-hours {
	padding: 4px 0 8px;
}
.sf-bd-hours-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 16px;
	font-size: .92rem;
	border-top: 1px solid #f3f3f3;
}
.sf-bd-hours-row:first-child {
	border-top: none;
}
.sf-bd-hours-day {
	color: #222;
	font-weight: 500;
}
.sf-bd-hours-time {
	color: #444;
	text-align: right;
}
.sf-bd-block .sf-panel-branch-current {
	margin: 12px 16px 16px;
	width: calc(100% - 32px);
}
.sf-bd-block .sf-panel-branch-list {
	margin: 0 16px 16px;
}
.sf-panel-section {
	padding: 16px;
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
	margin-bottom: 8px;
}
.sf-panel-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.sf-panel-label {
	font-size: .95rem;
	font-weight: 700;
	color: #333;
}
.sf-panel-help {
	width: 22px;
	height: 22px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
	color: #888;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	font-family: inherit;
	line-height: 1;
}
.sf-panel-branch-current {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	font-size: .95rem;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
	color: #222;
}
.sf-panel-branch-current svg {
	width: 18px;
	height: 18px;
	color: #666;
	transform: rotate(0deg);
}
.sf-panel-branch-list {
	margin-top: 8px;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
}
.sf-panel-branch-opt {
	display: block;
	width: 100%;
	text-align: left;
	border: none;
	border-bottom: 1px solid #eee;
	background: #fff;
	padding: 12px 14px;
	font-size: .9rem;
	cursor: pointer;
	font-family: inherit;
	color: #222;
}
.sf-panel-branch-opt:last-child {
	border-bottom: none;
}
.sf-panel-branch-opt.active {
	background: #f0f7f0;
	font-weight: 700;
	color: var(--sf-brand-dark);
}
.sf-bd-block .sf-panel-review-carousel,
.sf-bd-block .sf-panel-empty,
.sf-bd-block .sf-social-bar--panel,
.sf-bd-block .sf-cms-nav {
	padding-left: 16px;
	padding-right: 16px;
}
.sf-bd-block .sf-panel-empty {
	padding-bottom: 16px;
}
.sf-bd-block .sf-panel-review-dots {
	padding: 0 16px 14px;
}
.sf-bd-section-head.sf-panel-reviews-head {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.sf-panel-reviews-head .sf-link,
.sf-panel-view-reviews {
	border: none;
	background: none;
	color: var(--sf-brand);
	font-weight: 600;
	font-size: .85rem;
	text-decoration: underline;
	cursor: pointer;
	font-family: inherit;
	padding: 0;
}
.sf-panel-feedback {
	padding: 24px 16px;
	text-align: center;
	background: #fff;
	margin-bottom: 10px;
}
.sf-panel-feedback-title {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 14px;
	color: #333;
}
.sf-panel-feedback-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: none;
	background: transparent;
	color: var(--sf-brand);
	font-weight: 700;
	padding: 8px 12px;
	border-radius: 0;
	cursor: pointer;
	font-size: .9rem;
	letter-spacing: .02em;
	text-transform: uppercase;
	font-family: inherit;
	letter-spacing: .02em;
}
.sf-panel-feedback-icon {
	font-size: 1.1rem;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	color: var(--sf-brand);
}
.sf-panel-feedback-icon svg,
.sf-past-track-ico svg,
.sf-ico-search svg {
	display: block;
}
.sf-panel-reviews-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	font-weight: 600;
	font-size: .95rem;
}
.sf-panel-review-carousel {
	position: relative;
	padding-right: 48px;
	min-height: 72px;
	isolation: isolate;
	z-index: 1;
	margin-bottom: 8px;
}
.sf-panel-review p {
	margin: 0;
	font-size: .88rem;
	line-height: 1.45;
	color: #444;
}
.sf-panel-review-next {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	background: var(--sf-brand);
	z-index: 3;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	pointer-events: auto;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
	z-index: 2;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}
.sf-panel-review-dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 12px;
}
.sf-panel-dot {
	width: 6px;
	height: 6px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #ccc;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}
.sf-panel-dot.active {
	background: var(--sf-brand);
}
.sf-panel-empty {
	margin: 0;
	color: #888;
	font-size: .88rem;
}
.sf-panel-connect h3,
.sf-panel-cms h3 {
	margin: 0 0 12px;
	font-size: .95rem;
	font-weight: 700;
}
.sf-panel-cms .sf-cms-nav {
	margin: 0;
}
.sf-social-bar {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px;
	flex-wrap: wrap;
}
.sf-social-bar--sidebar {
	border-top: 1px solid var(--sf-border);
	background: #fff;
}
.sf-social-bar--panel {
	padding: 8px 0 0;
	gap: 12px;
}
.sf-social-icon {
	width: 33px;
	height: 33px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	text-decoration: none;
	background: transparent;
	box-shadow: none;
	flex: 0 0 auto;
	overflow: hidden;
	line-height: 0;
}
.sf-social-icon:hover {
	opacity: 0.88;
}
.sf-social-img {
	width: 33px;
	height: 33px;
	display: block;
	object-fit: contain;
	border: 0;
	border-radius: 22%;
}
.sf-social-icon .sf-social-svg,
.sf-social-icon > svg {
	width: 33px;
	height: 33px;
	display: block;
	flex-shrink: 0;
}
.sf-social-wa,
.sf-social-call,
.sf-social-email,
.sf-social-ig,
.sf-social-fb,
.sf-social-snap,
.sf-social-tt,
.sf-social-web,
.sf-social-support {
	background: transparent;
}
.sf-order-type-menu--sidebar {
	position: relative;
	left: 0;
	transform: none;
	margin-top: 8px;
	box-shadow: none;
	border: 1px solid var(--sf-border);
}
.sf-cart-page .sf-of-item {
	min-height: 108px;
}
.sf-cart-page .sf-cart-qty {
	display: flex;
	align-items: center;
	gap: 8px;
}
.sf-cart-page .sf-cart-qty button {
	width: 28px;
	height: 28px;
	border: 1px solid var(--sf-border);
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
}

/* ============================================================
   OrderFlock desktop fixes - overrides bundle layout conflicts
   ============================================================ */
.sf-app.App {
	text-align: left !important;
	height: auto !important;
}

.MuiDrawer-paper,
.sf-drawer {
	overflow-x: hidden !important;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
	.MuiDrawer-paper,
	.sf-drawer {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		height: auto !important;
		overflow-y: visible !important;
	}
}

@media (min-width: 768px) {
	.MuiDrawer-paper,
	.sf-drawer {
		width: 41.6vw !important;
		max-width: 41.6vw !important;
		flex: 0 0 41.6vw !important;
		overflow-y: auto !important;
	}
	/* Match OrderFlock: cart bar = left column only, never over hero */
	.sf-desktop .of-cart-bar {
		left: 0 !important;
		right: auto !important;
		width: 41.6vw !important;
		max-width: 41.6vw !important;
		min-width: 0 !important;
	}
}

.sf-drawer .container,
.sf-drawer .container.relative {
	width: 100% !important;
	max-width: 100% !important;
}
@media (max-width: 767px) {
	.sf-drawer .container,
	.sf-drawer .container.relative {
		overflow-x: hidden !important;
	}
}
@media (min-width: 768px) {
	.sf-drawer .container,
	.sf-drawer .container.relative {
		overflow: visible !important;
	}
}

.sf-branch-bar,
.sf-branch-btn,
.sf-branch-label,
.sf-branch-name,
.sf-home-scroll,
.sf-store-card,
.category_menu,
.sf-menu-wrap {
	text-align: left !important;
	white-space: normal !important;
	word-break: normal !important;
	writing-mode: horizontal-tb !important;
	width: 100% !important;
	max-width: 100% !important;
}

	/* Product rows - desktop drawer */
	.sf-desktop .sf-of-item {
		display: flex !important;
		align-items: flex-start;
		gap: 12px;
		padding: 14px 16px !important;
		background: #fff;
		border-bottom: 1px solid #dee2e6;
		cursor: pointer;
		position: relative !important;
		min-height: auto !important;
	}
	.sf-desktop .sf-of-item .image_menu {
		position: relative !important;
		width: 90px;
		height: 90px;
		flex-shrink: 0;
		border-radius: 4px;
		background: #ededed;
		overflow: hidden;
	}
	.sf-desktop .sf-of-item .image_menu .of-badges {
		position: absolute;
		top: 4px;
		left: 4px;
		z-index: 2;
		pointer-events: none;
		margin: 0;
		padding: 0;
		background: transparent;
	}
	.sf-desktop .sf-of-item .image_menu img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	/* Desktop product rows use the same OF absolute .priceEnglish lock */
	.sf-desktop .sf-of-item .of-item-right,
	.sf-desktop .sf-of-item .of-item-actions {
		display: none !important;
	}

	.sf-desktop .sf-store-delivery {
		text-align: center;
		padding: 0 16px 16px;
		background: #fff;
		position: relative;
	}

	/* Legacy flex product rows */
	.sf-product-row {
	display: flex !important;
	align-items: flex-start !important;
	gap: 12px;
	padding: 14px 16px !important;
	background: #fff;
	border-bottom: 1px solid #dee2e6;
	cursor: pointer;
	position: relative !important;
	min-height: auto !important;
}
.sf-product-row .sf-product-thumb {
	width: 90px;
	height: 90px;
	flex-shrink: 0;
	border-radius: 4px;
	background: #ededed;
	overflow: hidden;
}
.sf-product-row .sf-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.sf-product-row .sf-product-body {
	flex: 1;
	min-width: 0;
}
.sf-product-row .sf-product-title {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 4px;
	color: #000;
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	width: auto !important;
}
.sf-product-row .sf-product-desc {
	font-size: 13px;
	color: #9e9e9e;
	margin: 0 0 6px;
	line-height: 1.35;
	position: static !important;
}
.sf-product-row .sf-product-price {
	font-size: 14px;
	font-weight: 700;
	color: var(--sf-brand);
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
}
.sf-product-row .sf-product-action {
	flex-shrink: 0;
	align-self: center;
}
.sf-product-row .menu-item {
	min-height: 36px !important;
	min-width: 72px !important;
	padding: 6px 12px !important;
	font-size: 12px !important;
}

@media (min-width: 768px) {
	.sf-app.sf-hydrated {
		display: flex !important;
		flex-direction: row !important;
		align-items: stretch !important;
		width: 100% !important;
		overflow: hidden;
	}

	.sf-drawer .sf-topbar,
	.sf-drawer .of-m-header,
	.sf-drawer header.detail_header:not(.of-item-header):not(.of-cart-header) {
		display: none !important;
	}

	.sf-hero-side {
		display: block !important;
		position: fixed !important;
		top: 0 !important;
		right: 0 !important;
		left: 41.6vw !important;
		bottom: 0 !important;
		width: auto !important;
		min-width: 0 !important;
		height: 100vh !important;
		height: 100dvh !important;
		flex: none !important;
		z-index: 0 !important;
		overflow: hidden !important;
		background: #000 !important;
	}

	.sf-hero-side img,
	.sf-hero-side .sf-media,
	.sf-hero-side .sf-media img {
		width: 100% !important;
		height: 100% !important;
		min-height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
		display: block !important;
	}

	.sf-hero-placeholder,
	.sf-connect-hero {
		display: none !important;
	}

	.sf-hero-nav {
		display: block !important;
		z-index: 300 !important;
	}

	.sf-hero-nav .header-button-cricle {
		pointer-events: auto !important;
		box-shadow: 0 1px 6px rgba(0,0,0,.15) !important;
	}

	/* Hero-side chrome: anchor after drawer edge — 44px btn + 8px gap (no overlap at 768px) */
	.menuButtonLargeScreenEnglish {
		left: calc(41.6vw + 16px) !important;
	}
	.historyButtonLargeScreenEnglish {
		left: calc(41.6vw + 68px) !important;
	}
	.SearchButtonLargeScreenEnglish {
		left: calc(41.6vw + 120px) !important;
	}
	.languageButtonLargeScreenEnglish {
		left: calc(41.6vw + 172px) !important;
	}

	/* Product detail - desktop: left drawer MUST stay visible (was collapsing to black hero-only) */
	.sf-desktop.sf-view-item .sf-drawer,
	.sf-desktop .sf-drawer:has(.of-item-page) {
		display: block !important;
		flex: 0 0 41.6vw !important;
		width: 41.6vw !important;
		max-width: 41.6vw !important;
		min-width: min(41.6vw, 420px) !important;
		background: #fff !important;
		z-index: 2 !important;
		position: relative !important;
		overflow-y: auto !important;
		height: 100vh !important;
		border-right: 1px solid #dee2e6 !important;
	}
	.sf-desktop.sf-view-item .sf-drawer .container.relative,
	.sf-desktop .sf-drawer:has(.of-item-page) .container.relative {
		background: #fff !important;
		min-height: 100%;
	}
	.sf-desktop .sf-drawer .of-item-page {
		background: #fff !important;
		min-height: 100vh;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	.sf-desktop .of-item-page > .of-item-header.of-cart-header,
	.sf-desktop .of-item-header.of-cart-header.detail_header {
		width: 100% !important;
		max-width: 100% !important;
		left: auto !important;
		position: sticky !important;
		top: 0 !important;
		background: #fff !important;
		border-bottom: 1px solid #e8e8e8 !important;
	}
	.sf-desktop .of-item-page .of-item-scroll {
		padding-top: 0;
		background: #f4f5f5;
	}
	.sf-desktop .of-item-hero {
		background: #fff;
		padding: 0;
	}
	.sf-desktop .of-item-hero-img {
		max-width: none;
		width: 100%;
		padding: 0;
	}
	.sf-desktop .of-item-hero-img img {
		width: 100%;
		max-height: none !important;
		height: auto;
		object-fit: contain;
	}
	/* OF product column uses mx-3 (14px) — not 20px section gutters */
	.sf-desktop .of-item-info,
	.sf-desktop .of-item-section,
	.sf-desktop .of-share-row {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.sf-desktop .of-item-upsell .of-upsell-title {
		padding-left: 10px;
		padding-right: 10px;
	}
	.sf-desktop .of-item-upsell .of-upsell-carousel {
		padding: 20px 5px;
	}
	.sf-desktop .of-item-upsell .of-upsell-card {
		flex: 0 0 150px;
		width: 150px;
	}
	.sf-desktop .of-item-page .of-item-title {
		font-size: 14px !important;
		line-height: 30px !important;
	}
	.sf-desktop .of-item-page .action-button-english {
		position: fixed;
		left: 0;
		right: auto;
		bottom: 0;
		width: 41.6vw !important;
		max-width: 41.6vw !important;
		padding: 7px 7px 8px !important;
		min-height: 60px !important;
		background: #fff;
		border-top: none;
		z-index: 200;
		box-sizing: border-box;
	}
	.sf-desktop .of-item-page .action-button-english .sf-cta-btn {
		width: 100%;
		margin: 0;
		border-radius: 0;
		min-height: 45px;
		height: 45px;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
	}
	.sf-desktop .of-item-upsell .of-upsell-card {
		flex: 0 0 150px;
		width: 150px;
	}

	.sf-fabs {
		position: fixed !important;
		right: 0 !important;
		top: 50% !important;
		bottom: auto !important;
		transform: translateY(-50%) !important;
		z-index: 225 !important;
		width: 40px !important;
	}

	/* Only the category TAB strip sticks - NOT .categories_header.
	   Sticky section headers + sticky tabs = double/ghost menu on scroll (OF FAIL). */
	.categories_header {
		position: static !important;
		top: auto !important;
		z-index: auto;
		padding: 12px 16px !important;
		background: #f4f5f5 !important;
	}

	.scroll-container.sticky-category,
	.sf-cat-tabs-wrap.sticky-category {
		position: sticky;
		top: 0;
		z-index: 999;
		background: #fff;
		overflow: hidden;
		min-width: 0;
		max-width: 100%;
		display: block;
	}
}

/* Cart page - OrderFlock line layout (dense like menu rows) */
.sf-cart-line {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 8px 16px;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	min-height: 90px;
	box-sizing: border-box;
}
.sf-app .of-cart-header,
.sf-app .of-item-header.of-cart-header {
	padding: 0 !important;
	min-height: 54.5px !important;
	height: 54.5px !important;
	position: fixed !important;
	gap: 0 !important;
	column-gap: 0 !important;
	row-gap: 0 !important;
}
.sf-app .of-cart-title {
	font-size: 17px !important;
	font-weight: 600 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.sf-cart-line--addon {
	background: #fafafa;
	border-left: 3px solid #ddd;
}
.sf-cart-line-img {
	width: 72px;
	height: 72px;
	flex-shrink: 0;
	border-radius: 4px;
	background: #ededed;
	overflow: hidden;
	position: relative;
}
/* enhanceImages wraps cart thumbs in .sf-media - must fill the square or grey shows */
.sf-cart-line-img .sf-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: #ededed;
}
.sf-cart-line-img img,
.sf-cart-line-img .sf-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.sf-cart-line-body { flex: 1; min-width: 0; }
.sf-cart-line-title { font-weight: 700; font-size: 14px; margin-bottom: 4px; }
.sf-cart-line-mods { font-size: 12px; color: #666; margin-bottom: 6px; }
.sf-cart-mod-list {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}
.sf-cart-mod-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	font-size: 12px;
	color: #555;
	padding: 2px 0;
}
.sf-cart-mod-name { flex: 1; min-width: 0; }
.sf-cart-remove-mod {
	flex-shrink: 0;
	color: #c62828 !important;
	font-size: 12px;
}
.sf-cart-line-actions { display: flex; gap: 12px; }
.sf-cart-line-right {
	text-align: right;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}
.sf-cart-line-price {
	font-weight: 700 !important;
	color: rgb(56, 142, 60) !important;
	margin-top: 0;
	font-size: 14px !important;
	line-height: 20px !important;
}
.sf-cart-qty { display: flex; align-items: center; border: 1px solid #ccc; border-radius: 4px; overflow: hidden; }
.sf-cart-qty button { width: 32px; height: 32px; border: none; background: #fff; color: var(--sf-brand); cursor: pointer; }
.sf-cart-qty span { min-width: 28px; text-align: center; border-left: 1px solid #ccc; border-right: 1px solid #ccc; line-height: 32px; }

/* ── OrderFlock checkout (Contact gate + Guest form) ── */
.of-checkout-page {
	background: #fff;
	/* Fill viewport so no gray band shows under short steps (e.g. payment). */
	min-height: 100vh;
	min-height: 100dvh;
	padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
	overflow-x: clip;
}
.of-checkout-header {
	display: flex !important;
	align-items: center;
	padding: 0 4px !important;
	min-height: 55px !important;
	height: 55px !important;
	background: #fff !important;
	border-bottom: 1px solid #e8e8e8 !important;
	position: sticky;
	top: 0;
	z-index: 40;
	box-sizing: border-box;
}
.of-checkout-header .sf-icon-btn {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	cursor: pointer;
	border: none;
	background: transparent;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
.of-checkout-progress {
	flex: 1;
	height: 4px;
	background: #e8e8e8;
	margin: 0 8px;
	border-radius: 2px;
	overflow: hidden;
	pointer-events: none;
}
.of-checkout-progress-bar {
	height: 100%;
	background: var(--sf-brand, #388e3c);
	transition: width .3s;
}
.of-checkout-gate {
	padding: 24px 24px 40px;
	text-align: center;
}
.of-contact-illu {
	margin: 12px auto 20px;
	display: flex;
	justify-content: center;
}
.of-checkout-title {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	color: #222;
	text-align: center;
	line-height: 1.25;
}
.of-checkout-benefits {
	list-style: none;
	margin: 0 auto 28px;
	padding: 0;
	max-width: 280px;
	text-align: left;
}
.of-checkout-benefits li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	font-size: 0.95rem;
	color: #333;
}
.of-benefit-ico {
	font-size: 1.15rem;
	width: 28px;
	text-align: center;
	flex-shrink: 0;
}
.of-checkout-body {
	padding: 8px 20px 24px;
}
.of-checkout-sub {
	color: #666;
	font-size: 14px;
	text-align: center;
	margin: 0 0 12px;
}
.of-checkout-signin {
	text-align: center;
	font-size: 14px;
	color: #444;
	margin: 0 0 20px;
}
.of-checkout-signin .sf-link {
	color: var(--sf-brand, #388e3c);
	font-weight: 700;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	text-decoration: none;
}
.of-checkout-fields {
	max-width: 480px;
	margin: 0 auto;
}
.of-field {
	margin-bottom: 16px;
}
.of-field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #222;
	margin-bottom: 6px;
}
.of-req { color: #222; }
.of-opt { color: #888; font-weight: 400; }
.of-field input,
.of-field textarea,
.of-select {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	padding: 12px 14px;
	font-size: 15px;
	font-family: inherit;
	color: #222;
	background: #fff;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
}
.of-field input:focus,
.of-field textarea:focus,
.of-select:focus {
	border-color: var(--sf-brand, #388e3c);
	box-shadow: 0 0 0 1px var(--sf-brand, #388e3c);
}
.of-field textarea {
	resize: vertical;
	min-height: 72px;
}
.of-phone-box {
	display: flex;
	align-items: stretch;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.of-phone-box:focus-within {
	border-color: var(--sf-brand, #388e3c);
	box-shadow: 0 0 0 1px var(--sf-brand, #388e3c);
}
.of-phone-cc {
	display: flex;
	align-items: center;
	padding: 0 12px;
	background: #f7f7f7;
	border-right: 1px solid #d0d0d0;
	font-size: 14px;
	font-weight: 600;
	color: #444;
	white-space: nowrap;
}
.of-phone-box input {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0;
	flex: 1;
	min-width: 0;
}
.of-select-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.of-select-wrap::after {
	content: '';
	position: absolute;
	right: 14px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: translateY(-60%) rotate(45deg);
	pointer-events: none;
}
.of-select {
	padding-right: 36px;
	cursor: pointer;
	background: #fff;
	max-width: 100%;
	min-width: 0;
}
.of-field-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #222;
	margin-bottom: 6px;
}
.of-area-trigger {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	padding: 12px 14px;
	font-size: 15px;
	font-family: inherit;
	color: #222;
	background: #fff;
	text-align: left;
	cursor: pointer;
}
.of-area-trigger:focus {
	outline: none;
	border-color: var(--sf-brand, #388e3c);
	box-shadow: 0 0 0 1px var(--sf-brand, #388e3c);
}
.of-area-trigger-text {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.of-area-trigger-fee {
	flex: 0 0 auto;
	color: var(--sf-brand, #388e3c);
	font-size: 13px;
	font-weight: 600;
}
.of-area-trigger-chevron {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: rotate(45deg);
	margin-top: -4px;
}
/* OrderFlock multi-branch Location explorer (full page) */
.of-loc-page {
	position: fixed;
	inset: 0;
	z-index: 240;
	background: #fff;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
@media (min-width: 768px) {
	.of-loc-page {
		position: absolute;
		z-index: 350;
	}
}
.of-loc-top {
	display: flex;
	align-items: center;
	padding: 8px 8px 4px;
	background: #fff;
	border-bottom: 1px solid #eee;
	flex-shrink: 0;
}
.of-loc-top .sf-icon-btn {
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
}
.of-loc-title {
	padding: 14px 16px;
	font-size: 1.05rem;
	font-weight: 700;
	color: #333;
	background: #f0f0f0;
	border-bottom: 1px solid #e6e6e6;
	flex-shrink: 0;
}
.of-loc-search {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
	flex-shrink: 0;
}
.of-loc-search-ico {
	display: flex;
	color: #bdbdbd;
	flex-shrink: 0;
}
.of-loc-search-ico svg {
	width: 20px;
	height: 20px;
}
.of-loc-search-input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 1rem;
	font-family: inherit;
	font-weight: 300;
	color: #333;
	background: transparent;
	min-width: 0;
	padding: 4px 0;
}
.of-loc-search-input::placeholder {
	color: #bdbdbd;
	font-weight: 300;
}
.of-loc-list {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
}
.of-loc-flat {
	background: #fff;
	/* Flat zones need the same side inset as accordion body — was flush-left */
	padding: 4px 0 12px;
}
.of-loc-empty {
	padding: 32px 20px;
	text-align: center;
	color: #999;
	font-weight: 300;
}
.of-loc-acc {
	border-bottom: 1px solid #eee;
}
.of-loc-acc-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 12px;
	padding: 18px 16px;
	border: none;
	background: #fff;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	color: #111;
	cursor: pointer;
	text-align: left;
	box-sizing: border-box;
}
.of-loc-acc-name {
	flex: 1;
	min-width: 0;
}
.of-loc-acc-chevron {
	width: 10px;
	height: 10px;
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
	transform: rotate(45deg);
	margin-top: -4px;
	flex-shrink: 0;
	transition: transform .15s ease;
}
.of-loc-acc.is-open .of-loc-acc-chevron {
	transform: rotate(-135deg);
	margin-top: 4px;
}
.of-loc-acc-body {
	/* Side inset lives on each area row so flat + accordion match */
	padding: 0 0 8px;
	background: #fff;
}
.of-loc-branch {
	padding: 12px 16px;
	border-top: 1px solid #f0f0f0;
	box-sizing: border-box;
}
.of-loc-branch-name {
	font-weight: 700;
	margin-bottom: 6px;
	color: #222;
}
.of-loc-branch-addr,
.of-loc-branch-phone {
	margin: 0 0 6px;
	font-size: .9rem;
	font-weight: 300;
	color: #666;
	line-height: 1.4;
}
.of-loc-select {
	margin-top: 8px;
	border: 1px solid var(--sf-brand, #388e3c);
	background: #fff;
	color: var(--sf-brand, #388e3c);
	font-family: inherit;
	font-size: .9rem;
	font-weight: 600;
	padding: 8px 14px;
	border-radius: 4px;
	cursor: pointer;
}
.of-loc-branch.is-active .of-loc-select {
	background: var(--sf-brand, #388e3c);
	color: #fff;
}

/* Delivery area rows — inset from edges; name + fee stacked for long fee lines */
.of-loc-area-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 4px;
	width: 100%;
	padding: 14px 16px;
	border: none;
	border-top: 1px solid #f0f0f0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
	box-sizing: border-box;
}
.of-loc-area-row:first-child {
	border-top: none;
}
.of-loc-area-row:active,
.of-loc-area-row:hover {
	background: #fafafa;
}
.of-loc-area-name {
	display: block;
	width: 100%;
	font-size: .95rem;
	font-weight: 600;
	color: #222;
	line-height: 1.35;
	text-align: left;
}
.of-loc-area-fee {
	display: block;
	width: 100%;
	font-size: .85rem;
	font-weight: 600;
	color: var(--sf-brand, #388e3c);
	line-height: 1.35;
	text-align: left;
}
.of-loc-area-row.is-active {
	background: rgba(56, 142, 60, 0.06);
}
.of-loc-area-row.is-active .of-loc-area-name {
	color: var(--sf-brand, #388e3c);
}

.of-area-modal {
	display: flex;
	flex-direction: column;
	width: min(400px, calc(100vw - 32px));
	max-width: 100%;
	max-height: min(90dvh, 640px);
	overflow: hidden;
	padding: 0 !important;
	box-sizing: border-box;
}
.of-area-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 16px 8px;
	flex: 0 0 auto;
	position: relative;
}
.of-area-modal-head h2 {
	margin: 0;
	font-size: 1.2rem;
}
.of-area-modal-head .sf-modal-close {
	position: static;
}
.of-area-modal-sub {
	margin: 0 16px 12px !important;
	text-align: left;
	flex: 0 0 auto;
}
.of-area-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 16px 16px;
	max-height: none;
}
.of-area-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 14px 16px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	background: #fff;
	font-size: 15px;
	font-family: inherit;
	color: #222;
	cursor: pointer;
	text-align: left;
}
.of-area-name {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.of-area-option.is-active {
	border-color: var(--sf-brand, #388e3c);
	background: rgba(56, 142, 60, 0.06);
	font-weight: 600;
}
.of-area-fee {
	flex: 0 0 auto;
	color: var(--sf-brand, #388e3c);
	font-size: 13px;
	font-weight: 600;
}

/* Keep legacy guest link / signup button aligned with OrderFlock */
.sf-signup-btn {
	display: block;
	width: calc(100% - 48px);
	max-width: 400px;
	margin: 8px auto 16px;
	padding: 14px;
	background: var(--sf-brand, #388e3c);
	color: #fff;
	border: none;
	border-radius: 4px;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.04em;
	cursor: pointer;
}
.sf-guest-link {
	display: block;
	text-align: center;
	color: var(--sf-brand, #388e3c);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: underline;
	text-underline-offset: 3px;
	border: none;
	background: none;
	width: 100%;
	cursor: pointer;
	margin: 0 auto 8px;
	padding: 8px;
}
.of-pay-options { padding: 16px; }
.of-pay-option {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 10px;
	cursor: pointer;
	background: #fff;
}
.of-pay-option.selected { border-color: var(--sf-brand); background: rgba(56,142,60,.06); }

/* Order confirmation tracking */
.of-confirm-page {
	padding: 0 16px 40px;
	text-align: center;
	background: #fff;
	min-height: 100vh;
	min-height: 100dvh;
	overflow-x: clip;
}
/* Constrain + center every block on wide screens; header stays full-bleed. */
.of-confirm-page > *:not(.of-confirm-header) {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.of-confirm-page .of-confirm-header {
	margin: 0 -16px 8px;
	text-align: left;
}
.of-confirm-page h2 {
	margin: 4px auto 8px;
	font-size: 20px;
	line-height: 1.3;
	max-width: 420px;
}
.of-confirm-page .sf-confirm-icon { margin-top: 16px; }
.of-confirm-page .sf-guest-link { margin-top: 4px; }
.of-confirm-meta {
	max-width: 360px;
	margin: 0 auto 4px;
	padding: 4px 16px;
	border: 1px solid #ececec;
	border-radius: 12px;
	background: #fff;
	text-align: left;
}
.of-confirm-meta-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #f4f4f4;
}
.of-confirm-meta-row:last-child { border-bottom: none; }
.of-confirm-meta-row > span { color: #777; }
.of-confirm-meta-row strong { font-weight: 700; color: #111; }
.of-confirm-meta-row .of-confirm-type { color: var(--sf-brand, #388e3c); }
.of-confirm-thanks {
	max-width: 420px;
	margin: 8px auto 16px;
	color: #444;
	font-size: 15px;
	line-height: 1.5;
}
.of-confirm-eta {
	background: #f3faf4;
	border: 1px solid #c8e6c9;
	border-radius: 12px;
	padding: 14px 16px;
	margin: 0 auto 18px;
	max-width: 360px;
}
.of-confirm-eta-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #666;
	margin-bottom: 4px;
}
.of-confirm-eta-value {
	font-size: 1.55rem;
	font-weight: 800;
	color: var(--sf-brand, #388e3c);
	line-height: 1.2;
}
.of-confirm-eta-breakdown {
	margin-top: 6px;
	font-size: 13px;
	color: #555;
}
.of-status-track {
	margin: 18px auto 20px;
	text-align: left;
	max-width: 280px;
	padding: 6px 20px;
	border: 1px solid #ececec;
	border-radius: 12px;
	background: #fafcfa;
}
.of-status-step {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 9px 0;
	color: #999;
	font-size: 14px;
}
/* Connector line between step dots */
.of-status-step::before {
	content: '';
	position: absolute;
	left: 5px;
	top: -8px;
	width: 2px;
	height: 16px;
	background: #ddd;
}
.of-status-step:first-child::before { display: none; }
.of-status-step.done::before { background: var(--sf-brand, #388e3c); }
.of-status-step.done { color: #000; font-weight: 600; }
.of-status-dot { width: 12px; height: 12px; border-radius: 50%; border: 2px solid #ccc; background: #fff; flex-shrink: 0; }
.of-status-step.done .of-status-dot { background: var(--sf-brand); border-color: var(--sf-brand); }
.of-status-step.current { color: var(--sf-brand); }
.of-status-step.current .of-status-dot {
	box-shadow: 0 0 0 3px rgba(56, 142, 60, 0.25);
}

/* Public track order */
.sf-track-page { padding-bottom: 100px; background: #f4f5f5; min-height: 60vh; }
.sf-track-form,
.sf-track-card {
	padding: 16px;
	background: #fff;
	margin: 12px 16px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.sf-track-lead { margin: 0 0 14px; color: #555; font-size: 14px; line-height: 1.45; }
.sf-track-label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; color: #333; }
.sf-track-row { display: flex; gap: 8px; align-items: stretch; }
.sf-track-input {
	flex: 1;
	min-width: 0;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 12px 14px;
	font-size: 16px;
	background: #fafafa;
}
.sf-track-input:focus { outline: none; border-color: var(--sf-brand); background: #fff; }
.sf-track-row .sf-cta-btn {
	flex: 0 0 auto;
	width: auto;
	min-width: 96px;
	padding: 0 18px;
	margin: 0;
}
.sf-track-error { color: #c62828; font-size: 13px; margin: 10px 0 0; }
.sf-track-cancelled { color: #c62828; font-weight: 600; margin: 0 0 12px; }
.sf-track-rider {
	margin: 14px 0 4px;
	padding: 12px 14px;
	background: #f0f7f1;
	border-radius: 10px;
	border: 1px solid #d7ead9;
}
.sf-track-rider-title {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #555;
	margin-bottom: 4px;
}
.sf-track-rider-name { font-size: 16px; font-weight: 700; color: #1a1a1a; }
.sf-track-rider-note { margin: 8px 0 0; font-size: 13px; color: #666; }
.sf-track-rider-actions { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.sf-track-rider-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	flex: 1;
	min-width: 120px;
	text-align: center;
}
.sf-track-rider-call { background: var(--sf-brand, #388e3c); color: #fff; }
.sf-track-rider-wa { background: #25d366; color: #fff; }
.sf-track-card-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 6px;
}
.sf-track-card-meta,
.sf-track-card-name { color: #666; font-size: 13px; margin-bottom: 4px; }
.sf-track-card-foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
	padding-top: 12px;
	border-top: 1px solid #eee;
	font-size: 14px;
}
.sf-track-steps { margin: 12px 0 0; }

/* Customer account */
.sf-account-page { padding-bottom: 100px; background: #f4f5f5; min-height: 60vh; }
.sf-account-profile,
.sf-account-orders,
.sf-order-detail-meta,
.sf-order-detail-lines,
.sf-order-detail-total {
	padding: 16px;
	background: #fff;
	margin: 12px 16px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.sf-account-profile h2,
.sf-account-orders h2,
.sf-order-detail-lines h2 { font-size: 1rem; margin: 0 0 12px; }
.sf-account-profile p { margin: 0 0 8px; color: #333; }
.sf-account-address { color: #666; font-size: 14px; }
.sf-order-card {
	display: block;
	width: 100%;
	text-align: left;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 14px;
	margin-bottom: 10px;
	background: #fafafa;
	cursor: pointer;
}
.sf-order-card:hover { border-color: var(--sf-brand); }
.sf-order-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.sf-order-status { font-size: 12px; color: var(--sf-brand); font-weight: 600; }
.sf-order-card-meta { font-size: 13px; color: #666; margin-bottom: 8px; }
.sf-order-card-pay { margin: 0 0 8px; }
.sf-order-due {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #b71c1c;
	background: #ffebee;
	padding: 2px 8px;
	border-radius: 3px;
}
.sf-order-paid {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: var(--sf-brand, #388e3c);
}
.sf-order-card-foot { display: flex; justify-content: space-between; align-items: center; }
.sf-order-line { padding: 10px 0; border-bottom: 1px solid #eee; }
.sf-order-line:last-child { border-bottom: none; }
.sf-order-line-name { font-weight: 600; font-size: 14px; }
.sf-order-line-mods, .sf-order-line-notes { font-size: 12px; color: #666; margin-top: 4px; }
.sf-order-line-price { font-weight: 700; color: var(--sf-brand); margin-top: 6px; }
.sf-order-detail-total .sf-cta-btn { width: 100%; margin-top: 12px; }
.sf-account-status-track { margin: 0 0 16px; max-width: none; }
.sf-auth-modal { max-width: 400px; }
.sf-auth-note { font-size: 13px; color: #666; margin: 0 0 12px; line-height: 1.4; }
.sf-otp-dev { font-size: 13px; color: #e65100; background: #fff3e0; padding: 8px 10px; border-radius: 6px; margin-bottom: 12px; }

/* Auth sheet - header fixed, form + actions scroll together */
.sf-auth-overlay {
	align-items: flex-end;
	justify-content: center;
	padding: 0;
	z-index: 1400;
	overscroll-behavior: contain;
	height: 100%;
	max-height: 100dvh;
}
.sf-auth-sheet {
	width: 100%;
	max-width: 440px;
	max-height: min(92dvh, 100vh - 8px);
	background: #fff;
	border-radius: 16px 16px 0 0;
	display: flex;
	flex-direction: column;
	box-shadow: 0 -8px 32px rgba(0,0,0,.18);
	overflow: hidden;
	min-height: 0;
}
.sf-auth-sheet-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0 12px;
	min-height: 55px;
	height: 55px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	flex: 0 0 auto;
	background: #fff;
	z-index: 2;
	box-sizing: border-box;
}
.sf-auth-sheet-head h2 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #222;
}
.sf-auth-sheet-head .sf-modal-close {
	position: static;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	border-radius: 50%;
	color: #444;
	border: none;
	background: transparent;
}
.sf-auth-sheet-body {
	flex: 1 1 0%;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y;
	padding: 12px 16px max(20px, env(safe-area-inset-bottom, 0));
	overscroll-behavior: contain;
	scrollbar-width: thin;
}
.sf-auth-sheet-body::-webkit-scrollbar {
	width: 6px;
}
.sf-auth-sheet-body::-webkit-scrollbar-thumb {
	background: #c5c5c5;
	border-radius: 6px;
}
.sf-auth-scroll-hint {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0 0 10px;
	padding: 6px 10px;
	border-radius: 8px;
	background: #f4f5f5;
	color: #666;
	font-size: 12px;
	line-height: 1.3;
}
.sf-auth-sheet-actions {
	margin-top: 8px;
	padding-top: 12px;
	border-top: 1px solid #eee;
}
.sf-auth-sheet-actions .sf-signup-btn {
	width: 100%;
	max-width: none;
	margin: 0 0 8px;
	padding: 13px;
}
.sf-auth-sheet-actions .sf-guest-link {
	display: block;
	width: 100%;
	margin: 0;
	padding: 8px 6px;
	font-size: 0.88rem;
	background: none;
	border: none;
	cursor: pointer;
}
/* legacy foot class (if any leftover markup) */
.sf-auth-sheet-foot {
	display: none;
}
.of-auth-benefits {
	margin: 0 0 10px;
	max-width: none;
}
.of-auth-benefits li {
	padding: 4px 0;
	font-size: 0.85rem;
	color: #555;
}
.sf-auth-sheet .of-field {
	margin-bottom: 12px;
}
.sf-auth-sheet .of-field label {
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
}
.sf-auth-sheet .of-field input,
.sf-auth-sheet .of-phone-box {
	width: 100%;
	box-sizing: border-box;
}
.sf-auth-sheet .of-field input {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sf-auth-sheet .of-phone-box {
	padding: 0;
}
.sf-auth-sheet .of-phone-box input {
	padding: 10px 12px;
}
.sf-auth-sheet .sf-auth-note {
	font-size: 12px;
	margin: -2px 0 10px;
}

/* OrderFlock first-visit signup welcome — centered sharp modal */
.sf-auth-overlay--welcome {
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.45);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.sf-auth-sheet--welcome {
	max-width: 380px;
	width: calc(100% - 32px);
	border-radius: 2px;
	max-height: none;
	background: #fff;
	box-shadow: 0 2px 24px rgba(0, 0, 0, 0.28);
}
.sf-auth-sheet-head--center {
	justify-content: center;
	position: relative;
	padding: 18px 48px 8px;
	border-bottom: none;
	background: #fff;
}
.sf-auth-sheet-head--center h2 {
	text-align: center;
	flex: 1;
	font-size: 20px;
	font-weight: 700;
	color: #111;
	margin: 0;
	letter-spacing: 0;
}
.sf-auth-sheet-head--center .sf-modal-close {
	position: absolute;
	right: 10px;
	top: 14px;
	transform: none;
	font-size: 28px;
	line-height: 1;
	color: #222;
	width: 36px;
	height: 36px;
}
.sf-auth-sheet-body--welcome {
	padding: 8px 36px 32px;
	overflow: visible;
	text-align: center;
}
.of-auth-benefits--welcome {
	list-style: none;
	margin: 12px auto 28px;
	padding: 0;
	text-align: left;
	display: inline-block;
	max-width: 100%;
}
.of-auth-benefits--welcome li {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px 0;
	font-size: 15px;
	font-weight: 400;
	color: #222;
	line-height: 1.35;
}
.of-auth-benefits--welcome .of-benefit-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	color: #111;
}
.of-auth-benefits--welcome .of-benefit-ico svg {
	width: 24px;
	height: 24px;
	display: block;
}
.sf-auth-welcome-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.sf-auth-welcome-actions .sf-signup-btn {
	width: 100%;
	max-width: 260px;
	margin: 0;
	padding: 12px 24px;
	min-height: 44px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 4px;
	background: var(--sf-brand, #388e3c);
	color: #fff;
	border: none;
	box-shadow: none;
}
.sf-guest-link--of {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	text-decoration: underline;
	text-underline-offset: 3px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px 8px;
}

@media (min-width: 640px) {
	.sf-auth-overlay {
		align-items: center;
		padding: 24px;
	}
	.sf-auth-sheet {
		border-radius: 12px;
		max-height: min(88dvh, 640px);
	}
}

@media (max-height: 700px) {
	.of-auth-benefits {
		display: none;
	}
}

@media (max-height: 520px) {
	.sf-auth-sheet {
		max-height: 100dvh;
		border-radius: 0;
	}
	.sf-auth-scroll-hint {
		font-size: 11px;
		padding: 4px 8px;
	}
}

/* -- Responsive audit fixes (mobile / tablet shell) -- */
@media (max-width: 767px) {
	.sf-store-panel {
		width: min(360px, 100%) !important;
		max-width: 100% !important;
	}
	/* OF filter drawer is full-viewport on mobile */
	.sf-filter-panel {
		width: 100% !important;
		max-width: 100% !important;
	}
	.sf-modal-overlay {
		padding: 12px;
		align-items: center;
		box-sizing: border-box;
	}
	.sf-modal {
		max-width: 100%;
		width: min(400px, 100%);
		box-sizing: border-box;
	}
	.of-checkout-fields {
		max-width: 100%;
		padding: 0 4px;
		box-sizing: border-box;
	}
	.of-field input,
	.of-field textarea,
	.of-select,
	.of-area-trigger,
	.of-phone-box {
		max-width: 100%;
		min-width: 0;
	}
}

.sf-desktop .sf-filter-panel,
.sf-desktop .sf-store-panel {
	max-width: 41.6vw;
}

.of-checkout-fields,
.of-checkout-body {
	overflow-x: hidden;
	max-width: 100%;
	box-sizing: border-box;
}

/* CMS pages + blog */
.of-item-page .sf-site-footer,
.sf-cms-page .sf-site-footer,
.sf-account-page .sf-site-footer,
.sf-track-page .sf-site-footer,
.sf-cart-page .sf-site-footer {
	margin-top: 8px;
}
.of-item-page .of-item-scroll > .sf-site-footer {
	border-top: 1px solid #e8e8e8;
}
.sf-cms-page {
	background: #fff;
	min-height: 60vh;
	padding-bottom: 0;
}

/* Dedicated category landing page */
.sf-category-page {
	min-height: 100%;
	background: #f4f5f5;
}
.sf-category-page .of-cart-header.detail_header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #fff;
}
.sf-category-page.sf-page-with-shell .of-home-header {
	z-index: 1000;
}
.sf-category-page .sf-cat-tabs-wrap {
	position: sticky;
	top: 54px;
	z-index: 40;
	background: #fff;
	border-bottom: 1px solid #dee2e6;
}
.sf-shell-page-title {
	margin: 16px 16px 12px;
	padding: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
}
.sf-cms-page.sf-page-with-shell .sf-shell-page-title {
	background: #fff;
}
.of-item-page > .of-desktop-store-wrap {
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
}
.of-item-page > .of-home-header {
	/* legacy: product no longer uses home header on mobile */
	flex-shrink: 0;
}
.of-item-page > .of-item-header {
	flex-shrink: 0;
}
.sf-category-page-body {
	padding-bottom: 24px;
}
.sf-category-hero {
	width: 100%;
	max-height: 200px;
	overflow: hidden;
	background: #e8e8e8;
}
.sf-category-hero img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}
.sf-category-intro {
	background: #fff;
	padding: 16px 16px 14px;
	border-bottom: 8px solid #f4f5f5;
}
.sf-category-title {
	margin: 0 0 6px;
	font-size: 1.35rem;
	font-weight: 700;
	color: #111;
	line-height: 1.25;
}
.sf-category-desc {
	margin: 0;
	color: #5c5c5c;
	font-size: 0.95rem;
	line-height: 1.45;
}
.sf-category-page .sf-menu-wrap,
.sf-category-page .of-menu-list,
.sf-category-page .category_menu {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}
/*
 * Category product rows - flex only.
 * Must beat .sf-mobile absolute image/title rules (!important) which otherwise
 * leave the image absolute while titles reset to static → overlap / clipped names.
 */
.sf-category-page .sf-of-item,
.sf-mobile .sf-category-page .sf-of-item,
.sf-desktop .sf-category-page .sf-of-item {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start !important;
	gap: 12px !important;
	padding: 14px 16px !important;
	background: #fff !important;
	border-bottom: 1px solid #dee2e6;
	cursor: pointer;
	position: relative !important;
	min-height: 0 !important;
	height: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	text-align: left !important;
	overflow: visible !important;
}
.sf-category-page .sf-of-item .image_menu,
.sf-mobile .sf-category-page .sf-of-item .image_menu {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	inset: auto !important;
	width: 90px !important;
	height: 90px !important;
	min-width: 90px !important;
	max-width: 90px !important;
	flex: 0 0 90px !important;
	border-radius: 4px;
	background: #ededed;
	overflow: hidden;
	margin: 0 !important;
}
.sf-category-page .sf-of-item .image_menu > img,
.sf-category-page .sf-of-item .image_menu .sf-media,
.sf-category-page .sf-of-item .image_menu .sf-media img,
.sf-mobile .sf-category-page .sf-of-item .image_menu > img,
.sf-mobile .sf-category-page .sf-of-item .image_menu .sf-media,
.sf-mobile .sf-category-page .sf-of-item .image_menu .sf-media img {
	position: static !important;
	inset: auto !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	display: block !important;
	border-radius: 4px;
}
.sf-category-page .sf-of-item .image_menu .of-badges,
.sf-mobile .sf-category-page .sf-of-item .image_menu .of-badges {
	position: absolute !important;
	top: 4px !important;
	left: 4px !important;
	width: auto !important;
	height: auto !important;
	inset: auto !important;
	z-index: 2;
}
/* Category page shares the same OF absolute price row lock (see .sf-app .sf-of-item) */
.sf-category-page .sf-of-item .of-item-right,
.sf-category-page .sf-of-item .of-item-actions,
.sf-mobile .sf-category-page .sf-of-item .of-item-right,
.sf-mobile .sf-category-page .sf-of-item .of-item-actions {
	display: none !important;
}
.sf-category-page .sf-site-footer {
	margin-top: 0;
}
.sf-category-seo {
	background: #fff;
	border-top: 8px solid #f4f5f5;
	margin-top: 0;
}
.sf-category-seo-article {
	padding: 20px 16px 36px;
	max-width: 720px;
	margin: 0 auto;
}
.sf-category-seo .sf-cms-body {
	font-family: "Quicksand", "Cairo", sans-serif !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
	color: var(--sf-text, #000);
}
.sf-ssr-cat-seo {
	padding: 16px;
	background: #fff;
	border-top: 8px solid #f4f5f5;
	font-family: "Quicksand", "Cairo", sans-serif !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
	color: var(--sf-text, #000);
}
@media (min-width: 768px) {
	.sf-category-page .sf-category-page-body {
		max-width: 720px;
		margin: 0 auto;
	}
	.sf-category-page .sf-category-hero {
		max-height: 280px;
		border-radius: 0;
	}
	.sf-category-page .sf-category-hero img {
		height: 280px;
	}
	.sf-category-page .sf-of-item {
		padding: 16px 20px !important;
	}
	.sf-category-page .sf-of-item .image_menu {
		width: 90px !important;
		height: 90px !important;
		min-width: 90px !important;
		max-width: 90px !important;
		flex: 0 0 90px !important;
	}
	.sf-category-seo-article {
		padding: 24px 20px 48px;
	}
}
.sf-cat-title-link {
	color: inherit;
	text-decoration: none;
}
.sf-cat-title-link:hover {
	text-decoration: underline;
}
/* Home SSR category nav - crawlable for bots; never shown to users (FOUC) */
.sf-ssr-home-cats,
.sf-ssr-cat-items {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}
.sf-ssr-home-cats a,
.sf-ssr-cat-items a {
	color: inherit !important;
	text-decoration: none !important;
}
.sf-hydrated .sf-ssr-home-cats,
.sf-hydrated .sf-ssr-cat-items {
	display: none !important;
}
.sf-ssr-category {
	width: 100%;
	background: #f4f5f5;
}
.sf-ssr-cat-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	min-height: 54px;
	background: #fff;
	border-bottom: 1px solid #dee2e6;
	box-sizing: border-box;
}
.sf-ssr-cat-back {
	width: 22px;
	height: 22px;
	border-radius: 2px;
	background: #e8e8e8;
	flex-shrink: 0;
}
.sf-ssr-cat-bar-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #111;
	line-height: 1.2;
}
.sf-ssr-cat-hero {
	width: 100%;
	overflow: hidden;
	background: #e8e8e8;
}
.sf-ssr-cat-hero img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}
.sf-ssr-cat-intro {
	padding: 16px;
	background: #fff;
	border-bottom: 8px solid #f4f5f5;
}
.sf-ssr-cat-title {
	margin: 0 0 6px;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.25;
	color: #111;
}
.sf-ssr-cat-desc {
	margin: 0;
	color: #5c5c5c;
	font-size: 0.95rem;
	line-height: 1.45;
}
.sf-cms-page .sf-site-footer,
.sf-account-page .sf-site-footer,
.sf-track-page .sf-site-footer {
	margin-top: 24px;
}
.sf-cms-hero { width: 100%; max-height: 280px; overflow: hidden; background: #f4f5f5; }
.sf-cms-hero img { width: 100%; height: 100%; max-height: 280px; object-fit: cover; display: block; }
.sf-cms-article { padding: 16px 18px 32px; max-width: 720px; margin: 0 auto; }
.sf-cms-excerpt { color: #555; font-size: 1.05rem; line-height: 1.5; margin: 0 0 16px; }
.sf-cms-body {
	font-family: "Quicksand", "Cairo", sans-serif !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
	color: var(--sf-text, #000);
	overflow-wrap: anywhere;
}
.sf-cms-body h1,
.sf-cms-body h2,
.sf-cms-body h3 {
	margin: 1.2em 0 0.5em;
	line-height: 1.3;
	font-family: inherit !important;
	font-weight: 700;
	color: var(--sf-text, #000);
}
.sf-cms-body p { margin: 0 0 1em; color: inherit; font-weight: inherit; }
.sf-cms-body strong,
.sf-cms-body b { font-weight: 700 !important; color: inherit; }
.sf-cms-body em,
.sf-cms-body i { font-style: italic; }
.sf-cms-body img { max-width: 100%; height: auto; border-radius: 6px; }
.sf-cms-body ul,
.sf-cms-body ol { padding-left: 1.3em; margin: 0 0 1em; }
.sf-cms-body a { color: var(--sf-brand, #388e3c); font-weight: 600; }
.sf-cms-nav { display: flex; flex-direction: column; gap: 2px; }
.sf-cms-nav-link {
	display: block;
	width: 100%;
	text-align: left;
	border: none;
	background: transparent;
	padding: 12px 0;
	font-size: 15px;
	font-family: inherit;
	color: #222;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}
.sf-cms-nav-link:last-child { border-bottom: none; }
.sf-cms-nav--footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-top: 16px;
	justify-content: center;
	align-items: center;
}
.sf-cms-nav--footer .sf-cms-nav-link {
	width: auto;
	border: none;
	padding: 4px 0;
	color: var(--sf-brand, #388e3c);
	font-weight: 600;
	text-align: center;
}

/* Contact Us (KFC-style cards) */
.sf-contact-us { background: #f7f7f7; }
.sf-cu-wrap {
	max-width: 720px;
	margin: 0 auto;
	padding: 8px 16px 40px;
}
.sf-cu-block {
	background: #fff;
	border-radius: 12px;
	padding: 18px 20px;
	margin-bottom: 12px;
	box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.sf-cu-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin-bottom: 8px;
}
.sf-cu-ico { font-size: 14px; line-height: 1; }
.sf-cu-value {
	font-size: 1.15rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.4;
	word-break: break-word;
}
.sf-cu-value a {
	color: inherit;
	text-decoration: none;
}
.sf-cu-value a:hover { color: var(--sf-brand, #388e3c); }
.sf-cu-addr {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	white-space: pre-line;
}
.sf-cu-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 20px 0 8px;
}
.sf-cu-social {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: #fff;
	color: #222;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.sf-cu-social:hover { color: var(--sf-brand, #388e3c); }
.sf-cu-extra {
	margin-top: 8px;
	background: #fff;
	border-radius: 12px;
	padding: 16px 18px;
	box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.sf-blog-grid { padding: 8px 16px 24px; display: grid; gap: 16px; }
.sf-blog-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.sf-blog-card-img { aspect-ratio: 16/9; background: #f4f5f5; overflow: hidden; }
.sf-blog-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sf-blog-card-body { padding: 14px 16px 16px; }
.sf-blog-card-body h2 { margin: 0 0 6px; font-size: 1.1rem; }
.sf-blog-meta { color: #888; font-size: 13px; margin: 0 0 8px; }
.sf-blog-excerpt { color: #555; font-size: 14px; margin: 0 0 10px; line-height: 1.45; }
@media (min-width: 720px) {
	.sf-blog-grid { grid-template-columns: 1fr 1fr; }
}

/* Coming soon / maintenance */
.sf-app.sf-maintenance {
	min-height: 100vh;
	background:
		radial-gradient(ellipse 80% 50% at 50% -10%, color-mix(in srgb, var(--sf-brand, #388e3c) 18%, transparent), transparent),
		linear-gradient(180deg, #f7f8f6 0%, #eef1ee 100%);
}
.sf-coming-soon {
	max-width: 440px;
	margin: 0 auto;
	padding: 48px 24px 64px;
	text-align: center;
	box-sizing: border-box;
}
.sf-coming-soon-logo {
	max-width: 160px;
	max-height: 80px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto 20px;
	display: block;
}
.sf-coming-soon-brand {
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--sf-brand-text, var(--sf-brand, #388e3c));
	margin: 0 0 16px;
}
.sf-coming-soon h1 {
	margin: 0 0 12px;
	font-size: clamp(1.6rem, 5vw, 2.1rem);
	line-height: 1.2;
	font-weight: 800;
	color: #1a1a1a;
}
.sf-coming-soon-msg,
.sf-coming-soon > p {
	margin: 0 0 28px;
	color: #555;
	font-size: 1rem;
	line-height: 1.55;
}
.sf-coming-soon-form {
	text-align: left;
	background: #fff;
	border: 1px solid #e4e7e4;
	border-radius: 16px;
	padding: 20px 18px 22px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}
.sf-coming-soon-form .sf-cta-btn {
	width: 100%;
	margin-top: 8px;
	justify-content: center;
}
.sf-coming-soon-form .sf-cta-btn:disabled {
	opacity: 0.7;
	cursor: wait;
}
.sf-coming-soon-thanks {
	background: #fff;
	border: 1px solid #e4e7e4;
	border-radius: 16px;
	padding: 28px 20px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}
.sf-coming-soon-check {
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: var(--sf-brand, #388e3c);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 700;
}
.sf-coming-soon-thanks strong {
	display: block;
	font-size: 1.2rem;
	margin-bottom: 8px;
	color: #1a1a1a;
}
.sf-coming-soon-thanks p {
	margin: 0;
	color: #555;
	line-height: 1.5;
}
.sf-coming-soon--ssr {
	padding-top: 56px;
}

/* Instant press feedback on primary shopper controls */
.sf-add-outline,
.of-row-qty-btn,
.of-segment-btn,
.of-cart-bar,
.sf-cta,
.sf-icon-btn,
.of-header-btn {
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}
.sf-add-outline:active,
.of-row-qty-btn:active,
.of-segment-btn:active {
	transform: scale(0.97);
	opacity: 0.92;
}
.of-cart-bar:active {
	opacity: 0.92;
}

.sf-hero-side--ph,
.of-mobile-hero--ph {
	background: linear-gradient(135deg, var(--sf-brand-light, #e8f5e9), #f4f5f5);
	min-height: 300px;
	height: 300px;
}
.sf-hero-side img,
.of-mobile-hero img,
.of-hero-img {
	background: #ececec;
}
.of-mobile-hero {
	width: 100%;
	height: 300px;
	overflow: hidden;
	line-height: 0;
	background: #ececec;
}
.of-mobile-hero img {
	width: 100%;
	height: 300px;
	display: block;
	object-fit: cover;
}

/* ── Home top half: force live OrderFlock mobile chrome (loads last) ── */
.of-home-header {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	direction: ltr !important;
	padding: 0 10px !important;
	background: #fff !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 1000 !important;
	min-height: 54px !important;
	height: 54px !important;
	width: 100% !important;
	box-sizing: border-box !important;
	/* Live OF .detail_header.border-bottom — grey HR between header and pinned cats */
	border-bottom: 1px solid #dee2e6 !important;
}
@media (max-width: 767px) {
	/* Fixed header — category tabs pin at 54px without fighting a sticky header */
	.of-home-header {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		transform: translateZ(0);
	}
	.sf-app.sf-mobile .of-mobile-home,
	.of-mobile-home,
	.sf-page-with-shell,
	.of-item-page {
		padding-top: 54px !important;
	}
}
.of-home-header > .sf-nav-menu,
.of-home-header > .of-header-btn.sf-nav-menu {
	order: 1 !important;
	flex: 0 0 auto !important;
}
/* Centered clickable header brand (logo / text / custom image) — all pages */
.of-header-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex !important;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	text-align: center;
	z-index: 2;
	max-width: 46%;
}
.of-home-header.of-logo-visible .of-header-logo {
	display: flex !important;
	animation: none;
}
.of-header-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 6px;
	margin: 0;
	cursor: pointer;
	color: #222;
	max-width: 100%;
	-webkit-appearance: none;
	appearance: none;
	pointer-events: auto;
	z-index: 3;
}
.of-header-brand-img,
.of-header-brand .sf-logo-img {
	display: block;
	object-fit: contain;
	border-radius: 8px;
	width: auto;
}
.of-header-brand--small .of-header-brand-img,
.of-header-brand--small .sf-logo-img {
	height: 28px;
	max-width: 96px;
}
.of-header-brand--medium .of-header-brand-img,
.of-header-brand--medium .sf-logo-img {
	height: 36px;
	max-width: 120px;
}
.of-header-brand--large .of-header-brand-img,
.of-header-brand--large .sf-logo-img {
	height: 44px;
	max-width: 150px;
}
.of-header-brand-text {
	font-weight: 700;
	font-family: inherit;
	color: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 42vw;
	line-height: 1.2;
}
.of-header-brand--small .of-header-brand-text { font-size: 13px; }
.of-header-brand--medium .of-header-brand-text { font-size: 15px; }
.of-header-brand--large .of-header-brand-text { font-size: 18px; }
.of-item-header .of-header-brand,
.of-item-header-brand {
	flex: 1 1 auto;
	min-width: 0;
	justify-content: center;
}
.of-cart-header .of-header-brand,
.of-cart-header-brand {
	flex: 0 1 auto;
	min-width: 0;
	margin-right: 8px;
}
.of-cart-header .of-cart-title {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.of-header-logo .sf-logo-img {
	width: auto;
	height: 36px;
	border-radius: 8px;
	object-fit: contain;
	margin-top: 0;
	display: block;
}
@keyframes ofFlipInY {
	from { transform: perspective(400px) rotate3d(0,1,0,90deg); opacity: 0; }
	40% { transform: perspective(400px) rotate3d(0,1,0,-20deg); }
	60% { transform: perspective(400px) rotate3d(0,1,0,10deg); opacity: 1; }
	80% { transform: perspective(400px) rotate3d(0,1,0,-5deg); }
	to { transform: perspective(400px); }
}
.of-home-header-spacer {
	order: 2 !important;
	flex: 1 1 auto !important;
	min-width: 8px !important;
}
.of-home-header-actions {
	order: 3 !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 4px !important;
	direction: ltr !important;
	margin-left: auto !important;
}
.of-home-header-actions .sf-go-cart { order: 1 !important; }
.of-home-header-actions .sf-open-search { order: 2 !important; }
.of-home-header-actions .sf-lang-btn { order: 3 !important; }

/* Live OF single Delivery: flex row min-h 65, col-4 m-auto text-center, btn 80×38 */
.of-order-bar.of-order-bar--single {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 65px !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	background: #fff !important;
	border: none !important;
	border-bottom: 1px solid #dee2e6 !important;
	box-sizing: border-box !important;
	text-align: center !important;
	direction: ltr !important;
	gap: 0 !important;
}
.of-order-bar.of-order-bar--single > .of-order-bar-col,
.of-order-bar.of-order-bar--single > .col-4 {
	display: block !important;
	float: none !important;
	flex: 0 0 33.333333% !important;
	width: 33.333333% !important;
	max-width: 33.333333% !important;
	margin: 12.625px auto !important;
	padding: 0 15px !important;
	background: #fff !important;
	box-sizing: border-box !important;
	/* Live OF: centers the inline-flex Delivery button inside the column */
	text-align: center !important;
}
.of-order-bar.of-order-bar--single .of-single-otype,
.of-order-bar.of-order-bar--single .menu-item {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	vertical-align: middle !important;
	flex: 0 0 auto !important;
	float: none !important;
	width: 80px !important;
	min-width: 80px !important;
	max-width: 80px !important;
	margin: 0 !important;
	min-height: 0 !important;
	height: 38.8px !important;
	max-height: 40px !important;
	padding: 0 !important;
	font-size: 12.25px !important;
	font-weight: 700 !important;
	/* Live OF inline style line-height: 3 → 36.75px at 12.25px */
	line-height: 36.75px !important;
	border: 1px solid #666 !important;
	border-radius: 3px !important;
	background: transparent !important;
	color: #666 !important;
	box-shadow: none !important;
	text-transform: none !important;
	box-sizing: border-box !important;
}

.sf-location-bar {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	padding: 12px 0 0 !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 0 10px !important;
	box-sizing: border-box !important;
	background: #fff !important;
	border-top: none !important;
	border-bottom: none !important;
	font-size: 14px !important;
}
button.sf-location-bar {
	width: 100% !important;
	border-left: none !important;
	border-right: none !important;
	font: inherit !important;
	text-align: left !important;
	cursor: pointer !important;
	color: inherit !important;
}
.sf-location-bar--pick {
	cursor: pointer;
}
.sf-location-bar--pick .sf-booking-label {
	flex: 0 0 auto;
	color: rgba(0, 0, 0, 0.87) !important;
	font-weight: 100 !important;
}
.sf-location-bar--pick .sf-loc-pick {
	margin-left: auto !important;
	font-weight: 700 !important;
	color: #111 !important;
	border: none !important;
	background: none !important;
	padding: 0 4px 0 12px !important;
	min-height: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	box-sizing: border-box !important;
	cursor: pointer;
	font: inherit;
}
.sf-location-bar .sf-link.sf-pick-location {
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 8px 10px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
}
.sf-location-bar--pick .sf-link,
.sf-location-bar--pick .sf-edit {
	display: none !important;
}

/* Live OF filter row: h 35, pad 0/11, mb 19, transparent, space-between */
.sf-filter-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 8px !important;
	padding: 0 11px !important;
	margin: 0 0 19px !important;
	background: transparent !important;
	border: none !important;
	border-top: none !important;
	min-height: 35px !important;
	height: 35px !important;
	box-sizing: border-box !important;
}
.sf-filter-btn {
	flex: 0 1 auto !important;
	width: auto !important;
	max-width: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	padding: 6px 8px !important;
	min-height: 35px !important;
	height: 35px !important;
	border: 1px solid #dedede !important;
	border-radius: 3px !important;
	background: #fff !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #333 !important;
	line-height: 21px !important;
	cursor: pointer;
	font-family: inherit;
}
.sf-filter-icons {
	display: flex !important;
	align-items: center !important;
	gap: 4px !important;
	margin-left: auto !important;
}
.sf-filter-icons .sf-icon-btn {
	width: 36px !important;
	height: 36px !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #666 !important;
	box-shadow: none !important;
}
.of-item-page .of-item-hero-img,
.of-item-page .of-item-hero-img img {
	background: #faf7ed !important;
}
.image_menu img,
.of-product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #ececec;
}

/* Past orders (OF empty + track) */
.sf-past-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px 24px 24px;
	text-align: center;
	background: #fff;
}
.sf-past-empty-msg {
	margin: 16px 0 0;
	font-size: 1rem;
	font-weight: 300;
	color: #9e9e9e;
}
.sf-past-track {
	padding: 24px 20px 40px;
	background: #fff;
}
.sf-past-track-lead {
	margin: 0 0 16px;
	font-size: .95rem;
	font-weight: 300;
	color: #9e9e9e;
}
.sf-past-track-label {
	display: block;
	font-size: .85rem;
	color: #bdbdbd;
	margin-bottom: 8px;
}
.sf-past-track-row {
	display: flex;
	align-items: center;
	gap: 8px;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 6px;
	margin-bottom: 16px;
}
.sf-past-track-ico {
	font-size: 20px !important;
	color: #222;
}
.sf-past-track-input {
	flex: 1;
	border: none;
	outline: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 300;
	background: transparent;
	padding: 4px 0;
}

/* ==========================================================================
   OrderFlock visual lock — menu list / Add / category chrome
   Matches live OF spacing, type, and controls (brand #388e3c).
   ========================================================================== */
/*
 * Live OF category chrome (390 audit):
 * .category_menu is the GRAY TITLE BAR only — pad 16, bg #f4f5f5, h 50
 * Products sit directly under it on white (title→product gap 24px).
 * We keep products inside <section.category_menu>, so the HEADER child
 * is the gray bar and product rows stay white underneath.
 */
.sf-app .category_menu {
	border-left: 0 !important;
	border-right: 0 !important;
	box-shadow: none !important;
	background: #fff !important;
	padding: 0 !important;
	margin: 0 !important;
	scroll-margin-top: 130px !important;
}
.sf-app .category_menu.accordionBorderEnglish,
.sf-app .category_menu.accordionBorderArabic {
	border-left: 0 !important;
	border-right: 0 !important;
	box-shadow: none !important;
}
.sf-app .sf-of-item.accordionBorderEnglish,
.sf-app .sf-item-row.accordionBorderEnglish {
	border-left: 4px solid rgb(56, 142, 60) !important;
	border-right: 0 !important;
	box-shadow: none !important;
}
.sf-app .sf-of-item.accordionBorderArabic,
.sf-app .sf-item-row.accordionBorderArabic {
	border-right: 4px solid rgb(56, 142, 60) !important;
	border-left: 0 !important;
	box-shadow: none !important;
}
.sf-app.sf-mobile .of-mobile-home .sf-cat-tabs-wrap.sticky-category:not(.is-pinned),
.sf-app .sf-mobile .of-mobile-home .sf-cat-tabs-wrap.sticky-category:not(.is-pinned) {
	position: static !important;
	top: auto !important;
}
.sf-app.sf-mobile .of-mobile-home .sf-cat-tabs-wrap.sticky-category.is-pinned,
.sf-app .sf-mobile .of-mobile-home .sf-cat-tabs-wrap.sticky-category.is-pinned {
	position: fixed !important;
	top: 54px !important;
	z-index: 999 !important;
}
/* Default / sticky-tab headers — do NOT use for section titles */
.sf-app .categories_header.bordered,
.sf-app .categories_header {
	padding: 0 0 10px !important;
	margin: 0 !important;
	background: transparent !important;
	border: none !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
}
/* Section title bar — live OF .category_menu: pad 16, bg #f4f5f5, h 50 (border-box) */
.sf-app .category_menu > .categories_header.bordered,
.sf-app .category_menu > .categories_header {
	background: #f4f5f5 !important;
	padding: 16px !important;
	margin: 0 !important;
	min-height: 50px !important;
	height: 50px !important;
	max-height: 50px !important;
	box-sizing: border-box !important;
	display: flex !important;
	align-items: center !important;
	border: none !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	opacity: 1 !important;
	overflow: hidden !important;
}
/* Products sit flush under the gray bar (OF) — no extra spacer */
.sf-app .category_menu > .categories_header + .sf-of-item,
.sf-app .category_menu > .categories_header + article.sf-item-row {
	margin-top: 0 !important;
}
.sf-app .category_menu > .categories_header .of-cat-header-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	min-height: 0 !important;
	height: 18px !important;
	max-height: 18px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	gap: 0 !important;
}
.sf-app .category_menu > .categories_header .box-title,
.sf-app .categories_header .box-title {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: rgba(0, 0, 0, 0.87) !important;
	line-height: 18px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-family: "Quicksand", "Cairo", sans-serif !important;
}
/* Do not let the generic 40px hit target inflate the 50px title bar */
.sf-app .of-cat-more-btn {
	width: 24px !important;
	height: 18px !important;
	min-width: 24px !important;
	min-height: 18px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	background: transparent !important;
	color: rgba(0, 0, 0, 0.87) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
}
.sf-app .of-cat-more svg,
.sf-app .category_menu .of-cat-more svg {
	width: 21px !important;
	height: 21px !important;
	display: block !important;
}
/* … control fits the 18px title row (live OF) */
.sf-app .category_menu .of-cat-more-btn {
	width: 24px !important;
	height: 18px !important;
	min-width: 24px !important;
	min-height: 18px !important;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/*
 * Product row — pixel lock from live orderflock.com (390px audit 2026-07-20):
 * li pad 8/16/8/20, mb 42, ai center, h ~106
 * img 90×90 br 5 mr 15
 * .text-left mr 20
 * title 14/700 lh 16.8 mb 7
 * desc 14/100 #333 lh 20 h 40 top -5 mb 14
 * .priceEnglish absolute top 74 right 20, flex ai center h 30
 *   span bold 700 green + .ml-3 Add (30h outlined)
 */
.sf-app .sf-of-item,
.sf-app article.sf-item-row,
.sf-app.sf-mobile .sf-of-item,
.sf-app .sf-mobile .sf-of-item {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex-direction: row !important;
	gap: 0 !important;
	padding: 8px 16px 8px 20px !important;
	margin: 0 0 42px !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	min-height: 0 !important;
	height: auto !important;
	box-sizing: border-box !important;
	border-radius: 0 !important;
	position: relative !important;
	width: 100% !important;
	max-width: 100% !important;
}
/* OF: last row in a category must not leave 42px dead space above the next gray title bar */
.sf-app .category_menu > .sf-of-item:last-child,
.sf-app .category_menu > article.sf-item-row:last-child {
	margin-bottom: 0 !important;
}
.sf-app .sf-of-item .image_menu,
.sf-app.sf-mobile .sf-of-item .image_menu {
	width: 90px !important;
	height: 90px !important;
	min-height: 90px !important;
	min-width: 90px !important;
	flex: 0 0 90px !important;
	border-radius: 5px !important;
	background: #ededed !important;
	overflow: hidden !important;
	position: relative !important;
	margin: 0 15px 0 0 !important;
}
.sf-app .sf-of-item .image_menu > img,
.sf-app .sf-of-item .image_menu .sf-media,
.sf-app .sf-of-item .image_menu .sf-media img {
	width: 90px !important;
	height: 90px !important;
	min-width: 90px !important;
	min-height: 90px !important;
	border-radius: 5px !important;
	object-fit: cover !important;
}
/* position:static so .priceEnglish absolute anchors to the row (live OF) */
.sf-app .sf-of-item .of-item-content,
.sf-app .sf-of-item .text-left,
.sf-app.sf-mobile .sf-of-item .of-item-content {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	min-height: 90px !important;
	margin: 0 20px 0 0 !important;
	padding: 0 !important;
	position: static !important;
	display: block !important;
	width: auto !important;
}
.sf-app .sf-of-item .layoutProductTitleEnglish,
.sf-app.sf-mobile .sf-of-item .layoutProductTitleEnglish {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #000 !important;
	margin: 0 0 7px !important;
	padding: 0 3px 0 0 !important;
	line-height: 16.8px !important;
	letter-spacing: 0 !important;
	width: 100% !important;
	position: relative !important;
	top: 0 !important;
	font-family: "Quicksand", "Cairo", sans-serif !important;
}
.sf-app .sf-of-item .layoutProductDescriptionEnglish,
.sf-app.sf-mobile .sf-of-item .layoutProductDescriptionEnglish {
	font-size: 14px !important;
	font-weight: 100 !important;
	color: rgb(51, 51, 51) !important;
	margin: 0 0 14px !important;
	padding: 0 3px 0 0 !important;
	line-height: 20px !important;
	height: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	width: 100% !important;
	position: relative !important;
	top: -5px !important;
	overflow: hidden !important;
	font-family: "Quicksand", "Cairo", sans-serif !important;
}
/* Legacy flex actions — unused when Add lives inside .priceEnglish */
.sf-app .sf-of-item .of-item-actions {
	display: none !important;
}
/* Live OF: .priceEnglish { position:absolute; top:74px; right:20px; display:flex; height:30px } */
.sf-app .sf-of-item .priceEnglish,
.sf-app.sf-mobile .sf-of-item .priceEnglish,
.sf-app .sf-mobile .sf-of-item .priceEnglish,
.sf-app.sf-desktop .sf-of-item .priceEnglish {
	position: absolute !important;
	top: 74px !important;
	right: 20px !important;
	left: auto !important;
	bottom: auto !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex-direction: row !important;
	height: 30px !important;
	min-height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
	font-size: 14px !important;
	font-weight: 100 !important;
	line-height: 20px !important;
	color: rgb(56, 142, 60) !important;
	white-space: nowrap !important;
	background: transparent !important;
	z-index: 2 !important;
	width: auto !important;
	font-family: "Quicksand", "Cairo", sans-serif !important;
	box-sizing: border-box !important;
}
.sf-app .sf-of-item .priceEnglish > .bold,
.sf-app .sf-of-item .priceEnglish > span.bold,
.sf-app.sf-mobile .sf-of-item .priceEnglish > .bold {
	display: block !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	color: rgb(56, 142, 60) !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* Bootstrap .ml-3 ≈ 1rem; live OF html font-size 14px → 14px */
.sf-app .sf-of-item .priceEnglish .ml-3,
.sf-app .sf-of-item .priceEnglish .of-price-cta {
	margin-left: 14px !important;
	margin-right: 0 !important;
	display: block !important;
	flex: 0 0 auto !important;
}

/* Add — live OF MUI outlined small: height 30, 14px bold, 1px brand, transparent bg */
.sf-app .sf-add-outline,
.sf-app button.sf-add-outline,
.sf-app .menu-item.sf-add-outline,
.sf-app .sf-of-item .sf-add-outline,
.sf-app.sf-mobile .sf-of-item .sf-add-outline,
.sf-app .sf-mobile .sf-of-item .sf-add-outline,
.sf-app.sf-desktop .sf-of-item .sf-add-outline,
.sf-app .sf-of-item .priceEnglish .sf-add-outline {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important; /* MUI startIcon spacing */
	min-width: 64px !important;
	width: auto !important;
	min-height: 30px !important;
	height: 30px !important;
	padding: 3px 9px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 24.5px !important;
	border: 1px solid rgb(56, 142, 60) !important;
	border-radius: 4px !important;
	background: transparent !important;
	color: rgb(56, 142, 60) !important;
	box-shadow: none !important;
	text-transform: none !important;
	font-family: inherit !important;
}
.sf-app .sf-add-outline .sf-add-plus,
.sf-app button.sf-add-outline .sf-add-plus {
	width: 18px !important;
	height: 18px !important;
	flex: 0 0 18px !important;
	display: block !important;
}
.sf-app .sf-add-outline:hover,
.sf-app button.sf-add-outline:hover,
.sf-app .sf-of-item .sf-add-outline:hover {
	background: rgba(56, 142, 60, 0.04) !important;
	border-color: rgb(56, 142, 60) !important;
	color: rgb(56, 142, 60) !important;
}
/* Keep Add icon size matching MUI small startIcon */
.sf-app .sf-of-item .sf-add-outline .sf-add-plus {
	margin-right: 0 !important;
}

/* Qty stepper — OF filled brand */
.sf-app .of-row-qty {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 34px !important;
	height: 34px !important;
	border-radius: 4px !important;
	overflow: hidden !important;
	background: rgb(56, 142, 60) !important;
	border: none !important;
}
.sf-app .of-row-qty-btn {
	width: 32px !important;
	height: 34px !important;
	border: none !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	padding: 0 !important;
}
.sf-app .of-row-qty-val {
	min-width: 22px !important;
	text-align: center !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

/*
 * Category tabs — live OF inspect structure:
 * .sticky-category > .categories_header (pad 20/10 white)
 *   > #categories-top (flex, overflow:auto, height:40px, pad 10)
 *     > .sf-cat-tab-item opacity .5|1 > p 13px bold
 *
 * Critical: wrap must NOT be display:flex (base .sf-cat-tabs-wrap is flex).
 * Flex + min-width:auto lets tab labels expand past the drawer onto the hero.
 * Never force display while overlays are open (filter / reviews / search / …).
 */
.sf-app:not(.sf-has-overlay) .sticky-category.sf-cat-tabs-wrap,
.sf-app:not(.sf-has-overlay) .sticky-category {
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	background: #fff !important;
	border: none !important;
	/* In-flow only. Pinned desktop width is set below — never 100% while fixed. */
	max-width: 100%;
	width: 100%;
	min-width: 0 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	z-index: 999;
}
/* Mobile pinned = full viewport (no hero column). Desktop pinned ≠ 100%. */
.sf-app.sf-mobile .sticky-category.is-pinned {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}
.sf-app .sticky-category > .categories_header#categories_header,
.sf-app .sticky-category > .categories_header,
.sf-app .sticky-category .h-100.w-100 {
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	background: #fff !important;
	border: none !important;
	opacity: 1 !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
}
.sf-app .sticky-category > .categories_header#categories_header,
.sf-app .sticky-category > .categories_header {
	padding: 20px 0 10px !important;
}
.sf-app #categories-top {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	height: 40px !important;
	min-height: 40px !important;
	padding: 0 10px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	direction: ltr;
}
.sf-app #categories-top::-webkit-scrollbar { display: none; }
.sf-app #categories-top .sf-cat-tab-item {
	flex: 0 0 auto !important;
	min-width: max-content !important;
	height: 40px !important;
	min-height: 40px !important;
	display: flex !important;
	align-items: center !important;
	margin: 0 8px !important;
	padding: 0 !important;
	cursor: pointer;
	user-select: none;
	opacity: 0.5;
}
.sf-app #categories-top .sf-cat-tab-item.active,
.sf-app #categories-top .sf-cat-tab-item.ar_active {
	opacity: 1 !important;
}
.sf-app #categories-top .sf-cat-tab,
.sf-app #categories-top a.sf-cat-tab {
	display: block !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #000 !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	opacity: 1 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
}
.sf-app #categories-top .sf-cat-tab-label,
.sf-app #categories-top p.sf-cat-tab-label {
	margin: 4px 0 0 !important;
	padding: 0 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #000 !important;
	white-space: nowrap !important;
	line-height: 1.25 !important;
}
.sf-app .sticky-category.is-pinned {
	z-index: 999 !important;
	background: #fff !important;
	overflow: hidden !important;
}

/* Cart bar — OF full-bleed brand */
.sf-app .of-cart-bar {
	min-height: 56px !important;
	padding: 14px 18px !important;
	padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
	background: rgb(56, 142, 60) !important;
	color: #fff !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	border-radius: 0 !important;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12) !important;
}
.sf-app .of-cart-bar strong {
	font-size: 1rem !important;
	font-weight: 700 !important;
}

/* Store header card — live OF ListItem metrics (pad 3.5/0/4/15, logo 60 br4, text mar 6/14) */
.sf-app .of-store-card .of-store-header.sf-store-header-btn,
.sf-app .sf-store-header-btn.of-store-header,
.sf-app .of-desktop-store.sf-store-header-btn,
.sf-app .of-desktop-store-wrap .sf-store-header-btn {
	padding: 3.5px 0 4px 15px !important;
	align-items: flex-start !important;
	/* Spacing comes from .sf-store-meta margin-left:14 (OF ListItemText), not flex gap */
	gap: 0 !important;
	background: transparent !important;
	min-height: 84.5px !important;
	height: auto !important;
}
.sf-app .of-store-card .sf-store-logo,
.sf-app .of-desktop-store .sf-store-logo,
.sf-app .of-desktop-store.sf-store-header-btn .sf-store-logo {
	width: 60px !important;
	height: 60px !important;
	border: none !important;
	border-radius: 4px !important;
	background: transparent !important;
	margin: 0 0 9px !important;
	overflow: hidden !important;
	flex-shrink: 0 !important;
}
.sf-app .of-store-card .sf-store-logo img,
.sf-app .of-desktop-store .sf-store-logo img {
	width: 60px !important;
	height: 60px !important;
	object-fit: cover !important;
	border-radius: 4px !important;
	background: transparent !important;
}
.sf-app .of-store-card .sf-store-meta,
.sf-app .of-desktop-store .sf-store-meta {
	margin: 6px 0 6px 14px !important;
	padding: 0 !important;
	gap: 0 !important;
}
.sf-app .of-store-card .sf-store-name,
.sf-app .of-desktop-store .sf-store-name,
.sf-app .of-desktop-store.sf-store-header-btn .sf-store-name,
.sf-app .of-store-card h1.sf-store-name,
.sf-app .of-store-card h2.sf-store-name,
.sf-app .of-desktop-store h1.sf-store-name,
.sf-app .of-desktop-store h2.sf-store-name {
	/* Live OF MuiListItemText-primary: 14/400 lh 21 */
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgb(0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 21px !important;
	letter-spacing: 0 !important;
	font-family: "Quicksand", "Cairo", sans-serif !important;
}
.sf-app .of-store-card .sf-store-tagline,
.sf-app .of-desktop-store .sf-store-tagline,
.sf-app .of-desktop-store.sf-store-header-btn .sf-store-tagline {
	/* Live OF secondary: 12.25/400 lh 17.5 color rgba(0,0,0,.54) */
	font-size: 12.25px !important;
	font-weight: 400 !important;
	color: rgba(0, 0, 0, 0.54) !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 17.5px !important;
	font-family: "Quicksand", "Cairo", sans-serif !important;
}
.sf-app .of-store-card .sf-store-icons,
.sf-app .of-desktop-store .sf-store-icons {
	margin-top: 9px !important;
	margin-bottom: 0 !important;
	position: static !important;
	bottom: auto !important;
}
.sf-app .of-store-card .sf-pay-icon {
	color: rgb(56, 142, 60) !important;
	width: 21px !important;
	height: 21px !important;
	margin-right: 14px !important;
}
.sf-app .of-store-card .sf-pay-icon:last-child {
	margin-right: 0 !important;
}
.sf-app .of-store-card .sf-pay-icon.off {
	color: #d2d2d2 !important;
}
.sf-app .of-store-card .sf-pay-icon.crossed .sf-pay-x {
	color: rgb(224, 51, 51) !important;
}
.sf-app .of-store-card .sf-store-info-icon {
	color: rgba(0, 0, 0, 0.54) !important;
	align-self: center !important;
	padding-top: 0 !important;
	margin-right: 15px !important;
}
.sf-app .of-store-card .sf-store-info-icon svg {
	width: 21px !important;
	height: 21px !important;
}

/*
 * Home chrome lock — live OF 390 audit (2026-07-20)
 * orderBand: full-bleed white + border-bottom; inner col-4 mar 12.625 auto pad 0/15; btn 80×38.8
 * locBar: pad 12 0 0, mb 10, white; filterRow h 35 pad 0/11 mb 19
 */
.sf-app .of-order-bar.of-order-bar--single {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 65px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	border-bottom: 1px solid #dee2e6 !important;
	background: #fff !important;
	text-align: center !important;
	direction: ltr !important;
	gap: 0 !important;
}
.sf-app .of-order-bar.of-order-bar--single > .of-order-bar-col,
.sf-app .of-order-bar.of-order-bar--single > .col-4 {
	float: none !important;
	flex: 0 0 33.333333% !important;
	width: 33.333333% !important;
	max-width: 33.333333% !important;
	margin: 12.625px auto !important;
	padding: 0 15px !important;
	background: #fff !important;
	box-sizing: border-box !important;
	text-align: center !important;
}
.sf-app .of-order-bar.of-order-bar--single .of-single-otype,
.sf-app .of-order-bar.of-order-bar--single .menu-item {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 80px !important;
	min-width: 80px !important;
	max-width: 80px !important;
	height: 38.8px !important;
	max-height: 40px !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 36.75px !important;
	background: transparent !important;
	box-shadow: none !important;
	float: none !important;
}
.sf-app .sf-location-bar,
.sf-app .sf-location-bar--pick {
	background: #fff !important;
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	padding: 12px 0 0 !important;
	margin: 0 0 10px !important;
	min-height: 52px !important;
	height: auto !important;
	box-sizing: border-box !important;
}
.sf-app .sf-location-bar .sf-booking-ico {
	margin-left: 16px !important;
	flex-shrink: 0 !important;
}
.sf-app .sf-location-bar .sf-loc-pick,
.sf-app .sf-location-bar--pick .sf-loc-pick,
.sf-app .sf-location-bar .sf-loc-name {
	color: #111 !important;
	font-weight: 700 !important;
	font-size: 14px !important;
}
.sf-app .sf-location-bar .sf-booking-label {
	color: rgba(0, 0, 0, 0.87) !important;
	font-size: 14px !important;
	font-weight: 100 !important;
}
.sf-app .sf-location-bar .sf-link.sf-pick-location,
.sf-app .sf-location-bar .sf-edit {
	color: rgb(56, 142, 60) !important;
	font-size: 12.25px !important;
	font-weight: 500 !important;
	text-transform: none !important;
	min-width: auto !important;
	min-height: 0 !important;
	padding: 8px 4px !important;
	margin-right: 12px !important;
}
.sf-app .sf-location-bar--pick .sf-loc-pick {
	min-height: 0 !important;
	padding: 0 4px 0 12px !important;
}
.sf-app .sf-booking-ico {
	color: #adadad !important;
}
.sf-app .sf-booking-ico svg {
	color: #adadad !important;
}
.sf-app .sf-filter-row {
	padding: 0 11px !important;
	margin: 0 0 19px !important;
	background: transparent !important;
	border: none !important;
	border-top: none !important;
	min-height: 35px !important;
	height: 35px !important;
	justify-content: space-between !important;
}
.sf-app .sf-filter-btn {
	padding: 6px 8px !important;
	min-height: 35px !important;
	height: 35px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #333 !important;
	line-height: 21px !important;
	border: 1px solid #dedede !important;
	border-radius: 3px !important;
	background: #fff !important;
}
/* Category tabs sit on white like OF categories_header */
.sf-app .sticky-category > .categories_header#categories_header,
.sf-app .sticky-category > .categories_header {
	background: #fff !important;
	padding: 20px 0 10px !important;
}

/*
 * Typography lock — live OrderFlock (orderflock.com) vs itsasaan:
 * html/body 14px, english-font weight 100, store 14/400 + tagline 12.25,
 * filter 12/700, titles 14/700, desc+price 14/100, Add 14/700, cats 13/700.
 */
html {
	font-size: 14px !important;
}
body.sf-body,
body.sf-body.english-font {
	font-size: 14px !important;
	line-height: 1.42857 !important;
	color: rgba(0, 0, 0, 0.87) !important;
	font-family: "Quicksand", "Cairo", sans-serif !important;
}
body.sf-body.english-font,
.sf-app.english-font,
.english-font {
	font-weight: 100;
}
.sf-app strong,
.sf-app b,
.sf-app .bold,
.sf-app h1, .sf-app h2, .sf-app h3, .sf-app h4, .sf-app h5, .sf-app h6,
.sf-app .box-title,
.sf-app .layoutProductTitleEnglish,
.sf-app .sf-add-outline,
.sf-app button.sf-add-outline,
.sf-app .sf-filter-btn,
.sf-app .of-single-otype,
.sf-app .menu-item.of-single-otype,
.sf-app .sf-cat-tab-label,
.sf-app #categories-top .sf-cat-tab-label {
	font-weight: 700 !important;
}
/* Live OF store title is MUI body1 400 — not heading bold */
.sf-app h1.sf-store-name,
.sf-app h2.sf-store-name,
.sf-app .sf-store-name {
	font-weight: 400 !important;
}
.sf-app .sf-filter-btn {
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #333 !important;
	line-height: 21px !important;
}
.sf-app .sf-location-bar .sf-loc-pick,
.sf-app .sf-location-bar .sf-loc-name,
.sf-app .sf-location-bar .bold {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.sf-app .categories_header .box-title,
.sf-app h2.box-title {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.sf-app .of-order-bar--single .of-single-otype,
.sf-app .of-order-bar--single .menu-item {
	font-size: 12.25px !important;
	font-weight: 700 !important;
}

/*
 * Phase C — funnel / modal chrome lock (live OF header rhythm = 55px)
 */
.sf-app .of-checkout-header,
.sf-app .of-menu-list-head,
.sf-app .sf-auth-sheet-head,
.sf-app .sf-store-panel .sf-drawer-top {
	min-height: 55px !important;
	height: 55px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	box-sizing: border-box !important;
}
.sf-app .of-checkout-title {
	font-size: 18px !important;
	font-weight: 700 !important;
}
.sf-app .of-checkout-benefits li {
	font-size: 14px !important;
	padding: 8px 0 !important;
}
.sf-app .sf-field-underline {
	padding: 12px 16px !important;
}
.sf-app .sf-field-underline label {
	font-size: 12px !important;
	color: rgba(0, 0, 0, 0.54) !important;
}
.sf-app .sf-field-underline input,
.sf-app .sf-field-underline textarea {
	font-size: 14px !important;
	font-weight: 100 !important;
}
.sf-app .of-checkout-page .action-button-english,
.sf-app .of-checkout-page .action-button-english .sf-cta-btn {
	min-height: 48px;
}
.sf-app .of-checkout-page .action-button-english .sf-cta-btn {
	font-size: 14px !important;
	font-weight: 700 !important;
	background: rgb(56, 142, 60) !important;
	border-radius: 0 !important;
}
.sf-app .sf-account-page .sf-account-profile,
.sf-app .sf-account-page .sf-account-orders {
	padding: 12px 16px !important;
}
.sf-app .of-menu-list-head h2,
.sf-app .sf-auth-sheet-head h2 {
	font-size: 14px !important;
	font-weight: 700 !important;
}

/*
 * Item page lock — live OF product detail (390):
 * title text-muted 14/700 lh 30; price 14/700 green;
 * qty pill br 50 border #dedede white bg w~125 h~33;
 * add bar pad 7/7/8 h 60; CTA h 45 fs 12.25 fw 500 radius 4.
 */
.sf-app .of-item-page .of-item-title {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 30px !important;
	color: rgb(108, 117, 125) !important;
	margin: 0 14px !important;
}
.sf-app .of-item-page .of-item-title.text-muted {
	color: rgb(108, 117, 125) !important;
}
.sf-app .of-item-page .of-item-price {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 30px !important;
	color: rgb(56, 142, 60) !important;
	margin-left: 14px !important;
}
.sf-app .of-item-page .of-qty-row {
	width: 125px !important;
	min-width: 125px !important;
	height: 33px !important;
	margin: 0 14px !important;
	padding: 0 !important;
	border: 1px solid #dedede !important;
	border-radius: 50px !important;
	background: #fff !important;
	justify-content: space-evenly !important;
	gap: 0 !important;
	box-sizing: border-box !important;
	line-height: 28px !important;
	font-size: 14px !important;
}
.sf-app .of-item-page .of-qty-count-box {
	border: none !important;
	background: transparent !important;
	min-width: 24px !important;
	padding: 0 !important;
}
.sf-app .of-item-page .of-qty-val {
	font-size: 14px !important;
	font-weight: 100 !important;
	line-height: 28px !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/* Mobile product hero — match OF: full natural image on cream, no gray header gap */
@media (max-width: 767px) {
	.sf-app.sf-mobile .of-item-page .of-item-hero-img img,
	.sf-app:not(.sf-desktop) .of-item-page .of-item-hero-img img {
		max-height: none !important;
		width: 100% !important;
		height: auto !important;
		object-fit: contain !important;
		background: transparent !important;
	}
}
.sf-app.sf-desktop .of-item-page .of-item-hero-img img {
	max-height: none !important;
	width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
	background: transparent !important;
}
.sf-app .of-item-page .of-item-hero,
.sf-app .of-item-page .of-item-hero-img {
	background: #faf7ed !important;
}
.sf-app .of-item-page .action-button-english {
	padding: 7px 7px 8px !important;
	height: 60px !important;
	min-height: 60px !important;
	background: #fff !important;
	box-sizing: border-box !important;
}
.sf-app .of-item-page .action-button-english .sf-cta-btn,
.sf-app .of-item-page .action-button-english button {
	height: 45px !important;
	min-height: 45px !important;
	font-size: 12.25px !important;
	font-weight: 500 !important;
	border-radius: 4px !important;
	padding: 6px 16px !important;
	box-shadow: none !important;
}

/* Cart page checkout — OF: white fixed bar + green contained CTA (not full green bar) */
.sf-app .sf-cart-page .action-button-english,
.sf-app .of-cart-page .action-button-english,
.sf-app .action-button-english:has(.sf-cart-next) {
	background: #fff !important;
	padding: 7px 7px 8px !important;
	height: 60px !important;
	min-height: 60px !important;
	border-top: none !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}
.sf-app .sf-cart-page .action-button-english .sf-cta-btn,
.sf-app .of-cart-page .action-button-english .sf-cta-btn,
.sf-app .action-button-english .sf-cart-next,
.sf-app .sf-cart-page .action-button-english .sf-cta-btn.sf-cart-next {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	max-width: 100% !important;
	background: rgb(56, 142, 60) !important;
	color: #fff !important;
	height: 45px !important;
	min-height: 45px !important;
	font-size: 12.25px !important;
	font-weight: 500 !important;
	border-radius: 4px !important;
	padding: 6px 16px !important;
	box-shadow: none !important;
	margin: 0 !important;
}
.sf-app .sf-cart-page .priceEnglish,
.sf-app .of-cart-page .priceEnglish,
.sf-app .sf-cart-page .sf-cart-line-price {
	font-weight: 700 !important;
	color: rgb(56, 142, 60) !important;
}

/*
 * FINAL overlay bury — must stay last so no later display:block resurrects
 * sticky category tabs over filter / reviews / search / store panel / sidebar.
 */
.sf-app.sf-has-overlay .sticky-category,
.sf-app.sf-has-overlay .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-has-overlay .sf-cat-tabs-wrap.sticky-category,
.sf-app.sf-has-overlay .sticky-category.is-pinned,
.sf-app.sf-desktop.sf-has-overlay .sticky-category,
.sf-app.sf-desktop.sf-has-overlay .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-desktop.sf-has-overlay .sticky-category.is-pinned,
.sf-app.sf-desktop.sf-has-overlay .sf-cat-tabs-wrap.sticky-category.is-pinned,
.sf-app.sf-has-filter .sticky-category,
.sf-app.sf-has-filter .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-has-filter .sticky-category.is-pinned,
.sf-app.sf-has-feedback .sticky-category,
.sf-app.sf-has-feedback .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-has-feedback .sticky-category.is-pinned,
.sf-app.sf-has-store-panel .sticky-category,
.sf-app.sf-has-store-panel .sticky-category.sf-cat-tabs-wrap,
.sf-app.sf-has-search .sticky-category,
.sf-app.sf-has-menu-list .sticky-category,
.sf-app.sf-has-location .sticky-category,
.sf-app.sf-has-sidebar .sticky-category,
.sf-app.sf-has-overlay .sf-sticky-cat-spacer,
.sf-app.sf-has-overlay .sf-cat-tabs-sentinel {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
	z-index: -1 !important;
}
/* Desktop: never let pinned tabs span past the drawer onto the hero */
@media (min-width: 768px) {
	.sf-app.sf-desktop .sticky-category.is-pinned,
	.sf-app.sf-desktop .sf-cat-tabs-wrap.sticky-category.is-pinned {
		right: auto !important;
		max-width: 41.6vw !important;
		border-bottom: 1px solid #dee2e6 !important;
		background: #fff !important;
	}

	/*
	 * Desktop/tablet home chrome lock (OF left column @ 41.6vw)
	 * — white Delivery band min-h 65, centered col-4, store card metrics
	 */
	.sf-app.sf-desktop .of-order-bar.of-order-bar--single,
	.sf-app .of-home-desktop-only .of-order-bar.of-order-bar--single {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		justify-content: center !important;
		min-height: 65px !important;
		padding: 0 !important;
		margin: 0 !important;
		background: #fff !important;
		border: none !important;
		border-bottom: 1px solid #dee2e6 !important;
		text-align: center !important;
		direction: ltr !important;
		gap: 0 !important;
		box-sizing: border-box !important;
	}
	.sf-app.sf-desktop .of-order-bar.of-order-bar--single > .of-order-bar-col,
	.sf-app.sf-desktop .of-order-bar.of-order-bar--single > .col-4,
	.sf-app .of-home-desktop-only .of-order-bar.of-order-bar--single > .of-order-bar-col,
	.sf-app .of-home-desktop-only .of-order-bar.of-order-bar--single > .col-4 {
		float: none !important;
		flex: 0 0 33.333333% !important;
		width: 33.333333% !important;
		max-width: 33.333333% !important;
		margin: 12.625px auto !important;
		padding: 0 15px !important;
		text-align: center !important;
		background: #fff !important;
		box-sizing: border-box !important;
	}
	.sf-app.sf-desktop .of-order-bar.of-order-bar--single .of-single-otype,
	.sf-app.sf-desktop .of-order-bar.of-order-bar--single .menu-item,
	.sf-app .of-home-desktop-only .of-order-bar.of-order-bar--single .of-single-otype,
	.sf-app .of-home-desktop-only .of-order-bar.of-order-bar--single .menu-item {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 80px !important;
		min-width: 80px !important;
		max-width: 80px !important;
		height: 38.8px !important;
		max-height: 40px !important;
		padding: 0 !important;
		margin: 0 !important;
		font-size: 12.25px !important;
		font-weight: 700 !important;
		line-height: 36.75px !important;
		border: 1px solid #666 !important;
		border-radius: 3px !important;
		background: transparent !important;
		color: #666 !important;
		box-shadow: none !important;
	}
	.sf-app.sf-desktop .of-desktop-store-wrap {
		background: #fff !important;
		border-bottom: 1px solid #dee2e6 !important;
	}
	.sf-app.sf-desktop .sf-location-bar,
	.sf-app.sf-desktop .sf-location-bar--pick {
		background: #fff !important;
		padding: 12px 0 0 !important;
		margin: 0 0 10px !important;
		min-height: 52px !important;
		box-sizing: border-box !important;
	}
	.sf-app.sf-desktop .sticky-category:not(.is-pinned),
	.sf-app.sf-desktop .sf-cat-tabs-wrap.sticky-category:not(.is-pinned) {
		width: 100% !important;
		max-width: 100% !important;
		background: #fff !important;
	}
}



/* ---- OF product page section lock (end) ---- */
.sf-app .of-item-page .of-desc-band {
	background: #fff !important;
	border: 1px solid #dee2e6 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
.sf-app .of-item-page .of-desc-band .of-desc-body {
	margin: 14px !important;
	color: rgba(0, 0, 0, 0.87) !important;
	font-size: 14px !important;
	font-weight: 100 !important;
}
.sf-app .of-item-page .of-mod-group .of-mod-bar {
	background: #f4f5f5 !important;
	padding: 14px 21px !important;
	min-height: 48px !important;
}
.sf-app .of-item-page .of-mod-group .of-mod-title {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.sf-app .of-item-page .of-mod-group .of-mod-meta,
.sf-app .of-item-page .of-mod-group .of-mod-body {
	background: #fff !important;
}
.sf-app .of-item-page .of-mod-badge {
	background: #aaaaaa !important;
	border-radius: 10px !important;
	font-size: 14px !important;
	font-weight: 100 !important;
	padding: 0 14px !important;
	height: 20px !important;
	line-height: 20px !important;
}
.sf-app .of-item-page .of-mod-limit {
	font-size: 14px !important;
	font-weight: 100 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.sf-app .of-item-page .of-special-req {
	background: #fff !important;
	border: 1px solid #dee2e6 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	min-height: 90px !important;
}
.sf-app .of-item-page .action-button-english .sf-cta-btn > span:first-child {
	font-size: 1rem !important;
}
.sf-app .of-item-page .action-button-english .sf-cta-price {
	position: absolute !important;
	right: 10px !important;
	top: 6px !important;
	height: 32px !important;
	line-height: 32px !important;
	padding: 0 8px !important;
	background: rgba(0, 0, 0, 0.3) !important;
	border-radius: 7px !important;
	font-size: 0.8rem !important;
	font-weight: 500 !important;
}
