{"product_id":"6-meal-plan","title":"6 Meal Plan","description":"\u003c!-- ============================================================\n     RED LOTUS BISTRO — Asian Fusion Meal Prep · Landing Page\n     Shopify Custom HTML Section \/ Page Template\n     Paste into: Online Store \u003e Pages \u003e (your page) \u003e Show HTML\n     Or: Themes \u003e Edit Code \u003e Sections \u003e Add new section\n     Brand color: #a40413\n     ============================================================ --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,400\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .rlb * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .rlb {\n    font-family: 'DM Sans', sans-serif;\n    color: #1a1411;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 40px 20px 60px;\n  }\n\n  \/* ── HERO ── *\/\n  .rlb-hero {\n    background: #a40413;\n    border-radius: 20px;\n    padding: 56px 44px 48px;\n    margin-bottom: 12px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .rlb-hero::before {\n    content: '';\n    position: absolute;\n    top: -50px; right: -50px;\n    width: 260px; height: 260px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.05);\n    pointer-events: none;\n  }\n\n  .rlb-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -70px; left: -30px;\n    width: 320px; height: 320px;\n    border-radius: 50%;\n    background: rgba(0,0,0,0.10);\n    pointer-events: none;\n  }\n\n  .rlb-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.14);\n    border: 1px solid rgba(255,255,255,0.26);\n    border-radius: 100px;\n    padding: 7px 16px;\n    font-size: 12px;\n    font-weight: 600;\n    color: #F6D88A;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n  }\n\n  .rlb-badge .dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: #E0A52E;\n    flex-shrink: 0;\n  }\n\n  .rlb-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 52px;\n    font-weight: 900;\n    line-height: 1.08;\n    color: #ffffff;\n    margin-bottom: 16px;\n  }\n\n  .rlb-hero h1 em {\n    font-style: italic;\n    color: #E0A52E;\n  }\n\n  .rlb-hero-sub {\n    font-size: 17px;\n    color: rgba(255,255,255,0.78);\n    line-height: 1.65;\n    margin-bottom: 28px;\n    max-width: 540px;\n    font-weight: 300;\n  }\n\n  \/* ── RATINGS ── *\/\n  .rlb-ratings {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 30px;\n  }\n\n  .rlb-rating {\n    display: inline-flex;\n    flex-direction: column;\n    gap: 2px;\n    background: rgba(255,255,255,0.10);\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 12px;\n    padding: 10px 16px;\n    text-decoration: none;\n    transition: background 0.2s, border-color 0.2s;\n  }\n\n  .rlb-rating:hover {\n    background: rgba(255,255,255,0.16);\n    border-color: rgba(255,255,255,0.40);\n  }\n\n  .rlb-rating .score {\n    font-size: 15px;\n    font-weight: 600;\n    color: #ffffff;\n  }\n\n  .rlb-rating .score .star { color: #E0A52E; }\n\n  .rlb-rating .source {\n    font-size: 11px;\n    color: rgba(255,255,255,0.62);\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .rlb-cta-row {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n\n  .rlb-btn-primary {\n    display: inline-block;\n    background: #E0A52E;\n    color: #4a0208;\n    border: none;\n    border-radius: 10px;\n    padding: 16px 32px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    font-weight: 600;\n    cursor: pointer;\n    text-decoration: none;\n    letter-spacing: 0.01em;\n    transition: background 0.2s, transform 0.15s;\n  }\n\n  .rlb-btn-primary:hover {\n    background: #EEB845;\n    transform: translateY(-1px);\n  }\n\n  .rlb-btn-ghost {\n    display: inline-block;\n    background: transparent;\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,0.45);\n    border-radius: 10px;\n    padding: 16px 26px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    font-weight: 600;\n    cursor: pointer;\n    text-decoration: none !important;\n    transition: border-color 0.2s, background 0.2s;\n  }\n\n  .rlb-btn-ghost:hover {\n    border-color: rgba(255,255,255,0.80);\n    background: rgba(255,255,255,0.10);\n  }\n\n  \/* ── TRUST STRIP ── *\/\n  .rlb-trust {\n    background: #FBF1E2;\n    border-radius: 14px;\n    padding: 20px 28px;\n    display: flex;\n    justify-content: space-around;\n    gap: 12px;\n    margin: 12px 0 32px;\n    flex-wrap: wrap;\n  }\n\n  .rlb-trust-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 4px;\n    min-width: 100px;\n  }\n\n  .rlb-trust-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: #a40413;\n    line-height: 1;\n  }\n\n  .rlb-trust-label {\n    font-size: 11px;\n    color: #7a5a42;\n    text-align: center;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  \/* ── SECTIONS ── *\/\n  .rlb-section {\n    margin: 36px 0;\n  }\n\n  .rlb-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c2873a;\n    margin-bottom: 8px;\n  }\n\n  .rlb-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 32px;\n    font-weight: 700;\n    line-height: 1.18;\n    color: #1a1411;\n    margin-bottom: 12px;\n  }\n\n  .rlb-section-body {\n    font-size: 16px;\n    line-height: 1.75;\n    color: #4a4038;\n    font-weight: 300;\n  }\n\n  \/* ── STORY CARD ── *\/\n  .rlb-story-card {\n    background: #FCF8F2;\n    border: 1px solid #ECE0CE;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .rlb-story-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #443c34;\n    font-weight: 300;\n  }\n\n  .rlb-story-card p + p { margin-top: 14px; }\n\n  .rlb-story-sig {\n    margin-top: 20px;\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 15px;\n    color: #8a6a4e;\n  }\n\n  \/* ── HIGHLIGHT (DARK) CARD ── *\/\n  .rlb-highlight {\n    background: #a40413;\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n  }\n\n  .rlb-highlight .rlb-section-label { color: #E0A52E; }\n\n  .rlb-highlight .rlb-section-title {\n    color: #ffffff;\n    font-size: 28px;\n  }\n\n  .rlb-highlight .rlb-section-body {\n    color: rgba(255,255,255,0.78);\n    margin-top: 10px;\n  }\n\n  .rlb-macro-row {\n    display: flex;\n    gap: 10px;\n    margin-top: 20px;\n    flex-wrap: wrap;\n  }\n\n  .rlb-macro-badge {\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.22);\n    border-radius: 100px;\n    padding: 7px 16px;\n    font-size: 13px;\n    color: #F6D88A;\n    font-weight: 500;\n  }\n\n  \/* ── QUOTE ── *\/\n  .rlb-quote {\n    border-left: 3px solid #E0A52E;\n    padding: 6px 0 6px 22px;\n    margin: 22px 0;\n  }\n\n  .rlb-quote p {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 21px;\n    line-height: 1.45;\n    color: #2a2018;\n  }\n\n  .rlb-quote a {\n    color: #a40413;\n    text-decoration: none;\n    border-bottom: 1px solid rgba(164,4,19,0.4);\n  }\n\n  .rlb-quote .cite {\n    display: block;\n    margin-top: 10px;\n    font-family: 'DM Sans', sans-serif;\n    font-style: normal;\n    font-size: 13px;\n    color: #8a6a4e;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n  }\n\n  \/* ── PILLARS GRID ── *\/\n  .rlb-pillars {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin: 20px 0;\n  }\n\n  @media (max-width: 560px) {\n    .rlb-pillars { grid-template-columns: 1fr; }\n    .rlb-hero { padding: 36px 24px 32px; }\n    .rlb-hero h1 { font-size: 36px; }\n    .rlb-plans { grid-template-columns: 1fr 1fr !important; }\n  }\n\n  .rlb-pillar {\n    background: #FCF8F2;\n    border: 1px solid #ECE0CE;\n    border-radius: 14px;\n    padding: 24px;\n  }\n\n  .rlb-pillar-icon {\n    width: 40px; height: 40px;\n    border-radius: 10px;\n    background: #a40413;\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 12px;\n    font-size: 20px;\n  }\n\n  .rlb-pillar h3 {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 7px;\n    color: #1a1411;\n  }\n\n  .rlb-pillar p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: #554a40;\n    font-weight: 300;\n  }\n\n  \/* ── DELIVERY \/ HOW IT WORKS STEPS ── *\/\n  .rlb-divider {\n    height: 1px;\n    background: #ECE0CE;\n    margin: 20px 0;\n  }\n\n  .rlb-delivery-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    padding: 22px 0;\n    border-bottom: 1px solid #ECE0CE;\n  }\n\n  .rlb-delivery-row:last-child { border-bottom: none; }\n\n  .rlb-delivery-icon {\n    width: 44px; height: 44px;\n    border-radius: 12px;\n    background: #FBF1E2;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 22px;\n    flex-shrink: 0;\n  }\n\n  .rlb-delivery-title {\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 5px;\n    color: #1a1411;\n  }\n\n  .rlb-delivery-desc {\n    font-size: 14px;\n    color: #554a40;\n    line-height: 1.65;\n    font-weight: 300;\n  }\n\n  .rlb-delivery-pill {\n    display: inline-block;\n    background: #FBF1E2;\n    color: #a40413;\n    font-size: 12px;\n    font-weight: 700;\n    border-radius: 100px;\n    padding: 4px 12px;\n    margin-top: 8px;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n  }\n\n  \/* ── SCRATCH CARD ── *\/\n  .rlb-scratch-card {\n    border: 2px solid #a40413;\n    border-radius: 16px;\n    padding: 28px;\n    margin: 20px 0;\n    display: flex;\n    gap: 18px;\n    align-items: flex-start;\n    background: #fff;\n  }\n\n  .rlb-scratch-icon { font-size: 36px; flex-shrink: 0; line-height: 1; }\n\n  .rlb-scratch-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 8px;\n    color: #1a1411;\n  }\n\n  .rlb-scratch-body {\n    font-size: 15px;\n    line-height: 1.75;\n    color: #4a4038;\n    font-weight: 300;\n  }\n\n  \/* ── MEAL PLANS ── *\/\n  .rlb-plans {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin: 22px 0;\n  }\n\n  .rlb-plan {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 4px;\n    background: #FCF8F2;\n    border: 1px solid #ECE0CE;\n    border-radius: 14px;\n    padding: 26px 14px;\n    text-decoration: none;\n    transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;\n  }\n\n  .rlb-plan:hover {\n    border-color: #a40413;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 22px rgba(164,4,19,0.10);\n  }\n\n  .rlb-plan-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 34px;\n    font-weight: 900;\n    color: #a40413;\n    line-height: 1;\n  }\n\n  .rlb-plan-label {\n    font-size: 12px;\n    font-weight: 600;\n    color: #7a5a42;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  \/* ── FOOTER CTA ── *\/\n  .rlb-cta-footer {\n    background: #a40413;\n    border-radius: 20px;\n    padding: 52px 44px;\n    text-align: center;\n    margin-top: 24px;\n  }\n\n  .rlb-cta-footer h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 38px;\n    font-weight: 900;\n    color: #ffffff;\n    margin-bottom: 12px;\n    line-height: 1.15;\n  }\n\n  .rlb-cta-footer p {\n    font-size: 16px;\n    color: rgba(255,255,255,0.72);\n    margin-bottom: 28px;\n    font-weight: 300;\n    max-width: 440px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .rlb-footer-note {\n    font-size: 13px;\n    color: rgba(255,255,255,0.45);\n    margin-top: 16px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rlb\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"rlb-hero\" id=\"rlb-top\"\u003e\n\u003cdiv class=\"rlb-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Salt Lake City's Favorite Asian Restaurant\u003c\/div\u003e\n\u003ch1\u003eAsian Flavors. \u003cem\u003eLocal Love.\u003c\/em\u003e\u003cbr\u003eDelivered Fresh.\u003c\/h1\u003e\n\u003cp class=\"rlb-hero-sub\"\u003eSalt Lake City's favorite Asian restaurant — now available as meal prep. Restaurant-quality Asian fusion, made from scratch, delivered to your door twice a week. No prep, no cleanup, no compromise on flavor.\u003c\/p\u003e\n\u003cdiv class=\"rlb-ratings\"\u003e\n\u003ca class=\"rlb-rating\" href=\"https:\/\/www.doordash.com\/en-AU\/store\/red-lotus-bistro-salt-lake-city-2835657\/66045348\/\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"score\"\u003e4.6\u003cspan class=\"star\"\u003e★\u003c\/span\u003e DoorDash\u003c\/span\u003e\n\u003cspan class=\"source\"\u003e1k+ reviews\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"rlb-rating\" href=\"https:\/\/www.google.com\/search?q=Red+Lotus+Bistro+Reviews\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"score\"\u003e4.4\u003cspan class=\"star\"\u003e★\u003c\/span\u003e Google\u003c\/span\u003e\n\u003cspan class=\"source\"\u003e570+ reviews\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"rlb-rating\" href=\"https:\/\/www.yelp.com\/biz\/red-lotus-bistro-salt-lake-city\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"score\"\u003e4.3\u003cspan class=\"star\"\u003e★\u003c\/span\u003e Yelp\u003c\/span\u003e\n\u003cspan class=\"source\"\u003e258 reviews\u003c\/span\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rlb-cta-row\"\u003e\n\u003ca class=\"rlb-btn-primary\" href=\"\/collections\/all\" rel=\"noopener\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003ca class=\"rlb-btn-ghost\" style=\"color:#ffffff;\" href=\"https:\/\/redlotusmealprep.com\/pages\/how-it-works\" rel=\"noopener\" target=\"_blank\"\u003eHow it works\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST STRIP --\u003e\n\u003cdiv class=\"rlb-trust\"\u003e\n\u003cdiv class=\"rlb-trust-item\"\u003e\n\u003cspan class=\"rlb-trust-num\"\u003e20 yrs\u003c\/span\u003e \u003cspan class=\"rlb-trust-label\"\u003eCulinary Heritage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rlb-trust-item\"\u003e\n\u003cspan class=\"rlb-trust-num\"\u003e24 oz\u003c\/span\u003e \u003cspan class=\"rlb-trust-label\"\u003eGenerous Portions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rlb-trust-item\"\u003e\n\u003cspan class=\"rlb-trust-num\"\u003e2x \/ wk\u003c\/span\u003e \u003cspan class=\"rlb-trust-label\"\u003eFresh Delivery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rlb-trust-item\"\u003e\n\u003cspan class=\"rlb-trust-num\"\u003e4.6★\u003c\/span\u003e \u003cspan class=\"rlb-trust-label\"\u003eDoorDash Rated\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OUR STORY --\u003e\n\u003cdiv class=\"rlb-section\"\u003e\n\u003cdiv class=\"rlb-section-label\"\u003eOur Story\u003c\/div\u003e\n\u003cdiv class=\"rlb-section-title\"\u003eMulti-generational craft,\u003cbr\u003enow in your kitchen.\u003c\/div\u003e\n\u003cdiv class=\"rlb-story-card\"\u003e\n\u003cp\u003eRed Lotus Bistro is built on decades of restaurant experience, passed down through generations. With 20 years of experience behind each of our dishes, you can trust us to deliver authentic Asian fusion flavors — every single time.\u003c\/p\u003e\n\u003cp\u003eNow we're bringing that same restaurant kitchen to your weekly routine. Red Lotus bridges the gap between incredible food and a busy life: rich, satisfying meals without ever leaving your home or sacrificing convenience.\u003c\/p\u003e\n\u003cdiv class=\"rlb-story-sig\"\u003e— The Red Lotus Bistro family, Salt Lake City\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CUSTOMER QUOTE --\u003e\n\u003cdiv class=\"rlb-quote\"\u003e\n\u003cp\u003e\"\u003ca href=\"https:\/\/www.yelp.com\/biz\/red-lotus-bistro-salt-lake-city?hrid=m8Nn70B_DxXJbiVhoN17OA\u0026amp;osq=asian\" rel=\"noopener\" target=\"_blank\"\u003eThe best Asian food we've had in Salt Lake City.\u003c\/a\u003e\"\u003c\/p\u003e\n\u003cspan class=\"cite\"\u003eRed Lotus Bistro customer · Yelp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- THE PORTIONS --\u003e\n\u003cdiv class=\"rlb-highlight\"\u003e\n\u003cdiv class=\"rlb-section-label\"\u003eThe Portions\u003c\/div\u003e\n\u003cdiv class=\"rlb-section-title\"\u003eGenerous 24oz servings. Built to fill you up.\u003c\/div\u003e\n\u003cdiv class=\"rlb-section-body\"\u003eWe don't shrink portions to hit numbers. Every 24oz serving gives you enough protein, rice, and vegetables to feel genuinely full — restaurant flavor with meal-prep convenience.\u003c\/div\u003e\n\u003cdiv class=\"rlb-macro-row\"\u003e\n\u003cspan class=\"rlb-macro-badge\"\u003e24oz portions\u003c\/span\u003e \u003cspan class=\"rlb-macro-badge\"\u003eFresh, never frozen\u003c\/span\u003e \u003cspan class=\"rlb-macro-badge\"\u003eMade from scratch\u003c\/span\u003e \u003cspan class=\"rlb-macro-badge\"\u003eLocally sourced\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY RED LOTUS --\u003e\n\u003cdiv class=\"rlb-section\"\u003e\n\u003cdiv class=\"rlb-section-label\"\u003eWhy Red Lotus\u003c\/div\u003e\n\u003cdiv class=\"rlb-section-title\"\u003eBold flavors, never bland.\u003c\/div\u003e\n\u003cdiv class=\"rlb-pillars\"\u003e\n\u003cdiv class=\"rlb-pillar\"\u003e\n\u003cdiv class=\"rlb-pillar-icon\"\u003e🥢\u003c\/div\u003e\n\u003ch3\u003eAuthentic Asian fusion\u003c\/h3\u003e\n\u003cp\u003eFrom our world-renowned Vietnamese pho to Chinese classics like Kung Pao Chicken — flavors that taste like they came straight from mainland China and Vietnam.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rlb-pillar\"\u003e\n\u003cdiv class=\"rlb-pillar-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eWok hei, bold sauces\u003c\/h3\u003e\n\u003cp\u003eUnlike typical meal prep with repetitive menus, we focus on bold sauces and wok hei–infused cooking, with flavors that truly stand out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rlb-pillar\"\u003e\n\u003cdiv class=\"rlb-pillar-icon\"\u003e🥬\u003c\/div\u003e\n\u003ch3\u003eIngredients you can trust\u003c\/h3\u003e\n\u003cp\u003eGreat meals begin with great ingredients. We proudly use fresh, locally sourced produce whenever possible, and high-quality ingredients throughout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rlb-pillar\"\u003e\n\u003cdiv class=\"rlb-pillar-icon\"\u003e🍜\u003c\/div\u003e\n\u003ch3\u003eGenerous 24oz portions\u003c\/h3\u003e\n\u003cp\u003eEnough protein, rice, and vegetables to feel genuinely full. We never shrink portions just to hit a number on the label.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MADE FROM SCRATCH --\u003e\n\u003cdiv class=\"rlb-scratch-card\"\u003e\n\u003cdiv class=\"rlb-scratch-icon\"\u003e🫕\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"rlb-scratch-title\"\u003eMade From Scratch. Always.\u003c\/div\u003e\n\u003cdiv class=\"rlb-scratch-body\"\u003eTrue Asian cooking is built on depth of flavor — and that only comes from doing things properly. Every element is prepared from scratch, never shortcuts. Think slow-simmered, day-long beef stock for our pho, or carefully layered marinades that bring out authentic Asian flavor.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"rlb-section\" id=\"how-it-works\"\u003e\n\u003cdiv class=\"rlb-section-label\"\u003eHow It Works\u003c\/div\u003e\n\u003cdiv class=\"rlb-section-title\"\u003ePick. Cook. Deliver. Enjoy.\u003c\/div\u003e\n\u003cdiv class=\"rlb-divider\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"rlb-delivery-row\"\u003e\n\u003cdiv class=\"rlb-delivery-icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"rlb-delivery-title\"\u003e1. Pick your meals\u003c\/div\u003e\n\u003cdiv class=\"rlb-delivery-desc\"\u003eChoose your favorite Asian fusion dishes from our weekly menu.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rlb-delivery-row\"\u003e\n\u003cdiv class=\"rlb-delivery-icon\"\u003e🍳\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"rlb-delivery-title\"\u003e2. We cook fresh\u003c\/div\u003e\n\u003cdiv class=\"rlb-delivery-desc\"\u003eFreshly prepared in our kitchen — never frozen, never pre-made.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rlb-delivery-row\"\u003e\n\u003cdiv class=\"rlb-delivery-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"rlb-delivery-title\"\u003e3. We deliver\u003c\/div\u003e\n\u003cdiv class=\"rlb-delivery-desc\"\u003eStraight to your door every Sunday and Thursday between 12:00 PM – 5:00 PM to keep everything fresh and top-notch.\u003c\/div\u003e\n\u003cspan class=\"rlb-delivery-pill\"\u003eSundays \u0026amp; Thursdays · 12 PM – 5 PM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rlb-delivery-row\"\u003e\n\u003cdiv class=\"rlb-delivery-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"rlb-delivery-title\"\u003e4. You enjoy\u003c\/div\u003e\n\u003cdiv class=\"rlb-delivery-desc\"\u003eReady in minutes. No prep, no cleanup — just authentic Asian food, fast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align:center; margin-top:28px;\"\u003e\n\u003ca class=\"rlb-btn-primary\" href=\"https:\/\/redlotusmealprep.com\/pages\/how-it-works\" rel=\"noopener\" target=\"_blank\"\u003eSee How It Works →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MEAL PLANS --\u003e\n\u003cdiv class=\"rlb-section\"\u003e\n\u003cdiv class=\"rlb-section-label\"\u003eWant More Meals?\u003c\/div\u003e\n\u003cdiv class=\"rlb-section-title\"\u003eChoose your weekly plan.\u003c\/div\u003e\n\u003cdiv class=\"rlb-section-body\" style=\"margin-bottom:6px;\"\u003eMore meals, less thinking. Pick the plan that fits your week.\u003c\/div\u003e\n\u003cdiv class=\"rlb-plans\"\u003e\n\u003ca class=\"rlb-plan\" href=\"https:\/\/red-lotus-meal-prep.myshopify.com\/products\/6-meal-plan\" rel=\"noopener\"\u003e\n\u003cspan class=\"rlb-plan-num\"\u003e6\u003c\/span\u003e\u003cspan class=\"rlb-plan-label\"\u003eMeal Plan\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"rlb-plan\" href=\"https:\/\/red-lotus-meal-prep.myshopify.com\/products\/7-meal-plan\" rel=\"noopener\"\u003e\n\u003cspan class=\"rlb-plan-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"rlb-plan-label\"\u003eMeal Plan\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"rlb-plan\" href=\"https:\/\/red-lotus-meal-prep.myshopify.com\/products\/10-meal-plan\" rel=\"noopener\"\u003e\n\u003cspan class=\"rlb-plan-num\"\u003e10\u003c\/span\u003e\u003cspan class=\"rlb-plan-label\"\u003eMeal Plan\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"rlb-plan\" href=\"https:\/\/red-lotus-meal-prep.myshopify.com\/products\/15-meal-plan\" rel=\"noopener\"\u003e\n\u003cspan class=\"rlb-plan-num\"\u003e15\u003c\/span\u003e\u003cspan class=\"rlb-plan-label\"\u003eMeal Plan\u003c\/span\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CONTACT --\u003e\n\u003cdiv class=\"rlb-section\"\u003e\n\u003cdiv class=\"rlb-section-label\"\u003eGot Questions?\u003c\/div\u003e\n\u003cdiv class=\"rlb-section-title\"\u003eWe've got you covered.\u003c\/div\u003e\n\u003cdiv class=\"rlb-section-body\" style=\"margin-bottom:20px;\"\u003eWhether you need help choosing meals or have questions about your order, our team is here to help. Reach out anytime — a real person from the Red Lotus team will get back to you.\u003c\/div\u003e\n\u003ca class=\"rlb-btn-primary\" style=\"background:#a40413; color:#fff;\" href=\"\/pages\/contact\" rel=\"noopener\"\u003eGet in Touch →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER CTA --\u003e\n\u003cdiv class=\"rlb-cta-footer\"\u003e\n\u003ch2\u003eAuthentic Asian food,\u003cbr\u003edelivered fresh.\u003c\/h2\u003e\n\u003cp\u003eSalt Lake City's favorite Asian restaurant — now in your weekly routine. Chef-crafted, made from scratch, at your door twice a week.\u003c\/p\u003e\n\u003ca class=\"rlb-btn-primary\" href=\"\/collections\/all\"\u003eStart My Meal Plan →\u003c\/a\u003e\n\u003cdiv class=\"rlb-footer-note\"\u003eRooted in Salt Lake City  ·  20 years of culinary heritage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Red Lotus Bistro","offers":[{"title":"Default Title","offer_id":53580842369237,"sku":null,"price":83.94,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0801\/3198\/1525\/files\/finalmenu_751182ea-9643-4c89-aef4-a22d8d3c0596.png?v=1781296872","url":"https:\/\/redlotusmealprep.com\/products\/6-meal-plan","provider":"Red Lotus Meal Prep","version":"1.0","type":"link"}