{"product_id":"test","title":"test","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eChef DC's Caribbean Cooking — Authentic Caribbean Meal Prep GTA\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700\u0026amp;family=DM+Sans:wght@400;500;600;700\u0026amp;display=swap\"\u003e\n\u003cstyle\u003e\n:root {\n  --gold: #D1A338;\n  --gold-dark: #a87d1e;\n  --gold-light: #fdf6e3;\n  --smoke: #1a1208;\n  --cream: #faf7f0;\n  --warm-gray: #f5f0e8;\n  --text: #2a1f0e;\n  --muted: #6b5c3e;\n  --border: #e5d9c0;\n  --red: #c0392b;\n}\n*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\nbody { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }\n\n\/* ── HERO ── *\/\n.hero {\n  background: var(--smoke);\n  color: #fff;\n  text-align: center;\n  padding: 72px 24px 84px;\n  position: relative;\n  overflow: hidden;\n}\n.hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(ellipse at 70% 0%, rgba(209,163,56,0.25) 0%, transparent 65%),\n              radial-gradient(ellipse at 20% 100%, rgba(192,57,43,0.15) 0%, transparent 60%);\n  pointer-events: none;\n}\n.hero-eyebrow {\n  display: inline-block;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--gold);\n  border: 1px solid rgba(209,163,56,0.4);\n  padding: 7px 20px;\n  border-radius: 100px;\n  margin-bottom: 22px;\n  position: relative;\n}\n.hero-title {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(28px, 5.5vw, 58px);\n  font-weight: 900;\n  line-height: 1.15;\n  max-width: 720px;\n  margin: 0 auto 20px;\n  color: #fff;\n  position: relative;\n}\n.hero-title em {\n  font-style: italic;\n  color: var(--gold);\n}\n.hero-sub {\n  font-size: 16px;\n  color: rgba(255,255,255,0.65);\n  max-width: 460px;\n  margin: 0 auto 32px;\n  line-height: 1.65;\n  position: relative;\n}\n.star-bar {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(209,163,56,0.15);\n  border: 1px solid rgba(209,163,56,0.4);\n  padding: 10px 22px;\n  border-radius: 100px;\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--gold);\n  position: relative;\n}\n\n\/* ── STATS ── *\/\n.stats {\n  background: var(--gold);\n  padding: 44px 24px;\n}\n.stats-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n  max-width: 680px;\n  margin: 0 auto;\n  text-align: center;\n}\n.stat-num {\n  font-family: 'Playfair Display', serif;\n  font-size: 48px;\n  font-weight: 900;\n  color: var(--smoke);\n  line-height: 1;\n}\n.stat-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: rgba(26,18,8,0.65);\n  margin-top: 6px;\n}\n\n\/* ── SHARED SECTION ── *\/\nsection { padding: 72px 24px; }\n.container { max-width: 860px; margin: 0 auto; }\n.section-label {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  color: var(--gold-dark);\n  margin-bottom: 10px;\n}\nh2 {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(28px, 4vw, 42px);\n  font-weight: 700;\n  line-height: 1.2;\n  color: var(--smoke);\n  margin-bottom: 16px;\n}\n.lead {\n  font-size: 17px;\n  line-height: 1.7;\n  color: var(--muted);\n  max-width: 640px;\n}\n\n\/* ── FEATURES ── *\/\n.features { background: var(--cream); }\n.feature-block {\n  max-width: 660px;\n  margin: 0 auto 72px;\n  padding-bottom: 72px;\n  border-bottom: 1px solid var(--border);\n}\n.feature-block:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }\n.feature-img {\n  width: 100%;\n  height: 440px;\n  object-fit: cover;\n  border-radius: 14px;\n  margin-bottom: 32px;\n  display: block;\n}\n.feature-body h3 {\n  font-family: 'Playfair Display', serif;\n  font-size: 30px;\n  font-weight: 700;\n  color: var(--smoke);\n  margin-bottom: 14px;\n  line-height: 1.25;\n}\n.feature-body p {\n  font-size: 16.5px;\n  line-height: 1.85;\n  color: var(--muted);\n}\n.feature-body p strong { color: var(--gold-dark); }\n\n\/* ── USP BLOCKS ── *\/\n.usp-block {\n  background: linear-gradient(135deg, var(--gold-light) 0%, #fff 100%);\n  border: 2px solid rgba(209,163,56,0.3);\n  border-radius: 20px;\n  padding: 40px;\n  display: flex;\n  align-items: flex-start;\n  gap: 28px;\n  max-width: 660px;\n  margin: 0 auto 72px;\n}\n.usp-icon-wrap {\n  flex-shrink: 0;\n  width: 72px;\n  height: 72px;\n  background: var(--smoke);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 34px;\n}\n.usp-body h3 {\n  font-family: 'Playfair Display', serif;\n  font-size: 26px;\n  font-weight: 700;\n  color: var(--smoke);\n  margin-bottom: 10px;\n  line-height: 1.25;\n}\n.usp-body p {\n  font-size: 16px;\n  line-height: 1.8;\n  color: var(--muted);\n}\n.usp-body p strong { color: var(--gold-dark); }\n.usp-number {\n  font-family: 'Playfair Display', serif;\n  font-size: 52px;\n  font-weight: 900;\n  color: var(--gold-dark);\n  line-height: 1;\n  display: block;\n  margin-bottom: 2px;\n}\n.usp-number-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--muted);\n  display: block;\n  margin-bottom: 12px;\n}\n\n\/* ── HOW IT WORKS ── *\/\n.how { background: var(--warm-gray); }\n.steps {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-top: 48px;\n  position: relative;\n}\n.steps::before {\n  content: '';\n  position: absolute;\n  top: 27px;\n  left: 12%;\n  width: 76%;\n  height: 2px;\n  background: var(--border);\n  z-index: 0;\n}\n.step { text-align: center; position: relative; z-index: 1; }\n.step-num {\n  width: 56px;\n  height: 56px;\n  background: var(--gold);\n  color: var(--smoke);\n  font-family: 'Playfair Display', serif;\n  font-size: 22px;\n  font-weight: 900;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 16px;\n  box-shadow: 0 4px 16px rgba(209,163,56,0.35);\n}\n.step h4 { font-weight: 700; font-size: 15px; color: var(--smoke); margin-bottom: 6px; }\n.step p { font-size: 14px; color: var(--muted); line-height: 1.55; }\n\n\/* ── DELIVERY ── *\/\n.delivery { background: var(--cream); }\n.delivery-box {\n  background: var(--gold-light);\n  border: 1.5px solid rgba(209,163,56,0.3);\n  border-radius: 16px;\n  padding: 40px 44px;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: start;\n  margin-top: 36px;\n}\n.delivery-box h3 {\n  font-family: 'Playfair Display', serif;\n  font-size: 26px;\n  color: var(--smoke);\n  margin-bottom: 12px;\n}\n.delivery-box p { font-size: 15px; line-height: 1.7; color: var(--muted); margin-bottom: 16px; }\n.town-grid { display: flex; flex-wrap: wrap; gap: 8px; }\n.town-pill {\n  font-size: 12.5px;\n  font-weight: 600;\n  background: #fff;\n  border: 1px solid rgba(209,163,56,0.35);\n  color: var(--gold-dark);\n  padding: 5px 13px;\n  border-radius: 100px;\n}\n\n\/* ── PLANS ── *\/\n.plans { background: var(--warm-gray); }\n.plan-grid { display: grid; gap: 16px; margin-top: 40px; }\n.plan-card {\n  background: #fff;\n  border: 1.5px solid var(--border);\n  border-radius: 14px;\n  padding: 28px 20px;\n  text-align: center;\n  text-decoration: none;\n  color: var(--text);\n  display: block;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.plan-card:hover { border-color: var(--gold); box-shadow: 0 4px 20px rgba(209,163,56,0.15); }\n.plan-num {\n  font-family: 'Playfair Display', serif;\n  font-size: 48px;\n  font-weight: 900;\n  color: var(--gold-dark);\n  line-height: 1;\n}\n.plan-label {\n  font-size: 12px;\n  font-weight: 700;\n  color: var(--muted);\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  margin: 4px 0 14px;\n}\n.plan-cta {\n  font-size: 13px;\n  font-weight: 700;\n  color: var(--gold-dark);\n  background: var(--gold-light);\n  padding: 8px 16px;\n  border-radius: 100px;\n  display: inline-block;\n}\n\n\/* ── ORDER CTA ── *\/\n.order-cta {\n  background: var(--smoke);\n  text-align: center;\n  padding: 80px 24px;\n  color: #fff;\n  position: relative;\n  overflow: hidden;\n}\n.order-cta::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(ellipse at 80% 100%, rgba(209,163,56,0.2) 0%, transparent 60%);\n}\n.order-cta h2 { color: #fff; max-width: 620px; margin: 0 auto 18px; position: relative; }\n.order-cta p { color: rgba(255,255,255,0.6); font-size: 16px; margin-bottom: 40px; position: relative; }\n.btn-order {\n  display: inline-block;\n  background: var(--gold);\n  color: var(--smoke);\n  font-size: 17px;\n  font-weight: 700;\n  padding: 18px 44px;\n  border-radius: 10px;\n  text-decoration: none;\n  box-shadow: 0 6px 28px rgba(209,163,56,0.35);\n  position: relative;\n}\n\n\/* ── CONTACT BAR ── *\/\n.contact-bar {\n  background: var(--cream);\n  padding: 36px 24px;\n  text-align: center;\n  border-top: 1px solid var(--border);\n}\n.contact-bar p { font-size: 15px; color: var(--muted); }\n.contact-bar a { color: var(--gold-dark); font-weight: 600; text-decoration: none; }\n\n\/* ── MOBILE ── *\/\n@media (max-width: 768px) {\n  section { padding: 48px 16px; }\n  .hero { padding: 52px 16px 64px; }\n  h2 { font-size: clamp(24px, 7vw, 34px); }\n  .feature-img { height: 220px; }\n  .feature-body h3 { font-size: 22px; }\n  .feature-body p { font-size: 15px; }\n  .feature-block { margin-bottom: 48px; padding-bottom: 48px; }\n  .usp-block { flex-direction: column; align-items: center; text-align: center; padding: 28px 20px; }\n  .usp-number { font-size: 42px; }\n  .usp-body h3 { font-size: 20px; }\n  .usp-body p { font-size: 15px; }\n  .stats-grid { grid-template-columns: 1fr; gap: 28px; }\n  .stat-num { font-size: 40px; }\n  .steps { grid-template-columns: repeat(2, 1fr); }\n  .steps::before { display: none; }\n  .delivery-box { grid-template-columns: 1fr; padding: 24px 20px; }\n  .delivery-box h3 { font-size: 22px; }\n  .plan-grid { grid-template-columns: 1fr !important; }\n  .order-cta { padding: 56px 16px; }\n  .order-cta h2 { font-size: clamp(26px, 7vw, 36px); }\n}\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-eyebrow\"\u003eChef-Crafted Caribbean Meal Prep · GTA \u0026amp; Oshawa\u003c\/div\u003e\n  \u003ch2 class=\"hero-title\"\u003eHome of the GTA's Most \u003cem\u003eAuthentic Caribbean Meals\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"hero-sub\"\u003eBold island flavours. Real Caribbean recipes. Ready to heat and eat — delivered right to your door.\u003c\/p\u003e\n  \u003cdiv class=\"star-bar\"\u003e⭐ Rated 4.9 Stars Across the GTA\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- SOCIAL PROOF STATS --\u003e\n\u003cdiv class=\"stats\"\u003e\n  \u003cdiv class=\"stats-grid\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"stat-num\"\u003e25+\u003c\/div\u003e\n      \u003cdiv class=\"stat-label\"\u003eYears of Experience\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"stat-num\"\u003e150k+\u003c\/div\u003e\n      \u003cdiv class=\"stat-label\"\u003ePeople Served\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"stat-num\"\u003e4.9\u003c\/div\u003e\n      \u003cdiv class=\"stat-label\"\u003eStar Rating\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"features\"\u003e\n  \u003cdiv class=\"container\"\u003e\n\n    \u003c!-- Feature 1: Chef story --\u003e\n    \u003cdiv class=\"feature-block\"\u003e\n      \u003cimg class=\"feature-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/1551\/2318\/files\/large-LP1.jpg?v=1776275837\" alt=\"Chef DC cooking Caribbean food\"\u003e\n      \u003cdiv class=\"feature-body\"\u003e\n        \u003ch3\u003eChef DC Has Been Cooking Caribbean Food for 25 Years. Every Meal Shows It.\u003c\/h3\u003e\n        \u003cp\u003eChef DC has spent \u003cstrong\u003e25 years\u003c\/strong\u003e perfecting Caribbean recipes. He knows every spice. Every marinade. Every trick. When you open one of his meals, you can taste it. \u003cstrong\u003eReal Caribbean flavour\u003c\/strong\u003e — the kind you get on the islands, not a watered-down version.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- USP: Jerk Process --\u003e\n    \u003cdiv class=\"usp-block\"\u003e\n      \u003cdiv class=\"usp-icon-wrap\"\u003e🔥\u003c\/div\u003e\n      \u003cdiv class=\"usp-body\"\u003e\n        \u003cspan class=\"usp-number\"\u003e48hr\u003c\/span\u003e\n        \u003cspan class=\"usp-number-label\"\u003eBrine + Marinade\u003c\/span\u003e\n        \u003ch3\u003eReal Jerk. Not the Shortcut Kind.\u003c\/h3\u003e\n        \u003cp\u003eA lot of places just pour sauce on meat and call it jerk. We don't. \u003cstrong\u003eWe brine the meat for 24 hours. Then we marinate it for another 24 hours\u003c\/strong\u003e in our house-made jerk blend. Then it goes into a real smoker for 6 hours. That's how Caribbean families have cooked jerk for generations. That's how we do it too.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- USP: Smoker --\u003e\n    \u003cdiv class=\"usp-block\"\u003e\n      \u003cdiv class=\"usp-icon-wrap\"\u003e🌳\u003c\/div\u003e\n      \u003cdiv class=\"usp-body\"\u003e\n        \u003cspan class=\"usp-number\"\u003e6hr\u003c\/span\u003e\n        \u003cspan class=\"usp-number-label\"\u003eIn the Smoker\u003c\/span\u003e\n        \u003ch3\u003eSix Hours of Real Wood Smoke.\u003c\/h3\u003e\n        \u003cp\u003eWe use \u003cstrong\u003ean authentic wood smoker\u003c\/strong\u003e — the same way they cook jerk on the islands. Six hours of slow smoke gives you that deep, rich Caribbean flavour you can't get anywhere else in the GTA. One bite and you'll know the difference.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Feature 2: Portions --\u003e\n    \u003cdiv class=\"feature-block\"\u003e\n      \u003cimg class=\"feature-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/1551\/2318\/files\/LP2_3.jpg?v=1776275715\" alt=\"24oz Caribbean meal portions\"\u003e\n      \u003cdiv class=\"feature-body\"\u003e\n        \u003ch3\u003eBig Enough to Actually Fill You Up.\u003c\/h3\u003e\n        \u003cp\u003eEvery meal comes in a \u003cstrong\u003e24oz container\u003c\/strong\u003e. That's protein, vegetables, and rice or sides — all in one big portion. You heat it up. You eat. You're full. You won't be snacking an hour later. \u003cstrong\u003eIt's a real meal, not a diet portion.\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Feature 3: Delivery --\u003e\n    \u003cdiv class=\"feature-block\"\u003e\n      \u003cimg class=\"feature-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/1551\/2318\/files\/LP3_2.jpg?v=1776275780\" alt=\"Meal delivery across the GTA\"\u003e\n      \u003cdiv class=\"feature-body\"\u003e\n        \u003ch3\u003eWe Bring It Right to Your Door. You Don't Have to Do a Thing.\u003c\/h3\u003e\n        \u003cp\u003eWe deliver \u003cstrong\u003eacross Oshawa and the GTA\u003c\/strong\u003e on set days every week. No driving. No shopping. No cooking. Just open the door, grab your meals, and heat them up whenever you're hungry. \u003cstrong\u003eIt saves you hours every single week.\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- USP: Fresh \/ Never Frozen --\u003e\n    \u003cdiv class=\"usp-block\"\u003e\n      \u003cdiv class=\"usp-icon-wrap\"\u003e✅\u003c\/div\u003e\n      \u003cdiv class=\"usp-body\"\u003e\n        \u003ch3\u003eMade Fresh. Never Frozen.\u003c\/h3\u003e\n        \u003cp\u003eWe cook everything from scratch every week. \u003cstrong\u003eYour meals are never frozen.\u003c\/strong\u003e The jerk marinade, the sauces, the sides — all made fresh with real Caribbean herbs and spices. It tastes like real food because it is real food.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"how\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"section-label\"\u003eSimple Process\u003c\/div\u003e\n    \u003ch2\u003eHere's How It Works\u003c\/h2\u003e\n    \u003cp class=\"lead\" style=\"margin-bottom: 0;\"\u003eThree easy steps. That's it.\u003c\/p\u003e\n    \u003cdiv class=\"steps\"\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003ePick Your Meals\u003c\/h4\u003e\n        \u003cp\u003eChoose what you want from this week's Caribbean menu.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eWe Cook Fresh\u003c\/h4\u003e\n        \u003cp\u003eChef DC cooks everything from scratch. Never frozen. Always real.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eWe Deliver to You\u003c\/h4\u003e\n        \u003cp\u003eYour meals arrive right at your door across Oshawa and the GTA.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- DELIVERY AREA --\u003e\n\u003csection class=\"delivery\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"section-label\"\u003eDelivery Area\u003c\/div\u003e\n    \u003ch2\u003eWe Come to You.\u003c\/h2\u003e\n    \u003cp class=\"lead\"\u003eWe deliver on set days every week. Check if we deliver to you below.\u003c\/p\u003e\n    \u003cdiv class=\"delivery-box\"\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eFresh Meals. Straight to Your Door.\u003c\/h3\u003e\n        \u003cp\u003eOrder your meals and we'll show up at your door. No cooking. No grocery runs. No stress. Just great Caribbean food waiting for you.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp style=\"font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 12px;\"\u003eWe Deliver To\u003c\/p\u003e\n        \u003cdiv class=\"town-grid\"\u003e\n          \u003cspan class=\"town-pill\"\u003eOshawa\u003c\/span\u003e\n          \u003cspan class=\"town-pill\"\u003eToronto\u003c\/span\u003e\n          \u003cspan class=\"town-pill\"\u003eScarborough\u003c\/span\u003e\n          \u003cspan class=\"town-pill\"\u003ePickering\u003c\/span\u003e\n          \u003cspan class=\"town-pill\"\u003eAjax\u003c\/span\u003e\n          \u003cspan class=\"town-pill\"\u003eWhitby\u003c\/span\u003e\n          \u003cspan class=\"town-pill\"\u003eBrampton\u003c\/span\u003e\n          \u003cspan class=\"town-pill\"\u003eMississauga\u003c\/span\u003e\n          \u003cspan class=\"town-pill\"\u003e+ Surrounding GTA\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- MEAL PLANS --\u003e\n\u003csection class=\"plans\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"section-label\"\u003eMeal Plans\u003c\/div\u003e\n    \u003ch2\u003eWant More Than 5 Meals?\u003c\/h2\u003e\n    \u003cp class=\"lead\"\u003ePick the plan that fits your week. No subscription. Pay once and you're done.\u003c\/p\u003e\n    \u003cdiv class=\"plan-grid\" style=\"grid-template-columns: repeat(4, 1fr);\"\u003e\n      \u003ca class=\"plan-card\" href=\"https:\/\/mealsbychefdc.myshopify.com\/products\/6-meal-plan\"\u003e\n        \u003cdiv class=\"plan-num\"\u003e6\u003c\/div\u003e\n        \u003cdiv class=\"plan-label\"\u003eMeal Plan\u003c\/div\u003e\n        \u003cp style=\"font-size: 13px; color: var(--muted); margin-bottom: 14px; line-height: 1.5;\"\u003eSix fresh Caribbean meals.\u003c\/p\u003e\n        \u003cspan class=\"plan-cta\"\u003eOrder Now →\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"plan-card\" href=\"https:\/\/mealsbychefdc.myshopify.com\/products\/7-meal-plan\"\u003e\n        \u003cdiv class=\"plan-num\"\u003e7\u003c\/div\u003e\n        \u003cdiv class=\"plan-label\"\u003eMeal Plan\u003c\/div\u003e\n        \u003cp style=\"font-size: 13px; color: var(--muted); margin-bottom: 14px; line-height: 1.5;\"\u003eCover your whole week.\u003c\/p\u003e\n        \u003cspan class=\"plan-cta\"\u003eOrder Now →\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"plan-card\" href=\"https:\/\/mealsbychefdc.myshopify.com\/products\/10-meal-plan\"\u003e\n        \u003cdiv class=\"plan-num\"\u003e10\u003c\/div\u003e\n        \u003cdiv class=\"plan-label\"\u003eMeal Plan\u003c\/div\u003e\n        \u003cp style=\"font-size: 13px; color: var(--muted); margin-bottom: 14px; line-height: 1.5;\"\u003eGreat for families or meal preppers.\u003c\/p\u003e\n        \u003cspan class=\"plan-cta\"\u003eOrder Now →\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"plan-card\" href=\"https:\/\/mealsbychefdc.myshopify.com\/products\/15-meal-plan\"\u003e\n        \u003cdiv class=\"plan-num\"\u003e15\u003c\/div\u003e\n        \u003cdiv class=\"plan-label\"\u003eMeal Plan\u003c\/div\u003e\n        \u003cp style=\"font-size: 13px; color: var(--muted); margin-bottom: 14px; line-height: 1.5;\"\u003eStock up and save time all month.\u003c\/p\u003e\n        \u003cspan class=\"plan-cta\"\u003eOrder Now →\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ORDER CTA --\u003e\n\u003csection class=\"order-cta\"\u003e\n  \u003ch2\u003eDinners You'll Actually Look Forward To.\u003c\/h2\u003e\n  \u003cp\u003eReal Caribbean food. Made fresh. Delivered to your door across the GTA.\u003c\/p\u003e\n  \u003ca class=\"btn-order\" href=\"https:\/\/mealsbychefdc.myshopify.com\"\u003eOrder Now →\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- CONTACT --\u003e\n\u003cdiv class=\"contact-bar\"\u003e\n  \u003cp\u003eGot a question? \u003ca href=\"https:\/\/mealsbychefdc.myshopify.com\/contact\"\u003eWe're one message away →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Chef DC meals","offers":[{"title":"Default Title","offer_id":48640990118142,"sku":null,"price":0.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/1551\/2318\/files\/0_078f7595-7af3-4b86-bdad-06f886b359e3.jpg?v=1783620025","url":"https:\/\/chefdcmeals.com\/products\/test","provider":"Chef DC Meals","version":"1.0","type":"link"}