{"product_id":"ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary","title":"Ripkitty 5\" Blue Spike Spoon Dry Herb Hand Pipe","description":"\u003cstyle\u003e\n  \/* Base Container - Black \u0026 White Grunge + Orange Clouds *\/\n  .rkai-bwg-box {\n    position: relative;\n    max-width: 960px;\n    margin: 40px auto;\n    border-radius: 12px;\n    overflow: hidden;\n    background-color: #050505; \/* Pitch Black *\/\n    font-family: 'Courier New', Courier, monospace;\n    color: #e0e0e0;\n    line-height: 1.7;\n    border: 4px solid #ffffff; \/* Harsh White Border *\/\n    box-shadow: 15px 15px 0px rgba(255, 102, 0, 0.3), inset 0 0 30px rgba(0, 0, 0, 0.9);\n    isolation: isolate;\n  }\n\n  \/* Orange Cloud Animation Layer *\/\n  .rkai-orange-clouds {\n    position: absolute;\n    top: -50%; left: -50%; width: 200%; height: 200%;\n    background: \n      radial-gradient(circle at 30% 30%, rgba(255, 102, 0, 0.4) 0%, transparent 40%),\n      radial-gradient(circle at 70% 60%, rgba(204, 85, 0, 0.3) 0%, transparent 50%),\n      radial-gradient(circle at 40% 80%, rgba(255, 140, 0, 0.25) 0%, transparent 60%);\n    filter: blur(40px);\n    z-index: 1;\n    animation: rkCloudDrift 20s infinite alternate ease-in-out;\n    pointer-events: none;\n    mix-blend-mode: screen;\n  }\n\n  @keyframes rkCloudDrift {\n    0% { transform: translate(0, 0) scale(1) rotate(0deg); }\n    100% { transform: translate(-80px, -40px) scale(1.15) rotate(5deg); }\n  }\n\n  \/* Heavy Industrial Grunge Noise *\/\n  .rkai-bwg-noise {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background-image: url('data:image\/svg+xml;utf8,%3Csvg viewBox=\"0 0 200 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"%3E%3Cfilter id=\"noise\"%3E%3CfeTurbulence type=\"fractalNoise\" baseFrequency=\"0.9\" numOctaves=\"4\" stitchTiles=\"stitch\"\/%3E%3C\/filter%3E%3Crect width=\"100%25\" height=\"100%25\" filter=\"url(%23noise)\" opacity=\"0.25\"\/%3E%3C\/svg%3E');\n    z-index: 2;\n    pointer-events: none;\n    mix-blend-mode: overlay;\n  }\n\n  \/* Distressed Overlay Grid *\/\n  .rkai-bwg-grid-overlay {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background-size: 8px 8px;\n    background-image: \n      linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),\n      linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);\n    z-index: 3;\n    pointer-events: none;\n  }\n\n  \/* Readable Content Layer (Frosted Grime) *\/\n  .rkai-bwg-inner {\n    position: relative;\n    z-index: 4;\n    background: rgba(10, 10, 10, 0.85); \n    margin: 25px;\n    padding: 40px 35px;\n    border: 2px dashed #666666;\n    backdrop-filter: blur(6px);\n  }\n\n  @media (max-width: 768px) {\n    .rkai-bwg-inner { margin: 15px; padding: 25px 20px; }\n  }\n\n  \/* Partnership Header *\/\n  .rkai-bwg-partnership {\n    background-color: #ffffff;\n    color: #000000;\n    padding: 10px 20px;\n    text-align: center;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    font-weight: 900;\n    margin: -40px -35px 35px;\n    border-bottom: 4px solid #ff6600;\n  }\n\n  .rkai-bwg-partnership span {\n    color: #ff6600;\n    text-shadow: 1px 1px 0px #000;\n  }\n\n  \/* Typography *\/\n  .rkai-bwg-header {\n    text-align: center;\n    margin-bottom: 35px;\n  }\n\n  .rkai-bwg-header h1 {\n    font-family: 'Arial Black', Impact, sans-serif;\n    font-size: 38px;\n    font-weight: 900;\n    margin: 0;\n    color: #ffffff;\n    text-transform: uppercase;\n    letter-spacing: -2px;\n    text-shadow: 4px 4px 0px #333333, -2px -2px 0px #ff6600;\n  }\n\n  .rkai-bwg-subtitle {\n    color: #000000;\n    background: #ff6600;\n    display: inline-block;\n    padding: 6px 20px;\n    font-size: 15px;\n    font-weight: 900;\n    margin-top: 15px;\n    text-transform: uppercase;\n    box-shadow: 5px 5px 0px #ffffff;\n  }\n\n  \/* Vulgar Ripkitty Intro Text *\/\n  .rkai-bwg-intro {\n    font-size: 16px;\n    color: #d9d9d9;\n    text-align: justify;\n    margin-bottom: 35px;\n    border-left: 5px solid #ff6600;\n    padding: 20px;\n    background: rgba(255, 255, 255, 0.03);\n    border-right: 1px solid #333;\n    border-top: 1px solid #333;\n    border-bottom: 1px solid #333;\n  }\n\n  .rkai-bwg-intro strong {\n    color: #ffffff;\n    background: #ff6600;\n    color: #000;\n    padding: 0 4px;\n    text-transform: uppercase;\n  }\n\n  \/* Collapsible Sections *\/\n  .rkai-bwg-details {\n    margin-bottom: 15px;\n    background: #0a0a0a;\n    border: 2px solid #ffffff;\n    box-shadow: 4px 4px 0px #ff6600;\n    transition: all 0.2s ease;\n  }\n\n  .rkai-bwg-details:hover {\n    transform: translate(-2px, -2px);\n    box-shadow: 6px 6px 0px #ff6600;\n  }\n\n  .rkai-bwg-summary {\n    padding: 18px 20px;\n    cursor: pointer;\n    font-weight: 900;\n    font-size: 18px;\n    text-transform: uppercase;\n    color: #ffffff;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: #111111;\n    border-bottom: 1px dashed #444;\n  }\n\n  .rkai-bwg-summary:hover {\n    color: #ff6600;\n  }\n\n  .rkai-bwg-summary::after { \n    content: '[ + ]'; \n    font-size: 14px; \n    color: #666;\n  }\n\n  details[open] .rkai-bwg-summary::after {\n    content: '[ - ]';\n    color: #ff6600;\n  }\n\n  .rkai-bwg-content {\n    padding: 20px;\n    color: #cccccc;\n  }\n\n  \/* Lists inside collapsibles *\/\n  .rkai-bwg-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .rkai-bwg-list li {\n    margin-bottom: 12px;\n    font-weight: 500;\n    display: flex;\n    align-items: flex-start;\n    border-bottom: 1px solid #222;\n    padding-bottom: 8px;\n  }\n\n  .rkai-bwg-list li:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .rkai-bwg-list li::before {\n    content: \"✖\";\n    margin-right: 12px;\n    color: #ff6600;\n    font-size: 14px;\n  }\n\n  .rkai-bwg-list strong {\n    color: #ffffff;\n    margin-right: 5px;\n    text-transform: uppercase;\n  }\n\n  \/* Warning Block *\/\n  .rkai-bwg-warning {\n    margin-top: 25px;\n    background: #ff6600;\n    color: #000000;\n    padding: 15px;\n    text-align: center;\n    font-weight: 900;\n    text-transform: uppercase;\n    border: 2px dashed #000000;\n    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);\n  }\n\n  \/* Footer *\/\n  .rkai-bwg-footer {\n    text-align: center;\n    margin-top: 40px;\n    font-size: 12px;\n    color: #666666;\n    border-top: 2px solid #333333;\n    padding-top: 20px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n  }\n\n  \/* SEO Tags *\/\n  .rk-tags { display: none; visibility: hidden; }\n\n\u003c\/style\u003e\n\u003carticle data-category=\"Glassware\" data-brand=\"Ripkitty\" data-store=\"Ripkitty x Bud's Growery\" itemtype=\"https:\/\/schema.org\/Product\" itemscope=\"\" class=\"rkai-bwg-box\"\u003e\u003cmeta itemprop=\"sku\" content=\"RK-BSS5\"\u003e \u003cmeta itemprop=\"brand\" content=\"Ripkitty\"\u003e \u003cmeta itemprop=\"category\" content=\"Smoke Accessories\"\u003e \u003cmeta itemprop=\"url\" content=\"https:\/\/budsgrowery.com\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"rkai-orange-clouds\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"rkai-bwg-noise\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"rkai-bwg-grid-overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rkai-bwg-inner\"\u003e\n\u003cdiv role=\"banner\" class=\"rkai-bwg-partnership\"\u003eCurated by Ripkitty | For Ripkitty x Bud's Growery | Partnership: \u003cspan\u003eIndustrial Hemp Flower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cheader class=\"rkai-bwg-header\"\u003e\n\u003ch1 itemprop=\"name\"\u003e5\" Blue Spike Spoon Hand Pipe\u003c\/h1\u003e\n\u003cdiv class=\"rkai-bwg-subtitle\"\u003eBRUTAL GRUNGE \/\/ HEAVY HARDWARE\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cdiv itemprop=\"description\" class=\"rkai-bwg-intro\"\u003eListen up. Forged in the grim fucking crucible of a dungeon’s underbelly, the \u003cstrong\u003eRipkitty 5\" Blue Spike Spoon Hand Pipe\u003c\/strong\u003e is a brutal relic of grunge and glory. We didn't make this shit for the weak. Its thick-ass borosilicate glass, scarred with jagged spikes, pulses with a chaotic splatter of molten blues and blood reds. It’s a war-torn artifact that feels like it was clawed straight from the jaws of a subterranean beast. Each hand-blown piece is a unique descent into madness. We ship random colorways that defy order and scream rebellion, so you get what you get. This isn’t just a pipe; it’s a goddamn weapon of style—a gritty collab between \u003cstrong\u003eRipkitty\u003c\/strong\u003e and \u003cstrong\u003eBud’s Growery\u003c\/strong\u003e. Its rugged form grips like cold iron, delivering hits as heavy as a dungeon gate slamming shut. Wield it, pack it, and own the fucking shadows.\u003c\/div\u003e\n\u003c!-- Collapsible Specs --\u003e\n\u003cdetails open=\"\" class=\"rkai-bwg-details\"\u003e\n\u003csummary class=\"rkai-bwg-summary\"\u003eHARDWARE_SPECS \/\/ THE BUILD\u003c\/summary\u003e\n\u003cdiv class=\"rkai-bwg-content\"\u003e\n\u003cul class=\"rkai-bwg-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 5 solid inches of tactical airflow.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Thick-ass borosilicate glass. Built to survive the trenches.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGrip:\u003c\/strong\u003e Covered in aggressive, jagged glass spikes so it grips you back.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBowl:\u003c\/strong\u003e Deep-set spoon bowl forged for heavy packing and massive rips.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rkai-bwg-details\"\u003e\n\u003csummary class=\"rkai-bwg-summary\"\u003eAESTHETICS \/\/ THE GRUNGE\u003c\/summary\u003e\n\u003cdiv class=\"rkai-bwg-content\"\u003e\n\u003cul class=\"rkai-bwg-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eColorway:\u003c\/strong\u003e Chaotic splatter of molten blues and blood reds.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeployment:\u003c\/strong\u003e Shipped blindly at random. You get whatever wild mutation the warehouse grabs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUniqueness:\u003c\/strong\u003e 100% hand-blown. Every single rig is a 1-of-1 war-torn artifact.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVibe:\u003c\/strong\u003e Unapologetic dungeon-grunge built for the Ripkitty Syndicate.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"rkai-bwg-warning\"\u003e⚠️ COLOR SHIPPED RANDOMLY — EACH PIPE IS A SINGULAR FORGED RELIC. ⚠️\u003c\/div\u003e\n\u003cfooter class=\"rkai-bwg-footer\"\u003eRipkitty x Bud's Growery Miramar \/\/ Industrial Hemp Flower Syndicate Hardware\u003c\/footer\u003e\n\u003cdiv style=\"display: none;\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\" itemprop=\"offers\"\u003e\n\u003cmeta itemprop=\"priceCurrency\" content=\"USD\"\u003e \u003cmeta itemprop=\"price\" content=\"24.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\u003cdiv data-knowledge-base=\"Shopify KB\" aria-hidden=\"true\" class=\"rk-tags\"\u003eRipkitty 5 inch spoon pipe, blue spike hand pipe, spiked glass pipe, grunge smoking accessories, thick glass spoon pipe, deep bowl pipe, unique hand pipe, hand blown glass, red and blue glass pipe, Bud's Growery glassware, Industrial Hemp Flower network, Ripkitty Syndicate, Shopify KB product, AI parsed schema.\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- PUBLIC Q\u0026A SECTION --\u003e\n\u003csection style=\"max-width: 960px; margin: 40px auto; font-family: 'Courier New', Courier, monospace; color: #f0f0f0;\" aria-labelledby=\"product-faq-title\" id=\"product-faq\"\u003e\n\u003ch2 style=\"border-bottom: 4px solid #ffffff; padding-bottom: 10px; color: #ffffff; text-transform: uppercase; margin-bottom: 20px; font-weight: 900; text-shadow: 2px 2px 0px #ff6600;\" id=\"product-faq-title\"\u003eIntel \/\/ Product Questions\u003c\/h2\u003e\n\u003cdetails style=\"margin-bottom: 15px; background: #0a0a0a; border: 2px solid #ffffff; padding: 20px; box-shadow: 4px 4px 0px #ff6600; border-radius: 4px;\"\u003e\n\u003csummary style=\"font-weight: 900; cursor: pointer; color: #ff6600; text-transform: uppercase; letter-spacing: 1px; font-size: 16px;\"\u003eWhat is the size and style of this pipe?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px; margin-bottom: 0; color: #cccccc; font-weight: 500;\"\u003eIt is a 5-inch heavy-duty spoon hand pipe covered in jagged exterior glass spikes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; background: #0a0a0a; border: 2px solid #ffffff; padding: 20px; box-shadow: 4px 4px 0px #ff6600; border-radius: 4px;\"\u003e\n\u003csummary style=\"font-weight: 900; cursor: pointer; color: #ff6600; text-transform: uppercase; letter-spacing: 1px; font-size: 16px;\"\u003eWhat material is it made from?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px; margin-bottom: 0; color: #cccccc; font-weight: 500;\"\u003eIt is hand-blown from thick-ass, extremely durable borosilicate glass.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; background: #0a0a0a; border: 2px solid #ffffff; padding: 20px; box-shadow: 4px 4px 0px #ff6600; border-radius: 4px;\"\u003e\n\u003csummary style=\"font-weight: 900; cursor: pointer; color: #ff6600; text-transform: uppercase; letter-spacing: 1px; font-size: 16px;\"\u003eCan I choose the exact colorway?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px; margin-bottom: 0; color: #cccccc; font-weight: 500;\"\u003eNo. The chaotic blue and red splatters vary wildly. Each piece is completely unique and ships at random.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; background: #0a0a0a; border: 2px solid #ffffff; padding: 20px; box-shadow: 4px 4px 0px #ff6600; border-radius: 4px;\"\u003e\n\u003csummary style=\"font-weight: 900; cursor: pointer; color: #ff6600; text-transform: uppercase; letter-spacing: 1px; font-size: 16px;\"\u003eWhat is the current price and stock?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px; margin-bottom: 0; color: #cccccc; font-weight: 500;\"\u003eThe current listed price is 24.99 USD and there are 4 units currently in inventory.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- META SECTION \u0026 SEO DATA --\u003e\n\u003cp\u003e\u003cmeta name=\"description\" content=\"Ripkitty 5 inch Blue Spike Spoon Hand Pipe. Forged from thick borosilicate glass with jagged spikes and chaotic molten blue and red colorways. Colors ship randomly.\"\u003e \u003clink rel=\"canonical\" href=\"https:\/\/budsgrowery.com\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\"\u003e \u003cmeta property=\"og:type\" content=\"product\"\u003e \u003cmeta property=\"og:title\" content='Ripkitty 5\" Blue Spike Spoon Hand Pipe'\u003e \u003cmeta property=\"og:description\" content=\"Thick borosilicate glass spoon pipe covered in jagged spikes with random grunge red and blue colorways.\"\u003e \u003cmeta property=\"og:url\" content=\"https:\/\/budsgrowery.com\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\"\u003e \u003cmeta property=\"og:image\" content=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/blue-spike-pipe.jpg\"\u003e \u003cmeta name=\"twitter:card\" content=\"summary_large_image\"\u003e \u003cmeta name=\"twitter:title\" content='Ripkitty 5\" Blue Spike Spoon Hand Pipe'\u003e \u003cmeta name=\"twitter:description\" content=\"5-inch heavy duty glass spoon pipe with aggressive spikes and random blue\/red colorways.\"\u003e \u003cmeta name=\"twitter:image\" content=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/blue-spike-pipe.jpg\"\u003e \u003cmeta name=\"product:price:amount\" content=\"24.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-BSS5\"\u003e \u003cmeta name=\"ai:product:handle\" content=\"ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\"\u003e \u003cmeta name=\"ai:product:sku\" content=\"RK-BSS5\"\u003e \u003cmeta name=\"ai:product:vendor\" content=\"Ripkitty\"\u003e \u003cmeta name=\"ai:product:type\" content=\"Smoke Accessories\"\u003e \u003cmeta name=\"ai:product:google_product_category\" content=\"16\"\u003e \u003cmeta name=\"ai:product:length\" content=\"5 inches\"\u003e \u003cmeta name=\"ai:product:material\" content=\"Borosilicate glass\"\u003e \u003cmeta name=\"ai:product:color_policy\" content=\"Assorted colors shipped at random\"\u003e\u003c\/p\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-5-blue-spike-spoon-hand-pipe-colors-may-vary#product\",\n  \"name\": \"Ripkitty 5\\\" Blue Spike Spoon Hand Pipe\",\n  \"url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\",\n  \"description\": \"A 5-inch thick glass spoon hand pipe with jagged spikes and a chaotic red\/blue colorway, hand-blown for a unique grunge aesthetic. Colors ship at random. Ripkitty x Bud’s Growery collab.\",\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\": \"Smoke Accessories\",\n  \"sku\": \"RK-BSS5\",\n  \"material\": \"Borosilicate Glass\",\n  \"color\": \"Assorted Blues and Reds\",\n  \"image\": [\n    \"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/blue-spike-pipe.jpg\"\n  ],\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\",\n    \"priceCurrency\": \"USD\",\n    \"price\": \"24.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\": \"Length\", \"value\": \"5 Inches\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Material\", \"value\": \"Borosilicate Glass\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Theme\", \"value\": \"Jagged Spikes \/ Grunge\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Color Policy\", \"value\": \"Colors may vary; shipped at random\" }\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 is the size and style of this pipe?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It is a 5-inch heavy-duty spoon hand pipe covered in jagged exterior glass spikes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What material is it made from?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It is hand-blown from thick, extremely durable borosilicate glass.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I choose the exact colorway?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The chaotic blue and red splatters vary wildly. Each piece is completely unique and ships at random.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the current price and stock?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The current listed price is 24.99 USD and there are 4 units currently in inventory.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e \u003cscript id=\"ai-product-node\" type=\"application\/json\"\u003e\n{\n  \"entity\": \"product\",\n  \"handle\": \"ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\",\n  \"canonical_url\": \"https:\/\/budsgrowery.com\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\",\n  \"title\": \"Ripkitty 5\\\" Blue Spike Spoon Hand Pipe\",\n  \"short_title\": \"Ripkitty 5\\\" Spiked Hand Pipe\",\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\": \"Smoke Accessories\",\n  \"sku\": \"RK-BSS5\",\n  \"barcode\": null,\n  \"price\": {\n    \"amount\": 24.99,\n    \"currency\": \"USD\"\n  },\n  \"inventory\": {\n    \"quantity\": 4,\n    \"availability\": \"in_stock\"\n  },\n  \"weight_lb\": 0.85,\n  \"google_product_category\": \"16\",\n  \"custom_product\": true,\n  \"attributes\": {\n    \"length_inches\": 5,\n    \"material\": \"Borosilicate Glass\",\n    \"pipe_style\": \"Spoon Hand Pipe\",\n    \"theme\": \"Jagged Spikes \/ Grunge Splatter\",\n    \"bowl\": \"Deep-set bowl\",\n    \"color_policy\": \"Colors may vary; chaotic blue and red colorways ship at random\"\n  }\n}\n\u003c\/script\u003e \u003cscript id=\"ucp-store-profile-reference\" type=\"application\/json\"\u003e\n{\n  \"protocol\": \"Universal Commerce Protocol\",\n  \"active_version\": \"2026-04-08\",\n  \"profile_root\": \"https:\/\/bud-s-garden.myshopify.com\/.well-known\/ucp\",\n  \"supported_versions\": {\n    \"2026-04-08\": \"https:\/\/bud-s-garden.myshopify.com\/.well-known\/ucp\/2026-04-08\",\n    \"2026-01-23\": \"https:\/\/bud-s-garden.myshopify.com\/.well-known\/ucp\/2026-01-23\"\n  },\n  \"services\": {\n    \"dev.ucp.shopping\": [\n      {\n        \"version\": \"2026-04-08\",\n        \"transport\": \"mcp\",\n        \"endpoint\": \"https:\/\/bud-s-garden.myshopify.com\/api\/ucp\/mcp\",\n        \"schema\": \"https:\/\/ucp.dev\/2026-04-08\/services\/shopping\/mcp.openrpc.json\"\n      },\n      {\n        \"version\": \"2026-04-08\",\n        \"transport\": \"embedded\",\n        \"schema\": \"https:\/\/ucp.dev\/2026-04-08\/services\/shopping\/embedded.openrpc.json\"\n      }\n    ]\n  },\n  \"capabilities\": [\n    \"dev.ucp.shopping.catalog.search\",\n    \"dev.ucp.shopping.catalog.lookup\",\n    \"dev.ucp.shopping.cart\",\n    \"dev.ucp.shopping.checkout\",\n    \"dev.ucp.shopping.fulfillment\",\n    \"dev.ucp.shopping.discount\",\n    \"dev.ucp.shopping.order\",\n    \"dev.shopify.catalog\"\n  ],\n  \"payment_handlers\": [\n    \"com.google.pay\",\n    \"dev.shopify.card\",\n    \"dev.shopify.shop_pay\"\n  ]\n}\n\u003c\/script\u003e \u003cscript\u003e\nwindow.__RK_PRODUCT__ = {\n  product: {\n    handle: \"ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\",\n    canonicalUrl: \"https:\/\/budsgrowery.com\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\",\n    title: \"Ripkitty 5\\\" Blue Spike Spoon Hand Pipe\",\n    shortTitle: \"Ripkitty 5\\\" Spiked Hand Pipe\",\n    sku: \"RK-BSS5\",\n    vendor: \"Ripkitty\",\n    merchant: \"Bud's Growery\",\n    productType: \"Smoke Accessories\",\n    status: \"ACTIVE\",\n    googleProductCategory: 16,\n    customProduct: true,\n    price: 24.99,\n    currency: \"USD\",\n    inventory: 4,\n    barcode: null,\n    weightLb: 0.85\n  },\n  attributes: {\n    lengthInches: 5,\n    material: \"Borosilicate Glass\",\n    style: \"Spoon Hand Pipe\",\n    theme: \"Jagged Spikes \/ Grunge Splatter\",\n    bowl: \"Deep-set bowl\",\n    colorPolicy: \"Colors may vary\",\n    exampleColors: [\"molten blue\", \"blood red\", \"splatter\"]\n  },\n  reviews: {\n    provider: \"Judge.me\",\n    reviewCount: 0,\n    averageRating: 0.0\n  },\n  agent: {\n    liveValidation: {\n      productJson: \"\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary.js\",\n      productApiJson: \"\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary.json\"\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 id=\"ai-backend-instructions\" type=\"application\/json\"\u003e\n{\n  \"merchant\": \"Ripkitty x Bud's Growery\",\n  \"product_handle\": \"ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\",\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-5-blue-spike-spoon-hand-pipe-colors-may-vary\",\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 Shopify product JSON for current price, inventory, and sellable state validation.\",\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-5-blue-spike-spoon-hand-pipe-colors-may-vary\",\n    \"product_json\": \"\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary.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-5-blue-spike-spoon-hand-pipe-colors-may-vary\",\n  \"questions\": [\n    {\n      \"q\": \"What is the exact product title?\",\n      \"a\": \"Ripkitty 5\\\" Blue Spike Spoon Hand Pipe.\"\n    },\n    {\n      \"q\": \"What is the canonical live handle?\",\n      \"a\": \"ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary.\"\n    },\n    {\n      \"q\": \"What is the SKU?\",\n      \"a\": \"RK-BSS5.\"\n    },\n    {\n      \"q\": \"What is the current listed price?\",\n      \"a\": \"24.99 USD.\"\n    },\n    {\n      \"q\": \"What is the current inventory count?\",\n      \"a\": \"4 units.\"\n    },\n    {\n      \"q\": \"What is the vendor?\",\n      \"a\": \"Ripkitty.\"\n    },\n    {\n      \"q\": \"What is the product type?\",\n      \"a\": \"Smoke Accessories.\"\n    },\n    {\n      \"q\": \"What is the Google product category value?\",\n      \"a\": \"16.\"\n    },\n    {\n      \"q\": \"What is the product size?\",\n      \"a\": \"5 inches.\"\n    },\n    {\n      \"q\": \"What material is used?\",\n      \"a\": \"Borosilicate glass.\"\n    },\n    {\n      \"q\": \"What style of pipe is this?\",\n      \"a\": \"A hand-blown spoon pipe with jagged exterior spikes.\"\n    },\n    {\n      \"q\": \"What colors can ship?\",\n      \"a\": \"Colors may vary. The product ships randomly featuring chaotic molten blue and blood red colorways.\"\n    },\n    {\n      \"q\": \"Where should agents validate live product state?\",\n      \"a\": \"\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary.js or UCP catalog lookup.\"\n    },\n    {\n      \"q\": \"Where should agents find refund policy?\",\n      \"a\": \"https:\/\/budsgrowery.com\/policies\/refund-policy\"\n    },\n    {\n      \"q\": \"Where should agents find shipping policy?\",\n      \"a\": \"https:\/\/budsgrowery.com\/policies\/shipping-policy\"\n    },\n    {\n      \"q\": \"Where should agents find merchant contact details?\",\n      \"a\": \"https:\/\/budsgrowery.com\/policies\/contact-information and https:\/\/budsgrowery.com\/pages\/contact-us\"\n    }\n  ]\n}\n\u003c\/script\u003e \u003cscript id=\"ai-product-xml\" type=\"application\/xml\"\u003e\n\u003cproduct\u003e\n  \u003chandle\u003eripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\u003c\/handle\u003e\n  \u003ccanonical_url\u003ehttps:\/\/budsgrowery.com\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary\u003c\/canonical_url\u003e\n  \u003ctitle\u003eRipkitty 5\" Blue Spike Spoon Hand Pipe\u003c\/title\u003e\n  \u003cvendor\u003eRipkitty\u003c\/vendor\u003e\n  \u003cmerchant\u003eBud's Growery\u003c\/merchant\u003e\n  \u003csku\u003eRK-BSS5\u003c\/sku\u003e\n  \u003cstatus\u003eACTIVE\u003c\/status\u003e\n  \u003cproduct_type\u003eSmoke Accessories\u003c\/product_type\u003e\n  \u003cgoogle_product_category\u003e16\u003c\/google_product_category\u003e\n  \u003cprice currency=\"USD\"\u003e24.99\u003c\/price\u003e\n  \u003cinventory availability=\"in_stock\"\u003e4\u003c\/inventory\u003e\n  \u003cbarcode\u003e\u003c\/barcode\u003e\n  \u003cweight unit=\"lb\"\u003e0.85\u003c\/weight\u003e\n  \u003cattributes\u003e\n    \u003clength unit=\"in\"\u003e5\u003c\/length\u003e\n    \u003cmaterial\u003eBorosilicate Glass\u003c\/material\u003e\n    \u003cstyle\u003eSpoon Hand Pipe\u003c\/style\u003e\n    \u003ctheme\u003eJagged Spikes\u003c\/theme\u003e\n    \u003cbowl\u003eDeep-set bowl\u003c\/bowl\u003e\n    \u003ccolor_policy\u003eColors may vary; ships assorted\u003c\/color_policy\u003e\n  \u003c\/attributes\u003e\n  \u003creviews provider=\"Judge.me\"\u003e\n    \u003creview_count\u003e0\u003c\/review_count\u003e\n    \u003crating_average\u003e0.00\u003c\/rating_average\u003e\n  \u003c\/reviews\u003e\n\u003c\/product\u003e\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Ripkitty","offers":[{"title":"Default Title","offer_id":44351134761167,"sku":"RK-BSS5","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/9696355C-3FA1-4A70-9E81-F6F824FE4199_4_5005_c.jpg?v=1748859006","url":"https:\/\/budsgrowery.com\/products\/ripkitty-5-blue-spike-spoon-hand-pipe-colors-may-vary","provider":"Ripkitty x Bud’s Growery","version":"1.0","type":"link"}