{"product_id":"ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting","title":"Ripkitty Masoor (Lens culinaris) Lentil Seeds for Sprouting","description":"\u003cstyle\u003e\n  \/* Base Container - Green Border \u0026 Beige Background *\/\n  .rkai-lentil-box {\n    position: relative;\n    max-width: 960px;\n    margin: 40px auto;\n    background-color: #f5f5dc; \/* Beige *\/\n    font-family: 'Arial Black', Impact, sans-serif;\n    color: #000000;\n    line-height: 1.6;\n    \n    \/* Solid Green Border *\/\n    border: 12px solid #2e8b57; \/* Sea Green *\/\n    border-radius: 8px;\n    \n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);\n    padding: 2rem;\n    overflow: hidden;\n    isolation: isolate;\n  }\n\n  \/* Animated Optical Illusion Dot Gradients *\/\n  .rkai-dots-1, .rkai-dots-2 {\n    position: absolute;\n    top: -50%; left: -50%; width: 200%; height: 200%;\n    z-index: 1;\n    pointer-events: none;\n    opacity: 0.25;\n  }\n\n  .rkai-dots-1 {\n    background-image: radial-gradient(#000000 2px, transparent 2px);\n    background-size: 16px 16px;\n    animation: dotIllusion1 15s linear infinite;\n  }\n\n  .rkai-dots-2 {\n    background-image: radial-gradient(#2e8b57 2.5px, transparent 2.5px);\n    background-size: 18px 18px;\n    animation: dotIllusion2 12s linear infinite;\n    mix-blend-mode: multiply;\n  }\n\n  @keyframes dotIllusion1 {\n    0% { transform: rotate(0deg) scale(1); }\n    50% { transform: rotate(2deg) scale(1.05) translate(-20px, -20px); }\n    100% { transform: rotate(0deg) scale(1); }\n  }\n\n  @keyframes dotIllusion2 {\n    0% { transform: rotate(0deg) scale(1); }\n    50% { transform: rotate(-2deg) scale(1.05) translate(20px, 20px); }\n    100% { transform: rotate(0deg) scale(1); }\n  }\n\n  \/* Readable Content Layer *\/\n  .rkai-lentil-inner {\n    position: relative;\n    z-index: 2;\n    background: rgba(245, 245, 220, 0.92); \/* Frosted Beige *\/\n    padding: 35px;\n    border: 5px solid #000000;\n    box-shadow: 10px 10px 0px #2e8b57;\n  }\n\n  @media (max-width: 768px) {\n    .rkai-lentil-inner { padding: 20px; }\n    .rkai-lentil-box { padding: 15px; border-width: 8px; }\n  }\n\n  \/* Partnership Banner *\/\n  .rkai-lentil-partnership {\n    background-color: #000000;\n    color: #f5f5dc;\n    padding: 12px 20px;\n    text-align: center;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-weight: 900;\n    margin: -35px -35px 35px;\n    border-bottom: 5px solid #2e8b57;\n  }\n\n  .rkai-lentil-partnership span {\n    color: #2e8b57;\n  }\n\n  \/* Typography *\/\n  .rkai-lentil-header {\n    text-align: center;\n    margin-bottom: 30px;\n  }\n\n  .rkai-lentil-header h1 {\n    font-size: 46px;\n    font-weight: 900;\n    margin: 0 0 10px 0;\n    color: #000000;\n    text-transform: uppercase;\n    letter-spacing: -1px;\n    line-height: 1.1;\n  }\n\n  .rkai-lentil-subtitle {\n    color: #ffffff;\n    background: #2e8b57;\n    display: inline-block;\n    padding: 8px 20px;\n    font-size: 18px;\n    font-weight: 900;\n    margin-top: 10px;\n    text-transform: uppercase;\n    border: 3px solid #000000;\n  }\n\n  \/* Vulgar Ripkitty Intro Text *\/\n  .rkai-lentil-intro {\n    font-size: 20px;\n    color: #000000;\n    font-weight: 900;\n    font-family: 'Arial', sans-serif;\n    text-align: justify;\n    margin-bottom: 35px;\n    border-left: 8px solid #000000;\n    padding: 20px;\n    background: rgba(46, 139, 87, 0.15);\n  }\n\n  .rkai-lentil-intro strong {\n    color: #2e8b57;\n    text-transform: uppercase;\n  }\n\n  \/* Grid Layout for Specs *\/\n  .rkai-lentil-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    margin-bottom: 35px;\n  }\n\n  @media (max-width: 768px) {\n    .rkai-lentil-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* Spec Cards *\/\n  .rkai-lentil-card {\n    background: #f5f5dc;\n    border: 4px solid #000000;\n    padding: 25px;\n    transition: all 0.2s ease;\n    box-shadow: 6px 6px 0px #2e8b57;\n  }\n\n  .rkai-lentil-card:hover {\n    transform: translate(-3px, -3px);\n    box-shadow: 9px 9px 0px #2e8b57;\n  }\n\n  .rkai-lentil-card h2 {\n    color: #000000;\n    font-size: 24px;\n    font-weight: 900;\n    margin-top: 0;\n    margin-bottom: 15px;\n    text-transform: uppercase;\n    border-bottom: 4px solid #2e8b57;\n    padding-bottom: 8px;\n  }\n\n  \/* Lists *\/\n  .rkai-lentil-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    font-family: 'Arial', sans-serif;\n  }\n\n  .rkai-lentil-list li {\n    margin-bottom: 12px;\n    font-weight: 900;\n    color: #000000;\n    font-size: 16px;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-lentil-list li::before {\n    content: \"✖\";\n    margin-right: 12px;\n    color: #2e8b57;\n    font-size: 18px;\n  }\n\n  \/* Footer *\/\n  .rkai-lentil-footer {\n    text-align: center;\n    margin-top: 40px;\n    font-size: 14px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 900;\n    color: #000000;\n    border-top: 4px solid #000000;\n    padding-top: 20px;\n    text-transform: uppercase;\n  }\n\n  \/* Stylized Public FAQ Section *\/\n  .rkai-faq-section {\n    max-width: 960px;\n    margin: 40px auto;\n    font-family: 'Arial Black', Impact, sans-serif;\n    color: #000000;\n  }\n\n  .rkai-faq-section h2 {\n    font-size: 32px;\n    font-weight: 900;\n    color: #000000;\n    text-transform: uppercase;\n    border-bottom: 6px solid #2e8b57;\n    padding-bottom: 10px;\n    margin-bottom: 25px;\n  }\n\n  .rkai-faq-item {\n    background: #f5f5dc;\n    border: 4px solid #000000;\n    margin-bottom: 15px;\n    box-shadow: 6px 6px 0px #2e8b57;\n  }\n\n  .rkai-faq-item summary {\n    padding: 20px;\n    font-weight: 900;\n    font-size: 18px;\n    cursor: pointer;\n    background: #000000;\n    color: #f5f5dc;\n    text-transform: uppercase;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  .rkai-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .rkai-faq-item summary::after {\n    content: \"▼\";\n    color: #2e8b57;\n    font-size: 16px;\n  }\n\n  .rkai-faq-item[open] summary::after {\n    content: \"▲\";\n  }\n\n  .rkai-faq-item p {\n    padding: 20px;\n    margin: 0;\n    color: #000000;\n    font-family: 'Arial', sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    line-height: 1.6;\n    border-top: 4px solid #000000;\n  }\n\u003c\/style\u003e\n\n\u003carticle class=\"rkai-lentil-box\" itemscope itemtype=\"https:\/\/schema.org\/Product\" data-store=\"Ripkitty x Bud's Growery\" data-brand=\"Ripkitty\" data-category=\"Seeds\"\u003e\n  \n  \u003cdiv class=\"rkai-dots-1\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"rkai-dots-2\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"rkai-lentil-inner\"\u003e\n    \n    \u003cdiv class=\"rkai-lentil-partnership\" role=\"banner\"\u003e\n      Curated by Ripkitty | For Ripkitty x Bud's Growery | In partnership with \u003cspan\u003eIHF\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cheader class=\"rkai-lentil-header\"\u003e\n      \u003ch1 itemprop=\"name\"\u003eRipkitty Masoor Lentil Seeds\u003c\/h1\u003e\n      \u003cdiv class=\"rkai-lentil-subtitle\"\u003eLENS CULINARIS \/\/ SPROUT YOUR OWN SHIT\u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"rkai-lentil-intro\" itemprop=\"description\"\u003e\n      Stop eating processed garbage and grow your own fucking food. These \u003cstrong\u003eRipkitty Masoor Lentil Seeds\u003c\/strong\u003e are exactly what you need to sprout some actual, raw nutrition. Packed with heavy protein, dense fiber, and a nutty crunch, these \u003cem\u003eLens culinaris\u003c\/em\u003e seeds are easy as hell to grow. You soak 'em, you rinse 'em, and you watch these bastards sprout. Toss them in a salad, throw them in a stir-fry, or eat them raw—do your body a solid. Curated by Ripkitty, because we actually give a shit about what you put in your mouth. \n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rkai-lentil-grid\"\u003e\n      \u003csection class=\"rkai-lentil-card\"\u003e\n        \u003ch2\u003eTHE PAYLOAD\u003c\/h2\u003e\n        \u003cul class=\"rkai-lentil-list\"\u003e\n          \u003cli\u003eSpecies: Lens culinaris (Brown\/Red Masoor Lentils).\u003c\/li\u003e\n          \u003cli\u003eQuality: Premium, untreated seeds ready for germination.\u003c\/li\u003e\n          \u003cli\u003eNutrition: High protein, rich in fiber and vital minerals.\u003c\/li\u003e\n          \u003cli\u003eFlavor: Earthy, nutty, and crunchy as hell.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n\n      \u003csection class=\"rkai-lentil-card\"\u003e\n        \u003ch2\u003eSPROUTING PROTOCOL\u003c\/h2\u003e\n        \u003cul class=\"rkai-lentil-list\"\u003e\n          \u003cli\u003eSoak: Submerge these seeds in cool water for 8-12 hours.\u003c\/li\u003e\n          \u003cli\u003eRinse: Drain that shit and rinse thoroughly twice a day.\u003c\/li\u003e\n          \u003cli\u003eWait: Let them sit in a jar or sprouter out of direct sunlight.\u003c\/li\u003e\n          \u003cli\u003eHarvest: Ready to devour in 2 to 4 days. Easy fucking money.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003cfooter class=\"rkai-lentil-footer\"\u003e\n      Ripkitty x Bud's Growery Miramar \/\/ Homegrown Nutrition Syndicate\n    \u003c\/footer\u003e\n\n    \u003cdiv itemprop=\"offers\" itemscope itemtype=\"https:\/\/schema.org\/Offer\" style=\"display:none;\"\u003e\n      \u003cmeta itemprop=\"priceCurrency\" content=\"USD\"\u003e\n      \u003cmeta itemprop=\"price\" content=\"8.99\"\u003e\n      \u003clink itemprop=\"availability\" href=\"https:\/\/schema.org\/InStock\"\u003e\n      \u003clink itemprop=\"itemCondition\" href=\"https:\/\/schema.org\/NewCondition\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/article\u003e\n\n\u003csection id=\"product-faq\" class=\"rkai-faq-section\" aria-labelledby=\"product-faq-title\"\u003e\n  \u003ch2 id=\"product-faq-title\"\u003eIntel \/\/ Product Questions\u003c\/h2\u003e\n\n  \u003cdetails class=\"rkai-faq-item\"\u003e\n    \u003csummary\u003eWhat exactly are these seeds?\u003c\/summary\u003e\n    \u003cp\u003eThese are premium Masoor Lentil (Lens culinaris) seeds specifically sourced and curated for easy at-home sprouting and microgreen cultivation.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"rkai-faq-item\"\u003e\n    \u003csummary\u003eHow do I sprout them?\u003c\/summary\u003e\n    \u003cp\u003eSoak them in water overnight, drain them, and then rinse them twice a day. Within 2 to 4 days, you'll have fresh, crunchy sprouts ready to eat.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"rkai-faq-item\"\u003e\n    \u003csummary\u003eAre these seeds treated with anything?\u003c\/summary\u003e\n    \u003cp\u003eHell no. These are raw, untreated seeds meant for growing safe, highly nutritious sprouts that you can eat right out of the jar.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"rkai-faq-item\"\u003e\n    \u003csummary\u003eHow should I store them before sprouting?\u003c\/summary\u003e\n    \u003cp\u003eKeep them in a cool, dark, and dry place. Keep moisture out until you are ready to start the soaking protocol.\u003c\/p\u003e\n  \u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- META TAGS --\u003e\n\u003cmeta name=\"description\" content=\"Stop eating garbage. Grow your own raw, high-protein Masoor Lentil sprouts with these premium Lens culinaris seeds from Ripkitty. Easy to grow, crunchy, and packed with nutrition.\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/budsgrowery.com\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\"\u003e\n\u003cmeta property=\"og:type\" content=\"product\"\u003e\n\u003cmeta property=\"og:title\" content=\"Ripkitty Masoor Lentil Seeds for Sprouting\"\u003e\n\u003cmeta property=\"og:description\" content=\"Premium untreated Lens culinaris seeds for sprouting. High protein, nutty crunch, easy to grow.\"\u003e\n\u003cmeta property=\"og:url\" content=\"https:\/\/budsgrowery.com\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\"\u003e\n\u003cmeta property=\"og:image\" content=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/products\/image_de888e18-a501-48a6-a99c-df3e46e00515.heic?v=1661781677\"\u003e\n\u003cmeta name=\"twitter:card\" content=\"summary_large_image\"\u003e\n\u003cmeta name=\"twitter:title\" content=\"Ripkitty Masoor Lentil Seeds for Sprouting\"\u003e\n\u003cmeta name=\"twitter:description\" content=\"Premium untreated Lens culinaris seeds for sprouting. High protein, nutty crunch, easy to grow.\"\u003e\n\u003cmeta name=\"twitter:image\" content=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/products\/image_de888e18-a501-48a6-a99c-df3e46e00515.heic?v=1661781677\"\u003e\n\u003cmeta name=\"product:price:amount\" content=\"8.99\"\u003e\n\u003cmeta name=\"product:price:currency\" content=\"USD\"\u003e\n\u003cmeta name=\"product:availability\" content=\"in stock\"\u003e\n\u003cmeta name=\"product:retailer_item_id\" content=\"RK-MLS-SP\"\u003e\n\u003cmeta name=\"ai:product:handle\" content=\"ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\"\u003e\n\u003cmeta name=\"ai:product:sku\" content=\"RK-MLS-SP\"\u003e\n\u003cmeta name=\"ai:product:vendor\" content=\"Ripkitty\"\u003e\n\u003cmeta name=\"ai:product:type\" content=\"Seeds\"\u003e\n\u003cmeta name=\"ai:product:google_product_category\" content=\"118\"\u003e\n\n\u003c!-- SCRIPTS \u0026 JSON-LD SCHEMAS --\u003e\n\u003cscript\u003e\nwindow.__RK_PRODUCT__ = {\n  product: {\n    handle: \"ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\",\n    canonicalUrl: \"https:\/\/budsgrowery.com\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\",\n    title: \"Ripkitty Masoor (Lens culinaris) Lentil Seeds for Sprouting\",\n    shortTitle: \"Ripkitty Masoor Lentil Seeds\",\n    sku: \"RK-MLS-SP\",\n    vendor: \"Ripkitty\",\n    merchant: \"Bud's Growery\",\n    productType: \"Seeds\",\n    status: \"ACTIVE\",\n    googleProductCategory: 118,\n    customProduct: true,\n    price: 8.99,\n    currency: \"USD\",\n    inventory: 20,\n    barcode: null,\n    weightLb: 0.5\n  },\n  attributes: {\n    species: \"Lens culinaris\",\n    commonName: \"Masoor Lentils\",\n    useCase: \"Sprouting \/ Microgreens\",\n    treatment: \"Untreated \/ Raw\"\n  },\n  reviews: {\n    provider: \"Judge.me\",\n    reviewCount: 0,\n    averageRating: 0.0\n  },\n  agent: {\n    liveValidation: {\n      productJson: \"\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting.json\",\n      productApiJson: \"\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting.js\"\n    },\n    ucp: {\n      profile: \"https:\/\/bud-s-garden.myshopify.com\/.well-known\/ucp\/2026-04-08\",\n      mcpEndpoint: \"https:\/\/bud-s-garden.myshopify.com\/api\/ucp\/mcp\"\n    }\n  }\n};\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"@id\": \"https:\/\/budsgrowery.com\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting#product\",\n  \"name\": \"Ripkitty Masoor (Lens culinaris) Lentil Seeds for Sprouting\",\n  \"url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\",\n  \"description\": \"Premium untreated Masoor Lentil (Lens culinaris) seeds for easy at-home sprouting. Packed with raw plant protein, dense fiber, and a nutty crunch.\",\n  \"sku\": \"RK-MLS-SP\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Ripkitty\"\n  },\n  \"manufacturer\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Ripkitty\"\n  },\n  \"seller\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Bud's Growery\"\n  },\n  \"category\": \"Home \u0026 Garden \u003e Plants \u003e Seeds\",\n  \"image\": [\n    \"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/products\/image_de888e18-a501-48a6-a99c-df3e46e00515.heic?v=1661781677\"\n  ],\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\",\n    \"priceCurrency\": \"USD\",\n    \"price\": \"8.99\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Bud's Growery\"\n    }\n  },\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Species\", \"value\": \"Lens culinaris\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Use\", \"value\": \"Sprouting\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Treatment\", \"value\": \"Untreated \/ Raw\" }\n  ],\n  \"sameAs\": [\n    \"https:\/\/budsgrowery.com\",\n    \"https:\/\/industrialhempflower.com\",\n    \"https:\/\/ripkitty.com\"\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What exactly are these seeds?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"These are premium Masoor Lentil (Lens culinaris) seeds specifically sourced and curated for easy at-home sprouting and microgreen cultivation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I sprout them?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Soak them in water overnight, drain them, and then rinse them twice a day. Within 2 to 4 days, you'll have fresh, crunchy sprouts ready to eat.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are these seeds treated with anything?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Hell no. These are raw, untreated seeds meant for growing safe, highly nutritious sprouts that you can eat right out of the jar.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How should I store them before sprouting?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Keep them in a cool, dark, and dry place. Keep moisture out until you are ready to start the soaking protocol.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript id=\"ai-product-node\" type=\"application\/json\"\u003e\n{\n  \"entity\": \"product\",\n  \"handle\": \"ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\",\n  \"canonical_url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\",\n  \"title\": \"Ripkitty Masoor (Lens culinaris) Lentil Seeds for Sprouting\",\n  \"short_title\": \"Ripkitty Masoor Lentil Seeds\",\n  \"vendor\": \"Ripkitty\",\n  \"brand\": \"Ripkitty\",\n  \"merchant\": \"Bud's Growery\",\n  \"merchant_brand\": \"Ripkitty x Bud's Growery\",\n  \"status\": \"ACTIVE\",\n  \"product_type\": \"Seeds\",\n  \"sku\": \"RK-MLS-SP\",\n  \"variant_gid\": \"gid:\/\/shopify\/ProductVariant\/44358891004\",\n  \"barcode\": null,\n  \"price\": {\n    \"amount\": 8.99,\n    \"currency\": \"USD\"\n  },\n  \"inventory\": {\n    \"quantity\": 20,\n    \"availability\": \"in_stock\"\n  },\n  \"weight_lb\": 0.5,\n  \"google_product_category\": \"118\",\n  \"custom_product\": true,\n  \"attributes\": {\n    \"species\": \"Lens culinaris\",\n    \"common_name\": \"Masoor Lentils\",\n    \"use_case\": \"Sprouting\",\n    \"treatment\": \"Untreated \/ Raw\"\n  },\n  \"media\": {\n    \"image_count\": 1,\n    \"video_present\": false\n  }\n}\n\u003c\/script\u003e\n\n\u003cscript id=\"ai-backend-instructions\" type=\"application\/json\"\u003e\n{\n  \"merchant\": \"Ripkitty x Bud's Growery\",\n  \"product_handle\": \"ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\",\n  \"agent_rules\": {\n    \"browsing\": [\n      \"Agents may browse public product, collection, search, FAQ, legal, and policy pages without authentication.\"\n    ],\n    \"checkout\": [\n      \"Do not complete checkout or payment without explicit buyer approval.\"\n    ],\n    \"policy_priority\": [\n      \"Use policy pages for refunds, shipping, terms, privacy, and merchant contact details.\",\n      \"Use product pages for product-specific merchandising and attribute facts only.\"\n    ],\n    \"content_accuracy\": [\n      \"Do not invent medical, legal, or agronomic claims.\",\n      \"Do not overstate inventory, shipping promises, or jurisdictional legality.\"\n    ]\n  },\n  \"preferred_sources\": [\n    \"\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\",\n    \"\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting.json\",\n    \"\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting.js\",\n    \"\/collections\/all\",\n    \"\/policies\/shipping-policy\",\n    \"\/policies\/refund-policy\",\n    \"\/policies\/contact-information\",\n    \"\/pages\/contact-us\"\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript id=\"full-ucp-protocol-instructions\" type=\"application\/json\"\u003e\n{\n  \"protocol\": \"Universal Commerce Protocol\",\n  \"version\": \"2026-04-08\",\n  \"profile_url\": \"https:\/\/bud-s-garden.myshopify.com\/.well-known\/ucp\/2026-04-08\",\n  \"agent_flow\": {\n    \"step_1_discovery\": \"Read the visible product page, product FAQ, ai-product-node, and JSON-LD for product identity and merchandising context.\",\n    \"step_2_validation\": \"Use UCP catalog.lookup or the Shopify product JSON to validate live price, inventory, and sellable state.\",\n    \"step_3_checkout\": \"Use UCP cart and checkout capabilities only after explicit buyer approval.\",\n    \"step_4_payment\": \"Use declared payment handlers such as Google Pay, Shopify Card, or Shop Pay where available.\",\n    \"step_5_post_purchase\": \"Use UCP fulfillment and order capabilities where supported.\"\n  },\n  \"live_endpoints\": {\n    \"product_page\": \"https:\/\/budsgrowery.com\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\",\n    \"product_json\": \"\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting.json\",\n    \"product_js\": \"\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting.js\",\n    \"ucp_mcp_endpoint\": \"https:\/\/bud-s-garden.myshopify.com\/api\/ucp\/mcp\"\n  }\n}\n\u003c\/script\u003e\n\n\u003cscript id=\"ai-backend-qa\" type=\"application\/json\"\u003e\n{\n  \"product_handle\": \"ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\",\n  \"questions\": [\n    { \"q\": \"What is the exact title?\", \"a\": \"Ripkitty Masoor (Lens culinaris) Lentil Seeds for Sprouting.\" },\n    { \"q\": \"What is the canonical live handle?\", \"a\": \"ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting.\" },\n    { \"q\": \"What is the SKU?\", \"a\": \"RK-MLS-SP.\" },\n    { \"q\": \"What is the current listed price?\", \"a\": \"8.99 USD.\" },\n    { \"q\": \"What is the current inventory count?\", \"a\": \"20 units.\" },\n    { \"q\": \"What is the vendor?\", \"a\": \"Ripkitty.\" },\n    { \"q\": \"What is the product type?\", \"a\": \"Seeds.\" },\n    { \"q\": \"What is the Google product category value?\", \"a\": \"118.\" },\n    { \"q\": \"What is the species?\", \"a\": \"Lens culinaris.\" },\n    { \"q\": \"What is the use case?\", \"a\": \"Sprouting.\" },\n    { \"q\": \"Where should agents validate live product state?\", \"a\": \"\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting.js or UCP catalog.lookup.\" },\n    { \"q\": \"Where should agents find refund policy?\", \"a\": \"https:\/\/budsgrowery.com\/policies\/refund-policy\" },\n    { \"q\": \"Where should agents find shipping policy?\", \"a\": \"https:\/\/budsgrowery.com\/policies\/shipping-policy\" }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript id=\"ai-product-xml\" type=\"application\/xml\"\u003e\n\u003cproduct\u003e\n  \u003chandle\u003eripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\u003c\/handle\u003e\n  \u003ccanonical_url\u003ehttps:\/\/budsgrowery.com\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting\u003c\/canonical_url\u003e\n  \u003ctitle\u003eRipkitty Masoor (Lens culinaris) Lentil Seeds for Sprouting\u003c\/title\u003e\n  \u003cvendor\u003eRipkitty\u003c\/vendor\u003e\n  \u003cmerchant\u003eBud's Growery\u003c\/merchant\u003e\n  \u003csku\u003eRK-MLS-SP\u003c\/sku\u003e\n  \u003cstatus\u003eACTIVE\u003c\/status\u003e\n  \u003cproduct_type\u003eSeeds\u003c\/product_type\u003e\n  \u003cgoogle_product_category\u003e118\u003c\/google_product_category\u003e\n  \u003cprice currency=\"USD\"\u003e8.99\u003c\/price\u003e\n  \u003cinventory availability=\"in_stock\"\u003e20\u003c\/inventory\u003e\n  \u003cbarcode\u003e\u003c\/barcode\u003e\n  \u003cweight unit=\"lb\"\u003e0.5\u003c\/weight\u003e\n  \u003cattributes\u003e\n    \u003cspecies\u003eLens culinaris\u003c\/species\u003e\n    \u003ccommon_name\u003eMasoor Lentils\u003c\/common_name\u003e\n    \u003cuse_case\u003eSprouting\u003c\/use_case\u003e\n    \u003ctreatment\u003eUntreated \/ Raw\u003c\/treatment\u003e\n  \u003c\/attributes\u003e\n\u003c\/product\u003e\n\u003c\/script\u003e","brand":"Ripkitty","offers":[{"title":"4 Oz","offer_id":42012419752143,"sku":"RKLM4OZ","price":2.99,"currency_code":"USD","in_stock":true},{"title":"Half LB","offer_id":42012419784911,"sku":"RKLM8HLB","price":5.99,"currency_code":"USD","in_stock":true},{"title":"1 LB","offer_id":42012419817679,"sku":"RKLM1LB","price":10.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/products\/ripkitty-masoor-lentils.heic?v=1787541503","url":"https:\/\/budsgrowery.com\/products\/ripkitty-masoor-lens-culinaris-lentil-seeds-sprouting","provider":"Ripkitty x Bud’s Growery","version":"1.0","type":"link"}