{"product_id":"heirloom-seed-vault-kit-35-pack","title":"Heirloom Seed Vault Kit (35 Pack)","description":"\u003cstyle\u003e\n\/* =========================================================\n   HEIRLOOM SEED VAULT — VERTICAL SHOPIFY LANDING PAGE\n========================================================= *\/\n\n.seedvault-page {\n  --green: #284b36;\n  --dark: #18251d;\n  --light: #f5f3e9;\n  --cream: #fbfaf4;\n  --gold: #c99a3d;\n  --border: #dfe2d6;\n  --text: #243028;\n  --muted: #68736b;\n\n  width: 100%;\n  margin: 0;\n  padding: 0;\n  background: var(--cream);\n  color: var(--text);\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n  line-height: 1.6;\n  overflow: hidden;\n}\n\n.seedvault-page * {\n  box-sizing: border-box;\n}\n\n.seedvault-page img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n.sv-container {\n  width: 100%;\n  max-width: 760px;\n  margin: 0 auto;\n  padding-left: 18px;\n  padding-right: 18px;\n}\n\n.sv-section {\n  padding: 58px 0;\n}\n\n.sv-center {\n  text-align: center;\n}\n\n.sv-eyebrow {\n  margin-bottom: 10px;\n  color: var(--gold);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n.sv-title {\n  margin: 0 0 15px;\n  color: var(--dark);\n  font-size: 32px;\n  line-height: 1.15;\n  font-weight: 850;\n  letter-spacing: -.7px;\n}\n\n.sv-subtitle {\n  margin: 0 auto;\n  color: var(--muted);\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   HERO — VERTICAL\n========================================================= *\/\n\n.sv-hero {\n  padding: 48px 0 58px;\n  background:\n    radial-gradient(\n      circle at 80% 15%,\n      rgba(201,154,61,.15),\n      transparent 30%\n    ),\n    linear-gradient(\n      145deg,\n      #17251c 0%,\n      #284b36 100%\n    );\n  color: #fff;\n}\n\n.sv-hero-content {\n  text-align: center;\n}\n\n.sv-hero .sv-eyebrow {\n  color: #e2bb69;\n}\n\n.sv-hero h1 {\n  margin: 0 0 18px;\n  color: #fff;\n  font-size: 42px;\n  line-height: 1.04;\n  letter-spacing: -1.5px;\n  font-weight: 850;\n}\n\n.sv-hero h1 span {\n  color: #e2bb69;\n}\n\n.sv-hero-copy {\n  margin: 0 auto 24px;\n  max-width: 650px;\n  color: rgba(255,255,255,.84);\n  font-size: 17px;\n  line-height: 1.65;\n}\n\n.sv-hero-badges {\n  display: flex;\n  flex-direction: column;\n  gap: 9px;\n  margin: 0 auto 26px;\n  max-width: 420px;\n}\n\n.sv-hero-badge {\n  padding: 10px 14px;\n  border: 1px solid rgba(255,255,255,.16);\n  border-radius: 8px;\n  background: rgba(255,255,255,.07);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n}\n\n.sv-hero-image {\n  margin: 28px auto 24px;\n  max-width: 620px;\n  overflow: hidden;\n  border-radius: 15px;\n  border: 1px solid rgba(255,255,255,.15);\n  box-shadow: 0 20px 50px rgba(0,0,0,.25);\n}\n\n.sv-hero-image img {\n  width: 100%;\n}\n\n.sv-hero-stat {\n  display: inline-block;\n  margin: 0 auto 25px;\n  padding: 13px 25px;\n  border-radius: 10px;\n  background: #fff;\n  color: var(--dark);\n}\n\n.sv-hero-stat strong {\n  display: block;\n  font-size: 27px;\n  line-height: 1.1;\n}\n\n.sv-hero-stat span {\n  color: var(--muted);\n  font-size: 12px;\n}\n\n.sv-cta {\n  display: flex;\n  width: 100%;\n  max-width: 420px;\n  min-height: 55px;\n  margin: 0 auto;\n  align-items: center;\n  justify-content: center;\n  border-radius: 8px;\n  background: #e1b85e;\n  color: #18251d;\n  text-decoration: none;\n  font-size: 16px;\n  font-weight: 850;\n}\n\n.sv-trust {\n  display: flex;\n  flex-direction: column;\n  gap: 6px;\n  margin-top: 18px;\n  color: rgba(255,255,255,.66);\n  font-size: 12px;\n}\n\n\n\/* =========================================================\n   QUICK STATS — VERTICAL\n========================================================= *\/\n\n.sv-stats {\n  background: #fff;\n  border-bottom: 1px solid var(--border);\n}\n\n.sv-stats-list {\n  display: flex;\n  flex-direction: column;\n}\n\n.sv-stat {\n  padding: 22px 10px;\n  text-align: center;\n  border-bottom: 1px solid var(--border);\n}\n\n.sv-stat:last-child {\n  border-bottom: 0;\n}\n\n.sv-stat strong {\n  display: block;\n  color: var(--green);\n  font-size: 28px;\n  line-height: 1.1;\n  font-weight: 850;\n}\n\n.sv-stat span {\n  display: block;\n  margin-top: 5px;\n  color: var(--muted);\n  font-size: 12px;\n}\n\n\n\/* =========================================================\n   BENEFITS — ONE CARD PER ROW\n========================================================= *\/\n\n.sv-benefits {\n  background: var(--light);\n}\n\n.sv-benefit-list {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  margin-top: 30px;\n}\n\n.sv-benefit-card {\n  display: flex;\n  align-items: flex-start;\n  gap: 15px;\n  padding: 20px 18px;\n  background: #fff;\n  border: 1px solid var(--border);\n  border-radius: 12px;\n}\n\n.sv-icon {\n  flex: 0 0 42px;\n  width: 42px;\n  height: 42px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 10px;\n  background: #edf2e8;\n  font-size: 20px;\n}\n\n.sv-benefit-card h3 {\n  margin: 0 0 4px;\n  color: var(--dark);\n  font-size: 17px;\n  line-height: 1.3;\n}\n\n.sv-benefit-card p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 13px;\n  line-height: 1.55;\n}\n\n\n\/* =========================================================\n   IMAGE BLOCKS — VERTICAL\n========================================================= *\/\n\n.sv-image-section {\n  background: #fff;\n}\n\n.sv-image-block {\n  display: flex;\n  flex-direction: column;\n  gap: 28px;\n}\n\n.sv-image-box {\n  order: 1;\n  overflow: hidden;\n  border-radius: 14px;\n}\n\n.sv-image-content {\n  order: 2;\n}\n\n.sv-image-content h2 {\n  margin: 0 0 15px;\n  color: var(--dark);\n  font-size: 30px;\n  line-height: 1.15;\n}\n\n.sv-image-content p {\n  margin: 0 0 15px;\n  color: var(--muted);\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   INCLUDED\n========================================================= *\/\n\n.sv-included {\n  background: var(--cream);\n}\n\n.sv-included-image {\n  margin-top: 30px;\n  overflow: hidden;\n  border-radius: 14px;\n}\n\n.sv-list {\n  margin: 22px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n.sv-list li {\n  position: relative;\n  margin-bottom: 12px;\n  padding-left: 28px;\n  color: var(--text);\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n.sv-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  top: 0;\n  color: var(--green);\n  font-weight: 900;\n}\n\n.sv-crop-list {\n  display: flex;\n  flex-direction: column;\n  gap: 7px;\n  margin-top: 20px;\n}\n\n.sv-crop {\n  padding: 9px 12px;\n  border-radius: 7px;\n  background: #edf2e8;\n  color: var(--green);\n  font-size: 13px;\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   HOW IT WORKS — ONE STEP PER ROW\n========================================================= *\/\n\n.sv-how {\n  background: #fff;\n}\n\n.sv-steps {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  margin-top: 30px;\n}\n\n.sv-step {\n  padding: 21px 18px;\n  border: 1px solid var(--border);\n  border-radius: 11px;\n  background: #fff;\n}\n\n.sv-step-number {\n  display: inline-flex;\n  width: 34px;\n  height: 34px;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 11px;\n  border-radius: 50%;\n  background: var(--green);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.sv-step h3 {\n  margin: 0 0 5px;\n  color: var(--dark);\n  font-size: 17px;\n}\n\n.sv-step p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   SEED SAVING\n========================================================= *\/\n\n.sv-saving {\n  background:\n    linear-gradient(\n      rgba(24,37,29,.94),\n      rgba(24,37,29,.94)\n    ),\n    url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0945\/5881\/4571\/files\/b3.webp?v=1787517872\")\n    center \/ cover;\n  color: #fff;\n}\n\n.sv-saving .sv-title {\n  color: #fff;\n}\n\n.sv-saving .sv-subtitle {\n  color: rgba(255,255,255,.72);\n}\n\n.sv-cycle {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  margin-top: 30px;\n}\n\n.sv-cycle-item {\n  padding: 19px;\n  border: 1px solid rgba(255,255,255,.13);\n  border-radius: 10px;\n  background: rgba(255,255,255,.06);\n}\n\n.sv-cycle-item strong {\n  display: block;\n  margin-bottom: 3px;\n  color: #e2bb69;\n  font-size: 16px;\n}\n\n.sv-cycle-item span {\n  color: rgba(255,255,255,.68);\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   GROWING TIMELINE\n========================================================= *\/\n\n.sv-growing {\n  background: var(--light);\n}\n\n.sv-growing-image {\n  margin-top: 30px;\n  overflow: hidden;\n  border-radius: 14px;\n}\n\n.sv-timeline {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  margin-top: 22px;\n}\n\n.sv-time-item {\n  padding: 16px;\n  border-left: 4px solid var(--green);\n  border-radius: 6px;\n  background: #fff;\n}\n\n.sv-time-item strong {\n  display: block;\n  color: var(--green);\n  font-size: 15px;\n}\n\n.sv-time-item span {\n  color: var(--muted);\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   STORAGE\n========================================================= *\/\n\n.sv-storage {\n  background: #fff;\n}\n\n.sv-storage-image {\n  margin-top: 30px;\n  overflow: hidden;\n  border-radius: 14px;\n}\n\n.sv-storage-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  margin-top: 24px;\n}\n\n.sv-storage-item {\n  padding: 18px;\n  border-radius: 10px;\n  background: var(--light);\n}\n\n.sv-storage-item strong {\n  display: block;\n  margin-bottom: 4px;\n  color: var(--dark);\n  font-size: 15px;\n}\n\n.sv-storage-item span {\n  color: var(--muted);\n  font-size: 13px;\n}\n\n.sv-storage-note {\n  margin-top: 20px;\n  padding: 15px;\n  border-radius: 9px;\n  background: #edf2e8;\n  color: var(--green);\n  text-align: center;\n  font-size: 12px;\n}\n\n\n\/* =========================================================\n   USE CASES — VERTICAL\n========================================================= *\/\n\n.sv-use {\n  background: var(--light);\n}\n\n.sv-use-list {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  margin-top: 30px;\n}\n\n.sv-use-card {\n  padding: 20px 18px;\n  border-radius: 11px;\n  background: #fff;\n  border: 1px solid var(--border);\n}\n\n.sv-use-card h3 {\n  margin: 0 0 5px;\n  color: var(--dark);\n  font-size: 17px;\n}\n\n.sv-use-card p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.sv-details {\n  background: #fff;\n}\n\n.sv-detail-list {\n  display: flex;\n  flex-direction: column;\n  margin-top: 30px;\n  border-top: 1px solid var(--border);\n}\n\n.sv-detail {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  padding: 17px 5px;\n  border-bottom: 1px solid var(--border);\n}\n\n.sv-detail strong {\n  color: var(--green);\n  font-size: 19px;\n}\n\n.sv-detail span {\n  color: var(--muted);\n  font-size: 13px;\n  text-align: right;\n}\n\n\n\/* =========================================================\n   FAQ — OPEN\n========================================================= *\/\n\n.sv-faq {\n  background: var(--light);\n}\n\n.sv-faq-list {\n  margin-top: 30px;\n}\n\n.sv-faq-item {\n  padding: 21px 0;\n  border-bottom: 1px solid var(--border);\n}\n\n.sv-faq-item:first-child {\n  border-top: 1px solid var(--border);\n}\n\n.sv-faq-item h3 {\n  margin: 0 0 8px;\n  color: var(--dark);\n  font-size: 16px;\n  line-height: 1.4;\n}\n\n.sv-faq-item p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 13px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.sv-final {\n  padding: 58px 0;\n  background: var(--green);\n  color: #fff;\n  text-align: center;\n}\n\n.sv-final h2 {\n  margin: 0 0 14px;\n  color: #fff;\n  font-size: 32px;\n  line-height: 1.15;\n}\n\n.sv-final p {\n  margin: 0 auto 23px;\n  color: rgba(255,255,255,.75);\n  font-size: 15px;\n}\n\n.sv-final-points {\n  display: flex;\n  flex-direction: column;\n  gap: 7px;\n  margin-bottom: 25px;\n  color: rgba(255,255,255,.82);\n  font-size: 13px;\n}\n\n.sv-disclaimer {\n  margin-top: 22px;\n  color: rgba(255,255,255,.5);\n  font-size: 10px;\n  line-height: 1.6;\n}\n\n\n\/* =========================================================\n   DESKTOP — STILL VERTICAL\n========================================================= *\/\n\n@media (min-width: 768px) {\n\n  .sv-container {\n    max-width: 820px;\n  }\n\n  .sv-section {\n    padding: 75px 0;\n  }\n\n  .sv-hero {\n    padding: 70px 0 75px;\n  }\n\n  .sv-hero h1 {\n    font-size: 58px;\n  }\n\n  .sv-title {\n    font-size: 40px;\n  }\n\n  .sv-hero-copy {\n    font-size: 18px;\n  }\n\n  .sv-hero-badges {\n    flex-direction: row;\n    flex-wrap: wrap;\n    justify-content: center;\n    max-width: 700px;\n  }\n\n  .sv-hero-badge {\n    width: auto;\n  }\n\n  .sv-stats-list {\n    flex-direction: column;\n  }\n\n  .sv-stat {\n    padding: 25px;\n  }\n\n  .sv-benefit-list {\n    gap: 14px;\n  }\n\n  .sv-benefit-card {\n    padding: 23px;\n  }\n\n  .sv-crop-list {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 9px;\n  }\n\n  .sv-step {\n    padding: 25px;\n  }\n\n  .sv-cycle-item {\n    padding: 23px;\n  }\n\n  .sv-final {\n    padding: 75px 0;\n  }\n\n  .sv-final h2 {\n    font-size: 42px;\n  }\n\n  .sv-final-points {\n    flex-direction: row;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 8px 22px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"seedvault-page\"\u003e\n\u003c!-- =====================================================\n       01 — HERO\n  ====================================================== --\u003e\n\u003csection class=\"sv-hero\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003cdiv class=\"sv-hero-content\"\u003e\n\u003cdiv class=\"sv-eyebrow\"\u003eHEIRLOOM SEED COLLECTION\u003c\/div\u003e\n\u003ch1\u003e35-Variety\u003cbr\u003e\u003cspan\u003eHeirloom Seed Vault\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"sv-hero-copy\"\u003eGrow a diverse home garden with \u003cstrong\u003e35 varieties and 16,000+ seeds\u003c\/strong\u003e including vegetables, herbs, and greens. Open-pollinated varieties give you the option to save suitable seeds for future planting.\u003c\/p\u003e\n\u003cdiv class=\"sv-hero-badges\"\u003e\n\u003cdiv class=\"sv-hero-badge\"\u003e🌱 35 Seed Varieties\u003c\/div\u003e\n\u003cdiv class=\"sv-hero-badge\"\u003e🌾 16,000+ Total Seeds\u003c\/div\u003e\n\u003cdiv class=\"sv-hero-badge\"\u003e♻️ Open-Pollinated\u003c\/div\u003e\n\u003cdiv class=\"sv-hero-badge\"\u003e✓ Non-GMO\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-hero-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0653\/8333\/3986\/files\/Generated_Image_September_02_2026_-_3_08PM.jpg?v=1788332944\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sv-hero-stat\"\u003e\n\u003cstrong\u003e16,000+\u003c\/strong\u003e \u003cspan\u003e Seeds Included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"#seedvault-details\" class=\"sv-cta\"\u003e Explore What's Included \u003c\/a\u003e\n\u003cdiv class=\"sv-trust\"\u003e\n\u003cspan\u003e ✓ Individually Labeled Seed Packets \u003c\/span\u003e \u003cspan\u003e ✓ Designed for Long-Term Storage \u003c\/span\u003e \u003cspan\u003e ✓ Suitable for Home Gardens \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 — QUICK STATS\n  ====================================================== --\u003e\n\u003csection class=\"sv-stats\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003cdiv class=\"sv-stats-list\"\u003e\n\u003cdiv class=\"sv-stat\"\u003e\n\u003cstrong\u003e35\u003c\/strong\u003e \u003cspan\u003eDifferent Seed Varieties\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-stat\"\u003e\n\u003cstrong\u003e16,000+\u003c\/strong\u003e \u003cspan\u003eTotal Seeds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-stat\"\u003e\n\u003cstrong\u003eOpen\u003c\/strong\u003e \u003cspan\u003ePollinated Varieties\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-stat\"\u003e\n\u003cstrong\u003e10 Years*\u003c\/strong\u003e \u003cspan\u003eFreshness When Properly Stored\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 — KEY BENEFITS\n  ====================================================== --\u003e\n\u003csection class=\"sv-section sv-benefits\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003cdiv class=\"sv-center\"\u003e\n\u003cdiv class=\"sv-eyebrow\"\u003eWHY THIS COLLECTION\u003c\/div\u003e\n\u003ch2 class=\"sv-title\"\u003eEverything You Need to Start Growing\u003c\/h2\u003e\n\u003cp class=\"sv-subtitle\"\u003eInstead of collecting dozens of individual packets, start with one organized collection built around variety, quantity, and future planting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-benefit-list\"\u003e\n\u003cdiv class=\"sv-benefit-card\"\u003e\n\u003cdiv class=\"sv-icon\"\u003e🌱\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e35 Varieties\u003c\/h3\u003e\n\u003cp\u003eA broad selection of vegetables, herbs, and greens for a more diverse home garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-benefit-card\"\u003e\n\u003cdiv class=\"sv-icon\"\u003e🌾\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e16,000+ Seeds\u003c\/h3\u003e\n\u003cp\u003ePlenty of seeds to plant, experiment with, and keep available for future seasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-benefit-card\"\u003e\n\u003cdiv class=\"sv-icon\"\u003e♻️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eOpen-Pollinated\u003c\/h3\u003e\n\u003cp\u003eSuitable varieties can be saved from healthy plants and replanted in future seasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-benefit-card\"\u003e\n\u003cdiv class=\"sv-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEasy to Organize\u003c\/h3\u003e\n\u003cp\u003eEvery packet is individually labeled so you can identify and organize your collection easily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 — WHAT'S INCLUDED\n  ====================================================== --\u003e\n\u003csection class=\"sv-section sv-included\" id=\"seedvault-details\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003cdiv class=\"sv-center\"\u003e\n\u003cdiv class=\"sv-eyebrow\"\u003eWHAT'S INCLUDED\u003c\/div\u003e\n\u003ch2 class=\"sv-title\"\u003e35 Varieties. 16,000+ Seeds.\u003c\/h2\u003e\n\u003cp class=\"sv-subtitle\"\u003eA complete mix of familiar vegetables, herbs, and greens for everyday home gardening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-included-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0653\/8333\/3986\/files\/Generated_Image_September_02_2026_-_3_04PM.jpg?v=1788332707\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sv-crop-list\"\u003e\n\u003cdiv class=\"sv-crop\"\u003e🍅 Tomatoes\u003c\/div\u003e\n\u003cdiv class=\"sv-crop\"\u003e🌶 Peppers\u003c\/div\u003e\n\u003cdiv class=\"sv-crop\"\u003e🥬 Lettuce\u003c\/div\u003e\n\u003cdiv class=\"sv-crop\"\u003e🥬 Kale\u003c\/div\u003e\n\u003cdiv class=\"sv-crop\"\u003e🌿 Basil\u003c\/div\u003e\n\u003cdiv class=\"sv-crop\"\u003e🌿 Cilantro\u003c\/div\u003e\n\u003cdiv class=\"sv-crop\"\u003e🥕 Carrots\u003c\/div\u003e\n\u003cdiv class=\"sv-crop\"\u003e🌱 Radishes\u003c\/div\u003e\n\u003cdiv class=\"sv-crop\"\u003e🥒 Cucumbers\u003c\/div\u003e\n\u003cdiv class=\"sv-crop\"\u003e🎃 Squash\u003c\/div\u003e\n\u003cdiv class=\"sv-crop\"\u003e🫘 Beans\u003c\/div\u003e\n\u003cdiv class=\"sv-crop\"\u003e🌱 And More\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"sv-list\"\u003e\n\u003cli\u003e16,000+ total seeds across 35 varieties\u003c\/li\u003e\n\u003cli\u003eIndividually labeled packets\u003c\/li\u003e\n\u003cli\u003ePlanting depth and spacing information\u003c\/li\u003e\n\u003cli\u003eSunlight requirements\u003c\/li\u003e\n\u003cli\u003eDays-to-harvest information\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 — SEED QUALITY\n  ====================================================== --\u003e\n\u003csection class=\"sv-section sv-image-section\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003cdiv class=\"sv-image-block\"\u003e\n\u003cdiv class=\"sv-image-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0945\/5881\/4571\/files\/b2.webp?v=1787517872\" alt=\"Seed quality and standards\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sv-image-content\"\u003e\n\u003cdiv class=\"sv-eyebrow\"\u003eSEED QUALITY\u003c\/div\u003e\n\u003ch2\u003eSeeds Chosen With Future Planting in Mind\u003c\/h2\u003e\n\u003cp\u003eThe collection focuses on heirloom and open-pollinated varieties for gardeners who want to grow now while keeping the option of saving suitable seeds for later.\u003c\/p\u003e\n\u003cul class=\"sv-list\"\u003e\n\u003cli\u003eHeirloom varieties\u003c\/li\u003e\n\u003cli\u003eOpen-pollinated\u003c\/li\u003e\n\u003cli\u003eNon-GMO\u003c\/li\u003e\n\u003cli\u003eNo hybrid varieties in the collection\u003c\/li\u003e\n\u003cli\u003eIndividually identified seed packets\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       06 — HOW TO USE\n  ====================================================== --\u003e\n\u003csection class=\"sv-section sv-how\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003cdiv class=\"sv-center\"\u003e\n\u003cdiv class=\"sv-eyebrow\"\u003eHOW TO GROW\u003c\/div\u003e\n\u003ch2 class=\"sv-title\"\u003eStart With a Few Seeds\u003c\/h2\u003e\n\u003cp class=\"sv-subtitle\"\u003eYou don't need to plant everything at once. Choose the varieties that fit your space and season, then expand your garden over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-steps\"\u003e\n\u003cdiv class=\"sv-step\"\u003e\n\u003cdiv class=\"sv-step-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eChoose Your Varieties\u003c\/h3\u003e\n\u003cp\u003eSelect crops based on your climate, growing season, available space, and sunlight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-step\"\u003e\n\u003cdiv class=\"sv-step-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eRead the Packet\u003c\/h3\u003e\n\u003cp\u003eCheck the recommended planting depth, spacing, sunlight, and timing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-step\"\u003e\n\u003cdiv class=\"sv-step-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003ePlant \u0026amp; Water\u003c\/h3\u003e\n\u003cp\u003ePlant at the recommended depth and maintain appropriate moisture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-step\"\u003e\n\u003cdiv class=\"sv-step-number\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eGrow \u0026amp; Care\u003c\/h3\u003e\n\u003cp\u003eProvide suitable sunlight, water, spacing, and regular garden care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-step\"\u003e\n\u003cdiv class=\"sv-step-number\"\u003e05\u003c\/div\u003e\n\u003ch3\u003eHarvest\u003c\/h3\u003e\n\u003cp\u003eHarvest each crop according to its variety and recommended maturity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-step\"\u003e\n\u003cdiv class=\"sv-step-number\"\u003e06\u003c\/div\u003e\n\u003ch3\u003eSave Suitable Seeds\u003c\/h3\u003e\n\u003cp\u003eSelect healthy mature plants, properly prepare the seeds, dry them, label them, and store them for future planting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       07 — SEED SAVING\n  ====================================================== --\u003e\n\u003csection class=\"sv-section sv-saving\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003cdiv class=\"sv-center\"\u003e\n\u003cdiv class=\"sv-eyebrow\"\u003eTHE LONG-TERM ADVANTAGE\u003c\/div\u003e\n\u003ch2 class=\"sv-title\"\u003eGrow This Season.\u003cbr\u003eSave for the Next.\u003c\/h2\u003e\n\u003cp class=\"sv-subtitle\"\u003eOpen-pollinated varieties give gardeners the opportunity to save suitable seeds from healthy plants and use them in future growing seasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-cycle\"\u003e\n\u003cdiv class=\"sv-cycle-item\"\u003e\n\u003cstrong\u003e 01 · Plant \u003c\/strong\u003e \u003cspan\u003e Start with seeds from the collection. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-cycle-item\"\u003e\n\u003cstrong\u003e 02 · Harvest \u003c\/strong\u003e \u003cspan\u003e Choose healthy, mature plants. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-cycle-item\"\u003e\n\u003cstrong\u003e 03 · Save \u003c\/strong\u003e \u003cspan\u003e Collect, dry, label, and store suitable seeds. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-cycle-item\"\u003e\n\u003cstrong\u003e 04 · Replant \u003c\/strong\u003e \u003cspan\u003e Use properly stored saved seeds in a future season. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       08 — GROWING TIMELINE\n  ====================================================== --\u003e\n\u003csection class=\"sv-section sv-growing\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003cdiv class=\"sv-center\"\u003e\n\u003cdiv class=\"sv-eyebrow\"\u003eGROWING TIMELINE\u003c\/div\u003e\n\u003ch2 class=\"sv-title\"\u003eEvery Crop Has Its Own Schedule\u003c\/h2\u003e\n\u003cp class=\"sv-subtitle\"\u003eGermination and harvest times vary by variety and growing conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-growing-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0945\/5881\/4571\/files\/b4.webp?v=1787517872\" alt=\"Seed growing timeline\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sv-timeline\"\u003e\n\u003cdiv class=\"sv-time-item\"\u003e\n\u003cstrong\u003e 7–14 Days \u003c\/strong\u003e \u003cspan\u003e Some fast-growing lettuce, radish, and herb varieties may begin sprouting under suitable conditions. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-time-item\"\u003e\n\u003cstrong\u003e Several Weeks \u003c\/strong\u003e \u003cspan\u003e Tomatoes, peppers, squash, and other crops generally need more time to establish. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-time-item\"\u003e\n\u003cstrong\u003e Harvest Time \u003c\/strong\u003e \u003cspan\u003e Harvest timing depends on the specific variety, weather, soil, sunlight, water, and care. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       09 — STORAGE \u0026 CARE\n  ====================================================== --\u003e\n\u003csection class=\"sv-section sv-storage\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003cdiv class=\"sv-center\"\u003e\n\u003cdiv class=\"sv-eyebrow\"\u003eSTORAGE \u0026amp; CARE\u003c\/div\u003e\n\u003ch2 class=\"sv-title\"\u003eStore It Properly Until You're Ready to Plant\u003c\/h2\u003e\n\u003cp class=\"sv-subtitle\"\u003eYou don't have to use all 35 varieties at once. Keep unused seeds protected until the right season.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-storage-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0945\/5881\/4571\/files\/b5_rip.webp?v=1787517872\" alt=\"Seed storage and freshness\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sv-storage-list\"\u003e\n\u003cdiv class=\"sv-storage-item\"\u003e\n\u003cstrong\u003e 🌡 Keep Seeds Cool \u003c\/strong\u003e \u003cspan\u003e Protect unused packets from excessive heat. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-storage-item\"\u003e\n\u003cstrong\u003e 💧 Keep Seeds Dry \u003c\/strong\u003e \u003cspan\u003e Moisture can reduce seed viability, so protect packets from humidity. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-storage-item\"\u003e\n\u003cstrong\u003e ☀️ Avoid Direct Sunlight \u003c\/strong\u003e \u003cspan\u003e Store the collection in a dark or low-light location. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-storage-item\"\u003e\n\u003cstrong\u003e 📦 Protect From Humidity \u003c\/strong\u003e \u003cspan\u003e Keep packets sealed and consider an airtight container for additional protection. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-storage-note\"\u003e\n\u003cstrong\u003e Up to 10-Year Freshness* \u003c\/strong\u003e when properly stored. Actual seed viability varies by variety and storage conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       10 — WHERE TO GROW\n  ====================================================== --\u003e\n\u003csection class=\"sv-section sv-use\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003cdiv class=\"sv-center\"\u003e\n\u003cdiv class=\"sv-eyebrow\"\u003eMADE FOR DIFFERENT GARDENS\u003c\/div\u003e\n\u003ch2 class=\"sv-title\"\u003eGrow Where You Have Space\u003c\/h2\u003e\n\u003cp class=\"sv-subtitle\"\u003eChoose suitable varieties for your available growing space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-use-list\"\u003e\n\u003cdiv class=\"sv-use-card\"\u003e\n\u003ch3\u003e🏡 Backyard Gardens\u003c\/h3\u003e\n\u003cp\u003ePlant suitable varieties directly in traditional garden beds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-use-card\"\u003e\n\u003ch3\u003e🪴 Containers \u0026amp; Patios\u003c\/h3\u003e\n\u003cp\u003eGrow suitable herbs, greens, and vegetables in containers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-use-card\"\u003e\n\u003ch3\u003e🌿 Raised Beds\u003c\/h3\u003e\n\u003cp\u003eOrganize different crops into manageable growing sections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-use-card\"\u003e\n\u003ch3\u003e👨🌾 Beginner Gardens\u003c\/h3\u003e\n\u003cp\u003eStart with a few easy-to-manage varieties and expand gradually.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-use-card\"\u003e\n\u003ch3\u003e🌾 Homesteading\u003c\/h3\u003e\n\u003cp\u003eBuild practical experience with growing, harvesting, and saving suitable seeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-use-card\"\u003e\n\u003ch3\u003e📦 Long-Term Seed Storage\u003c\/h3\u003e\n\u003cp\u003eKeep unused packets stored properly for future growing seasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       11 — PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"sv-section sv-details\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003cdiv class=\"sv-center\"\u003e\n\u003cdiv class=\"sv-eyebrow\"\u003ePRODUCT DETAILS\u003c\/div\u003e\n\u003ch2 class=\"sv-title\"\u003eEverything at a Glance\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-detail-list\"\u003e\n\u003cdiv class=\"sv-detail\"\u003e\n\u003cstrong\u003e 35 \u003c\/strong\u003e \u003cspan\u003e Seed Varieties \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-detail\"\u003e\n\u003cstrong\u003e 16,000+ \u003c\/strong\u003e \u003cspan\u003e Total Seeds \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-detail\"\u003e\n\u003cstrong\u003e Open \u003c\/strong\u003e \u003cspan\u003e Pollinated \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-detail\"\u003e\n\u003cstrong\u003e Non-GMO \u003c\/strong\u003e \u003cspan\u003e Seed Collection \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-detail\"\u003e\n\u003cstrong\u003e 10 Years* \u003c\/strong\u003e \u003cspan\u003e Freshness When Properly Stored \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       12 — FAQ\n  ====================================================== --\u003e\n\u003csection class=\"sv-section sv-faq\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003cdiv class=\"sv-center\"\u003e\n\u003cdiv class=\"sv-eyebrow\"\u003eQUESTIONS, ANSWERED\u003c\/div\u003e\n\u003ch2 class=\"sv-title\"\u003eEverything You Need to Know\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-list\"\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eWhat exactly comes in the seed vault?\u003c\/h3\u003e\n\u003cp\u003eThe collection includes 35 varieties and 16,000+ total seeds, covering a mix of vegetables, herbs, and greens. Each variety comes in an individually labeled packet with essential growing information.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eAre these heirloom and open-pollinated seeds?\u003c\/h3\u003e\n\u003cp\u003eYes. The collection focuses on heirloom and open-pollinated varieties, making suitable varieties appropriate for gardeners interested in saving seeds for future planting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eAre the seeds non-GMO?\u003c\/h3\u003e\n\u003cp\u003eYes. The collection contains non-GMO seed varieties.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eCan I save the seeds and plant them next year?\u003c\/h3\u003e\n\u003cp\u003eYes. Suitable open-pollinated varieties can be saved from healthy mature plants and replanted in future seasons when properly harvested, dried, and stored.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eWill the plants be exactly the same every year?\u003c\/h3\u003e\n\u003cp\u003eOpen-pollinated varieties can maintain consistent characteristics when properly grown and managed. However, cross-pollination can affect future generations, so gardeners who want to preserve a specific seed line should use appropriate isolation practices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eIs this seed collection beginner-friendly?\u003c\/h3\u003e\n\u003cp\u003eYes. Start with only a few varieties and follow the information printed on each packet. You don't need to plant all 35 varieties at once.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eWill these seeds grow where I live?\u003c\/h3\u003e\n\u003cp\u003eGrowing success depends on your local climate, frost dates, temperature, soil, sunlight, water, and the specific crop. Check each packet and adapt planting times to your local conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eHow quickly will the seeds sprout?\u003c\/h3\u003e\n\u003cp\u003eSome fast-growing varieties may begin sprouting within approximately 7–14 days under suitable conditions. Other crops require more time. Germination varies by variety and environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eDo I need a backyard?\u003c\/h3\u003e\n\u003cp\u003eNo. Depending on the crop, suitable varieties can be grown in containers, raised beds, patios, balconies, window boxes, or traditional garden beds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eDo I have to plant everything at once?\u003c\/h3\u003e\n\u003cp\u003eNo. Choose varieties according to your available space, growing season, and gardening goals. Keep unused packets properly sealed and stored.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eHow should I store the seeds?\u003c\/h3\u003e\n\u003cp\u003eStore unused seeds in a cool, dry, dark location protected from moisture and heat. Keeping packets sealed and placing them inside an airtight container can provide additional protection from humidity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eCan I save seeds from my own plants?\u003c\/h3\u003e\n\u003cp\u003eYes. For suitable open-pollinated varieties, select healthy mature plants, allow seeds to reach the appropriate maturity, clean and dry them properly, then label and store them for future use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eIs this good for long-term preparedness?\u003c\/h3\u003e\n\u003cp\u003eThe collection can be part of a broader gardening and seed-storage plan. However, seeds are not an immediate food supply. Successful harvests require suitable soil, water, climate, time, and care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sv-faq-item\"\u003e\n\u003ch3\u003eHow long can the seeds be stored?\u003c\/h3\u003e\n\u003cp\u003eThe collection is designed for long-term storage, with up to 10-year freshness when properly stored. Actual viability depends on the individual variety, age, moisture, temperature, and storage conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       13 — FINAL CTA\n  ====================================================== --\u003e\n\u003csection class=\"sv-final\"\u003e\n\u003cdiv class=\"sv-container\"\u003e\n\u003ch2\u003eGrow More Than One Season.\u003c\/h2\u003e\n\u003cp\u003eStart with 35 varieties and 16,000+ seeds, then build your garden season by season.\u003c\/p\u003e\n\u003cdiv class=\"sv-final-points\"\u003e\n\u003cspan\u003e 🌱 35 Varieties \u003c\/span\u003e \u003cspan\u003e 🌾 16,000+ Seeds \u003c\/span\u003e \u003cspan\u003e ♻️ Open-Pollinated \u003c\/span\u003e \u003cspan\u003e ✓ Non-GMO \u003c\/span\u003e \u003cspan\u003e 📦 Long-Term Storage \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"sv-disclaimer\"\u003e*Freshness and germination depend on seed variety, age, storage conditions, planting conditions, climate, soil, water, sunlight, and care. No specific germination rate, harvest, yield, or growing outcome is guaranteed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"PWR SUPP","offers":[{"title":"Default Title","offer_id":43280327639138,"sku":"RF-HSVK-0424","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0653\/8333\/3986\/files\/GeneratedImageSeptember02_2026-3_10PM.jpg?v=1788333340","url":"https:\/\/www.getpwrsupp.com\/products\/heirloom-seed-vault-kit-35-pack","provider":"PWR SUPP","version":"1.0","type":"link"}