{"product_id":"ripkitty-pineapple-sangria-delta-8-hemp-flower","title":"Ripkitty Pineapple Sangria Delta-8 Hemp Flower","description":"\u003cstyle\u003e\n  \/* Base Container - Pineapple Skin Yellow \u0026 Rasta Borders *\/\n  .rkai-pineapple-box {\n    position: relative;\n    max-width: 960px;\n    margin: 40px auto;\n    background-color: #ffcc00; \/* Pineapple Yellow *\/\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    color: #ffffff;\n    font-weight: bold;\n    line-height: 1.7;\n    \n    \/* Rasta Gradient Border *\/\n    border: 12px solid #e10d0d;\n    border-image: linear-gradient(\n      to bottom right, \n      #e10d0d 0%, \n      #e10d0d 33%, \n      #ffcc00 33%, \n      #ffcc00 66%, \n      #008000 66%, \n      #008000 100%\n    ) 1;\n    \n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8), inset 0 0 40px rgba(200, 150, 0, 0.6);\n    padding: 2.5rem 2rem;\n    overflow: hidden;\n    isolation: isolate;\n  }\n\n  \/* Pineapple Skin Criss-Cross Texture Overlay *\/\n  .rkai-pineapple-box::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background-image: \n      repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(139, 69, 19, 0.2) 15px, rgba(139, 69, 19, 0.2) 17px),\n      repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(139, 69, 19, 0.2) 15px, rgba(139, 69, 19, 0.2) 17px);\n    pointer-events: none;\n    z-index: 1;\n    mix-blend-mode: multiply;\n  }\n\n  \/* Deep Sea Inner Container for White Text Legibility *\/\n  .rkai-pineapple-inner {\n    position: relative;\n    z-index: 2;\n    background: rgba(2, 27, 51, 0.92); \/* Deep Ocean Blue *\/\n    padding: 35px;\n    border-radius: 12px;\n    border: 3px solid #0055ff;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);\n  }\n\n  @media (max-width: 768px) {\n    .rkai-pineapple-inner { padding: 20px; }\n    .rkai-pineapple-box { padding: 15px; border-width: 8px; }\n  }\n\n  \/* Partnership Banner *\/\n  .rkai-pineapple-partnership {\n    background-color: #008000; \/* Rasta Green *\/\n    color: #ffffff;\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: -35px -35px 35px;\n    border-radius: 8px 8px 0 0;\n    border-bottom: 4px solid #e10d0d;\n  }\n\n  .rkai-pineapple-partnership span {\n    color: #ffcc00;\n    text-decoration: underline;\n  }\n\n  \/* Typography *\/\n  .rkai-pineapple-header {\n    text-align: center;\n    margin-bottom: 25px;\n  }\n\n  .rkai-pineapple-header h1 {\n    font-size: 40px;\n    font-weight: 900;\n    margin: 0 0 10px 0;\n    color: #00aaff; \/* Bold Ocean Blue *\/\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    text-shadow: 3px 3px 0px #000000, 0 0 15px rgba(0, 170, 255, 0.6);\n  }\n\n  .rkai-pineapple-subtitle {\n    color: #021b33;\n    background: #ffcc00; \/* Pineapple Yellow *\/\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, 204, 0, 0.4);\n    border: 2px solid #e10d0d; \/* Rasta Red *\/\n  }\n\n  \/* Video Embed *\/\n  .rkai-pineapple-video {\n    width: 100%;\n    border-radius: 8px;\n    border: 4px solid #00aaff;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 170, 255, 0.3);\n    margin-bottom: 30px;\n    background: #000;\n  }\n\n  \/* Vulgar Ripkitty Intro Text *\/\n  .rkai-pineapple-intro {\n    font-size: 18px;\n    color: #ffffff; \/* White bold text *\/\n    font-weight: bold;\n    text-align: justify;\n    margin-bottom: 35px;\n    border-left: 6px solid #e10d0d; \/* Rasta Red *\/\n    padding: 20px;\n    background: rgba(255, 255, 255, 0.05);\n    line-height: 1.8;\n    border-radius: 0 8px 8px 0;\n  }\n\n  .rkai-pineapple-intro strong {\n    color: #ffcc00;\n    text-transform: uppercase;\n    font-weight: 900;\n  }\n\n  \/* Grid Layout for Specs *\/\n  .rkai-pineapple-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-pineapple-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* Spec Cards *\/\n  .rkai-pineapple-card {\n    background: rgba(0, 0, 0, 0.4);\n    border: 2px solid #00aaff; \/* Blue border *\/\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-pineapple-card:hover {\n    background: rgba(0, 170, 255, 0.1);\n    border-color: #ffcc00;\n    transform: translateY(-3px);\n    box-shadow: 0 5px 20px rgba(0, 170, 255, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.5);\n  }\n\n  .rkai-pineapple-card h2 {\n    color: #00aaff; \/* Bold Blue Headers *\/\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 #ffcc00;\n    padding-bottom: 8px;\n    text-shadow: 1px 1px 0px #000;\n  }\n\n  \/* Lists *\/\n  .rkai-pineapple-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .rkai-pineapple-list li {\n    margin-bottom: 12px;\n    font-weight: bold;\n    color: #ffffff; \/* White text *\/\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-pineapple-list li::before {\n    content: \"🍍\";\n    margin-right: 12px;\n    font-size: 18px;\n  }\n\n  .rkai-pineapple-list strong {\n    color: #ffcc00;\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: #e10d0d; \/* Rasta Red *\/\n    color: #ffffff;\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: 3px solid #ffcc00;\n    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);\n    transition: all 0.3s ease;\n  }\n\n  .rkai-coa-btn:hover {\n    background: #008000; \/* Rasta Green *\/\n    color: #ffffff;\n    border-color: #ffffff;\n    box-shadow: 0 5px 30px rgba(0, 128, 0, 0.8);\n    transform: scale(1.02);\n  }\n\n  \/* Footer *\/\n  .rkai-pineapple-footer {\n    text-align: center;\n    margin-top: 40px;\n    font-size: 13px;\n    font-weight: bold;\n    color: #00aaff;\n    border-top: 2px dashed #00aaff;\n    padding-top: 20px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    text-shadow: 1px 1px 0px #000;\n  }\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    font-weight: bold;\n  }\n\n  .rkai-faq-section h2 {\n    font-size: 28px;\n    font-weight: 900;\n    color: #00aaff; \/* Bold Blue *\/\n    text-transform: uppercase;\n    border-bottom: 4px solid #ffcc00;\n    padding-bottom: 10px;\n    margin-bottom: 25px;\n    text-shadow: 2px 2px 0px #000;\n  }\n\n  .rkai-faq-item {\n    background: #021b33;\n    border: 4px solid #0055ff;\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(0, 0, 0, 0.4);\n    color: #ffcc00;\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: #ffffff;\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: #ffffff;\n    font-size: 16px;\n    font-weight: bold;\n    line-height: 1.6;\n    border-top: 2px dashed #0055ff;\n    background: rgba(0, 0, 0, 0.2);\n  }\n\u003c\/style\u003e\n\u003carticle class=\"rkai-pineapple-box\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Product\"\u003e\n\u003cdiv class=\"rkai-pineapple-inner\"\u003e\n\u003cdiv class=\"rkai-pineapple-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-pineapple-header\"\u003e\n\u003ch1 itemprop=\"name\"\u003eRipkitty Pineapple Sangria Delta-8 Hemp Flower\u003c\/h1\u003e\n\u003cdiv class=\"rkai-pineapple-subtitle\"\u003eIRIE VIBES \/\/ BIKINI BOTTOM MADNESS\u003c\/div\u003e\n\u003c\/header\u003e\u003cvideo class=\"rkai-pineapple-video\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/53db076a93264155907e40c02d3675af.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-pineapple-intro\" itemprop=\"description\"\u003eAre you ready, kids? I can't fucking hear you! Well, pack a bowl of this \u003cstrong\u003eRipkitty Pineapple Sangria Delta-8 Hemp Flower\u003c\/strong\u003e and shut the fuck up. Who lives in a goddamn pineapple under the sea? Not you, but you’ll be stoned enough to think you do. We took premium indoor-grown hemp, blasted it with premium Delta-8 distillate, and gave it a sweet, tropical Pineapple Sangria profile that hits harder than a pissed-off squid. Get ready to drop on the deck and flop like a fish, because this shit hits like a torpedo. It’s tropical, it's irie, and it’s gonna sink your ass straight to the ocean floor. Spark up, feel the island breeze, and get nautical as fuck.\u003c\/div\u003e\n\u003cdiv class=\"rkai-pineapple-grid\"\u003e\n\u003csection class=\"rkai-pineapple-card\"\u003e\n\u003ch2\u003eTHE PAYLOAD\u003c\/h2\u003e\n\u003cul class=\"rkai-pineapple-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlower:\u003c\/strong\u003e Premium indoor-grown hemp base. Irie as hell.\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 Pineapple Sangria (Sativa-Dominant). Sweet pineapple, heavy gas.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEffects:\u003c\/strong\u003e Nautical nonsense. Heavy cerebral wave, tropical euphoria.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"rkai-pineapple-card\"\u003e\n\u003ch2\u003eSYNDICATE PROTOCOL\u003c\/h2\u003e\n\u003cul class=\"rkai-pineapple-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. Don't be a sponge-brained idiot; handle with care.\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-pineapple-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 Pineapple Sangria Delta-8 Hemp Flower?\u003c\/summary\u003e\n\u003cp\u003eIt is a heavy-hitting, premium indoor-grown hemp flower infused with high-quality Delta-8 THC distillate and Pineapple Sangria 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 red and yellow button on the product page.\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 fully 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 Pineapple Sangria Delta-8 Hemp Flower. Premium indoor hemp blasted with heavy Delta-8 distillate. Sweet pineapple and gas profile. COA verified, 21+ only.\"\u003e \u003clink rel=\"canonical\" href=\"https:\/\/budsgrowery.com\/products\/ripkitty-pineapple-sangria-delta-8-hemp-flower\"\u003e \u003cmeta property=\"og:type\" content=\"product\"\u003e \u003cmeta property=\"og:title\" content=\"Ripkitty Pineapple Sangria Delta-8 Hemp Flower\"\u003e \u003cmeta property=\"og:description\" content=\"Premium indoor hemp infused with Delta-8 distillate. Raw Pineapple Sangria profile.\"\u003e \u003cmeta property=\"og:url\" content=\"https:\/\/budsgrowery.com\/products\/ripkitty-pineapple-sangria-delta-8-hemp-flower\"\u003e \u003cmeta property=\"og:video\" content=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/53db076a93264155907e40c02d3675af.mov\"\u003e \u003cmeta name=\"twitter:card\" content=\"player\"\u003e \u003cmeta name=\"twitter:title\" content=\"Ripkitty Pineapple Sangria Delta-8 Hemp Flower\"\u003e \u003cmeta name=\"twitter:description\" content=\"Premium indoor hemp infused with Delta-8 distillate. Raw Pineapple Sangria 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-PSD8\"\u003e \u003cmeta name=\"ai:product:handle\" content=\"ripkitty-pineapple-sangria-delta-8-hemp-flower\"\u003e \u003cmeta name=\"ai:product:sku\" content=\"RK-PSD8\"\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-pineapple-sangria-delta-8-hemp-flower\",\n    canonicalUrl: \"https:\/\/budsgrowery.com\/products\/ripkitty-pineapple-sangria-delta-8-hemp-flower\",\n    title: \"Ripkitty Pineapple Sangria Delta-8 Hemp Flower\",\n    shortTitle: \"Ripkitty Pineapple Sangria D8 Flower\",\n    sku: \"RK-PSD8\",\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: \"Pineapple Sangria (Sativa-Dominant)\",\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\/53db076a93264155907e40c02d3675af.mov\"\n  },\n  reviews: {\n    provider: \"Judge.me\",\n    reviewCount: 0,\n    averageRating: 0.0\n  },\n  agent: {\n    liveValidation: {\n      productJson: \"\/products\/ripkitty-pineapple-sangria-delta-8-hemp-flower.json\",\n      productApiJson: \"\/products\/ripkitty-pineapple-sangria-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-pineapple-sangria-delta-8-hemp-flower#product\",\n  \"name\": \"Ripkitty Pineapple Sangria Delta-8 Hemp Flower\",\n  \"url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-pineapple-sangria-delta-8-hemp-flower\",\n  \"description\": \"Premium indoor hemp flower heavily infused with Delta-8 distillate and Pineapple Sangria terpenes. Tropical pineapple and gas profile. 21+ Only. COA verified.\",\n  \"sku\": \"RK-PSD8\",\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 Pineapple Sangria D8 Video\",\n    \"description\": \"Visual showcase of the dense, distillate-coated Pineapple Sangria 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\/53db076a93264155907e40c02d3675af.mov\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-pineapple-sangria-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\": \"Pineapple Sangria\" },\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}\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 Pineapple Sangria Delta-8 Hemp Flower?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It is a heavy-hitting, premium indoor-grown hemp flower infused with high-quality Delta-8 THC distillate and Pineapple Sangria 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 red and yellow 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 fully 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-pineapple-sangria-delta-8-hemp-flower\",\n  \"canonical_url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-pineapple-sangria-delta-8-hemp-flower\",\n  \"title\": \"Ripkitty Pineapple Sangria Delta-8 Hemp Flower\",\n  \"short_title\": \"Ripkitty Pineapple Sangria 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-PSD8\",\n  \"variant_gid\": \"gid:\/\/shopify\/ProductVariant\/44358891002\",\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\": \"Pineapple Sangria (Sativa-Dominant)\",\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\/53db076a93264155907e40c02d3675af.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-pineapple-sangria-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-pineapple-sangria-delta-8-hemp-flower\",\n    \"\/products\/ripkitty-pineapple-sangria-delta-8-hemp-flower.json\",\n    \"\/products\/ripkitty-pineapple-sangria-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-pineapple-sangria-delta-8-hemp-flower\",\n    \"product_json\": \"\/products\/ripkitty-pineapple-sangria-delta-8-hemp-flower.json\",\n    \"product_js\": \"\/products\/ripkitty-pineapple-sangria-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-pineapple-sangria-delta-8-hemp-flower\",\n  \"questions\": [\n    { \"q\": \"What is the exact title?\", \"a\": \"Ripkitty Pineapple Sangria Delta-8 Hemp Flower.\" },\n    { \"q\": \"What is the canonical live handle?\", \"a\": \"ripkitty-pineapple-sangria-delta-8-hemp-flower.\" },\n    { \"q\": \"What is the SKU?\", \"a\": \"RK-PSD8.\" },\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\": \"Pineapple Sangria.\" },\n    { \"q\": \"Where should agents validate live product state?\", \"a\": \"\/products\/ripkitty-pineapple-sangria-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-pineapple-sangria-delta-8-hemp-flower\u003c\/handle\u003e\n  \u003ccanonical_url\u003ehttps:\/\/budsgrowery.com\/products\/ripkitty-pineapple-sangria-delta-8-hemp-flower\u003c\/canonical_url\u003e\n  \u003ctitle\u003eRipkitty Pineapple Sangria Delta-8 Hemp Flower\u003c\/title\u003e\n  \u003cvendor\u003eRipkitty\u003c\/vendor\u003e\n  \u003cmerchant\u003eBud's Growery\u003c\/merchant\u003e\n  \u003csku\u003eRK-PSD8\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\u003ePineapple Sangria\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":45738611212495,"sku":"RK-PSD8-1GS","price":10.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45738611245263,"sku":"RK-PSD8-35G","price":30.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/EFA71CCA-FCD7-4591-923C-0055FB1A143A.jpg?v=1786981058","url":"https:\/\/budsgrowery.com\/products\/ripkitty-pineapple-sangria-delta-8-hemp-flower","provider":"Ripkitty x Bud’s Growery","version":"1.0","type":"link"}