@import url("mobile-nav.css");
@import url("tile-colours-and-extras.css");
:root { --ink: #1c2b1b; --green: #247044; --green-deep: #153d29; --mint: #e9f3e9; --cream: #fbfaf5; --line: #dce3da; --muted: #647065; --peach: #fff0e8; --orange: #ef8b24; }
/* Product-forward catalogue treatment: bigger food imagery, fewer cards, clearer action. */
.screen-main .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.screen-main .product-grid.four { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.screen-main .product-card { border-radius: 20px; box-shadow: 0 5px 13px rgba(32,50,29,.04); }
.screen-main .product-card:hover { transform: translateY(-6px); box-shadow: 0 19px 34px rgba(32,50,29,.15); }
.screen-main .product-image { height: 290px; padding: 24px; background: radial-gradient(circle at 50% 42%, #ffffff 0%, #f3f6ef 63%, #e8eee4 100%); }
.screen-main .product-image img { max-height: 252px; filter: drop-shadow(0 17px 14px rgba(27,57,27,.18)); transform: scale(1.13); transition: transform .2s ease; animation: catalogueProductFloat 4.8s ease-in-out infinite; will-change: translate; }
.screen-main .product-card:hover .product-image img { transform: scale(1.14) rotate(-1deg); }
.screen-main .product-card:nth-child(3n + 2) .product-image img { animation-delay: -1.6s; animation-duration: 5.6s; }
.screen-main .product-card:nth-child(3n) .product-image img { animation-delay: -3.1s; animation-duration: 5.2s; }
@keyframes catalogueProductFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }
@media (prefers-reduced-motion: reduce) { .screen-main .product-image img { animation: none; } }
.screen-main .sale-chip { top: 13px; left: 13px; padding: 5px 10px; }
.screen-main .product-card-copy { padding: 15px 17px 53px; min-height: 130px; }
.screen-main .product-card-copy h3 { font-size: 16px; margin: 7px 0; }
.screen-main .product-card-copy p { font-size: 16px; }
.screen-main .round-add { bottom: 15px; right: 15px; width: 35px; height: 35px; font-size: 24px; box-shadow: 0 6px 12px rgba(22,61,41,.2); }
.no-results { grid-column: 1 / -1; border: 1px dashed #b8c8b6; border-radius: 17px; background: #f4f8f2; padding: 42px 24px; text-align: center; display: grid; gap: 8px; color: var(--green-deep); }
.no-results span { color: #687768; font-size: 13px; }
.auth-page { background: var(--cream); }.auth-layout { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }.auth-brand-panel { background: linear-gradient(145deg, #123c28, #36754a); color: white; padding: 42px max(42px, calc((100% - 1100px)/2)); display: flex; flex-direction: column; }.auth-brand-panel .brand { color: white; }.auth-promise { margin: auto 0; max-width: 430px; }.auth-promise > span { color: #f7bf65; font-size: 10px; font-weight: 700; letter-spacing: 1.2px; }.auth-promise h1 { font-size: clamp(45px, 5vw, 67px); margin: 17px 0; }.auth-promise p { color: #c7d9ca; line-height: 1.65; font-size: 15px; }.auth-mini-card { display: flex; align-items: center; gap: 11px; padding: 14px; width: fit-content; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; }.auth-mini-card span { color: #fac866; font-size: 19px; }.auth-mini-card p { margin: 0; color: #dce9dc; font-size: 12px; font-weight: 600; }.auth-form-panel { display: grid; place-items: center; padding: 44px; }.auth-form-wrap { width: min(100%, 390px); }.auth-back { display: inline-block; color: #657265; font-size: 12px; font-weight: 700; margin-bottom: 62px; }.auth-intro h2 { font: 600 43px 'Playfair Display', Georgia, serif; letter-spacing: -1.7px; margin: 9px 0; }.auth-intro p { color: #6c786c; font-size: 14px; margin: 0 0 29px; }.auth-form-wrap form { display: grid; gap: 15px; }.auth-form-wrap label { display: grid; gap: 7px; color: #364436; font-size: 12px; font-weight: 700; }.auth-form-wrap input { border: 1px solid #d9e1d7; border-radius: 10px; padding: 13px; outline: 0; font: inherit; }.auth-form-wrap input:focus { border-color: var(--green); box-shadow: 0 0 0 3px #e5f1e4; }.auth-form-wrap form > button[type="submit"] { margin-top: 8px; border: 0; border-radius: 10px; padding: 14px; background: var(--green-deep); color: white; font-weight: 700; cursor: pointer; }.auth-form-wrap form > button[type="submit"]:disabled { opacity: .6; cursor: wait; }.auth-forgot { justify-self: start; padding: 0; border: 0; background: none; color: var(--green); font-size: 12px; font-weight: 700; cursor: pointer; }.auth-message { min-height: 19px; margin: 0; color: #647164; font-size: 12px; line-height: 1.45; }.auth-message.error { color: #a54a40; }.auth-message.success { color: var(--green); }.auth-switch { margin: 25px 0 0; color: #6c786c; font-size: 12px; }.auth-switch button { border: 0; background: none; color: var(--green); padding: 0; font-weight: 700; cursor: pointer; }
.session-account { display: inline-flex; align-items: center; gap: 8px; color: var(--green-deep); font-size: 13px; }.session-account img, .session-account > span { width: 33px; height: 33px; border-radius: 50%; object-fit: cover; display: grid; place-items: center; background: var(--green-deep); color: white; font-size: 11px; font-weight: 700; }.account-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.wallet-activity-list { display: grid; gap: 0; margin-top: 15px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }.wallet-activity { display: flex; justify-content: space-between; align-items: center; padding: 15px; border-bottom: 1px solid var(--line); text-align: left; }.wallet-activity:last-child { border-bottom: 0; }.wallet-activity strong { display: block; text-transform: capitalize; font-size: 13px; }.wallet-activity span { display: block; margin-top: 3px; color: #708070; font-size: 11px; }.wallet-activity b { font-size: 13px; }.wallet-activity b.positive { color: var(--green); }.wallet-activity b.negative { color: #a54a40; }.orders-list { display: grid; gap: 12px; }.order-row { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 15px; }.order-status-icon { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: #e1e7df; color: #567057; font-size: 13px; }.order-status-icon.active { background: #e9f5e6; color: var(--green); }.order-row-copy > span { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }.order-row-copy h2 { font: 600 22px 'Playfair Display', Georgia, serif; letter-spacing: -.7px; margin: 4px 0; }.order-row-copy p { color: #6e7d6e; font-size: 12px; margin: 0; }.order-row-total { display: grid; gap: 8px; justify-items: end; }.order-row-total strong { font-size: 14px; }.order-row-total span { color: var(--green); font-size: 12px; font-weight: 700; }.orders-empty { min-height: 300px; display: grid; place-content: center; justify-items: center; gap: 9px; text-align: center; background: #f1f6ef; border: 1px dashed #c7d5c4; border-radius: 17px; }.orders-empty > span { color: var(--orange); font-size: 30px; }.orders-empty h2 { font: 600 28px 'Playfair Display', Georgia, serif; margin: 0; }.orders-empty p { color: #6d7c6d; max-width: 310px; font-size: 13px; margin: 0; }.orders-empty a { color: var(--green); font-size: 13px; font-weight: 700; margin-top: 7px; }
.store-card-live .store-hero { height: 175px; position: relative; overflow: hidden; }.store-live-label { position: absolute; top: 13px; right: 14px; z-index: 1; color: rgba(255,255,255,.9); font-size: 9px; font-weight: 700; letter-spacing: .8px; }.store-product-preview { position: absolute; inset: 27px 8px 0 85px; display: flex; align-items: end; justify-content: center; gap: 3px; }.store-product-preview::before { content: ''; position: absolute; width: 160px; height: 38px; bottom: 11px; border-radius: 50%; background: rgba(9,31,19,.2); filter: blur(9px); }.store-product-preview img { width: 34%; height: 125px; object-fit: contain; position: relative; z-index: 1; filter: drop-shadow(0 10px 8px rgba(12,35,18,.28)); transform: rotate(-5deg); transition: transform .2s ease; animation: productFloat 4.8s ease-in-out infinite; }.store-product-preview img:nth-child(2) { height: 145px; transform: translateY(-5px); animation-delay: -1.6s; animation-duration: 5.7s; }.store-product-preview img:nth-child(3) { transform: rotate(6deg); animation-delay: -3s; animation-duration: 5.2s; }.store-card-live:hover .store-product-preview img { transform: translateY(-7px) rotate(0); }.store-card-live:hover .store-product-preview img:nth-child(2) { transform: translateY(-12px); }.store-logo-floating { width: 76px !important; height: 76px !important; padding: 10px; border-radius: 24px; background: white; object-fit: contain !important; animation: productFloat 4.4s ease-in-out infinite !important; } @keyframes productFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -13px; } } .hero-card-top { animation: heroFloat 5.1s ease-in-out infinite; } .hero-card-bottom { animation: heroFloat 6.2s ease-in-out -1.4s infinite; } .hero-circle { animation: heroPulse 4.4s ease-in-out infinite; } @keyframes heroFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -14px; } } @keyframes heroPulse { 0%, 100% { scale: 1; } 50% { scale: 1.04; } }
@media (max-width: 700px) { .auth-layout { grid-template-columns: 1fr; }.auth-brand-panel { min-height: 245px; padding: 27px 24px; }.auth-promise { margin: auto 0 0; }.auth-promise h1 { font-size: 39px; margin: 9px 0; }.auth-promise p, .auth-mini-card { display: none; }.auth-form-panel { padding: 34px 24px; place-items: start center; }.auth-back { margin-bottom: 42px; } }
@media (max-width: 530px) { .screen-main .product-grid, .screen-main .product-grid.three, .screen-main .product-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .screen-main .product-image { height: 205px; padding: 14px; } .screen-main .product-image img { max-height: 178px; } .screen-main .product-card-copy { padding: 12px 12px 48px; min-height: 121px; } .screen-main .product-card-copy h3 { font-size: 13px; } .screen-main .product-card-copy p { font-size: 14px; } .screen-main .round-add { bottom: 11px; right: 11px; width: 30px; height: 30px; font-size: 21px; } }

/* Compact circular shop badges */
.store-banner-logo { width: 78px !important; height: 78px !important; border-radius: 50% !important; padding: 8px !important; border: 3px solid transparent !important; background: linear-gradient(#fff,#fff) padding-box, conic-gradient(from 130deg, #f8be62, #cde7d1, #31754b, #f8be62) border-box !important; box-shadow: 0 9px 20px rgba(21,39,22,.14) !important; }
.store-banner-logo img { border-radius: 50% !important; }
.store-logo { top: 103px !important; width: 64px !important; height: 64px !important; border-radius: 50% !important; padding: 7px !important; border: 3px solid transparent !important; background: linear-gradient(#fff,#fff) padding-box, linear-gradient(145deg, #f7c76c, #5e9f70) border-box !important; box-shadow: 0 8px 18px rgba(21,39,22,.15) !important; }
.store-logo-floating { width: 64px !important; height: 64px !important; padding: 9px !important; border-radius: 50% !important; border: 3px solid rgba(255,255,255,.7) !important; }

/* Home store tiles: compact circular product bubbles. */
.store-grid .store-card-live { aspect-ratio: 1; border-radius: 50%; background: transparent; box-shadow: 0 12px 28px rgba(25, 57, 34, .13); isolation: isolate; }
.store-grid .store-card-live .store-hero { height: 100%; border-radius: inherit; background-size: 170% 170%; animation: storeGlow 8s ease-in-out infinite; }
.store-grid .store-card-live .store-hero::after { content: ''; position: absolute; inset: 12px; border-radius: 50%; border: 1px solid rgba(255,255,255,.27); pointer-events: none; }
.store-grid .store-card-live .store-logo { top: 22px !important; left: 50%; transform: translateX(-50%); z-index: 3; }
.store-grid .store-card-live .store-live-label { display: none; }
.store-grid .store-card-live .store-product-preview { inset: 55px 10px 45px; display: block; }
.store-grid .store-card-live .store-product-preview::before { width: 68%; bottom: 6px; }
.store-grid .store-card-live .store-product-preview img { position: absolute; bottom: 0; width: 63%; height: 100%; }
.store-grid .store-card-live .store-product-preview img:first-child { left: -4px; }
.store-grid .store-card-live .store-product-preview img:nth-child(2) { right: -7px; height: 116%; }
.store-grid .store-card-live .store-details { position: absolute; z-index: 3; inset: auto 16px 22px; padding: 0; text-align: center; color: white; }
.store-grid .store-card-live .store-details h3 { color: white; font-size: clamp(14px, 1.5vw, 18px); text-shadow: 0 2px 8px rgba(8, 35, 20, .26); }
.store-grid .store-card-live .store-details > p { display: none; }
.store-grid .store-card-live .store-meta { display: inline-flex; margin: 7px 0 0; padding: 4px 9px; border: 0; border-radius: 99px; background: rgba(255,255,255,.19); color: rgba(255,255,255,.94); font-size: 10px; backdrop-filter: blur(5px); }
.store-grid .store-card-live .store-meta span:not(:first-child) { display: none; }
.store-grid .store-card-live:hover { transform: translateY(-7px) scale(1.025); box-shadow: 0 20px 35px rgba(25, 57, 34, .2); }
@keyframes storeGlow { 0%, 100% { background-position: 0% 45%; } 50% { background-position: 100% 55%; } }
.store-section .store-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 22px; }
.store-section .store-card-live { width: min(100%, 190px); justify-self: center; }
@media (max-width: 900px) { .store-section .store-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; } }
@media (max-width: 560px) { .store-grid .store-card-live .store-product-preview { inset: 45px 6px 37px; } .store-grid .store-card-live .store-logo { top: 15px !important; scale: .85; } .store-grid .store-card-live .store-details { bottom: 16px; } .store-grid .store-card-live .store-details h3 { font-size: 13px; } }
@media (max-width: 560px) { .store-section .store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } .store-section .store-card-live { width: min(100%, 150px); } }

/* Make the two floating product visuals in the hero a quieter accent. */
.hero-card-top { width: 130px !important; right: 30px !important; top: 66px !important; padding: 9px !important; }
.hero-card-top img { height: 92px !important; }
.hero-card-bottom { width: 176px !important; left: 10px !important; bottom: 38px !important; padding: 9px !important; gap: 8px !important; }
.hero-card-bottom img { height: 48px !important; width: 55px !important; }
.hero-card-bottom strong { font-size: 11px !important; }
.hero-card-bottom span { font-size: 9px !important; }

/* Compact the category picker so it supports quick scanning. */
.category-grid .category-card { min-height: 218px; padding: 14px; border-radius: 16px; }
.category-grid .category-image { height: 112px; }
.category-grid .category-image img { height: 108px; }
.category-grid .category-card h3 { font-size: 15px; }
.category-grid .category-card p { font-size: 11px; margin-top: 4px; }
.category-grid .category-card .card-arrow { width: 27px; height: 27px; right: 14px; bottom: 14px; }

/* Keep the category picker to one calm, scrollable row. */
#browse .category-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(170px, 210px); overflow-x: auto; overscroll-behavior-x: contain; padding: 3px 2px 12px; scrollbar-width: none; }
#browse .category-grid::-webkit-scrollbar { display: none; }
#browse .category-grid .category-card { min-height: 198px; }
#browse .category-grid .category-image { height: 98px; }
#browse .category-grid .category-image img { height: 94px; }

/* A quick way to choose between restaurant and grocery shopping. */
.nearby-section { padding-top: 12px; }
.nearby-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.nearby-card { min-height: 232px; position: relative; overflow: hidden; isolation: isolate; display: flex; align-items: center; padding: 28px; border-radius: 25px; color: white; transition: transform .25s ease, box-shadow .25s ease; }
.nearby-card:hover { transform: translateY(-5px); box-shadow: 0 18px 30px rgba(26, 54, 34, .16); }
.nearby-restaurants { background: linear-gradient(125deg, #2b3f2b, #597a42); }
.nearby-groceries { background: linear-gradient(125deg, #e5a94d, #f3d380); color: #183c2a; }
.nearby-copy { position: relative; z-index: 2; width: 61%; }
.nearby-copy > span { font-size: 10px; letter-spacing: 1px; font-weight: 800; color: rgba(255,255,255,.76); }
.nearby-groceries .nearby-copy > span { color: rgba(24,60,42,.68); }
.nearby-copy h3 { margin: 9px 0 7px; color: inherit; font-size: clamp(21px, 2.2vw, 29px); line-height: 1.04; }
.nearby-copy p { margin: 0; max-width: 240px; font-size: 12px; line-height: 1.45; color: rgba(255,255,255,.78); }
.nearby-groceries .nearby-copy p { color: rgba(24,60,42,.72); }
.nearby-copy strong { display: inline-block; margin-top: 19px; font-size: 12px; }
.nearby-art { position: absolute; z-index: 1; inset: 0 0 0 auto; width: 46%; }
.nearby-art-food img { position: absolute; width: 180px; height: 180px; right: -34px; bottom: -13px; border-radius: 50%; object-fit: cover; border: 7px solid rgba(255,255,255,.12); box-shadow: 0 18px 26px rgba(0,0,0,.22); animation: nearbyFloat 5.2s ease-in-out infinite; }
.nearby-dot { position: absolute; border-radius: 50%; background: rgba(255,255,255,.13); }
.nearby-dot.dot-one { width: 72px; height: 72px; right: 124px; top: 20px; }
.nearby-dot.dot-two { width: 21px; height: 21px; right: 31px; top: 42px; }
.nearby-orange, .nearby-veg { position: absolute; object-fit: contain; filter: drop-shadow(0 14px 10px rgba(75,50,18,.2)); animation: nearbyFloat 5.4s ease-in-out infinite; }
.nearby-orange { width: 150px; right: 61px; bottom: -4px; }
.nearby-veg { width: 155px; right: -23px; bottom: 6px; animation-delay: -2.1s; }
@keyframes nearbyFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@media (max-width: 670px) { .nearby-grid { grid-template-columns: 1fr; } .nearby-card { min-height: 205px; } .nearby-copy { width: 62%; } .nearby-art-food img { width: 155px; height: 155px; } }

/* Restaurant and grocery rows use the same compact, product-led store bubbles. */
.nearby-shop-group + .nearby-shop-group { margin-top: 42px; }
.nearby-store-grid.store-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 190px; gap: 18px; overflow-x: auto; overscroll-behavior-x: contain; padding: 3px 2px 13px; scrollbar-width: none; }
.nearby-store-grid.store-grid::-webkit-scrollbar { display: none; }
.nearby-store-grid .store-card-live { width: 190px; }
.nearby-empty { min-height: 126px; display: grid; place-items: center; padding: 20px; border: 1px dashed #b6c8b8; border-radius: 18px; color: #617060; font-size: 13px; }
@media (max-width: 560px) { .nearby-shop-group + .nearby-shop-group { margin-top: 30px; } .nearby-store-grid.store-grid { grid-auto-columns: 150px; gap: 14px; } .nearby-store-grid .store-card-live { width: 150px; } }

/* Restaurants have their own food-led cards; groceries keep the circular shop bubbles. */
#browse { padding-bottom: 24px !important; }
.nearby-section { padding-top: 20px !important; }
.restaurant-store-row, .restaurant-product-row { display: grid; grid-template-columns: none; grid-auto-flow: column; overflow-x: auto; overscroll-behavior-x: contain; padding: 3px 2px 13px; scrollbar-width: none; }
.restaurant-store-row::-webkit-scrollbar, .restaurant-product-row::-webkit-scrollbar { display: none; }
.restaurant-store-row { grid-auto-columns: 267px; gap: 17px; }
.restaurant-store-card { min-height: 186px; position: relative; overflow: hidden; border-radius: 20px; color: white; background: #2c422f; transition: transform .22s ease, box-shadow .22s ease; }
.restaurant-store-card:hover { transform: translateY(-5px); box-shadow: 0 15px 26px rgba(25,44,27,.2); }
.restaurant-store-card.chili { background: linear-gradient(130deg, #9e352d, #e17b48); }
.restaurant-store-card.olive { background: linear-gradient(130deg, #3a5d39, #7ea15c); }
.restaurant-store-card.charcoal { background: linear-gradient(130deg, #25312c, #587064); }
.restaurant-store-visual { position: absolute; inset: 0 0 0 auto; width: 52%; overflow: hidden; }
.restaurant-store-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.27), transparent 60%); }
.restaurant-store-visual img { width: 100%; height: 100%; object-fit: cover; scale: 1.1; }
.restaurant-store-visual span { position: absolute; z-index: 1; top: 12px; right: 11px; padding: 4px 6px; border-radius: 20px; color: #184329; background: #e5f2d7; font-size: 8px; font-weight: 800; letter-spacing: .7px; }
.restaurant-store-copy { position: absolute; z-index: 2; inset: auto 15px 15px; display: grid; grid-template-columns: 38px 1fr 20px; align-items: center; gap: 8px; }
.restaurant-store-logo { width: 38px; height: 38px; padding: 4px; border-radius: 50%; background: white; display: grid; place-items: center; }
.restaurant-store-logo img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 50%; }
.restaurant-store-copy h3 { margin: 0; color: white; font-size: 14px; line-height: 1.1; }
.restaurant-store-copy p { margin: 3px 0 0; color: rgba(255,255,255,.78); font-size: 10px; }
.restaurant-store-copy b { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.2); font-size: 13px; }
.restaurant-product-row { grid-auto-columns: 205px; gap: 16px; }
.restaurant-product-tile { min-height: 249px; overflow: hidden; border-radius: 19px; background: white; box-shadow: 0 7px 16px rgba(28,50,28,.08); transition: transform .22s ease; }
.restaurant-product-tile:hover { transform: translateY(-5px); }
.restaurant-product-image { height: 157px; position: relative; display: grid; place-items: center; overflow: hidden; }
.restaurant-product-tile.coral .restaurant-product-image { background: #f5d7cd; }
.restaurant-product-tile.gold .restaurant-product-image { background: #f8e4b3; }
.restaurant-product-tile.mint .restaurant-product-image { background: #dcebd9; }
.restaurant-product-image img { width: 88%; height: 138px; object-fit: contain; filter: drop-shadow(0 13px 9px rgba(41,45,26,.16)); animation: nearbyFloat 5.1s ease-in-out infinite; }
.restaurant-product-image span { position: absolute; left: 11px; top: 11px; max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 5px 8px; border-radius: 99px; background: rgba(255,255,255,.77); color: #445544; font-size: 9px; font-weight: 700; }
.restaurant-product-copy { position: relative; padding: 13px 14px; }
.restaurant-product-copy h3 { max-width: 145px; margin: 0 0 8px; font-size: 14px; line-height: 1.15; }
.restaurant-product-copy strong { color: #1d6a3d; font-size: 14px; }
.restaurant-product-copy b { position: absolute; right: 12px; bottom: 11px; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #1d6a3d; color: white; font-size: 19px; }
@media (max-width: 560px) { .restaurant-store-row { grid-auto-columns: 235px; } .restaurant-product-row { grid-auto-columns: 177px; } .restaurant-product-tile { min-height: 222px; } .restaurant-product-image { height: 132px; } .restaurant-product-image img { height: 118px; } }

/* Three varied discovery rows for fresh food, offers, and essentials. */
.discovery-product-row { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 198px; gap: 16px; overflow-x: auto; overscroll-behavior-x: contain; padding: 3px 2px 13px; scrollbar-width: none; }
.discovery-product-row::-webkit-scrollbar { display: none; }
.discovery-product-tile { min-height: 252px; overflow: hidden; border-radius: 20px; box-shadow: 0 7px 17px rgba(28,50,28,.08); background: white; transition: translate .22s ease, box-shadow .22s ease; }
.discovery-product-tile:hover { translate: 0 -5px; box-shadow: 0 15px 27px rgba(28,50,28,.14); }
.discovery-image { height: 157px; position: relative; display: grid; place-items: center; overflow: hidden; }
.fresh .discovery-image { background: radial-gradient(circle at 50% 0%, #f5fff1, #d3eacb); }
.deal .discovery-image { background: radial-gradient(circle at 50% 0%, #fff5df, #f2c773); }
.essential .discovery-image { background: radial-gradient(circle at 50% 0%, #eff5ff, #c8dbee); }
.discovery-image::after { content: ''; position: absolute; width: 126px; height: 23px; bottom: 7px; border-radius: 50%; background: rgba(46,70,36,.14); filter: blur(7px); }
.discovery-image span { position: absolute; z-index: 2; top: 11px; left: 11px; padding: 5px 7px; border-radius: 99px; font-size: 8px; letter-spacing: .65px; font-weight: 800; background: rgba(255,255,255,.76); color: #35603a; }
.deal .discovery-image span { color: #9a5319; }
.essential .discovery-image span { color: #336285; }
.discovery-image img { position: relative; z-index: 1; width: 87%; height: 136px; object-fit: contain; filter: drop-shadow(0 13px 9px rgba(32,52,27,.16)); animation: nearbyFloat 5.8s ease-in-out infinite; }
.discovery-product-tile:nth-child(3n + 2) .discovery-image img { animation-delay: -2.1s; }
.discovery-copy { position: relative; padding: 13px 14px; }
.discovery-copy small { display: block; max-width: 148px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #687768; font-size: 10px; }
.discovery-copy h3 { max-width: 150px; min-height: 32px; margin: 5px 0 7px; font-size: 14px; line-height: 1.15; }
.discovery-copy strong { color: #1f6b3f; font-size: 14px; }
.deal .discovery-copy strong { color: #a45d1b; }
.essential .discovery-copy strong { color: #31658d; }
.discovery-copy b { position: absolute; right: 13px; bottom: 12px; width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; color: white; background: #1f6b3f; font-size: 13px; }
.deal .discovery-copy b { background: #b26b22; }
.essential .discovery-copy b { background: #38749f; }
@media (max-width: 560px) { .discovery-product-row { grid-auto-columns: 169px; gap: 13px; } .discovery-product-tile { min-height: 224px; } .discovery-image { height: 133px; } .discovery-image img { height: 115px; } }

/* A calm loading state that preserves the layout while live products arrive. */
.catalogue-skeleton { min-height: 228px; border-radius: 19px; background: linear-gradient(105deg, #edf3ea 8%, #f9fbf7 28%, #edf3ea 48%); background-size: 220% 100%; animation: catalogueShimmer 1.35s linear infinite; }
.restaurant-product-row .catalogue-skeleton { min-height: 249px; }
@keyframes catalogueShimmer { to { background-position-x: -220%; } }
@media (prefers-reduced-motion: reduce) { .catalogue-skeleton { animation: none; } }

/* Product pages deliberately begin neutral: never flash the demo oranges before live data arrives. */
.product-detail-image.loading > img { display: none; }
.product-detail-image.loading .sale-chip { display: none; }
.product-detail-image.loading::after { content: ''; width: 58%; height: 64%; border-radius: 26px; background: linear-gradient(105deg, #e5ece1 8%, #f9fbf7 28%, #e5ece1 48%); background-size: 220% 100%; animation: catalogueShimmer 1.35s linear infinite; }

/* Live checkout: saved delivery details plus the original app’s payment choices. */
.live-checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }.live-checkout-main { display: grid; gap: 18px; }.live-checkout-card, .live-order-summary { background: white; border: 1px solid #e4ebe2; border-radius: 20px; padding: 22px; }.live-card-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; }.live-card-heading > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 12px; font-weight: 800; }.live-card-heading h2 { margin: 0; font-size: 19px; }.live-card-heading p { margin: 3px 0 0; color: #6b796a; font-size: 12px; }.saved-address { display: grid; gap: 3px; padding: 13px 14px; border-radius: 12px; background: #f1f7ef; color: #315c38; font-size: 13px; }.saved-address span { color: #647464; }.address-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 14px; }.address-fields label { display: grid; gap: 6px; color: #556555; font-size: 11px; font-weight: 700; }.address-fields label:last-child { grid-column: 1 / -1; }.address-fields input { padding: 11px 12px; border: 1px solid #d8e2d6; border-radius: 10px; outline: none; }.address-fields input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(42,112,61,.1); }.address-actions { display: flex; gap: 10px; margin-top: 14px; }.location-button, .save-address-button { border: 0; padding: 10px 13px; border-radius: 10px; font-size: 12px; font-weight: 700; cursor: pointer; }.location-button { background: #e8f0e6; color: #245a34; }.save-address-button { background: var(--green); color: white; }.location-message { min-height: 17px; margin: 9px 0 0; color: #5d6e5d; font-size: 11px; }.payment-options { display: grid; gap: 9px; }.payment-option { display: grid; grid-template-columns: 32px 1fr 19px; align-items: center; gap: 9px; padding: 12px; text-align: left; border: 1px solid #dde6dc; border-radius: 13px; background: white; cursor: pointer; }.payment-option > b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: #eef4ec; color: #267043; }.payment-option span { display: grid; gap: 2px; }.payment-option small { color: #728071; font-size: 11px; }.payment-option i { opacity: 0; color: var(--green); font-style: normal; font-weight: 900; }.payment-option.selected { border-color: var(--green); background: #f6fbf4; }.payment-option.selected i { opacity: 1; }.payment-option.disabled { opacity: .5; cursor: not-allowed; }.live-order-summary { position: sticky; top: 90px; display: grid; gap: 14px; }.live-order-summary h3 { margin: 0 0 3px; }.live-order-summary > div { display: flex; justify-content: space-between; color: #647264; font-size: 13px; }.live-order-summary .summary-total { padding-top: 14px; border-top: 1px solid #e5ece4; color: #1b4029; font-size: 16px; }.place-order { border: 0; padding: 14px; border-radius: 11px; background: var(--green); color: white; font-weight: 800; cursor: pointer; }.live-order-summary p { margin: 0; color: #6c7b6b; font-size: 11px; line-height: 1.45; }@media (max-width: 760px) { .live-checkout-layout { grid-template-columns: 1fr; }.live-order-summary { position: static; }.address-fields { grid-template-columns: 1fr; }.address-fields label:last-child { grid-column: auto; } }

/* Wallet rewards mirror the mobile checkout: balance unlocks at the server's threshold and delivery rewards are visibly applied. */
.wallet-reward-card { margin: 0 0 15px; padding: 14px; border: 1px solid #d9e6d7; border-radius: 14px; background: #f7fbf5; }.wallet-reward-card.locked { background: #fbfaf6; border-color: #e7dfcb; }.wallet-reward-heading { display: flex; align-items: center; gap: 10px; }.wallet-reward-heading > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: #dfeedd; color: var(--green-deep); font-weight: 800; }.wallet-reward-card.locked .wallet-reward-heading > span { background: #f8ecd1; color: #8b5a15; }.wallet-reward-heading div { display: grid; gap: 2px; }.wallet-reward-heading strong { font-size: 13px; }.wallet-reward-heading small, .wallet-progress span { color: #627362; font-size: 11px; }.free-delivery-reward { margin-top: 12px; padding: 9px 10px; border-radius: 9px; background: #e3f2df; color: #245b31; font-size: 12px; font-weight: 700; }.wallet-toggle { display: flex; gap: 9px; align-items: center; margin-top: 12px; font-size: 12px; font-weight: 700; color: #264c31; cursor: pointer; }.wallet-toggle input { accent-color: var(--green); width: 16px; height: 16px; }.wallet-progress { display: grid; gap: 7px; margin-top: 12px; }.wallet-progress i { display: block; overflow: hidden; height: 7px; border-radius: 99px; background: #eadfca; }.wallet-progress b { display: block; height: 100%; border-radius: inherit; background: #e89a34; }.wallet-sign-in { color: #6d7a6b; font-size: 12px; }.wallet-summary-credit { color: var(--green) !important; font-weight: 800; }.wallet-summary-credit strong { color: var(--green); }

/* Shop pages stay focused on the live catalogue; the generic promotional panel has been removed. */
.shop-layout { grid-template-columns: 1fr; }.shop-side { display: none; }
.order-row { cursor: pointer; }.order-row:hover { transform: translateY(-2px); box-shadow: 0 12px 23px rgba(32,50,29,.09); }.order-detail-page { padding-top: 42px; padding-bottom: 70px; }.order-back { color: var(--green); font-size: 13px; font-weight: 700; }.order-detail-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin: 18px 0 27px; }.order-detail-heading h1 { font-size: 49px; margin: 6px 0; }.order-detail-heading p { margin: 0; color: #687668; font-size: 13px; }.order-detail-heading > strong { font-size: 22px; color: var(--green-deep); }.order-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 26px; align-items: start; }.order-detail-card { border: 1px solid var(--line); background: white; border-radius: 18px; padding: 22px; }.order-detail-card h2 { font: 600 25px 'Playfair Display', Georgia, serif; letter-spacing: -1px; margin: 0 0 18px; }.order-detail-items { display: grid; gap: 13px; }.order-detail-items article { display: grid; grid-template-columns: 60px 1fr auto; gap: 12px; align-items: center; padding-bottom: 13px; border-bottom: 1px solid #edf0eb; }.order-detail-items article:last-child { border-bottom: 0; padding-bottom: 0; }.order-detail-items img { width: 60px; height: 60px; object-fit: contain; border-radius: 11px; background: #f1f5ef; padding: 5px; }.order-detail-items article div { display: grid; gap: 4px; }.order-detail-items span { color: #687668; font-size: 12px; }.order-detail-items b { font-size: 12px; }.order-detail-summary { display: grid; gap: 13px; }.order-detail-summary > div { display: flex; justify-content: space-between; color: #607060; font-size: 13px; }.order-detail-summary .order-detail-total { padding-top: 13px; border-top: 1px solid var(--line); color: var(--green-deep); font-size: 15px; }.order-detail-summary > p, .order-detail-note { margin: 0; color: #6b796b; font-size: 12px; text-transform: capitalize; }.order-message { margin-top: 19px; padding-top: 16px; border-top: 1px solid var(--line); }.order-message p { color: #627162; font-size: 13px; line-height: 1.5; }.commission-row strong { color: var(--green-deep); } @media (max-width: 760px) { .order-detail-layout { grid-template-columns: 1fr; }.order-detail-heading { align-items: start; flex-direction: column; }.order-detail-heading h1 { font-size: 39px; } }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--ink); background: var(--cream); font-family: 'DM Sans', Arial, sans-serif; } a { color: inherit; text-decoration: none; } button, input { font: inherit; } .site-header { background: rgba(251,250,245,.93); border-bottom: 1px solid rgba(28,43,27,.08); position: sticky; top: 0; z-index: 4; backdrop-filter: blur(14px); } .header-inner, .content-section, .footer-inner { max-width: 1240px; margin: 0 auto; padding-left: 32px; padding-right: 32px; } .header-inner { height: 82px; display: flex; align-items: center; gap: 34px; } .brand { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 20px; letter-spacing: -.7px; } .brand img { width: 39px; height: 39px; border-radius: 11px; object-fit: cover; } .delivery-address { border-left: 1px solid var(--line); padding-left: 28px; display: flex; align-items: center; gap: 10px; flex: 1; } .pin { color: var(--orange); font-size: 20px; } .eyebrow, .section-kicker, .hero-kicker { display: block; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: 1.2px; } .address-value { font-weight: 600; font-size: 13px; } .chevron { color: var(--muted); } .header-actions { display: flex; align-items: center; gap: 23px; font-size: 14px; font-weight: 600; } .header-actions > a { color: #516052; } .login-button { border: 1px solid var(--ink); color: var(--ink); background: transparent; border-radius: 99px; padding: 10px 18px; font-weight: 700; cursor: pointer; } .bag-button { border: 0; color: white; background: var(--green-deep); border-radius: 99px; padding: 10px 12px 10px 18px; font-weight: 700; display: flex; gap: 8px; align-items: center; cursor: pointer; } .bag-count { background: #e8f4e7; color: var(--green-deep); border-radius: 50%; height: 21px; width: 21px; display: grid; place-items: center; font-size: 11px; }
.hero { min-height: 560px; padding: 86px max(32px, calc((100% - 1176px)/2)); display: grid; grid-template-columns: 1.05fr .95fr; position: relative; overflow: hidden; background: linear-gradient(124deg, #eff5ec 0%, #fbfaf5 54%, #f5e6d7 100%); } .hero-copy { position: relative; z-index: 2; max-width: 650px; padding-top: 24px; } .hero-kicker { color: var(--orange); margin-bottom: 17px; } h1, h2 { font-family: 'Playfair Display', Georgia, serif; margin: 0; letter-spacing: -2.4px; line-height: .99; } h1 { font-size: clamp(52px, 6vw, 78px); white-space: pre-line; } .hero-copy > p { color: #526051; line-height: 1.65; max-width: 490px; margin: 25px 0 29px; font-size: 16px; } .search-panel { background: white; display: flex; align-items: center; padding: 8px 8px 8px 19px; gap: 12px; border: 1px solid #e2e8df; box-shadow: 0 14px 34px rgba(38,66,38,.1); border-radius: 16px; max-width: 570px; } .search-icon { font-size: 28px; line-height: 1; color: var(--green); transform: rotate(-18deg); } .search-panel input { border: 0; outline: 0; flex: 1; min-width: 0; font-size: 14px; color: var(--ink); } .search-panel input::placeholder { color: #8a968b; } .search-panel button, .solid-link { background: var(--green-deep); color: white; border: 0; border-radius: 11px; padding: 13px 20px; font-weight: 700; cursor: pointer; } .hero-notes { display: flex; gap: 22px; margin-top: 19px; font-size: 12px; font-weight: 600; color: #617060; } .hero-art { position: relative; min-height: 405px; } .hero-orb { position: absolute; border-radius: 50%; } .hero-orb-one { width: 430px; height: 430px; right: 22px; top: 0; background: #d3e7d0; } .hero-orb-two { width: 296px; height: 296px; right: 202px; top: 123px; background: #f6c79e; opacity: .7; } .hero-circle { position: absolute; right: 102px; top: 111px; height: 228px; width: 228px; border-radius: 50%; background: var(--green-deep); display: grid; place-items: center; box-shadow: 0 26px 45px rgba(18,62,37,.24); } .hero-circle img { width: 120px; height: 120px; border-radius: 27px; object-fit: cover; } .hero-card { position: absolute; background: white; border-radius: 17px; box-shadow: 0 18px 38px rgba(32,56,30,.14); } .hero-card-top { width: 162px; right: 18px; top: 45px; padding: 12px; transform: rotate(8deg); } .hero-card-top img { height: 120px; width: 100%; object-fit: contain; } .mini-label { font-size: 12px; font-weight: 700; display: block; text-align: center; } .hero-card-bottom { width: 220px; left: -12px; bottom: 24px; display: flex; align-items: center; padding: 12px; gap: 12px; transform: rotate(-5deg); } .hero-card-bottom img { height: 65px; width: 70px; object-fit: contain; } .hero-card-bottom strong { font-size: 13px; display: block; } .hero-card-bottom span { color: var(--muted); font-size: 11px; }
.content-section { padding-top: 87px; padding-bottom: 87px; } .section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; } .section-heading h2, .promise h2 { font-size: clamp(35px, 4vw, 48px); margin-top: 8px; } .section-heading > a { color: var(--green); font-size: 13px; font-weight: 700; padding-bottom: 4px; } .category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; } .category-card { min-height: 310px; padding: 18px; border-radius: 20px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease, box-shadow .2s ease; } .category-card:hover, .store-card:hover { transform: translateY(-4px); box-shadow: 0 16px 28px rgba(33,50,31,.12); } .category-card.peach { background: var(--peach); } .category-card.butter { background: #fff5ce; } .category-card.mint { background: #e8f3ea; } .category-card.lilac { background: #eee9f8; } .category-image { height: 168px; display: flex; align-items: center; justify-content: center; } .category-image img { height: 165px; width: 90%; object-fit: contain; filter: drop-shadow(0 10px 10px rgba(32,50,29,.12)); } h3 { margin: 0; font-size: 18px; letter-spacing: -.5px; } .category-card p, .store-details p, .promise p { color: #647165; font-size: 13px; margin: 6px 0 0; line-height: 1.5; } .card-arrow { position: absolute; bottom: 18px; right: 18px; width: 32px; height: 32px; display: grid; place-items: center; background: rgba(255,255,255,.72); border-radius: 50%; font-weight: 700; }
.store-section { background: #f0f5ed; } .store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; } .store-card { position: relative; overflow: hidden; background: white; border-radius: 19px; transition: transform .2s ease, box-shadow .2s ease; } .store-hero { height: 135px; } .store-hero.green { background: linear-gradient(118deg, #3b7046, #9ece86); } .store-hero.blue { background: linear-gradient(118deg, #1763a4, #72b6dd); } .store-hero.red { background: linear-gradient(118deg, #b31d2a, #ed6d4e); } .store-logo { position: absolute; top: 92px; left: 21px; width: 82px; height: 82px; border-radius: 18px; padding: 8px; background: white; box-shadow: 0 7px 18px rgba(21,39,22,.15); display: grid; place-items: center; } .store-logo img { max-width: 100%; max-height: 100%; object-fit: contain; } .store-details { padding: 51px 21px 19px; } .store-meta { border-top: 1px solid #edf0eb; margin-top: 15px; padding-top: 13px; display: flex; gap: 13px; color: #596657; font-size: 11px; font-weight: 600; }
.promise { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; } .promise h2 { white-space: pre-line; margin: 10px 0 17px; } .promise-copy p { max-width: 370px; font-size: 15px; line-height: 1.65; margin-bottom: 28px; } .solid-link { display: inline-block; border-radius: 99px; } .promise-list { border-top: 1px solid var(--line); } .promise-item { padding: 24px 0; display: grid; grid-template-columns: 66px 1fr; border-bottom: 1px solid var(--line); } .promise-number { color: var(--orange); font-weight: 700; font-size: 13px; } .promise-item h3 { font-size: 17px; } footer { background: var(--green-deep); color: #f5f8f3; } .footer-inner { min-height: 162px; display: flex; align-items: center; justify-content: space-between; } .footer-brand { display: flex; align-items: center; gap: 13px; } .footer-brand img { width: 43px; height: 43px; border-radius: 12px; } .footer-brand p, footer > div > p { font-size: 12px; color: #b4c3b5; margin: 0; }
@media (max-width: 850px) { .header-actions > a, .login-button { display: none; } .header-inner { gap: 15px; height: 71px; } .delivery-address { padding-left: 15px; } .hero { grid-template-columns: 1fr; padding-top: 53px; padding-bottom: 42px; } .hero-art { min-height: 350px; margin-top: 24px; } .category-grid, .store-grid { grid-template-columns: repeat(2, 1fr); } .promise { grid-template-columns: 1fr; gap: 45px; } } @media (max-width: 530px) { .header-inner, .content-section, .footer-inner { padding-left: 19px; padding-right: 19px; } .brand-name, .delivery-address .eyebrow, .chevron { display: none; } .delivery-address { padding-left: 4px; border: 0; } .address-value { font-size: 11px; } .hero { padding-left: 19px; padding-right: 19px; min-height: 0; } h1 { font-size: 51px; } .hero-notes { display: grid; gap: 8px; } .search-panel { flex-wrap: wrap; } .search-panel input { min-height: 29px; width: calc(100% - 45px); flex: none; } .search-panel button { margin-left: 34px; width: calc(100% - 34px); } .hero-art { transform: scale(.9); transform-origin: left top; margin-bottom: -28px; } .category-grid, .store-grid { grid-template-columns: 1fr; } .category-card { min-height: 245px; } .category-image { height: 118px; } .section-heading { align-items: start; gap: 15px; } .section-heading > a { text-align: right; } .footer-inner { padding-top: 28px; padding-bottom: 28px; min-height: 0; align-items: start; gap: 22px; flex-direction: column; } }

/* Linked customer screen previews */
.screen-main { min-height: calc(100vh - 82px); } .screen-main h1 { white-space: normal; } .compact { padding-top: 50px; padding-bottom: 60px; } .screen-hero { background: #eaf3e8; min-height: 300px; padding: 55px max(32px, calc((100% - 1176px)/2)); display: flex; align-items: end; justify-content: space-between; gap: 50px; } .screen-hero h1 { font-size: clamp(45px, 5vw, 64px); margin-top: 8px; } .screen-hero p { color: var(--muted); margin-bottom: 0; } .catalogue-search { background: #fff; border-radius: 15px; width: 460px; padding: 8px 8px 8px 17px; display: flex; align-items: center; gap: 10px; box-shadow: 0 10px 22px rgba(31,65,35,.1); } .catalogue-search input { border: 0; outline: 0; min-width: 0; flex: 1; padding: 9px 0; } .catalogue-search button { background: var(--green-deep); color: white; border: 0; border-radius: 10px; padding: 11px 18px; font-weight: 700; } .quick-filters, .order-tabs { display: flex; gap: 9px; overflow: auto; padding-bottom: 8px; } .quick-filters button, .order-tabs button { border: 1px solid var(--line); border-radius: 99px; color: #526051; padding: 9px 15px; background: white; white-space: nowrap; font-weight: 600; } .quick-filters .filter-current, .order-tabs .filter-current { background: var(--green-deep); color: white; border-color: var(--green-deep); } .browse-layout { display: grid; grid-template-columns: 224px 1fr; gap: 48px; margin-top: 31px; } .filters { border: 1px solid var(--line); border-radius: 16px; padding: 18px; height: fit-content; background: white; } .filter-title, .results-heading, .account-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; } .filter-title h3 { font-size: 16px; } .filter-title a, .results-heading a, .account-section-heading a { color: var(--green); font-size: 12px; font-weight: 700; } .filters details { border-top: 1px solid var(--line); padding: 17px 0 3px; margin-top: 16px; } .filters summary { font-size: 14px; font-weight: 700; margin-bottom: 13px; cursor: pointer; } .filters label { display: flex; gap: 8px; align-items: center; color: #627064; font-size: 12px; margin: 10px 0; } .results-heading { margin-bottom: 22px; } .results-heading > div > span, .product-card-copy > span, .cart-item-copy > span, .mini-order > div > span { font-size: 10px; color: #7e8a7f; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; } .results-heading h2, .account-section-heading h2, .wallet-section h2 { font: 600 29px 'Playfair Display', Georgia, serif; letter-spacing: -1.2px; margin: 5px 0 0; } .sort-button { border: 1px solid var(--line); background: white; padding: 9px 12px; border-radius: 9px; font-size: 12px; color: #556155; } .product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; } .product-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); } .product-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); } .product-card { display: block; background: white; border: 1px solid #e7ece5; border-radius: 15px; overflow: hidden; position: relative; transition: transform .18s ease, box-shadow .18s ease; } .product-card:hover { transform: translateY(-3px); box-shadow: 0 14px 24px rgba(32,50,29,.1); } .product-image { height: 157px; padding: 14px; background: #f5f7f3; position: relative; display: grid; place-items: center; } .product-image img { max-height: 132px; width: 100%; object-fit: contain; } .sale-chip { position: absolute; top: 10px; left: 10px; background: #f8d65d; color: #523b00; padding: 4px 8px; border-radius: 99px; font-size: 10px; font-weight: 700; } .product-card-copy { position: relative; padding: 13px 13px 45px; min-height: 129px; } .product-card-copy h3 { font-size: 14px; margin: 5px 0; line-height: 1.25; } .product-card-copy p { margin: 0; color: var(--green-deep); font-size: 13px; } .product-card-copy del { color: #9ca59d; font-size: 11px; } .round-add { position: absolute; bottom: 12px; right: 12px; border: 0; background: var(--green-deep); color: white; width: 27px; height: 27px; border-radius: 50%; font-size: 19px; line-height: 1; cursor: pointer; } .store-banner { background: linear-gradient(112deg, #e8f3e5, #d1e3c8); padding: 45px max(32px, calc((100% - 1176px)/2)); display: flex; gap: 24px; align-items: center; } .store-banner-logo { width: 105px; height: 105px; border-radius: 21px; padding: 10px; background: white; box-shadow: 0 7px 18px rgba(21,39,22,.13); display: grid; place-items: center; } .store-banner-logo img { width: 100%; max-height: 100%; object-fit: contain; } .open-state, .live-label { color: var(--green); text-transform: uppercase; letter-spacing: .8px; font-size: 10px; font-weight: 700; } .store-banner h1 { font-size: 45px; margin: 5px 0; } .store-banner p { color: #5a6b5a; margin: 0 0 11px; font-size: 14px; } .store-info { margin-left: auto; font-weight: 700; color: var(--green-deep); font-size: 13px; } .category-tabs { background: white; border-bottom: 1px solid var(--line); padding: 0 max(32px, calc((100% - 1176px)/2)); white-space: nowrap; overflow: auto; } .category-tabs a { display: inline-block; padding: 17px 16px; color: #647164; font-size: 13px; font-weight: 600; } .category-tabs .tab-active { color: var(--green-deep); border-bottom: 3px solid var(--orange); } .shop-layout { display: grid; grid-template-columns: 286px 1fr; gap: 48px; } .shop-side { border-radius: 20px; background: #fff0e6; padding: 28px; overflow: hidden; position: relative; min-height: 400px; } .shop-side h2 { font-size: 37px; margin-top: 8px; } .shop-side p { color: #745f51; font-size: 13px; } .shop-side-image { height: 190px; display: grid; place-items: center; margin-top: 17px; } .shop-side-image img { height: 195px; max-width: 100%; object-fit: contain; } .breadcrumbs { max-width: 1240px; margin: 0 auto; padding: 26px 32px 8px; display: flex; gap: 10px; color: #728071; font-size: 12px; } .breadcrumbs a { color: var(--green); }.product-detail { max-width: 1120px; margin: 0 auto; padding: 30px 32px 77px; display: grid; grid-template-columns: 1fr .9fr; gap: 84px; align-items: center; }.product-detail-image { min-height: 460px; background: #f2f5ef; border-radius: 28px; display: grid; place-items: center; position: relative; padding: 35px; }.product-detail-image img { max-height: 380px; max-width: 100%; object-fit: contain; }.store-link { color: var(--green); font-size: 13px; font-weight: 700; }.product-detail-info h1 { font-size: 53px; margin: 14px 0 7px; }.product-measure { color: var(--muted); margin: 0; }.product-detail-info h2 { font: 600 29px 'DM Sans', Arial, sans-serif; margin: 22px 0 13px; letter-spacing: -1px; }.detail-description { color: #637162; line-height: 1.6; font-size: 14px; }.price-note { background: #edf6eb; color: #315d39; padding: 13px 15px; border-radius: 10px; font-size: 12px; margin: 21px 0; }.quantity-row { border-top: 1px solid var(--line); padding: 18px 0; display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 700; }.quantity-control { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }.quantity-control button { border: 0; background: white; height: 31px; width: 31px; color: var(--green-deep); font-size: 18px; cursor: pointer; }.quantity-control strong { width: 31px; text-align: center; font-size: 13px; }.add-row { display: flex; gap: 10px; }.add-to-bag, .checkout-link { flex: 1; border: 0; background: var(--green-deep); color: white; border-radius: 11px; padding: 15px; text-align: center; font-weight: 700; cursor: pointer; }.save-button { border: 1px solid var(--line); background: white; width: 50px; border-radius: 11px; font-size: 22px; color: var(--green-deep); }.related { background: #f1f5ee; }.cart-page, .checkout-page { max-width: 1240px; }.cart-heading, .checkout-heading, .orders-heading, .wallet-heading { margin-bottom: 35px; }.cart-heading, .cart-heading > div { display: flex; align-items: end; justify-content: space-between; }.cart-heading > div { display: contents; }.cart-heading h1, .checkout-heading h1, .orders-heading h1, .wallet-heading h1 { font-size: 52px; margin-top: 8px; }.cart-heading p, .checkout-heading p, .orders-heading p, .wallet-heading p { color: #657164; margin: 12px 0 0; }.cart-heading > a { color: var(--green); font-size: 13px; font-weight: 700; }.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1fr 340px; gap: 42px; align-items: start; }.cart-items { border-top: 1px solid var(--line); }.cart-item { padding: 19px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 118px 1fr auto; gap: 18px; align-items: center; }.cart-item > img { height: 100px; width: 118px; border-radius: 13px; background: #f3f6f0; object-fit: contain; padding: 8px; }.cart-item-copy h3 { margin: 5px 0; }.cart-item-copy p { margin: 0; color: #738073; font-size: 13px; }.text-button { margin-top: 12px; padding: 0; border: 0; background: transparent; color: #a25242; font-size: 12px; cursor: pointer; }.cart-item-side { text-align: right; display: grid; gap: 15px; justify-items: end; }.compare-suggestion { padding: 17px; background: #fff4d7; border-radius: 12px; margin-top: 21px; display: flex; gap: 12px; }.compare-suggestion > span { color: var(--orange); font-size: 21px; }.compare-suggestion strong { font-size: 13px; }.compare-suggestion p { margin: 3px 0 0; color: #6e6450; font-size: 12px; }.order-summary { background: white; border: 1px solid var(--line); box-shadow: 0 7px 24px rgba(31,51,30,.05); border-radius: 16px; padding: 22px; }.order-summary h3 { margin-bottom: 20px; }.order-summary > div { display: flex; justify-content: space-between; color: #637063; font-size: 13px; margin: 13px 0; }.order-summary > div strong { color: var(--ink); }.order-summary .summary-total { color: var(--ink); font-size: 16px; font-weight: 700; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 18px; }.checkout-link { display: block; margin-top: 22px; }.order-summary > p { color: #819080; font-size: 11px; line-height: 1.5; margin: 15px 0 0; }.checkout-card { border: 1px solid var(--line); border-radius: 15px; padding: 21px; background: white; margin-bottom: 15px; }.checkout-card.inactive { background: #fafbf9; color: #919a91; }.checkout-card-title { display: flex; align-items: center; gap: 12px; }.step-badge { background: var(--green-deep); color: white; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; font-size: 11px; font-weight: 700; }.inactive .step-badge { background: #d4dad2; }.checkout-card-title h3 { font-size: 15px; }.checkout-card-title p { margin: 3px 0 0; font-size: 12px; }.edit-label { margin-left: auto; color: var(--green); font-size: 12px; font-weight: 700; }.delivery-choice { margin: 21px 0 13px 36px; border: 1px solid var(--green); border-radius: 10px; padding: 13px; display: flex; align-items: center; gap: 11px; }.radio-dot { width: 13px; height: 13px; border: 4px solid var(--green); border-radius: 50%; }.delivery-choice strong { font-size: 13px; }.delivery-choice p { margin: 3px 0 0; font-size: 11px; color: #647164; }.choice-price { margin-left: auto; font-size: 12px; font-weight: 700; }.address-button { margin-left: 36px; border: 0; background: transparent; color: var(--green); font-weight: 700; font-size: 12px; }.disabled-checkout { background: #d8dfd7; color: #8a9488; border: 0; width: 100%; padding: 14px; border-radius: 10px; font-weight: 700; margin-top: 20px; }.account-hero { background: #e7f1e6; padding: 31px; border-radius: 22px; display: flex; align-items: center; gap: 18px; margin-bottom: 30px; }.account-avatar, .driver-avatar { background: var(--green-deep); color: white; width: 63px; height: 63px; display: grid; place-items: center; border-radius: 50%; font-weight: 700; }.account-hero h1 { font-size: 43px; margin: 6px 0; }.account-hero p { margin: 0; color: #607060; font-size: 13px; }.account-layout { display: grid; grid-template-columns: 210px 1fr; gap: 50px; }.account-nav { display: grid; gap: 6px; align-content: start; }.account-nav a { padding: 11px 13px; color: #607060; font-size: 13px; border-radius: 8px; }.account-nav .active { background: #e9f2e7; color: var(--green-deep); font-weight: 700; }.account-nav .logout { color: #a95c4c; margin-top: 15px; }.account-welcome { background: var(--green-deep); color: white; border-radius: 16px; padding: 23px; display: flex; align-items: end; justify-content: space-between; }.account-welcome span { color: #b9d0b6; font-size: 10px; letter-spacing: .9px; font-weight: 700; }.account-welcome h2 { font: 600 36px 'DM Sans', Arial, sans-serif; margin: 8px 0 2px; }.account-welcome p { margin: 0; color: #b9d0b6; font-size: 12px; }.account-welcome a { color: white; font-size: 12px; font-weight: 700; }.account-section-heading { margin: 34px 0 15px; }.account-section-heading h2 { font-size: 24px; }.mini-order { border: 1px solid var(--line); padding: 13px; display: grid; grid-template-columns: 48px 1fr auto 18px; gap: 12px; align-items: center; border-radius: 11px; }.mini-order > img { width: 48px; height: 48px; padding: 5px; object-fit: contain; background: #f1f4ef; border-radius: 8px; }.mini-order h3 { font-size: 13px; margin: 3px 0; }.mini-order p { color: #748073; font-size: 11px; margin: 0; }.mini-order > strong { font-size: 13px; }.profile-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.profile-details > div { padding: 14px; background: #f4f6f2; border-radius: 10px; }.profile-details span { display: block; color: #748073; font-size: 10px; text-transform: uppercase; font-weight: 700; }.profile-details strong { display: block; margin-top: 7px; font-size: 13px; }.orders-page { max-width: 1240px; }.order-tabs { margin-bottom: 22px; }.live-order { display: grid; grid-template-columns: .95fr 1.05fr; background: white; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; min-height: 440px; }.live-order-map { position: relative; overflow: hidden; background-color: #e9eee5; background-image: radial-gradient(#c2d2bf 1px, transparent 1px); background-size: 18px 18px; }.map-street { position: absolute; background: white; height: 18px; width: 140%; opacity: .85; }.street-one { transform: rotate(27deg); top: 27%; left: -20%; }.street-two { transform: rotate(-41deg); top: 65%; left: -18%; }.map-path { position: absolute; width: 55%; height: 36%; left: 25%; top: 32%; border-bottom: 4px dashed #e58b33; border-right: 4px dashed #e58b33; border-radius: 0 0 60px 0; }.map-marker { position: absolute; display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; font-size: 14px; font-weight: 700; }.marker-shop { top: 30%; left: 22%; background: var(--green-deep); color: white; }.marker-home { bottom: 23%; right: 18%; background: white; color: var(--green-deep); }.marker-driver { top: 54%; right: 33%; background: var(--orange); color: white; }.live-order-details { padding: 41px; }.live-order-details h2 { font: 600 32px 'Playfair Display', Georgia, serif; letter-spacing: -1.3px; margin: 8px 0; }.live-order-details > p { color: #647164; font-size: 13px; }.tracking-steps { margin: 26px 0; display: grid; gap: 13px; }.tracking-steps > div { font-size: 12px; color: #829082; display: flex; align-items: center; gap: 9px; }.tracking-steps span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #d7dfd5; color: white; font-size: 10px; }.tracking-steps .done { color: var(--green-deep); }.tracking-steps .done span { background: var(--green); }.tracking-steps .current { font-weight: 700; color: var(--ink); }.tracking-steps .current span { background: var(--orange); }.driver-card { display: flex; align-items: center; gap: 10px; padding: 11px; background: #f2f5ef; border-radius: 11px; }.driver-avatar { width: 35px; height: 35px; font-size: 12px; }.driver-card strong { font-size: 12px; }.driver-card p { margin: 2px 0 0; font-size: 10px; color: #718070; }.driver-card button { margin-left: auto; border: 1px solid var(--green); color: var(--green-deep); background: white; border-radius: 7px; padding: 7px 10px; font-size: 11px; font-weight: 700; }.track-link { display: block; color: var(--green); font-size: 12px; font-weight: 700; margin-top: 17px; }.wallet-heading { max-width: 700px; }.wallet-layout { display: grid; grid-template-columns: 1fr 320px; gap: 62px; }.wallet-card { border-radius: 20px; padding: 28px; color: white; background: linear-gradient(145deg, #173d29, #3c8050); box-shadow: 0 20px 35px rgba(20,57,35,.2); }.wallet-card-top, .wallet-card-bottom { display: flex; justify-content: space-between; align-items: center; }.wallet-card-top span:first-child { color: #b9cfb9; letter-spacing: 1px; font-size: 10px; font-weight: 700; }.wallet-mark { color: #f5c760; font-size: 23px; }.wallet-card > strong { display: block; font-size: 44px; letter-spacing: -2px; margin: 37px 0 6px; }.wallet-card > p { margin: 0 0 35px; color: #c4d6c5; font-size: 12px; }.wallet-card-bottom { border-top: 1px solid rgba(255,255,255,.18); padding-top: 17px; color: #c4d6c5; font-size: 11px; }.wallet-card-bottom a { color: white; font-weight: 700; }.wallet-section { margin-top: 45px; }.empty-activity { padding: 45px 20px; border: 1px dashed #cbd5c8; border-radius: 15px; text-align: center; margin-top: 15px; }.empty-activity > span { color: var(--orange); font-size: 25px; }.empty-activity h3 { margin: 9px 0 5px; font-size: 15px; }.empty-activity p { color: #718071; font-size: 12px; margin: 0 0 15px; }.empty-activity a { color: var(--green); font-size: 12px; font-weight: 700; }.wallet-explainer { border-left: 1px solid var(--line); padding-left: 37px; }.wallet-explainer h2 { font: 600 36px 'Playfair Display', Georgia, serif; letter-spacing: -1.4px; margin: 10px 0 28px; }.wallet-explainer > div { border-top: 1px solid var(--line); padding: 17px 0; display: flex; gap: 14px; }.wallet-explainer > div > span { color: var(--orange); font-size: 12px; font-weight: 700; }.wallet-explainer > div p { margin: 0; color: #617061; font-size: 13px; line-height: 1.5; }
@media (max-width: 850px) { .screen-hero { display: block; padding-top: 45px; padding-bottom: 38px; }.catalogue-search { margin-top: 30px; width: 100%; }.browse-layout, .shop-layout, .product-detail, .cart-layout, .checkout-layout, .account-layout, .wallet-layout { grid-template-columns: 1fr; }.filters, .account-nav { display: none; }.product-grid, .product-grid.three, .product-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }.product-detail { gap: 34px; }.product-detail-image { min-height: 320px; }.product-detail-image img { max-height: 260px; }.live-order { grid-template-columns: 1fr; }.live-order-map { min-height: 270px; }.wallet-explainer { border-left: 0; border-top: 1px solid var(--line); padding: 35px 0 0; }.profile-details { grid-template-columns: 1fr; } }
@media (max-width: 530px) { .screen-hero, .store-banner { padding-left: 19px; padding-right: 19px; }.screen-hero h1, .cart-heading h1, .checkout-heading h1, .orders-heading h1, .wallet-heading h1 { font-size: 43px; }.browse-layout { margin-top: 19px; }.product-grid, .product-grid.three, .product-grid.four { grid-template-columns: 1fr 1fr; gap: 10px; }.product-image { height: 120px; }.product-card-copy { padding: 10px 10px 42px; }.product-card-copy h3 { font-size: 12px; }.store-banner { align-items: flex-start; }.store-banner-logo { width: 73px; height: 73px; border-radius: 15px; }.store-banner h1 { font-size: 29px; }.store-info { display: none; }.category-tabs { padding: 0 8px; }.category-tabs a { padding-left: 11px; padding-right: 11px; font-size: 12px; }.shop-side { display: none; }.breadcrumbs { padding-left: 19px; padding-right: 19px; }.product-detail { padding-left: 19px; padding-right: 19px; }.product-detail-info h1 { font-size: 41px; }.cart-heading { display: block; }.cart-heading > a { display: block; margin-top: 17px; }.cart-item { grid-template-columns: 72px 1fr; }.cart-item > img { width: 72px; height: 72px; }.cart-item-side { grid-column: 2; grid-row: 2; justify-items: start; display: flex; align-items: center; gap: 20px; }.checkout-card { padding: 15px; }.delivery-choice, .address-button { margin-left: 0; }.choice-price { font-size: 10px; }.account-hero { padding: 20px; }.account-hero h1 { font-size: 34px; }.account-welcome { display: block; }.account-welcome a { display: block; margin-top: 17px; }.mini-order { grid-template-columns: 42px 1fr 14px; }.mini-order > img { width: 42px; height: 42px; }.mini-order > strong { display: none; }.live-order-details { padding: 25px 20px; }.wallet-card { padding: 22px; } }

/* App downloads and the checkout sign-in moment */
.app-downloads { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; }
.store-download { display: inline-flex; flex-direction: column; min-width: 8.8rem; padding: .45rem .8rem; border: 1px solid rgba(255,255,255,.32); border-radius: .7rem; color: #fff; text-decoration: none; line-height: 1.05; transition: transform .18s ease, background .18s ease; }
.store-download span { font-size: .64rem; opacity: .82; }
.store-download strong { font-size: .9rem; margin-top: .12rem; }
.store-download:hover { color: #fff; background: rgba(255,255,255,.12); transform: translateY(-2px); }
.checkout-auth-gate { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.2rem; margin-bottom: 1rem; border: 1px solid #cbe7d0; border-radius: 1rem; background: linear-gradient(135deg, #f2fbf3, #fff); box-shadow: 0 10px 24px rgba(20, 88, 44, .07); }
.checkout-auth-gate .eyebrow { margin: 0 0 .28rem; color: #16833d; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checkout-auth-gate h2 { margin: 0; font-size: 1.15rem; }
.checkout-auth-gate p:not(.eyebrow) { margin: .35rem 0 0; color: #617064; font-size: .88rem; }
.checkout-auth-gate .solid-link { flex: 0 0 auto; text-align: center; white-space: nowrap; }
@media (max-width: 650px) { .footer-inner { align-items: flex-start; } .app-downloads { width: 100%; } .checkout-auth-gate { align-items: flex-start; flex-direction: column; } .checkout-auth-gate .solid-link { width: 100%; } }
