{"product_id":"ripkitty-angel-cake-delta-8-hemp-flower","title":"Ripkitty Angel Cake Delta-8 Hemp Flower","description":"\u003cstyle\u003e\n  \/* Base Container - Dark Blue \u0026 Braided Gold *\/\n  .rkai-angel-box {\n    position: relative;\n    max-width: 960px;\n    margin: 40px auto;\n    background-color: #030b1a; \/* Deep Dark Blue *\/\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    color: #ffffff;\n    line-height: 1.7;\n    \n    \/* Braided Golden Gleam Border *\/\n    border: 12px solid #ffd700;\n    border-image: repeating-linear-gradient(\n      45deg, \n      #ffd700, \n      #ffb300 10px, \n      #8b6508 10px, \n      #ffd700 20px\n    ) 1;\n    \n    box-shadow: 0 0 35px rgba(255, 215, 0, 0.4), inset 0 0 40px rgba(0, 0, 0, 0.9);\n    padding: 2.5rem 2rem;\n    overflow: hidden;\n    isolation: isolate;\n  }\n\n  \/* Internal glow to simulate a halo\/gleam *\/\n  .rkai-angel-box::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    box-shadow: inset 0 0 25px rgba(255, 215, 0, 0.2);\n    pointer-events: none;\n    z-index: 1;\n  }\n\n  .rkai-angel-inner {\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* Partnership Banner *\/\n  .rkai-angel-partnership {\n    background-color: #ffd700; \/* Solid Gold *\/\n    color: #030b1a;\n    padding: 12px 20px;\n    text-align: center;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-weight: 900;\n    margin: -40px -35px 35px;\n    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.5);\n  }\n\n  .rkai-angel-partnership span {\n    color: #000000;\n    text-decoration: underline;\n  }\n\n  \/* Typography *\/\n  .rkai-angel-header {\n    text-align: center;\n    margin-bottom: 25px;\n  }\n\n  .rkai-angel-header h1 {\n    font-size: 42px;\n    font-weight: 900;\n    margin: 0 0 10px 0;\n    color: #ffffff;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    text-shadow: 2px 2px 0px #8b6508, 0 0 20px rgba(255, 215, 0, 0.6);\n  }\n\n  .rkai-angel-subtitle {\n    color: #030b1a;\n    background: #ffd700;\n    display: inline-block;\n    padding: 8px 20px;\n    font-size: 16px;\n    font-weight: 900;\n    margin-top: 10px;\n    text-transform: uppercase;\n    border-radius: 4px;\n    box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);\n  }\n\n  \/* Video Embed *\/\n  .rkai-angel-video {\n    width: 100%;\n    border-radius: 8px;\n    border: 4px solid #ffd700;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 15px rgba(255, 215, 0, 0.3);\n    margin-bottom: 30px;\n    background: #000;\n  }\n\n  \/* Vulgar Ripkitty Intro Text *\/\n  .rkai-angel-intro {\n    font-size: 17px;\n    color: #ffffff;\n    font-weight: 700;\n    text-align: justify;\n    margin-bottom: 35px;\n    border-left: 6px solid #ffd700;\n    padding: 20px;\n    background: rgba(255, 215, 0, 0.05);\n    line-height: 1.8;\n  }\n\n  .rkai-angel-intro strong {\n    color: #ffd700;\n    text-transform: uppercase;\n  }\n\n  \/* Grid Layout for Specs *\/\n  .rkai-angel-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-angel-grid { grid-template-columns: 1fr; }\n    .rkai-angel-box { padding: 20px; }\n  }\n\n  \/* Spec Cards *\/\n  .rkai-angel-card {\n    background: rgba(255, 255, 255, 0.05);\n    border: 2px solid #ffd700;\n    padding: 25px;\n    border-radius: 8px;\n    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);\n    transition: all 0.3s ease;\n  }\n\n  .rkai-angel-card:hover {\n    background: rgba(255, 215, 0, 0.1);\n    transform: translateY(-3px);\n    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.5);\n  }\n\n  .rkai-angel-card h3 {\n    color: #ffd700;\n    font-size: 22px;\n    font-weight: 900;\n    margin-top: 0;\n    margin-bottom: 15px;\n    text-transform: uppercase;\n    border-bottom: 2px dashed #8b6508;\n    padding-bottom: 8px;\n  }\n\n  \/* Lists *\/\n  .rkai-angel-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .rkai-angel-list li {\n    margin-bottom: 12px;\n    font-weight: 700;\n    color: #e0e0e0;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-angel-list li::before {\n    content: \"⚡\";\n    margin-right: 12px;\n    color: #ffd700;\n  }\n\n  .rkai-angel-list strong {\n    color: #ffffff;\n    margin-right: 5px;\n    text-transform: uppercase;\n  }\n\n  \/* COA Button *\/\n  .rkai-coa-btn {\n    display: block;\n    text-align: center;\n    background: linear-gradient(135deg, #ffd700, #ffb300);\n    color: #030b1a;\n    padding: 18px;\n    text-decoration: none;\n    font-weight: 900;\n    font-size: 18px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    border-radius: 8px;\n    border: 2px solid #ffffff;\n    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.5);\n    transition: all 0.3s ease;\n  }\n\n  .rkai-coa-btn:hover {\n    background: #ffffff;\n    color: #030b1a;\n    border-color: #ffd700;\n    box-shadow: 0 5px 30px rgba(255, 215, 0, 0.8);\n    transform: scale(1.02);\n  }\n\n  \/* Footer *\/\n  .rkai-angel-footer {\n    text-align: center;\n    margin-top: 40px;\n    font-size: 13px;\n    font-weight: bold;\n    color: #8b6508;\n    border-top: 2px dashed #8b6508;\n    padding-top: 20px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* Hidden UI Data *\/\n  .rk-hidden-data { display: none; visibility: hidden; }\n\n  \/* Stylized Public FAQ Section *\/\n  .rkai-faq-section {\n    max-width: 960px;\n    margin: 40px auto;\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    color: #ffffff;\n  }\n\n  .rkai-faq-section h2 {\n    font-size: 28px;\n    font-weight: 900;\n    color: #ffd700;\n    text-transform: uppercase;\n    border-bottom: 4px solid #ffd700;\n    padding-bottom: 10px;\n    margin-bottom: 25px;\n    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);\n  }\n\n  .rkai-faq-item {\n    background: #030b1a;\n    border: 2px solid #8b6508;\n    border-left: 6px solid #ffd700;\n    margin-bottom: 15px;\n    border-radius: 6px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.5);\n  }\n\n  .rkai-faq-item summary {\n    padding: 18px 20px;\n    font-weight: 900;\n    font-size: 17px;\n    cursor: pointer;\n    background: rgba(255, 215, 0, 0.05);\n    color: #ffffff;\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: #ffd700;\n    font-size: 14px;\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: #e0e0e0;\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.6;\n    border-top: 1px dashed #8b6508;\n    background: rgba(0, 0, 0, 0.4);\n  }\n\u003c\/style\u003e\n\u003carticle class=\"rkai-angel-box\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Product\"\u003e\n\u003cdiv class=\"rkai-angel-inner\"\u003e\n\u003cdiv class=\"rkai-angel-partnership\" role=\"banner\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"rkai-angel-partnership\" role=\"banner\"\u003eCurated by Ripkitty | For Ripkitty x Bud's Growery | In partnership with \u003cspan\u003eIndustrial Hemp Flower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cheader class=\"rkai-angel-header\"\u003e\n\u003ch1 itemprop=\"name\"\u003eAngel Cake Delta-8 Hemp Flower\u003c\/h1\u003e\n\u003cdiv class=\"rkai-angel-subtitle\"\u003eSWEET NAME \/\/ BRUTAL POTENCY\u003c\/div\u003e\n\u003c\/header\u003e\u003cvideo class=\"rkai-angel-video\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d6d5959b7c341fa8e6c6eeb28c0e28a.mov\" type=\"video\/mp4\"\u003e\n      Your browser does not support the video tag.\n    \u003c\/source\u003e\u003c\/video\u003e\n\u003cdiv class=\"rkai-angel-intro\" itemprop=\"description\"\u003eDrop the halos and grab a lighter. Don't let the innocent fucking name trick you—the \u003cstrong\u003eRipkitty Angel Cake Delta-8 Hemp Flower\u003c\/strong\u003e hits like a goddamn freight train. We took top-tier, frosty indoor hemp, blasted it with premium Delta-8 distillate, and rolled it into a sticky, terpene-heavy masterpiece. It's an aggressive, throat-punching dessert strain built strictly for operators who want to get un-fucking-believably elevated. You want a polite, quiet smoke? Look elsewhere. This is pure, uncut Ripkitty syndicate fire. Pack it thick and brace yourself.\u003c\/div\u003e\n\u003cdiv class=\"rkai-angel-grid\"\u003e\n\u003csection class=\"rkai-angel-card\"\u003e\n\u003ch2\u003eTHE PAYLOAD\u003c\/h2\u003e\n\u003cul class=\"rkai-angel-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlower:\u003c\/strong\u003e Premium indoor-grown hemp base.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInfusion:\u003c\/strong\u003e Drenched in high-octane Delta-8 distillate.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfile:\u003c\/strong\u003e Angel Cake (Indica-Dominant Hybrid). Sweet vanilla, heavy gas.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEffects:\u003c\/strong\u003e Heavy cerebral fog, deep physical anchor.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"rkai-angel-card\"\u003e\n\u003ch2\u003eSYNDICATE PROTOCOL\u003c\/h2\u003e\n\u003cul class=\"rkai-angel-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompliance:\u003c\/strong\u003e Farm Bill Compliant \u0026lt;0.3% Delta-9 THC.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFormat:\u003c\/strong\u003e Sticky, dense nugs ready for the grinder.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWarning:\u003c\/strong\u003e 21+ ONLY. This shit is strong. Do your research.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeployment:\u003c\/strong\u003e Ripkitty tested, approved, and unleashed.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/D8_MoonRocks_Report.pdf?v=1785513461\" rel=\"noopener noreferrer\" class=\"rkai-coa-btn\" target=\"_blank\"\u003e VIEW THE GODDAMN COA (LAB REPORT) \u003c\/a\u003e\u003cfooter class=\"rkai-angel-footer\"\u003eRipkitty x Bud's Growery Miramar \/\/ Industrial Hemp Flower Syndicate Exotics\u003c\/footer\u003e\n\u003cdiv itemprop=\"offers\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Offer\" style=\"display: none;\"\u003e\n\u003cmeta itemprop=\"priceCurrency\" content=\"USD\"\u003e \u003cmeta itemprop=\"price\" content=\"29.99\"\u003e \u003clink itemprop=\"availability\" href=\"https:\/\/schema.org\/InStock\"\u003e \u003clink itemprop=\"itemCondition\" href=\"https:\/\/schema.org\/NewCondition\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003csection id=\"product-faq\" class=\"rkai-faq-section\"\u003e\n\u003ch2 id=\"product-faq-title\"\u003eIntel \/\/ Product Questions\u003c\/h2\u003e\n\u003cdetails class=\"rkai-faq-item\"\u003e\n\u003csummary\u003eWhat exactly is Angel Cake Delta-8 Hemp Flower?\u003c\/summary\u003e\n\u003cp\u003eIt is premium indoor-grown hemp flower that has been heavily infused with Delta-8 THC distillate and infused with Angel Cake strain botanical terpenes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rkai-faq-item\"\u003e\n\u003csummary\u003eIs there a lab report available?\u003c\/summary\u003e\n\u003cp\u003eYes. We don't push mystery trash. You can view the full third-party Certificate of Analysis (COA) by clicking the gold button above.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rkai-faq-item\"\u003e\n\u003csummary\u003eIs this product federally compliant?\u003c\/summary\u003e\n\u003cp\u003eYes. This product contains less than 0.3% Delta-9 THC on a dry weight basis, making it compliant with the 2018 Farm Bill.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rkai-faq-item\"\u003e\n\u003csummary\u003eWho can purchase this product?\u003c\/summary\u003e\n\u003cp\u003eThis product is strictly for adults 21 and over. Handle with respect and know your local regulations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- META TAGS --\u003e\n\u003cp\u003e\u003cmeta name=\"description\" content=\"Ripkitty Angel Cake Delta-8 Hemp Flower. Premium indoor hemp blasted with heavy Delta-8 distillate. Sweet vanilla, heavy gas. COA verified, 21+ only.\"\u003e \u003clink rel=\"canonical\" href=\"https:\/\/budsgrowery.com\/products\/ripkitty-angel-cake-delta-8-hemp-flower\"\u003e \u003cmeta property=\"og:type\" content=\"product\"\u003e \u003cmeta property=\"og:title\" content=\"Ripkitty Angel Cake Delta-8 Hemp Flower\"\u003e \u003cmeta property=\"og:description\" content=\"Premium indoor hemp infused with Delta-8 distillate. Angel Cake profile.\"\u003e \u003cmeta property=\"og:url\" content=\"https:\/\/budsgrowery.com\/products\/ripkitty-angel-cake-delta-8-hemp-flower\"\u003e \u003cmeta property=\"og:video\" content=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d6d5959b7c341fa8e6c6eeb28c0e28a.mov\"\u003e \u003cmeta name=\"twitter:card\" content=\"player\"\u003e \u003cmeta name=\"twitter:title\" content=\"Ripkitty Angel Cake Delta-8 Hemp Flower\"\u003e \u003cmeta name=\"twitter:description\" content=\"Premium indoor hemp infused with Delta-8 distillate. Angel Cake profile.\"\u003e \u003cmeta name=\"product:price:amount\" content=\"29.99\"\u003e \u003cmeta name=\"product:price:currency\" content=\"USD\"\u003e \u003cmeta name=\"product:availability\" content=\"in stock\"\u003e \u003cmeta name=\"product:retailer_item_id\" content=\"RK-ACD8\"\u003e \u003cmeta name=\"ai:product:handle\" content=\"ripkitty-angel-cake-delta-8-hemp-flower\"\u003e \u003cmeta name=\"ai:product:sku\" content=\"RK-ACD8\"\u003e \u003cmeta name=\"ai:product:vendor\" content=\"Ripkitty\"\u003e \u003cmeta name=\"ai:product:type\" content=\"Hemp Flowers\"\u003e \u003cmeta name=\"ai:product:google_product_category\" content=\"984\"\u003e\u003c\/p\u003e\n\u003c!-- SCRIPTS \u0026 JSON-LD SCHEMAS --\u003e\n\u003cp\u003e\u003cscript\u003e\nwindow.__RK_PRODUCT__ = {\n  product: {\n    handle: \"ripkitty-angel-cake-delta-8-hemp-flower\",\n    canonicalUrl: \"https:\/\/budsgrowery.com\/products\/ripkitty-angel-cake-delta-8-hemp-flower\",\n    title: \"Ripkitty Angel Cake Delta-8 Hemp Flower\",\n    shortTitle: \"Ripkitty Angel Cake D8 Flower\",\n    sku: \"RK-ACD8\",\n    vendor: \"Ripkitty\",\n    merchant: \"Bud's Growery\",\n    productType: \"Hemp Flowers\",\n    status: \"ACTIVE\",\n    googleProductCategory: 984,\n    customProduct: true,\n    price: 29.99,\n    currency: \"USD\",\n    inventory: 10,\n    barcode: null,\n    weightLb: 0.15\n  },\n  attributes: {\n    material: \"Indoor Hemp Flower\",\n    infusion: \"Delta-8 THC Distillate\",\n    strain: \"Angel Cake (Hybrid\/Indica)\",\n    compliance: \"\u003c0.3% Delta-9 THC\",\n    coaUrl: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/D8_MoonRocks_Report.pdf?v=1785513461\",\n    videoUrl: \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d6d5959b7c341fa8e6c6eeb28c0e28a.mov\"\n  },\n  reviews: {\n    provider: \"Judge.me\",\n    reviewCount: 0,\n    averageRating: 0.0\n  },\n  agent: {\n    liveValidation: {\n      productJson: \"\/products\/ripkitty-angel-cake-delta-8-hemp-flower.json\",\n      productApiJson: \"\/products\/ripkitty-angel-cake-delta-8-hemp-flower.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 \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"@id\": \"https:\/\/budsgrowery.com\/products\/ripkitty-angel-cake-delta-8-hemp-flower#product\",\n  \"name\": \"Ripkitty Angel Cake Delta-8 Hemp Flower\",\n  \"url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-angel-cake-delta-8-hemp-flower\",\n  \"description\": \"Premium indoor hemp flower heavily infused with Delta-8 distillate and Angel Cake terpenes. Sweet vanilla and heavy gas profile. 21+ Only. COA verified.\",\n  \"sku\": \"RK-ACD8\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Ripkitty\"\n  },\n  \"manufacturer\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Industrial Hemp Flower\"\n  },\n  \"seller\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Bud's Growery\"\n  },\n  \"category\": \"Hemp Flowers\",\n  \"subjectOf\": {\n    \"@type\": \"VideoObject\",\n    \"name\": \"Ripkitty Angel Cake D8 Video\",\n    \"description\": \"Visual showcase of the dense, distillate-coated Angel Cake Delta-8 flower.\",\n    \"thumbnailUrl\": \"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/D8_MoonRocks_Report.pdf\",\n    \"contentUrl\": \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d6d5959b7c341fa8e6c6eeb28c0e28a.mov\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-angel-cake-delta-8-hemp-flower\",\n    \"priceCurrency\": \"USD\",\n    \"price\": \"29.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\": \"Infusion\", \"value\": \"Delta-8 THC\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Strain\", \"value\": \"Angel Cake\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Lab Report\", \"value\": \"Available (COA Verified)\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Compliance\", \"value\": \"\u003c0.3% Delta-9 THC\" }\n  ],\n  \"sameAs\": [\n    \"https:\/\/budsgrowery.com\",\n    \"https:\/\/industrialhempflower.com\",\n    \"https:\/\/ripkitty.com\"\n  ],\n  \"keywords\": \"Delta 8 flower, Angel cake strain, infused hemp flower, Ripkitty D8, Bud's Growery, Industrial Hemp Flower, D8 Moonrocks\"\n}\n\u003c\/script\u003e \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 is Angel Cake Delta-8 Hemp Flower?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It is premium indoor-grown hemp flower that has been heavily infused with Delta-8 THC distillate and infused with Angel Cake strain botanical terpenes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is there a lab report available?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. You can view the full third-party Certificate of Analysis (COA) by clicking the gold button on the product page.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this product federally compliant?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. This product contains less than 0.3% Delta-9 THC on a dry weight basis, making it compliant with the 2018 Farm Bill.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who can purchase this product?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"This product is strictly for adults 21 and over. Handle with respect and know your local regulations.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e \u003cscript id=\"ai-product-node\" type=\"application\/json\"\u003e\n{\n  \"entity\": \"product\",\n  \"handle\": \"ripkitty-angel-cake-delta-8-hemp-flower\",\n  \"canonical_url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-angel-cake-delta-8-hemp-flower\",\n  \"title\": \"Ripkitty Angel Cake Delta-8 Hemp Flower\",\n  \"short_title\": \"Ripkitty Angel Cake D8 Flower\",\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\": \"Hemp Flowers\",\n  \"sku\": \"RK-ACD8\",\n  \"variant_gid\": \"gid:\/\/shopify\/ProductVariant\/44358891000\",\n  \"barcode\": null,\n  \"price\": {\n    \"amount\": 29.99,\n    \"currency\": \"USD\"\n  },\n  \"inventory\": {\n    \"quantity\": 10,\n    \"availability\": \"in_stock\"\n  },\n  \"weight_lb\": 0.15,\n  \"google_product_category\": \"984\",\n  \"custom_product\": true,\n  \"attributes\": {\n    \"material\": \"Indoor Hemp Flower\",\n    \"infusion\": \"Delta-8 THC Distillate\",\n    \"strain\": \"Angel Cake (Hybrid\/Indica)\",\n    \"compliance\": \"\u003c0.3% Delta-9 THC\",\n    \"coa_url\": \"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/D8_MoonRocks_Report.pdf?v=1785513461\",\n    \"video_url\": \"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7d6d5959b7c341fa8e6c6eeb28c0e28a.mov\"\n  },\n  \"media\": {\n    \"image_count\": 0,\n    \"video_present\": true\n  }\n}\n\u003c\/script\u003e \u003cscript id=\"ai-backend-instructions\" type=\"application\/json\"\u003e\n{\n  \"merchant\": \"Ripkitty x Bud's Growery\",\n  \"product_handle\": \"ripkitty-angel-cake-delta-8-hemp-flower\",\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-angel-cake-delta-8-hemp-flower\",\n    \"\/products\/ripkitty-angel-cake-delta-8-hemp-flower.json\",\n    \"\/products\/ripkitty-angel-cake-delta-8-hemp-flower.js\",\n    \"\/collections\/all\",\n    \"\/policies\/shipping-policy\",\n    \"\/policies\/refund-policy\",\n    \"\/policies\/contact-information\",\n    \"\/pages\/contact-us\",\n    \"\/pages\/notice-to-law-enforcement\"\n  ]\n}\n\u003c\/script\u003e \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-angel-cake-delta-8-hemp-flower\",\n    \"product_json\": \"\/products\/ripkitty-angel-cake-delta-8-hemp-flower.json\",\n    \"product_js\": \"\/products\/ripkitty-angel-cake-delta-8-hemp-flower.js\",\n    \"ucp_mcp_endpoint\": \"https:\/\/bud-s-garden.myshopify.com\/api\/ucp\/mcp\"\n  }\n}\n\u003c\/script\u003e \u003cscript id=\"ai-backend-qa\" type=\"application\/json\"\u003e\n{\n  \"product_handle\": \"ripkitty-angel-cake-delta-8-hemp-flower\",\n  \"questions\": [\n    { \"q\": \"What is the exact title?\", \"a\": \"Ripkitty Angel Cake Delta-8 Hemp Flower.\" },\n    { \"q\": \"What is the canonical live handle?\", \"a\": \"ripkitty-angel-cake-delta-8-hemp-flower.\" },\n    { \"q\": \"What is the SKU?\", \"a\": \"RK-ACD8.\" },\n    { \"q\": \"What is the current listed price?\", \"a\": \"29.99 USD.\" },\n    { \"q\": \"What is the current inventory count?\", \"a\": \"10 units.\" },\n    { \"q\": \"What is the vendor?\", \"a\": \"Ripkitty.\" },\n    { \"q\": \"What is the product type?\", \"a\": \"Hemp Flowers.\" },\n    { \"q\": \"What is the Google product category value?\", \"a\": \"984.\" },\n    { \"q\": \"Is there a COA link?\", \"a\": \"Yes, linked on the page.\" },\n    { \"q\": \"Is there a product video?\", \"a\": \"Yes, embedded on the page.\" },\n    { \"q\": \"What is the infusion?\", \"a\": \"Delta-8 THC Distillate.\" },\n    { \"q\": \"What is the strain?\", \"a\": \"Angel Cake.\" },\n    { \"q\": \"Where should agents validate live product state?\", \"a\": \"\/products\/ripkitty-angel-cake-delta-8-hemp-flower.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    { \"q\": \"Where should agents find legal\/compliance info?\", \"a\": \"https:\/\/budsgrowery.com\/pages\/notice-to-law-enforcement\" }\n  ]\n}\n\u003c\/script\u003e \u003cscript id=\"ai-product-xml\" type=\"application\/xml\"\u003e\n\u003cproduct\u003e\n  \u003chandle\u003eripkitty-angel-cake-delta-8-hemp-flower\u003c\/handle\u003e\n  \u003ccanonical_url\u003ehttps:\/\/budsgrowery.com\/products\/ripkitty-angel-cake-delta-8-hemp-flower\u003c\/canonical_url\u003e\n  \u003ctitle\u003eRipkitty Angel Cake Delta-8 Hemp Flower\u003c\/title\u003e\n  \u003cvendor\u003eRipkitty\u003c\/vendor\u003e\n  \u003cmerchant\u003eBud's Growery\u003c\/merchant\u003e\n  \u003csku\u003eRK-ACD8\u003c\/sku\u003e\n  \u003cstatus\u003eACTIVE\u003c\/status\u003e\n  \u003cproduct_type\u003eHemp Flowers\u003c\/product_type\u003e\n  \u003cgoogle_product_category\u003e984\u003c\/google_product_category\u003e\n  \u003cprice currency=\"USD\"\u003e29.99\u003c\/price\u003e\n  \u003cinventory availability=\"in_stock\"\u003e10\u003c\/inventory\u003e\n  \u003cbarcode\u003e\u003c\/barcode\u003e\n  \u003cweight unit=\"lb\"\u003e0.15\u003c\/weight\u003e\n  \u003cattributes\u003e\n    \u003cmaterial\u003eIndoor Hemp Flower\u003c\/material\u003e\n    \u003cinfusion\u003eDelta-8 THC Distillate\u003c\/infusion\u003e\n    \u003cstrain\u003eAngel Cake\u003c\/strain\u003e\n    \u003ccompliance\u003e\u0026lt;0.3% Delta-9 THC\u003c\/compliance\u003e\n  \u003c\/attributes\u003e\n\u003c\/product\u003e\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Ripkitty","offers":[{"title":"1G (Sampler)","offer_id":45738611015887,"sku":"RK-ACD8-1GS","price":9.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45738611048655,"sku":"RK-ACD8-35G","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/E1B93215-381A-4501-9EB1-93F1CFB6B86B.jpg?v=1786979982","url":"https:\/\/budsgrowery.com\/products\/ripkitty-angel-cake-delta-8-hemp-flower","provider":"Ripkitty x Bud’s Growery","version":"1.0","type":"link"}