{"title":"Home page","description":null,"products":[{"product_id":"5-meal-plan","title":"5 Meal Plan","description":"\u003c!-- ============================================================\n     HER KITCHEN 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\n     \u003e\u003e COLORS: edit the --hk- values in the .hk rule below.\n        --hk-bright is the brand accent, --hk-deep is the background. \u003c\u003c\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  .hk * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .hk {\n    \/* ===== BRAND COLORS: change these to re-theme the page ===== *\/\n    --hk-deep: #243F0E;        \/* deep green: hero \/ highlight \/ footer background *\/\n    --hk-bright: #98C922;      \/* brand lime green: buttons, accents, borders *\/\n    --hk-bright-soft: #C4E66A; \/* light lime: italics + labels on dark *\/\n    --hk-pale: #DCEFB0;        \/* pale lime text on dark *\/\n    --hk-ink: #1B2E0A;         \/* dark green text used on the lime buttons *\/\n    --hk-label: #5F8A14;       \/* small section labels on light backgrounds *\/\n    --hk-pill-bg: #EFF7DC;     \/* pale lime pill \/ chip background *\/\n    --hk-pill-border: #DBEBB8; \/* pill \/ chip border *\/\n    \/* =========================================================== *\/\n\n    font-family: 'DM Sans', sans-serif;\n    color: #1a1a1a;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 40px 20px 60px;\n  }\n\n  \/* HERO *\/\n  .hk-hero {\n    background: var(--hk-deep);\n    border-radius: 20px;\n    padding: 56px 44px 48px;\n    margin-bottom: 12px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hk-hero::before {\n    content: '';\n    position: absolute;\n    top: -50px; right: -50px;\n    width: 260px; height: 260px;\n    border-radius: 50%;\n    background: rgba(152,201,34,0.18);\n    pointer-events: none;\n  }\n\n  .hk-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -70px; left: -30px;\n    width: 320px; height: 320px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.03);\n    pointer-events: none;\n  }\n\n  .hk-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\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: 12px;\n    font-weight: 600;\n    color: var(--hk-pale);\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n  }\n\n  .hk-badge .dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: var(--hk-bright);\n    flex-shrink: 0;\n  }\n\n  .hk-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 50px;\n    font-weight: 900;\n    line-height: 1.08;\n    color: #ffffff;\n    margin-bottom: 16px;\n  }\n\n  .hk-hero h1 em { font-style: italic; color: var(--hk-bright-soft); }\n\n  .hk-hero-sub {\n    font-size: 17px;\n    color: rgba(255,255,255,0.78);\n    line-height: 1.65;\n    margin-bottom: 32px;\n    max-width: 540px;\n    font-weight: 300;\n  }\n\n  .hk-stars-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 32px;\n    flex-wrap: wrap;\n  }\n\n  .hk-stars { color: #F5C842; font-size: 18px; letter-spacing: 2px; }\n\n  .hk-stars-label { font-size: 14px; color: rgba(255,255,255,0.80); }\n\n  .hk-stars-link {\n    font-size: 14px;\n    color: #ffffff !important;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n    transition: opacity 0.2s;\n  }\n\n  .hk-stars-link:hover { opacity: 0.75; }\n\n  .hk-cta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }\n\n  .hk-btn-primary {\n    display: inline-block;\n    background: var(--hk-bright);\n    color: var(--hk-ink) !important;\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: 700;\n    cursor: pointer;\n    text-decoration: none;\n    letter-spacing: 0.01em;\n    box-shadow: 0 2px 14px rgba(152,201,34,0.30);\n    transition: background 0.2s, transform 0.15s;\n  }\n\n  .hk-btn-primary:hover { background: #88B41E; transform: translateY(-1px); }\n\n  .hk-btn-ghost {\n    display: inline-block;\n    background: transparent;\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,0.32);\n    border-radius: 10px;\n    padding: 16px 26px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    cursor: pointer;\n    text-decoration: none;\n    transition: border-color 0.2s, color 0.2s;\n  }\n\n  .hk-btn-ghost:hover { border-color: rgba(255,255,255,0.6); color: #fff !important; }\n\n  \/* TRUST STRIP *\/\n  .hk-trust {\n    background: #F6EFE9;\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  .hk-trust-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 4px;\n    min-width: 100px;\n  }\n\n  .hk-trust-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--hk-deep);\n    line-height: 1;\n  }\n\n  .hk-trust-label {\n    font-size: 11px;\n    color: #6A5F63;\n    text-align: center;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  \/* SECTIONS *\/\n  .hk-section { margin: 36px 0; }\n\n  .hk-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--hk-label);\n    margin-bottom: 8px;\n  }\n\n  .hk-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 32px;\n    font-weight: 700;\n    line-height: 1.18;\n    color: #1a1a1a;\n    margin-bottom: 12px;\n  }\n\n  .hk-section-body {\n    font-size: 16px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    font-weight: 300;\n  }\n\n  \/* STORY CARD *\/\n  .hk-story-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .hk-story-card.has-photo {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 28px;\n    align-items: flex-start;\n  }\n\n  .hk-story-photo { flex: 0 0 230px; max-width: 100%; }\n\n  .hk-story-photo img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n    border-radius: 12px;\n    display: block;\n  }\n\n  .hk-photo-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    border-radius: 12px;\n    background: linear-gradient(150deg, var(--hk-bright) 0%, var(--hk-deep) 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: rgba(255,255,255,0.95);\n    font-family: 'Playfair Display', serif;\n    font-size: 48px;\n    font-weight: 900;\n  }\n\n  .hk-story-text { flex: 1 1 300px; min-width: 0; }\n\n  .hk-story-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #444;\n    font-weight: 300;\n  }\n\n  .hk-story-card p + p { margin-top: 14px; }\n\n  .hk-story-sig {\n    margin-top: 20px;\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 15px;\n    color: #877;\n  }\n\n  \/* FOOD \/ VALUE CARD *\/\n  .hk-chef-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .hk-chef-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #444;\n    font-weight: 300;\n  }\n\n  .hk-chef-card p + p { margin-top: 14px; }\n\n  .hk-chef-creds {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 24px;\n    padding-top: 22px;\n    border-top: 1px solid #ECE4DD;\n  }\n\n  .hk-chef-cred {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--hk-pill-bg);\n    border: 1px solid var(--hk-pill-border);\n    border-radius: 100px;\n    padding: 8px 16px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hk-deep);\n  }\n\n  .hk-chef-cred .ico { font-size: 15px; line-height: 1; }\n\n  \/* HIGHLIGHT (DARK) CARD *\/\n  .hk-highlight {\n    background: var(--hk-deep);\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n  }\n\n  .hk-highlight .hk-section-label { color: var(--hk-bright-soft); }\n\n  .hk-highlight .hk-section-title { color: #ffffff; font-size: 28px; }\n\n  .hk-highlight .hk-section-body { color: rgba(255,255,255,0.78); margin-top: 10px; }\n\n  .hk-macro-row { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }\n\n  .hk-macro-badge {\n    background: rgba(255,255,255,0.10);\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 100px;\n    padding: 7px 16px;\n    font-size: 13px;\n    color: var(--hk-pale);\n    font-weight: 500;\n  }\n\n  \/* PILLARS GRID *\/\n  .hk-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    .hk-pillars { grid-template-columns: 1fr; }\n    .hk-hero { padding: 36px 24px 32px; }\n    .hk-hero h1 { font-size: 35px; }\n    .hk-story-photo { flex-basis: 100%; width: 100%; max-width: 300px; margin: 0 auto; }\n    .hk-reviews-grid { grid-template-columns: 1fr; }\n  }\n\n  .hk-pillar {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 14px;\n    padding: 24px;\n  }\n\n  .hk-pillar-icon {\n    width: 40px; height: 40px;\n    border-radius: 10px;\n    background: var(--hk-deep);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 12px;\n    font-size: 20px;\n  }\n\n  .hk-pillar h3 {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 7px;\n    color: #1a1a1a;\n  }\n\n  .hk-pillar p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: #555;\n    font-weight: 300;\n  }\n\n  \/* STEP ROWS *\/\n  .hk-divider { height: 1px; background: #ECE4DD; margin: 20px 0; }\n\n  .hk-delivery-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    padding: 22px 0;\n    border-bottom: 1px solid #ECE4DD;\n  }\n\n  .hk-delivery-row:last-child { border-bottom: none; }\n\n  .hk-delivery-icon {\n    width: 44px; height: 44px;\n    border-radius: 12px;\n    background: var(--hk-pill-bg);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 22px;\n    flex-shrink: 0;\n  }\n\n  .hk-delivery-title {\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 5px;\n    color: #1a1a1a;\n  }\n\n  .hk-delivery-desc {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n    font-weight: 300;\n  }\n\n  .hk-delivery-pill {\n    display: inline-block;\n    background: var(--hk-pill-bg);\n    color: var(--hk-deep);\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  \/* MEAL PLAN OPTIONS *\/\n  .hk-plans {\n    background: #F6EFE9;\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n    text-align: center;\n  }\n\n  .hk-plans-sub {\n    font-size: 15px;\n    color: #5a5a5a;\n    font-weight: 300;\n    max-width: 460px;\n    margin: 0 auto 24px;\n    line-height: 1.6;\n  }\n\n  .hk-plan-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n  }\n\n  .hk-plan-btn {\n    display: inline-flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 3px;\n    min-width: 108px;\n    background: #fff;\n    border: 2px solid var(--hk-bright);\n    border-radius: 12px;\n    padding: 16px 20px;\n    text-decoration: none;\n    color: var(--hk-deep);\n    transition: background 0.2s, color 0.2s, transform 0.15s;\n  }\n\n  .hk-plan-btn:hover {\n    background: var(--hk-bright);\n    color: var(--hk-ink);\n    transform: translateY(-2px);\n  }\n\n  .hk-plan-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 30px;\n    font-weight: 900;\n    line-height: 1;\n    color: inherit;\n  }\n\n  .hk-plan-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: #7E8C5E;\n  }\n\n  .hk-plan-btn:hover .hk-plan-label { color: var(--hk-ink); }\n\n  \/* REVIEWS *\/\n  .hk-reviews-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .hk-review-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 14px;\n    padding: 22px;\n  }\n\n  .hk-review-stars {\n    color: #F5C842;\n    font-size: 15px;\n    letter-spacing: 2px;\n    margin-bottom: 10px;\n  }\n\n  .hk-review-text {\n    font-size: 14px;\n    line-height: 1.7;\n    color: #444;\n    font-weight: 300;\n    font-style: italic;\n  }\n\n  .hk-review-name {\n    margin-top: 12px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hk-deep);\n  }\n\n  \/* STANDARD CARD *\/\n  .hk-standard-card {\n    border: 2px solid var(--hk-bright);\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  .hk-standard-icon { font-size: 36px; flex-shrink: 0; line-height: 1; }\n\n  .hk-standard-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 8px;\n    color: #1a1a1a;\n  }\n\n  .hk-standard-body {\n    font-size: 15px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    font-weight: 300;\n  }\n\n  \/* FOOTER CTA *\/\n  .hk-cta-footer {\n    background: var(--hk-deep);\n    border-radius: 20px;\n    padding: 52px 44px;\n    text-align: center;\n    margin-top: 24px;\n  }\n\n  .hk-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  .hk-cta-footer p {\n    font-size: 16px;\n    color: rgba(255,255,255,0.76);\n    margin-bottom: 28px;\n    font-weight: 300;\n    max-width: 460px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .hk-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=\"hk\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hk-hero\" id=\"hk-top\"\u003e\n\u003cdiv class=\"hk-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Asian Fusion Meal Prep · Across Wauwatosa\u003c\/div\u003e\n\u003ch1\u003eBold Flavors. Macro-Friendly. \u003cem\u003eReady in Minutes.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hk-hero-sub\"\u003eHealthy Asian fusion meal prep, available across Wauwatosa. Perfect for busy professionals, families, and athletes who want quick meals without sacrificing flavor or nutrition.\u003c\/p\u003e\n\u003cdiv class=\"hk-stars-row\"\u003e\n\u003cspan class=\"hk-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"hk-stars-label\"\u003eLoved by busy Wauwatosa locals\u003c\/span\u003e \u003ca class=\"hk-stars-link\" href=\"#hk-reviews\" rel=\"noopener\" style=\"color:#ffffff !important;\"\u003esee why people love Her Kitchen →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-cta-row\"\u003e\n\u003ca class=\"hk-btn-primary\" href=\"\/collections\/all\" rel=\"noopener\" target=\"_blank\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003ca class=\"hk-btn-ghost\" href=\"#how-it-works\" rel=\"noopener\" style=\"color:#ffffff !important;\"\u003eHow it works\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST STRIP --\u003e\n\u003cdiv class=\"hk-trust\"\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e45g\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eProtein Per Meal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e24oz+\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eBig Portions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e620\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eMax Calories\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003eFresh\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eNever Frozen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OUR STORY --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eOur Story\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eHealthy food that\u003cbr\u003enever tastes boring.\u003c\/div\u003e\n\u003cdiv class=\"hk-story-card has-photo\"\u003e\n\u003c!-- ============================================================\n     STORY IMAGE: to add one in Shopify: Settings \u003e Files \u003e Upload,\n     copy its URL, then swap the placeholder div for:\n     \u003cimg src=\"YOUR_IMAGE_URL\" alt=\"Her Kitchen\"\u003e\n     ============================================================ --\u003e\n\u003cdiv class=\"hk-story-photo\"\u003e\n\u003cdiv class=\"hk-photo-placeholder\"\u003eHK\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-story-text\"\u003e\n\u003cp\u003eHer Kitchen started with a love of bold Asian flavors and one simple frustration: eating healthy usually meant eating boring. We knew it could be so much better.\u003c\/p\u003e\n\u003cp\u003eSo we built a rotating menu of Japanese, Korean, and Chinese inspired dishes, each one macro friendly, made fresh, and delivered across Wauwatosa. Restaurant quality flavor, ready in minutes, with no cooking required.\u003c\/p\u003e\n\u003cdiv class=\"hk-story-sig\"\u003eThe Her Kitchen team\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- THE FOOD --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eThe Food\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eExciting Asian flavors,\u003cbr\u003eon rotation.\u003c\/div\u003e\n\u003cdiv class=\"hk-chef-card\"\u003e\n\u003cp\u003eA rotating menu of Japanese, Korean, Chinese, and Asian fusion dishes, from Japanese Teriyaki Chicken with Jasmine Rice to Chinese Braised Ginger Chicken. Restaurant quality flavor without the wait.\u003c\/p\u003e\n\u003cp\u003eHealthy meals start with quality ingredients. We use day-fresh vegetables, never frozen or canned, and every dish is 24oz or more, filled to the brim with premium ingredients.\u003c\/p\u003e\n\u003cdiv class=\"hk-chef-creds\"\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🍱\u003c\/span\u003e Rotating menu\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🌏\u003c\/span\u003e Japanese, Korean, Chinese\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🥦\u003c\/span\u003e Day-fresh veg\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🍣\u003c\/span\u003e 24oz or more\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HIGHLIGHT --\u003e\n\u003cdiv class=\"hk-highlight\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eHigh Protein, Low Calorie\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eHigh protein for performance. Low calories for leanness.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\"\u003eEvery meal delivers 36 to 45g of protein to support your goals, whether you are building muscle or staying lean, and ranges from 360 to 620 calories. Bold Asian flavors that fit your macros, every single time.\u003c\/div\u003e\n\u003cdiv class=\"hk-macro-row\"\u003e\n\u003cspan class=\"hk-macro-badge\"\u003e36 to 45g protein\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003e360 to 620 cal\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003e24oz+ portion\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003eReady in 2 to 3 min\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY HER KITCHEN --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eWhy Her Kitchen\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eBuilt different. Because we cook different.\u003c\/div\u003e\n\u003cdiv class=\"hk-pillars\"\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🍱\u003c\/div\u003e\n\u003ch3\u003eExciting Asian flavors\u003c\/h3\u003e\n\u003cp\u003eA rotating menu of Japanese, Korean, Chinese, and Asian fusion dishes you never get bored of.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3\u003eProtein-packed meals\u003c\/h3\u003e\n\u003cp\u003e36 to 45g of protein per meal for faster recovery, lean muscle, and feeling fuller for longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eLow calories, big flavors\u003c\/h3\u003e\n\u003cp\u003eMeals range from 360 to 620 calories, so you never have to choose between healthy and delicious.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🥦\u003c\/div\u003e\n\u003ch3\u003eHigh-quality ingredients\u003c\/h3\u003e\n\u003cp\u003eDay-fresh vegetables, never frozen or canned. Every dish 24oz or more, filled to the brim.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"hk-section\" id=\"how-it-works\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eHow It Works\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003ePick. We cook. You enjoy.\u003c\/div\u003e\n\u003cdiv class=\"hk-divider\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e📋\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003ePick your meals\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003ePick your favorite Asian dishes from our weekly menu.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🔥\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eWe cook fresh\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eOur team takes 48 hours to make everything from scratch and cooks fresh on delivery day, bringing out those deep, complex Asian flavors.\u003c\/div\u003e\n\u003cspan class=\"hk-delivery-pill\"\u003eFrom scratch · 48 hr\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eWe deliver\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eStraight to your door every Sunday and Wednesday. Order by Friday 2 PM for Sunday delivery, or Monday 2 PM for Wednesday delivery.\u003c\/div\u003e\n\u003cspan class=\"hk-delivery-pill\"\u003eSundays \u0026amp; Wednesdays\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eYou enjoy\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eReady to enjoy in 2 to 3 minutes. No prep, no cleanup, just macro friendly, flavorful food, fast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WANT MORE THAN 5 MEALS --\u003e\n\u003cdiv class=\"hk-plans\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eMeal Plans\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eWant more than 5 meals?\u003c\/div\u003e\n\u003cdiv class=\"hk-plans-sub\"\u003ePick the plan that fits your week. The more meals you order, the more of the week you have handled.\u003c\/div\u003e\n\u003cdiv class=\"hk-plan-grid\"\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/6-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e6\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/7-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e7\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/10-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e10\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/15-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e15\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FRESH STANDARD --\u003e\n\u003cdiv class=\"hk-standard-card\"\u003e\n\u003cdiv class=\"hk-standard-icon\"\u003e🥬\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-standard-title\"\u003eFresh, Never Frozen\u003c\/div\u003e\n\u003cdiv class=\"hk-standard-body\"\u003eWe use day-fresh vegetables, never frozen or canned. Our team takes 48 hours to make everything from scratch and cooks fresh on delivery day, bringing out the deep, complex Asian flavors in every dish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEWS --\u003e\n\u003cdiv class=\"hk-section\" id=\"hk-reviews\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eReviews\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eDon't just take our word for it.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\"\u003eSee why people love Her Kitchen's Asian fusion meals.\u003c\/div\u003e\n\u003c!-- ============================================================\n     REVIEWS below are PLACEHOLDERS. Put a real review and name in\n     each card, or swap this block for your review app.\n     ============================================================ --\u003e\n\u003cdiv class=\"hk-reviews-grid\"\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GOT QUESTIONS --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eGot Questions?\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eWe're one message away.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\" style=\"margin-bottom:20px;\"\u003eNeed help choosing a plan or have a quick question? Reach out and a real person from the Her Kitchen team will get back to you.\u003c\/div\u003e\n\u003ca class=\"hk-btn-primary\" href=\"\/pages\/contact\" rel=\"noopener\" target=\"_blank\"\u003eGet in Touch →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER CTA --\u003e\n\u003cdiv class=\"hk-cta-footer\"\u003e\n\u003ch2\u003eBold Asian flavors,\u003cbr\u003eready in minutes.\u003c\/h2\u003e\n\u003cp\u003eHealthy, macro friendly Asian fusion meal prep delivered fresh across Wauwatosa every Sunday and Wednesday.\u003c\/p\u003e\n\u003ca class=\"hk-btn-primary\" href=\"#hk-top\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003cdiv class=\"hk-footer-note\"\u003eDelivered fresh across Wauwatosa, Wisconsin · Sundays and Wednesdays\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Her Kitchen","offers":[{"title":"Default Title","offer_id":48320457965813,"sku":null,"price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0901\/7077\/files\/0-newcolors.jpg?v=1782835018"},{"product_id":"6-meal-plan","title":"6 Meal Plan","description":"\u003c!-- ============================================================\n     HER KITCHEN 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\n     \u003e\u003e COLORS: edit the --hk- values in the .hk rule below.\n        --hk-bright is the brand accent, --hk-deep is the background. \u003c\u003c\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  .hk * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .hk {\n    \/* ===== BRAND COLORS: change these to re-theme the page ===== *\/\n    --hk-deep: #243F0E;        \/* deep green: hero \/ highlight \/ footer background *\/\n    --hk-bright: #98C922;      \/* brand lime green: buttons, accents, borders *\/\n    --hk-bright-soft: #C4E66A; \/* light lime: italics + labels on dark *\/\n    --hk-pale: #DCEFB0;        \/* pale lime text on dark *\/\n    --hk-ink: #1B2E0A;         \/* dark green text used on the lime buttons *\/\n    --hk-label: #5F8A14;       \/* small section labels on light backgrounds *\/\n    --hk-pill-bg: #EFF7DC;     \/* pale lime pill \/ chip background *\/\n    --hk-pill-border: #DBEBB8; \/* pill \/ chip border *\/\n    \/* =========================================================== *\/\n\n    font-family: 'DM Sans', sans-serif;\n    color: #1a1a1a;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 40px 20px 60px;\n  }\n\n  \/* HERO *\/\n  .hk-hero {\n    background: var(--hk-deep);\n    border-radius: 20px;\n    padding: 56px 44px 48px;\n    margin-bottom: 12px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hk-hero::before {\n    content: '';\n    position: absolute;\n    top: -50px; right: -50px;\n    width: 260px; height: 260px;\n    border-radius: 50%;\n    background: rgba(152,201,34,0.18);\n    pointer-events: none;\n  }\n\n  .hk-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -70px; left: -30px;\n    width: 320px; height: 320px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.03);\n    pointer-events: none;\n  }\n\n  .hk-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\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: 12px;\n    font-weight: 600;\n    color: var(--hk-pale);\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n  }\n\n  .hk-badge .dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: var(--hk-bright);\n    flex-shrink: 0;\n  }\n\n  .hk-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 50px;\n    font-weight: 900;\n    line-height: 1.08;\n    color: #ffffff;\n    margin-bottom: 16px;\n  }\n\n  .hk-hero h1 em { font-style: italic; color: var(--hk-bright-soft); }\n\n  .hk-hero-sub {\n    font-size: 17px;\n    color: rgba(255,255,255,0.78);\n    line-height: 1.65;\n    margin-bottom: 32px;\n    max-width: 540px;\n    font-weight: 300;\n  }\n\n  .hk-stars-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 32px;\n    flex-wrap: wrap;\n  }\n\n  .hk-stars { color: #F5C842; font-size: 18px; letter-spacing: 2px; }\n\n  .hk-stars-label { font-size: 14px; color: rgba(255,255,255,0.80); }\n\n  .hk-stars-link {\n    font-size: 14px;\n    color: #ffffff !important;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n    transition: opacity 0.2s;\n  }\n\n  .hk-stars-link:hover { opacity: 0.75; }\n\n  .hk-cta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }\n\n  .hk-btn-primary {\n    display: inline-block;\n    background: var(--hk-bright);\n    color: var(--hk-ink) !important;\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: 700;\n    cursor: pointer;\n    text-decoration: none;\n    letter-spacing: 0.01em;\n    box-shadow: 0 2px 14px rgba(152,201,34,0.30);\n    transition: background 0.2s, transform 0.15s;\n  }\n\n  .hk-btn-primary:hover { background: #88B41E; transform: translateY(-1px); }\n\n  .hk-btn-ghost {\n    display: inline-block;\n    background: transparent;\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,0.32);\n    border-radius: 10px;\n    padding: 16px 26px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    cursor: pointer;\n    text-decoration: none;\n    transition: border-color 0.2s, color 0.2s;\n  }\n\n  .hk-btn-ghost:hover { border-color: rgba(255,255,255,0.6); color: #fff !important; }\n\n  \/* TRUST STRIP *\/\n  .hk-trust {\n    background: #F6EFE9;\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  .hk-trust-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 4px;\n    min-width: 100px;\n  }\n\n  .hk-trust-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--hk-deep);\n    line-height: 1;\n  }\n\n  .hk-trust-label {\n    font-size: 11px;\n    color: #6A5F63;\n    text-align: center;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  \/* SECTIONS *\/\n  .hk-section { margin: 36px 0; }\n\n  .hk-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--hk-label);\n    margin-bottom: 8px;\n  }\n\n  .hk-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 32px;\n    font-weight: 700;\n    line-height: 1.18;\n    color: #1a1a1a;\n    margin-bottom: 12px;\n  }\n\n  .hk-section-body {\n    font-size: 16px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    font-weight: 300;\n  }\n\n  \/* STORY CARD *\/\n  .hk-story-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .hk-story-card.has-photo {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 28px;\n    align-items: flex-start;\n  }\n\n  .hk-story-photo { flex: 0 0 230px; max-width: 100%; }\n\n  .hk-story-photo img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n    border-radius: 12px;\n    display: block;\n  }\n\n  .hk-photo-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    border-radius: 12px;\n    background: linear-gradient(150deg, var(--hk-bright) 0%, var(--hk-deep) 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: rgba(255,255,255,0.95);\n    font-family: 'Playfair Display', serif;\n    font-size: 48px;\n    font-weight: 900;\n  }\n\n  .hk-story-text { flex: 1 1 300px; min-width: 0; }\n\n  .hk-story-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #444;\n    font-weight: 300;\n  }\n\n  .hk-story-card p + p { margin-top: 14px; }\n\n  .hk-story-sig {\n    margin-top: 20px;\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 15px;\n    color: #877;\n  }\n\n  \/* FOOD \/ VALUE CARD *\/\n  .hk-chef-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .hk-chef-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #444;\n    font-weight: 300;\n  }\n\n  .hk-chef-card p + p { margin-top: 14px; }\n\n  .hk-chef-creds {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 24px;\n    padding-top: 22px;\n    border-top: 1px solid #ECE4DD;\n  }\n\n  .hk-chef-cred {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--hk-pill-bg);\n    border: 1px solid var(--hk-pill-border);\n    border-radius: 100px;\n    padding: 8px 16px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hk-deep);\n  }\n\n  .hk-chef-cred .ico { font-size: 15px; line-height: 1; }\n\n  \/* HIGHLIGHT (DARK) CARD *\/\n  .hk-highlight {\n    background: var(--hk-deep);\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n  }\n\n  .hk-highlight .hk-section-label { color: var(--hk-bright-soft); }\n\n  .hk-highlight .hk-section-title { color: #ffffff; font-size: 28px; }\n\n  .hk-highlight .hk-section-body { color: rgba(255,255,255,0.78); margin-top: 10px; }\n\n  .hk-macro-row { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }\n\n  .hk-macro-badge {\n    background: rgba(255,255,255,0.10);\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 100px;\n    padding: 7px 16px;\n    font-size: 13px;\n    color: var(--hk-pale);\n    font-weight: 500;\n  }\n\n  \/* PILLARS GRID *\/\n  .hk-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    .hk-pillars { grid-template-columns: 1fr; }\n    .hk-hero { padding: 36px 24px 32px; }\n    .hk-hero h1 { font-size: 35px; }\n    .hk-story-photo { flex-basis: 100%; width: 100%; max-width: 300px; margin: 0 auto; }\n    .hk-reviews-grid { grid-template-columns: 1fr; }\n  }\n\n  .hk-pillar {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 14px;\n    padding: 24px;\n  }\n\n  .hk-pillar-icon {\n    width: 40px; height: 40px;\n    border-radius: 10px;\n    background: var(--hk-deep);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 12px;\n    font-size: 20px;\n  }\n\n  .hk-pillar h3 {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 7px;\n    color: #1a1a1a;\n  }\n\n  .hk-pillar p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: #555;\n    font-weight: 300;\n  }\n\n  \/* STEP ROWS *\/\n  .hk-divider { height: 1px; background: #ECE4DD; margin: 20px 0; }\n\n  .hk-delivery-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    padding: 22px 0;\n    border-bottom: 1px solid #ECE4DD;\n  }\n\n  .hk-delivery-row:last-child { border-bottom: none; }\n\n  .hk-delivery-icon {\n    width: 44px; height: 44px;\n    border-radius: 12px;\n    background: var(--hk-pill-bg);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 22px;\n    flex-shrink: 0;\n  }\n\n  .hk-delivery-title {\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 5px;\n    color: #1a1a1a;\n  }\n\n  .hk-delivery-desc {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n    font-weight: 300;\n  }\n\n  .hk-delivery-pill {\n    display: inline-block;\n    background: var(--hk-pill-bg);\n    color: var(--hk-deep);\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  \/* MEAL PLAN OPTIONS *\/\n  .hk-plans {\n    background: #F6EFE9;\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n    text-align: center;\n  }\n\n  .hk-plans-sub {\n    font-size: 15px;\n    color: #5a5a5a;\n    font-weight: 300;\n    max-width: 460px;\n    margin: 0 auto 24px;\n    line-height: 1.6;\n  }\n\n  .hk-plan-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n  }\n\n  .hk-plan-btn {\n    display: inline-flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 3px;\n    min-width: 108px;\n    background: #fff;\n    border: 2px solid var(--hk-bright);\n    border-radius: 12px;\n    padding: 16px 20px;\n    text-decoration: none;\n    color: var(--hk-deep);\n    transition: background 0.2s, color 0.2s, transform 0.15s;\n  }\n\n  .hk-plan-btn:hover {\n    background: var(--hk-bright);\n    color: var(--hk-ink);\n    transform: translateY(-2px);\n  }\n\n  .hk-plan-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 30px;\n    font-weight: 900;\n    line-height: 1;\n    color: inherit;\n  }\n\n  .hk-plan-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: #7E8C5E;\n  }\n\n  .hk-plan-btn:hover .hk-plan-label { color: var(--hk-ink); }\n\n  \/* REVIEWS *\/\n  .hk-reviews-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .hk-review-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 14px;\n    padding: 22px;\n  }\n\n  .hk-review-stars {\n    color: #F5C842;\n    font-size: 15px;\n    letter-spacing: 2px;\n    margin-bottom: 10px;\n  }\n\n  .hk-review-text {\n    font-size: 14px;\n    line-height: 1.7;\n    color: #444;\n    font-weight: 300;\n    font-style: italic;\n  }\n\n  .hk-review-name {\n    margin-top: 12px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hk-deep);\n  }\n\n  \/* STANDARD CARD *\/\n  .hk-standard-card {\n    border: 2px solid var(--hk-bright);\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  .hk-standard-icon { font-size: 36px; flex-shrink: 0; line-height: 1; }\n\n  .hk-standard-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 8px;\n    color: #1a1a1a;\n  }\n\n  .hk-standard-body {\n    font-size: 15px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    font-weight: 300;\n  }\n\n  \/* FOOTER CTA *\/\n  .hk-cta-footer {\n    background: var(--hk-deep);\n    border-radius: 20px;\n    padding: 52px 44px;\n    text-align: center;\n    margin-top: 24px;\n  }\n\n  .hk-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  .hk-cta-footer p {\n    font-size: 16px;\n    color: rgba(255,255,255,0.76);\n    margin-bottom: 28px;\n    font-weight: 300;\n    max-width: 460px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .hk-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=\"hk\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hk-hero\" id=\"hk-top\"\u003e\n\u003cdiv class=\"hk-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Asian Fusion Meal Prep · Across Wauwatosa\u003c\/div\u003e\n\u003ch1\u003eBold Flavors. Macro-Friendly. \u003cem\u003eReady in Minutes.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hk-hero-sub\"\u003eHealthy Asian fusion meal prep, available across Wauwatosa. Perfect for busy professionals, families, and athletes who want quick meals without sacrificing flavor or nutrition.\u003c\/p\u003e\n\u003cdiv class=\"hk-stars-row\"\u003e\n\u003cspan class=\"hk-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"hk-stars-label\"\u003eLoved by busy Wauwatosa locals\u003c\/span\u003e \u003ca class=\"hk-stars-link\" href=\"#hk-reviews\" rel=\"noopener\" style=\"color:#ffffff !important;\"\u003esee why people love Her Kitchen →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-cta-row\"\u003e\n\u003ca class=\"hk-btn-primary\" href=\"\/collections\/all\" rel=\"noopener\" target=\"_blank\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003ca class=\"hk-btn-ghost\" href=\"#how-it-works\" rel=\"noopener\" style=\"color:#ffffff !important;\"\u003eHow it works\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST STRIP --\u003e\n\u003cdiv class=\"hk-trust\"\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e45g\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eProtein Per Meal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e24oz+\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eBig Portions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e620\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eMax Calories\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003eFresh\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eNever Frozen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OUR STORY --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eOur Story\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eHealthy food that\u003cbr\u003enever tastes boring.\u003c\/div\u003e\n\u003cdiv class=\"hk-story-card has-photo\"\u003e\n\u003c!-- ============================================================\n     STORY IMAGE: to add one in Shopify: Settings \u003e Files \u003e Upload,\n     copy its URL, then swap the placeholder div for:\n     \u003cimg src=\"YOUR_IMAGE_URL\" alt=\"Her Kitchen\"\u003e\n     ============================================================ --\u003e\n\u003cdiv class=\"hk-story-photo\"\u003e\n\u003cdiv class=\"hk-photo-placeholder\"\u003eHK\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-story-text\"\u003e\n\u003cp\u003eHer Kitchen started with a love of bold Asian flavors and one simple frustration: eating healthy usually meant eating boring. We knew it could be so much better.\u003c\/p\u003e\n\u003cp\u003eSo we built a rotating menu of Japanese, Korean, and Chinese inspired dishes, each one macro friendly, made fresh, and delivered across Wauwatosa. Restaurant quality flavor, ready in minutes, with no cooking required.\u003c\/p\u003e\n\u003cdiv class=\"hk-story-sig\"\u003eThe Her Kitchen team\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- THE FOOD --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eThe Food\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eExciting Asian flavors,\u003cbr\u003eon rotation.\u003c\/div\u003e\n\u003cdiv class=\"hk-chef-card\"\u003e\n\u003cp\u003eA rotating menu of Japanese, Korean, Chinese, and Asian fusion dishes, from Japanese Teriyaki Chicken with Jasmine Rice to Chinese Braised Ginger Chicken. Restaurant quality flavor without the wait.\u003c\/p\u003e\n\u003cp\u003eHealthy meals start with quality ingredients. We use day-fresh vegetables, never frozen or canned, and every dish is 24oz or more, filled to the brim with premium ingredients.\u003c\/p\u003e\n\u003cdiv class=\"hk-chef-creds\"\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🍱\u003c\/span\u003e Rotating menu\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🌏\u003c\/span\u003e Japanese, Korean, Chinese\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🥦\u003c\/span\u003e Day-fresh veg\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🍣\u003c\/span\u003e 24oz or more\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HIGHLIGHT --\u003e\n\u003cdiv class=\"hk-highlight\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eHigh Protein, Low Calorie\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eHigh protein for performance. Low calories for leanness.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\"\u003eEvery meal delivers 36 to 45g of protein to support your goals, whether you are building muscle or staying lean, and ranges from 360 to 620 calories. Bold Asian flavors that fit your macros, every single time.\u003c\/div\u003e\n\u003cdiv class=\"hk-macro-row\"\u003e\n\u003cspan class=\"hk-macro-badge\"\u003e36 to 45g protein\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003e360 to 620 cal\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003e24oz+ portion\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003eReady in 2 to 3 min\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY HER KITCHEN --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eWhy Her Kitchen\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eBuilt different. Because we cook different.\u003c\/div\u003e\n\u003cdiv class=\"hk-pillars\"\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🍱\u003c\/div\u003e\n\u003ch3\u003eExciting Asian flavors\u003c\/h3\u003e\n\u003cp\u003eA rotating menu of Japanese, Korean, Chinese, and Asian fusion dishes you never get bored of.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3\u003eProtein-packed meals\u003c\/h3\u003e\n\u003cp\u003e36 to 45g of protein per meal for faster recovery, lean muscle, and feeling fuller for longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eLow calories, big flavors\u003c\/h3\u003e\n\u003cp\u003eMeals range from 360 to 620 calories, so you never have to choose between healthy and delicious.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🥦\u003c\/div\u003e\n\u003ch3\u003eHigh-quality ingredients\u003c\/h3\u003e\n\u003cp\u003eDay-fresh vegetables, never frozen or canned. Every dish 24oz or more, filled to the brim.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"hk-section\" id=\"how-it-works\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eHow It Works\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003ePick. We cook. You enjoy.\u003c\/div\u003e\n\u003cdiv class=\"hk-divider\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e📋\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003ePick your meals\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003ePick your favorite Asian dishes from our weekly menu.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🔥\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eWe cook fresh\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eOur team takes 48 hours to make everything from scratch and cooks fresh on delivery day, bringing out those deep, complex Asian flavors.\u003c\/div\u003e\n\u003cspan class=\"hk-delivery-pill\"\u003eFrom scratch · 48 hr\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eWe deliver\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eStraight to your door every Sunday and Wednesday. Order by Friday 2 PM for Sunday delivery, or Monday 2 PM for Wednesday delivery.\u003c\/div\u003e\n\u003cspan class=\"hk-delivery-pill\"\u003eSundays \u0026amp; Wednesdays\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eYou enjoy\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eReady to enjoy in 2 to 3 minutes. No prep, no cleanup, just macro friendly, flavorful food, fast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WANT MORE THAN 5 MEALS --\u003e\n\u003cdiv class=\"hk-plans\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eMeal Plans\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eWant more than 5 meals?\u003c\/div\u003e\n\u003cdiv class=\"hk-plans-sub\"\u003ePick the plan that fits your week. The more meals you order, the more of the week you have handled.\u003c\/div\u003e\n\u003cdiv class=\"hk-plan-grid\"\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/6-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e6\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/7-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e7\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/10-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e10\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/15-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e15\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FRESH STANDARD --\u003e\n\u003cdiv class=\"hk-standard-card\"\u003e\n\u003cdiv class=\"hk-standard-icon\"\u003e🥬\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-standard-title\"\u003eFresh, Never Frozen\u003c\/div\u003e\n\u003cdiv class=\"hk-standard-body\"\u003eWe use day-fresh vegetables, never frozen or canned. Our team takes 48 hours to make everything from scratch and cooks fresh on delivery day, bringing out the deep, complex Asian flavors in every dish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEWS --\u003e\n\u003cdiv class=\"hk-section\" id=\"hk-reviews\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eReviews\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eDon't just take our word for it.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\"\u003eSee why people love Her Kitchen's Asian fusion meals.\u003c\/div\u003e\n\u003c!-- ============================================================\n     REVIEWS below are PLACEHOLDERS. Put a real review and name in\n     each card, or swap this block for your review app.\n     ============================================================ --\u003e\n\u003cdiv class=\"hk-reviews-grid\"\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GOT QUESTIONS --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eGot Questions?\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eWe're one message away.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\" style=\"margin-bottom:20px;\"\u003eNeed help choosing a plan or have a quick question? Reach out and a real person from the Her Kitchen team will get back to you.\u003c\/div\u003e\n\u003ca class=\"hk-btn-primary\" href=\"\/pages\/contact\" rel=\"noopener\" target=\"_blank\"\u003eGet in Touch →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER CTA --\u003e\n\u003cdiv class=\"hk-cta-footer\"\u003e\n\u003ch2\u003eBold Asian flavors,\u003cbr\u003eready in minutes.\u003c\/h2\u003e\n\u003cp\u003eHealthy, macro friendly Asian fusion meal prep delivered fresh across Wauwatosa every Sunday and Wednesday.\u003c\/p\u003e\n\u003ca class=\"hk-btn-primary\" href=\"#hk-top\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003cdiv class=\"hk-footer-note\"\u003eDelivered fresh across Wauwatosa, Wisconsin · Sundays and Wednesdays\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Her Kitchen","offers":[{"title":"Default Title","offer_id":48320458326261,"sku":null,"price":83.94,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0901\/7077\/files\/0copy.png?v=1782485666"},{"product_id":"7-meal-plan","title":"7 Meal Plan","description":"\u003c!-- ============================================================\n     HER KITCHEN 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\n     \u003e\u003e COLORS: edit the --hk- values in the .hk rule below.\n        --hk-bright is the brand accent, --hk-deep is the background. \u003c\u003c\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  .hk * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .hk {\n    \/* ===== BRAND COLORS: change these to re-theme the page ===== *\/\n    --hk-deep: #243F0E;        \/* deep green: hero \/ highlight \/ footer background *\/\n    --hk-bright: #98C922;      \/* brand lime green: buttons, accents, borders *\/\n    --hk-bright-soft: #C4E66A; \/* light lime: italics + labels on dark *\/\n    --hk-pale: #DCEFB0;        \/* pale lime text on dark *\/\n    --hk-ink: #1B2E0A;         \/* dark green text used on the lime buttons *\/\n    --hk-label: #5F8A14;       \/* small section labels on light backgrounds *\/\n    --hk-pill-bg: #EFF7DC;     \/* pale lime pill \/ chip background *\/\n    --hk-pill-border: #DBEBB8; \/* pill \/ chip border *\/\n    \/* =========================================================== *\/\n\n    font-family: 'DM Sans', sans-serif;\n    color: #1a1a1a;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 40px 20px 60px;\n  }\n\n  \/* HERO *\/\n  .hk-hero {\n    background: var(--hk-deep);\n    border-radius: 20px;\n    padding: 56px 44px 48px;\n    margin-bottom: 12px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hk-hero::before {\n    content: '';\n    position: absolute;\n    top: -50px; right: -50px;\n    width: 260px; height: 260px;\n    border-radius: 50%;\n    background: rgba(152,201,34,0.18);\n    pointer-events: none;\n  }\n\n  .hk-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -70px; left: -30px;\n    width: 320px; height: 320px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.03);\n    pointer-events: none;\n  }\n\n  .hk-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\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: 12px;\n    font-weight: 600;\n    color: var(--hk-pale);\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n  }\n\n  .hk-badge .dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: var(--hk-bright);\n    flex-shrink: 0;\n  }\n\n  .hk-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 50px;\n    font-weight: 900;\n    line-height: 1.08;\n    color: #ffffff;\n    margin-bottom: 16px;\n  }\n\n  .hk-hero h1 em { font-style: italic; color: var(--hk-bright-soft); }\n\n  .hk-hero-sub {\n    font-size: 17px;\n    color: rgba(255,255,255,0.78);\n    line-height: 1.65;\n    margin-bottom: 32px;\n    max-width: 540px;\n    font-weight: 300;\n  }\n\n  .hk-stars-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 32px;\n    flex-wrap: wrap;\n  }\n\n  .hk-stars { color: #F5C842; font-size: 18px; letter-spacing: 2px; }\n\n  .hk-stars-label { font-size: 14px; color: rgba(255,255,255,0.80); }\n\n  .hk-stars-link {\n    font-size: 14px;\n    color: #ffffff !important;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n    transition: opacity 0.2s;\n  }\n\n  .hk-stars-link:hover { opacity: 0.75; }\n\n  .hk-cta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }\n\n  .hk-btn-primary {\n    display: inline-block;\n    background: var(--hk-bright);\n    color: var(--hk-ink) !important;\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: 700;\n    cursor: pointer;\n    text-decoration: none;\n    letter-spacing: 0.01em;\n    box-shadow: 0 2px 14px rgba(152,201,34,0.30);\n    transition: background 0.2s, transform 0.15s;\n  }\n\n  .hk-btn-primary:hover { background: #88B41E; transform: translateY(-1px); }\n\n  .hk-btn-ghost {\n    display: inline-block;\n    background: transparent;\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,0.32);\n    border-radius: 10px;\n    padding: 16px 26px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    cursor: pointer;\n    text-decoration: none;\n    transition: border-color 0.2s, color 0.2s;\n  }\n\n  .hk-btn-ghost:hover { border-color: rgba(255,255,255,0.6); color: #fff !important; }\n\n  \/* TRUST STRIP *\/\n  .hk-trust {\n    background: #F6EFE9;\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  .hk-trust-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 4px;\n    min-width: 100px;\n  }\n\n  .hk-trust-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--hk-deep);\n    line-height: 1;\n  }\n\n  .hk-trust-label {\n    font-size: 11px;\n    color: #6A5F63;\n    text-align: center;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  \/* SECTIONS *\/\n  .hk-section { margin: 36px 0; }\n\n  .hk-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--hk-label);\n    margin-bottom: 8px;\n  }\n\n  .hk-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 32px;\n    font-weight: 700;\n    line-height: 1.18;\n    color: #1a1a1a;\n    margin-bottom: 12px;\n  }\n\n  .hk-section-body {\n    font-size: 16px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    font-weight: 300;\n  }\n\n  \/* STORY CARD *\/\n  .hk-story-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .hk-story-card.has-photo {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 28px;\n    align-items: flex-start;\n  }\n\n  .hk-story-photo { flex: 0 0 230px; max-width: 100%; }\n\n  .hk-story-photo img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n    border-radius: 12px;\n    display: block;\n  }\n\n  .hk-photo-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    border-radius: 12px;\n    background: linear-gradient(150deg, var(--hk-bright) 0%, var(--hk-deep) 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: rgba(255,255,255,0.95);\n    font-family: 'Playfair Display', serif;\n    font-size: 48px;\n    font-weight: 900;\n  }\n\n  .hk-story-text { flex: 1 1 300px; min-width: 0; }\n\n  .hk-story-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #444;\n    font-weight: 300;\n  }\n\n  .hk-story-card p + p { margin-top: 14px; }\n\n  .hk-story-sig {\n    margin-top: 20px;\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 15px;\n    color: #877;\n  }\n\n  \/* FOOD \/ VALUE CARD *\/\n  .hk-chef-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .hk-chef-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #444;\n    font-weight: 300;\n  }\n\n  .hk-chef-card p + p { margin-top: 14px; }\n\n  .hk-chef-creds {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 24px;\n    padding-top: 22px;\n    border-top: 1px solid #ECE4DD;\n  }\n\n  .hk-chef-cred {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--hk-pill-bg);\n    border: 1px solid var(--hk-pill-border);\n    border-radius: 100px;\n    padding: 8px 16px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hk-deep);\n  }\n\n  .hk-chef-cred .ico { font-size: 15px; line-height: 1; }\n\n  \/* HIGHLIGHT (DARK) CARD *\/\n  .hk-highlight {\n    background: var(--hk-deep);\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n  }\n\n  .hk-highlight .hk-section-label { color: var(--hk-bright-soft); }\n\n  .hk-highlight .hk-section-title { color: #ffffff; font-size: 28px; }\n\n  .hk-highlight .hk-section-body { color: rgba(255,255,255,0.78); margin-top: 10px; }\n\n  .hk-macro-row { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }\n\n  .hk-macro-badge {\n    background: rgba(255,255,255,0.10);\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 100px;\n    padding: 7px 16px;\n    font-size: 13px;\n    color: var(--hk-pale);\n    font-weight: 500;\n  }\n\n  \/* PILLARS GRID *\/\n  .hk-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    .hk-pillars { grid-template-columns: 1fr; }\n    .hk-hero { padding: 36px 24px 32px; }\n    .hk-hero h1 { font-size: 35px; }\n    .hk-story-photo { flex-basis: 100%; width: 100%; max-width: 300px; margin: 0 auto; }\n    .hk-reviews-grid { grid-template-columns: 1fr; }\n  }\n\n  .hk-pillar {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 14px;\n    padding: 24px;\n  }\n\n  .hk-pillar-icon {\n    width: 40px; height: 40px;\n    border-radius: 10px;\n    background: var(--hk-deep);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 12px;\n    font-size: 20px;\n  }\n\n  .hk-pillar h3 {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 7px;\n    color: #1a1a1a;\n  }\n\n  .hk-pillar p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: #555;\n    font-weight: 300;\n  }\n\n  \/* STEP ROWS *\/\n  .hk-divider { height: 1px; background: #ECE4DD; margin: 20px 0; }\n\n  .hk-delivery-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    padding: 22px 0;\n    border-bottom: 1px solid #ECE4DD;\n  }\n\n  .hk-delivery-row:last-child { border-bottom: none; }\n\n  .hk-delivery-icon {\n    width: 44px; height: 44px;\n    border-radius: 12px;\n    background: var(--hk-pill-bg);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 22px;\n    flex-shrink: 0;\n  }\n\n  .hk-delivery-title {\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 5px;\n    color: #1a1a1a;\n  }\n\n  .hk-delivery-desc {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n    font-weight: 300;\n  }\n\n  .hk-delivery-pill {\n    display: inline-block;\n    background: var(--hk-pill-bg);\n    color: var(--hk-deep);\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  \/* MEAL PLAN OPTIONS *\/\n  .hk-plans {\n    background: #F6EFE9;\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n    text-align: center;\n  }\n\n  .hk-plans-sub {\n    font-size: 15px;\n    color: #5a5a5a;\n    font-weight: 300;\n    max-width: 460px;\n    margin: 0 auto 24px;\n    line-height: 1.6;\n  }\n\n  .hk-plan-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n  }\n\n  .hk-plan-btn {\n    display: inline-flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 3px;\n    min-width: 108px;\n    background: #fff;\n    border: 2px solid var(--hk-bright);\n    border-radius: 12px;\n    padding: 16px 20px;\n    text-decoration: none;\n    color: var(--hk-deep);\n    transition: background 0.2s, color 0.2s, transform 0.15s;\n  }\n\n  .hk-plan-btn:hover {\n    background: var(--hk-bright);\n    color: var(--hk-ink);\n    transform: translateY(-2px);\n  }\n\n  .hk-plan-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 30px;\n    font-weight: 900;\n    line-height: 1;\n    color: inherit;\n  }\n\n  .hk-plan-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: #7E8C5E;\n  }\n\n  .hk-plan-btn:hover .hk-plan-label { color: var(--hk-ink); }\n\n  \/* REVIEWS *\/\n  .hk-reviews-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .hk-review-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 14px;\n    padding: 22px;\n  }\n\n  .hk-review-stars {\n    color: #F5C842;\n    font-size: 15px;\n    letter-spacing: 2px;\n    margin-bottom: 10px;\n  }\n\n  .hk-review-text {\n    font-size: 14px;\n    line-height: 1.7;\n    color: #444;\n    font-weight: 300;\n    font-style: italic;\n  }\n\n  .hk-review-name {\n    margin-top: 12px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hk-deep);\n  }\n\n  \/* STANDARD CARD *\/\n  .hk-standard-card {\n    border: 2px solid var(--hk-bright);\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  .hk-standard-icon { font-size: 36px; flex-shrink: 0; line-height: 1; }\n\n  .hk-standard-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 8px;\n    color: #1a1a1a;\n  }\n\n  .hk-standard-body {\n    font-size: 15px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    font-weight: 300;\n  }\n\n  \/* FOOTER CTA *\/\n  .hk-cta-footer {\n    background: var(--hk-deep);\n    border-radius: 20px;\n    padding: 52px 44px;\n    text-align: center;\n    margin-top: 24px;\n  }\n\n  .hk-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  .hk-cta-footer p {\n    font-size: 16px;\n    color: rgba(255,255,255,0.76);\n    margin-bottom: 28px;\n    font-weight: 300;\n    max-width: 460px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .hk-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=\"hk\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hk-hero\" id=\"hk-top\"\u003e\n\u003cdiv class=\"hk-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Asian Fusion Meal Prep · Across Wauwatosa\u003c\/div\u003e\n\u003ch1\u003eBold Flavors. Macro-Friendly. \u003cem\u003eReady in Minutes.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hk-hero-sub\"\u003eHealthy Asian fusion meal prep, available across Wauwatosa. Perfect for busy professionals, families, and athletes who want quick meals without sacrificing flavor or nutrition.\u003c\/p\u003e\n\u003cdiv class=\"hk-stars-row\"\u003e\n\u003cspan class=\"hk-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"hk-stars-label\"\u003eLoved by busy Wauwatosa locals\u003c\/span\u003e \u003ca class=\"hk-stars-link\" href=\"#hk-reviews\" rel=\"noopener\" style=\"color:#ffffff !important;\"\u003esee why people love Her Kitchen →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-cta-row\"\u003e\n\u003ca class=\"hk-btn-primary\" href=\"\/collections\/all\" rel=\"noopener\" target=\"_blank\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003ca class=\"hk-btn-ghost\" href=\"#how-it-works\" rel=\"noopener\" style=\"color:#ffffff !important;\"\u003eHow it works\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST STRIP --\u003e\n\u003cdiv class=\"hk-trust\"\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e45g\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eProtein Per Meal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e24oz+\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eBig Portions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e620\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eMax Calories\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003eFresh\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eNever Frozen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OUR STORY --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eOur Story\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eHealthy food that\u003cbr\u003enever tastes boring.\u003c\/div\u003e\n\u003cdiv class=\"hk-story-card has-photo\"\u003e\n\u003c!-- ============================================================\n     STORY IMAGE: to add one in Shopify: Settings \u003e Files \u003e Upload,\n     copy its URL, then swap the placeholder div for:\n     \u003cimg src=\"YOUR_IMAGE_URL\" alt=\"Her Kitchen\"\u003e\n     ============================================================ --\u003e\n\u003cdiv class=\"hk-story-photo\"\u003e\n\u003cdiv class=\"hk-photo-placeholder\"\u003eHK\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-story-text\"\u003e\n\u003cp\u003eHer Kitchen started with a love of bold Asian flavors and one simple frustration: eating healthy usually meant eating boring. We knew it could be so much better.\u003c\/p\u003e\n\u003cp\u003eSo we built a rotating menu of Japanese, Korean, and Chinese inspired dishes, each one macro friendly, made fresh, and delivered across Wauwatosa. Restaurant quality flavor, ready in minutes, with no cooking required.\u003c\/p\u003e\n\u003cdiv class=\"hk-story-sig\"\u003eThe Her Kitchen team\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- THE FOOD --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eThe Food\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eExciting Asian flavors,\u003cbr\u003eon rotation.\u003c\/div\u003e\n\u003cdiv class=\"hk-chef-card\"\u003e\n\u003cp\u003eA rotating menu of Japanese, Korean, Chinese, and Asian fusion dishes, from Japanese Teriyaki Chicken with Jasmine Rice to Chinese Braised Ginger Chicken. Restaurant quality flavor without the wait.\u003c\/p\u003e\n\u003cp\u003eHealthy meals start with quality ingredients. We use day-fresh vegetables, never frozen or canned, and every dish is 24oz or more, filled to the brim with premium ingredients.\u003c\/p\u003e\n\u003cdiv class=\"hk-chef-creds\"\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🍱\u003c\/span\u003e Rotating menu\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🌏\u003c\/span\u003e Japanese, Korean, Chinese\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🥦\u003c\/span\u003e Day-fresh veg\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🍣\u003c\/span\u003e 24oz or more\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HIGHLIGHT --\u003e\n\u003cdiv class=\"hk-highlight\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eHigh Protein, Low Calorie\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eHigh protein for performance. Low calories for leanness.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\"\u003eEvery meal delivers 36 to 45g of protein to support your goals, whether you are building muscle or staying lean, and ranges from 360 to 620 calories. Bold Asian flavors that fit your macros, every single time.\u003c\/div\u003e\n\u003cdiv class=\"hk-macro-row\"\u003e\n\u003cspan class=\"hk-macro-badge\"\u003e36 to 45g protein\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003e360 to 620 cal\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003e24oz+ portion\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003eReady in 2 to 3 min\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY HER KITCHEN --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eWhy Her Kitchen\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eBuilt different. Because we cook different.\u003c\/div\u003e\n\u003cdiv class=\"hk-pillars\"\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🍱\u003c\/div\u003e\n\u003ch3\u003eExciting Asian flavors\u003c\/h3\u003e\n\u003cp\u003eA rotating menu of Japanese, Korean, Chinese, and Asian fusion dishes you never get bored of.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3\u003eProtein-packed meals\u003c\/h3\u003e\n\u003cp\u003e36 to 45g of protein per meal for faster recovery, lean muscle, and feeling fuller for longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eLow calories, big flavors\u003c\/h3\u003e\n\u003cp\u003eMeals range from 360 to 620 calories, so you never have to choose between healthy and delicious.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🥦\u003c\/div\u003e\n\u003ch3\u003eHigh-quality ingredients\u003c\/h3\u003e\n\u003cp\u003eDay-fresh vegetables, never frozen or canned. Every dish 24oz or more, filled to the brim.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"hk-section\" id=\"how-it-works\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eHow It Works\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003ePick. We cook. You enjoy.\u003c\/div\u003e\n\u003cdiv class=\"hk-divider\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e📋\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003ePick your meals\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003ePick your favorite Asian dishes from our weekly menu.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🔥\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eWe cook fresh\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eOur team takes 48 hours to make everything from scratch and cooks fresh on delivery day, bringing out those deep, complex Asian flavors.\u003c\/div\u003e\n\u003cspan class=\"hk-delivery-pill\"\u003eFrom scratch · 48 hr\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eWe deliver\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eStraight to your door every Sunday and Wednesday. Order by Friday 2 PM for Sunday delivery, or Monday 2 PM for Wednesday delivery.\u003c\/div\u003e\n\u003cspan class=\"hk-delivery-pill\"\u003eSundays \u0026amp; Wednesdays\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eYou enjoy\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eReady to enjoy in 2 to 3 minutes. No prep, no cleanup, just macro friendly, flavorful food, fast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WANT MORE THAN 5 MEALS --\u003e\n\u003cdiv class=\"hk-plans\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eMeal Plans\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eWant more than 5 meals?\u003c\/div\u003e\n\u003cdiv class=\"hk-plans-sub\"\u003ePick the plan that fits your week. The more meals you order, the more of the week you have handled.\u003c\/div\u003e\n\u003cdiv class=\"hk-plan-grid\"\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/6-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e6\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/7-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e7\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/10-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e10\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/15-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e15\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FRESH STANDARD --\u003e\n\u003cdiv class=\"hk-standard-card\"\u003e\n\u003cdiv class=\"hk-standard-icon\"\u003e🥬\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-standard-title\"\u003eFresh, Never Frozen\u003c\/div\u003e\n\u003cdiv class=\"hk-standard-body\"\u003eWe use day-fresh vegetables, never frozen or canned. Our team takes 48 hours to make everything from scratch and cooks fresh on delivery day, bringing out the deep, complex Asian flavors in every dish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEWS --\u003e\n\u003cdiv class=\"hk-section\" id=\"hk-reviews\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eReviews\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eDon't just take our word for it.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\"\u003eSee why people love Her Kitchen's Asian fusion meals.\u003c\/div\u003e\n\u003c!-- ============================================================\n     REVIEWS below are PLACEHOLDERS. Put a real review and name in\n     each card, or swap this block for your review app.\n     ============================================================ --\u003e\n\u003cdiv class=\"hk-reviews-grid\"\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GOT QUESTIONS --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eGot Questions?\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eWe're one message away.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\" style=\"margin-bottom:20px;\"\u003eNeed help choosing a plan or have a quick question? Reach out and a real person from the Her Kitchen team will get back to you.\u003c\/div\u003e\n\u003ca class=\"hk-btn-primary\" href=\"\/pages\/contact\" rel=\"noopener\" target=\"_blank\"\u003eGet in Touch →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER CTA --\u003e\n\u003cdiv class=\"hk-cta-footer\"\u003e\n\u003ch2\u003eBold Asian flavors,\u003cbr\u003eready in minutes.\u003c\/h2\u003e\n\u003cp\u003eHealthy, macro friendly Asian fusion meal prep delivered fresh across Wauwatosa every Sunday and Wednesday.\u003c\/p\u003e\n\u003ca class=\"hk-btn-primary\" href=\"#hk-top\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003cdiv class=\"hk-footer-note\"\u003eDelivered fresh across Wauwatosa, Wisconsin · Sundays and Wednesdays\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Her Kitchen","offers":[{"title":"Default Title","offer_id":48320460554485,"sku":null,"price":97.93,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0901\/7077\/files\/0copy_53e5cd25-2627-4302-92f4-8b1e90a2f398.png?v=1782485704"},{"product_id":"10-meal-plan","title":"10 Meal Plan","description":"\u003c!-- ============================================================\n     HER KITCHEN 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\n     \u003e\u003e COLORS: edit the --hk- values in the .hk rule below.\n        --hk-bright is the brand accent, --hk-deep is the background. \u003c\u003c\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  .hk * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .hk {\n    \/* ===== BRAND COLORS: change these to re-theme the page ===== *\/\n    --hk-deep: #243F0E;        \/* deep green: hero \/ highlight \/ footer background *\/\n    --hk-bright: #98C922;      \/* brand lime green: buttons, accents, borders *\/\n    --hk-bright-soft: #C4E66A; \/* light lime: italics + labels on dark *\/\n    --hk-pale: #DCEFB0;        \/* pale lime text on dark *\/\n    --hk-ink: #1B2E0A;         \/* dark green text used on the lime buttons *\/\n    --hk-label: #5F8A14;       \/* small section labels on light backgrounds *\/\n    --hk-pill-bg: #EFF7DC;     \/* pale lime pill \/ chip background *\/\n    --hk-pill-border: #DBEBB8; \/* pill \/ chip border *\/\n    \/* =========================================================== *\/\n\n    font-family: 'DM Sans', sans-serif;\n    color: #1a1a1a;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 40px 20px 60px;\n  }\n\n  \/* HERO *\/\n  .hk-hero {\n    background: var(--hk-deep);\n    border-radius: 20px;\n    padding: 56px 44px 48px;\n    margin-bottom: 12px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hk-hero::before {\n    content: '';\n    position: absolute;\n    top: -50px; right: -50px;\n    width: 260px; height: 260px;\n    border-radius: 50%;\n    background: rgba(152,201,34,0.18);\n    pointer-events: none;\n  }\n\n  .hk-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -70px; left: -30px;\n    width: 320px; height: 320px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.03);\n    pointer-events: none;\n  }\n\n  .hk-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\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: 12px;\n    font-weight: 600;\n    color: var(--hk-pale);\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n  }\n\n  .hk-badge .dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: var(--hk-bright);\n    flex-shrink: 0;\n  }\n\n  .hk-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 50px;\n    font-weight: 900;\n    line-height: 1.08;\n    color: #ffffff;\n    margin-bottom: 16px;\n  }\n\n  .hk-hero h1 em { font-style: italic; color: var(--hk-bright-soft); }\n\n  .hk-hero-sub {\n    font-size: 17px;\n    color: rgba(255,255,255,0.78);\n    line-height: 1.65;\n    margin-bottom: 32px;\n    max-width: 540px;\n    font-weight: 300;\n  }\n\n  .hk-stars-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 32px;\n    flex-wrap: wrap;\n  }\n\n  .hk-stars { color: #F5C842; font-size: 18px; letter-spacing: 2px; }\n\n  .hk-stars-label { font-size: 14px; color: rgba(255,255,255,0.80); }\n\n  .hk-stars-link {\n    font-size: 14px;\n    color: #ffffff !important;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n    transition: opacity 0.2s;\n  }\n\n  .hk-stars-link:hover { opacity: 0.75; }\n\n  .hk-cta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }\n\n  .hk-btn-primary {\n    display: inline-block;\n    background: var(--hk-bright);\n    color: var(--hk-ink) !important;\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: 700;\n    cursor: pointer;\n    text-decoration: none;\n    letter-spacing: 0.01em;\n    box-shadow: 0 2px 14px rgba(152,201,34,0.30);\n    transition: background 0.2s, transform 0.15s;\n  }\n\n  .hk-btn-primary:hover { background: #88B41E; transform: translateY(-1px); }\n\n  .hk-btn-ghost {\n    display: inline-block;\n    background: transparent;\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,0.32);\n    border-radius: 10px;\n    padding: 16px 26px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    cursor: pointer;\n    text-decoration: none;\n    transition: border-color 0.2s, color 0.2s;\n  }\n\n  .hk-btn-ghost:hover { border-color: rgba(255,255,255,0.6); color: #fff !important; }\n\n  \/* TRUST STRIP *\/\n  .hk-trust {\n    background: #F6EFE9;\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  .hk-trust-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 4px;\n    min-width: 100px;\n  }\n\n  .hk-trust-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--hk-deep);\n    line-height: 1;\n  }\n\n  .hk-trust-label {\n    font-size: 11px;\n    color: #6A5F63;\n    text-align: center;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  \/* SECTIONS *\/\n  .hk-section { margin: 36px 0; }\n\n  .hk-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--hk-label);\n    margin-bottom: 8px;\n  }\n\n  .hk-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 32px;\n    font-weight: 700;\n    line-height: 1.18;\n    color: #1a1a1a;\n    margin-bottom: 12px;\n  }\n\n  .hk-section-body {\n    font-size: 16px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    font-weight: 300;\n  }\n\n  \/* STORY CARD *\/\n  .hk-story-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .hk-story-card.has-photo {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 28px;\n    align-items: flex-start;\n  }\n\n  .hk-story-photo { flex: 0 0 230px; max-width: 100%; }\n\n  .hk-story-photo img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n    border-radius: 12px;\n    display: block;\n  }\n\n  .hk-photo-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    border-radius: 12px;\n    background: linear-gradient(150deg, var(--hk-bright) 0%, var(--hk-deep) 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: rgba(255,255,255,0.95);\n    font-family: 'Playfair Display', serif;\n    font-size: 48px;\n    font-weight: 900;\n  }\n\n  .hk-story-text { flex: 1 1 300px; min-width: 0; }\n\n  .hk-story-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #444;\n    font-weight: 300;\n  }\n\n  .hk-story-card p + p { margin-top: 14px; }\n\n  .hk-story-sig {\n    margin-top: 20px;\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 15px;\n    color: #877;\n  }\n\n  \/* FOOD \/ VALUE CARD *\/\n  .hk-chef-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .hk-chef-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #444;\n    font-weight: 300;\n  }\n\n  .hk-chef-card p + p { margin-top: 14px; }\n\n  .hk-chef-creds {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 24px;\n    padding-top: 22px;\n    border-top: 1px solid #ECE4DD;\n  }\n\n  .hk-chef-cred {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--hk-pill-bg);\n    border: 1px solid var(--hk-pill-border);\n    border-radius: 100px;\n    padding: 8px 16px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hk-deep);\n  }\n\n  .hk-chef-cred .ico { font-size: 15px; line-height: 1; }\n\n  \/* HIGHLIGHT (DARK) CARD *\/\n  .hk-highlight {\n    background: var(--hk-deep);\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n  }\n\n  .hk-highlight .hk-section-label { color: var(--hk-bright-soft); }\n\n  .hk-highlight .hk-section-title { color: #ffffff; font-size: 28px; }\n\n  .hk-highlight .hk-section-body { color: rgba(255,255,255,0.78); margin-top: 10px; }\n\n  .hk-macro-row { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }\n\n  .hk-macro-badge {\n    background: rgba(255,255,255,0.10);\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 100px;\n    padding: 7px 16px;\n    font-size: 13px;\n    color: var(--hk-pale);\n    font-weight: 500;\n  }\n\n  \/* PILLARS GRID *\/\n  .hk-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    .hk-pillars { grid-template-columns: 1fr; }\n    .hk-hero { padding: 36px 24px 32px; }\n    .hk-hero h1 { font-size: 35px; }\n    .hk-story-photo { flex-basis: 100%; width: 100%; max-width: 300px; margin: 0 auto; }\n    .hk-reviews-grid { grid-template-columns: 1fr; }\n  }\n\n  .hk-pillar {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 14px;\n    padding: 24px;\n  }\n\n  .hk-pillar-icon {\n    width: 40px; height: 40px;\n    border-radius: 10px;\n    background: var(--hk-deep);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 12px;\n    font-size: 20px;\n  }\n\n  .hk-pillar h3 {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 7px;\n    color: #1a1a1a;\n  }\n\n  .hk-pillar p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: #555;\n    font-weight: 300;\n  }\n\n  \/* STEP ROWS *\/\n  .hk-divider { height: 1px; background: #ECE4DD; margin: 20px 0; }\n\n  .hk-delivery-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    padding: 22px 0;\n    border-bottom: 1px solid #ECE4DD;\n  }\n\n  .hk-delivery-row:last-child { border-bottom: none; }\n\n  .hk-delivery-icon {\n    width: 44px; height: 44px;\n    border-radius: 12px;\n    background: var(--hk-pill-bg);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 22px;\n    flex-shrink: 0;\n  }\n\n  .hk-delivery-title {\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 5px;\n    color: #1a1a1a;\n  }\n\n  .hk-delivery-desc {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n    font-weight: 300;\n  }\n\n  .hk-delivery-pill {\n    display: inline-block;\n    background: var(--hk-pill-bg);\n    color: var(--hk-deep);\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  \/* MEAL PLAN OPTIONS *\/\n  .hk-plans {\n    background: #F6EFE9;\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n    text-align: center;\n  }\n\n  .hk-plans-sub {\n    font-size: 15px;\n    color: #5a5a5a;\n    font-weight: 300;\n    max-width: 460px;\n    margin: 0 auto 24px;\n    line-height: 1.6;\n  }\n\n  .hk-plan-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n  }\n\n  .hk-plan-btn {\n    display: inline-flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 3px;\n    min-width: 108px;\n    background: #fff;\n    border: 2px solid var(--hk-bright);\n    border-radius: 12px;\n    padding: 16px 20px;\n    text-decoration: none;\n    color: var(--hk-deep);\n    transition: background 0.2s, color 0.2s, transform 0.15s;\n  }\n\n  .hk-plan-btn:hover {\n    background: var(--hk-bright);\n    color: var(--hk-ink);\n    transform: translateY(-2px);\n  }\n\n  .hk-plan-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 30px;\n    font-weight: 900;\n    line-height: 1;\n    color: inherit;\n  }\n\n  .hk-plan-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: #7E8C5E;\n  }\n\n  .hk-plan-btn:hover .hk-plan-label { color: var(--hk-ink); }\n\n  \/* REVIEWS *\/\n  .hk-reviews-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .hk-review-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 14px;\n    padding: 22px;\n  }\n\n  .hk-review-stars {\n    color: #F5C842;\n    font-size: 15px;\n    letter-spacing: 2px;\n    margin-bottom: 10px;\n  }\n\n  .hk-review-text {\n    font-size: 14px;\n    line-height: 1.7;\n    color: #444;\n    font-weight: 300;\n    font-style: italic;\n  }\n\n  .hk-review-name {\n    margin-top: 12px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hk-deep);\n  }\n\n  \/* STANDARD CARD *\/\n  .hk-standard-card {\n    border: 2px solid var(--hk-bright);\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  .hk-standard-icon { font-size: 36px; flex-shrink: 0; line-height: 1; }\n\n  .hk-standard-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 8px;\n    color: #1a1a1a;\n  }\n\n  .hk-standard-body {\n    font-size: 15px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    font-weight: 300;\n  }\n\n  \/* FOOTER CTA *\/\n  .hk-cta-footer {\n    background: var(--hk-deep);\n    border-radius: 20px;\n    padding: 52px 44px;\n    text-align: center;\n    margin-top: 24px;\n  }\n\n  .hk-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  .hk-cta-footer p {\n    font-size: 16px;\n    color: rgba(255,255,255,0.76);\n    margin-bottom: 28px;\n    font-weight: 300;\n    max-width: 460px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .hk-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=\"hk\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hk-hero\" id=\"hk-top\"\u003e\n\u003cdiv class=\"hk-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Asian Fusion Meal Prep · Across Wauwatosa\u003c\/div\u003e\n\u003ch1\u003eBold Flavors. Macro-Friendly. \u003cem\u003eReady in Minutes.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hk-hero-sub\"\u003eHealthy Asian fusion meal prep, available across Wauwatosa. Perfect for busy professionals, families, and athletes who want quick meals without sacrificing flavor or nutrition.\u003c\/p\u003e\n\u003cdiv class=\"hk-stars-row\"\u003e\n\u003cspan class=\"hk-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"hk-stars-label\"\u003eLoved by busy Wauwatosa locals\u003c\/span\u003e \u003ca class=\"hk-stars-link\" href=\"#hk-reviews\" rel=\"noopener\" style=\"color:#ffffff !important;\"\u003esee why people love Her Kitchen →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-cta-row\"\u003e\n\u003ca class=\"hk-btn-primary\" href=\"\/collections\/all\" rel=\"noopener\" target=\"_blank\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003ca class=\"hk-btn-ghost\" href=\"#how-it-works\" rel=\"noopener\" style=\"color:#ffffff !important;\"\u003eHow it works\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST STRIP --\u003e\n\u003cdiv class=\"hk-trust\"\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e45g\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eProtein Per Meal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e24oz+\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eBig Portions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e620\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eMax Calories\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003eFresh\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eNever Frozen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OUR STORY --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eOur Story\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eHealthy food that\u003cbr\u003enever tastes boring.\u003c\/div\u003e\n\u003cdiv class=\"hk-story-card has-photo\"\u003e\n\u003c!-- ============================================================\n     STORY IMAGE: to add one in Shopify: Settings \u003e Files \u003e Upload,\n     copy its URL, then swap the placeholder div for:\n     \u003cimg src=\"YOUR_IMAGE_URL\" alt=\"Her Kitchen\"\u003e\n     ============================================================ --\u003e\n\u003cdiv class=\"hk-story-photo\"\u003e\n\u003cdiv class=\"hk-photo-placeholder\"\u003eHK\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-story-text\"\u003e\n\u003cp\u003eHer Kitchen started with a love of bold Asian flavors and one simple frustration: eating healthy usually meant eating boring. We knew it could be so much better.\u003c\/p\u003e\n\u003cp\u003eSo we built a rotating menu of Japanese, Korean, and Chinese inspired dishes, each one macro friendly, made fresh, and delivered across Wauwatosa. Restaurant quality flavor, ready in minutes, with no cooking required.\u003c\/p\u003e\n\u003cdiv class=\"hk-story-sig\"\u003eThe Her Kitchen team\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- THE FOOD --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eThe Food\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eExciting Asian flavors,\u003cbr\u003eon rotation.\u003c\/div\u003e\n\u003cdiv class=\"hk-chef-card\"\u003e\n\u003cp\u003eA rotating menu of Japanese, Korean, Chinese, and Asian fusion dishes, from Japanese Teriyaki Chicken with Jasmine Rice to Chinese Braised Ginger Chicken. Restaurant quality flavor without the wait.\u003c\/p\u003e\n\u003cp\u003eHealthy meals start with quality ingredients. We use day-fresh vegetables, never frozen or canned, and every dish is 24oz or more, filled to the brim with premium ingredients.\u003c\/p\u003e\n\u003cdiv class=\"hk-chef-creds\"\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🍱\u003c\/span\u003e Rotating menu\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🌏\u003c\/span\u003e Japanese, Korean, Chinese\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🥦\u003c\/span\u003e Day-fresh veg\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🍣\u003c\/span\u003e 24oz or more\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HIGHLIGHT --\u003e\n\u003cdiv class=\"hk-highlight\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eHigh Protein, Low Calorie\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eHigh protein for performance. Low calories for leanness.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\"\u003eEvery meal delivers 36 to 45g of protein to support your goals, whether you are building muscle or staying lean, and ranges from 360 to 620 calories. Bold Asian flavors that fit your macros, every single time.\u003c\/div\u003e\n\u003cdiv class=\"hk-macro-row\"\u003e\n\u003cspan class=\"hk-macro-badge\"\u003e36 to 45g protein\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003e360 to 620 cal\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003e24oz+ portion\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003eReady in 2 to 3 min\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY HER KITCHEN --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eWhy Her Kitchen\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eBuilt different. Because we cook different.\u003c\/div\u003e\n\u003cdiv class=\"hk-pillars\"\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🍱\u003c\/div\u003e\n\u003ch3\u003eExciting Asian flavors\u003c\/h3\u003e\n\u003cp\u003eA rotating menu of Japanese, Korean, Chinese, and Asian fusion dishes you never get bored of.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3\u003eProtein-packed meals\u003c\/h3\u003e\n\u003cp\u003e36 to 45g of protein per meal for faster recovery, lean muscle, and feeling fuller for longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eLow calories, big flavors\u003c\/h3\u003e\n\u003cp\u003eMeals range from 360 to 620 calories, so you never have to choose between healthy and delicious.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🥦\u003c\/div\u003e\n\u003ch3\u003eHigh-quality ingredients\u003c\/h3\u003e\n\u003cp\u003eDay-fresh vegetables, never frozen or canned. Every dish 24oz or more, filled to the brim.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"hk-section\" id=\"how-it-works\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eHow It Works\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003ePick. We cook. You enjoy.\u003c\/div\u003e\n\u003cdiv class=\"hk-divider\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e📋\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003ePick your meals\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003ePick your favorite Asian dishes from our weekly menu.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🔥\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eWe cook fresh\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eOur team takes 48 hours to make everything from scratch and cooks fresh on delivery day, bringing out those deep, complex Asian flavors.\u003c\/div\u003e\n\u003cspan class=\"hk-delivery-pill\"\u003eFrom scratch · 48 hr\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eWe deliver\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eStraight to your door every Sunday and Wednesday. Order by Friday 2 PM for Sunday delivery, or Monday 2 PM for Wednesday delivery.\u003c\/div\u003e\n\u003cspan class=\"hk-delivery-pill\"\u003eSundays \u0026amp; Wednesdays\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eYou enjoy\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eReady to enjoy in 2 to 3 minutes. No prep, no cleanup, just macro friendly, flavorful food, fast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WANT MORE THAN 5 MEALS --\u003e\n\u003cdiv class=\"hk-plans\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eMeal Plans\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eWant more than 5 meals?\u003c\/div\u003e\n\u003cdiv class=\"hk-plans-sub\"\u003ePick the plan that fits your week. The more meals you order, the more of the week you have handled.\u003c\/div\u003e\n\u003cdiv class=\"hk-plan-grid\"\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/6-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e6\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/7-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e7\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/10-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e10\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/15-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e15\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FRESH STANDARD --\u003e\n\u003cdiv class=\"hk-standard-card\"\u003e\n\u003cdiv class=\"hk-standard-icon\"\u003e🥬\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-standard-title\"\u003eFresh, Never Frozen\u003c\/div\u003e\n\u003cdiv class=\"hk-standard-body\"\u003eWe use day-fresh vegetables, never frozen or canned. Our team takes 48 hours to make everything from scratch and cooks fresh on delivery day, bringing out the deep, complex Asian flavors in every dish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEWS --\u003e\n\u003cdiv class=\"hk-section\" id=\"hk-reviews\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eReviews\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eDon't just take our word for it.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\"\u003eSee why people love Her Kitchen's Asian fusion meals.\u003c\/div\u003e\n\u003c!-- ============================================================\n     REVIEWS below are PLACEHOLDERS. Put a real review and name in\n     each card, or swap this block for your review app.\n     ============================================================ --\u003e\n\u003cdiv class=\"hk-reviews-grid\"\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GOT QUESTIONS --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eGot Questions?\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eWe're one message away.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\" style=\"margin-bottom:20px;\"\u003eNeed help choosing a plan or have a quick question? Reach out and a real person from the Her Kitchen team will get back to you.\u003c\/div\u003e\n\u003ca class=\"hk-btn-primary\" href=\"\/pages\/contact\" rel=\"noopener\" target=\"_blank\"\u003eGet in Touch →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER CTA --\u003e\n\u003cdiv class=\"hk-cta-footer\"\u003e\n\u003ch2\u003eBold Asian flavors,\u003cbr\u003eready in minutes.\u003c\/h2\u003e\n\u003cp\u003eHealthy, macro friendly Asian fusion meal prep delivered fresh across Wauwatosa every Sunday and Wednesday.\u003c\/p\u003e\n\u003ca class=\"hk-btn-primary\" href=\"#hk-top\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003cdiv class=\"hk-footer-note\"\u003eDelivered fresh across Wauwatosa, Wisconsin · Sundays and Wednesdays\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Her Kitchen","offers":[{"title":"Default Title","offer_id":48320462422261,"sku":null,"price":139.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0901\/7077\/files\/0copy_7a389fc0-8986-46a8-85c6-50077b5774f8.png?v=1782485707"},{"product_id":"15-meal-plan","title":"15 Meal Plan","description":"\u003c!-- ============================================================\n     HER KITCHEN 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\n     \u003e\u003e COLORS: edit the --hk- values in the .hk rule below.\n        --hk-bright is the brand accent, --hk-deep is the background. \u003c\u003c\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  .hk * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .hk {\n    \/* ===== BRAND COLORS: change these to re-theme the page ===== *\/\n    --hk-deep: #243F0E;        \/* deep green: hero \/ highlight \/ footer background *\/\n    --hk-bright: #98C922;      \/* brand lime green: buttons, accents, borders *\/\n    --hk-bright-soft: #C4E66A; \/* light lime: italics + labels on dark *\/\n    --hk-pale: #DCEFB0;        \/* pale lime text on dark *\/\n    --hk-ink: #1B2E0A;         \/* dark green text used on the lime buttons *\/\n    --hk-label: #5F8A14;       \/* small section labels on light backgrounds *\/\n    --hk-pill-bg: #EFF7DC;     \/* pale lime pill \/ chip background *\/\n    --hk-pill-border: #DBEBB8; \/* pill \/ chip border *\/\n    \/* =========================================================== *\/\n\n    font-family: 'DM Sans', sans-serif;\n    color: #1a1a1a;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 40px 20px 60px;\n  }\n\n  \/* HERO *\/\n  .hk-hero {\n    background: var(--hk-deep);\n    border-radius: 20px;\n    padding: 56px 44px 48px;\n    margin-bottom: 12px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hk-hero::before {\n    content: '';\n    position: absolute;\n    top: -50px; right: -50px;\n    width: 260px; height: 260px;\n    border-radius: 50%;\n    background: rgba(152,201,34,0.18);\n    pointer-events: none;\n  }\n\n  .hk-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -70px; left: -30px;\n    width: 320px; height: 320px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.03);\n    pointer-events: none;\n  }\n\n  .hk-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\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: 12px;\n    font-weight: 600;\n    color: var(--hk-pale);\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n  }\n\n  .hk-badge .dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: var(--hk-bright);\n    flex-shrink: 0;\n  }\n\n  .hk-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 50px;\n    font-weight: 900;\n    line-height: 1.08;\n    color: #ffffff;\n    margin-bottom: 16px;\n  }\n\n  .hk-hero h1 em { font-style: italic; color: var(--hk-bright-soft); }\n\n  .hk-hero-sub {\n    font-size: 17px;\n    color: rgba(255,255,255,0.78);\n    line-height: 1.65;\n    margin-bottom: 32px;\n    max-width: 540px;\n    font-weight: 300;\n  }\n\n  .hk-stars-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 32px;\n    flex-wrap: wrap;\n  }\n\n  .hk-stars { color: #F5C842; font-size: 18px; letter-spacing: 2px; }\n\n  .hk-stars-label { font-size: 14px; color: rgba(255,255,255,0.80); }\n\n  .hk-stars-link {\n    font-size: 14px;\n    color: #ffffff !important;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n    transition: opacity 0.2s;\n  }\n\n  .hk-stars-link:hover { opacity: 0.75; }\n\n  .hk-cta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }\n\n  .hk-btn-primary {\n    display: inline-block;\n    background: var(--hk-bright);\n    color: var(--hk-ink) !important;\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: 700;\n    cursor: pointer;\n    text-decoration: none;\n    letter-spacing: 0.01em;\n    box-shadow: 0 2px 14px rgba(152,201,34,0.30);\n    transition: background 0.2s, transform 0.15s;\n  }\n\n  .hk-btn-primary:hover { background: #88B41E; transform: translateY(-1px); }\n\n  .hk-btn-ghost {\n    display: inline-block;\n    background: transparent;\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,0.32);\n    border-radius: 10px;\n    padding: 16px 26px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    cursor: pointer;\n    text-decoration: none;\n    transition: border-color 0.2s, color 0.2s;\n  }\n\n  .hk-btn-ghost:hover { border-color: rgba(255,255,255,0.6); color: #fff !important; }\n\n  \/* TRUST STRIP *\/\n  .hk-trust {\n    background: #F6EFE9;\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  .hk-trust-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 4px;\n    min-width: 100px;\n  }\n\n  .hk-trust-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--hk-deep);\n    line-height: 1;\n  }\n\n  .hk-trust-label {\n    font-size: 11px;\n    color: #6A5F63;\n    text-align: center;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  \/* SECTIONS *\/\n  .hk-section { margin: 36px 0; }\n\n  .hk-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--hk-label);\n    margin-bottom: 8px;\n  }\n\n  .hk-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 32px;\n    font-weight: 700;\n    line-height: 1.18;\n    color: #1a1a1a;\n    margin-bottom: 12px;\n  }\n\n  .hk-section-body {\n    font-size: 16px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    font-weight: 300;\n  }\n\n  \/* STORY CARD *\/\n  .hk-story-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .hk-story-card.has-photo {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 28px;\n    align-items: flex-start;\n  }\n\n  .hk-story-photo { flex: 0 0 230px; max-width: 100%; }\n\n  .hk-story-photo img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n    border-radius: 12px;\n    display: block;\n  }\n\n  .hk-photo-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    border-radius: 12px;\n    background: linear-gradient(150deg, var(--hk-bright) 0%, var(--hk-deep) 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: rgba(255,255,255,0.95);\n    font-family: 'Playfair Display', serif;\n    font-size: 48px;\n    font-weight: 900;\n  }\n\n  .hk-story-text { flex: 1 1 300px; min-width: 0; }\n\n  .hk-story-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #444;\n    font-weight: 300;\n  }\n\n  .hk-story-card p + p { margin-top: 14px; }\n\n  .hk-story-sig {\n    margin-top: 20px;\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 15px;\n    color: #877;\n  }\n\n  \/* FOOD \/ VALUE CARD *\/\n  .hk-chef-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .hk-chef-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #444;\n    font-weight: 300;\n  }\n\n  .hk-chef-card p + p { margin-top: 14px; }\n\n  .hk-chef-creds {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 24px;\n    padding-top: 22px;\n    border-top: 1px solid #ECE4DD;\n  }\n\n  .hk-chef-cred {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--hk-pill-bg);\n    border: 1px solid var(--hk-pill-border);\n    border-radius: 100px;\n    padding: 8px 16px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hk-deep);\n  }\n\n  .hk-chef-cred .ico { font-size: 15px; line-height: 1; }\n\n  \/* HIGHLIGHT (DARK) CARD *\/\n  .hk-highlight {\n    background: var(--hk-deep);\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n  }\n\n  .hk-highlight .hk-section-label { color: var(--hk-bright-soft); }\n\n  .hk-highlight .hk-section-title { color: #ffffff; font-size: 28px; }\n\n  .hk-highlight .hk-section-body { color: rgba(255,255,255,0.78); margin-top: 10px; }\n\n  .hk-macro-row { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }\n\n  .hk-macro-badge {\n    background: rgba(255,255,255,0.10);\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 100px;\n    padding: 7px 16px;\n    font-size: 13px;\n    color: var(--hk-pale);\n    font-weight: 500;\n  }\n\n  \/* PILLARS GRID *\/\n  .hk-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    .hk-pillars { grid-template-columns: 1fr; }\n    .hk-hero { padding: 36px 24px 32px; }\n    .hk-hero h1 { font-size: 35px; }\n    .hk-story-photo { flex-basis: 100%; width: 100%; max-width: 300px; margin: 0 auto; }\n    .hk-reviews-grid { grid-template-columns: 1fr; }\n  }\n\n  .hk-pillar {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 14px;\n    padding: 24px;\n  }\n\n  .hk-pillar-icon {\n    width: 40px; height: 40px;\n    border-radius: 10px;\n    background: var(--hk-deep);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 12px;\n    font-size: 20px;\n  }\n\n  .hk-pillar h3 {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 7px;\n    color: #1a1a1a;\n  }\n\n  .hk-pillar p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: #555;\n    font-weight: 300;\n  }\n\n  \/* STEP ROWS *\/\n  .hk-divider { height: 1px; background: #ECE4DD; margin: 20px 0; }\n\n  .hk-delivery-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    padding: 22px 0;\n    border-bottom: 1px solid #ECE4DD;\n  }\n\n  .hk-delivery-row:last-child { border-bottom: none; }\n\n  .hk-delivery-icon {\n    width: 44px; height: 44px;\n    border-radius: 12px;\n    background: var(--hk-pill-bg);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 22px;\n    flex-shrink: 0;\n  }\n\n  .hk-delivery-title {\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 5px;\n    color: #1a1a1a;\n  }\n\n  .hk-delivery-desc {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n    font-weight: 300;\n  }\n\n  .hk-delivery-pill {\n    display: inline-block;\n    background: var(--hk-pill-bg);\n    color: var(--hk-deep);\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  \/* MEAL PLAN OPTIONS *\/\n  .hk-plans {\n    background: #F6EFE9;\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n    text-align: center;\n  }\n\n  .hk-plans-sub {\n    font-size: 15px;\n    color: #5a5a5a;\n    font-weight: 300;\n    max-width: 460px;\n    margin: 0 auto 24px;\n    line-height: 1.6;\n  }\n\n  .hk-plan-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n  }\n\n  .hk-plan-btn {\n    display: inline-flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 3px;\n    min-width: 108px;\n    background: #fff;\n    border: 2px solid var(--hk-bright);\n    border-radius: 12px;\n    padding: 16px 20px;\n    text-decoration: none;\n    color: var(--hk-deep);\n    transition: background 0.2s, color 0.2s, transform 0.15s;\n  }\n\n  .hk-plan-btn:hover {\n    background: var(--hk-bright);\n    color: var(--hk-ink);\n    transform: translateY(-2px);\n  }\n\n  .hk-plan-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 30px;\n    font-weight: 900;\n    line-height: 1;\n    color: inherit;\n  }\n\n  .hk-plan-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: #7E8C5E;\n  }\n\n  .hk-plan-btn:hover .hk-plan-label { color: var(--hk-ink); }\n\n  \/* REVIEWS *\/\n  .hk-reviews-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .hk-review-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 14px;\n    padding: 22px;\n  }\n\n  .hk-review-stars {\n    color: #F5C842;\n    font-size: 15px;\n    letter-spacing: 2px;\n    margin-bottom: 10px;\n  }\n\n  .hk-review-text {\n    font-size: 14px;\n    line-height: 1.7;\n    color: #444;\n    font-weight: 300;\n    font-style: italic;\n  }\n\n  .hk-review-name {\n    margin-top: 12px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hk-deep);\n  }\n\n  \/* STANDARD CARD *\/\n  .hk-standard-card {\n    border: 2px solid var(--hk-bright);\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  .hk-standard-icon { font-size: 36px; flex-shrink: 0; line-height: 1; }\n\n  .hk-standard-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 8px;\n    color: #1a1a1a;\n  }\n\n  .hk-standard-body {\n    font-size: 15px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    font-weight: 300;\n  }\n\n  \/* FOOTER CTA *\/\n  .hk-cta-footer {\n    background: var(--hk-deep);\n    border-radius: 20px;\n    padding: 52px 44px;\n    text-align: center;\n    margin-top: 24px;\n  }\n\n  .hk-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  .hk-cta-footer p {\n    font-size: 16px;\n    color: rgba(255,255,255,0.76);\n    margin-bottom: 28px;\n    font-weight: 300;\n    max-width: 460px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .hk-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=\"hk\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hk-hero\" id=\"hk-top\"\u003e\n\u003cdiv class=\"hk-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Asian Fusion Meal Prep · Across Wauwatosa\u003c\/div\u003e\n\u003ch1\u003eBold Flavors. Macro-Friendly. \u003cem\u003eReady in Minutes.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hk-hero-sub\"\u003eHealthy Asian fusion meal prep, available across Wauwatosa. Perfect for busy professionals, families, and athletes who want quick meals without sacrificing flavor or nutrition.\u003c\/p\u003e\n\u003cdiv class=\"hk-stars-row\"\u003e\n\u003cspan class=\"hk-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"hk-stars-label\"\u003eLoved by busy Wauwatosa locals\u003c\/span\u003e \u003ca class=\"hk-stars-link\" href=\"#hk-reviews\" rel=\"noopener\" style=\"color:#ffffff !important;\"\u003esee why people love Her Kitchen →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-cta-row\"\u003e\n\u003ca class=\"hk-btn-primary\" href=\"\/collections\/all\" rel=\"noopener\" target=\"_blank\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003ca class=\"hk-btn-ghost\" href=\"#how-it-works\" rel=\"noopener\" style=\"color:#ffffff !important;\"\u003eHow it works\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST STRIP --\u003e\n\u003cdiv class=\"hk-trust\"\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e45g\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eProtein Per Meal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e24oz+\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eBig Portions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e620\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eMax Calories\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003eFresh\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eNever Frozen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OUR STORY --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eOur Story\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eHealthy food that\u003cbr\u003enever tastes boring.\u003c\/div\u003e\n\u003cdiv class=\"hk-story-card has-photo\"\u003e\n\u003c!-- ============================================================\n     STORY IMAGE: to add one in Shopify: Settings \u003e Files \u003e Upload,\n     copy its URL, then swap the placeholder div for:\n     \u003cimg src=\"YOUR_IMAGE_URL\" alt=\"Her Kitchen\"\u003e\n     ============================================================ --\u003e\n\u003cdiv class=\"hk-story-photo\"\u003e\n\u003cdiv class=\"hk-photo-placeholder\"\u003eHK\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-story-text\"\u003e\n\u003cp\u003eHer Kitchen started with a love of bold Asian flavors and one simple frustration: eating healthy usually meant eating boring. We knew it could be so much better.\u003c\/p\u003e\n\u003cp\u003eSo we built a rotating menu of Japanese, Korean, and Chinese inspired dishes, each one macro friendly, made fresh, and delivered across Wauwatosa. Restaurant quality flavor, ready in minutes, with no cooking required.\u003c\/p\u003e\n\u003cdiv class=\"hk-story-sig\"\u003eThe Her Kitchen team\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- THE FOOD --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eThe Food\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eExciting Asian flavors,\u003cbr\u003eon rotation.\u003c\/div\u003e\n\u003cdiv class=\"hk-chef-card\"\u003e\n\u003cp\u003eA rotating menu of Japanese, Korean, Chinese, and Asian fusion dishes, from Japanese Teriyaki Chicken with Jasmine Rice to Chinese Braised Ginger Chicken. Restaurant quality flavor without the wait.\u003c\/p\u003e\n\u003cp\u003eHealthy meals start with quality ingredients. We use day-fresh vegetables, never frozen or canned, and every dish is 24oz or more, filled to the brim with premium ingredients.\u003c\/p\u003e\n\u003cdiv class=\"hk-chef-creds\"\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🍱\u003c\/span\u003e Rotating menu\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🌏\u003c\/span\u003e Japanese, Korean, Chinese\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🥦\u003c\/span\u003e Day-fresh veg\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🍣\u003c\/span\u003e 24oz or more\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HIGHLIGHT --\u003e\n\u003cdiv class=\"hk-highlight\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eHigh Protein, Low Calorie\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eHigh protein for performance. Low calories for leanness.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\"\u003eEvery meal delivers 36 to 45g of protein to support your goals, whether you are building muscle or staying lean, and ranges from 360 to 620 calories. Bold Asian flavors that fit your macros, every single time.\u003c\/div\u003e\n\u003cdiv class=\"hk-macro-row\"\u003e\n\u003cspan class=\"hk-macro-badge\"\u003e36 to 45g protein\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003e360 to 620 cal\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003e24oz+ portion\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003eReady in 2 to 3 min\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY HER KITCHEN --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eWhy Her Kitchen\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eBuilt different. Because we cook different.\u003c\/div\u003e\n\u003cdiv class=\"hk-pillars\"\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🍱\u003c\/div\u003e\n\u003ch3\u003eExciting Asian flavors\u003c\/h3\u003e\n\u003cp\u003eA rotating menu of Japanese, Korean, Chinese, and Asian fusion dishes you never get bored of.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3\u003eProtein-packed meals\u003c\/h3\u003e\n\u003cp\u003e36 to 45g of protein per meal for faster recovery, lean muscle, and feeling fuller for longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eLow calories, big flavors\u003c\/h3\u003e\n\u003cp\u003eMeals range from 360 to 620 calories, so you never have to choose between healthy and delicious.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🥦\u003c\/div\u003e\n\u003ch3\u003eHigh-quality ingredients\u003c\/h3\u003e\n\u003cp\u003eDay-fresh vegetables, never frozen or canned. Every dish 24oz or more, filled to the brim.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"hk-section\" id=\"how-it-works\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eHow It Works\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003ePick. We cook. You enjoy.\u003c\/div\u003e\n\u003cdiv class=\"hk-divider\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e📋\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003ePick your meals\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003ePick your favorite Asian dishes from our weekly menu.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🔥\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eWe cook fresh\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eOur team takes 48 hours to make everything from scratch and cooks fresh on delivery day, bringing out those deep, complex Asian flavors.\u003c\/div\u003e\n\u003cspan class=\"hk-delivery-pill\"\u003eFrom scratch · 48 hr\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eWe deliver\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eStraight to your door every Sunday and Wednesday. Order by Friday 2 PM for Sunday delivery, or Monday 2 PM for Wednesday delivery.\u003c\/div\u003e\n\u003cspan class=\"hk-delivery-pill\"\u003eSundays \u0026amp; Wednesdays\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eYou enjoy\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eReady to enjoy in 2 to 3 minutes. No prep, no cleanup, just macro friendly, flavorful food, fast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WANT MORE THAN 5 MEALS --\u003e\n\u003cdiv class=\"hk-plans\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eMeal Plans\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eWant more than 5 meals?\u003c\/div\u003e\n\u003cdiv class=\"hk-plans-sub\"\u003ePick the plan that fits your week. The more meals you order, the more of the week you have handled.\u003c\/div\u003e\n\u003cdiv class=\"hk-plan-grid\"\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/6-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e6\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/7-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e7\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/10-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e10\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/15-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e15\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FRESH STANDARD --\u003e\n\u003cdiv class=\"hk-standard-card\"\u003e\n\u003cdiv class=\"hk-standard-icon\"\u003e🥬\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-standard-title\"\u003eFresh, Never Frozen\u003c\/div\u003e\n\u003cdiv class=\"hk-standard-body\"\u003eWe use day-fresh vegetables, never frozen or canned. Our team takes 48 hours to make everything from scratch and cooks fresh on delivery day, bringing out the deep, complex Asian flavors in every dish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEWS --\u003e\n\u003cdiv class=\"hk-section\" id=\"hk-reviews\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eReviews\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eDon't just take our word for it.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\"\u003eSee why people love Her Kitchen's Asian fusion meals.\u003c\/div\u003e\n\u003c!-- ============================================================\n     REVIEWS below are PLACEHOLDERS. Put a real review and name in\n     each card, or swap this block for your review app.\n     ============================================================ --\u003e\n\u003cdiv class=\"hk-reviews-grid\"\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GOT QUESTIONS --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eGot Questions?\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eWe're one message away.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\" style=\"margin-bottom:20px;\"\u003eNeed help choosing a plan or have a quick question? Reach out and a real person from the Her Kitchen team will get back to you.\u003c\/div\u003e\n\u003ca class=\"hk-btn-primary\" href=\"\/pages\/contact\" rel=\"noopener\" target=\"_blank\"\u003eGet in Touch →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER CTA --\u003e\n\u003cdiv class=\"hk-cta-footer\"\u003e\n\u003ch2\u003eBold Asian flavors,\u003cbr\u003eready in minutes.\u003c\/h2\u003e\n\u003cp\u003eHealthy, macro friendly Asian fusion meal prep delivered fresh across Wauwatosa every Sunday and Wednesday.\u003c\/p\u003e\n\u003ca class=\"hk-btn-primary\" href=\"#hk-top\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003cdiv class=\"hk-footer-note\"\u003eDelivered fresh across Wauwatosa, Wisconsin · Sundays and Wednesdays\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Her Kitchen","offers":[{"title":"Default Title","offer_id":48320464421109,"sku":null,"price":209.85,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0901\/7077\/files\/0-newcolors.jpg?v=1782835018"},{"product_id":"5-1-free-meal-plan","title":"5 (+1 FREE) Meal Plan","description":"\u003c!-- ============================================================\n     HER KITCHEN 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\n     \u003e\u003e COLORS: edit the --hk- values in the .hk rule below.\n        --hk-bright is the brand accent, --hk-deep is the background. \u003c\u003c\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  .hk * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .hk {\n    \/* ===== BRAND COLORS: change these to re-theme the page ===== *\/\n    --hk-deep: #243F0E;        \/* deep green: hero \/ highlight \/ footer background *\/\n    --hk-bright: #98C922;      \/* brand lime green: buttons, accents, borders *\/\n    --hk-bright-soft: #C4E66A; \/* light lime: italics + labels on dark *\/\n    --hk-pale: #DCEFB0;        \/* pale lime text on dark *\/\n    --hk-ink: #1B2E0A;         \/* dark green text used on the lime buttons *\/\n    --hk-label: #5F8A14;       \/* small section labels on light backgrounds *\/\n    --hk-pill-bg: #EFF7DC;     \/* pale lime pill \/ chip background *\/\n    --hk-pill-border: #DBEBB8; \/* pill \/ chip border *\/\n    \/* =========================================================== *\/\n\n    font-family: 'DM Sans', sans-serif;\n    color: #1a1a1a;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 40px 20px 60px;\n  }\n\n  \/* HERO *\/\n  .hk-hero {\n    background: var(--hk-deep);\n    border-radius: 20px;\n    padding: 56px 44px 48px;\n    margin-bottom: 12px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hk-hero::before {\n    content: '';\n    position: absolute;\n    top: -50px; right: -50px;\n    width: 260px; height: 260px;\n    border-radius: 50%;\n    background: rgba(152,201,34,0.18);\n    pointer-events: none;\n  }\n\n  .hk-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -70px; left: -30px;\n    width: 320px; height: 320px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.03);\n    pointer-events: none;\n  }\n\n  .hk-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\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: 12px;\n    font-weight: 600;\n    color: var(--hk-pale);\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n  }\n\n  .hk-badge .dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: var(--hk-bright);\n    flex-shrink: 0;\n  }\n\n  .hk-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 50px;\n    font-weight: 900;\n    line-height: 1.08;\n    color: #ffffff;\n    margin-bottom: 16px;\n  }\n\n  .hk-hero h1 em { font-style: italic; color: var(--hk-bright-soft); }\n\n  .hk-hero-sub {\n    font-size: 17px;\n    color: rgba(255,255,255,0.78);\n    line-height: 1.65;\n    margin-bottom: 32px;\n    max-width: 540px;\n    font-weight: 300;\n  }\n\n  .hk-stars-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 32px;\n    flex-wrap: wrap;\n  }\n\n  .hk-stars { color: #F5C842; font-size: 18px; letter-spacing: 2px; }\n\n  .hk-stars-label { font-size: 14px; color: rgba(255,255,255,0.80); }\n\n  .hk-stars-link {\n    font-size: 14px;\n    color: #ffffff !important;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n    transition: opacity 0.2s;\n  }\n\n  .hk-stars-link:hover { opacity: 0.75; }\n\n  .hk-cta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }\n\n  .hk-btn-primary {\n    display: inline-block;\n    background: var(--hk-bright);\n    color: var(--hk-ink) !important;\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: 700;\n    cursor: pointer;\n    text-decoration: none;\n    letter-spacing: 0.01em;\n    box-shadow: 0 2px 14px rgba(152,201,34,0.30);\n    transition: background 0.2s, transform 0.15s;\n  }\n\n  .hk-btn-primary:hover { background: #88B41E; transform: translateY(-1px); }\n\n  .hk-btn-ghost {\n    display: inline-block;\n    background: transparent;\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,0.32);\n    border-radius: 10px;\n    padding: 16px 26px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    cursor: pointer;\n    text-decoration: none;\n    transition: border-color 0.2s, color 0.2s;\n  }\n\n  .hk-btn-ghost:hover { border-color: rgba(255,255,255,0.6); color: #fff !important; }\n\n  \/* TRUST STRIP *\/\n  .hk-trust {\n    background: #F6EFE9;\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  .hk-trust-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 4px;\n    min-width: 100px;\n  }\n\n  .hk-trust-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--hk-deep);\n    line-height: 1;\n  }\n\n  .hk-trust-label {\n    font-size: 11px;\n    color: #6A5F63;\n    text-align: center;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  \/* SECTIONS *\/\n  .hk-section { margin: 36px 0; }\n\n  .hk-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--hk-label);\n    margin-bottom: 8px;\n  }\n\n  .hk-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 32px;\n    font-weight: 700;\n    line-height: 1.18;\n    color: #1a1a1a;\n    margin-bottom: 12px;\n  }\n\n  .hk-section-body {\n    font-size: 16px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    font-weight: 300;\n  }\n\n  \/* STORY CARD *\/\n  .hk-story-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .hk-story-card.has-photo {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 28px;\n    align-items: flex-start;\n  }\n\n  .hk-story-photo { flex: 0 0 230px; max-width: 100%; }\n\n  .hk-story-photo img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n    border-radius: 12px;\n    display: block;\n  }\n\n  .hk-photo-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    border-radius: 12px;\n    background: linear-gradient(150deg, var(--hk-bright) 0%, var(--hk-deep) 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: rgba(255,255,255,0.95);\n    font-family: 'Playfair Display', serif;\n    font-size: 48px;\n    font-weight: 900;\n  }\n\n  .hk-story-text { flex: 1 1 300px; min-width: 0; }\n\n  .hk-story-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #444;\n    font-weight: 300;\n  }\n\n  .hk-story-card p + p { margin-top: 14px; }\n\n  .hk-story-sig {\n    margin-top: 20px;\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 15px;\n    color: #877;\n  }\n\n  \/* FOOD \/ VALUE CARD *\/\n  .hk-chef-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 16px;\n    padding: 32px;\n    margin: 18px 0;\n  }\n\n  .hk-chef-card p {\n    font-size: 16px;\n    line-height: 1.85;\n    color: #444;\n    font-weight: 300;\n  }\n\n  .hk-chef-card p + p { margin-top: 14px; }\n\n  .hk-chef-creds {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 24px;\n    padding-top: 22px;\n    border-top: 1px solid #ECE4DD;\n  }\n\n  .hk-chef-cred {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--hk-pill-bg);\n    border: 1px solid var(--hk-pill-border);\n    border-radius: 100px;\n    padding: 8px 16px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hk-deep);\n  }\n\n  .hk-chef-cred .ico { font-size: 15px; line-height: 1; }\n\n  \/* HIGHLIGHT (DARK) CARD *\/\n  .hk-highlight {\n    background: var(--hk-deep);\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n  }\n\n  .hk-highlight .hk-section-label { color: var(--hk-bright-soft); }\n\n  .hk-highlight .hk-section-title { color: #ffffff; font-size: 28px; }\n\n  .hk-highlight .hk-section-body { color: rgba(255,255,255,0.78); margin-top: 10px; }\n\n  .hk-macro-row { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }\n\n  .hk-macro-badge {\n    background: rgba(255,255,255,0.10);\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 100px;\n    padding: 7px 16px;\n    font-size: 13px;\n    color: var(--hk-pale);\n    font-weight: 500;\n  }\n\n  \/* PILLARS GRID *\/\n  .hk-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    .hk-pillars { grid-template-columns: 1fr; }\n    .hk-hero { padding: 36px 24px 32px; }\n    .hk-hero h1 { font-size: 35px; }\n    .hk-story-photo { flex-basis: 100%; width: 100%; max-width: 300px; margin: 0 auto; }\n    .hk-reviews-grid { grid-template-columns: 1fr; }\n  }\n\n  .hk-pillar {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 14px;\n    padding: 24px;\n  }\n\n  .hk-pillar-icon {\n    width: 40px; height: 40px;\n    border-radius: 10px;\n    background: var(--hk-deep);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 12px;\n    font-size: 20px;\n  }\n\n  .hk-pillar h3 {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 7px;\n    color: #1a1a1a;\n  }\n\n  .hk-pillar p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: #555;\n    font-weight: 300;\n  }\n\n  \/* STEP ROWS *\/\n  .hk-divider { height: 1px; background: #ECE4DD; margin: 20px 0; }\n\n  .hk-delivery-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    padding: 22px 0;\n    border-bottom: 1px solid #ECE4DD;\n  }\n\n  .hk-delivery-row:last-child { border-bottom: none; }\n\n  .hk-delivery-icon {\n    width: 44px; height: 44px;\n    border-radius: 12px;\n    background: var(--hk-pill-bg);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 22px;\n    flex-shrink: 0;\n  }\n\n  .hk-delivery-title {\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 5px;\n    color: #1a1a1a;\n  }\n\n  .hk-delivery-desc {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n    font-weight: 300;\n  }\n\n  .hk-delivery-pill {\n    display: inline-block;\n    background: var(--hk-pill-bg);\n    color: var(--hk-deep);\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  \/* MEAL PLAN OPTIONS *\/\n  .hk-plans {\n    background: #F6EFE9;\n    border-radius: 16px;\n    padding: 36px;\n    margin: 20px 0;\n    text-align: center;\n  }\n\n  .hk-plans-sub {\n    font-size: 15px;\n    color: #5a5a5a;\n    font-weight: 300;\n    max-width: 460px;\n    margin: 0 auto 24px;\n    line-height: 1.6;\n  }\n\n  .hk-plan-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n  }\n\n  .hk-plan-btn {\n    display: inline-flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 3px;\n    min-width: 108px;\n    background: #fff;\n    border: 2px solid var(--hk-bright);\n    border-radius: 12px;\n    padding: 16px 20px;\n    text-decoration: none;\n    color: var(--hk-deep);\n    transition: background 0.2s, color 0.2s, transform 0.15s;\n  }\n\n  .hk-plan-btn:hover {\n    background: var(--hk-bright);\n    color: var(--hk-ink);\n    transform: translateY(-2px);\n  }\n\n  .hk-plan-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 30px;\n    font-weight: 900;\n    line-height: 1;\n    color: inherit;\n  }\n\n  .hk-plan-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: #7E8C5E;\n  }\n\n  .hk-plan-btn:hover .hk-plan-label { color: var(--hk-ink); }\n\n  \/* REVIEWS *\/\n  .hk-reviews-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .hk-review-card {\n    background: #FAF6F2;\n    border: 1px solid #ECE4DD;\n    border-radius: 14px;\n    padding: 22px;\n  }\n\n  .hk-review-stars {\n    color: #F5C842;\n    font-size: 15px;\n    letter-spacing: 2px;\n    margin-bottom: 10px;\n  }\n\n  .hk-review-text {\n    font-size: 14px;\n    line-height: 1.7;\n    color: #444;\n    font-weight: 300;\n    font-style: italic;\n  }\n\n  .hk-review-name {\n    margin-top: 12px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--hk-deep);\n  }\n\n  \/* STANDARD CARD *\/\n  .hk-standard-card {\n    border: 2px solid var(--hk-bright);\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  .hk-standard-icon { font-size: 36px; flex-shrink: 0; line-height: 1; }\n\n  .hk-standard-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 8px;\n    color: #1a1a1a;\n  }\n\n  .hk-standard-body {\n    font-size: 15px;\n    line-height: 1.75;\n    color: #4a4a4a;\n    font-weight: 300;\n  }\n\n  \/* FOOTER CTA *\/\n  .hk-cta-footer {\n    background: var(--hk-deep);\n    border-radius: 20px;\n    padding: 52px 44px;\n    text-align: center;\n    margin-top: 24px;\n  }\n\n  .hk-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  .hk-cta-footer p {\n    font-size: 16px;\n    color: rgba(255,255,255,0.76);\n    margin-bottom: 28px;\n    font-weight: 300;\n    max-width: 460px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .hk-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=\"hk\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hk-hero\" id=\"hk-top\"\u003e\n\u003cdiv class=\"hk-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Asian Fusion Meal Prep · Across Wauwatosa\u003c\/div\u003e\n\u003ch1\u003eBold Flavors. Macro-Friendly. \u003cem\u003eReady in Minutes.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hk-hero-sub\"\u003eHealthy Asian fusion meal prep, available across Wauwatosa. Perfect for busy professionals, families, and athletes who want quick meals without sacrificing flavor or nutrition.\u003c\/p\u003e\n\u003cdiv class=\"hk-stars-row\"\u003e\n\u003cspan class=\"hk-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"hk-stars-label\"\u003eLoved by busy Wauwatosa locals\u003c\/span\u003e \u003ca class=\"hk-stars-link\" href=\"#hk-reviews\" rel=\"noopener\" style=\"color:#ffffff !important;\"\u003esee why people love Her Kitchen →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-cta-row\"\u003e\n\u003ca class=\"hk-btn-primary\" href=\"\/collections\/all\" rel=\"noopener\" target=\"_blank\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003ca class=\"hk-btn-ghost\" href=\"#how-it-works\" rel=\"noopener\" style=\"color:#ffffff !important;\"\u003eHow it works\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST STRIP --\u003e\n\u003cdiv class=\"hk-trust\"\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e45g\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eProtein Per Meal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e24oz+\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eBig Portions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003e620\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eMax Calories\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-trust-item\"\u003e\n\u003cspan class=\"hk-trust-num\"\u003eFresh\u003c\/span\u003e \u003cspan class=\"hk-trust-label\"\u003eNever Frozen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OUR STORY --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eOur Story\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eHealthy food that\u003cbr\u003enever tastes boring.\u003c\/div\u003e\n\u003cdiv class=\"hk-story-card has-photo\"\u003e\n\u003c!-- ============================================================\n     STORY IMAGE: to add one in Shopify: Settings \u003e Files \u003e Upload,\n     copy its URL, then swap the placeholder div for:\n     \u003cimg src=\"YOUR_IMAGE_URL\" alt=\"Her Kitchen\"\u003e\n     ============================================================ --\u003e\n\u003cdiv class=\"hk-story-photo\"\u003e\n\u003cdiv class=\"hk-photo-placeholder\"\u003eHK\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-story-text\"\u003e\n\u003cp\u003eHer Kitchen started with a love of bold Asian flavors and one simple frustration: eating healthy usually meant eating boring. We knew it could be so much better.\u003c\/p\u003e\n\u003cp\u003eSo we built a rotating menu of Japanese, Korean, and Chinese inspired dishes, each one macro friendly, made fresh, and delivered across Wauwatosa. Restaurant quality flavor, ready in minutes, with no cooking required.\u003c\/p\u003e\n\u003cdiv class=\"hk-story-sig\"\u003eThe Her Kitchen team\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- THE FOOD --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eThe Food\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eExciting Asian flavors,\u003cbr\u003eon rotation.\u003c\/div\u003e\n\u003cdiv class=\"hk-chef-card\"\u003e\n\u003cp\u003eA rotating menu of Japanese, Korean, Chinese, and Asian fusion dishes, from Japanese Teriyaki Chicken with Jasmine Rice to Chinese Braised Ginger Chicken. Restaurant quality flavor without the wait.\u003c\/p\u003e\n\u003cp\u003eHealthy meals start with quality ingredients. We use day-fresh vegetables, never frozen or canned, and every dish is 24oz or more, filled to the brim with premium ingredients.\u003c\/p\u003e\n\u003cdiv class=\"hk-chef-creds\"\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🍱\u003c\/span\u003e Rotating menu\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🌏\u003c\/span\u003e Japanese, Korean, Chinese\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🥦\u003c\/span\u003e Day-fresh veg\u003c\/span\u003e\n\u003cspan class=\"hk-chef-cred\"\u003e\u003cspan class=\"ico\"\u003e🍣\u003c\/span\u003e 24oz or more\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HIGHLIGHT --\u003e\n\u003cdiv class=\"hk-highlight\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eHigh Protein, Low Calorie\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eHigh protein for performance. Low calories for leanness.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\"\u003eEvery meal delivers 36 to 45g of protein to support your goals, whether you are building muscle or staying lean, and ranges from 360 to 620 calories. Bold Asian flavors that fit your macros, every single time.\u003c\/div\u003e\n\u003cdiv class=\"hk-macro-row\"\u003e\n\u003cspan class=\"hk-macro-badge\"\u003e36 to 45g protein\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003e360 to 620 cal\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003e24oz+ portion\u003c\/span\u003e \u003cspan class=\"hk-macro-badge\"\u003eReady in 2 to 3 min\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY HER KITCHEN --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eWhy Her Kitchen\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eBuilt different. Because we cook different.\u003c\/div\u003e\n\u003cdiv class=\"hk-pillars\"\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🍱\u003c\/div\u003e\n\u003ch3\u003eExciting Asian flavors\u003c\/h3\u003e\n\u003cp\u003eA rotating menu of Japanese, Korean, Chinese, and Asian fusion dishes you never get bored of.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3\u003eProtein-packed meals\u003c\/h3\u003e\n\u003cp\u003e36 to 45g of protein per meal for faster recovery, lean muscle, and feeling fuller for longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eLow calories, big flavors\u003c\/h3\u003e\n\u003cp\u003eMeals range from 360 to 620 calories, so you never have to choose between healthy and delicious.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-pillar\"\u003e\n\u003cdiv class=\"hk-pillar-icon\"\u003e🥦\u003c\/div\u003e\n\u003ch3\u003eHigh-quality ingredients\u003c\/h3\u003e\n\u003cp\u003eDay-fresh vegetables, never frozen or canned. Every dish 24oz or more, filled to the brim.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"hk-section\" id=\"how-it-works\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eHow It Works\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003ePick. We cook. You enjoy.\u003c\/div\u003e\n\u003cdiv class=\"hk-divider\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e📋\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003ePick your meals\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003ePick your favorite Asian dishes from our weekly menu.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🔥\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eWe cook fresh\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eOur team takes 48 hours to make everything from scratch and cooks fresh on delivery day, bringing out those deep, complex Asian flavors.\u003c\/div\u003e\n\u003cspan class=\"hk-delivery-pill\"\u003eFrom scratch · 48 hr\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eWe deliver\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eStraight to your door every Sunday and Wednesday. Order by Friday 2 PM for Sunday delivery, or Monday 2 PM for Wednesday delivery.\u003c\/div\u003e\n\u003cspan class=\"hk-delivery-pill\"\u003eSundays \u0026amp; Wednesdays\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-row\"\u003e\n\u003cdiv class=\"hk-delivery-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-delivery-title\"\u003eYou enjoy\u003c\/div\u003e\n\u003cdiv class=\"hk-delivery-desc\"\u003eReady to enjoy in 2 to 3 minutes. No prep, no cleanup, just macro friendly, flavorful food, fast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WANT MORE THAN 5 MEALS --\u003e\n\u003cdiv class=\"hk-plans\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eMeal Plans\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eWant more than 5 meals?\u003c\/div\u003e\n\u003cdiv class=\"hk-plans-sub\"\u003ePick the plan that fits your week. The more meals you order, the more of the week you have handled.\u003c\/div\u003e\n\u003cdiv class=\"hk-plan-grid\"\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/6-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e6\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/7-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e7\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/10-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e10\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"hk-plan-btn\" href=\"\/products\/15-meal-plan\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cspan class=\"hk-plan-num\"\u003e15\u003c\/span\u003e \u003cspan class=\"hk-plan-label\"\u003eMeals\u003c\/span\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FRESH STANDARD --\u003e\n\u003cdiv class=\"hk-standard-card\"\u003e\n\u003cdiv class=\"hk-standard-icon\"\u003e🥬\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hk-standard-title\"\u003eFresh, Never Frozen\u003c\/div\u003e\n\u003cdiv class=\"hk-standard-body\"\u003eWe use day-fresh vegetables, never frozen or canned. Our team takes 48 hours to make everything from scratch and cooks fresh on delivery day, bringing out the deep, complex Asian flavors in every dish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEWS --\u003e\n\u003cdiv class=\"hk-section\" id=\"hk-reviews\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eReviews\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eDon't just take our word for it.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\"\u003eSee why people love Her Kitchen's Asian fusion meals.\u003c\/div\u003e\n\u003c!-- ============================================================\n     REVIEWS below are PLACEHOLDERS. Put a real review and name in\n     each card, or swap this block for your review app.\n     ============================================================ --\u003e\n\u003cdiv class=\"hk-reviews-grid\"\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-review-card\"\u003e\n\u003cdiv class=\"hk-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"hk-review-text\"\u003e\"Add a real customer review here once you have one, short and specific.\"\u003c\/div\u003e\n\u003cdiv class=\"hk-review-name\"\u003eCustomer name\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GOT QUESTIONS --\u003e\n\u003cdiv class=\"hk-section\"\u003e\n\u003cdiv class=\"hk-section-label\"\u003eGot Questions?\u003c\/div\u003e\n\u003cdiv class=\"hk-section-title\"\u003eWe're one message away.\u003c\/div\u003e\n\u003cdiv class=\"hk-section-body\" style=\"margin-bottom:20px;\"\u003eNeed help choosing a plan or have a quick question? Reach out and a real person from the Her Kitchen team will get back to you.\u003c\/div\u003e\n\u003ca class=\"hk-btn-primary\" href=\"\/pages\/contact\" rel=\"noopener\" target=\"_blank\"\u003eGet in Touch →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER CTA --\u003e\n\u003cdiv class=\"hk-cta-footer\"\u003e\n\u003ch2\u003eBold Asian flavors,\u003cbr\u003eready in minutes.\u003c\/h2\u003e\n\u003cp\u003eHealthy, macro friendly Asian fusion meal prep delivered fresh across Wauwatosa every Sunday and Wednesday.\u003c\/p\u003e\n\u003ca class=\"hk-btn-primary\" href=\"#hk-top\"\u003eView This Week's Menu →\u003c\/a\u003e\n\u003cdiv class=\"hk-footer-note\"\u003eDelivered fresh across Wauwatosa, Wisconsin · Sundays and Wednesdays\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Her Kitchen","offers":[{"title":"Default Title","offer_id":48320490307829,"sku":"100","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0901\/7077\/files\/0-newcolors.jpg?v=1782835018"}],"url":"https:\/\/herkitchenmealprep.com\/collections\/frontpage.oembed","provider":"Her Kitchen","version":"1.0","type":"link"}