/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.18_@playwright+test@1.60.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/.pnpm/next@15.5.18_@playwright+test@1.60.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/.pnpm/leaflet@1.9.4/node_modules/leaflet/dist/leaflet.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/_next/static/media/layers.ef6db872.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/_next/static/media/layers-2x.9859cd12.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/_next/static/media/marker-icon.d577052a.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.18_@playwright+test@1.60.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/.pnpm/next@15.5.18_@playwright+test@1.60.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --color-primary: #bd4613;
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  color: #231f20;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

body.product-detail-scroll-lock,
body.cart-sheet-scroll-lock,
body.cross-business-cart-scroll-lock {
  overscroll-behavior: none;
}

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

a {
  color: inherit;
}

.sr-only {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(2rem, 10vw, 4rem);
  line-height: 1;
  margin: 8px 0 0;
}

h2,
h3 {
  line-height: 1.15;
  margin: 0;
}

p {
  line-height: 1.5;
}

.page-shell {
  margin: 0 auto;
  max-width: 1120px;
  padding: 16px;
  width: 100%;
}

.with-sticky-cta {
  padding-bottom: 112px;
}

.with-sticky-cta button,
.with-sticky-cta a {
  scroll-margin-bottom: 128px;
}

.with-sticky-cta > .surface-card:last-of-type {
  margin-bottom: 112px;
}

.hero,
.marketplace-header,
.menu-header,
.empty-state,
.surface-card {
  background: #ffffff;
  border: 1px solid #f0d9c4;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgb(35 31 32 / 8%);
  padding: 18px;
}

.surface-card {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  min-width: 0;
}

.cart-review-compact {
  gap: 10px;
  padding-block: 14px;
}

.cart-review-header,
.cart-review-items,
.cart-review-item-copy {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.cart-review-header {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) auto;
}

.cart-review-header h2,
.cart-review-header p,
.cart-review-compact h3,
.cart-review-compact p,
.cart-review-compact ul {
  margin: 0;
}

.cart-review-header p {
  color: #16a34a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-review-header a {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  color: #15803d;
  font-weight: 900;
  padding: 10px 12px;
  text-decoration: none;
}

.cart-review-item {
  background: #ffffff;
  border: 1px solid #f0d9c4;
  border-radius: 16px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  padding: 12px;
}

.cart-review-item.is-readonly {
  grid-template-columns: auto minmax(0, 1fr);
}

.cart-review-item ul {
  color: #6b7280;
  display: grid;
  font-size: 0.85rem;
  grid-gap: 3px;
  gap: 3px;
  list-style: none;
  padding: 0;
}

.cart-review-quantity {
  align-items: center;
  background: #16a34a;
  border-radius: 999px;
  color: #ffffff;
  display: inline-grid;
  font-weight: 900;
  height: 32px;
  justify-items: center;
  width: 32px;
}

.cart-review-subtotal {
  color: #111827;
  font-weight: 900;
}

.eyebrow {
  color: #a24f22;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-form,
.card-grid,
.menu-list,
.category-nav {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  min-width: 0;
}

.card-grid > *,
.menu-list > * {
  min-width: 0;
}

.search-form {
  margin-top: 20px;
}

.marketplace-shell {
  background: #ffffff;
  padding: 0 20px 20px;
}

.marketplace-header {
  border: 0;
  border-radius: 0;
  box-shadow: 0 10px 22px rgb(15 23 42 / 5%);
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  margin-inline: -20px;
  padding: 20px 20px 14px;
}

.marketplace-top-bar {
  align-items: center;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.marketplace-location {
  align-items: center;
  background: transparent;
  border: 0;
  color: #0d47a1;
  display: inline-grid;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 3px;
  justify-items: center;
  line-height: 1;
  min-height: 58px;
  min-width: 54px;
  padding: 0;
}

.marketplace-location-icon {
  color: #dc2626;
  display: block;
  fill: currentColor;
  height: 28px;
  width: 28px;
}

.marketplace-location-icon circle {
  fill: #ffffff;
}

.icon-button {
  align-items: center;
  background: #fff4e8;
  border: 1px solid #f0d9c4;
  border-radius: 999px;
  color: #7d3514;
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.marketplace-search {
  gap: 8px;
  margin-top: 0;
  min-width: 0;
}

.marketplace-search label {
  font-size: 0.82rem;
  font-weight: 700;
}

.marketplace-search-row {
  align-items: center;
  background: #f8f9fa;
  border-radius: 16px;
  display: flex;
  gap: 12px;
  min-height: 58px;
  padding: 0 16px;
}

.marketplace-search-icon {
  color: #6b7280;
  fill: none;
  flex: 0 0 auto;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 24px;
}

.marketplace-search-row input {
  background: transparent;
  border: 0;
  color: #231f20;
  font-size: 1rem;
  min-height: 58px;
  padding: 0;
}

.marketplace-search-row input::placeholder {
  color: #6b7280;
}

.marketplace-search-row input:focus {
  outline: none;
}

.marketplace-search-row:focus-within {
  box-shadow: 0 0 0 3px rgb(13 71 161 / 18%);
}

.marketplace-support {
  align-items: center;
  background: transparent;
  border: 0;
  color: #333333;
  display: inline-grid;
  font-size: 0.66rem;
  font-weight: 800;
  gap: 2px;
  justify-items: center;
  line-height: 1;
  min-height: 58px;
  min-width: 46px;
  padding: 0;
}

.marketplace-location:disabled,
.marketplace-support:disabled {
  cursor: default;
  opacity: 1;
}

.marketplace-support-icon {
  color: currentColor;
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 30px;
}

.marketplace-category-dock {
  margin-top: 14px;
}

.marketplace-category-chips {
  display: flex;
  gap: 8px;
  margin-inline: -2px;
  min-width: 0;
  overflow-x: auto;
  padding: 2px 2px 4px;
  scrollbar-width: none;
}

.marketplace-category-chips::-webkit-scrollbar {
  display: none;
}

.marketplace-category-chips a {
  align-items: center;
  background: #ffffff;
  border: 1px solid #f0d9c4;
  border-radius: 14px;
  color: #4f2818;
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 5px;
  justify-content: center;
  min-height: 58px;
  min-width: 58px;
  padding: 8px 10px;
  text-decoration: none;
}

.category-chip-icon {
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgb(240 217 196 / 72%);
  color: #8f3b16;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.category-chip-icon svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.marketplace-category-chips a[aria-current="page"] {
  background: #d2f0ff;
  border-color: #01cafe;
  color: #0d47a1;
}

.marketplace-category-chips a[aria-current="page"] .category-chip-icon {
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgb(1 202 254 / 42%);
  color: #00a9f4;
}

.marketplace-category-chips a[aria-current="page"] span:last-child {
  color: #0d47a1;
}

.marketplace-category-chips a:focus-visible {
  outline: 3px solid #fed229;
  outline-offset: 2px;
}

.marketplace-category-chips a:hover {
  border-color: #ff8b36;
  color: #7d3514;
}

.marketplace-category-chips a[aria-current="page"]:hover {
  border-color: #01cafe;
  color: #0d47a1;
}

.marketplace-category-chips a[aria-current="page"]:hover .category-chip-icon {
  color: #00a9f4;
}

.marketplace-category-chips a[aria-current="page"]:hover span:last-child {
  color: #0d47a1;
}

.marketplace-section-heading {
  margin-top: 14px;
}

.marketplace-section-heading h1 {
  font-size: clamp(1.35rem, 7vw, 2.25rem);
  letter-spacing: -0.03em;
  margin: 0;
}

.menu-header {
  border: 0;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 10px 22px rgb(15 23 42 / 5%);
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  margin: -16px -16px 0;
  padding: 10px 16px 18px;
}

.menu-app-bar {
  align-items: center;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  min-height: 48px;
}

.menu-app-bar p {
  font-weight: 800;
  margin: 0;
  text-align: center;
}

.menu-back-link {
  align-items: center;
  border-radius: 999px;
  color: #231f20;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  text-decoration: none;
  width: 44px;
}

.menu-back-link svg {
  fill: none;
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 28px;
}

.menu-back-link:focus-visible {
  outline: 3px solid #fed229;
  outline-offset: 2px;
}

.menu-business-panel {
  align-items: flex-start;
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  grid-template-columns: 80px minmax(0, 1fr);
}

.menu-business-logo {
  align-items: center;
  aspect-ratio: 1;
  background: #fff4e8;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #7d3514;
  display: flex;
  font-size: 1.2rem;
  font-weight: 900;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.menu-business-logo img {
  object-fit: cover;
}

.menu-business-copy {
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  min-width: 0;
}

.menu-business-copy h1 {
  font-size: clamp(1.35rem, 7vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0;
}

.menu-business-subtitle {
  color: #6b7280;
  font-size: 0.9rem;
  margin: 0;
}

.menu-business-subtitle.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.menu-business-description {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.menu-business-description-toggle {
  background: transparent;
  border: 0;
  color: #0d47a1;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  justify-self: start;
  min-height: 32px;
  padding: 0;
}

.menu-business-description-toggle:focus-visible {
  border-radius: 8px;
  outline: 3px solid #fed229;
  outline-offset: 2px;
}

.menu-meta-pill-row {
  align-items: center;
  background: #f1f3f5;
  border-radius: 14px;
  display: flex;
  gap: 8px;
  justify-content: space-around;
  padding: 8px;
}

.menu-meta-pill-row span {
  color: #6b7280;
  font-size: 0.84rem;
  font-weight: 800;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-meta-pill-row .menu-status-open {
  color: #15803d;
}

.menu-meta-pill-row .menu-status-closed {
  color: #9a3412;
}

.menu-closed-note {
  color: #6b5f57;
  margin: 0;
}

.search-form input,
.search-form button,
.surface-card button,
.primary-link,
.sticky-cart-cta button,
.sticky-cart-cta a,
.surface-card input,
.surface-card textarea {
  border-radius: 999px;
  min-height: 44px;
  padding: 12px 16px;
}

.search-form input,
.surface-card input,
.surface-card textarea {
  border: 1px solid #d9bba2;
  width: 100%;
}

.surface-card textarea {
  border-radius: 18px;
  min-height: 96px;
  resize: vertical;
}

.surface-card textarea.checkout-auto-textarea {
  min-height: 44px;
  overflow: hidden;
  resize: none;
}

.surface-card label,
.surface-card fieldset {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.surface-card fieldset {
  border: 1px solid #f0d9c4;
  border-radius: 18px;
  margin: 0;
  padding: 14px;
}

.search-form button,
.surface-card button,
.primary-link,
.sticky-cart-cta button,
.sticky-cart-cta a {
  background: var(--color-primary);
  border: 0;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.surface-card button:disabled,
.primary-link[aria-disabled="true"] {
  background: #8c8179;
  cursor: not-allowed;
}

.sticky-cart-cta button,
.sticky-cart-cta a {
  min-height: 48px;
  place-content: center;
}

.sticky-cart-cta button {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.sticky-cart-cta-icon {
  fill: none;
  flex: 0 0 auto;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px;
}

.hero > a[href],
.empty-state > a[href],
.surface-card > a[href] {
  align-items: center;
  display: inline-grid;
  min-height: 44px;
}

.search-form button,
.surface-card button,
.primary-link,
.sticky-cart-cta button,
.sticky-cart-cta a {
  display: grid;
  min-width: 0;
  place-items: center;
  width: 100%;
}

.card-grid,
.menu-section,
.empty-state {
  margin-top: 20px;
}

.category-nav {
  margin-inline: -16px;
  margin-top: 0;
}

.menu-section {
  scroll-margin-top: 112px;
}

.marketplace-section-heading + .card-grid,
.marketplace-section-heading + .empty-state {
  margin-top: 12px;
}

.card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.business-image,
.product-image {
  aspect-ratio: 4 / 3;
  background: #f4dfca;
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
}

.business-card {
  aspect-ratio: 1 / 1.16;
  border-radius: 18px;
  box-shadow: 0 10px 22px rgb(35 31 32 / 12%);
  color: #ffffff;
  display: grid;
  isolation: isolate;
  min-height: 168px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.business-card-closed {
  box-shadow: 0 8px 18px rgb(35 31 32 / 10%);
  color: #f1f5f9;
}

.business-cover-image,
.business-cover-fallback,
.business-card-overlay,
.business-card-link,
.business-card-status {
  inset: 0;
  position: absolute;
}

.business-cover-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  z-index: -2;
}

.business-cover-fallback {
  align-items: center;
  background:
    radial-gradient(circle at 22% 18%, rgb(255 255 255 / 22%), transparent 34%),
    linear-gradient(135deg, #bd4613 0%, #7d3514 46%, #231f20 100%);
  color: rgb(255 255 255 / 86%);
  display: flex;
  font-size: clamp(2.25rem, 12vw, 5rem);
  font-weight: 900;
  justify-content: center;
  letter-spacing: -0.08em;
  text-shadow: 0 10px 28px rgb(0 0 0 / 28%);
  z-index: -2;
}

.business-card-closed .business-cover-image,
.business-card-closed .business-cover-fallback,
.business-card-closed .business-logo-badge {
  filter: grayscale(1) saturate(0.2);
}

.business-card-overlay {
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 4%, rgb(0 0 0 / 8%) 42%, rgb(0 0 0 / 62%) 100%);
  z-index: -1;
}

.business-card-closed .business-card-overlay {
  background: linear-gradient(180deg, rgb(15 23 42 / 20%) 6%, rgb(15 23 42 / 36%) 44%, rgb(15 23 42 / 88%) 100%);
}

.business-logo-badge {
  background: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgb(0 0 0 / 22%);
  height: 44px;
  left: 10px;
  object-fit: cover;
  position: absolute;
  top: 10px;
  width: 44px;
}

.business-logo-fallback {
  align-items: center;
  background: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgb(0 0 0 / 22%);
  color: #7d3514;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  left: 10px;
  letter-spacing: -0.04em;
  position: absolute;
  top: 10px;
  width: 44px;
}

.business-card-closed .business-logo-fallback {
  color: #475569;
  filter: grayscale(1) saturate(0.2);
}

.business-card-content {
  align-self: flex-end;
  background: linear-gradient(180deg, rgb(17 24 39 / 70%), rgb(17 24 39 / 86%));
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 16px 16px 0 0;
  border-bottom: 0;
  box-shadow: 0 -8px 22px rgb(0 0 0 / 18%);
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  margin-top: auto;
  min-width: 0;
  padding: 10px 10px 9px;
}

.business-card-meta {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  min-width: 0;
}

.business-card-meta > span {
  align-items: center;
  background: rgb(255 255 255 / 92%);
  border-radius: 999px;
  color: #231f20;
  display: inline-flex;
  flex: 1 1;
  font-size: 0.64rem;
  font-weight: 900;
  gap: 3px;
  line-height: 1;
  min-width: 0;
  padding: 5px 6px;
}

.business-card-meta > span > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.business-card-meta-icon {
  flex: 0 0 auto;
  fill: none;
  height: 10px;
  stroke: #8f3b16;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 10px;
}

.business-card .status-closed {
  border-radius: 999px;
  justify-self: start;
  line-height: 1;
  padding: 5px 8px;
}

.business-card .status-closed {
  background: rgb(185 28 28 / 94%);
  color: #ffffff;
  text-transform: uppercase;
}

.business-card-link,
.business-card-status {
  color: transparent;
  display: block;
  font-size: 0;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
}

.business-card-status {
  pointer-events: none;
}

.status-closed {
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  margin: 2px 0 0;
}

.status-closed {
  color: #9a3412;
}

.category-nav a {
  border-bottom: 3px solid transparent;
  color: #5f6673;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 800;
  min-height: 44px;
  padding: 12px 4px 10px;
  text-align: center;
  text-decoration: none;
}

.category-nav a[aria-current="true"] {
  border-color: #0d47a1;
  color: #0d47a1;
}

.category-nav {
  background: #ffffff;
  border-bottom: 2px solid #f28c28;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 4px 16px 0;
  position: -webkit-sticky;
  position: sticky;
  scrollbar-width: none;
  top: 0;
  z-index: 10;
}

.category-nav::-webkit-scrollbar {
  display: none;
}

.surface-card.product-card {
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgb(15 23 42 / 8%);
  padding: 12px;
}

.product-card-summary {
  align-items: flex-start;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: minmax(116px, 38%) minmax(0, 1fr);
}

.product-media {
  align-self: flex-start;
  aspect-ratio: 1;
  background: #eef2f7;
  border-radius: 10px;
  display: grid;
  overflow: hidden;
  place-items: center;
  width: 100%;
}

.product-card-summary .product-image,
.product-image-fallback {
  aspect-ratio: 1;
  height: 100%;
  width: 100%;
}

.product-card-summary .product-image {
  border-radius: 10px;
  object-fit: cover;
}

.product-image-fallback {
  color: #9aa3af;
  fill: none;
  padding: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.product-card-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.product-card-copy h3,
.product-card-copy p {
  margin: 0;
}

.product-card-copy h3 {
  color: #1f2937;
  font-size: 0.96rem;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-description {
  color: #6b7280;
  display: -webkit-box;
  font-size: 0.78rem;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-price {
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 900;
}

.required-option {
  color: #6b5f57;
  font-size: 0.86rem;
}

.product-card-actions {
  align-items: flex-end;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: auto;
  min-width: 0;
}

.product-card-actions p {
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 800;
  min-width: 0;
}

.product-card-actions button {
  background: #0d47a1;
  border-radius: 999px;
  box-shadow: none;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 18px;
  width: auto;
}

.product-card-actions button:disabled {
  background: #cbd5e1;
  color: #64748b;
}

.product-detail-backdrop {
  align-items: flex-end;
  background: rgb(15 23 42 / 48%);
  display: grid;
  inset: 0;
  justify-items: center;
  overscroll-behavior: none;
  padding-top: 64px;
  position: fixed;
  touch-action: pan-y;
  z-index: 50;
}

.product-detail-sheet {
  background: #ffffff;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -18px 36px rgb(15 23 42 / 20%);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  grid-gap: 10px;
  gap: 10px;
  max-width: 560px;
  max-height: 88dvh;
  overflow: hidden;
  padding: 10px 16px 0;
  touch-action: pan-y;
  transition: transform 160ms ease;
  width: 100%;
}

.product-detail-sheet.is-dragging {
  transition: none;
}

.product-detail-handle {
  background: #d1d5db;
  border-radius: 999px;
  height: 5px;
  justify-self: center;
  width: 58px;
}

.product-detail-scroll {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  min-height: 0;
  overscroll-behavior: contain;
  overflow-y: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

.product-detail-header {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  position: relative;
}

.product-detail-sheet .product-detail-close {
  align-items: center;
  background: rgb(255 255 255 / 92%);
  border: 1px solid #f0d9c4;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgb(15 23 42 / 14%);
  color: #4f2818;
  display: inline-flex;
  font-size: 1.45rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  min-width: 40px;
  padding: 0 0 2px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  z-index: 1;
}

.product-detail-media {
  background: #eef2f7;
  border-radius: 16px;
  display: grid;
  height: clamp(180px, 52vw, 220px);
  max-height: 220px;
  overflow: hidden;
  place-items: center;
  position: relative;
}

.product-detail-sheet .product-detail-image {
  object-fit: cover;
}

.product-detail-sheet .product-detail-media > .product-image-fallback {
  aspect-ratio: auto;
  height: 100%;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.product-detail-copy {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.product-detail-copy h3,
.product-detail-copy p {
  margin: 0;
}

.product-detail-copy h3 {
  color: #111827;
  font-size: clamp(1.35rem, 7vw, 1.75rem);
  font-weight: 900;
  line-height: 1.1;
}

.product-detail-copy p:not(.product-detail-price) {
  color: #6b7280;
  font-size: 0.96rem;
}

.product-detail-price {
  color: #111827;
  font-size: 1.05rem;
  font-weight: 900;
}

.product-detail-options {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.product-detail-options fieldset {
  border: 0;
  border-top: 1px solid #edf0f3;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin: 0;
  padding: 16px 0 0;
}

.product-detail-options legend {
  color: #111827;
  font-size: 1.05rem;
  font-weight: 900;
  padding: 0;
}

.option-group-rule,
.product-detail-no-options {
  color: #6b7280;
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0;
}

.option-group-rule.is-required {
  color: #dc2626;
}

.option-list {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.option-row {
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 14px;
}

.option-row:has(input:checked) {
  background: #fff4e8;
  border-color: #f28c28;
}

.option-row > span {
  align-items: center;
  color: #374151;
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
}

.option-row input {
  accent-color: #f28c28;
  height: 18px;
  width: 18px;
}

.option-row strong {
  color: #dc2626;
  font-size: 0.92rem;
}

.product-detail-alert {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
  color: #991b1b;
  font-weight: 800;
  margin: 0;
  padding: 10px 12px;
}

.product-detail-cta {
  align-items: stretch;
  background: #ffffff;
  border-top: 1px solid #f0d9c4;
  box-shadow: 0 -10px 24px rgb(15 23 42 / 10%);
  display: grid;
  margin-inline: -16px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
}

.product-detail-cta button {
  background: #f28c28;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
  min-height: 52px;
  padding: 12px 18px;
  width: 100%;
}

.product-detail-cta button:disabled {
  background: #cbd5e1;
  color: #64748b;
}

.cross-business-cart-backdrop {
  align-items: center;
  background: rgb(15 23 42 / 54%);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 20px;
  position: fixed;
  z-index: 70;
}

.cross-business-cart-dialog {
  background: #ffffff;
  border: 1px solid #f0d9c4;
  border-radius: 24px;
  box-shadow: 0 24px 54px rgb(15 23 42 / 24%);
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  max-width: 440px;
  padding: 22px;
  width: min(100%, 440px);
}

.cross-business-cart-dialog h2,
.cross-business-cart-dialog p {
  margin: 0;
}

.cross-business-cart-dialog h2 {
  color: #111827;
  font-size: 1.45rem;
  font-weight: 900;
}

.cross-business-cart-dialog > p {
  color: #4b5563;
  font-size: 0.98rem;
}

.cross-business-cart-eyebrow {
  color: #bd4613;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cross-business-cart-actions {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.cross-business-cart-actions button {
  border-radius: 999px;
  font-weight: 900;
  min-height: 50px;
  padding: 12px 18px;
}

.cross-business-cart-secondary {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #111827;
}

.cross-business-cart-primary {
  background: #dc2626;
  border: 0;
  color: #ffffff;
}

.cart-sheet-backdrop {
  align-items: flex-end;
  background: rgb(15 23 42 / 48%);
  display: grid;
  inset: 0;
  justify-items: center;
  overscroll-behavior: none;
  padding-top: 64px;
  position: fixed;
  touch-action: pan-y;
  z-index: 60;
}

.cart-sheet {
  background: #ffffff;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -18px 36px rgb(15 23 42 / 22%);
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  max-height: 86dvh;
  max-width: 560px;
  overflow: hidden;
  padding: 10px 16px 0;
  touch-action: pan-y;
  transition: transform 160ms ease;
  width: 100%;
}

.cart-sheet.is-dragging {
  transition: none;
}

.cart-sheet-handle {
  background: #d1d5db;
  border-radius: 999px;
  height: 5px;
  justify-self: center;
  width: 58px;
}

.cart-sheet-header {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.cart-sheet-title,
.cart-review-title {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.cart-sheet-title-icon,
.cart-review-icon {
  align-items: center;
  background: #dcfce7;
  border-radius: 999px;
  color: #15803d;
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.cart-sheet-title-icon svg,
.cart-review-icon svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 24px;
}

.cart-sheet-header h2,
.cart-sheet-header p {
  margin: 0;
}

.cart-sheet-header p {
  color: #16a34a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-sheet-header h2 {
  color: #111827;
  font-size: 1.35rem;
  font-weight: 900;
}

.cart-sheet-close {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #111827;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.45rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 0 0 2px;
  width: 40px;
}

.cart-sheet-scroll {
  min-height: 0;
  overscroll-behavior: contain;
  overflow-y: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

.cart-sheet-items {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.cart-sheet-item {
  align-items: flex-start;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf5 100%);
  border: 1px solid #edf0f3;
  border-radius: 16px;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 56px minmax(0, 1fr);
  padding: 12px;
}

.cart-sheet-item-media {
  align-items: center;
  background: #fff4e8;
  border: 1px solid #f7dec4;
  border-radius: 14px;
  color: #b45309;
  display: grid;
  height: 56px;
  justify-items: center;
  overflow: hidden;
  position: relative;
  width: 56px;
}

.cart-sheet-item-media img {
  object-fit: cover;
}

.cart-sheet-item-fallback {
  fill: none;
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 28px;
}

.cart-sheet-item-copy,
.cart-sheet-item-actions {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.cart-sheet-item h3,
.cart-sheet-item p,
.cart-sheet-item ul {
  margin: 0;
}

.cart-sheet-item h3 {
  color: #111827;
  font-size: 1rem;
  font-weight: 900;
}

.cart-sheet-item ul {
  color: #6b7280;
  display: grid;
  font-size: 0.82rem;
  grid-gap: 3px;
  gap: 3px;
  list-style: none;
  padding: 0;
}

.cart-sheet-remove {
  align-items: center;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 999px;
  color: #dc2626;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  justify-self: start;
  min-height: 40px;
  min-width: 88px;
  padding: 9px 14px;
}

.cart-sheet-item-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 2;
  justify-content: space-between;
}

.cart-sheet-item-actions p {
  color: #111827;
  font-weight: 900;
}

.cart-sheet-quantity {
  align-items: center;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  display: inline-flex;
  gap: 6px;
  min-height: 44px;
  padding: 2px;
}

.cart-sheet-quantity button {
  align-items: center;
  background: #16a34a;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.cart-sheet-quantity span {
  color: #111827;
  font-weight: 900;
  min-width: 2ch;
  text-align: center;
}

.cart-sheet-empty {
  align-content: center;
  color: #6b7280;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  justify-items: center;
  min-height: 220px;
  text-align: center;
}

.cart-sheet-empty h3,
.cart-sheet-empty p {
  margin: 0;
}

.cart-sheet-empty h3 {
  color: #111827;
  font-size: 1.15rem;
  font-weight: 900;
}

.cart-sheet-empty-icon {
  color: #9ca3af;
  fill: none;
  height: 68px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 68px;
}

.cart-sheet-summary {
  background: #ffffff;
  border-top: 1px solid #edf0f3;
  box-shadow: 0 -10px 24px rgb(15 23 42 / 10%);
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin-inline: -16px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
}

.cart-sheet-summary div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cart-sheet-summary span {
  color: #6b7280;
  font-weight: 800;
}

.cart-sheet-summary strong {
  color: #111827;
  font-size: 1.05rem;
  font-weight: 900;
}

.cart-sheet-summary a,
.cart-sheet-summary button {
  align-items: center;
  background: #16a34a;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  display: grid;
  font-weight: 900;
  min-height: 52px;
  padding: 12px 18px;
  place-items: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.cart-sheet-summary button:disabled {
  background: #cbd5e1;
  color: #64748b;
}

.cart-feedback {
  background: #fff4e8;
  border: 1px solid #f0d9c4;
  border-radius: 999px;
  color: #4f2818;
  font-weight: 800;
  padding: 10px 14px;
}

.checkout-shell {
  background: #ffffff;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  margin: 0;
  max-width: none;
  min-height: 100vh;
  padding: 0 14px 116px;
  width: 100%;
}

.checkout-shell .checkout-hero {
  background: #ffffff;
  border: 0;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 10px 22px rgb(15 23 42 / 5%);
  color: #231f20;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  margin: 0 -14px;
  padding: 10px 16px 14px;
}

.checkout-app-bar {
  align-items: center;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  min-height: 44px;
}

.checkout-app-bar p {
  font-weight: 800;
  margin: 0;
  text-align: center;
}

.checkout-shell .checkout-hero h1 {
  font-size: clamp(1.7rem, 7vw, 2.3rem);
  letter-spacing: -0.045em;
  margin: 0;
  max-width: none;
}

.checkout-shell .checkout-hero p:last-child {
  color: #6b5f56;
  font-size: 0.92rem;
  margin: 0;
  max-width: 42rem;
}

.checkout-muted,
.checkout-payment-option small,
.checkout-status-card p,
.checkout-safe-banner span,
.checkout-location-picker p {
  color: #64748b;
}

.checkout-grid,
.checkout-main-flow,
.checkout-form,
.checkout-delivery-card,
.checkout-field-grid,
.checkout-location-picker,
.checkout-location-picker-copy,
.checkout-map-with-status,
.checkout-location-status-row,
.checkout-notes-card,
.checkout-order-card,
.checkout-payment-card,
.checkout-pending-summary,
.checkout-status-card {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.checkout-grid {
  margin-inline: auto;
  max-width: 980px;
  width: 100%;
}

.checkout-main-flow {
  margin-inline: auto;
  max-width: 620px;
  padding-bottom: 128px;
  width: 100%;
}

.checkout-stepper {
  align-items: start;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 620px;
  overflow: visible;
  padding: 2px 0 4px;
  width: 100%;
}

.checkout-stepper button {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgb(15 23 42 / 7%);
  color: #64748b;
  display: grid;
  font-size: clamp(0.62rem, 2.8vw, 0.74rem);
  font-weight: 900;
  grid-gap: 4px;
  gap: 4px;
  line-height: 1.05;
  min-height: 58px;
  min-width: 0;
  padding: 8px 4px;
  text-align: center;
}

.checkout-stepper button:disabled {
  box-shadow: none;
  color: #cbd5e1;
}

.checkout-stepper button span {
  align-items: center;
  background: #f1f5f9;
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-size: 0.72rem;
  height: 24px;
  justify-content: center;
  justify-self: center;
  width: 24px;
}

.checkout-stepper button.is-current {
  background: #111827;
  box-shadow: 0 12px 26px rgb(17 24 39 / 24%);
  color: #ffffff;
}

.checkout-stepper button.is-current span,
.checkout-stepper button.is-complete span {
  background: var(--color-primary);
  color: #ffffff;
}

.checkout-step-panel {
  background: #ffffff;
  border: 0;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgb(15 23 42 / 10%);
  min-height: 0;
  padding: 18px;
}

.checkout-card-header {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.checkout-card-header h2 {
  color: #0f172a;
  font-size: 1.45rem;
  letter-spacing: -0.035em;
}

.checkout-card-header h2,
.checkout-card-header p,
.checkout-order-card .cart-review-compact h2,
.checkout-order-card .cart-review-compact p,
.checkout-order-card .cart-review-compact h3 {
  margin: 0;
}

.checkout-order-card .cart-review-compact {
  background: #f8fafc;
  border: 0;
  box-shadow: inset 0 0 0 1px #e2e8f0;
  padding: 10px;
}

.checkout-order-card .cart-review-header {
  align-items: center;
}

.checkout-order-card .cart-review-actions {
  display: flex;
  justify-content: flex-end;
}

.checkout-order-card .cart-review-icon {
  background: #fff7ed;
  color: #f97316;
}

.checkout-order-card .cart-review-header p {
  color: #f97316;
}

.checkout-order-card .cart-review-actions a {
  background: #fff4e8;
  border: 1px solid #f0d9c4;
  border-radius: 999px;
  color: #4f2818;
  font-size: 0.82rem;
  font-weight: 900;
  padding: 7px 10px;
  text-decoration: none;
  white-space: nowrap;
}

.checkout-order-card .cart-review-item {
  background: #ffffff;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgb(15 23 42 / 6%);
}

.checkout-order-card .cart-review-quantity {
  background: #111827;
}

.checkout-total-row {
  align-items: center;
  background: linear-gradient(135deg, #111827, #1f2937);
  border-radius: 20px;
  color: #ffffff;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 14px;
}

.checkout-total-row span {
  color: #fed7aa;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-total-row strong {
  font-size: 1.25rem;
}

.checkout-soft-section {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  padding: 14px;
}

.checkout-soft-section h2,
.checkout-soft-section p,
.checkout-payment-card h2,
.checkout-payment-card p,
.checkout-status-card h2,
.checkout-status-card p,
.checkout-pending-summary p,
.checkout-location-picker p {
  margin: 0;
}

.checkout-location-picker {
  background: #f8fafc;
  border: 0;
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px #e2e8f0;
  padding: 14px;
}

.checkout-location-picker strong {
  color: #0f172a;
}

.checkout-map-shell,
.checkout-map-loading {
  border: 1px solid #dbeafe;
  border-radius: 22px;
  min-height: 240px;
  overflow: hidden;
}

.checkout-leaflet-map,
.checkout-map-loading {
  height: 240px;
  min-height: 240px;
  width: 100%;
}

.checkout-map-loading {
  align-items: center;
  background: #eef6ff;
  color: #334155;
  display: grid;
  font-weight: 800;
  justify-items: center;
  padding: 18px;
  text-align: center;
}

.checkout-location-status-row {
  align-items: start;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  gap: 2px;
  grid-template-columns: minmax(0, 1fr);
  padding: 10px 12px;
}

.checkout-location-status-row span {
  color: #64748b;
  font-size: 0.88rem;
}

.checkout-leaflet-pin {
  background: transparent;
  border: 0;
}

.checkout-leaflet-pin span {
  background: #ef4444;
  border: 3px solid #ffffff;
  border-radius: 999px 999px 999px 0;
  box-shadow: 0 8px 20px rgb(15 23 42 / 28%);
  display: block;
  height: 32px;
  transform: rotate(-45deg);
  width: 32px;
}

.checkout-leaflet-pin span::after {
  background: #ffffff;
  border-radius: 999px;
  content: "";
  display: block;
  height: 10px;
  margin: 8px;
  width: 10px;
}

.checkout-location-actions {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr);
}

.checkout-location-actions button {
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  min-height: 52px;
  padding: 12px 14px;
}

.checkout-location-actions button:first-child {
  background: #111827;
  color: #ffffff;
}

.checkout-location-actions button:disabled {
  background: #cbd5e1;
  color: #64748b;
}

.checkout-location-secondary {
  background: transparent;
  border: 0;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 800;
  justify-self: start;
  padding: 2px 0;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkout-location-message {
  background: rgb(255 255 255 / 90%);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 10px 12px;
}

.checkout-location-fallback {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 14px;
  color: #92400e;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 10px 12px;
}

.checkout-alert {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-radius: 18px;
  color: #9f1239;
  margin: 0;
  padding: 14px 14px 14px 32px;
}

.checkout-payment-options {
  border: 0;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin: 0;
  min-inline-size: 0;
  padding: 0;
}

.checkout-payment-options legend {
  font-weight: 800;
  margin-bottom: 10px;
}

.checkout-payment-option {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 14px;
}

.checkout-payment-option input {
  align-self: flex-start;
  margin-top: 4px;
  min-height: auto;
  width: auto;
}

.checkout-payment-option span,
.checkout-payment-option small {
  grid-column: 2;
}

.checkout-payment-option span {
  color: #0f172a;
  font-weight: 900;
}

.checkout-payment-option.is-selected {
  background: #fff7ed;
  border-color: #fdba74;
  box-shadow: 0 0 0 3px rgb(249 115 22 / 13%);
}

.checkout-trust-banner {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  color: #047857;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 10px 14px;
}

.checkout-review-button {
  background: var(--color-primary);
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
  min-height: 52px;
  padding: 12px 18px;
}

.checkout-safe-banner {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgb(15 23 42 / 7%);
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  padding: 14px;
}

.checkout-safe-banner strong {
  color: #92400e;
}

.checkout-status-card {
  align-self: flex-start;
  background: #0f172a;
  border: 0;
  box-shadow: 0 18px 40px rgb(15 23 42 / 16%);
  color: #ffffff;
}

.checkout-status-card .eyebrow {
  color: #fb923c;
}

.checkout-status-card h2,
.checkout-status-card p {
  margin: 0;
}

.checkout-status-card p {
  color: #cbd5e1;
}

.checkout-pending-summary {
  color: #0f172a;
}

.checkout-pending-summary > p {
  background: #f8fafc;
  border-radius: 16px;
  margin: 0;
  padding: 10px 12px;
}

.checkout-pending-summary > button {
  display: none;
}

.checkout-sticky-summary {
  align-items: center;
  background: rgb(255 255 255 / 96%);
  border-top: 1px solid #e2e8f0;
  bottom: 0;
  box-shadow: 0 -16px 34px rgb(15 23 42 / 14%);
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.4fr);
  left: 0;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 20;
}

.checkout-sticky-summary > div {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
}

.checkout-sticky-summary span {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-sticky-summary strong {
  color: #0f172a;
  font-size: 1.1rem;
}

.checkout-sticky-summary button {
  background: #f97316;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
  min-height: 48px;
  padding: 12px 14px;
}

.checkout-sticky-summary > button:last-child {
  grid-column: 3;
}

.checkout-sticky-summary .checkout-back-button {
  background: #f1f5f9;
  color: #334155;
  padding-inline: 16px;
}

.checkout-sticky-summary button:disabled,
.checkout-review-button:disabled {
  background: #cbd5e1;
  color: #64748b;
}

.sticky-cart-cta {
  background: rgb(255 255 255 / 96%);
  bottom: 0;
  box-shadow: 0 -10px 24px rgb(35 31 32 / 10%);
  left: 0;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  right: 0;
}

.sticky-cart-cta button,
.sticky-cart-cta a {
  margin: 0 auto;
  max-width: 520px;
  pointer-events: auto;
}

.sticky-cart-cta button {
  display: flex;
}

.sticky-cart-cta a {
  display: block;
}

.sticky-cart-cta.is-empty button,
.sticky-cart-cta.is-empty a {
  background: #4f463f;
}

@media (min-width: 640px) {
  .page-shell {
    padding: 24px;
  }

  .hero,
  .marketplace-header,
  .menu-header,
  .empty-state,
  .surface-card {
    border-radius: 24px;
    padding: 24px;
  }

  .search-form:not(.marketplace-search) {
    align-items: flex-end;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .search-form:not(.marketplace-search) label {
    grid-column: 1 / -1;
  }

  .search-form:not(.marketplace-search) button {
    width: auto;
  }

  .category-nav {
    margin-inline: 0;
    padding-inline: 0;
  }

  .menu-header {
    margin: 0;
  }

  .menu-business-subtitle.is-clamped {
    display: block;
    overflow: visible;
  }

  .menu-business-description-toggle {
    display: none;
  }
}

@media (min-width: 760px) {
  .checkout-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .checkout-sticky-summary {
    border: 1px solid #e5e7eb;
    border-radius: 24px 24px 0 0;
    left: 50%;
    margin-left: -280px;
    max-width: 560px;
    right: auto;
    width: 560px;
  }

  .menu-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-image,
  .product-image {
    aspect-ratio: 16 / 9;
  }

  .product-card-summary {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .product-card-summary .product-image,
  .product-image-fallback {
    aspect-ratio: 1;
    height: 110px;
    width: 110px;
  }
}

@media (min-width: 1040px) {
  .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .menu-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

