:root {
  --paper:#f3ebdf; --white:#faf5ed; --ink:#202919; --muted:#706655;
  --green:#26331e; --line:#d3c4af; --sage:#ded1ba; --sand:#e8d6bb; --rose:#ddc8b5;
  --safe-top:calc(var(--tg-safe-area-inset-top, 0px) + var(--tg-content-safe-area-inset-top, 0px));
  --safe-bottom:max(env(safe-area-inset-bottom, 0px), var(--tg-safe-area-inset-bottom, 0px), var(--tg-content-safe-area-inset-bottom, 0px));
  --nav-height:66px; --app-width:520px;
}
* {box-sizing:border-box}
html {scroll-behavior:auto;scroll-padding-bottom:170px}
body {margin:0;background:#d8c8b1;color:var(--ink);font:14px/1.55 Arial,Helvetica,sans-serif;-webkit-tap-highlight-color:transparent}
button,input,textarea,select {font:inherit}
button {border:0;background:none;color:inherit;cursor:pointer;touch-action:manipulation}
button:disabled {opacity:.45;cursor:not-allowed}
button:focus-visible,a:focus-visible {outline:2px solid var(--green);outline-offset:3px}
input:focus,textarea:focus,select:focus {outline:2px solid #91a67f;outline-offset:1px}
a {color:inherit;text-decoration:none}
h1,h2,h3,p {margin-top:0}
h1,h2,h3 {font-weight:500;line-height:1.2}
h1 {font-size:32px;letter-spacing:-1.1px}
h2 {font-size:23px;letter-spacing:-.6px}
h3 {font-size:17px}
p {line-height:1.65}
em {font-family:Georgia,'Times New Roman',serif;font-weight:normal;color:#667b57}
.icon {flex-shrink:0;vertical-align:middle}
.app-shell {width:100%;max-width:var(--app-width);min-height:100dvh;margin:auto;background:var(--paper);position:relative;border-inline:1px solid #d3c4af}
.app-header {display:flex;justify-content:space-between;align-items:center;gap:16px;padding:calc(18px + var(--safe-top)) 22px 14px;border-bottom:1px solid var(--line);background:var(--paper)}
.identity {display:flex;flex-direction:column;gap:5px}
.brand {font-family:Georgia,'Times New Roman',serif;font-size:28px;letter-spacing:-1.1px;line-height:1.2;font-weight:normal}
.brand-caption,.brand>span {display:block;font-family:Arial,sans-serif;font-size:9px;letter-spacing:1.4px;color:#818a73;font-weight:normal}
.location-button {display:flex;align-items:center;gap:5px;font-size:11px;color:#69765e;min-height:44px;padding:6px 0 6px 10px}
.location-button .icon {width:16px;height:16px}
.sub-header {position:sticky;top:0;z-index:4;padding:calc(10px + var(--safe-top)) 14px 10px;min-height:64px}
.sub-header>span {font-size:13px;font-weight:500}
.sub-header .header-leaf {padding:10px;color:#849576}
.header-leaf .icon {width:19px;height:19px}
.back-button,.icon-button {width:44px;min-height:44px;padding:10px;display:inline-grid;place-items:center;border-radius:7px}
.back-icon {transform:rotate(180deg)}
main {outline:none}
.root-screen main {padding-bottom:calc(var(--nav-height) + 22px + var(--safe-bottom))}
.root-screen.has-basket main {padding-bottom:calc(var(--nav-height) + 94px + var(--safe-bottom))}
.detail-screen main {padding-bottom:calc(108px + var(--safe-bottom))}
.padded,.catalog-screen {padding:24px 22px 10px}
.page-heading {display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.page-heading h1 {margin:8px 0 0;line-height:1.18}
.page-heading>.icon {color:#89997a;width:26px;height:26px}
.eyebrow {font-size:8px;letter-spacing:1.6px;color:#7b866f;line-height:1.6}
.heading-mark {width:39px;height:39px;border:1px solid #d9e1ce;display:grid;place-items:center;border-radius:50%;color:#7e916a}
.heading-mark .icon {width:20px;height:20px}
.segments {display:flex;gap:4px;padding:4px;background:#e5d9c7;border-radius:9px;margin-bottom:15px}
.segments button {display:flex;justify-content:center;align-items:center;gap:8px;min-height:42px;flex:1;border-radius:6px;font-size:12px;color:#818974}
.segments button.selected {background:var(--white);color:#43583a;box-shadow:0 1px 3px #33472508}
.segments .icon {width:16px;height:16px}
.dot {width:5px;height:5px;border-radius:50%;background:#849970;display:inline-block;flex-shrink:0}
.pickup-selector {width:100%;display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #cebea6;border-radius:8px;background:#eadecc;text-align:left;color:#586d48;min-height:72px}
.pickup-selector>span:not(.pickup-icon) {flex:1;min-width:0}
.pickup-selector small {display:block;font-size:10px;color:#829073;margin-bottom:4px}
.pickup-selector strong {font-size:12px;font-weight:500;display:block;line-height:1.5}
.pickup-selector strong span {white-space:nowrap;font-size:11px;color:#7e8c70}
.pickup-selector>.icon:last-child {width:17px;height:17px;color:#839673}
.pickup-icon {width:33px;height:33px;border-radius:50%;border:1px solid #d2dec3;display:grid;place-items:center;flex-shrink:0}
.pickup-icon .icon {width:16px;height:16px}
.availability-caption {font-size:10px;color:#8a927e;margin:7px 1px 0}
.category-list {display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding:2px 0 5px;margin:12px 0 10px}
.category-list::-webkit-scrollbar {display:none}
.category {white-space:nowrap;min-height:38px;padding:8px 14px;border:1px solid var(--line);border-radius:24px;font-size:10px;color:#7f8973}
.category.selected {background:var(--green);color:var(--white);border-color:var(--green)}
.product-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.product {border:1px solid var(--line);border-radius:9px;background:var(--white);overflow:hidden;display:flex;flex-direction:column;min-width:0}
.photo-button {display:block;width:100%;padding:0;text-align:left}
.product-image {position:relative;aspect-ratio:1.1;overflow:hidden}
.sage {background:var(--sage)}.sand {background:var(--sand)}.rose {background:var(--rose)}
.product-image img,.detail-photo img {width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.photo-placeholder {height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:#98a389}
.photo-placeholder>.icon {width:44px;height:44px;stroke-width:.8}
.photo-placeholder>span {font-size:8px;letter-spacing:.1px;color:#8b9780}
.sand .photo-placeholder {color:#ae9f83}.rose .photo-placeholder {color:#b19b8f}
.product-tag {position:absolute;top:11px;left:10px;background:#fffffaad;color:#7c856f;padding:3px 7px;border-radius:3px;font-size:7px;max-width:calc(100% - 20px)}
.volume {position:absolute;bottom:10px;right:10px;font-size:8px;padding:3px 6px;border-radius:3px;background:#fffffa8c;color:#89917d}
.product-body {padding:14px 13px 13px;display:flex;flex-direction:column;flex:1}
.product-status {display:flex;align-items:center;gap:5px;font-size:8px;color:#7e8f6c;min-height:14px;margin-bottom:8px}
.product-status .dot {width:4px;height:4px}
.product-status.sold {color:#a19786}.sold .dot {background:#b2a793}
.product-name {font-size:17px;letter-spacing:-.5px;padding:0;text-align:left;line-height:1.25;min-height:43px}
.product-body>p {color:#929784;font-size:10px;line-height:1.5;margin:6px 0 13px;min-height:30px}
.product-price {font-size:20px;letter-spacing:-.4px;margin-top:auto;margin-bottom:12px}
.product-price small {font-size:9px;font-weight:normal;letter-spacing:0;color:#979d8a}
.add-button {display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:10px 11px;min-height:42px;font-size:11px;border-radius:5px;background:#e8ddca;border:1px solid #c9b99e;color:#5c734b}
.add-button .icon {width:16px;height:16px}
.stepper {display:flex;align-items:center;justify-content:space-between;gap:6px;border:1px solid #c9b99e;background:#e8ddca;border-radius:5px;min-height:42px}
.stepper button {display:grid;place-items:center;width:42px;height:40px;padding:10px}
.stepper .icon {width:16px;height:16px}
.stepper output {font-size:13px}
.catalog-note {display:flex;justify-content:center;align-items:center;gap:7px;font-size:9px;color:#8a977b;margin:25px 0 10px}
.catalog-note .icon {width:14px;height:14px}
.demo-note {font-size:10px;text-align:center;color:#939b85;margin:15px 0;line-height:1.6}
.bottom-nav {position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:10;width:100%;max-width:var(--app-width);height:calc(var(--nav-height) + var(--safe-bottom));padding:7px 12px calc(7px + var(--safe-bottom));display:flex;justify-content:space-around;background:#f3ebdf;border-top:1px solid var(--line)}
.bottom-nav button {flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#939b87;font-size:10px;min-height:44px}
.bottom-nav button.active {color:#526e40}
.bottom-nav button.active .icon {stroke-width:1.8}
.bottom-nav .icon {width:21px;height:21px}
.action-bar {position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:9;width:100%;max-width:var(--app-width);padding:12px 20px calc(12px + var(--safe-bottom));background:var(--paper);border-top:1px solid var(--line)}
.action-bar.above-nav {bottom:calc(var(--nav-height) + var(--safe-bottom));padding-bottom:12px}
.primary {background:var(--green);color:#fffef8;display:inline-flex;justify-content:center;align-items:center;gap:14px;padding:14px 20px;min-height:50px;border-radius:7px;font-size:13px}
.primary:hover {background:#3c4a30}
.primary .icon {width:18px;height:18px}
.full {width:100%}
.basket-button {width:100%;justify-content:space-between}
.basket-button>span {display:flex;align-items:center;gap:9px}
.count-badge {min-width:21px;min-height:21px;display:grid;place-items:center;background:#ffffff21;border-radius:5px;font-size:10px;font-weight:normal}
.secondary {border:1px solid #cebea6;background:#f1e6d6;padding:12px 16px;border-radius:6px;font-size:12px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.secondary.full {margin-top:10px}
.secondary .icon {width:16px;height:16px}
.text-button {display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:8px 0;font-size:12px;color:#6b8059}
.text-button .icon {width:16px;height:16px}
.detail-photo {height:280px;position:relative}
.detail-photo .photo-placeholder>.icon {width:72px;height:72px;stroke-width:.65}
.detail-photo .photo-placeholder>span {font-size:10px}
.detail-photo .product-tag {top:20px;left:22px;font-size:10px;padding:5px 10px}
.detail-photo .volume {right:22px;bottom:20px;font-size:10px;padding:5px 9px}
.product-detail {padding:26px 22px 15px}
.product-detail h1 {font-size:30px;margin:8px 0 12px}
.product-detail>.muted {font-size:13px}
.detail-price {display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:26px;margin:22px 0}
.compact.pickup-selector {min-height:52px;padding:12px;font-size:12px;gap:8px}
.detail-actions {display:flex;gap:12px}
.detail-actions .stepper {width:132px;flex-shrink:0}
.detail-actions .primary {flex:1;font-size:12px;padding-inline:12px}
.content-block {padding:23px 0;border-bottom:1px solid var(--line)}
.content-block h2 {font-size:16px;letter-spacing:-.2px;display:flex;align-items:center;gap:10px;margin-bottom:12px}
.content-block h2 .icon {width:20px;height:20px;color:#859775}
.content-block p {font-size:13px;color:#7e8971;margin-bottom:0}
.preserve-lines {white-space:pre-line}
.muted,.fine {color:var(--muted)}
.fine {font-size:11px;margin-top:20px;line-height:1.65}
.fine.left {text-align:left}
.cart-items {margin-top:14px}
.cart-item {display:grid;grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:13px;padding:19px 0;border-bottom:1px solid var(--line)}
.mini-photo {width:60px;height:74px;border-radius:5px;display:grid;place-items:center;color:#94a080;overflow:hidden}
.mini-photo img {width:100%;height:100%;object-fit:cover}
.mini-photo>.icon {width:28px;height:28px;stroke-width:1}
.cart-item strong {font-size:13px;font-weight:500;display:block}
.cart-item small {display:block;font-size:10px;color:#8a937e;margin-top:4px}
.cart-item .stepper {width:116px;margin-top:10px}
.cart-item>b {font-weight:500;font-size:15px;align-self:start;padding-top:3px;white-space:nowrap}
.total {display:flex;justify-content:space-between;align-items:center;gap:15px;padding-top:21px;border-top:1px solid var(--line);margin:22px 0;font-size:14px}
.total b {font-size:25px;letter-spacing:-.5px;font-weight:500}
.payment-note {display:flex;align-items:center;gap:13px;font-size:12px;margin:23px 0}
.payment-note>.icon {color:#859874;width:23px;height:23px}
.payment-note p {font-size:11px;color:#8b947f;margin:4px 0 0}
.payment-note strong {font-weight:500}
.checkout-progress {display:flex;align-items:center;gap:12px;font-size:10px;color:#929a87;margin:2px 0 25px}
.checkout-progress strong {font-weight:500;color:#536b47}
.checkout-progress i {height:1px;width:30px;background:#d7dfcc}
.screen-title {font-size:30px;margin-bottom:23px}
.info-box {background:#eadecc;border:1px solid #cebea6;padding:18px;border-radius:8px;margin:0 0 18px;font-size:12px}
.info-box strong {font-weight:500}
.info-box strong .icon {width:16px;height:16px;margin-right:3px}
.info-box p {font-size:12px;color:#7f8c70;margin:7px 0 0;overflow-wrap:anywhere}
.info-box p:empty {display:none}
.info-box .text-button {padding-bottom:0;margin-top:4px;min-height:37px}
label {display:block;font-size:12px;margin:19px 0 0}
input,textarea,select {width:100%;padding:13px;background:var(--white);border:1px solid #cebea6;border-radius:6px;color:var(--ink);margin-top:8px;font-size:16px;min-height:48px}
textarea {min-height:88px;resize:vertical}
input::placeholder,textarea::placeholder {color:#a0a792;font-size:13px}
input[type=file] {font-size:12px}
.checkbox {display:flex;align-items:flex-start;gap:10px;font-size:11px;line-height:1.65}
.checkbox input {width:17px;height:17px;min-height:17px;margin:2px 0;flex-shrink:0;accent-color:var(--green)}
.form-error {font-size:12px;color:#9d4c38;margin-top:17px;min-height:0}
.form-error:empty {display:none}
.group-title {font-size:12px;letter-spacing:0;font-weight:500;color:#889479;margin:24px 0 12px}
.order-card {display:block;width:100%;padding:18px;background:var(--white);border:1px solid var(--line);border-radius:8px;text-align:left;margin-bottom:12px}
.order-card-top {display:flex;justify-content:space-between;gap:10px;margin-bottom:11px;font-size:14px}
.order-card-top strong {font-size:12px;font-weight:500}
.status-pill {display:inline-block;background:#e5d9c7;color:#6a8157;font-size:9px;line-height:1.5;padding:5px 9px;border-radius:20px;font-weight:normal;letter-spacing:0}
.status-pill.ready {background:#dae9cd;color:#476236}
.order-card p {font-size:11px;color:#8e9782;margin:12px 0 15px}
.order-card-bottom {display:flex;align-items:center;gap:6px;font-size:10px;color:#839476;border-top:1px solid var(--line);padding-top:13px}
.order-card-bottom .icon {width:14px;height:14px}
.order-card-bottom .icon:last-child {margin-left:auto}
.order-summary {text-align:center;padding:5px 8px 13px}
.success-mark {margin:0 auto 19px;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;border:1px solid #d6e1c8;background:#e8ddca;color:#7c9366}
.success-mark .icon {width:25px;height:25px;stroke-width:1.3}
.order-summary h1 {font-size:29px;margin:11px 0 14px}
.order-summary p {font-size:12px;color:#879279;margin-bottom:18px}
.order-line {display:flex;justify-content:space-between;align-items:start;gap:12px;font-size:12px;margin:17px 0}
.order-line b {font-weight:500;white-space:nowrap}
.order-line small {display:block;font-size:10px;color:#959e88;margin-top:3px}
.payment-box {background:#eadecc;border:1px solid #cebea6;border-radius:8px;padding:19px;margin:20px 0}
.payment-box>strong {display:block;font-size:13px;margin-top:15px;font-weight:500}
.card-number {display:flex;align-items:center;justify-content:space-between;gap:10px;margin:8px 0;font-size:17px;overflow-wrap:anywhere}
.card-number>span {min-width:0}
.payment-box p,.payment-box small {font-size:11px;color:#849474;margin:6px 0}
.contact-value {white-space:pre-line;overflow-wrap:anywhere;font-weight:500}
.brand-note {padding:29px 0 10px;text-align:center;color:#718463}
.brand-note .brand {font-size:25px}
.brand-note p {font-size:10px;color:#8f9b84;margin:7px 0}
.empty {text-align:center;padding:50px 20px 35px}
.empty>.icon {width:45px;height:45px;stroke-width:1;color:#96a982;margin-bottom:22px}
.empty h2 {font-size:23px;margin-bottom:13px}
.empty p {font-size:12px;color:#909b83;margin-bottom:24px}
.loading {display:flex;min-height:100dvh;flex-direction:column;align-items:center;justify-content:center;font:32px Georgia,serif}
.loading span {font:12px Arial,sans-serif;color:var(--muted);margin-top:14px}
dialog {position:fixed;inset:auto 0 0;margin:0 auto;width:100%;max-width:var(--app-width);max-height:calc(92dvh - var(--safe-top));border:1px solid var(--line);border-bottom:0;border-radius:17px 17px 0 0;padding:33px 24px calc(25px + var(--safe-bottom));background:var(--paper);color:var(--ink);overflow:auto;overscroll-behavior:contain}
dialog::backdrop {background:#26322166}
body:has(dialog[open]) {overflow:hidden}
.sheet-handle {position:absolute;width:34px;height:4px;border-radius:5px;top:10px;left:calc(50% - 17px);background:#d7decf}
.modal-close {position:absolute;right:10px;top:18px;color:#8d9a7e}
dialog h2 {font-size:26px;margin:10px 26px 17px 0}
dialog>p {font-size:12px;color:#839275}
dialog .group-title {margin-top:24px}
.slot-card {display:flex;width:100%;align-items:center;justify-content:space-between;border:1px solid var(--line);background:var(--white);border-radius:7px;padding:15px;margin-top:9px;text-align:left}
.slot-card.selected {background:#e4d5bd;border-color:#b7c8a4}
.slot-card>span {display:grid;grid-template-columns:21px 1fr;gap:3px 12px;align-items:center}
.slot-card>span>.icon {grid-row:span 2;width:19px;height:19px;color:#8a9b77}
.slot-card strong {font-size:13px;font-weight:500}
.slot-card small {grid-column:2;color:#89967c;font-size:11px}
.slot-card>.icon {width:17px;height:17px;color:#80966c}
.copy-value {user-select:all;overflow-wrap:anywhere}
#toast {display:none;position:fixed;z-index:50;bottom:calc(150px + var(--safe-bottom));left:50%;transform:translateX(-50%);max-width:calc(100% - 40px);width:max-content;background:#34472f;color:#fffef8;border-radius:7px;padding:12px 18px;font-size:12px;box-shadow:0 4px 16px #25322120;text-align:center}
#toast.show {display:block}
body:has(dialog[open]) #toast {display:none}
.admin-mode {background:var(--paper)}
.admin-shell {max-width:var(--app-width);min-height:100dvh;margin:auto;padding:24px}
.admin-header {display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:24px;border-bottom:1px solid var(--line);margin-bottom:29px}
.admin-header .brand>span {margin-top:5px}
.section-heading {display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px}
.section-heading h1 {margin:8px 0 0}
.section-heading p {font-size:12px;color:var(--muted);margin:0}
.admin-tabs {display:flex;gap:8px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:17px;margin-bottom:23px}
.admin-tabs>.text-button {margin-left:auto}
.admin-row {display:flex;align-items:center;gap:16px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--white);margin-bottom:12px}
.admin-row>div:nth-child(2) {flex:1;min-width:0}
.admin-row strong {font-size:13px;font-weight:500}
.admin-row small {display:block;font-size:11px;color:var(--muted);margin-top:5px}
.admin-order {border:1px solid var(--line);border-radius:8px;padding:20px;background:var(--white);margin-bottom:14px}
.admin-order p {font-size:12px}
.admin-order .section-heading {margin-bottom:12px;flex-wrap:wrap}
.order-actions {display:flex;gap:8px;flex-wrap:wrap}
.settings-form {max-width:580px}
.settings-form>p {font-size:12px}
.form-grid {display:grid;grid-template-columns:1fr 1fr;gap:0 14px}
.settings-form>.primary {margin-top:20px}
@media(min-width:701px) {
 .app-shell {box-shadow:0 0 70px #374d2210}
 dialog {bottom:25px;border-bottom:1px solid var(--line);border-radius:17px;max-height:85dvh}
 .admin-mode dialog {max-width:560px}
 #toast {max-width:430px}
}
@media(max-width:420px) {
 .app-header {padding-inline:19px}
 .padded,.catalog-screen {padding:18px 17px 10px}
 .page-heading h1 {font-size:29px}
 .product-grid {gap:11px}
 .product-body {padding:12px 10px 11px}
 .product-name {font-size:16px;min-height:40px}
 .product-body>p {font-size:9px}
 .product-price {font-size:19px}
 .product-price small {font-size:8px}
 .pickup-selector {gap:9px;padding:12px}
 .pickup-selector strong {font-size:11px}
 .pickup-selector strong span {font-size:10px}
 .category {padding:8px 12px;font-size:9px}
 .photo-placeholder>.icon {width:37px;height:37px}
 .product-tag {font-size:6px;padding:3px 6px}
 .action-bar {padding-inline:17px}
 .cart-item {grid-template-columns:48px minmax(0,1fr) auto;gap:10px}
 .cart-item .mini-photo {width:48px;height:64px}
 .cart-item strong {font-size:12px}
 .cart-item>b {font-size:13px}
 .cart-item small {font-size:9px}
 .detail-photo {height:245px}
 .product-detail {padding:23px 18px 15px}
 .detail-price {font-size:24px}
 .detail-price .status-pill {font-size:8px}
 .admin-shell {padding:20px 15px}
 .admin-header .brand {font-size:24px}
 .admin-header .secondary {font-size:10px;padding:10px}
 .admin-row {padding:12px;gap:10px;flex-wrap:wrap}
 .admin-row .secondary {font-size:10px;padding:10px}
 .admin-row strong {font-size:12px}
 .admin-row small {font-size:10px}
 .section-heading .primary {font-size:10px;padding:12px;gap:6px}
}
@media(max-width:350px) {
 .brand {font-size:25px}
 .product-name {font-size:14px}
 .product-status {font-size:7px}
 .product-price small {display:block;margin-top:2px}
 .pickup-selector strong span {display:block}
 .detail-actions {gap:8px}
 .detail-actions .stepper {width:115px}
 .detail-actions .primary {font-size:10px}
}

/* TEPLO FOODS: warm paper, kraft tones and dark botanical ink. */
body {background:radial-gradient(ellipse at 50% 0,#eee4d5 0,#d8c8b1 80%)}
.app-shell {box-shadow:0 12px 65px #49361f14}
.brand {font-family:Arial,Helvetica,sans-serif;font-size:27px;font-weight:400;letter-spacing:.24em;color:var(--ink)}
.brand-caption,.brand>span {color:var(--ink);font-size:10px;letter-spacing:.34em}
.identity {gap:4px}
.identity .brand-caption {text-align:center;padding-right:.5em}
.app-header {padding-top:calc(21px + var(--safe-top));padding-bottom:18px}
.location-button,.eyebrow,.category,.segments button,.bottom-nav button {color:#655d4e}
em {font-family:inherit;font-style:normal;color:var(--ink)}
h1,h2 {letter-spacing:-.035em}
.page-heading h1 {font-weight:400}
.eyebrow {letter-spacing:.18em}
.heading-mark {border-color:#bba98b;color:var(--ink)}
.segments {border-radius:5px}
.segments button {border-radius:3px}
.segments button.selected {color:var(--ink);box-shadow:0 1px 4px #49361f10}
.pickup-selector,.info-box,.payment-box {color:var(--ink);border-radius:5px}
.pickup-selector small,.pickup-selector strong span,.pickup-selector>.icon:last-child,.availability-caption {color:#655d4e}
.pickup-icon {border-color:#bca98c;color:var(--ink)}
.product {border-radius:6px;box-shadow:0 3px 12px #49361f06}
.product-image {border-bottom:1px solid var(--line)}
.photo-placeholder,.sand .photo-placeholder,.rose .photo-placeholder {color:#514b38}
.photo-placeholder>span {color:#655d4e}
.photo-placeholder>.icon {width:52px;height:52px;stroke-width:1}
.product-name {font-size:16px;letter-spacing:.025em;text-transform:uppercase}
.product-body>p,.product-price small,.product-status,.volume,.product-tag {color:#655d4e}
.product-tag,.volume {background:#faf5eddf}
.add-button {background:var(--green);border-color:var(--green);color:var(--white);border-radius:3px}
.stepper {color:var(--ink);border-radius:3px}
.primary,.secondary {border-radius:4px}
.bottom-nav button.active {color:var(--ink)}
.bottom-nav {background:var(--paper)}
.status-pill {color:#514b38}
.slot-card.selected {border-color:#a18f70}
.slot-card small,.slot-card>span>.icon,.slot-card>.icon {color:#655d4e}
.brand-note {border-top:1px solid var(--line);padding-top:28px}
.brand-note .brand {display:inline-block}
.brand-note .brand::after {content:'FOODS';display:block;font-size:10px;letter-spacing:.34em;text-align:center;margin-top:6px}
.loading {font-family:Arial,Helvetica,sans-serif;letter-spacing:.2em;color:var(--ink)}
.loading span {letter-spacing:normal}
input:focus,textarea:focus,select:focus {outline-color:#746c4d}
@media(hover:hover) {
 .add-button:hover {background:#3c4a30;border-color:#3c4a30}
 .product:hover {border-color:#ac997a}
 .category:not(.selected):hover {background:var(--sand)}
}
@media(max-width:350px) {
 .brand {font-size:24px}
 .product-name {font-size:14px}
}
.volume-hint {font-size:10px;line-height:1.65;color:#655d4e;margin:0 0 12px}
.stepper output {white-space:nowrap;font-size:12px}
.product .stepper button {width:36px;padding:8px}

.upcoming-section {margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}
.upcoming-section h2 {margin:8px 0 18px}
.upcoming-label {color:var(--muted);font-size:11px;margin-top:auto;padding-top:10px;border-top:1px solid var(--line)}
.upcoming-product .product-name {margin:0;font-weight:400}
