:root {
	--red: #e71922;
	--red2: #b60912;
	--dark: #151515;
	--yellow: #ffd726;
	--orange: #ff7a18;
	--text: #141414;
	--muted: #707070;
	--bg: #f6f6f7;
	--card: #fff;
	--shadow: 0 14px 34px rgba(16,24,40,.14)
}
* {
	box-sizing: border-box
}
html {
	scroll-behavior: smooth
}
body {
	margin: 0!important;
	background: var(--bg)!important;
	color: var(--text);
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif!important
}
.container, .app-shell {
	width: 100%;
	max-width: 100%!important;
	margin: 0 auto!important;
	padding: 0 0 calc(98px + env(safe-area-inset-bottom))!important;
	overflow-x: hidden
}
.app-header {
background: linear-gradient(135deg,
#f5222d 0%,
	#be0712 100%)!important;
	color: #fff;
	margin: 0!important;
	padding: env(safe-area-inset-top) 18px 20px!important;
	border-radius: 0 0 28px 28px!important;
	box-shadow: 0 16px 40px rgba(185,7,18,.25)!important
}
.status-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 16px
}
.top-row {
	display: flex;
	align-items: center;
	gap: 12px
}
.brand-pill {
	width: 82px;
	height: 62px;
	border: 0;
	border-radius: 50%;
background: radial-gradient(circle at 45% 30%,
#ffe35a,
	#f7b400);
	box-shadow: inset 0 0 0 4px #6e0808, 0 10px 20px rgba(0,0,0,.22);
	color: #fff;
	text-shadow: 0 2px 0 #5b0808;
	font-weight: 900;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: rotate(-3deg)
}
.brand-mark {
	font-size: 18px;
	letter-spacing: -1px
}
.brand-pill span:last-child {
	font-size: 10px;
	background: #111;
	border-radius: 8px;
	padding: 2px 6px;
	margin-top: 1px
}
.address-pill {
	min-width: 0;
	flex: 1;
	height: 58px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: var(--red);
	padding: 0 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 12px 25px rgba(0,0,0,.12);
	font-weight: 900;
	text-align: left
}
.address-pill small {
	display: block;
	color: #222;
	font-size: 11px;
	font-weight: 700
}
.address-pill b {
	display: block;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px
}
.bell-cart {
	position: relative;
	min-width: 54px;
	height: 54px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #111;
	box-shadow: 0 12px 25px rgba(0,0,0,.12);
	font-size: 20px
}
.cart-badge, .bell-cart .cart-badge {
	position: absolute;
	right: 1px;
	top: 0;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--red);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 12px;
	font-weight: 900;
	border: 2px solid #fff
}
.desktop-nav {
	display: none!important
}
.app-view {
	padding: 0 16px
}
.hero {
	position: relative;
	margin: -2px -16px 14px;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
	min-height: 300px;
	color: #fff;
	background: #111;
	box-shadow: var(--shadow)
}
.hero img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .9
}
.hero:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,rgba(0,0,0,.86), rgba(0,0,0,.35), rgba(0,0,0,.05))
}
.hero-content {
	position: relative;
	z-index: 1;
	padding: 42px 22px 35px;
	max-width: 55%
}
.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
background: linear-gradient(135deg,
#ff512f,
	#dd0912);
	border-radius: 999px;
	padding: 10px 16px;
	font-weight: 900;
	margin-bottom: 14px;
	box-shadow: 0 8px 20px rgba(221,9,18,.35)
}
.hero h1 {
	margin: 0 0 18px;
	font-size: clamp(32px,8vw,55px);
	line-height: .98;
	font-weight: 900;
	letter-spacing: -1.5px
}
.hero h1 strong {
	display: block;
	color: var(--yellow);
	font-size: 1.12em
    padding: 11px 0px 0px 0px;
}
.cta {
	border: 0;
	border-radius: 999px;
	background: var(--yellow);
	color: #121212;
	font-weight: 900;
	padding: 14px 18px;
	display: inline-flex;
	gap: 14px;
	align-items: center;
	box-shadow: 0 10px 20px rgba(255,215,38,.25)
}
.cta i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #222;
	color: var(--yellow);
	display: grid;
	place-items: center
}
.dots {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
	display: flex;
	gap: 8px
}
.dots span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	opacity: .9
}
.dots span:first-child {
	background: var(--red)
}
#catBar, .category-rail {
	position: relative!important;
	top: auto!important;
	z-index: 2;
	margin: -42px 0 24px;
	padding: 14px!important;
	background: #fff!important;
	border: 0!important;
	border-radius: 22px!important;
	display: flex!important;
	gap: 12px!important;
	overflow: auto!important;
	box-shadow: 0 12px 32px rgba(0,0,0,.12);
	scrollbar-width: none
}
.cat-tile, .btn-chip {
	min-width: 106px;
	height: 112px;
	border: 0!important;
	border-radius: 18px!important;
	background: #fff!important;
	color: #171717!important;
	box-shadow: inset 0 0 0 1px #eee, 0 6px 16px rgba(0,0,0,.06)!important;
	display: flex!important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 900;
	white-space: nowrap
}
.cat-tile img {
	width: 62px;
	height: 48px;
	object-fit: cover;
	border-radius: 14px
}
.cat-tile i {
	font-size: 26px;
	color: var(--orange)
}
.cat-tile.active, .btn-chip.active {
background: linear-gradient(135deg,
#ff2b2f,
	#d70b16)!important;
	color: #fff!important;
	box-shadow: 0 12px 22px rgba(215,11,22,.25)!important
}
.cat-tile.active i {
	color: #fff
}
.section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8px 0 14px
}
.section-head h2 {
	margin: 0;
	font-size: 26px;
	letter-spacing: -.6px
}
.section-head button {
	border: 0;
	background: transparent;
	color: #555;
	font-weight: 800
}
.product-grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 14px
}
.product-card {
	display: block!important;
	position: relative;
	overflow: hidden;
	border: 0!important;
	border-radius: 16px!important;
	background: #fff!important;
	box-shadow: 0 8px 22px rgba(0,0,0,.09)!important;
	min-width: 0
}
.product-image {
	height: 122px!important;
	width: 100%!important;
	background: #eee!important
}
.product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}
.product-info {
	padding: 13px 14px 56px!important
}
.product-title {
	font-size: 18px!important;
	line-height: 1.14;
	font-weight: 900!important;
	color: #111!important;
	margin: 0 0 7px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.product-description {
	font-size: 13px!important;
	color: #666!important;
	line-height: 1.35;
	min-height: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.product-price {
	position: absolute;
	left: 14px;
	bottom: 16px;
	color: var(--red)!important;
	font-size: 19px!important;
	font-weight: 900!important
}
.product-actions {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: flex!important;
	gap: 8px!important
}
.product-actions .btn-icon {
	width: 42px!important;
	height: 38px!important;
	border-radius: 16px!important;
	border: 0!important;
background: linear-gradient(135deg,
#ff2b2f,
	#cf0711)!important;
	color: #fff!important;
	box-shadow: 0 8px 15px rgba(207,7,17,.25)!important
}
.product-actions .btn-icon[data-action=info], .product-actions .btn-icon[data-action=extras] {
	display: none!important
}
.heart-btn {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--red);
	font-size: 20px;
	box-shadow: 0 8px 18px rgba(0,0,0,.12)
}
.label-badge {
	position: absolute;
	left: 12px;
	top: 12px;
	border-radius: 999px;
background: linear-gradient(135deg,
#ff8a17,
	#ff4b12);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	padding: 8px 11px
}
.delivery-banner {
	margin: 20px 0 8px;
	min-height: 120px;
	border-radius: 18px;
background: linear-gradient(135deg,
#b90008,
	#ff3926);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px;
	overflow: hidden;
	box-shadow: var(--shadow)
}
.delivery-banner h3 {
	margin: 0;
	font-size: 18px
}
.delivery-banner strong {
	display: block;
	color: var(--yellow);
	font-size: 26px;
	line-height: 1
}
.delivery-banner .scooter {
	font-size: 70px;
	filter: drop-shadow(0 10px 10px rgba(0,0,0,.2))
}
.card, .ko-cart-item, .ko-order-card, .account-header, .account-section {
	border: 0!important;
	border-radius: 18px!important;
	background: #fff!important;
	box-shadow: 0 8px 22px rgba(0,0,0,.08)!important
}
.bottom-nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	height: 82px;
	padding: 9px 12px calc(8px + env(safe-area-inset-bottom));
	background: rgba(255,255,255,.96);
	backdrop-filter: blur(18px);
	border-radius: 24px 24px 0 0;
	box-shadow: 0 -10px 30px rgba(0,0,0,.12);
	display: grid;
	grid-template-columns: 1fr 1fr 74px 1fr 1fr;
	align-items: center
}
.bottom-nav button {
	border: 0;
	background: transparent;
	color: #555;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	font-weight: 800
}
.bottom-nav i {
	font-size: 22px
}
.bottom-nav button.active {
	color: var(--red)
}
.bottom-nav .cart-float {
	width: 70px;
	height: 70px;
	margin: -34px auto 0;
	border-radius: 50%;
background: linear-gradient(135deg,
#e71922,
	#b60912);
	color: #fff;
	box-shadow: 0 10px 24px rgba(185,7,18,.36);
	justify-content: center;
	font-size: 14px
}
.bottom-nav .cart-float i {
	font-size: 26px
}
.toast {
	position: fixed;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
	z-index: 2000;
	background: #111;
	color: #fff;
	border-radius: 999px;
	padding: 12px 18px;
	font-weight: 800;
	box-shadow: 0 10px 25px rgba(0,0,0,.2)
}
.hidden {
	display: none!important
}
@media(min-width:800px) {
.app-shell {
	max-width: 460px!important;
	box-shadow: 0 0 0 1px #eee, 0 30px 80px rgba(0,0,0,.16);
	min-height: 100vh;
	background: var(--bg)
}
body {
	display: flex;
	justify-content: center
}
.product-grid {
	gap: 16px
}
.hero-content {
	max-width: 60%
}
}
@media(max-width:380px) {
.product-grid {
	gap: 10px
}
.product-title {
	font-size: 16px!important
}
.hero-content {
	max-width: 62%;
	padding-left: 18px
}
.address-pill b {
	max-width: 130px
}
.cat-tile {
	min-width: 94px
}
}
/* ===== v2 App-Feeling Fixes ===== */
.status-row {
	display: none!important
}
.app-header {
	padding: 18px 16px 18px!important;
	border-radius: 0 0 24px 24px!important;
	position: sticky;
	top: 0;
	z-index: 900
}
.top-row {
	max-width: 430px;
	margin: 0 auto
}
.app-view {
	max-width: 430px;
	margin: 0 auto;
	padding: 14px 14px 104px!important
}
.hero {
	margin: 0 0 14px!important;
	border-radius: 22px!important;
	min-height: 255px
}
.hero-content {
	padding: 36px 20px 30px;
	max-width: 63%
}
.hero h1 {
	font-size: 36px
}
.desktop-nav, header nav, .app-header .tabs, .app-header .tab,
#koTopNav, .ko-top-nav, .header-actions, .mobile-menu, .mobile-menu-btn {
	display: none!important
}
.brand-pill {
	width: 70px;
	height: 54px
}
.address-pill {
	height: 54px
}
.bell-cart {
	min-width: 52px;
	height: 52px
}
#catBar, .category-rail {
	margin: -28px 0 22px!important;
	border-radius: 20px!important;
	max-width: 100%;
}
.bottom-nav {
	left: 50%!important;
	right: auto!important;
	bottom: 14px!important;
	transform: translateX(-50%)!important;
	width: min(420px,calc(100vw - 24px))!important;
	height: 74px!important;
	border-radius: 24px!important;
	padding: 8px 10px!important;
	box-shadow: 0 14px 40px rgba(15,23,42,.22)!important;
	overflow: visible!important
}
.bottom-nav .cart-float {
	width: 66px!important;
	height: 66px!important;
	margin: -30px auto 0!important
}
.bottom-nav button span {
	font-size: 11px
}
.bottom-nav i {
	font-size: 20px
}
.bottom-nav .cart-float i {
	font-size: 25px
}
body {
	display: block!important
}
.app-shell {
	max-width: none!important;
	box-shadow: none!important;
	background: var(--bg)!important;
	min-height: 100vh
}
.container, .app-shell {
	padding-bottom: 100px!important
}
@media(min-width:700px) {
body {
	background: #eeeeef!important
}
.app-shell {
	width: 460px!important;
	max-width: 460px!important;
	margin: 0 auto!important;
	min-height: 100vh;
	box-shadow: 0 18px 70px rgba(15,23,42,.18)!important
}
.bottom-nav {
	width: 420px!important
}
.app-header {
	border-radius: 0 0 28px 28px!important
}
}
@media(max-width:430px) {
.hero h1 {
	font-size: 34px
}
.hero-content {
	max-width: 66%;
}
.brand-pill {
	width: 62px;
	height: 50px
}
.brand-mark {
	font-size: 15px
}
.address-pill b {
	max-width: 150px
}
.app-header {
	padding-left: 12px!important;
	padding-right: 12px!important
}
}
/* Product customize modal as real mobile bottom sheet */
.ko-modal-overlay {
	position: fixed!important;
	inset: 0!important;
	z-index: 3000!important;
	background: rgba(15,23,42,.46)!important;
	backdrop-filter: blur(10px);
	display: flex!important;
	align-items: flex-end!important;
	justify-content: center!important;
	padding: 14px!important
}
.ko-modal {
	width: min(430px,100%)!important;
	max-height: 88vh!important;
	background: #fff!important;
	border-radius: 26px 26px 22px 22px!important;
	box-shadow: 0 24px 80px rgba(0,0,0,.32)!important;
	overflow: hidden!important;
	display: flex!important;
	flex-direction: column!important;
	animation: koSheetIn .18s ease-out
}
.ko-modal-head {
	display: flex!important;
	align-items: flex-start!important;
	justify-content: space-between!important;
	gap: 12px!important;
	padding: 18px 18px 12px!important;
	border-bottom: 1px solid #f0f0f0!important;
background: linear-gradient(180deg,
#fff,
	#fff8f8)!important
}
.ko-modal-head h2 {
	margin: 0!important;
	font-size: 15px!important;
	line-height: 1.15!important;
	color: #111!important
}
.ko-modal-head p {
	margin: 5px 0 0!important;
	color: #777!important;
	font-size: 13px!important;
	font-weight: 800!important
}
.ko-modal-close {
	width: 40px!important;
	height: 40px!important;
	border-radius: 50%!important;
	border: 0!important;
	background: #f3f4f6!important;
	color: #111!important
}
.ko-modal-body {
	padding: 14px 18px!important;
	overflow: auto!important
}
.ko-options-list {
	margin: 0 0 14px!important
}
.ko-options-list h3 {
	margin: 0 0 10px!important;
	font-size: 17px!important
}
.ko-choice-grid {
	/*display: flex!important;*/
	flex-wrap: wrap!important;
	gap: 8px!important
}
.ko-choice-grid button, .btn-secondary, .btn-primary {
	border-radius: 13px!important;
	min-height: 22px!important;
	padding: 0 14px!important;
	/*font-weight: 900!important;*/
	border: 1px solid #e5e7eb!important
}
.btn-primary {
background: linear-gradient(135deg,
#ef1b25,
	#c70713)!important;
	color: #fff!important;
	border-color: transparent!important
}
.btn-secondary {
	background: #f8fafc!important;
	color: #273142!important
}
.ko-option-row {
	display: grid!important;
	grid-template-columns: auto 1fr auto!important;
	gap: 10px!important;
	align-items: center!important;
	background: #f8fafc!important;
	border: 1px solid #e5e7eb!important;
	border-radius: 5px!important;
	padding: 5px!important;
	margin: 0px 0!important
}
.ko-field {
	display: block!important
}
.ko-field span {
	display: block!important;
	font-weight: 900!important;
	margin-bottom: 7px!important
}
.ko-field input, .ko-field textarea {
	width: 100%!important;
	border: 1px solid #dfe5ef!important;
	border-radius: 15px!important;
	padding: 13px!important;
	font: inherit!important;
	outline: none!important;
	background: #fff!important
}
.ko-options-total {
	display: flex!important;
	justify-content: space-between!important;
	align-items: center!important;
	margin-top: 12px!important;
	font-weight: 900!important
}
.ko-options-total strong {
	color: var(--red)!important;
	font-size: 22px!important
}
.ko-modal-actions {
	display: grid!important;
	grid-template-columns: 1fr 1.35fr!important;
	gap: 10px!important;
	padding: 12px 18px 18px!important;
	border-top: 1px solid #f0f0f0!important;
	background: #fff!important
}
.ko-modal-actions button {
	height: 50px!important;
	border-radius: 16px!important;
	font-weight: 900!important
}
.ko-product-info-modal .ko-modal-actions {
	grid-template-columns: 1fr 1fr!important
}
@keyframes koSheetIn {
from {
	transform: translateY(30px);
	opacity: .7
}
to {
	transform: translateY(0);
	opacity: 1
}
}
@media(min-width:700px) {
.ko-modal-overlay {
	align-items: center!important
}
.ko-modal {
	border-radius: 26px!important;
	max-height: 86vh!important
}
}

