@import "https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900&display=swap";:root{--bg:#f7f7f7;--surface:#fff;--surface-soft:#ededed;--text:#202020;--muted:#666a73;--border:#e6e6e6;--brand:#ff6a0d;--brand-2:#ff7743;--brand-soft:#ff9972;--success-bg:#eafcf0;--success-text:#166534;--danger-bg:#fff0f1;--danger-text:#b42318;font-family:Satoshi,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html{overflow-x:hidden}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;overflow-x:hidden}h1,h2,h3,h4,p{margin:0}#root{min-height:100dvh;overflow-x:hidden}.page{flex-direction:column;gap:14px;width:min(1040px,100%);margin:0 auto;padding:12px 14px 106px;display:flex}.app-footer{border-top:1px solid #e8edf5;margin-top:6px;padding-top:10px}.app-footer p{color:#667085;text-align:center;font-size:.78rem}.store-hero{color:#fff;background:linear-gradient(132deg,#ff6a0d 0%,#ff7743 72%,#ff9972 100%);border-radius:26px;padding:18px 16px;box-shadow:0 18px 32px -24px #ff6a0db8}.store-hero-link{color:inherit;flex-direction:column;gap:0;text-decoration:none;display:flex}.store-hero-hint{opacity:.94;justify-content:center;width:100%;margin-top:12px;font-size:.8rem;font-weight:700;display:flex}.store-hero-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.brand-chip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff3d;border-radius:999px;align-items:center;padding:6px 11px;font-size:.78rem;font-weight:700;display:inline-flex}.store-status-badge{background:#fff3;border-radius:999px;align-items:center;padding:6px 11px;font-size:.78rem;font-weight:700;display:inline-flex}.status-open{color:var(--success-text);background:var(--success-bg)}.status-closed{color:var(--danger-text);background:var(--danger-bg)}.store-main{align-items:center;gap:13px;margin-top:15px;display:flex}.store-logo{color:var(--brand);background:#fff;border-radius:50%;flex-shrink:0;place-items:center;font-weight:800;display:grid;overflow:hidden}.store-logo.large{border:3px solid #ffffff8f;width:74px;height:74px}.store-logo img{object-fit:cover;width:100%;height:100%}.store-meta{flex-direction:column;gap:5px;display:flex}.store-title{letter-spacing:-.01em;font-size:1.3rem;line-height:1.08}.store-description{opacity:.96;font-size:.92rem;line-height:1.35}.quick-panel{background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:10px;box-shadow:0 8px 22px -24px #0f172acc}.quick-inputs{flex-direction:column;gap:10px;display:flex}.menu-search-title{letter-spacing:-.02em;color:#1b2232;margin:4px 0 8px;font-size:clamp(1.12rem,3.3vw,1.55rem);font-weight:800}.menu-search-title span{color:#8f98a8;font-weight:500}.menu-search-shell{align-items:center;gap:10px;display:flex}.menu-search-field{background:#f6f7fb;border:1px solid #eceff5;border-radius:999px;flex:1;align-items:center;gap:10px;min-height:52px;padding:0 16px;transition:border-color .2s,box-shadow .2s,background-color .2s;display:flex}.menu-search-field:focus-within{background:#fff;border-color:#d9deeb;box-shadow:0 0 0 3px #1118270f}.menu-search-icon{color:#a2aaba;flex-shrink:0;width:22px;height:22px}.menu-search-field input{box-shadow:none;color:#1d2433;background:0 0;border:0;padding:12px 0;font-size:1.05rem}.menu-search-field input::placeholder{color:#a3acbc}.menu-search-field input:focus{box-shadow:none}.menu-search-action{color:#fff;cursor:pointer;background:#171a21;border:0;border-radius:50%;place-items:center;width:52px;height:52px;transition:transform .18s,opacity .18s;display:inline-grid;box-shadow:0 10px 22px -18px #0f172ab3}.menu-search-action:hover{transform:translateY(-1px)}.menu-search-action:active{opacity:.9;transform:translateY(0)}.menu-search-action svg{width:21px;height:21px}.menu-search-action:focus-visible{outline-offset:2px;outline:2px solid #111827}.customer-row{gap:8px;display:flex}input,select,textarea{width:100%;font:inherit;background:#fff;border:1px solid #dae0ea;border-radius:12px;padding:11px 12px;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #ea580c2e}textarea{resize:vertical;min-height:90px}.hint-text,.muted{color:var(--muted);font-size:.88rem}.category-pills{scrollbar-width:none;gap:8px;padding:2px 1px 6px;display:flex;overflow-x:auto}.category-pills.sticky{z-index:25;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffffa;border:1px solid #eceff5;border-radius:12px;padding:8px 10px;transition:box-shadow .2s,background-color .2s,border-color .2s,padding .2s;position:sticky;top:8px}.category-pills.sticky.elevated{background:#fffffff5;border-color:#e2e8f2;box-shadow:0 14px 24px -24px #0f172a8c}.category-pills::-webkit-scrollbar{display:none}.pill{color:#2b3448;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d9dfeb;border-radius:999px;padding:7px 12px;font-size:.92rem;font-weight:600;line-height:1.2;transition:background-color .2s,border-color .2s,color .2s}.category-pills.sticky.elevated .pill{padding:7px 12px;font-size:.92rem;line-height:1.2}.pill.active{background:linear-gradient(120deg, var(--brand) 0%, var(--brand-2) 100%);color:#fff;border-color:#0000}@media (width>=1024px){.category-pills{flex-wrap:wrap;gap:10px;overflow-x:visible}.category-section .product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}}.category-section{flex-direction:column;gap:10px;scroll-margin-top:72px;display:flex}.category-section+.category-section{border-top:1px solid #edf1f7;margin-top:24px;padding-top:14px}.section-title{font-size:1.05rem;font-weight:800}.product-list{flex-direction:column;gap:10px;display:flex}.product-card{border:1px solid var(--border);background:var(--surface);border-radius:18px;padding:15px 13px}.product-card.modern{cursor:pointer;flex-direction:column;gap:8px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.product-card.modern:hover{box-shadow:none;border-color:#ffb08f;transform:none}.product-card.animate-in{opacity:0;animation:.3s forwards cardIn;transform:translateY(8px)}.product-thumb{width:82px;height:82px;color:var(--brand);background:linear-gradient(140deg,#fff1e8 0%,#ffe8d6 100%);border:1px solid #e2e8f4;border-radius:14px;place-items:center;font-size:1.5rem;font-weight:900;display:grid}.product-body{flex-direction:column;gap:3px;padding-left:2px;display:flex}.product-body.grow{flex:1;min-width:0}.product-main-row{align-items:flex-start;gap:10px;display:flex}.menu-product-image-wrap{background:#fff;border:none;border-radius:12px;flex-shrink:0;width:94px;height:94px;overflow:hidden}.menu-product-image{object-fit:cover;width:100%;height:100%}.product-name{color:#1f2937;font-size:.95rem;font-weight:500;line-height:1.35}.product-description{color:#6b7280;margin-top:1px;font-size:.84rem;font-weight:400;line-height:1.4}.clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.meta-row{justify-content:space-between;align-items:center;gap:8px;margin-top:12px;display:flex}.product-price{color:#111827;letter-spacing:0;font-size:.9rem;font-weight:500}.product-tags{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.tag{color:#667085;background:#f7f8fb;border:1px solid #e8ecf3;border-radius:999px;padding:2px 7px;font-size:.7rem;font-weight:500}.btn{cursor:pointer;font:inherit;border:none;border-radius:999px;justify-content:center;align-items:center;padding:10px 14px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,opacity .18s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{color:#fff;background:linear-gradient(120deg, var(--brand) 0%, var(--brand-2) 100%);box-shadow:0 10px 20px -15px #ff6a0d99}.btn-primary:hover{transform:translateY(-1px)}.btn-outline{color:#303030;background:#fff;border:1px solid #dedede}.btn-ghost{color:#1f2937;background:0 0;border:1px solid #0000}.btn.mini{padding:8px 10px;font-size:.84rem}.btn.mini.added{background:#0f766e;box-shadow:0 10px 20px -15px #0f766ea6}.btn.full{width:100%}.btn.disabled{pointer-events:none;opacity:.45}.icon-btn{cursor:pointer;background:#fff;border:1px solid #e4e4e4;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:800;display:inline-flex}.modal-backdrop{z-index:40;background:#2020206b;place-items:center;padding:14px;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border-radius:26px;flex-direction:column;gap:10px;width:min(540px,100%);max-height:calc(100dvh - 28px);padding:12px 12px 14px;display:flex;position:relative;overflow:hidden}.modal-scroll-content{flex-direction:column;gap:10px;min-height:0;padding-right:2px;display:flex;overflow-y:auto}.modal-header{justify-content:flex-end;display:flex}.modal-header.clean{z-index:2;pointer-events:auto;margin:0;position:absolute;top:16px;right:16px}.modal-product-head{background:0 0;border-radius:20px;grid-template-columns:1fr;align-items:start;gap:0;display:grid;overflow:visible}.modal-product-head.no-image{padding-top:34px;padding-bottom:2px}.modal-product-meta{background:#fff;border-top-left-radius:22px;border-top-right-radius:22px;flex-direction:column;gap:8px;min-width:0;margin-top:-14px;padding:14px 14px 12px;display:flex}.modal-product-meta.no-image{border-radius:18px;margin-top:0;padding:8px 16px 14px}.modal-product-meta.no-image .modal-product-title-row{align-items:flex-start;margin-bottom:0}.modal-product-meta.with-image{gap:7px}.modal-product-head.with-image{grid-template-columns:1fr;overflow:hidden}.modal-product-image-wrap{background:#ededed;border:none;border-radius:0;width:100%;height:236px;overflow:hidden}.modal-product-image{object-fit:contain;width:100%;height:100%}.modal-product-title-row{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.modal-product-title-row h3{flex:auto;min-width:0;font-size:1.72rem;font-weight:800;line-height:1.08}.modal-product-title-row .price{color:var(--brand);flex-shrink:0;font-size:1.68rem;font-weight:900;line-height:1}.modal-product-description{color:var(--muted);margin:0;font-size:.95rem;line-height:1.35;display:block}.modal-product-description-wrap{min-height:1.35em;margin-top:2px;padding:2px 0 1px;display:block}.modal-product-meta.no-image .modal-product-description{font-size:.98rem}.modal-product-meta.no-image .modal-product-description-wrap{margin-top:0;padding-top:0}.section{flex-direction:column;gap:8px;display:flex}.section.soft{background:#f7f7f7;border:1px solid #ececec;border-radius:16px;padding:10px}.section.soft.list-style{background:#f7f7f7;border-radius:16px;padding:0}.section-head{background:#f7f7f7;border-bottom:1px solid #ededed;flex-direction:column;gap:3px;padding:12px 14px 10px;display:flex}.section.soft.list-style .section-head{border-top-left-radius:16px;border-top-right-radius:16px}.section.soft.section-addons{background:#f7f7f7;border:1px solid #e8e8e8;border-radius:16px;gap:0;padding:12px 12px 14px;box-shadow:0 2px 8px -2px #0f172a0f}.section-addons .section-addons-intro.section-head{background:0 0;border:none;border-radius:0;padding:4px 6px 14px}.section-addons .section-addons-intro h4{letter-spacing:-.02em;font-size:1.05rem}.optional-groups-stack{flex-direction:column;gap:14px;display:flex}.optional-group{background:#fff;border:1px solid #e5e9f2;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px -3px #0f172a14}.optional-group-head{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e8ecf3;padding:11px 14px 10px}.optional-group-name{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:.92rem;font-weight:800}.optional-group-title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.optional-required-badge{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;color:#fff;background:#6f7680;border-radius:999px;align-items:center;padding:3px 8px;font-size:.6rem;font-weight:700;line-height:1;display:inline-flex}.optional-group-hint{margin:3px 0 0;font-size:.78rem;line-height:1.35}.optional-group .option-list{background:#fff}.optional-group .option-row{padding-left:14px;padding-right:14px}.section-addons .optional-group-error{margin:12px 4px 0;padding-top:2px}.section-head h4{font-size:1.05rem}.optional-group-error{color:#b91c1c;font-size:.86rem;font-weight:600}.optional-qty-stepper{flex-shrink:0;align-items:center;gap:6px;display:flex}.optional-qty-value{text-align:center;color:#0f172a;min-width:1.4rem;font-size:.95rem;font-weight:700}.optional-qty-btn{color:#c2410c;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.1rem;font-weight:700;line-height:1;transition:background-color .15s,border-color .15s;display:inline-flex}.optional-qty-btn:hover:not(:disabled){background:#fff7f0;border-color:#f0c8a6}.optional-qty-btn:disabled{opacity:.4;cursor:not-allowed}.option-list{background:#fff;flex-direction:column;display:flex}.option-row{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:10px;min-height:62px;padding:13px 14px;display:flex}.option-row:last-child{border-bottom:0}.option-row-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.option-row-title{color:#111827;font-size:1rem;font-weight:700}.option-row-price{color:#64748b;font-size:.92rem;font-weight:600}.option-row-action{width:34px;height:34px;color:var(--brand);cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-left:8px;font-size:1.35rem;font-weight:700;line-height:1;display:inline-flex}.option-row-action.selected{background:var(--brand-soft);color:#c2410c;border-color:#f6bc95}.option-row-action.circle-check{color:#0000;background:#fff;border-color:#d5dfed;font-size:0}.circle-check-indicator{background:0 0;border:2px solid #d5dfed;border-radius:999px;width:12px;height:12px;transition:background-color .15s,border-color .15s,transform .15s}.option-row-action.circle-check.selected{background:#fff7f0;border-color:#f2bf99}.option-row-action.circle-check.selected .circle-check-indicator{background:#ea580c;border-color:#ea580c;transform:scale(1.02)}.chip-list{flex-wrap:wrap;gap:7px;display:flex}.chip{color:#293244;cursor:pointer;background:#fff;border:1px solid #d6dde8;border-radius:999px;padding:6px 10px;font-size:.86rem}.chip.selected{background:var(--brand-soft);color:#9a3412;border-color:#f6bc95}.quantity-row{justify-content:center;align-items:center;gap:14px;display:flex}.quantity-row.boxed{background:var(--surface-soft);border:1px solid #eceff5;border-radius:12px;padding:8px}.cart-footer{z-index:30;color:#fff;opacity:0;pointer-events:none;background:#111827;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;width:min(1012px,100% - 28px);margin:0 auto;padding:10px;display:flex;position:fixed;bottom:10px;left:0;right:0;transform:translateY(8px);box-shadow:0 24px 40px -34px #0f172a}.cart-footer.show{opacity:1;pointer-events:auto;transform:translateY(0)}.cart-footer-info strong{font-size:.9rem}.cart-footer-info{flex:1;justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.cart-footer-label{text-align:left}.cart-footer-total{text-align:right;color:#f9ba8d;white-space:nowrap;padding-top:4px;font-size:1.02rem;font-weight:800;line-height:1}.cart-footer-actions{gap:8px;margin-top:6px;display:flex}.cart-page{gap:12px;padding-bottom:34px}.cart-header{align-items:center;gap:10px;display:flex}.cart-header h1{letter-spacing:-.008em;flex:1;font-size:1.3rem;font-weight:700}.cart-icon-btn{cursor:pointer;background:#fff;border:1px solid #e8e8ea;border-radius:50%;width:44px;height:44px;font-size:1.18rem}.cart-list{flex-direction:column;gap:10px;display:flex}.cart-sheet-item{background:#fff;border:1px solid #eceef5;border-radius:24px;align-items:center;gap:12px;padding:14px;display:flex}.cart-sheet-thumb{color:#98a0af;background:#f4f5f9;border-radius:18px;place-items:center;width:92px;height:92px;font-weight:800;display:grid}.cart-sheet-thumb img{object-fit:cover;width:100%;height:100%}.cart-sheet-main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cart-sheet-main h3{letter-spacing:-.006em;font-size:1.12rem;font-weight:700;line-height:1.18}.cart-sheet-main .muted{color:#a1a8b6;font-size:.84rem;line-height:1.3}.cart-sheet-main strong{color:#ff7743;letter-spacing:-.012em;font-size:1.58rem;font-weight:800}.cart-sheet-side{flex-direction:column;align-items:flex-end;gap:7px;display:flex}.cart-more-wrap{position:relative}.cart-more-btn{color:#9aa3b2;cursor:pointer;background:0 0;border:0;font-size:1.35rem;line-height:1}.cart-actions-menu{z-index:4;background:#fff;border:1px solid #eceef5;border-radius:12px;min-width:132px;position:absolute;top:24px;right:0;overflow:hidden;box-shadow:0 10px 22px -18px #0f172a73}.cart-actions-menu button{text-align:left;color:#111827;cursor:pointer;background:#fff;border:0;width:100%;padding:9px 10px;font-size:.84rem}.cart-actions-menu button:hover{background:#f8fafc}.cart-trash-btn{color:#ef4444;cursor:pointer;background:0 0;border:0;place-items:center;width:24px;height:24px;padding:0;display:inline-grid}.cart-trash-btn svg{width:21px;height:21px}.qty-pill{color:#fff;background:#111827;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.qty-pill button{color:#fff;cursor:pointer;background:0 0;border:0;width:30px;height:30px;font-size:1.12rem}.qty-pill button:disabled{opacity:.38;cursor:not-allowed}.qty-pill span{text-align:center;min-width:24px;font-size:.92rem;font-weight:700}.cart-coupon{gap:10px;display:flex}.cart-coupon input{background:#fff;border:1px solid #eceef5;border-radius:999px}.cart-apply-btn{color:#fff;background:#111827;border-radius:999px;padding:10px 18px}.cart-summary-sheet{background:#fff;border:1px solid #eceef5;border-radius:24px;flex-direction:column;gap:10px;padding:16px;display:flex}.cart-summary-sheet h2{letter-spacing:-.008em;font-size:1.2rem;font-weight:700}.cart-summary-sheet p{justify-content:space-between;align-items:center;font-size:.94rem;line-height:1.25;display:flex}.cart-summary-sheet p strong{font-size:.98rem}.cart-summary-sheet .total-row{font-size:1.02rem;font-weight:700}.cart-summary-sheet .total-row strong{font-size:1.1rem}.cart-checkout-btn{color:#fff;letter-spacing:.005em;background:#111827;border-radius:999px;padding:14px 18px;font-size:1.04rem;font-weight:700}.confirm-backdrop{z-index:60;background:#11182785;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.confirm-card{background:#fff;border:1px solid #eceef5;border-radius:24px;flex-direction:column;gap:12px;width:min(560px,100%);padding:14px;display:flex}.confirm-card h3{font-size:1.28rem}.confirm-item-preview{background:#fff;border:1px solid #eef1f7;border-radius:18px;align-items:center;gap:10px;padding:10px;display:flex}.confirm-item-thumb{background:#f4f5f9;border-radius:14px;width:76px;height:76px;overflow:hidden}.confirm-item-thumb img{object-fit:cover;width:100%;height:100%}.confirm-item-info{flex:1;min-width:0}.confirm-item-info strong{margin-bottom:2px;font-size:1.08rem;line-height:1.18;display:block}.confirm-item-price{color:#ff7743;margin-top:6px;font-size:1.5rem;font-weight:800}.confirm-actions{gap:10px;display:flex}.confirm-actions .btn{flex:1}.checkout-topbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.checkout-topbar.minimal{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}.checkout-back-link{color:#667085;cursor:pointer;background:0 0;border:0;padding:0;font-size:.85rem;font-weight:500;line-height:1.2}.checkout-back-link:before{content:"< ";color:#98a2b3}.checkout-title{letter-spacing:-.008em;flex:1;font-size:1.3rem;font-weight:700}.checkout-layout{grid-template-columns:1fr;gap:10px;display:grid}.checkout-cart,.checkout-form{background:var(--surface);border:1px solid #e8edf5;border-radius:14px;padding:11px}.checkout-cart{flex-direction:column;gap:12px;display:flex}.checkout-cart h2{color:#1f2937;font-size:1.1rem;font-weight:600}.checkout-form h2{color:#1f2937;margin-bottom:4px;font-size:1.1rem;font-weight:600}.checkout-inline-summary{border-top:1px solid #edf1f7;border-bottom:1px solid #edf1f7;flex-direction:column;gap:8px;margin-bottom:8px;padding:10px 0;display:flex}.checkout-inline-summary p{justify-content:space-between;align-items:center;font-size:.98rem;display:flex}.cart-item-list{flex-direction:column;gap:8px;display:flex}.cart-item{border:1px solid #edf1f7;border-radius:12px;justify-content:space-between;gap:12px;padding:11px;display:flex}.cart-item-main{flex-direction:column;gap:5px;min-width:0;display:flex}.cart-item-main h3{color:#1f2937;font-size:.91rem;font-weight:500}.cart-item-side{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.cart-item-side strong{color:#111827;font-size:.98rem;font-weight:600}.qty-control{align-items:center;gap:8px;display:flex}.qty-control span{text-align:center;min-width:18px;font-weight:600}.link-danger{color:#b42318;cursor:pointer;background:0 0;border:0;font-size:.8rem;font-weight:600}.checkout-form.modern{flex-direction:column;gap:13px;display:flex}.checkout-form label{color:#344054;flex-direction:column;gap:4px;font-size:.88rem;font-weight:600;display:flex}.checkout-form input,.checkout-form select,.checkout-form textarea{font-weight:500}@media (width<=768px){.checkout-form input,.checkout-form select,.checkout-form textarea,.checkout-phone-number{font-size:16px}}.checkout-form input::placeholder,.checkout-form textarea::placeholder{color:#98a2b3}.checkout-phone-combo{background:#fff;border:1px solid #dae0ea;border-radius:12px;align-items:center;min-height:56px;display:flex}.checkout-phone-combo:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #ea580c2e}.checkout-country-selector{color:#111827;background:0 0;border:0;border-right:1px solid #e5eaf2;border-radius:12px 0 0 12px;width:112px;padding:0 10px;font-size:1rem;font-weight:500;line-height:1.2}.checkout-phone-number{box-shadow:none;background:0 0;border:0;padding:0 14px}.checkout-phone-number:focus{box-shadow:none}.checkout-fulfillment{background:#f8fafc;border:1px solid #e4e9f2;border-radius:14px;margin:0;padding:10px}.checkout-fulfillment legend{color:#667085;padding:0 6px;font-size:.8rem;font-weight:600}.checkout-fulfillment-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.checkout-fulfillment-option{cursor:pointer;background:#fff;border:1px solid #d9e0ea;border-radius:12px;justify-content:center;align-items:center;min-height:62px;padding:10px 12px;transition:border-color .15s,box-shadow .15s,background-color .15s,transform 60ms;display:flex;position:relative}.checkout-fulfillment-option input[type=radio]{opacity:0;pointer-events:none;position:absolute}.checkout-fulfillment-option-content{text-align:center;flex-direction:column;align-items:center;gap:2px;display:flex}.checkout-fulfillment-title{color:#101828;font-size:1rem;font-weight:700;line-height:1.1}.checkout-fulfillment-subtitle{color:#667085;font-size:.78rem;font-weight:500}.checkout-fulfillment-option:hover{border-color:#c8d1df}.checkout-fulfillment-option:active{transform:translateY(1px)}.checkout-fulfillment-option:has(input[type=radio]:checked){border-color:var(--brand);background:#ea580c14;box-shadow:0 0 0 2px #ea580c29}.checkout-fulfillment-option:has(input[type=radio]:checked) .checkout-fulfillment-title{color:#9a3412}.checkout-fulfillment-option:has(input[type=radio]:checked) .checkout-fulfillment-subtitle{color:#b45309}.address-suggestion-list{flex-direction:column;gap:6px;margin-top:-4px;display:flex}.address-suggestion-item{text-align:left;color:#344054;cursor:pointer;background:#fff;border:1px solid #e4e9f2;border-radius:10px;padding:10px 12px;font-size:.88rem;transition:border-color .12s,background-color .12s}.address-suggestion-item:hover{background:#f8fafc;border-color:#cfd8e6}.checkout-fee-hint{margin-top:-2px;margin-bottom:2px}.checkout-fee-alert{margin:4px 0;padding:8px 10px;font-size:.84rem}.checkout-summary.card{background:0 0;border:0;border-radius:0;flex-direction:column;gap:0;padding:4px 0 0;display:flex}.checkout-summary.card p{color:#243041;border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.checkout-summary.card p strong{color:#111827;font-size:.97rem;font-weight:600}.checkout-summary.card p:last-child{border-bottom:0}.total-row{border-top:0;margin-top:4px;padding-top:12px;font-size:1.04rem}.total-row strong{font-size:1.08rem;font-weight:700}.checkout-footer-links{justify-content:flex-end;gap:10px;display:flex}.checkout-footer-links.minimal{justify-content:center;gap:8px}.checkout-footer-link{color:#667085;cursor:pointer;background:0 0;border:0;padding:2px 4px;font-size:.9rem;font-weight:500;text-decoration:none}.tracking-card{background:var(--surface);border:1px solid #e8edf5;border-radius:14px;flex-direction:column;gap:6px;padding:12px;display:flex}.tracking-store-card{background:linear-gradient(125deg, var(--brand) 0%, var(--brand-2) 100%);color:#fff;border-radius:16px;align-items:center;gap:10px;padding:12px;display:flex;box-shadow:0 12px 24px -20px #ea580cbf}.tracking-store-card.no-logo{padding:14px 12px}.tracking-store-avatar{background:#ffffff2e;border:1px solid #ffffff6b;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex;overflow:hidden}.tracking-store-avatar img{object-fit:cover;width:100%;height:100%}.tracking-store-avatar span{color:#fff;font-size:1.05rem;font-weight:700}.tracking-store-content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tracking-store-name{font-size:.98rem;font-weight:600;line-height:1.2}.tracking-store-phone{color:#ffffffe6;font-size:.84rem}.tracking-store-actions{align-items:center;gap:8px;display:flex}.tracking-store-action{color:#fff;background:#ffffff2e;border:1px solid #ffffff73;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;text-decoration:none;transition:transform .16s,background-color .16s;display:inline-flex}.tracking-store-icon{width:18px;height:18px;display:block}.tracking-store-icon-whatsapp{color:#dcfce7;width:22px;height:22px}.tracking-store-action:hover{background:#ffffff3d;transform:translateY(-1px)}.tracking-store-action:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff52}.tracking-label{color:#667085;font-size:.82rem;font-weight:500}.tracking-status{color:#111827;font-size:1.08rem;font-weight:600}.tracking-details-toggle{color:#344054;cursor:pointer;background:#fff;border:1px solid #e4e9f2;border-radius:999px;align-self:flex-start;margin-top:4px;padding:5px 10px;font-size:.8rem;font-weight:600}.tracking-details-panel{border-top:1px dashed #e4e9f2;flex-direction:column;gap:6px;margin-top:6px;padding-top:8px;display:flex}.tracking-details-items{flex-direction:column;gap:8px;display:flex}.tracking-details-row{color:#344054;justify-content:space-between;align-items:center;gap:10px;padding:2px 0;font-size:.88rem;display:flex}.tracking-details-row strong{color:#111827;font-weight:500}.tracking-details-row.total{border-top:1px solid #edf1f7;margin-top:2px;padding-top:6px;font-size:.9rem}.tracking-details-muted{color:#667085;font-size:.8rem}.tracking-details-error{color:#b42318;font-size:.8rem}.tracking-steps-title{color:#1f2937;margin-bottom:2px;font-size:.96rem;font-weight:600}.tracking-journey{flex-direction:column;gap:20px;margin-top:4px;display:flex}.tracking-journey-item{grid-template-columns:28px 1fr;align-items:center;column-gap:10px;display:grid}.tracking-journey-marker{justify-content:center;align-items:center;height:28px;display:flex;position:relative}.tracking-journey-line{background:#e7ebf2;border-radius:999px;width:2px;height:20px;position:absolute;top:28px;left:50%;transform:translate(-50%)}.tracking-journey-line.done{background:#ea580c}.tracking-step-dot{color:#98a2b3;z-index:0;background:#fff;border:1px solid #d5ddeb;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.88rem;line-height:1;display:inline-flex;position:relative}.tracking-step-dot:before{content:"";opacity:0;z-index:-1;background:#f9731647;border-radius:999px;position:absolute;inset:-6px;transform:scale(.9)}.tracking-step-dot.done{color:#fff;background:#ea580c;border-color:#ea580c}.tracking-step-dot.active{box-shadow:none}.tracking-step-dot.active:before{animation:1.8s ease-in-out infinite trackingPulse}.tracking-step-icon{justify-content:center;align-items:center;font-size:.82rem;display:inline-flex}.tracking-journey-content{flex-direction:column;justify-content:center;gap:0;min-height:28px;padding-top:0;display:flex}.tracking-step-text{color:#667085;font-size:.9rem;line-height:1.25}.tracking-step-text.active{color:#111827;font-weight:600}.tracking-note{color:#667085;margin-top:4px;font-size:.82rem}.tracking-sync{color:#667085;font-size:.8rem}.tracking-sync.error{color:#b42318}.tracking-brand-banner{background:linear-gradient(125deg,#fff8f2 0%,#fff5ec 60%,#fffaf6 100%);border:1px solid #f4c19d;border-radius:16px;flex-direction:column;gap:8px;padding:14px;display:flex;box-shadow:0 10px 28px -24px #0f172ab3}.tracking-brand-top{align-items:flex-start;gap:14px;display:flex}.tracking-brand-logo{border-radius:18px;flex-shrink:0;width:84px;height:84px;box-shadow:0 10px 20px -14px #ea580cbf}.tracking-brand-headline{flex-direction:column;flex:1;gap:6px;padding-top:2px;display:flex}.tracking-brand-kicker-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.tracking-brand-kicker{color:#c2410c;text-transform:uppercase;letter-spacing:.04em;font-size:.74rem;font-weight:600}.tracking-brand-powered{color:#9a3412;background:#fff7f1;border:1px solid #f4c19d;border-radius:999px;padding:2px 8px;font-size:.68rem;font-weight:600;position:relative;overflow:hidden}.tracking-brand-powered:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffffb3 50%,#0000 100%);width:70%;height:100%;animation:4.8s ease-in-out infinite brandShimmer;position:absolute;top:0;left:-120%}.tracking-brand-banner h3{color:#111827;font-size:.98rem;font-weight:600;line-height:1.25}.tracking-brand-text{color:#000;font-size:.84rem;line-height:1.35}.tracking-brand-link{color:#fff;background:linear-gradient(120deg,#f97316 0%,#ea580c 100%);border-radius:999px;justify-content:center;align-self:flex-start;align-items:center;padding:7px 12px;font-size:.82rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 10px 20px -16px #ea580ce6}.tracking-brand-link:hover{filter:saturate(1.05);transform:translateY(-1px);box-shadow:0 14px 22px -16px #ea580cf2}.tracking-brand-link:focus-visible{outline:none;box-shadow:0 0 0 3px #fb923c47,0 14px 22px -16px #ea580cf2}.tracking-brand-link:active{transform:translateY(0)}@keyframes brandShimmer{0%{left:-120%}45%{left:130%}to{left:130%}}@keyframes trackingPulse{0%{opacity:.22;transform:scale(.92)}50%{opacity:.52;transform:scale(1.08)}to{opacity:.22;transform:scale(.92)}}@media (prefers-reduced-motion:reduce){.tracking-brand-powered:after{animation:none}.tracking-brand-link{transition:none}.tracking-step-dot.active:before{opacity:.2;animation:none;transform:scale(1)}}.details-card{border:1px solid var(--border);background:var(--surface);border-radius:18px;flex-direction:column;gap:8px;padding:12px;display:flex}.details-topbar{align-items:center;display:flex}.details-back-link{color:#667085;background:0 0;border:0;align-items:center;gap:6px;padding:2px 0;font-size:.86rem;font-weight:500;text-decoration:none;display:inline-flex}.details-back-link:before{content:"<";color:#98a2b3;font-weight:600}.details-card h2{font-size:1.02rem}.details-list{flex-direction:column;display:flex}.details-row{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;display:flex}.details-row:last-child{border-bottom:0;padding-bottom:0}.details-contact{flex-direction:column;gap:8px;display:flex}.empty-state{text-align:center;background:#fff;border:1px dashed #e0e0e0;border-radius:18px;flex-direction:column;align-items:center;gap:10px;padding:18px;display:flex}.empty-state.small{padding:14px}.alert{color:#b42318;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;padding:10px 12px;font-weight:600}.skeleton{background:linear-gradient(90deg,#eaeef6b3 0%,#f7f9fc 50%,#eaeef6b3 100%) 0 0/200% 100%;border-radius:14px;animation:1.15s infinite skeleton}.skeleton.hero{height:148px}.skeleton.line{height:46px}.skeleton.grid{height:320px}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes cardIn{to{opacity:1;transform:translateY(0)}}@keyframes modalSheetUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.stores-hero{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:6px;padding:16px;display:flex;box-shadow:0 10px 24px -24px #0f172ab3}.stores-landing-hero{gap:12px}.stores-landing-copy h1{letter-spacing:-.015em;font-size:1.5rem;line-height:1.15}.stores-count-chip{color:#fff;background:#ffffff47}.stores-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.store-directory-card{color:inherit;background:linear-gradient(#fff 0%,#fcfcfc 100%);border:1px solid #ececec;border-radius:22px;flex-direction:column;gap:12px;padding:13px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 14px 28px -26px #20202080}.store-directory-card:hover{border-color:#ffc2a7;transform:translateY(-1px);box-shadow:0 20px 30px -20px #20202047}.store-directory-main{align-items:center;gap:11px;display:flex}.store-directory-logo{background:#fff8f3;border:2px solid #fff1ea;width:54px;height:54px;font-size:.9rem}.store-directory-meta{min-width:0}.store-directory-meta h3{letter-spacing:-.01em;font-size:1.02rem;line-height:1.24}.store-directory-status{margin-top:5px;padding:3px 9px;font-size:.7rem;font-weight:700}.store-directory-meta p{margin-top:2px;font-size:.83rem}.skeleton-store-card{background:linear-gradient(90deg,#eaeef6b3 0%,#f7f9fc 50%,#eaeef6b3 100%) 0 0/200% 100%;min-height:108px;animation:1.15s infinite skeleton}.skeleton-store-card .store-logo{background:#eaeef6d9;border-radius:50%;width:52px;height:52px}.skeleton-store-card .store-directory-meta{flex:1}.skeleton-store-card .skeleton.line:first-child{width:78%;height:16px}.skeleton-store-card .skeleton.line:last-child{width:56%;height:12px;margin-top:6px}@media (width<=1080px){.stores-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=920px){.checkout-layout{grid-template-columns:1fr}}@media (width<=760px){.modal-backdrop{justify-content:center;align-items:flex-end;padding:12px 0 0;display:flex}.modal{border-radius:24px 24px 0 0;width:100%;max-height:calc(100dvh - 12px);margin:0;animation:.22s ease-out modalSheetUp}.page{gap:12px;padding:10px 12px 126px}.store-hero{border-radius:22px;padding:14px 12px}.store-hero-top{align-items:flex-start;gap:8px}.brand-chip,.store-status-badge{padding:5px 9px;font-size:.72rem}.store-main{gap:10px;margin-top:12px}.store-title{font-size:1.12rem}.store-description{font-size:.84rem;line-height:1.28}.menu-search-title{margin:5px 0 9px;font-size:1.42rem;line-height:1.06}.menu-search-shell{gap:8px}.menu-search-field{min-height:48px;padding:0 14px}.menu-search-icon{width:20px;height:20px}.menu-search-field input{font-size:.98rem}.menu-search-action{width:48px;height:48px}.menu-search-action svg{width:20px;height:20px}.stores-landing-copy h1{font-size:1.32rem}.stores-grid{gap:9px}.store-directory-card{border-radius:18px;padding:11px}.store-directory-logo{width:48px;height:48px}.store-directory-meta h3{font-size:.95rem}.store-directory-status{padding:2px 8px;font-size:.66rem}.category-pills.sticky{border-left:0;border-right:0;border-radius:0;margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px;top:0}.stores-grid{grid-template-columns:1fr}.store-main{align-items:flex-start}.store-logo.large{width:64px;height:64px}.customer-row{flex-direction:column}.checkout-country-selector{width:100px;padding:0 8px}.category-section+.category-section{margin-top:20px;padding-top:12px}.product-card.modern{gap:8px;padding:14px 12px}.menu-product-image-wrap{width:78px;height:78px}.modal-product-head{gap:0}.modal-product-head.with-image{grid-template-columns:1fr}.modal-product-image-wrap{width:100%;height:192px}.modal-product-title-row h3{font-size:1.28rem}.modal-product-title-row .price{font-size:1.26rem}.modal-product-meta{border-top-left-radius:18px;border-top-right-radius:18px;padding:12px 12px 11px}.cart-footer{flex-direction:column;align-items:stretch;bottom:8px;left:8px;right:8px}.cart-footer-actions{width:100%}.cart-footer-actions .btn{flex:1}.cart-sheet-item{border-radius:16px;gap:10px;padding:10px}.cart-sheet-thumb{border-radius:12px;width:70px;height:70px}.cart-sheet-main h3{font-size:.98rem}.cart-sheet-main .muted{font-size:.8rem}.cart-sheet-main strong{font-size:1.32rem}.qty-pill button{width:30px;height:30px}.cart-coupon{gap:8px}.cart-apply-btn{padding:10px 14px}.checkout-topbar{flex-direction:column;align-items:flex-start}.checkout-footer-links{flex-direction:column;align-items:stretch}.checkout-footer-links.minimal{flex-direction:row;justify-content:center;align-items:center}.tracking-brand-top{align-items:center}}
