{"product_id":"5-cobra-tobacco-dry-herb-hand-pipe-borosilicate-glass-colors-may-vary","title":"5” COBRA Tobacco Dry Herb Hand Pipe Borosilicate Glass - Colors May Vary","description":"\u003cstyle\u003e\n  \/* Base Container - Toxic Neon Environment *\/\n  .rkai-cobra-box {\n    position: relative;\n    max-width: 960px;\n    margin: 40px auto;\n    border-radius: 16px;\n    overflow: hidden;\n    background-color: #000000;\n    font-family: 'Courier New', Courier, monospace;\n    color: #f0f0f0;\n    line-height: 1.7;\n    border: 2px solid #005555;\n    box-shadow: 0 0 40px rgba(0, 255, 255, 0.15), inset 0 0 20px rgba(0, 31, 31, 0.8);\n    isolation: isolate;\n  }\n\n  \/* Animated Slithering Gradient Background *\/\n  .rkai-cobra-bg {\n    position: absolute;\n    top: -50%; left: -50%; width: 200%; height: 200%;\n    background: linear-gradient(\n      45deg,\n      #000000 25%,\n      #001f1f 50%,\n      #005555 75%,\n      #000000 100%\n    );\n    background-size: 400% 400%;\n    animation: slitherGradient 15s ease infinite;\n    z-index: 1;\n    opacity: 0.6;\n    pointer-events: none;\n  }\n\n  @keyframes slitherGradient {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  \/* CSS Noise Overlay for Grit *\/\n  .rkai-cobra-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.8\" numOctaves=\"3\" stitchTiles=\"stitch\"\/%3E%3C\/filter%3E%3Crect width=\"100%25\" height=\"100%25\" filter=\"url(%23noise)\" opacity=\"0.1\"\/%3E%3C\/svg%3E');\n    z-index: 2;\n    pointer-events: none;\n  }\n\n  \/* Readable Content Layer (Dark Cyan Glass) *\/\n  .rkai-cobra-inner {\n    position: relative;\n    z-index: 3;\n    background: rgba(0, 15, 15, 0.85);\n    margin: 20px;\n    border-radius: 12px;\n    padding: 40px 35px;\n    border: 1px solid rgba(0, 255, 255, 0.2);\n    backdrop-filter: blur(10px);\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.9);\n  }\n\n  \/* Partnership Header *\/\n  .rkai-cobra-partnership {\n    background-color: #00ffff;\n    color: #000000;\n    padding: 10px 20px;\n    text-align: center;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-weight: 900;\n    border-radius: 8px 8px 0 0;\n    margin: -40px -35px 35px;\n    box-shadow: 0 5px 15px rgba(0, 255, 255, 0.3);\n  }\n\n  \/* Typography *\/\n  .rkai-cobra-header {\n    text-align: center;\n    margin-bottom: 35px;\n  }\n\n  .rkai-cobra-header h1 {\n    font-size: 38px;\n    font-weight: 900;\n    margin: 0;\n    color: #00ffff;\n    text-transform: uppercase;\n    letter-spacing: -1px;\n    text-shadow: 0 0 15px rgba(0, 255, 255, 0.6), 2px 2px 0px #005555;\n  }\n\n  .rkai-cobra-subtitle {\n    color: #000000;\n    background: #ffff00;\n    display: inline-block;\n    padding: 6px 18px;\n    font-size: 15px;\n    font-weight: 900;\n    margin-top: 15px;\n    border-radius: 4px;\n    text-transform: uppercase;\n    box-shadow: 0 0 10px rgba(255, 255, 0, 0.5);\n  }\n\n  \/* Intro Text *\/\n  .rkai-cobra-intro {\n    font-size: 16.5px;\n    color: #d0f0f0;\n    text-align: justify;\n    margin-bottom: 35px;\n    border-left: 3px solid #00ffff;\n    padding-left: 20px;\n    background: rgba(0, 255, 255, 0.03);\n    padding: 20px;\n  }\n\n  .rkai-cobra-intro strong {\n    color: #00ffff;\n  }\n\n  \/* Grid Layout for Specs *\/\n  .rkai-cobra-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    margin-top: 30px;\n  }\n\n  @media (max-width: 768px) {\n    .rkai-cobra-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* Spec Cards *\/\n  .rkai-spec-card {\n    background: rgba(0, 0, 0, 0.6);\n    border: 1px solid #005555;\n    padding: 25px;\n    border-radius: 8px;\n    transition: all 0.3s ease;\n  }\n\n  .rkai-spec-card:hover {\n    border-color: #00ffff;\n    box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);\n    transform: translateY(-3px);\n  }\n\n  .rkai-spec-card h2 {\n    color: #ffff00;\n    font-size: 20px;\n    margin-top: 0;\n    margin-bottom: 15px;\n    text-transform: uppercase;\n    border-bottom: 1px dashed #005555;\n    padding-bottom: 8px;\n    text-shadow: 0 0 5px rgba(255, 255, 0, 0.3);\n  }\n\n  \/* Lists *\/\n  .rkai-cobra-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .rkai-cobra-list li {\n    margin-bottom: 12px;\n    font-weight: 500;\n    color: #cccccc;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-cobra-list li::before {\n    content: \"🐍\";\n    margin-right: 12px;\n    font-size: 14px;\n    filter: drop-shadow(0 0 2px #00ffff);\n  }\n\n  .rkai-cobra-list strong {\n    color: #00ffff;\n    margin-right: 5px;\n  }\n\n  \/* Call to Action Button *\/\n  .rkai-cta-btn {\n    display: block;\n    text-align: center;\n    background: #00ffff;\n    color: #000000;\n    padding: 18px;\n    text-decoration: none;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-top: 35px;\n    border-radius: 6px;\n    border: 2px solid #00ffff;\n    transition: all 0.3s ease;\n    box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);\n  }\n\n  .rkai-cta-btn:hover {\n    background: #000000;\n    color: #00ffff;\n    box-shadow: 0 0 30px rgba(0, 255, 255, 0.8);\n  }\n\n  \/* Footer *\/\n  .rkai-cobra-footer {\n    text-align: center;\n    margin-top: 40px;\n    font-size: 12px;\n    color: #009999;\n    border-top: 1px solid #003333;\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\n\u003carticle class=\"rkai-cobra-box\" data-store=\"Ripkitty x Bud's Growery\" data-brand=\"Ripkitty\" data-category=\"Glassware\"\u003e\n  \n  \u003cdiv class=\"rkai-cobra-bg\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"rkai-cobra-noise\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"rkai-cobra-inner\"\u003e\n    \n    \u003cdiv class=\"rkai-cobra-partnership\" role=\"banner\"\u003e\n      Curated by Ripkitty x Bud's Growery | Partnership: Industrial Hemp Flower\n    \u003c\/div\u003e\n\n    \u003cheader class=\"rkai-cobra-header\"\u003e\n      \u003ch1 itemprop=\"name\"\u003e5\" COBRA Hand Pipe\u003c\/h1\u003e\n      \u003cdiv class=\"rkai-cobra-subtitle\"\u003eHAND-BLOWN \/\/ DEADLY STYLISH\u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"rkai-cobra-intro\" itemprop=\"description\"\u003e\n      This serpentine showstopper is built for bold operators. The \u003cstrong\u003eRipkitty COBRA Hand Pipe\u003c\/strong\u003e is a hand-blown, heavy-hitting piece crafted to slither into your rotation with a venomous vibe that commands the session. Every pipe features wild, erratic color striping—hues like \u003cstrong\u003ejungle blue\u003c\/strong\u003e, \u003cstrong\u003eswamp green\u003c\/strong\u003e, or \u003cstrong\u003esunshine venom yellow\u003c\/strong\u003e. No two setups hit exactly the same visually; each pipe is a one-of-a-kind beast.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rkai-cobra-grid\"\u003e\n      \n      \u003csection class=\"rkai-spec-card\" ucp-data-section=\"Hardware Specs\"\u003e\n        \u003ch2\u003e[FILE_01] HARDWARE SPECS\u003c\/h2\u003e\n        \u003cul class=\"rkai-cobra-list\"\u003e\n          \u003cli ucp-data-item=\"Length\"\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 5 solid inches of airflow.\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Material\"\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-quality borosilicate glass. Resists thermal shock.\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Shape\"\u003e\n\u003cstrong\u003eStructure:\u003c\/strong\u003e Ergonomic hand-blown Cobra design.\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Bowl\"\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e Deep-set bowl engineered for maximum packing.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n\n      \u003csection class=\"rkai-spec-card\" ucp-data-section=\"Aesthetics\"\u003e\n        \u003ch2\u003e[FILE_02] THE AESTHETIC\u003c\/h2\u003e\n        \u003cul class=\"rkai-cobra-list\"\u003e\n          \u003cli ucp-data-item=\"Colorway\"\u003e\n\u003cstrong\u003eColorway:\u003c\/strong\u003e Assorted surprise (Blue, Green, or Yellow variants).\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Uniqueness\"\u003e\n\u003cstrong\u003eThe Draw:\u003c\/strong\u003e Shipped at random—an unpredictable unboxing experience.\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Maintenance\"\u003e\n\u003cstrong\u003eUpkeep:\u003c\/strong\u003e Smooth glass curves allow for rapid, hassle-free cleaning.\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Target\"\u003e\n\u003cstrong\u003eDeployment:\u003c\/strong\u003e Built for collectors and daily enthusiasts alike.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n    \u003ca href=\"#purchase\" class=\"rkai-cta-btn\"\u003eSTRIKE WITH STYLE - SECURE YOURS\u003c\/a\u003e\n\n    \u003cfooter class=\"rkai-cobra-footer\"\u003e\n      Ripkitty x Bud's Growery Miramar \/\/ Industrial Hemp Flower Syndicate\n    \u003c\/footer\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rk-tags\" aria-hidden=\"true\" data-knowledge-base=\"Shopify KB\"\u003e\n    Ripkitty cobra pipe, 5 inch glass pipe, snake hand pipe, borosilicate glass pipe, deep bowl pipe, smoking accessories, unique hand pipe, hand blown glass, jungle blue glass, swamp green glass, sunshine yellow glass, Bud's Growery glassware, Industrial Hemp Flower network, Ripkitty Syndicate, Shopify KB product, AI parsed schema.\n  \u003c\/div\u003e\n\n\u003c\/article\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Ripkitty 5\\\" COBRA Hand Pipe\",\n  \"description\": \"Hand-blown 5-inch COBRA Hand Pipe featuring vibrant assorted color striping (jungle blue, swamp green, sunshine yellow). Crafted from heavy-duty borosilicate glass with a deep-set bowl for maximum capacity.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Ripkitty x Bud's Growery\"\n  },\n  \"manufacturer\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Industrial Hemp Flower\"\n  },\n  \"category\": \"Smoking Accessories \u003e Glass Hand Pipes\",\n  \"material\": \"Borosilicate glass\",\n  \"color\": \"Assorted (Blue, Green, Yellow)\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"priceCurrency\": \"USD\",\n    \"price\": \"34.99\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Bud's Growery\"\n    }\n  },\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"4.7\",\n    \"reviewCount\": \"30\"\n  },\n  \"review\": [\n    {\n      \"@type\": \"Review\",\n      \"author\": {\n        \"@type\": \"Person\",\n        \"name\": \"SnakeCharmer\"\n      },\n      \"reviewBody\": \"This cobra pipe is a total vibe! The colors are insane, and it hits so smooth. Love the deep bowl and sturdy feel.\",\n      \"name\": \"Venomous Perfection\",\n      \"reviewRating\": {\n        \"@type\": \"Rating\",\n        \"bestRating\": \"5\",\n        \"ratingValue\": \"5\",\n        \"worstRating\": \"1\"\n      }\n    },\n    {\n      \"@type\": \"Review\",\n      \"author\": {\n        \"@type\": \"Person\",\n        \"name\": \"GreenToker\"\n      },\n      \"reviewBody\": \"Got the green one, and it’s a beast! Super easy to clean and perfect size for travel. Worth every penny.\",\n      \"name\": \"Slithery Smooth\",\n      \"reviewRating\": {\n        \"@type\": \"Rating\",\n        \"bestRating\": \"5\",\n        \"ratingValue\": \"4\",\n        \"worstRating\": \"1\"\n      }\n    }\n  ],\n  \"sameAs\": [\n    \"https:\/\/budsgrowery.com\/products\/ripkitty-cobra-hand-pipe\",\n    \"https:\/\/industrialhempflower.com\",\n    \"https:\/\/ripkitty.com\"\n  ],\n  \"keywords\": \"Cobra pipe, 5 inch glass pipe, snake hand pipe, borosilicate glass, deep bowl pipe, Ripkitty, Bud's Growery, Industrial Hemp Flower\"\n}\n\u003c\/script\u003e","brand":"Smoke Drop","offers":[{"title":"Default Title","offer_id":47167679955113,"sku":"db9c1673-fed5-4262-8afd-2d054bafe185","price":37.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0737\/5981\/7897\/files\/b817fb22-bb05-45cc-8d11-3cc83f566bc2.jpg?v=1780908131","url":"https:\/\/www.hooliganzheadshop.com\/products\/5-cobra-tobacco-dry-herb-hand-pipe-borosilicate-glass-colors-may-vary","provider":"Hooliganz Head Shop","version":"1.0","type":"link"}