{"product_id":"buildasoil-starter-kit-grassroots-edition","title":"BuildASoil Starter Kit: Grassroots Edition","description":"\u003c!--\n  BuildASoil Starter Kit: Grassroots Edition\n  Shopify product description block.\n\n  HOW TO USE:\n  1. In Shopify admin, open this product.\n  2. In the Description box, click the \"\u003c\u003e\" (Show HTML) button.\n  3. Paste everything below this comment.\n  4. Save. Everything is scoped under .bas-grassroots-kit so it will not\n     touch the rest of your theme, and will not collide with the Earthbox\n     block. No external images or files required.\n--\u003e\n\u003cstyle\u003e\n    .bas-grassroots-kit *,\n    .bas-grassroots-kit *::before,\n    .bas-grassroots-kit *::after { box-sizing: border-box; }\n\n    .bas-grassroots-kit {\n      --loam: #4a3826;\n      --loam-dark: #2c2015;\n      --green: #4d7c34;\n      --green-deep: #355a23;\n      --paper: #f5f0e5;\n      --paper-2: #ece3d0;\n      --line: #ddd2bc;\n      --straw: #b8862f;\n      --straw-deep: #8f6716;\n      --muted: #6a6052;\n\n      width: 100%;\n      max-width: 1000px;\n      margin: 0 auto;\n      color: var(--loam-dark);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      line-height: 1.6;\n      font-size: 16px;\n    }\n\n    .bas-grassroots-kit h2,\n    .bas-grassroots-kit h3,\n    .bas-grassroots-kit .bas-lede {\n      font-family: \"Iowan Old Style\", \"Palatino Linotype\", Palatino, Georgia, \"Times New Roman\", serif;\n    }\n\n    .bas-grassroots-kit p { margin: 0 0 1em; }\n    .bas-grassroots-kit p:last-child { margin-bottom: 0; }\n\n    .bas-grassroots-kit .bas-eyebrow {\n      display: inline-block;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: var(--green-deep);\n      margin: 0 0 14px;\n    }\n\n    \/* ---- Hero ---- *\/\n    .bas-hero {\n      max-width: 760px;\n      padding: 4px 0 8px;\n    }\n    .bas-hero h2 {\n      font-size: clamp(28px, 4.4vw, 42px);\n      line-height: 1.1;\n      font-weight: 600;\n      margin: 0 0 16px;\n      letter-spacing: -0.01em;\n    }\n    .bas-hero h2 em { font-style: italic; color: var(--green-deep); }\n    .bas-lede {\n      font-size: clamp(17px, 2vw, 20px);\n      line-height: 1.5;\n      color: var(--loam);\n    }\n    .bas-stat {\n      display: inline-block;\n      margin-top: 20px;\n      padding: 9px 16px;\n      background: var(--paper);\n      border: 1px solid var(--line);\n      border-radius: 999px;\n      font-size: 14px;\n      color: var(--muted);\n    }\n    .bas-stat b { color: var(--loam-dark); font-weight: 700; }\n\n    .bas-diagram {\n      margin: 6px auto 0;\n      max-width: 640px;\n      background: #f5eedd;\n      border: 1px solid var(--line);\n      border-radius: 18px;\n      padding: 20px;\n    }\n    .bas-diagram svg { display: block; width: 100%; height: auto; }\n\n    \/* ---- Section frame ---- *\/\n    .bas-section { margin-top: 48px; }\n    .bas-section \u003e h3 {\n      font-size: clamp(21px, 2.6vw, 26px);\n      font-weight: 600;\n      margin: 0 0 6px;\n    }\n    .bas-section \u003e .bas-sub {\n      color: var(--muted);\n      margin: 0 0 22px;\n      max-width: 62ch;\n    }\n\n    \/* ---- Featured (the pot) card ---- *\/\n    .bas-feature {\n      background: var(--paper);\n      border: 1px solid var(--line);\n      border-left: 5px solid var(--straw);\n      border-radius: 14px;\n      padding: 22px 24px;\n      margin-bottom: 16px;\n    }\n    .bas-feature h4 {\n      font-family: \"Iowan Old Style\", Palatino, Georgia, serif;\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 8px;\n      color: var(--loam-dark);\n    }\n    .bas-feature p { font-size: 15px; color: var(--loam); margin: 0; max-width: 70ch; }\n\n    \/* ---- Kit cards ---- *\/\n    .bas-cards {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n      gap: 16px;\n    }\n    .bas-card {\n      background: var(--paper);\n      border: 1px solid var(--line);\n      border-radius: 14px;\n      padding: 22px 20px;\n      transition: transform 0.18s ease, box-shadow 0.18s ease;\n    }\n    .bas-card:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 10px 24px rgba(44, 32, 21, 0.10);\n    }\n    .bas-qty {\n      display: inline-block;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: #fff;\n      background: var(--green-deep);\n      padding: 4px 10px;\n      border-radius: 999px;\n      margin-bottom: 12px;\n    }\n    .bas-qty--straw { background: var(--straw-deep); }\n    .bas-card h4 {\n      font-family: \"Iowan Old Style\", Palatino, Georgia, serif;\n      font-size: 19px;\n      font-weight: 600;\n      margin: 0 0 8px;\n      color: var(--loam-dark);\n    }\n    .bas-card p { font-size: 14.5px; color: var(--loam); }\n\n    \/* ---- Why list ---- *\/\n    .bas-why {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 2px 0;\n      border-top: 1px solid var(--line);\n    }\n    .bas-why .bas-row {\n      border-bottom: 1px solid var(--line);\n      padding: 18px 22px 18px 0;\n    }\n    .bas-why .bas-row h4 {\n      font-size: 16px;\n      font-weight: 700;\n      margin: 0 0 4px;\n      color: var(--loam-dark);\n    }\n    .bas-why .bas-row h4 span { color: var(--green-deep); margin-right: 8px; }\n    .bas-why .bas-row p { font-size: 14.5px; color: var(--muted); margin: 0; }\n\n    \/* ---- Steps ---- *\/\n    .bas-steps {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      counter-reset: bas-step;\n    }\n    .bas-steps li {\n      position: relative;\n      display: flex !important;\n      gap: 16px;\n      align-items: flex-start;\n      padding: 0 0 22px 0 !important;\n      margin: 0;\n      list-style: none !important;\n      counter-increment: bas-step;\n    }\n    .bas-steps li:last-child { padding-bottom: 0 !important; }\n    .bas-steps li::before {\n      content: counter(bas-step);\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--green);\n      color: #fff;\n      font-weight: 700;\n      font-size: 16px;\n      border-radius: 50%;\n    }\n    .bas-steps li::after {\n      content: \"\";\n      position: absolute;\n      left: 18px;\n      top: 44px;\n      bottom: 4px;\n      width: 2px;\n      background: var(--line);\n    }\n    .bas-steps li:last-child::after { display: none; }\n    .bas-step-body { padding-top: 5px; }\n    .bas-step-body h4 {\n      margin: 0 0 4px;\n      font-size: 16px;\n      font-weight: 700;\n      color: var(--loam-dark);\n    }\n    .bas-step-body p { margin: 0; font-size: 14.5px; color: var(--muted); }\n\n    \/* ---- Links + callout ---- *\/\n    .bas-grassroots-kit a.bas-link {\n      color: var(--green-deep);\n      font-weight: 600;\n      text-decoration: underline;\n      text-underline-offset: 2px;\n    }\n    .bas-grassroots-kit a.bas-link:hover { color: var(--straw-deep); }\n    .bas-callout {\n      margin-top: 28px;\n      background: var(--paper);\n      border-left: 4px solid var(--straw);\n      border-radius: 10px;\n      padding: 20px 24px;\n    }\n    .bas-callout h4 {\n      font-family: \"Iowan Old Style\", Palatino, Georgia, serif;\n      font-size: 18px;\n      font-weight: 600;\n      margin: 0 0 10px;\n      color: var(--loam-dark);\n    }\n    .bas-callout p { font-size: 14.5px; color: var(--loam); margin: 0 0 8px; }\n    .bas-callout p:last-child { margin-bottom: 0; }\n    .bas-callout b { color: var(--loam-dark); }\n    .bas-callout .bas-callout-link { margin-top: 12px; }\n\n    \/* ---- Upgrade box ---- *\/\n    .bas-upgrade {\n      margin-top: 16px;\n      background: #f7f1e2;\n      border: 1px dashed var(--straw);\n      border-radius: 14px;\n      padding: 22px 24px;\n    }\n    .bas-upgrade h4 {\n      font-family: \"Iowan Old Style\", Palatino, Georgia, serif;\n      font-size: 19px;\n      font-weight: 600;\n      margin: 0 0 8px;\n      color: var(--loam-dark);\n    }\n    .bas-upgrade .bas-upgrade-tag {\n      display: inline-block;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: #fff;\n      background: var(--straw-deep);\n      padding: 4px 10px;\n      border-radius: 999px;\n      margin-bottom: 12px;\n    }\n    .bas-upgrade p { font-size: 14.5px; color: var(--loam); margin: 0; max-width: 72ch; }\n\n    \/* ---- Need list ---- *\/\n    .bas-need {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 10px 24px;\n    }\n    .bas-need li {\n      position: relative;\n      padding-left: 26px;\n      font-size: 15px;\n      color: var(--loam);\n    }\n    .bas-need li::before {\n      content: \"\";\n      position: absolute;\n      left: 4px;\n      top: 9px;\n      width: 8px;\n      height: 8px;\n      border-radius: 50%;\n      background: var(--straw);\n    }\n\n    \/* ---- Closing note ---- *\/\n    .bas-note {\n      margin-top: 40px;\n      background: var(--loam-dark);\n      color: #f3ecdd;\n      border-radius: 16px;\n      padding: 28px 30px;\n    }\n    .bas-note h3 {\n      color: #fff;\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 8px;\n    }\n    .bas-note p { color: #e3d8c2; font-size: 15px; margin: 0; }\n\n    \/* ---- Responsive ---- *\/\n    @media (max-width: 760px) {\n      .bas-cards { grid-template-columns: 1fr; }\n      .bas-why { grid-template-columns: 1fr; }\n      .bas-need { grid-template-columns: 1fr; }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .bas-grassroots-kit .bas-card { transition: none; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"bas-grassroots-kit\"\u003e\n\u003c!-- ===== HERO ===== --\u003e\n\u003cdiv class=\"bas-hero\"\u003e\n\u003cspan class=\"bas-eyebrow\"\u003eThe classic way to grow living soil\u003c\/span\u003e\n\u003ch2\u003eLiving soil in a 15-gallon pot, the \u003cem\u003eclassic\u003c\/em\u003e way.\u003c\/h2\u003e\n\u003cp class=\"bas-lede\"\u003eEverything comes in one kit: the 15-gallon Grassroots fabric pot and the living soil and amendments to fill it. No bottles to mix, no feeding charts. You water by hand, top it with a living mulch, and the soil does the rest.\u003c\/p\u003e\n\u003cspan class=\"bas-stat\"\u003e\u003cb\u003eThe Grassroots pot is included\u003c\/b\u003e, along with the soil and amendments to fill it.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ===== WHAT'S IN THE KIT ===== --\u003e\n\u003cdiv class=\"bas-section\"\u003e\n\u003ch3\u003eWhat is in the kit\u003c\/h3\u003e\n\u003cp class=\"bas-sub\"\u003eThe pot and everything to fill it. One kit takes you from empty to growing, with no shelf full of bottles in sight.\u003c\/p\u003e\n\u003cdiv class=\"bas-feature\"\u003e\n\u003cspan class=\"bas-qty bas-qty--straw\"\u003eIncluded\u003c\/span\u003e\n\u003ch4\u003eThe 15-Gallon Grassroots Living Soil Container\u003c\/h4\u003e\n\u003cp\u003eA Grassroots fabric pot with a food-grade plastic Moisture Lock Liner, and the sweet-spot size for living soil. The liner keeps moisture inside where your living soil wants it, instead of wicking it out the sides like a plain fabric pot. Roots run all the way to the bottom and air-prune along the last 4 inches, which keeps the whole root system healthy. Fifteen gallons is where the biology really takes over and the soil becomes genuinely powerful. It is big enough to buffer your mistakes and push yield, and it is a great size to run no-till, where you keep planting back into the same living soil round after round instead of starting over.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bas-cards\"\u003e\n\u003cdiv class=\"bas-card\"\u003e\n\u003cspan class=\"bas-qty\"\u003e2 Cu Ft\u003c\/span\u003e\n\u003ch4\u003eBuildASoil Recipe 3.0\u003c\/h4\u003e\n\u003cp\u003eOur flagship living soil, and the same mix that earned the number one spot in an independent test of 26 bagged soils. It arrives biologically alive and fully amended, ready to plant the day it lands on your porch. Two cubic feet is right around 15 gallons, just what one pot holds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bas-card\"\u003e\n\u003cspan class=\"bas-qty\"\u003e1 Gallon\u003c\/span\u003e\n\u003ch4\u003eBuildAFlower Compost\u003c\/h4\u003e\n\u003cp\u003eThe living, biologically active compost layer you lay on top, built from compost, worm castings, biochar, rice bran, kelp meal, mustard seed meal, and gypsum. This is the layer your plant actually feeds from. You add about a gallon at setup and reapply as the plant grows.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bas-card\"\u003e\n\u003cspan class=\"bas-qty\"\u003e3 lb Bag\u003c\/span\u003e\n\u003ch4\u003eCraft Blend 2-4-2\u003c\/h4\u003e\n\u003cp\u003eOur most popular all-purpose top dress. A slow-release blend of premium dry amendments that keeps your soil fed for weeks at a time. This is the product that replaces a whole row of nutrient bottles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bas-card\"\u003e\n\u003cspan class=\"bas-qty bas-qty--straw\"\u003e½ Cu Ft\u003c\/span\u003e\n\u003ch4\u003eOrganic Straw Mulch\u003c\/h4\u003e\n\u003cp\u003eYour living mulch layer, and it is Certified Organic. That matters, because straw that is not organic has often been sprayed, and those chemicals can carry right into your living soil and harm the biology you are building. Spread over the surface, it holds moisture, feeds the soil life, and protects the surface roots. It is also what makes the cover crop upgrade possible.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== OPTIONAL UPGRADE ===== --\u003e\n\u003cdiv class=\"bas-upgrade\"\u003e\n\u003cspan class=\"bas-upgrade-tag\"\u003eOptional upgrade\u003c\/span\u003e\n\u003ch4\u003eAdd a Cover Crop\u003c\/h4\u003e\n\u003cp\u003eSow our 12-Seed Clover and Cover Crop Blend across the surface and let it grow up through the straw as a living mulch. It puts more living roots into the soil, moves moisture through the root zone, and feeds the soil with root exudates. As it grows you chop the fresh greens and drop them right onto the straw, and your pot turns into a self-feeding ecosystem that gets richer every round. Optional, but it is where this setup really shines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== WHY LIVING SOIL ===== --\u003e\n\u003cdiv class=\"bas-section\"\u003e\n\u003ch3\u003eWhy living soil, and why 15 gallons is the sweet spot\u003c\/h3\u003e\n\u003cp class=\"bas-sub\"\u003eLiving soil works the way the ground does in nature. A web of microbes and fungi holds the nutrients and hands them to your plant on demand, so your job gets a lot simpler. At 15 gallons, that whole system really comes alive.\u003c\/p\u003e\n\u003cdiv class=\"bas-why\"\u003e\n\u003cdiv class=\"bas-row\"\u003e\n\u003ch4\u003e\n\u003cspan\u003e•\u003c\/span\u003eNothing to mix or measure\u003c\/h4\u003e\n\u003cp\u003eThe food is already in the soil. No bottles, no feeding charts, no pH pen on the counter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bas-row\"\u003e\n\u003ch4\u003e\n\u003cspan\u003e•\u003c\/span\u003eHard to overdo\u003c\/h4\u003e\n\u003cp\u003eLiving soil buffers itself, so it is very hard to overfeed or burn your plant, even on your first grow. The big soil volume gives you even more room for error.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bas-row\"\u003e\n\u003ch4\u003e\n\u003cspan\u003e•\u003c\/span\u003eGets better with age\u003c\/h4\u003e\n\u003cp\u003eFifteen gallons is a great size for no-till. Keep planting back into the same living soil year after year. It is cheaper and far more sustainable than starting over.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bas-row\"\u003e\n\u003ch4\u003e\n\u003cspan\u003e•\u003c\/span\u003eA living mulch on top\u003c\/h4\u003e\n\u003cp\u003eCap it with straw, and grow a cover crop through it if you like. That living surface feeds the soil and holds moisture where the roots want it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== HOW IT WORKS ===== --\u003e\n\u003cdiv class=\"bas-section\"\u003e\n\u003ch3\u003eSetting it up in six steps\u003c\/h3\u003e\n\u003cp class=\"bas-sub\"\u003eThis is the BuildASoil way to run a 15-gallon pot with living soil. The full walkthrough, including the watering and feeding details, lives in our \u003ca class=\"bas-link\" href=\"https:\/\/buildasoil.com\/pages\/classic-living-soil-container-guide\"\u003eClassic Setup Guide\u003c\/a\u003e.\u003c\/p\u003e\n\u003col class=\"bas-steps\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"bas-step-body\"\u003e\n\u003ch4\u003eFill the pot with living soil\u003c\/h4\u003e\n\u003cp\u003eAdd all the BuildASoil 3.0 in your kit, about 15 gallons, filling the pot right up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"bas-step-body\"\u003e\n\u003ch4\u003eTransplant your plant\u003c\/h4\u003e\n\u003cp\u003eSettle your plant or seedling into the soil first, before you top dress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"bas-step-body\"\u003e\n\u003ch4\u003eAdd Craft Blend on top\u003c\/h4\u003e\n\u003cp\u003eSprinkle a quarter cup of Craft Blend per plant across the surface around your plant, right on top. No mixing in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"bas-step-body\"\u003e\n\u003ch4\u003eAdd the compost layer\u003c\/h4\u003e\n\u003cp\u003eLay about a gallon of BuildAFlower Compost on top of the Craft Blend. This is the living layer your plant feeds from.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"bas-step-body\"\u003e\n\u003ch4\u003eAdd your organic straw mulch layer\u003c\/h4\u003e\n\u003cp\u003eCover the surface with 1 to 2 inches of Organic Straw Mulch. It holds moisture, feeds the soil life, and protects the surface roots. Keep it lighter, around an inch, if you plan to grow a cover crop through it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"bas-step-body\"\u003e\n\u003ch4\u003eWater it in\u003c\/h4\u003e\n\u003cp\u003eGive everything a good watering to settle it and wake up the biology. Then keep that top layer moist. That is it, you are set up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"bas-callout\"\u003e\n\u003ch4\u003eHow to water (the important part)\u003c\/h4\u003e\n\u003cp\u003e\u003cb\u003eThe 5 to 10 percent rule:\u003c\/b\u003e water no more than 5 to 10 percent of your soil volume at a time. For a 15-gallon pot that is roughly 0.75 to 1.5 gallons. Keep the soil evenly moist, never soaked and never bone dry.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eMatch the water to the plant.\u003c\/b\u003e A small seedling in a big pot drinks very little and not very often. As the plant fills the container it drinks more, more often, until a big plant may want water daily. Read the plant and the soil rather than a rigid schedule.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWant to automate it?\u003c\/b\u003e BluMat and AutoPot systems handle the watering for you, holding the perfect moisture level with no timers to fuss over.\u003c\/p\u003e\n\u003cp class=\"bas-callout-link\"\u003e\u003ca class=\"bas-link\" href=\"https:\/\/buildasoil.com\/pages\/classic-living-soil-container-guide\"\u003eRead the full Classic Setup Guide →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== YOU'LL ALSO NEED ===== --\u003e\n\u003cdiv class=\"bas-section\"\u003e\n\u003ch3\u003eWhat to add on your end\u003c\/h3\u003e\n\u003cp class=\"bas-sub\"\u003eThe kit handles the pot, soil, and food. Here is the short list of what to have on hand so you are ready on day one.\u003c\/p\u003e\n\u003cul class=\"bas-need\"\u003e\n\u003cli\u003eA seed, clone, or starter plant\u003c\/li\u003e\n\u003cli\u003eLight, whether that is a sunny spot or a grow light\u003c\/li\u003e\n\u003cli\u003eClean water and a way to pour it\u003c\/li\u003e\n\u003cli\u003eOptional: red wigglers to speed up the soil life\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ===== CLOSING NOTE ===== --\u003e\n\u003cdiv class=\"bas-note\"\u003e\n\u003ch3\u003eMade by people who grow this stuff too\u003c\/h3\u003e\n\u003cp\u003eEvery batch is mixed in small runs in Montrose, Colorado, with the same ingredient and batch transparency we have stood behind for over a decade. Start here, learn the rhythm of feeding the soil instead of the plant, and you will have the foundation for everything you grow next.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== A LOOK INSIDE ===== --\u003e\n\u003cdiv class=\"bas-section\"\u003e\n\u003ch3\u003eA look inside your 15-gallon pot\u003c\/h3\u003e\n\u003cp class=\"bas-sub\"\u003eThe whole setup in one picture: deep living soil full of roots, a rich top dress layer, and a living straw mulch with a cover crop growing up through it.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0248\/9641\/files\/BuildASoil_15_Gallon_Cross_Section.png?v=1783538064\" alt=\"Cross-section of a 15-gallon Grassroots living soil pot: roots, clover cover crop, and straw mulch\" style=\"display:block;width:100%;height:auto;border-radius:16px;border:1px solid #ddd2bc;\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BuildASoil","offers":[{"title":"Default Title","offer_id":63000504893811,"sku":null,"price":180.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0248\/9641\/files\/StarterKitGrassroots15Gallon.png?v=1783621324","url":"https:\/\/buildasoil.com\/products\/buildasoil-starter-kit-grassroots-edition","provider":"BuildASoil","version":"1.0","type":"link"}