{"product_id":"ripkitty-strawberry-fritters-delta-8-hemp-flower","title":"Ripkitty Strawberry Fritters Delta-8 Hemp Flower","description":"\u003cstyle\u003e\n  \/* Base Container - Strawberry Pink \u0026 Dark Green Border *\/\n  .rkai-strawberry-box {\n    position: relative;\n    max-width: 960px;\n    margin: 40px auto;\n    background-color: #ff3366; \/* Strawberry Pink *\/\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    color: #ffffff;\n    font-weight: bold;\n    line-height: 1.7;\n    \n    \/* Dark Green Leafy-Style Edge Border *\/\n    border: 16px ridge #0d4a22; \n    border-radius: 12px;\n    \n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8), inset 0 0 40px rgba(0, 0, 0, 0.5);\n    padding: 2.5rem 2rem;\n    overflow: hidden;\n    isolation: isolate;\n  }\n\n  \/* Animated Black Dots Layer 1 *\/\n  .rkai-dots-1 {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background-image: radial-gradient(circle, #000000 3px, transparent 4px);\n    background-size: 40px 40px;\n    z-index: 1;\n    pointer-events: none;\n    animation: popDots1 4s infinite alternate ease-in-out;\n  }\n\n  \/* Animated Black Dots Layer 2 (Offset) *\/\n  .rkai-dots-2 {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background-image: radial-gradient(circle, #000000 4px, transparent 5px);\n    background-size: 55px 55px;\n    background-position: 20px 20px;\n    z-index: 1;\n    pointer-events: none;\n    animation: popDots2 3s infinite alternate-reverse ease-in-out;\n  }\n\n  @keyframes popDots1 {\n    0% { opacity: 0; transform: scale(0.9); }\n    50% { opacity: 0.6; transform: scale(1); }\n    100% { opacity: 0; transform: scale(1.1); }\n  }\n\n  @keyframes popDots2 {\n    0% { opacity: 0; transform: scale(1.1); }\n    50% { opacity: 0.8; transform: scale(1); }\n    100% { opacity: 0; transform: scale(0.9); }\n  }\n\n  \/* Readable Content Layer (Heavy Dark Overlay for Readability) *\/\n  .rkai-strawberry-inner {\n    position: relative;\n    z-index: 2;\n    background: rgba(0, 0, 0, 0.75); \/* Dark background to make white text pop *\/\n    padding: 35px;\n    border-radius: 8px;\n    border: 3px solid #ffff00;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);\n  }\n\n  @media (max-width: 768px) {\n    .rkai-strawberry-inner { padding: 20px; }\n    .rkai-strawberry-box { padding: 15px; border-width: 8px; }\n  }\n\n  \/* Partnership Banner *\/\n  .rkai-strawberry-partnership {\n    background-color: #0d4a22; \/* Dark 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: 5px 5px 0 0;\n    border-bottom: 4px solid #ffff00;\n  }\n\n  .rkai-strawberry-partnership span {\n    color: #ff3366;\n    text-decoration: underline;\n  }\n\n  \/* Typography *\/\n  .rkai-strawberry-header {\n    text-align: center;\n    margin-bottom: 25px;\n  }\n\n  .rkai-strawberry-header h1 {\n    font-size: 42px;\n    font-weight: 900;\n    margin: 0 0 10px 0;\n    color: #ffff00; \/* Bold Yellow Headers *\/\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    text-shadow: 3px 3px 0px #000000, 0 0 15px rgba(255, 255, 0, 0.4);\n  }\n\n  .rkai-strawberry-subtitle {\n    color: #000000;\n    background: #ff3366;\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    border: 2px solid #000000;\n  }\n\n  \/* Video Embed *\/\n  .rkai-strawberry-video {\n    width: 100%;\n    border-radius: 8px;\n    border: 4px solid #ffff00;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 0, 0.3);\n    margin-bottom: 30px;\n    background: #000;\n  }\n\n  \/* Vulgar Ripkitty Intro Text *\/\n  .rkai-strawberry-intro {\n    font-size: 18px;\n    color: #ffffff; \/* Easy to read white text *\/\n    font-weight: bold;\n    text-align: justify;\n    margin-bottom: 35px;\n    border-left: 6px solid #ffff00;\n    padding: 20px;\n    background: rgba(255, 51, 102, 0.15);\n    line-height: 1.8;\n    border-radius: 0 8px 8px 0;\n  }\n\n  .rkai-strawberry-intro strong {\n    color: #ffff00;\n    text-transform: uppercase;\n    font-weight: 900;\n    text-shadow: 1px 1px 0px #000;\n  }\n\n  \/* Grid Layout for Specs *\/\n  .rkai-strawberry-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-strawberry-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* Spec Cards *\/\n  .rkai-strawberry-card {\n    background: rgba(13, 74, 34, 0.4); \/* Subtle dark green tint *\/\n    border: 2px solid #ffff00;\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-strawberry-card:hover {\n    background: rgba(13, 74, 34, 0.6);\n    border-color: #ff3366;\n    transform: translateY(-3px);\n    box-shadow: 0 5px 20px rgba(255, 51, 102, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.5);\n  }\n\n  .rkai-strawberry-card h2 {\n    color: #ffff00; \/* Bold Yellow 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 #ff3366;\n    padding-bottom: 8px;\n    text-shadow: 2px 2px 0px #000;\n  }\n\n  \/* Lists *\/\n  .rkai-strawberry-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .rkai-strawberry-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-strawberry-list li::before {\n    content: \"🍓\";\n    margin-right: 12px;\n    font-size: 18px;\n  }\n\n  .rkai-strawberry-list strong {\n    color: #ffff00;\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: #0d4a22; \/* Dark Green *\/\n    color: #ffff00;\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 #ffff00;\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: #ff3366; \/* Strawberry Pink *\/\n    color: #ffffff;\n    border-color: #ffffff;\n    box-shadow: 0 5px 30px rgba(255, 51, 102, 0.8);\n    transform: scale(1.02);\n  }\n\n  \/* Footer *\/\n  .rkai-strawberry-footer {\n    text-align: center;\n    margin-top: 40px;\n    font-size: 13px;\n    font-weight: bold;\n    color: #ffff00;\n    border-top: 2px dashed #ff3366;\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: #ffff00;\n    text-transform: uppercase;\n    border-bottom: 4px solid #0d4a22;\n    padding-bottom: 10px;\n    margin-bottom: 25px;\n    text-shadow: 2px 2px 0px #000;\n  }\n\n  .rkai-faq-item {\n    background: #ff3366;\n    border: 4px solid #0d4a22;\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: #000000;\n    color: #ffff00;\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 #000000;\n    background: rgba(0, 0, 0, 0.85);\n  }\n\u003c\/style\u003e\n\u003carticle class=\"rkai-strawberry-box\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Product\"\u003e\n\u003cdiv class=\"rkai-dots-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rkai-dots-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rkai-strawberry-inner\"\u003e\n\u003cdiv class=\"rkai-strawberry-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-strawberry-header\"\u003e\n\u003ch1 itemprop=\"name\"\u003eRipkitty Strawberry Fritters Delta-8 Hemp Flower\u003c\/h1\u003e\n\u003cdiv class=\"rkai-strawberry-subtitle\"\u003eSWEET BERRY \/\/ RUTHLESS KICK\u003c\/div\u003e\n\u003c\/header\u003e\u003cvideo class=\"rkai-strawberry-video\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7090410ce55d4c2782c201214233dc6b.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-strawberry-intro\" itemprop=\"description\"\u003eGet ready to get your fucking face melted. The \u003cstrong\u003eRipkitty Strawberry Fritters Delta-8 Hemp Flower\u003c\/strong\u003e tastes like a goddamn bakery but hits like a back-alley brawl. We took top-tier, frost-covered indoor hemp, blasted it with premium Delta-8 distillate, and infused it with the sticky, sweet profile of Strawberry Fritters. This isn't your grandma's fruit basket—this is pure, uncut Ripkitty syndicate fire. It's fruity, it's aggressive, and it will sit your ass down hard. Pack a bowl, spark that shit, and taste the fucking rainbow.\u003c\/div\u003e\n\u003cdiv class=\"rkai-strawberry-grid\"\u003e\n\u003csection class=\"rkai-strawberry-card\"\u003e\n\u003ch2\u003eTHE PAYLOAD\u003c\/h2\u003e\n\u003cul class=\"rkai-strawberry-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlower:\u003c\/strong\u003e Premium indoor-grown hemp. Dense, sticky, and frosty.\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 Strawberry Fritters (Indica-Dominant). Sweet strawberry, fried dough, and heavy gas.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEffects:\u003c\/strong\u003e Deep couch-lock, heavy euphoria, and zero fucks given.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"rkai-strawberry-card\"\u003e\n\u003ch2\u003eSYNDICATE PROTOCOL\u003c\/h2\u003e\n\u003cul class=\"rkai-strawberry-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 Resin-heavy nugs. Use a grinder you don't mind getting gunked up.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWarning:\u003c\/strong\u003e 21+ ONLY. This shit is heavy. Handle your high.\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-strawberry-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 Strawberry Fritters 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 Strawberry Fritters 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 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!-- JSON-LD SCRIPTS --\u003e\n\u003cp\u003e\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"@id\": \"https:\/\/budsgrowery.com\/products\/ripkitty-strawberry-fritters-delta-8-hemp-flower#product\",\n  \"name\": \"Ripkitty Strawberry Fritters Delta-8 Hemp Flower\",\n  \"url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-strawberry-fritters-delta-8-hemp-flower\",\n  \"description\": \"Premium indoor hemp flower heavily infused with Delta-8 distillate and Strawberry Fritters terpenes. Sweet strawberry, fried dough, and heavy gas profile. 21+ Only. COA verified.\",\n  \"sku\": \"RK-SFD8\",\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 Strawberry Fritters D8 Video\",\n    \"description\": \"Visual showcase of the dense, distillate-coated Strawberry Fritters 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\/7090410ce55d4c2782c201214233dc6b.mov\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-strawberry-fritters-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\": \"Strawberry Fritters\" },\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 Strawberry Fritters 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 Strawberry Fritters 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. We don't push mystery trash. You can view the full third-party Certificate of Analysis (COA) by clicking the 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-strawberry-fritters-delta-8-hemp-flower\",\n  \"canonical_url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-strawberry-fritters-delta-8-hemp-flower\",\n  \"title\": \"Ripkitty Strawberry Fritters Delta-8 Hemp Flower\",\n  \"short_title\": \"Ripkitty Strawberry Fritters 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-SFD8\",\n  \"variant_gid\": \"gid:\/\/shopify\/ProductVariant\/44358891003\",\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\": \"Strawberry Fritters (Indica-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\/7090410ce55d4c2782c201214233dc6b.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-strawberry-fritters-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-strawberry-fritters-delta-8-hemp-flower\",\n    \"\/products\/ripkitty-strawberry-fritters-delta-8-hemp-flower.json\",\n    \"\/products\/ripkitty-strawberry-fritters-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-strawberry-fritters-delta-8-hemp-flower\",\n    \"product_json\": \"\/products\/ripkitty-strawberry-fritters-delta-8-hemp-flower.json\",\n    \"product_js\": \"\/products\/ripkitty-strawberry-fritters-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-strawberry-fritters-delta-8-hemp-flower\",\n  \"questions\": [\n    { \"q\": \"What is the exact title?\", \"a\": \"Ripkitty Strawberry Fritters Delta-8 Hemp Flower.\" },\n    { \"q\": \"What is the canonical live handle?\", \"a\": \"ripkitty-strawberry-fritters-delta-8-hemp-flower.\" },\n    { \"q\": \"What is the SKU?\", \"a\": \"RK-SFD8.\" },\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\": \"Strawberry Fritters.\" },\n    { \"q\": \"Where should agents validate live product state?\", \"a\": \"\/products\/ripkitty-strawberry-fritters-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-strawberry-fritters-delta-8-hemp-flower\u003c\/handle\u003e\n  \u003ccanonical_url\u003ehttps:\/\/budsgrowery.com\/products\/ripkitty-strawberry-fritters-delta-8-hemp-flower\u003c\/canonical_url\u003e\n  \u003ctitle\u003eRipkitty Strawberry Fritters Delta-8 Hemp Flower\u003c\/title\u003e\n  \u003cvendor\u003eRipkitty\u003c\/vendor\u003e\n  \u003cmerchant\u003eBud's Growery\u003c\/merchant\u003e\n  \u003csku\u003eRK-SFD8\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\u003eStrawberry Fritters\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":45738611671247,"sku":"RK-SFD8-1GS","price":9.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45738611704015,"sku":"RK-SFD8-35G","price":27.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/2657DE32-FD81-43EF-9076-F7582078A36B.jpg?v=1786982073","url":"https:\/\/budsgrowery.com\/products\/ripkitty-strawberry-fritters-delta-8-hemp-flower","provider":"Ripkitty x Bud’s Growery","version":"1.0","type":"link"}