{"title":"Sativa","description":"","products":[{"product_id":"ripkitty-fruity-tooties-cbd-hemp-flowers","title":"Ripkitty Fruity Tooties CBD Hemp Flowers","description":"\u003cstyle\u003e\n  \/* Base Container - The Cereal Bowl Gradient *\/\n  .rk-toucan-KB-wrap {\n    \/* Saturated Sativa\/Cereal Colors: Blue, Red, Yellow, Green Swirl *\/\n    background: radial-gradient(circle at 10% 10%, #ff4d4d 0%, transparent 40%),\n                radial-gradient(circle at 90% 10%, #ffee00 0%, transparent 40%),\n                radial-gradient(circle at 90% 90%, #33cc33 0%, transparent 40%),\n                radial-gradient(circle at 10% 90%, #00ccff 0%, transparent 40%),\n                #ffffff;\n    color: #1a1a1a; \n    padding: 40px;\n    border-radius: 16px;\n    \/* Bold, playful sans-serif for cereal box feel *\/\n    font-family: 'Futura-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    font-weight: bold;\n    line-height: 1.7;\n    max-width: 900px;\n    margin: 20px auto;\n    border: 4px solid #ff1493; \/* Hot Pink Border *\/\n    box-shadow: 0 12px 30px rgba(255, 20, 147, 0.3);\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Compelling Title *\/\n  .rk-toucan-KB-wrap h1 {\n    font-size: 36px;\n    color: #ff1493; \/* Hot Pink *\/\n    margin-top: 0;\n    margin-bottom: 20px;\n    text-transform: uppercase;\n    text-align: center;\n    letter-spacing: -1px;\n    -webkit-text-stroke: 1px #ffffff;\n    text-shadow: 3px 3px 0px #00ccff; \/* Blue Shadow *\/\n  }\n\n  \/* SEO Compelling Intro Paragraph *\/\n  .rk-toucan-KB-intro {\n    font-size: 17px;\n    color: #333;\n    max-width: 800px;\n    margin: 0 auto 30px auto;\n    text-align: center;\n    font-weight: 600;\n  }\n\n  .rk-toucan-KB-intro strong {\n    color: #ff1493;\n    background: rgba(255, 255, 255, 0.6);\n    padding: 0 4px;\n    border-radius: 4px;\n  }\n\n  \/* Data Headers *\/\n  .rk-toucan-KB-wrap h2 {\n    font-size: 22px;\n    color: #ffffff;\n    background-color: #00ccff; \/* Blue Header *\/\n    display: inline-block;\n    padding: 5px 15px;\n    border-radius: 8px;\n    margin-top: 25px;\n    margin-bottom: 15px;\n    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);\n    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);\n  }\n\n  \/* UCP Data Grid *\/\n  .rk-toucan-data-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n  }\n\n  @media (max-width: 600px) {\n    .rk-toucan-data-grid { grid-template-columns: 1fr; }\n  }\n\n  .rk-toucan-data-card {\n    background: rgba(255, 255, 255, 0.85);\n    border: 2px solid #ddd;\n    border-radius: 8px;\n    padding: 20px;\n    backdrop-filter: blur(5px);\n  }\n\n  \/* Playful Fruity Bullets *\/\n  .rk-toucan-KB-wrap ul {\n    list-style-type: none;\n    padding-left: 0;\n    margin-top: 10px;\n  }\n\n  .rk-toucan-KB-wrap li {\n    margin-bottom: 12px;\n    color: #1a1a1a;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n  }\n\n  \/* Follow Your Nose bullets *\/\n  .rk-toucan-KB-wrap li::before {\n    content: \"🔵\"; \/* Cereal ring emojis *\/\n    margin-right: 10px;\n    font-size: 1.2em;\n  }\n  .rk-toucan-KB-wrap li:nth-child(2n)::before { content: \"🔴\"; }\n  .rk-toucan-KB-wrap li:nth-child(3n)::before { content: \"🟡\"; }\n  .rk-toucan-KB-wrap li:nth-child(4n)::before { content: \"🟢\"; }\n\n  .rk-toucan-KB-wrap li strong {\n    color: #ff1493;\n    margin-right: 5px;\n  }\n\n  \/* Partnership Section *\/\n  .rk-partnership-bar {\n    border-top: 3px solid #ff1493;\n    margin-top: 30px;\n    padding-top: 20px;\n    font-size: 14px;\n    color: #666;\n    text-align: center;\n    font-weight: normal;\n  }\n\n  \/* Dynamic Toggle Button *\/\n  .rk-toggle-btn {\n    background-color: #ff1493;\n    color: #ffffff;\n    border: none;\n    padding: 15px 25px;\n    font-size: 16px;\n    font-weight: bold;\n    text-transform: uppercase;\n    cursor: pointer;\n    width: 100%;\n    margin-top: 30px;\n    border-radius: 8px;\n    transition: all 0.3s ease;\n    box-shadow: 0 5px 15px rgba(255, 20, 147, 0.3);\n  }\n\n  .rk-toggle-btn:hover {\n    background-color: #ffee00;\n    color: #ff1493;\n    box-shadow: 0 5px 15px rgba(238, 238, 0, 0.3);\n  }\n\n  \/* Hidden Details Panel *\/\n  .rk-detailed-info {\n    display: none;\n    margin-top: 25px;\n    animation: KB-slideDown 0.5s ease;\n  }\n  \n  .rk-detailed-info.active {\n    display: block;\n  }\n\n  \/* Lab Report Link *\/\n  .rk-lab-link-container {\n    text-align: center;\n    margin-top: 35px;\n  }\n\n  .rk-lab-link {\n    display: inline-block;\n    color: #00ccff;\n    font-weight: bold;\n    text-transform: uppercase;\n    text-decoration: none;\n    padding-bottom: 2px;\n    border-bottom: 2px solid transparent;\n  }\n\n  .rk-lab-link:hover {\n    border-color: #00ccff;\n  }\n  \n  \/* Required SEO\/UCP tags for KB indexing (Hidden from user) *\/\n  .rk-ucp-tags {\n    display: none;\n    visibility: hidden;\n  }\n  \n  @keyframes KB-slideDown {\n    from { opacity: 0; transform: translateY(-10px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\n\u003carticle class=\"rk-toucan-KB-wrap\" data-ucp-brand=\"Ripkitty\" data-ucp-category=\"Industrial Hemp Flower\" data-ucp-type=\"CBD Flower\" data-ucp-variant=\"Fruity Tooties\"\u003e\n  \n  \u003cheader\u003e\n    \u003ch1 itemprop=\"name\"\u003eThe Case of the Fruity Tooties: Premium Sativa CBD\u003c\/h1\u003e\n    \u003cp class=\"rk-toucan-KB-intro\" itemprop=\"description\"\u003e\n      Follow your nose! \u003cstrong\u003eFruity Tooties\u003c\/strong\u003e is Ripkitty's signature Sativa-dominant CBD hemp flower cultivar, engineered explicitly for mental clarity, bold flavor saturation, and daily task consistency. Boasting a heavy 18% CBD payload and a terpene dossier reminiscent of sugary fruit loops dunked in high-octane gas, this flower is your go-to for full-spectrum vibes from dawn to dusk.\n    \u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003cdiv class=\"rk-toucan-data-grid\"\u003e\n    \n    \u003csection class=\"rk-toucan-data-card\" ucp-data-section=\"Specifications\"\u003e\n      \u003ch2 ucp-data-header=\"Primary Specs\"\u003eThe Evidence Log (Quick Specs)\u003c\/h2\u003e\n      \u003cul\u003e\n        \u003cli ucp-data-item=\"Type\"\u003e\n\u003cstrong\u003eBotanical Class:\u003c\/strong\u003e Sativa-Dominant Hybrid\u003c\/li\u003e\n        \u003cli ucp-data-item=\"Aroma Profile\"\u003e\n\u003cstrong\u003eAroma:\u003c\/strong\u003e Sugary Fruit Cereal with Gassy Back End\u003c\/li\u003e\n        \u003cli ucp-data-item=\"CBD Content\"\u003e\n\u003cstrong\u003eCBD Content:\u003c\/strong\u003e 18.00% (Lab Certified)\u003c\/li\u003e\n        \u003cli ucp-data-item=\"Use Case\"\u003e\n\u003cstrong\u003eIdeal For:\u003c\/strong\u003e All-Day Rotation, Focus, Creativity\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rk-toucan-data-card\" ucp-data-section=\"Sensory Profile\"\u003e\n      \u003ch2 ucp-data-header=\"Sensory\"\u003eThe \"Follow Your Nose\" Dossier\u003c\/h2\u003e\n      \u003cul\u003e\n        \u003cli ucp-data-item=\"Appearance\"\u003e\n\u003cstrong\u003eVisuals:\u003c\/strong\u003e Light Green Structure, Bright Orange Pistils, Aggressive Resin Frosting\u003c\/li\u003e\n        \u003cli ucp-data-item=\"Scent\"\u003e\n\u003cstrong\u003eScent:\u003c\/strong\u003e The primary aroma is a Cereal-Fruity punch (Tutti Frutti) with a sharp Diesel\/Gas tail note.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003cbutton class=\"rk-toggle-btn\" id=\"rk-KB-btn\" aria-expanded=\"false\" onclick=\"toggleDetailsToucan()\"\u003eShow Detailed Lab Dossier ▼\u003c\/button\u003e\n\n  \u003cdiv id=\"rk-KB-details\" class=\"rk-detailed-info\" aria-hidden=\"true\"\u003e\n    \u003cdiv class=\"rk-toucan-data-card\" style=\"margin-top: 20px; border-color: #00ccff; background: rgba(0, 204, 255, 0.05);\"\u003e\n      \u003ch3\u003eFull Lab Report Summary\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eVerified CBD:\u003c\/strong\u003e 18.00%\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDelta-9 THC:\u003c\/strong\u003e \u0026lt; 0.30% (Strict Federal Compliance)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTerpene Profile (Dominant):\u003c\/strong\u003e Limonene (Fruit), Caryophyllene (Fuel), Myrcene (Sweetness)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Certified Industrial Hemp (Phaseolus Vulgaris)\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003ch3 style=\"margin-top: 25px;\"\u003eLab Validation \u0026amp; Compliance\u003c\/h3\u003e\n      \u003cp style=\"font-size: 14px; color: #444; margin-bottom: 10px;\"\u003e\n        This batch has been tested for precise cannabinoid concentration and verified for legal Δ9-THC compliance (\u0026lt;0.3%) via High-Performance Liquid Chromatography (HPLC). Documentation provided by our certified lab partner. Suitable for sale and shipment within the United States.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"rk-lab-link-container\"\u003e\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/fruity-tooty.pdf?v=1763584647\" class=\"rk-lab-link\" itemprop=\"downloadUrl\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n      Download Official COA PDF Archive\n    \u003c\/a\u003e\n  \u003c\/footer\u003e\n\n  \u003cp class=\"rk-partnership-bar\"\u003e\n    Curation by \u003cstrong\u003eRipkitty\u003c\/strong\u003e | Marketed by \u003cstrong\u003eIndustrial Hemp Flower\u003c\/strong\u003e\u003cbr\u003e\n    Network Partnership: \u003cstrong\u003eRipkitty x Bud's Growery Miramar\u003c\/strong\u003e\n  \u003c\/p\u003e\n  \n  \u003cdiv class=\"rk-ucp-tags\" aria-hidden=\"true\" data-knowledge-base=\"Shopify KB\" data-ucp-optimized=\"true\"\u003e\n    Ripkitty Fruity Tooties, CBD Hemp Flower, Industrial Hemp Flower Miramar, Bud's Growery Miramar, 18% CBD Flower, Sativa-dominant CBD, Fruit Loops aroma hemp, compliant hemp flower, Shopify KB product, AI parsed schema.\n  \u003c\/div\u003e\n\n\u003c\/article\u003e\n\n\u003cscript\u003e\n  function toggleDetailsToucan() {\n    var details = document.getElementById('rk-KB-details');\n    var btn = document.getElementById('rk-KB-btn');\n    var isHidden = details.style.display === 'none' || details.style.display === '';\n    \n    if (isHidden) {\n      details.style.display = 'block';\n      details.classList.add('active'); \/\/ Add animation class\n      details.setAttribute('aria-hidden', 'false');\n      btn.setAttribute('aria-expanded', 'true');\n      btn.innerHTML = 'Secure Lab Dossier ▲';\n      btn.style.backgroundColor = '#ffee00'; \/\/ Change to Yellow\n      btn.style.color = '#ff1493'; \/\/ Change to Pink\n    } else {\n      details.style.display = 'none';\n      details.classList.remove('active');\n      details.setAttribute('aria-hidden', 'true');\n      btn.setAttribute('aria-expanded', 'false');\n      btn.innerHTML = 'Show Detailed Lab Dossier ▼';\n      btn.style.backgroundColor = '#ff1493'; \/\/ Reset to Pink\n      btn.style.color = '#ffffff'; \/\/ Reset to White\n    }\n  }\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Ripkitty Fruity Tooties CBD Hemp Flower\",\n  \"description\": \"High-quality Sativa-dominant CBD hemp flower featuring an 18% CBD content and a unique fruity cereal with a gassy diesel aroma profile. Third-party lab verified for compliance. Curated by Ripkitty.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Ripkitty\"\n  },\n  \"seller\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Industrial Hemp Flower\"\n  },\n  \"category\": \"Health \u0026 Beauty \u003e Personal Care \u003e Hemp Products\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Industrial Hemp Flower\"\n    }\n  },\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"CBD Content\", \"value\": \"18.00%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"THC Content\", \"value\": \"\u003c0.3%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Type\", \"value\": \"Sativa-Dominant\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Aroma Profile\", \"value\": \"Fruity Cereal, Tutti Frutti, Gas, Diesel\" }\n  ],\n  \"sameAs\": [\n    \"https:\/\/industrialhempflower.com\",\n    \"https:\/\/iwitm8-uc.myshopify.com\",\n    \"https:\/\/budsgrowery.com\",\n    \"https:\/\/ripkitty.com\"\n  ]\n}\n\u003c\/script\u003e","brand":"Ripkitty","offers":[{"title":"1G","offer_id":45356343951556,"sku":"RK-FT1GS","price":6.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45356343984324,"sku":"RK-FT35G","price":15.99,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45356344017092,"sku":"RK-FT7G","price":23.99,"currency_code":"USD","in_stock":true},{"title":"14G","offer_id":45356344049860,"sku":"RK-FT14GHO","price":34.99,"currency_code":"USD","in_stock":true},{"title":"28G","offer_id":45356344082628,"sku":"RK-FT28G1O","price":54.99,"currency_code":"USD","in_stock":true},{"title":"3.5G Dusted","offer_id":45356344115396,"sku":"RK-FT35GCD","price":23.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/IMG-2881.jpg?v=1762275921"},{"product_id":"ripkitty-pink-panther-cbd-hemp-flowers","title":"Ripkitty Pink Panther CBD Hemp Flowers","description":"\u003cstyle\u003e\n  \/* Base Container - Retro Mod Cinema *\/\n  .rkai-panther-KB-wrap {\n    background: linear-gradient(145deg, #1a001a 0%, #2d0033 100%); \/* Night Sky to Deep Magenta *\/\n    color: #fce4ec; \/* Soft Retro Pink Text *\/\n    padding: 35px;\n    border-radius: 8px; \/* Sleek, mod radius *\/\n    font-family: 'Futura', 'Century Gothic', AppleGothic, sans-serif; \/* Geometric Retro Sans-Serif *\/\n    line-height: 1.7;\n    max-width: 900px;\n    margin: 20px auto;\n    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7), inset 0 0 15px rgba(255, 105, 180, 0.2);\n    border: 2px solid #3d004d; \/* Heavy Magenta Frame *\/\n    position: relative;\n    overflow: hidden;\n  }\n  \n  \/* Geometric Accent Element *\/\n  .rkai-panther-KB-wrap::after {\n    content: '';\n    position: absolute;\n    bottom: -50px;\n    right: -50px;\n    width: 200px;\n    height: 200px;\n    background: rgba(255, 105, 180, 0.05);\n    border-radius: 50%;\n    z-index: 1;\n  }\n\n  \/* Header Section *\/\n  .rkai-panther-KB-header {\n    text-align: center;\n    margin-bottom: 30px;\n    padding-bottom: 25px;\n    border-bottom: 2px solid #3d004d;\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* NEON BLINKING HEADER - Core Requirement *\/\n  .rkai-panther-KB-header h2 {\n    color: #ff69b4; \/* Hot Pink *\/\n    font-size: 32px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin: 0 0 15px 0;\n    \/* Basic Neon Glow *\/\n    text-shadow: 0 0 10px rgba(255, 105, 180, 0.7), 0 0 20px rgba(255, 105, 180, 0.5);\n    \/* Blinking Animation *\/\n    animation: neonKB-flicker 2s infinite alternate;\n  }\n\n  \/* Partnership Credit *\/\n  .rkai-KB-curation-credit {\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    color: #ffd700; \/* Electric Gold\/Yellow *\/\n    font-weight: bold;\n    opacity: 0.8;\n  }\n\n  \/* Intro Paragraph *\/\n  .rkai-panther-KB-intro {\n    font-size: 16px;\n    max-width: 800px;\n    margin: 0 auto;\n    color: #ffc0cb; \/* Pale Retro Pink *\/\n    text-align: center;\n    font-weight: 500;\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* Data Sections *\/\n  .rkai-panther-KB-main-content {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n    margin-top: 35px;\n    position: relative;\n    z-index: 2;\n  }\n\n  @media (max-width: 700px) {\n    .rkai-panther-KB-main-content { grid-template-columns: 1fr; }\n  }\n\n  .rkai-panther-KB-data-section h3 {\n    background: #ffd700; \/* Electric Gold Section Header *\/\n    color: #1a001a;\n    padding: 10px 15px;\n    font-size: 17px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    border-radius: 4px;\n    margin-top: 0;\n    margin-bottom: 18px;\n  }\n\n  \/* List Styling *\/\n  .rkai-panther-KB-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 25px 0;\n  }\n\n  .rkai-panther-KB-list li {\n    margin-bottom: 12px;\n    font-size: 15px;\n    border-bottom: 1px solid #3d004d;\n    padding-bottom: 8px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  .rkai-panther-KB-list li strong {\n    color: #ff69b4; \/* Hot Pink Labels *\/\n    font-weight: 700;\n  }\n  \n  .rkai-panther-KB-list li span:last-child {\n    color: #ffffff;\n    font-weight: 500;\n    text-align: right;\n  }\n\n  \/* Embedded Lab Details *\/\n  .rkai-KB-detailed-specs {\n    grid-column: 1 \/ -1; \/* Full Width *\/\n    background: rgba(0, 0, 0, 0.4);\n    border: 2px dashed #ff69b4;\n    border-radius: 8px;\n    padding: 25px;\n    margin-top: 15px;\n  }\n\n  .rkai-KB-detailed-specs h3 {\n    background: transparent;\n    color: #ff69b4;\n    border-bottom: 2px solid #ff69b4;\n    border-radius: 0;\n    padding-left: 0;\n  }\n\n  \/* Retro Lab Report Link *\/\n  .rkai-panther-KB-report-container {\n    text-align: center;\n    margin-top: 35px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .rkai-panther-KB-report-link {\n    display: inline-block;\n    color: #1a001a;\n    background-color: #ff69b4; \/* Hot Pink Button *\/\n    text-decoration: none;\n    font-weight: 900;\n    font-size: 15px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 15px 30px;\n    border-radius: 4px;\n    border: 2px solid transparent;\n    transition: all 0.3s ease;\n  }\n\n  .rkai-panther-KB-report-link:hover {\n    color: #ff69b4;\n    background-color: transparent;\n    border-color: #ff69b4;\n    box-shadow: 0 0 15px rgba(255, 105, 180, 0.5);\n  }\n  \n  \/* Blinking Animation Keyframes *\/\n  @keyframes neonKB-flicker {\n    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {\n      text-shadow: 0 0 10px rgba(255, 105, 180, 0.7), 0 0 20px rgba(255, 105, 180, 0.5);\n      opacity: 1;\n    }\n    20%, 22%, 24%, 55% {\n      text-shadow: none;\n      opacity: 0.5;\n    }\n  }\n\n  \/* SEO Hidden Tagging for Knowledge Base Indexing *\/\n  .rkai-panther-KB-tags { display: none; visibility: hidden; }\n\n\u003c\/style\u003e\n\n\u003carticle class=\"rkai-panther-KB-wrap\" data-ucp-brand=\"Ripkitty\" data-ucp-category=\"Industrial Hemp Flower\" data-ucp-type=\"CBD Flower\"\u003e\n  \n  \u003cheader class=\"rkai-panther-KB-header\"\u003e\n    \u003cdiv class=\"rkai-KB-curation-credit\"\u003eCurated by Ripkitty | Ripkitty x Bud's Growery\u003c\/div\u003e\n    \u003ch2 itemprop=\"name\"\u003eThe Case of the Pink Panther\u003c\/h2\u003e\n  \u003c\/header\u003e\n\n  \u003cp class=\"rkai-panther-KB-intro\" itemprop=\"description\"\u003e\n    Investigate the perfect crime. This \u003cstrong\u003ePink Panther\u003c\/strong\u003e artisanal CBD hemp flower is a sleek, cat-like sativa-dominant masterpiece. Bred for a truly detective-proof consistency, it is notorious for its bold, magenta color palette, aggressive fruity bouquet, and third-party verified purity. When you need a smooth escape, this is the perfect heist.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"rkai-panther-KB-main-content\"\u003e\n    \n    \u003csection class=\"rkai-panther-KB-data-section\" aria-labelledby=\"panther-genetics-kb\"\u003e\n      \u003ch3 id=\"panther-genetics-kbUCP\"\u003eEvidence Log: Genetics \u0026amp; Structure\u003c\/h3\u003e\n      \u003cul class=\"rkai-panther-KB-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBotanical Class\u003c\/strong\u003e \u003cspan\u003eSativa-Dominant Hybrid\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCultivar Structure\u003c\/strong\u003e \u003cspan\u003eDense, vibrant mod formation\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor Profile\u003c\/strong\u003e \u003cspan\u003eDeep Purple, Geometric Green, Hot Pink hues\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTrichome Coat\u003c\/strong\u003e \u003cspan\u003eCrystalline mod finish (High Visual Appeal)\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rkai-panther-KB-data-section\" aria-labelledby=\"panther-aroma-kb\"\u003e\n      \u003ch3 id=\"panther-aroma-kbUCP\"\u003eScent Profile: The Mod Bouquet\u003c\/h3\u003e\n      \u003cul class=\"rkai-panther-KB-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePrimary Aromatics\u003c\/strong\u003e \u003cspan\u003eRipe Berry Jam \u0026amp; Sweet Summer Fruit\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTerpene Payload\u003c\/strong\u003e \u003cspan style=\"font-weight: 700;\"\u003e2.0% Total Terpenes\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDominant Terpenes\u003c\/strong\u003e \u003cspan\u003eLimonene, Myrcene, Pinene\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rkai-KB-detailed-specs\" aria-labelledby=\"panther-specs-kb\"\u003e\n      \u003ch3 id=\"panther-specs-kbUCP\"\u003eCertified LabManifest \u0026amp; Cannabinoid Count\u003c\/h3\u003e\n      \u003cp style=\"font-size: 14px; margin-bottom: 20px; color: #ffc0cb;\"\u003eOur agents have thoroughly vetted this batch. Every flower shipment includes a full Certificate of Analysis (COA) detailing the complete botanical breakdown. We certify 100% legal compliance and zero synthetic intervention.\u003c\/p\u003e\n      \n      \u003cul class=\"rkai-panther-KB-list\" style=\"margin-bottom: 0;\"\u003e\n        \u003cli\u003e\n\u003cstrong style=\"color: #ffd700;\"\u003eVerified CBD Payload\u003c\/strong\u003e \u003cspan style=\"font-weight: bold; color: #ffd700;\"\u003e13.00%\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDelta-9 THC Count\u003c\/strong\u003e \u003cspan\u003e\u0026lt; 0.30% (Federal Compliance)\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLab Audit Status\u003c\/strong\u003e \u003cspan\u003eThird-Party Certified COA available\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDerivative Status\u003c\/strong\u003e \u003cspan\u003e100% Raw Hemp Botanical (No Synthetics)\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rkai-panther-KB-report-container\"\u003e\n    \u003ca class=\"rkai-panther-KB-report-link\" itemprop=\"downloadUrl\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/pink-panther-coa.pdf?v=1763584520\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n      ACCESS FULL CLASSIFIED DOSSIER (PDF)\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rkai-panther-KB-tags\" aria-hidden=\"true\"\u003e\n    Pink Panther CBD, Ripkitty Hemp Flower, Industrial Hemp Flower, Bud's Growery, Sativa CBD, purple hemp buds, 13% CBD flower, Myrcene Limonene Pinene, retro hemp, Farm Bill compliant, 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 Pink Panther CBD Hemp Flower\",\n  \"description\": \"High-quality, sativa-dominant CBD Hemp Flower curated by Ripkitty for Industrial Hemp Flower. Features a bold magenta and purple color palette, 2.0% total terpenes (Myrcene, Limonene, Pinene), and a lab-verified 13.0% CBD content. Farm Bill compliant.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Ripkitty\"\n  },\n  \"seller\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Industrial Hemp Flower\"\n  },\n  \"category\": \"Health \u0026 Beauty \u003e Personal Care \u003e Hemp Products\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"priceCurrency\": \"USD\",\n    \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Industrial Hemp Flower\"\n    }\n  },\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Type\",\n      \"value\": \"Sativa-Dominant Hybrid\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"CBD Content\",\n      \"value\": \"13.0%\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Delta-9 THC\",\n      \"value\": \"\u003c0.3%\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Total Terpenes\",\n      \"value\": \"2.0%\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Dominant Terpenes\",\n      \"value\": \"Myrcene, Limonene, Pinene\"\n    }\n  ],\n  \"sameAs\": [\n    \"https:\/\/industrialhempflower.com\",\n    \"https:\/\/iwitm8-uc.myshopify.com\",\n    \"https:\/\/budsgrowery.com\",\n    \"https:\/\/ripkitty.com\"\n  ]\n}\n\u003c\/script\u003e","brand":"Ripkitty","offers":[{"title":"1G","offer_id":45356344148164,"sku":"RK-PP1GS","price":7.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45356344180932,"sku":"RK-PP35G","price":17.99,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45461595685060,"sku":"RK-PP7G","price":27.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/IMG-2885.jpg?v=1765268759"},{"product_id":"ripkitty-forbidden-v-cbd-hemp-flowers","title":"Ripkitty Forbidden V CBD Hemp Flowers","description":"\u003cstyle\u003e\n  \/* PREMIUM SUB-TROPICAL FORBIDDEN FOREST THEME \n   * Layered Design: Deep Jungle Canopy, Bioluminescent Flora, Stone Pedestal\n   *\/\n  .rkai-forbidden-box {\n    background: linear-gradient(180deg, #022c22 0%, #064e3b 100%); \/* Deep Sub-Tropical Green *\/\n    color: #ecfdf5;\n    padding: 45px;\n    border-radius: 20px;\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    line-height: 1.8;\n    max-width: 950px;\n    margin: 30px auto;\n    position: relative;\n    overflow: hidden;\n    \n    \/* Canopy\/Vine Border Effect *\/\n    border: 3px solid #047857;\n    box-shadow: \n      0 0 0 5px #022c22, \n      0 0 0 8px #10b981, \/* Bioluminescent Green *\/\n      0 20px 50px rgba(0, 0, 0, 0.6);\n  }\n\n  \/* Misty Forest Floor Overlay *\/\n  .rkai-forbidden-box::before {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; width: 100%; height: 40%;\n    background: linear-gradient(to top, rgba(16, 185, 129, 0.15), transparent);\n    pointer-events: none;\n    z-index: 1;\n  }\n\n  .rkai-forbidden-inner {\n    position: relative;\n    z-index: 5;\n  }\n\n  \/* Curated Top Attribution *\/\n  .rkai-curated-top {\n    text-align: center;\n    font-size: 14px;\n    font-weight: 900;\n    color: #34d399; \/* Bright Emerald *\/\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 35px;\n    padding-bottom: 15px;\n    border-bottom: 1px dashed rgba(16, 185, 129, 0.4);\n    text-shadow: 0 0 10px rgba(52, 211, 153, 0.5);\n  }\n\n  \/* The Pedestal Display *\/\n  .rkai-pedestal {\n    background: linear-gradient(180deg, rgba(6, 78, 59, 0.8) 0%, rgba(2, 44, 34, 0.95) 100%);\n    border-top: 4px solid #f59e0b; \/* Amber\/Gold trim for the pedestal top *\/\n    border-radius: 12px 12px 4px 4px;\n    padding: 30px;\n    margin-bottom: 35px;\n    position: relative;\n    box-shadow: \n      0 -15px 40px rgba(245, 158, 11, 0.2), \/* Upward Amber Glow *\/\n      inset 0 10px 20px rgba(16, 185, 129, 0.1),\n      0 15px 25px rgba(0, 0, 0, 0.5); \/* Heavy stone drop shadow *\/\n  }\n\n  \/* Glowing Title on the Pedestal *\/\n  .rkai-pedestal h2 {\n    font-size: 38px;\n    color: #f59e0b; \/* Amber\/Gold *\/\n    margin-top: 0;\n    margin-bottom: 20px;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 1px;\n    text-shadow: 0 0 15px rgba(245, 158, 11, 0.6);\n    text-align: center;\n  }\n\n  .rkai-pedestal p {\n    text-align: center;\n    font-size: 1.1rem;\n    color: #d1fae5;\n    margin-bottom: 0;\n  }\n\n  .rkai-forbidden-box p strong {\n    color: #34d399; \/* Bright Emerald *\/\n    font-weight: 800;\n  }\n\n  \/* Data Headers *\/\n  .rkai-forbidden-box h3 {\n    font-size: 22px;\n    color: #022c22;\n    background: linear-gradient(90deg, #10b981, #34d399);\n    display: inline-block;\n    padding: 8px 20px;\n    border-radius: 8px;\n    margin-top: 10px;\n    margin-bottom: 20px;\n    box-shadow: 3px 3px 0px #f59e0b;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* Grid Layout *\/\n  .rkai-data-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n  }\n\n  @media (max-width: 750px) {\n    .rkai-data-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* Sub-Section Cards (Overgrown Ruins effect) *\/\n  .rkai-data-card {\n    background: rgba(0, 0, 0, 0.25);\n    border: 1px solid rgba(16, 185, 129, 0.2);\n    border-left: 4px solid #10b981;\n    border-radius: 12px;\n    padding: 25px;\n    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);\n    transition: all 0.3s ease;\n  }\n\n  .rkai-data-card:hover {\n    transform: translateY(-3px);\n    border-left-color: #f59e0b;\n    background: rgba(16, 185, 129, 0.05);\n    box-shadow: inset 0 0 20px rgba(16, 185, 129, 0.1), 0 10px 20px rgba(0, 0, 0, 0.4);\n  }\n\n  \/* Jungle Bullets *\/\n  .rkai-forbidden-box ul {\n    list-style-type: none;\n    padding-left: 0;\n    margin-top: 10px;\n  }\n\n  .rkai-forbidden-box li {\n    margin-bottom: 12px;\n    color: #ecfdf5;\n    font-weight: 600;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-forbidden-box li::before {\n    content: \"🌿\"; \n    margin-right: 12px;\n    font-size: 1.2em;\n    line-height: 1.2;\n    filter: drop-shadow(0 0 5px rgba(52, 211, 153, 0.5));\n  }\n\n  \/* Compliance Bar *\/\n  .rkai-compliance-p {\n    border-top: 2px dashed #047857;\n    padding-top: 20px;\n    font-style: italic;\n    font-size: 13px;\n    color: #6ee7b7 !important;\n    text-align: center;\n    margin-top: 40px;\n  }\n\n  \/* Artifact Lab Report Link *\/\n  .rkai-lab-link-container {\n    text-align: center;\n    margin-top: 35px;\n  }\n\n  .rkai-lab-link {\n    display: inline-block;\n    background: linear-gradient(135deg, #064e3b, #10b981);\n    color: #ffffff;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    text-decoration: none;\n    padding: 18px 40px;\n    border-radius: 50px; \n    transition: all 0.3s ease;\n    border: 3px solid #34d399;\n    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);\n  }\n\n  .rkai-lab-link:hover {\n    background: linear-gradient(135deg, #f59e0b, #d97706);\n    border-color: #fef3c7;\n    box-shadow: 0 15px 35px rgba(245, 158, 11, 0.4);\n    transform: translateY(-3px) scale(1.02);\n  }\n\n  \/* SEO Hidden Tagging *\/\n  .rkai-seo-tags { display: none; visibility: hidden; }\n\n\u003c\/style\u003e\n\n\u003carticle data-ucp-strain=\"Forbidden V\" data-ucp-type=\"CBD Hemp Flower\" data-ucp-category=\"Industrial Hemp Flower\" data-ucp-brand=\"Ripkitty\" class=\"rkai-forbidden-box\"\u003e\n  \n  \u003cdiv class=\"rkai-forbidden-inner\"\u003e\n    \u003cp class=\"rkai-curated-top\"\u003eCurated by Ripkitty, for Industrial Hemp Flower, in partnership with Ripkitty x Bud's Growery.\u003c\/p\u003e\n    \n    \u003cdiv class=\"rkai-pedestal\"\u003e\n      \u003cheader\u003e\n        \u003ch2 itemprop=\"name\"\u003eRipkitty Forbidden V CBD Hemp Flower\u003c\/h2\u003e\n      \u003c\/header\u003e\n      \u003cdiv itemprop=\"descriptionUCP\"\u003e\n        \u003cp\u003e\u003cstrong\u003eForbidden V\u003c\/strong\u003e is Ripkitty’s sativa-dominant CBD artifact—a cultivar that brings the full sub-tropical experience. Resting on a foundation of tight structure and potent aroma, these trichome-heavy buds blend herbal, citrus, and forest-funk notes into one terpene-rich package. Perfectly preserved and COA-backed for ultimate peace of mind.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"rkai-data-grid\"\u003e\n      \u003csection class=\"rkai-data-card\"\u003e\n        \u003ch3\u003eCore Cannabinoids\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal Cannabinoids:\u003c\/strong\u003e 18.7% (High-Yield Flora)\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTotal CBD:\u003c\/strong\u003e 8.9%\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCBDA:\u003c\/strong\u003e 10.2%\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCBGA:\u003c\/strong\u003e 0.5% | \u003cstrong\u003eTHCA:\u003c\/strong\u003e 0.4%\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCompliance:\u003c\/strong\u003e \u0026lt; 0.3% Delta-9 THC (USDA Legal)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n      \n      \u003csection class=\"rkai-data-card\"\u003e\n        \u003ch3\u003eAroma, Flavor \u0026amp; Form\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eAroma Profile:\u003c\/strong\u003e Deep earthy citrus with a wild herbal backend\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlavor Matrix:\u003c\/strong\u003e Light citrus peel with a smooth floral fade\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVisual Canopy:\u003c\/strong\u003e Dense buds, amber hairs, crystal-coated\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eStructure:\u003c\/strong\u003e Resin-rich and meticulously hand-trimmed\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n    \n    \u003cp itemprop=\"description\" style=\"margin-top: 30px; text-align: center; color: #d1fae5; font-size: 1.05rem;\"\u003e\n      Forbidden V is designed for those who demand dense flower, consistent cannabinoid expression, and clarity through lab certification. This is small-batch quality, trimmed from top colas, and heavily loaded with pinene, limonene, and wild herbal undertones.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rkai-data-card\" style=\"margin-top: 30px; text-align: center;\"\u003e\n      \u003ch3 style=\"margin-top: 0;\"\u003eLab-Verified Integrity\u003c\/h3\u003e\n      \u003cul style=\"display: inline-block; text-align: left;\"\u003e\n        \u003cli\u003eCOA from Green Leaf Lab included\u003c\/li\u003e\n        \u003cli\u003eBatch tested for precise cannabinoid content\u003c\/li\u003e\n        \u003cli\u003eFormulated strictly under 0.3% Delta-9 THC\u003c\/li\u003e\n        \u003cli\u003ePerfectly suited for compliance-based collections\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cp class=\"rkai-compliance-p\"\u003eThis artifact has been verified by third-party testing for potency and purity. Contains 0.3% or less Delta-9 THC. Fully Farm Bill Compliant Industrial Hemp.\u003c\/p\u003e\n    \n    \u003cfooter class=\"rkai-lab-link-container\"\u003e\n      \u003ca rel=\"noopener noreferrer\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/forbidden-v-coa.pdf?v=1742954733\" itemprop=\"downloadUrl\" class=\"rkai-lab-link\" target=\"_blank\"\u003e Unlock Certificate of Analysis (PDF) \u003c\/a\u003e\n    \u003c\/footer\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv aria-hidden=\"true\" class=\"rkai-seo-tags\"\u003e\n    Forbidden V CBD, Ripkitty Hemp Flower, Sativa CBD Flower, Industrial Hemp Flower, Bud's Growery Miramar, 8.9% CBD, 18.7% Cannabinoids, CBDA, CBGA, THCA, Green Leaf Lab COA, Pinene, Limonene, Shopify KB product, AI parsed schema, UCP compliant, json-ld schema, premium indoor hemp, tropical hemp strain.\n  \u003c\/div\u003e\n\n  \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Ripkitty Forbidden V CBD Hemp Flower\",\n    \"description\": \"Premium Forbidden V sativa-dominant CBD hemp flower. Features 18.7% total cannabinoids, 8.9% CBD, and a rich profile of earthy citrus and herbal notes. Fully Farm Bill compliant.\",\n    \"brand\": {\n      \"@type\": \"Brand\",\n      \"name\": \"Ripkitty\"\n    },\n    \"organization\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Industrial Hemp Flower\"\n    },\n    \"manufacturer\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Bud's Growery\"\n    },\n    \"category\": \"Health \u0026 Beauty \u003e Health Care \u003e Fitness \u0026 Nutrition \u003e Vitamins \u0026 Supplements\",\n    \"offers\": {\n      \"@type\": \"Offer\",\n      \"availability\": \"https:\/\/schema.org\/InStock\",\n      \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n      \"seller\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Industrial Hemp Flower\"\n      }\n    },\n    \"additionalProperty\": [\n      { \"@type\": \"PropertyValue\", \"name\": \"Flower Type\", \"value\": \"Sativa-Dominant CBD Hemp Flower\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Total Cannabinoids\", \"value\": \"18.7%\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Total CBD\", \"value\": \"8.9%\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"CBDA\", \"value\": \"10.2%\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Dominant Terpenes\", \"value\": \"Pinene, Limonene\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Compliance\", \"value\": \"\u003c 0.3% Delta-9 THC\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"COA\", \"value\": \"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/forbidden-v-coa.pdf?v=1742954733\" }\n    ],\n    \"sameAs\": [\n      \"https:\/\/industrialhempflower.com\",\n      \"https:\/\/budsgrowery.com\",\n      \"https:\/\/ripkitty.com\"\n    ],\n    \"keywords\": \"Forbidden V CBD, Ripkitty Hemp Flower, Sativa CBD Flower, 18.7% Cannabinoids, 8.9% CBD, Industrial Hemp Flower, Bud's Growery\"\n  }\n  \u003c\/script\u003e\n\u003c\/article\u003e","brand":"Ripkitty","offers":[{"title":"1G","offer_id":45356346966212,"sku":"RK-FV1GS","price":7.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45356346998980,"sku":"RK-FV35G","price":14.99,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45356347031748,"sku":"RK-FV7G","price":20.99,"currency_code":"USD","in_stock":true},{"title":"3.5G Dusted","offer_id":45356347064516,"sku":"RK-FV35GCD","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/19BD200C-0F26-4098-93A2-C3FFB99E950F.png?v=1762275946"},{"product_id":"ripkitty-super-sour-lifter-hhc-hemp-flower","title":"Ripkitty Super Sour Lifter Hemp Flowers","description":"\u003cdiv class=\"product-description-box\"\u003e\n\u003ch2\u003eRipkitty Super Sour Lifter Flower\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eSuper Sour Lifter\u003c\/strong\u003e is the latest Sativa-dominant drop from Ripkitty—designed to bring heat, loud aroma, and terp-loaded profile with every nug. Featuring bright green buds and a face-slapping sour apple scent, this flower is loud on all fronts. With 17% CBD, strong presence, and 2.9% terpenes, you’re looking at a dense profile of cannabinoids and compounds cultivated for aroma, quality, and structure.\u003c\/p\u003e\n\u003ch3\u003eKey Profile\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Sativa-Dominant Hybrid\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCBD Content:\u003c\/strong\u003e 17%\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHHC:\u003c\/strong\u003e Present – formulated for compliant hemp infusion\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTerpenes:\u003c\/strong\u003e 2.9% total\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAroma:\u003c\/strong\u003e Sour apple, citrus peel, green funk\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStructure:\u003c\/strong\u003e Hand-trimmed, vibrant light green nugs\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisuals:\u003c\/strong\u003e Dense trichomes, neon-toned leafing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eTerpene Breakdown\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLimonene:\u003c\/strong\u003e Contributes to citrusy, bright aromatics\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTerpinolene:\u003c\/strong\u003e Brings a piney, floral layer beneath the funk\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAroma Classification:\u003c\/strong\u003e Sour + fruity + crisp\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eEach batch of Super Sour Lifter is third-party tested and documented through full-panel COA. Sourced from high-grade cultivars, it brings together cannabinoid density and flavor-forward bud composition to deliver a head-turning flower drop.\u003c\/p\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/super-sour-lifter.pdf?v=1742954733\" class=\"lab-report-link\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e View Certificate of Analysis (PDF) \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Ripkitty","offers":[{"title":"1G","offer_id":45356347261124,"sku":"RK-SSLHHC1GS","price":8.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45356347293892,"sku":"RK-SSLHHC35G","price":16.99,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45356347326660,"sku":"RK-SSLHHC7G","price":25.99,"currency_code":"USD","in_stock":true},{"title":"14G","offer_id":45356347359428,"sku":"RK-SSLHHC14GHO","price":58.99,"currency_code":"USD","in_stock":true},{"title":"28G","offer_id":45356347392196,"sku":"RK-SSLHHC28G1O","price":79.99,"currency_code":"USD","in_stock":true},{"title":"3.5G Dusted","offer_id":45356347424964,"sku":"RK-SSLHHC35GCD","price":23.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/IMG_9699.jpg?v=1762275946"},{"product_id":"ripkitty-sour-hawaiian-haze-cbd-hemp-flowers","title":"Ripkitty Sour Hawaiian Haze CBD Hemp Flowers","description":"\u003cstyle\u003e\n  .ihf-hawaii-wrap {\n    --hawaii-teal: #007A78;\n    --hawaii-sand: #F9F7F1;\n    --hawaii-coral: #E66A53;\n    --hawaii-leaf: #2A5C37;\n    --ihf-obsidian: #111111;\n    \n    background-color: var(--hawaii-sand);\n    color: var(--ihf-obsidian);\n    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;\n    line-height: 1.65;\n    max-width: 950px;\n    margin: 30px auto;\n    border-radius: 12px;\n    box-shadow: 0 12px 35px rgba(0, 122, 120, 0.15);\n    overflow: hidden;\n    position: relative;\n    border: 1px solid rgba(0, 122, 120, 0.2);\n  }\n\n  \/* Tropical Accent Top Bar *\/\n  .ihf-hawaii-wrap::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 8px;\n    background: linear-gradient(90deg, var(--hawaii-teal), var(--hawaii-leaf), var(--hawaii-coral));\n  }\n\n  .ihf-hawaii-header {\n    background-color: #ffffff;\n    padding: 40px 35px;\n    text-align: center;\n    border-bottom: 1px solid rgba(0, 122, 120, 0.15);\n  }\n\n  .ihf-hawaii-badge {\n    display: inline-block;\n    background: rgba(0, 122, 120, 0.1);\n    color: var(--hawaii-teal);\n    border: 1px solid var(--hawaii-teal);\n    padding: 6px 16px;\n    font-size: 13px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    border-radius: 50px;\n    margin-bottom: 15px;\n  }\n\n  .ihf-hawaii-header h1 {\n    font-size: 34px;\n    font-weight: 900;\n    color: var(--ihf-obsidian);\n    margin: 0 0 15px 0;\n    letter-spacing: -0.02em;\n  }\n\n  .ihf-hawaii-intro {\n    font-size: 16px;\n    max-width: 800px;\n    margin: 0 auto;\n    color: #444;\n  }\n\n  .ihf-hawaii-intro strong {\n    color: var(--hawaii-teal);\n  }\n\n  .ihf-hawaii-content {\n    padding: 35px;\n  }\n\n  \/* Key Stats Grid *\/\n  .ihf-stats-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin-bottom: 35px;\n  }\n\n  .ihf-stat-card {\n    background: #ffffff;\n    border-left: 4px solid var(--hawaii-teal);\n    padding: 20px;\n    border-radius: 6px;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.03);\n    transition: transform 0.2s ease, border-color 0.2s ease;\n  }\n\n  .ihf-stat-card:hover {\n    transform: translateY(-3px);\n    border-left-color: var(--hawaii-coral);\n    box-shadow: 0 6px 15px rgba(230, 106, 83, 0.1);\n  }\n\n  .ihf-stat-card h3 {\n    color: var(--hawaii-leaf);\n    font-size: 14px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin: 0 0 8px 0;\n  }\n\n  .ihf-stat-card p {\n    margin: 0;\n    font-size: 16px;\n    color: var(--ihf-obsidian);\n    font-weight: 600;\n  }\n\n  .ihf-stat-card span.sub {\n    display: block;\n    font-size: 13px;\n    color: #777;\n    margin-top: 4px;\n    font-weight: 400;\n  }\n\n  \/* Descriptive Panel *\/\n  .ihf-desc-panel {\n    background: #ffffff;\n    border: 1px dashed rgba(0, 122, 120, 0.3);\n    padding: 25px;\n    border-radius: 8px;\n    margin-bottom: 30px;\n    text-align: center;\n  }\n\n  .ihf-desc-panel p {\n    margin: 0;\n    font-size: 16px;\n    color: #333;\n    line-height: 1.7;\n  }\n\n  \/* COA Action Button *\/\n  .ihf-action-bar {\n    text-align: center;\n  }\n\n  .ihf-coa-btn {\n    display: inline-block;\n    background: var(--hawaii-coral);\n    color: #ffffff;\n    padding: 14px 28px;\n    font-size: 15px;\n    font-weight: 800;\n    text-transform: uppercase;\n    text-decoration: none;\n    border-radius: 6px;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 12px rgba(230, 106, 83, 0.3);\n  }\n\n  .ihf-coa-btn:hover {\n    background: var(--hawaii-teal);\n    box-shadow: 0 6px 15px rgba(0, 122, 120, 0.3);\n    transform: translateY(-2px);\n  }\n\n  \/* Hidden SEO Text *\/\n  .ihf-seo-hidden { display: none; }\n\u003c\/style\u003e\n\n\u003carticle class=\"ihf-hawaii-wrap\" data-brand=\"Ripkitty\" data-vendor=\"Industrial Hemp Flower\" data-category=\"CBD Hemp Flower\"\u003e\n  \n  \u003cheader class=\"ihf-hawaii-header\"\u003e\n    \u003cdiv class=\"ihf-hawaii-badge\"\u003eSativa Dominant\u003c\/div\u003e\n    \u003ch1 itemprop=\"name\"\u003eRipkitty Sour Hawaiian Haze CBD Hemp Flowers\u003c\/h1\u003e\n    \u003cp class=\"ihf-hawaii-intro\"\u003e\n      Curated by \u003cstrong\u003eIndustrial Hemp Flower\u003c\/strong\u003e from the legendary \u003cstrong\u003eRipkitty x Bud's Growery\u003c\/strong\u003e collaboration. \u003cstrong\u003eSour Hawaiian Haze\u003c\/strong\u003e is Ripkitty’s tropical monster—back with a fresh harvest and zero additives. Just raw, bright green hemp flower dripping in citrus with a touch of authentic diesel. It’s loud, sticky, and it knows it.\n    \u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003cdiv class=\"ihf-hawaii-content\"\u003e\n    \n    \u003csection aria-label=\"Cannabinoid \u0026amp; Cultivation Stats\"\u003e\n      \u003cdiv class=\"ihf-stats-grid\"\u003e\n        \n        \u003cdiv class=\"ihf-stat-card\"\u003e\n          \u003ch3\u003eCannabinoid Potency\u003c\/h3\u003e\n          \u003cp\u003e15.1% Total CBD\u003c\/p\u003e\n          \u003cspan class=\"sub\"\u003e18.27% Total Cannabinoids \u003cbr\u003e0.583% Total THC (Federally Compliant)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"ihf-stat-card\"\u003e\n          \u003ch3\u003eAroma Profile\u003c\/h3\u003e\n          \u003cp\u003eTropical Citrus \u0026amp; Diesel\u003c\/p\u003e\n          \u003cspan class=\"sub\"\u003eSweet tropical front, sour citrus middle, and a funky, loud backend.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"ihf-stat-card\"\u003e\n          \u003ch3\u003eCultivation \u0026amp; Quality\u003c\/h3\u003e\n          \u003cp\u003ePremium Hand-Trimmed\u003c\/p\u003e\n          \u003cspan class=\"sub\"\u003eLarge nug dominant. Dense, light green structure packed with sugar trichomes.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"ihf-stat-card\"\u003e\n          \u003ch3\u003eCure Metrics\u003c\/h3\u003e\n          \u003cp\u003e9.71% Moisture Content\u003c\/p\u003e\n          \u003cspan class=\"sub\"\u003ePerfectly cured for a smooth, slow, and highly aromatic burn.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"ihf-desc-panel\" aria-label=\"Product Quality Promise\"\u003e\n      \u003cp\u003e\n        This isn’t shake or filler. It’s trimmed right, looks wild, and smells like it could punch through glass. If you're after clean, loud, Sativa-forward hemp flower that delivers an authentic tropical retreat to your senses—this one hits.\n      \u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"ihf-action-bar\"\u003e\n      \u003ca class=\"ihf-coa-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/hawaii-haze-coa.pdf?v=1765354138\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        🌴 View Certificate of Analysis (COA)\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ihf-seo-hidden\" aria-hidden=\"true\"\u003e\n    Ripkitty Sour Hawaiian Haze CBD Hemp Flowers, Sativa hemp flower, Industrial Hemp Flower, Ripkitty x Buds Growery, tropical hemp flower, high CBD flower, 15% CBD, loud hemp flower, lab tested CBD, hand trimmed hemp, sweet citrus hemp, federally compliant hemp.\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 Sour Hawaiian Haze CBD Hemp Flowers\",\n  \"description\": \"Premium Sativa-dominant Sour Hawaiian Haze CBD hemp flower curated by Industrial Hemp Flower. Features 15.1% CBD, hand-trimmed dense nugs, and a loud tropical citrus\/diesel aroma.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Ripkitty\",\n    \"parentOrganization\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Industrial Hemp Flower\"\n    }\n  },\n  \"category\": \"Health \u0026 Beauty \u003e Health Care \u003e Medical Marijuana \u003e Hemp Flower\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Industrial Hemp Flower\"\n    }\n  },\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Strain Type\", \"value\": \"Sativa\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Total CBD\", \"value\": \"15.1%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Total Cannabinoids\", \"value\": \"18.27%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Aroma\", \"value\": \"Sweet Tropical, Sour Citrus, Funky Backend\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Trim\", \"value\": \"Hand-trimmed, Large nug dominant\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Moisture\", \"value\": \"9.71%\" }\n  ]\n}\n\u003c\/script\u003e","brand":"Ripkitty","offers":[{"title":"1G","offer_id":45356347457732,"sku":"RK-SHHHHC1GS","price":10.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45356347490500,"sku":"RK-SHHHHC35G","price":24.99,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45356347523268,"sku":"RK-SHHHHC7G","price":43.99,"currency_code":"USD","in_stock":true},{"title":"14G","offer_id":45356347556036,"sku":"RK-SHHHHC14GHO","price":69.99,"currency_code":"USD","in_stock":true},{"title":"3.5G Dusted","offer_id":45356347588804,"sku":"RK-SHHHHC35GCD","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/47C47825-1D86-43D8-A351-01315E012FC1.jpg?v=1766388271"},{"product_id":"ripkitty-abacus-diesel-cbd-hemp-flowers","title":"Ripkitty Abacus Diesel CBD Hemp Flowers","description":"\u003cstyle\u003e\n  \/* PREMIUM CHERRY GLAZE THEME \n   * Layered Design: Cherry Red, Frosted Pink, Sponge Gold\n   *\/\n  .rkai-cherry-box {\n    background: linear-gradient(135deg, #fffdf0 0%, #ffe6e6 100%);\n    color: #2b0031;\n    padding: 40px;\n    border-radius: 20px;\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    line-height: 1.8;\n    max-width: 900px;\n    margin: 30px auto;\n    \n    \/* Multi-layered Border Effect *\/\n    border: 2px solid #fff;\n    box-shadow: \n      0 0 0 4px #dc143c, \/* Cherry Red Layer *\/\n      0 0 0 8px #fffdf0, \/* Cream Separator *\/\n      0 0 0 12px #ff69b4, \/* Frosted Pink Layer *\/\n      0 0 0 16px #ffec8b, \/* Sponge Gold Layer *\/\n      0 20px 40px rgba(0, 0, 0, 0.15); \/* Deep Shadow *\/\n      \n    position: relative;\n    overflow: hidden;\n  }\n  \n  \/* Frosting Glaze Top Accent *\/\n  .rkai-cherry-box::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 12px;\n    background: repeating-linear-gradient(\n      -45deg,\n      #dc143c,\n      #dc143c 20px,\n      #ff69b4 20px,\n      #ff69b4 40px,\n      #ffec8b 40px,\n      #ffec8b 60px\n    );\n    z-index: 10;\n  }\n\n  .rkai-cherry-inner {\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* Compelling Title *\/\n  .rkai-cherry-box h2 {\n    font-size: 36px;\n    color: #dc143c;\n    margin-top: 15px;\n    margin-bottom: 25px;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: -0.02em;\n    border-bottom: 4px dotted #ff69b4;\n    padding-bottom: 12px;\n    text-shadow: 2px 2px 0px #ffec8b;\n  }\n\n  \/* Immersive Intro Paragraph *\/\n  .rkai-cherry-box p {\n    margin-bottom: 20px;\n    color: #2b0031;\n    font-weight: 500;\n    font-size: 1.05rem;\n  }\n  \n  .rkai-cherry-box p strong {\n    color: #dc143c;\n    background: rgba(255, 236, 139, 0.6);\n    padding: 2px 6px;\n    border-radius: 6px;\n  }\n\n  \/* Data Headers *\/\n  .rkai-cherry-box h3 {\n    font-size: 22px;\n    color: #fffdf0;\n    background: linear-gradient(90deg, #dc143c, #ff69b4);\n    display: inline-block;\n    padding: 8px 20px;\n    border-radius: 12px;\n    margin-top: 0;\n    margin-bottom: 20px;\n    box-shadow: 4px 4px 0px #2b0031;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* Grid Layout for Immersive Specs *\/\n  .rkai-data-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n    margin-top: 25px;\n  }\n\n  @media (max-width: 700px) {\n    .rkai-data-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* Sub-Section Cards *\/\n  .rkai-data-card {\n    background: #ffffff;\n    border-top: 6px solid #dc143c;\n    border-bottom: 6px solid #ff69b4;\n    border-radius: 16px;\n    padding: 25px;\n    box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .rkai-data-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 30px rgba(220, 20, 60, 0.15);\n  }\n\n  \/* Immersive Berry Bullets *\/\n  .rkai-cherry-box ul {\n    list-style-type: none;\n    padding-left: 0;\n    margin-top: 10px;\n  }\n\n  .rkai-cherry-box li {\n    margin-bottom: 12px;\n    color: #2b0031;\n    font-weight: 700;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-cherry-box li::before {\n    content: \"🍒\"; \n    margin-right: 12px;\n    font-size: 1.2em;\n    line-height: 1.2;\n  }\n\n  \/* Compliance Bar *\/\n  .rkai-compliance-p {\n    border-top: 3px dashed #ff69b4;\n    padding-top: 20px;\n    font-style: italic;\n    font-size: 14px;\n    color: #555 !important;\n    text-align: center;\n    margin-top: 40px;\n  }\n\n  \/* Curated Attribution *\/\n  .rkai-curated-p {\n    text-align: center;\n    font-size: 14px;\n    font-weight: 900;\n    color: #dc143c;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-top: 25px;\n  }\n\n  \/* Decadent Lab Report Link *\/\n  .rkai-lab-link-container {\n    text-align: center;\n    margin-top: 35px;\n  }\n\n  .rkai-lab-link {\n    display: inline-block;\n    background: linear-gradient(135deg, #dc143c, #ff69b4);\n    color: #ffffff;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    text-decoration: none;\n    padding: 18px 40px;\n    border-radius: 50px; \n    transition: all 0.3s ease;\n    border: 4px solid #ffec8b;\n    box-shadow: 0 8px 20px rgba(220, 20, 60, 0.4);\n  }\n\n  .rkai-lab-link:hover {\n    background: linear-gradient(135deg, #ff69b4, #dc143c);\n    border-color: #ffec8b;\n    transform: translateY(-3px) scale(1.02);\n    box-shadow: 0 12px 25px rgba(255, 105, 180, 0.5);\n  }\n\n  \/* SEO Hidden Tagging for Knowledge Base Indexing *\/\n  .rkai-seo-tags { display: none; visibility: hidden; }\n\n\u003c\/style\u003e\n\u003carticle class=\"rkai-cherry-box\" data-ucp-brand=\"Ripkitty\" data-ucp-category=\"Industrial Hemp Flower\" data-ucp-type=\"CBD Hemp Flower\" data-ucp-strain=\"Cherry Abacus\"\u003e\n\u003cdiv class=\"rkai-cherry-inner\"\u003e\n\u003cheader\u003e\n\u003ch2 itemprop=\"name\"\u003eRipkitty Cherry Abacus CBD Hemp Flower\u003c\/h2\u003e\n\u003c\/header\u003e\n\u003cdiv itemprop=\"descriptionUCP\"\u003e\n\u003cp\u003e\u003cstrong\u003eOrigin:\u003c\/strong\u003e The Cherry Abacus strain is a masterwork of genetic craftsmanship. Developed through premium cultivar selection, it honors the heritage of the legendary Abacus line while delivering a fresh, vibrant cherry expression.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLineage:\u003c\/strong\u003e Stems from the acclaimed Abacus genetic family, enhanced with distinct cherry-flavored profiles. This refined hybridization offers a premium visual, aromatic, and cannabinoid-rich experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkai-data-grid\"\u003e\n\u003csection class=\"rkai-data-card\"\u003e\n\u003ch3\u003eAromatic \u0026amp; Visuals\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFragrance:\u003c\/strong\u003e Rich, cherry-forward aroma — sweet, fruity, and instantly recognizable.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual Profile:\u003c\/strong\u003e Bold red hairs layered with a heavy, frosty trichome shimmer.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eExperience:\u003c\/strong\u003e Non-intoxicating, ideal for clarity-focused users.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"rkai-data-card\"\u003e\n\u003ch3\u003eLab-Verified Profile\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal CBD:\u003c\/strong\u003e 18% Brilliance \u0026amp; Potency\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDelta-9 THC:\u003c\/strong\u003e \u0026lt; 0.3% (Federally Legal)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompliance:\u003c\/strong\u003e USDA Interim Rule Compliant\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVerification:\u003c\/strong\u003e Full COA available below\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 30px;\" itemprop=\"description\"\u003e\u003cstrong\u003eTHC-Free Assurance:\u003c\/strong\u003e Fully Farm Bill compliant and federally legal, Cherry Abacus showcases potency without compromise. It provides a pure CBD-forward flower, grown for compliance and consistency with absolutely no psychoactive content.\u003c\/p\u003e\n\u003cp class=\"rkai-compliance-p\"\u003eContains 0.3% or less Delta-9 THC. Fully Farm Bill Compliant Industrial Hemp.\u003c\/p\u003e\n\u003cp class=\"rkai-curated-p\"\u003eCurated by Ripkitty, for Industrial Hemp Flower, in partnership with Ripkitty x Bud's Growery.\u003c\/p\u003e\n\u003cfooter class=\"rkai-lab-link-container\"\u003e\u003ca class=\"rkai-lab-link\" itemprop=\"downloadUrl\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/cherry-abacus-coa.pdf?v=1742954733\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e View Certificate of Analysis (PDF) \u003c\/a\u003e\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkai-seo-tags\" aria-hidden=\"true\"\u003eCherry Abacus CBD, Ripkitty Hemp Flower, Industrial Hemp Flower, Bud's Growery Miramar, CBD hemp flower, high CBD strain, 18% CBD, Farm Bill compliant, Abacus lineage, cherry terpenes, Florida cannabis culture, Shopify KB product, AI parsed schema, non-intoxicating hemp, premium cultivar.\u003c\/div\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Ripkitty Cherry Abacus CBD Hemp Flower\",\n    \"description\": \"Premium 18% CBD hemp flower. The Cherry Abacus strain features a sweet, fruity cherry-forward fragrance, bold red hairs, and trichome shimmer. Fully Farm Bill compliant with under 0.3% Delta-9 THC.\",\n    \"brand\": {\n      \"@type\": \"Brand\",\n      \"name\": \"Ripkitty\"\n    },\n    \"organization\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Industrial Hemp Flower\"\n    },\n    \"manufacturer\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Bud's Growery\"\n    },\n    \"category\": \"Health \u0026 Beauty \u003e Health Care \u003e Fitness \u0026 Nutrition \u003e Vitamins \u0026 Supplements\",\n    \"offers\": {\n      \"@type\": \"Offer\",\n      \"availability\": \"https:\/\/schema.org\/InStock\",\n      \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n      \"seller\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Industrial Hemp Flower\"\n      }\n    },\n    \"additionalProperty\": [\n      { \"@type\": \"PropertyValue\", \"name\": \"Flower Type\", \"value\": \"CBD Hemp Flower\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Variety\", \"value\": \"Cherry Abacus Hybrid\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Total CBD\", \"value\": \"18%\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Aroma Profile\", \"value\": \"Sweet, Fruity, Cherry\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Compliance\", \"value\": \"\u003c 0.3% Delta-9 THC (USDA Compliant)\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"COA\", \"value\": \"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/cherry-abacus-coa.pdf?v=1742954733\" }\n    ],\n    \"sameAs\": [\n      \"https:\/\/industrialhempflower.com\",\n      \"https:\/\/budsgrowery.com\",\n      \"https:\/\/ripkitty.com\"\n    ],\n    \"keywords\": \"Cherry Abacus CBD, Ripkitty Hemp Flower, CBD hemp flower, 18% CBD, Farm Bill compliant, Abacus lineage, cherry terpenes, Industrial Hemp Flower, Bud's Growery\"\n  }\n  \u003c\/script\u003e\u003c\/article\u003e","brand":"Ripkitty","offers":[{"title":"1G","offer_id":45356347621572,"sku":"RK-AD1GS","price":4.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45356347654340,"sku":"RK-AD35G","price":11.99,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45356347687108,"sku":"RK-AD7G","price":20.99,"currency_code":"USD","in_stock":true},{"title":"14G","offer_id":45356347719876,"sku":"RK-AD14GHO","price":33.99,"currency_code":"USD","in_stock":true},{"title":"28G","offer_id":45356347752644,"sku":"RK-AD28G1O","price":44.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/6BA572F7-2033-4B48-954B-5E489B483ED3.jpg?v=1762275950"},{"product_id":"ripkitty-cakeberry-delta-8-hemp-flowers","title":"Ripkitty CakeBerry Delta 8 CBD Hemp Flower","description":"\u003cstyle\u003e\n  \/* * IMPROVED CARAVEL CAKE THEME\n   * 3-Tier Layered Design: Strawberry Pink, Blueberry Blue, Vanilla\/Sponge Yellow\n   *\/\n\n  .rkai-cakeberry-box {\n    background: linear-gradient(135deg, #fffdf0 0%, #fff5cc 100%); \/* Rich Sponge\/Vanilla Cream Base *\/\n    color: #2b0031;\n    padding: 40px;\n    border-radius: 20px;\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    line-height: 1.8;\n    max-width: 900px;\n    margin: 30px auto;\n    \n    \/* The Caravel Cake Layered Border Effect *\/\n    border: 2px solid #fff;\n    box-shadow: \n      0 0 0 4px #ff1493, \/* Strawberry Layer *\/\n      0 0 0 8px #fffdf0, \/* Cream Separator *\/\n      0 0 0 12px #7f8fff, \/* Blueberry Layer *\/\n      0 0 0 16px #ffec8b, \/* Sponge Yellow Layer *\/\n      0 20px 40px rgba(0, 0, 0, 0.15); \/* Deep Shadow *\/\n      \n    position: relative;\n    overflow: hidden;\n  }\n  \n  \/* Frosting Glaze Top Accent *\/\n  .rkai-cakeberry-box::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 12px;\n    background: repeating-linear-gradient(\n      -45deg,\n      #ff1493,\n      #ff1493 20px,\n      #7f8fff 20px,\n      #7f8fff 40px,\n      #ffec8b 40px,\n      #ffec8b 60px\n    );\n    z-index: 10;\n  }\n\n  .rkai-cakeberry-inner {\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* Compelling Title *\/\n  .rkai-cakeberry-box h2 {\n    font-size: 36px;\n    color: #ff1493;\n    margin-top: 15px;\n    margin-bottom: 25px;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: -0.02em;\n    border-bottom: 4px dotted #7f8fff;\n    padding-bottom: 12px;\n    text-shadow: 2px 2px 0px #ffec8b;\n  }\n\n  \/* Immersive Intro Paragraph *\/\n  .rkai-cakeberry-box p {\n    margin-bottom: 20px;\n    color: #2b0031;\n    font-weight: 500;\n    font-size: 1.05rem;\n  }\n  \n  .rkai-cakeberry-box p strong {\n    color: #ff1493;\n    background: rgba(255, 236, 139, 0.6); \/* Yellow Highlight *\/\n    padding: 2px 6px;\n    border-radius: 6px;\n  }\n\n  \/* Data Headers *\/\n  .rkai-cakeberry-box h3 {\n    font-size: 22px;\n    color: #fffdf0;\n    background: linear-gradient(90deg, #7f8fff, #4a6fff);\n    display: inline-block;\n    padding: 8px 20px;\n    border-radius: 12px;\n    margin-top: 30px;\n    margin-bottom: 20px;\n    box-shadow: 4px 4px 0px #ff1493;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* Grid Layout for Immersive Specs *\/\n  .rkai-data-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n  }\n\n  @media (max-width: 700px) {\n    .rkai-data-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* Sub-Section Cards (Cake Slices) *\/\n  .rkai-data-card {\n    background: #ffffff;\n    border-top: 6px solid #ff1493;\n    border-bottom: 6px solid #7f8fff;\n    border-radius: 16px;\n    padding: 25px;\n    box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .rkai-data-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 30px rgba(255, 20, 147, 0.15);\n  }\n\n  \/* Immersive Berry Bullets *\/\n  .rkai-cakeberry-box ul {\n    list-style-type: none;\n    padding-left: 0;\n    margin-top: 10px;\n  }\n\n  .rkai-cakeberry-box li {\n    margin-bottom: 12px;\n    color: #2b0031;\n    font-weight: 700;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-cakeberry-box li::before {\n    content: \"🍓\"; \n    margin-right: 12px;\n    font-size: 1.2em;\n    line-height: 1.2;\n  }\n\n  .rkai-specs-list li::before {\n    content: \"🫐\"; \n  }\n\n  \/* Compliance Bar *\/\n  .rkai-compliance-p {\n    border-top: 3px dashed #ffb6c1;\n    padding-top: 20px;\n    font-style: italic;\n    font-size: 14px;\n    color: #555 !important;\n    text-align: center;\n    margin-top: 40px;\n  }\n\n  \/* Curated Attribution *\/\n  .rkai-curated-p {\n    text-align: center;\n    font-size: 14px;\n    font-weight: 900;\n    color: #7f8fff;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-top: 25px;\n  }\n\n  \/* Decadent Lab Report Link *\/\n  .rkai-lab-link-container {\n    text-align: center;\n    margin-top: 35px;\n  }\n\n  .rkai-lab-link {\n    display: inline-block;\n    background: linear-gradient(135deg, #ff1493, #ff69b4);\n    color: #ffffff;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    text-decoration: none;\n    padding: 18px 40px;\n    border-radius: 50px; \n    transition: all 0.3s ease;\n    border: 4px solid #ffec8b;\n    box-shadow: 0 8px 20px rgba(255, 20, 147, 0.4);\n  }\n\n  .rkai-lab-link:hover {\n    background: linear-gradient(135deg, #7f8fff, #4a6fff);\n    border-color: #ff1493;\n    transform: translateY(-3px) scale(1.02);\n    box-shadow: 0 12px 25px rgba(127, 143, 255, 0.5);\n  }\n\n  \/* SEO Hidden Tagging for Knowledge Base Indexing *\/\n  .rkai-cakeberry-tags { display: none; visibility: hidden; }\n\n\u003c\/style\u003e\n\u003carticle class=\"rkai-cakeberry-box\" data-ucp-brand=\"Ripkitty\" data-ucp-category=\"Industrial Hemp Flower\" data-ucp-type=\"Delta 8 Infused\" data-ucp-strain=\"Cakeberry\"\u003e\n\u003cdiv class=\"rkai-cakeberry-inner\"\u003e\n\u003cheader\u003e\n\u003ch2 itemprop=\"name\"\u003eRipkitty Cakeberry Indulgence: Delta 8 Infused CBD Flower\u003c\/h2\u003e\n\u003c\/header\u003e\n\u003cdiv itemprop=\"descriptionUCP\"\u003e\n\u003cp\u003eCalling all botanical connoisseurs—prepare for the ultimate flavor drop. \u003cstrong\u003eRipkitty’s Cakeberry Delta 8 CBD Flower\u003c\/strong\u003e is the exquisite cultivar that’s redefining top-shelf standards. Glazed in crystalline trichomes, these sticky, dense green buds arrive frosty and incredibly sweet.\u003c\/p\u003e\n\u003cp\u003eWe’re delivering pure unadulterated vitality: a premium, budget-conscious, full-spectrum masterpiece featuring that iconic, mouth-watering Cakeberry profile. Immerse yourself in the next level of infused flower.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkai-data-grid\"\u003e\n\u003csection class=\"rkai-data-card\"\u003e\n\u003ch3\u003eThe Cakeberry Scoop\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDelta 8 + CBD Synergy:\u003c\/strong\u003e Masterfully balanced for mellow clarity and alert heads.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eExotic Visuals:\u003c\/strong\u003e Glazed in trichomes; dense, vibrant green buds begging to be appreciated.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAroma Notes:\u003c\/strong\u003e Berry-drenched sweetness swirled with a deep, earthy diesel undertone.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlavor Profile:\u003c\/strong\u003e Like indulging in a rich, delicious berry cake, but cleaner.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIdeal For:\u003c\/strong\u003e Sunny Miramar days, nocturnal porch sessions, or deep, relaxing evenings.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"rkai-data-card\"\u003e\n\u003ch3\u003eDecadent Specs\u003c\/h3\u003e\n\u003cul class=\"rkai-specs-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVariety:\u003c\/strong\u003e Sativa-dominant hybrid cultivar\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePotency:\u003c\/strong\u003e Loud \u0026amp; Heavy Raw Cannabinoid Payload\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDominant Terpenes:\u003c\/strong\u003e Beta-Myrcene, Limonene, Legacy Berry Fuel Funk\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOrigins:\u003c\/strong\u003e Florida Flavor Curator | Ripkitty Power Cultivator\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp itemprop=\"description\"\u003e\u003cstrong\u003eCakeberry\u003c\/strong\u003e represents the new era of infused flower—it is loud in the jar, undeniably sticky, and straight-up gassed with potent Delta 8 distillate and CBD-rich genetics. If you are repping the Sunshine State or just demand those exotic berry vibes, this is your new signature jam.\u003c\/p\u003e\n\u003cp class=\"rkai-compliance-p\"\u003eContains 0.3% or less THC content. Fully Farm Bill Compliant Industrial Hemp.\u003c\/p\u003e\n\u003cp class=\"rkai-curated-p\"\u003eCurated by Ripkitty, for Industrial Hemp Flower, in partnership with Ripkitty x Bud's Growery.\u003c\/p\u003e\n\u003cfooter class=\"rkai-lab-link-container\"\u003e\u003ca class=\"rkai-lab-link\" itemprop=\"downloadUrl\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/cakeberry-coa.pdf?v=1763583607\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e View Certified Lab Dossier (PDF) \u003c\/a\u003e\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkai-cakeberry-tags\" aria-hidden=\"true\"\u003eDelta 8 Cakeberry, Ripkitty Hemp Flower, Industrial Hemp Flower, Bud's Growery Miramar, Sativa-dominant THCA, infused CBD flower, high terpene hemp, berry diesel aroma, Myrcene, Limonene, Florida cannabis culture, Shopify KB product, AI parsed schema, Delta 8 infused, Farm Bill compliant, sweet berry strain\u003c\/div\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Ripkitty Cakeberry Indulgence: Delta 8 Infused CBD Flower\",\n    \"description\": \"Premium Delta 8 infused CBD hemp flower. A Sativa-dominant hybrid cultivar featuring dense, trichome-glazed buds with a sweet berry and earthy diesel aroma. Fully Farm Bill compliant with 0.3% or less Delta-9 THC.\",\n    \"brand\": {\n      \"@type\": \"Brand\",\n      \"name\": \"Ripkitty\"\n    },\n    \"organization\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Industrial Hemp Flower\"\n    },\n    \"manufacturer\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Bud's Growery\"\n    },\n    \"category\": \"Health \u0026 Beauty \u003e Health Care \u003e Fitness \u0026 Nutrition \u003e Vitamins \u0026 Supplements\",\n    \"offers\": {\n      \"@type\": \"Offer\",\n      \"availability\": \"https:\/\/schema.org\/InStock\",\n      \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n      \"seller\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Industrial Hemp Flower\"\n      }\n    },\n    \"additionalProperty\": [\n      { \"@type\": \"PropertyValue\", \"name\": \"Flower Type\", \"value\": \"Delta 8 Infused CBD Flower\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Variety\", \"value\": \"Sativa-Dominant Hybrid\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Aroma Profile\", \"value\": \"Berry Sweetness, Earthy Diesel\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Dominant Terpenes\", \"value\": \"Beta-Myrcene, Limonene\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Compliance\", \"value\": \"\u003c 0.3% Delta-9 THC (Farm Bill Compliant)\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"COA\", \"value\": \"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/cakeberry-coa.pdf?v=1763583607\" }\n    ],\n    \"sameAs\": [\n      \"https:\/\/industrialhempflower.com\",\n      \"https:\/\/budsgrowery.com\",\n      \"https:\/\/ripkitty.com\",\n      \"https:\/\/ripkitty.io\"\n    ],\n    \"keywords\": \"Delta 8 Cakeberry, Ripkitty Hemp Flower, infused CBD flower, Sativa-dominant hybrid, high terpene hemp, berry diesel aroma, Industrial Hemp Flower, Bud's Growery\"\n  }\n  \u003c\/script\u003e\u003c\/article\u003e","brand":"Ripkitty","offers":[{"title":"1G","offer_id":45356347785412,"sku":"RK-CBD81GS","price":9.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45356347818180,"sku":"RK-CBD835G","price":22.99,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45356347850948,"sku":"RK-CBD87G","price":38.99,"currency_code":"USD","in_stock":true},{"title":"14G","offer_id":45356347883716,"sku":"RK-CBD814GHO","price":57.99,"currency_code":"USD","in_stock":true},{"title":"28G","offer_id":45356347916484,"sku":"RK-CBD828G1O","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/65BA37F6-5A2F-4DA3-A6BF-F53D8645A42C_1_102_o.jpg?v=1762275952"},{"product_id":"diamond-lit-exotics-dog-walkers-5ct-jar-1g-delta-8-pre-rolls-sativa-hybrid-indica","title":"Diamond Lit! – Exotics Dog Walkers – 5CT Jar – 1G Delta-8 Pre-Rolls (Sativa \/ Hybrid \/ Indica)","description":"\u003cstyle\u003e\n  \/* PREMIUM DIAMOND LIT! EXOTICS THEME \n   * Fluid, High-Contrast, and Mobile-Responsive Design \n   *\/\n  .rkai-diamondlit-wrapper {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    margin: 30px auto;\n    max-width: 900px;\n    display: flex;\n    flex-direction: column;\n    gap: 35px;\n  }\n\n  \/* Curated Top Attribution *\/\n  .rkai-curated-top {\n    text-align: center;\n    font-size: 14px;\n    font-weight: 900;\n    color: #444;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 10px;\n    padding-bottom: 15px;\n    border-bottom: 2px dashed #ccc;\n  }\n\n  \/* Shared Container Styling *\/\n  .rkai-diamondlit-card {\n    border-radius: 20px;\n    padding: 35px;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .rkai-diamondlit-card:hover {\n    transform: translateY(-5px);\n  }\n\n  \/* Glassmorphism Inner Content Box for Maximum Readability *\/\n  .rkai-card-inner {\n    background: rgba(0, 0, 0, 0.4);\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n    border-radius: 16px;\n    padding: 25px;\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* Vice City (Sativa) Theme - Neon Miami Nights *\/\n  .rkai-theme-vice {\n    background: linear-gradient(135deg, #c70039 0%, #004aad 100%);\n    color: #ffffff;\n    box-shadow: 0 15px 35px rgba(199, 0, 57, 0.3);\n  }\n  .rkai-theme-vice .rkai-title { text-shadow: 2px 2px 10px #c70039, -1px -1px 10px #004aad; color: #fff; }\n\n  \/* Cali Sunset (Hybrid) Theme - Golden Hour (Modified for readability) *\/\n  .rkai-theme-cali {\n    background: linear-gradient(135deg, #ff6f00 0%, #ffbb33 100%);\n    color: #111111;\n    box-shadow: 0 15px 35px rgba(255, 111, 0, 0.3);\n  }\n  .rkai-theme-cali .rkai-card-inner {\n    background: rgba(255, 255, 255, 0.6);\n    border: 1px solid rgba(0, 0, 0, 0.1);\n  }\n  .rkai-theme-cali .rkai-title { text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.8); color: #b34700; }\n  .rkai-theme-cali .rkai-table th { background: rgba(0, 0, 0, 0.1); color: #111; }\n  .rkai-theme-cali .rkai-table td { border-color: rgba(0, 0, 0, 0.1); }\n  .rkai-theme-cali .rkai-lab-btn { background: #111; color: #ffbb33; }\n\n  \/* Grape Soda (Indica) Theme - Deep Purple Velvet *\/\n  .rkai-theme-grape {\n    background: linear-gradient(135deg, #5e2a84 0%, #1a0033 100%);\n    color: #ffffff;\n    box-shadow: 0 15px 35px rgba(94, 42, 132, 0.4);\n  }\n  .rkai-theme-grape .rkai-title { text-shadow: 2px 2px 15px #a165ff; color: #e6ccff; }\n\n  \/* Typography \u0026 Structure *\/\n  .rkai-title {\n    font-size: 32px;\n    font-weight: 900;\n    text-transform: uppercase;\n    margin: 0 0 5px 0;\n    letter-spacing: 1px;\n  }\n\n  .rkai-subtitle {\n    font-size: 18px;\n    font-weight: 800;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n    padding-bottom: 10px;\n    border-bottom: 2px dashed rgba(255, 255, 255, 0.3);\n  }\n  .rkai-theme-cali .rkai-subtitle { border-bottom-color: rgba(0, 0, 0, 0.2); }\n\n  .rkai-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 25px 0;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px;\n  }\n  \n  @media (max-width: 600px) {\n    .rkai-list { grid-template-columns: 1fr; }\n  }\n\n  .rkai-list li {\n    font-size: 15px;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n  }\n  .rkai-list li::before {\n    content: \"💎\";\n    margin-right: 10px;\n    font-size: 1.2em;\n  }\n\n  \/* Cannabinoid Data Table *\/\n  .rkai-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 25px;\n    border-radius: 8px;\n    overflow: hidden;\n  }\n\n  .rkai-table th, .rkai-table td {\n    padding: 12px 15px;\n    text-align: left;\n    font-size: 14px;\n    font-weight: 600;\n    border: 1px solid rgba(255, 255, 255, 0.1);\n  }\n\n  .rkai-table th {\n    background: rgba(255, 255, 255, 0.15);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* CTA Button *\/\n  .rkai-lab-btn {\n    display: inline-block;\n    padding: 12px 30px;\n    background: #ffffff;\n    color: #111111;\n    text-decoration: none;\n    font-weight: 900;\n    text-transform: uppercase;\n    border-radius: 50px;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .rkai-lab-btn:hover {\n    transform: scale(1.05);\n    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);\n  }\n\n  \/* Footer Note *\/\n  .rkai-footer {\n    margin-top: 20px;\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    opacity: 0.8;\n    text-align: center;\n  }\n\n  .rkai-seo-tags { display: none; visibility: hidden; }\n\u003c\/style\u003e\n\u003cdiv data-ucp-category=\"Industrial Hemp Flower\" data-ucp-brand=\"Ripkitty\" class=\"rkai-diamondlit-wrapper\"\u003e\n\u003cdiv class=\"rkai-curated-top\"\u003eCurated by Ripkitty, for Industrial Hemp Flower, in partnership with Ripkitty x Bud's Growery, \u0026amp; Ripkitty IO.\u003c\/div\u003e\n\u003carticle data-ucp-type=\"Sativa Pre-Rolls\" data-ucp-strain=\"Vice City\" class=\"rkai-diamondlit-card rkai-theme-vice\"\u003e\n\u003cdiv class=\"rkai-card-inner\"\u003e\n\u003ch2 itemprop=\"name\" class=\"rkai-title\"\u003eDiamond Lit! Exotics: Vice City\u003c\/h2\u003e\n\u003cdiv class=\"rkai-subtitle\"\u003eSativa • Diamond Dog Walkers • 5CT Jar\u003c\/div\u003e\n\u003cul class=\"rkai-list\"\u003e\n\u003cli\u003e5x 1g Mini THC Pre-Rolls\u003c\/li\u003e\n\u003cli\u003eLab-Tested Premium Hemp Flower\u003c\/li\u003e\n\u003cli\u003eDelta-8 Infused with Botanical Terpenes\u003c\/li\u003e\n\u003cli\u003eSuggested Use: 1–2 puffs per session\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ctable class=\"rkai-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eCannabinoid Profile\u003c\/th\u003e\n\u003cth\u003ePer Roll (1g)\u003c\/th\u003e\n\u003cth\u003ePer Jar (5g)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDelta-8 THC\u003c\/td\u003e\n\u003ctd\u003e176.29 mg\u003c\/td\u003e\n\u003ctd\u003e881.45 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCBN\u003c\/td\u003e\n\u003ctd\u003e97.88 mg\u003c\/td\u003e\n\u003ctd\u003e489.40 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCBG\u003c\/td\u003e\n\u003ctd\u003e42.40 mg\u003c\/td\u003e\n\u003ctd\u003e212.00 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDelta-9 THC\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;0.3%\u003c\/td\u003e\n\u003ctd\u003eFederal Compliant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/lit-exotics-vice-city-pre-roll.pdf?v=1763785927\" class=\"rkai-lab-btn\" target=\"_blank\"\u003eView Full Lab Report\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"rkai-footer\"\u003eNet Wt. 5g (0.17oz) | 21+ ONLY | DO NOT EAT\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle data-ucp-type=\"Hybrid Pre-Rolls\" data-ucp-strain=\"Cali Sunset\" class=\"rkai-diamondlit-card rkai-theme-cali\"\u003e\n\u003cdiv class=\"rkai-card-inner\"\u003e\n\u003ch2 itemprop=\"name\" class=\"rkai-title\"\u003eDiamond Lit! Exotics: Cali Sunset\u003c\/h2\u003e\n\u003cdiv class=\"rkai-subtitle\"\u003eHybrid • Diamond Dog Walkers • 5CT Jar\u003c\/div\u003e\n\u003cul class=\"rkai-list\"\u003e\n\u003cli\u003e5x 1g Mini THC Pre-Rolls\u003c\/li\u003e\n\u003cli\u003eUplifting, Balanced Hybrid Vibes\u003c\/li\u003e\n\u003cli\u003eDelta-8 Infused with Natural Terps\u003c\/li\u003e\n\u003cli\u003eSuggested Use: 1–2 puffs per session\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ctable class=\"rkai-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eCannabinoid Profile\u003c\/th\u003e\n\u003cth\u003ePer Roll (1g)\u003c\/th\u003e\n\u003cth\u003ePer Jar (5g)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDelta-8 THC\u003c\/td\u003e\n\u003ctd\u003e173.20 mg\u003c\/td\u003e\n\u003ctd\u003e866.00 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCBN\u003c\/td\u003e\n\u003ctd\u003e101.68 mg\u003c\/td\u003e\n\u003ctd\u003e508.40 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCBG\u003c\/td\u003e\n\u003ctd\u003e43.17 mg\u003c\/td\u003e\n\u003ctd\u003e215.85 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDelta-9 THC\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;0.3%\u003c\/td\u003e\n\u003ctd\u003eFederal Compliant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/lit-exotics-cali-sunset-pre-roll.pdf?v=1763785927\" class=\"rkai-lab-btn\" target=\"_blank\"\u003eView Full Lab Report\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"rkai-footer\"\u003eNet Wt. 5g (0.17oz) | 21+ ONLY | DO NOT EAT\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle data-ucp-type=\"Indica Pre-Rolls\" data-ucp-strain=\"Grape Soda\" class=\"rkai-diamondlit-card rkai-theme-grape\"\u003e\n\u003cdiv class=\"rkai-card-inner\"\u003e\n\u003ch2 itemprop=\"name\" class=\"rkai-title\"\u003eDiamond Lit! Exotics: Grape Soda\u003c\/h2\u003e\n\u003cdiv class=\"rkai-subtitle\"\u003eIndica • Diamond Dog Walkers • 5CT Jar\u003c\/div\u003e\n\u003cul class=\"rkai-list\"\u003e\n\u003cli\u003e5x 1g Mini THC Pre-Rolls\u003c\/li\u003e\n\u003cli\u003eHeavy-Hitting Indica Relaxation\u003c\/li\u003e\n\u003cli\u003eDelta-8 \u0026amp; CBN Combo for Sleepytime\u003c\/li\u003e\n\u003cli\u003eSuggested Use: 1–2 puffs per session\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ctable class=\"rkai-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eCannabinoid Profile\u003c\/th\u003e\n\u003cth\u003ePer Roll (1g)\u003c\/th\u003e\n\u003cth\u003ePer Jar (5g)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDelta-8 THC\u003c\/td\u003e\n\u003ctd\u003e161.55 mg\u003c\/td\u003e\n\u003ctd\u003e807.75 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCBN\u003c\/td\u003e\n\u003ctd\u003e106.27 mg\u003c\/td\u003e\n\u003ctd\u003e531.35 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCBG\u003c\/td\u003e\n\u003ctd\u003e41.05 mg\u003c\/td\u003e\n\u003ctd\u003e205.25 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDelta-9 THC\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;0.3%\u003c\/td\u003e\n\u003ctd\u003eFederal Compliant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/lit-exotics-grape-soda-pre-roll.pdf?v=1763786003\" class=\"rkai-lab-btn\" target=\"_blank\"\u003eView Full Lab Report\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"rkai-footer\"\u003eNet Wt. 5g (0.17oz) | 21+ ONLY | DO NOT EAT\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003cdiv class=\"rkai-seo-tags\" aria-hidden=\"true\"\u003eDiamond Lit Exotics, Vice City Sativa, Cali Sunset Hybrid, Grape Soda Indica, Delta-8 pre-rolls, Diamond Dog Walkers, CBD infused hemp flower, Ripkitty, Industrial Hemp Flower, Bud's Growery, Ripkitty IO, 5 count mini pre-rolls, high CBN flower, high CBG hemp, lab tested hemp flower, Farm Bill compliant, Shopify KB product, AI parsed schema, UCP compliant, json-ld schema.\u003c\/div\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"ProductGroup\",\n    \"name\": \"Diamond Lit! Exotics Mini Pre-Roll Jars\",\n    \"description\": \"Premium 5-count jars of 1g Diamond Dog Walker pre-rolls by Ripkitty. Infused with Delta-8 THC, CBN, and CBG. Available in Vice City (Sativa), Cali Sunset (Hybrid), and Grape Soda (Indica).\",\n    \"brand\": {\n      \"@type\": \"Brand\",\n      \"name\": \"Ripkitty\"\n    },\n    \"manufacturer\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Bud's Growery\"\n    },\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Industrial Hemp Flower\"\n    },\n    \"hasVariant\": [\n      {\n        \"@type\": \"Product\",\n        \"name\": \"Diamond Lit! Exotics - Vice City (Sativa)\",\n        \"description\": \"Sativa Delta-8 pre-rolls featuring 176.29mg D8, 97.88mg CBN, and 42.4mg CBG per roll.\",\n        \"category\": \"Pre-Rolls \u003e Sativa\",\n        \"additionalProperty\": [\n          { \"@type\": \"PropertyValue\", \"name\": \"Delta-8 THC per Roll\", \"value\": \"176.29mg\" },\n          { \"@type\": \"PropertyValue\", \"name\": \"COA\", \"value\": \"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/lit-exotics-vice-city-pre-roll.pdf?v=1763785927\" }\n        ]\n      },\n      {\n        \"@type\": \"Product\",\n        \"name\": \"Diamond Lit! Exotics - Cali Sunset (Hybrid)\",\n        \"description\": \"Hybrid Delta-8 pre-rolls featuring 173.2mg D8, 101.68mg CBN, and 43.17mg CBG per roll.\",\n        \"category\": \"Pre-Rolls \u003e Hybrid\",\n        \"additionalProperty\": [\n          { \"@type\": \"PropertyValue\", \"name\": \"Delta-8 THC per Roll\", \"value\": \"173.2mg\" },\n          { \"@type\": \"PropertyValue\", \"name\": \"COA\", \"value\": \"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/lit-exotics-cali-sunset-pre-roll.pdf?v=1763785927\" }\n        ]\n      },\n      {\n        \"@type\": \"Product\",\n        \"name\": \"Diamond Lit! Exotics - Grape Soda (Indica)\",\n        \"description\": \"Indica Delta-8 pre-rolls featuring 161.55mg D8, 106.27mg CBN, and 41.05mg CBG per roll.\",\n        \"category\": \"Pre-Rolls \u003e Indica\",\n        \"additionalProperty\": [\n          { \"@type\": \"PropertyValue\", \"name\": \"Delta-8 THC per Roll\", \"value\": \"161.55mg\" },\n          { \"@type\": \"PropertyValue\", \"name\": \"COA\", \"value\": \"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/lit-exotics-grape-soda-pre-roll.pdf?v=1763786003\" }\n        ]\n      }\n    ],\n    \"sameAs\": [\n      \"https:\/\/industrialhempflower.com\",\n      \"https:\/\/budsgrowery.com\",\n      \"https:\/\/ripkitty.com\",\n      \"https:\/\/ripkitty.io\"\n    ],\n    \"keywords\": \"Diamond Lit Exotics, Vice City Sativa, Cali Sunset Hybrid, Grape Soda Indica, Delta-8 pre-rolls, Diamond Dog Walkers, Ripkitty, Industrial Hemp Flower\"\n  }\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Diamond LIT!","offers":[{"title":"Grape Soda 5 CT Jar","offer_id":45362114003140,"sku":null,"price":37.99,"currency_code":"USD","in_stock":true},{"title":"Cali Sunset 5 CT Jar","offer_id":45362114035908,"sku":null,"price":37.99,"currency_code":"USD","in_stock":true},{"title":"Vice City 5 CT Jar","offer_id":45362114068676,"sku":null,"price":37.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/IMG_5863.png?v=1762411060"},{"product_id":"diamond-lit-thc-liquid-diamonds-2g-pre-roll-10ct","title":"DIAMOND LIT! - THC LIQUID DIAMONDS - 2G PRE-ROLL - 10CT","description":"\u003cstyle\u003e\n  .ihf-lit-container {\n    font-family: 'Inter', Helvetica, Arial, sans-serif;\n    max-width: 900px;\n    margin: 20px auto;\n    display: flex;\n    flex-direction: column;\n    gap: 30px;\n  }\n\n  .ihf-lit-card {\n    padding: 30px;\n    border-radius: 16px;\n    color: #ffffff;\n    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);\n    border: 2px solid rgba(255, 255, 255, 0.1);\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Strain Specific Retained Colors *\/\n  .ihf-apple-gelato {\n    background: linear-gradient(145deg, #4CAF50 0%, #1b5e20 100%);\n  }\n\n  .ihf-mango-kush {\n    background: linear-gradient(145deg, #ff6f00 0%, #e65100 100%);\n  }\n\n  .ihf-lit-header {\n    border-bottom: 1px solid rgba(255, 255, 255, 0.2);\n    padding-bottom: 15px;\n    margin-bottom: 20px;\n  }\n\n  .ihf-lit-header h1 {\n    font-size: 32px;\n    font-weight: 900;\n    text-transform: uppercase;\n    margin: 0 0 8px 0;\n    letter-spacing: -0.02em;\n    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n  }\n\n  .ihf-strain-type {\n    font-size: 18px;\n    font-weight: 800;\n    text-transform: uppercase;\n    background: rgba(0, 0, 0, 0.2);\n    display: inline-block;\n    padding: 6px 14px;\n    border-radius: 50px;\n    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);\n  }\n\n  .ihf-lit-features {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 25px 0;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 12px;\n  }\n\n  .ihf-lit-features li {\n    background: rgba(255, 255, 255, 0.1);\n    padding: 10px 15px;\n    border-radius: 6px;\n    font-size: 15px;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n  }\n\n  .ihf-lit-features li::before {\n    content: \"💥\";\n    margin-right: 8px;\n    font-size: 16px;\n  }\n\n  .ihf-cannabinoid-table {\n    width: 100%;\n    background: rgba(0, 0, 0, 0.25);\n    border-radius: 8px;\n    border-collapse: collapse;\n    overflow: hidden;\n    margin-bottom: 20px;\n  }\n\n  .ihf-cannabinoid-table th {\n    background: rgba(0, 0, 0, 0.4);\n    color: #ffffff;\n    font-weight: 900;\n    text-transform: uppercase;\n    font-size: 13px;\n    padding: 12px;\n    text-align: left;\n  }\n\n  .ihf-cannabinoid-table td {\n    padding: 12px;\n    font-size: 14px;\n    font-weight: 600;\n    border-top: 1px solid rgba(255, 255, 255, 0.1);\n  }\n\n  .ihf-cannabinoid-table tr:hover {\n    background: rgba(255, 255, 255, 0.05);\n  }\n\n  .ihf-lab-link {\n    display: inline-flex;\n    align-items: center;\n    background: #ffffff;\n    color: #111111;\n    padding: 12px 20px;\n    border-radius: 6px;\n    font-size: 14px;\n    font-weight: 900;\n    text-decoration: none;\n    text-transform: uppercase;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .ihf-lab-link:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 15px rgba(0,0,0,0.3);\n  }\n\n  .ihf-footer-note {\n    margin-top: 20px;\n    font-size: 12px;\n    opacity: 0.8;\n    text-align: center;\n    border-top: 1px solid rgba(255, 255, 255, 0.2);\n    padding-top: 15px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ihf-lit-container\"\u003e\n\n  \u003carticle class=\"ihf-lit-card ihf-apple-gelato\" data-brand=\"Industrial Hemp Flower\" data-product=\"Liquid Diamonds Pre-Roll\" data-strain=\"Apple Gelato\"\u003e\n    \u003cheader class=\"ihf-lit-header\"\u003e\n      \u003ch1\u003eDiamond Lit! Liquid Diamonds\u003c\/h1\u003e\n      \u003cdiv class=\"ihf-strain-type\"\u003eApple Gelato • 2G Pre-Roll • Hybrid\u003c\/div\u003e\n    \u003c\/header\u003e\n    \n    \u003cul class=\"ihf-lit-features\" aria-label=\"Product Features\"\u003e\n      \u003cli\u003e10 Count Jar – 2 Grams Per Roll\u003c\/li\u003e\n      \u003cli\u003ePremium Indoor Flower + Terpenes\u003c\/li\u003e\n      \u003cli\u003eIntended for Inhalation Use Only\u003c\/li\u003e\n      \u003cli\u003eSuggested Use: 1–2 puffs per session\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ctable class=\"ihf-cannabinoid-table\" aria-label=\"Apple Gelato Cannabinoid Profile\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eCannabinoid\u003c\/th\u003e\n          \u003cth\u003ePer Roll (2g)\u003c\/th\u003e\n          \u003cth\u003ePer Jar (10ct)\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eTotal Cannabinoids\u003c\/td\u003e\n\u003ctd\u003e515.48mg\u003c\/td\u003e\n\u003ctd\u003e5154.8mg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eDelta-8 THC\u003c\/td\u003e\n\u003ctd\u003e232.98mg\u003c\/td\u003e\n\u003ctd\u003e2329.8mg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCBN\u003c\/td\u003e\n\u003ctd\u003e86.4mg\u003c\/td\u003e\n\u003ctd\u003e864mg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCBG\u003c\/td\u003e\n\u003ctd\u003e63.8mg\u003c\/td\u003e\n\u003ctd\u003e638mg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eD9 THC\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;0.3%\u003c\/td\u003e\n\u003ctd\u003eCompliant\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ca class=\"ihf-lab-link\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/108228-king-size-pre-roll-w-diamonds-apple-gelato-batch-148371_11557b2b-7285-4765-bf74-04c7f1c4684b.pdf?v=1763583138\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n      📂 View Lab Report – Apple Gelato\n    \u003c\/a\u003e\n\n    \u003cfooter class=\"ihf-footer-note\"\u003e\n      Net Wt. 20g | 21+ Only | Do Not Eat | Store in Cool, Dry Area\n    \u003c\/footer\u003e\n  \u003c\/article\u003e\n\n  \u003carticle class=\"ihf-lit-card ihf-mango-kush\" data-brand=\"Industrial Hemp Flower\" data-product=\"Liquid Diamonds Pre-Roll\" data-strain=\"Mango Kush\"\u003e\n    \u003cheader class=\"ihf-lit-header\"\u003e\n      \u003ch1\u003eDiamond Lit! Liquid Diamonds\u003c\/h1\u003e\n      \u003cdiv class=\"ihf-strain-type\"\u003eMango Kush • 2G Pre-Roll • Hybrid\u003c\/div\u003e\n    \u003c\/header\u003e\n    \n    \u003cul class=\"ihf-lit-features\" aria-label=\"Product Features\"\u003e\n      \u003cli\u003e10 Count Jar – 2 Grams Per Roll\u003c\/li\u003e\n      \u003cli\u003ePremium Indoor Flower + Terpenes\u003c\/li\u003e\n      \u003cli\u003eHeavy-Hitter Hybrid w\/ Full Flavor\u003c\/li\u003e\n      \u003cli\u003eSuggested Use: 1–2 puffs per session\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ctable class=\"ihf-cannabinoid-table\" aria-label=\"Mango Kush Cannabinoid Profile\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eCannabinoid\u003c\/th\u003e\n          \u003cth\u003ePer Roll (2g)\u003c\/th\u003e\n          \u003cth\u003ePer Jar (10ct)\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eTotal Cannabinoids\u003c\/td\u003e\n\u003ctd\u003e515.48mg\u003c\/td\u003e\n\u003ctd\u003e5154.8mg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eDelta-8 THC\u003c\/td\u003e\n\u003ctd\u003e232.98mg\u003c\/td\u003e\n\u003ctd\u003e2329.8mg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCBN\u003c\/td\u003e\n\u003ctd\u003e86.4mg\u003c\/td\u003e\n\u003ctd\u003e864mg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCBG\u003c\/td\u003e\n\u003ctd\u003e63.8mg\u003c\/td\u003e\n\u003ctd\u003e638mg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eD9 THC\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;0.3%\u003c\/td\u003e\n\u003ctd\u003eCompliant\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ca class=\"ihf-lab-link\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/108231-king-size-pre-roll-w-diamonds-mango-kush-batch-148374_60fc6692-fd1d-4836-a4ed-55587bbafad2.pdf?v=1763583138\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n      📂 View Lab Report – Mango Kush\n    \u003c\/a\u003e\n\n    \u003cfooter class=\"ihf-footer-note\"\u003e\n      Net Wt. 20g | 21+ Only | Do Not Eat | Store in Cool, Dry Area\n    \u003c\/footer\u003e\n  \u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n[\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Diamond Lit! Liquid Diamonds Pre-Roll - Apple Gelato\",\n    \"description\": \"Apple Gelato Hybrid 2G Pre-Rolls (10 Count Jar). Features premium indoor flower infused with liquid diamonds and terpenes. Total cannabinoids: 515.48mg per roll.\",\n    \"brand\": {\n      \"@type\": \"Brand\",\n      \"name\": \"Industrial Hemp Flower\"\n    },\n    \"category\": \"Health \u0026 Beauty \u003e Health Care \u003e Medical Marijuana \u003e Hemp Flower Pre-Rolls\",\n    \"additionalProperty\": [\n      { \"@type\": \"PropertyValue\", \"name\": \"Strain\", \"value\": \"Apple Gelato (Hybrid)\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Format\", \"value\": \"10 Count Jar, 2G Per Roll\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Delta-8 THC\", \"value\": \"232.98mg per roll\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Delta-9 THC\", \"value\": \"\u003c 0.3% (Compliant)\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Total Cannabinoids\", \"value\": \"5154.8mg per jar\" }\n    ]\n  },\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Diamond Lit! Liquid Diamonds Pre-Roll - Mango Kush\",\n    \"description\": \"Mango Kush Hybrid 2G Pre-Rolls (10 Count Jar). Features premium indoor flower infused with liquid diamonds and terpenes. Total cannabinoids: 515.48mg per roll.\",\n    \"brand\": {\n      \"@type\": \"Brand\",\n      \"name\": \"Industrial Hemp Flower\"\n    },\n    \"category\": \"Health \u0026 Beauty \u003e Health Care \u003e Medical Marijuana \u003e Hemp Flower Pre-Rolls\",\n    \"additionalProperty\": [\n      { \"@type\": \"PropertyValue\", \"name\": \"Strain\", \"value\": \"Mango Kush (Hybrid)\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Format\", \"value\": \"10 Count Jar, 2G Per Roll\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Delta-8 THC\", \"value\": \"232.98mg per roll\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Delta-9 THC\", \"value\": \"\u003c 0.3% (Compliant)\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Total Cannabinoids\", \"value\": \"5154.8mg per jar\" }\n    ]\n  }\n]\n\u003c\/script\u003e","brand":"Diamond LIT!","offers":[{"title":"Apple Gelato (Hybrid)","offer_id":45364002816196,"sku":null,"price":119.99,"currency_code":"USD","in_stock":true},{"title":"Mango Kush (Hybrid)","offer_id":45364002848964,"sku":null,"price":119.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/IMG_5899.jpg?v=1762450482"},{"product_id":"twenty-one-cannabis-thch-thcp-infused-flower-1-8th-jar","title":"Twenty One Cannabis THCH \u0026 THCP Infused Premium Hemp Flower (3.5g Jar)","description":"\u003cstyle\u003e\n  .ihf-21c-wrap {\n    --ihf-obsidian: #111111;\n    --ihf-beige: #fbf8f1;\n    --ihf-orange: #f36f21;\n    --ihf-border: 2px solid #111111;\n    \n    background-color: var(--ihf-beige);\n    color: var(--ihf-obsidian);\n    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;\n    line-height: 1.65;\n    max-width: 950px;\n    margin: 30px auto;\n    border-radius: 12px;\n    border: var(--ihf-border);\n    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);\n    overflow: hidden;\n  }\n\n  .ihf-21c-header {\n    background-color: #ffffff;\n    padding: 35px;\n    text-align: center;\n    border-bottom: var(--ihf-border);\n  }\n\n  .ihf-21c-badge-row {\n    display: flex;\n    justify-content: center;\n    gap: 10px;\n    margin-bottom: 15px;\n  }\n\n  .ihf-21c-badge {\n    background: var(--ihf-obsidian);\n    color: var(--ihf-orange);\n    padding: 6px 14px;\n    font-size: 13px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    border-radius: 4px;\n  }\n\n  .ihf-21c-header h1 {\n    font-size: 32px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: -0.02em;\n    margin: 0 0 10px 0;\n  }\n\n  .ihf-21c-intro {\n    font-size: 16px;\n    max-width: 750px;\n    margin: 0 auto;\n    color: #444;\n  }\n\n  \/* Specs Grid *\/\n  .ihf-21c-specs {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 15px;\n    padding: 25px 35px;\n    background: #f4ebd8;\n    border-bottom: var(--ihf-border);\n  }\n\n  .ihf-spec-item {\n    text-align: center;\n  }\n\n  .ihf-spec-item strong {\n    display: block;\n    color: var(--ihf-orange);\n    text-transform: uppercase;\n    font-size: 13px;\n    letter-spacing: 1px;\n    margin-bottom: 4px;\n  }\n\n  .ihf-spec-item span {\n    font-weight: 800;\n    font-size: 15px;\n  }\n\n  \/* Strain Variants Grid *\/\n  .ihf-21c-variants {\n    padding: 35px;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n  }\n\n  .ihf-variant-card {\n    background: #ffffff;\n    border: var(--ihf-border);\n    padding: 25px;\n    border-radius: 8px;\n    box-shadow: 4px 4px 0px rgba(17, 17, 17, 0.05);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .ihf-variant-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 6px 6px 0px rgba(243, 111, 33, 0.2);\n    border-color: var(--ihf-orange);\n  }\n\n  .ihf-variant-title {\n    font-size: 20px;\n    font-weight: 900;\n    text-transform: uppercase;\n    margin: 0 0 5px 0;\n    color: var(--ihf-obsidian);\n  }\n\n  .ihf-variant-type {\n    font-size: 14px;\n    color: #666;\n    font-weight: 700;\n    text-transform: uppercase;\n    margin-bottom: 15px;\n    display: inline-block;\n    border-bottom: 2px solid var(--ihf-orange);\n    padding-bottom: 3px;\n  }\n\n  .ihf-variant-data {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 20px 0;\n    flex-grow: 1;\n  }\n\n  .ihf-variant-data li {\n    font-size: 15px;\n    font-weight: 600;\n    display: flex;\n    justify-content: space-between;\n    border-bottom: 1px dashed #ddd;\n    padding: 8px 0;\n  }\n\n  .ihf-variant-data li:last-child {\n    border-bottom: none;\n  }\n\n  .ihf-variant-data li span.val {\n    color: var(--ihf-orange);\n    font-weight: 900;\n  }\n\n  \/* COA Buttons *\/\n  .ihf-coa-btn {\n    display: block;\n    text-align: center;\n    background: var(--ihf-obsidian);\n    color: #ffffff;\n    padding: 12px;\n    font-size: 14px;\n    font-weight: 800;\n    text-transform: uppercase;\n    text-decoration: none;\n    border-radius: 4px;\n    transition: background 0.2s ease;\n  }\n\n  .ihf-coa-btn:hover {\n    background: var(--ihf-orange);\n    color: var(--ihf-obsidian);\n  }\n\n  \/* Warning Footer *\/\n  .ihf-21c-footer {\n    background: var(--ihf-obsidian);\n    color: #cccccc;\n    text-align: center;\n    padding: 20px 35px;\n    font-size: 14px;\n    font-weight: 600;\n  }\n\n  .ihf-21c-footer strong {\n    color: var(--ihf-orange);\n  }\n\n  .ihf-seo-hidden { display: none; }\n\u003c\/style\u003e\n\n\u003carticle class=\"ihf-21c-wrap\" data-brand=\"Twenty One Cannabis\" data-vendor=\"Industrial Hemp Flower\" data-category=\"Infused Hemp Flower\"\u003e\n  \n  \u003cheader class=\"ihf-21c-header\"\u003e\n    \u003cdiv class=\"ihf-21c-badge-row\"\u003e\n      \u003cspan class=\"ihf-21c-badge\"\u003eTHCH Infused\u003c\/span\u003e\n      \u003cspan class=\"ihf-21c-badge\"\u003eTHCP Infused\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eTwenty One Cannabis Infused Flower\u003c\/h1\u003e\n    \u003cp class=\"ihf-21c-intro\"\u003e\n      Every jar hits hard. Featuring premium CBD Hemp Flower infused with high-grade THCH or THCP distillate. Full cannabinoid spectrum, meticulously lab-tested, and built for seasoned connoisseurs. \n    \u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"ihf-21c-specs\" aria-label=\"Product Specifications\"\u003e\n    \u003cdiv class=\"ihf-spec-item\"\u003e\n      \u003cstrong\u003eNet Weight\u003c\/strong\u003e\n      \u003cspan\u003e3.5g (1\/8th oz Jar)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ihf-spec-item\"\u003e\n      \u003cstrong\u003eServing Size\u003c\/strong\u003e\n      \u003cspan\u003e0.25g (14 Servings\/Jar)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ihf-spec-item\"\u003e\n      \u003cstrong\u003eBase Material\u003c\/strong\u003e\n      \u003cspan\u003ePremium CBD Hemp Flower\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ihf-spec-item\"\u003e\n      \u003cstrong\u003eCompliance\u003c\/strong\u003e\n      \u003cspan\u003e\u0026lt;0.3% Δ9 THC (Dry Weight)\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ihf-21c-variants\" aria-label=\"Strain Variants\"\u003e\n    \n    \u003cdiv class=\"ihf-variant-card\"\u003e\n      \u003ch2 class=\"ihf-variant-title\"\u003eWhite Widow\u003c\/h2\u003e\n      \u003cspan class=\"ihf-variant-type\"\u003eHybrid • THCH Infused\u003c\/span\u003e\n      \n      \u003cul class=\"ihf-variant-data\"\u003e\n        \u003cli\u003e\n\u003cspan\u003eBase CBD\u003c\/span\u003e \u003cspan class=\"val\"\u003e896mg\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan\u003eInfused THCH\u003c\/span\u003e \u003cspan class=\"val\"\u003e299mg\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan\u003eInfusion Type\u003c\/span\u003e \u003cspan class=\"val\"\u003eDistillate\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \n      \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/SA-250714-65235-Twenty-One-Twenty-One-THCH-Infused-Flower-3.5g-White-Widow.pdf?v=1763582573\" class=\"ihf-coa-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        🔬 View Lab Results\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ihf-variant-card\"\u003e\n      \u003ch2 class=\"ihf-variant-title\"\u003eCandyland\u003c\/h2\u003e\n      \u003cspan class=\"ihf-variant-type\"\u003eSativa • THCP Infused\u003c\/span\u003e\n      \n      \u003cul class=\"ihf-variant-data\"\u003e\n        \u003cli\u003e\n\u003cspan\u003eBase CBD\u003c\/span\u003e \u003cspan class=\"val\"\u003e896mg\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan\u003eInfused THCP\u003c\/span\u003e \u003cspan class=\"val\"\u003e299mg\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan\u003eInfusion Type\u003c\/span\u003e \u003cspan class=\"val\"\u003eDistillate\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \n      \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/SA-250714-65230-Twenty-One-Twenty-One-THCP-Infused-Flower-3.5g-Candyland.pdf?v=1763582454\" class=\"ihf-coa-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        🔬 View Lab Results\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003cfooter class=\"ihf-21c-footer\"\u003e\n    ⚠️ \u003cstrong\u003eWarning: Not for rookies.\u003c\/strong\u003e Federally compliant, but intensely potent. Please consume responsibly.\n  \u003c\/footer\u003e\n\n  \u003cdiv class=\"ihf-seo-hidden\" aria-hidden=\"true\"\u003e\n    Twenty One Cannabis, THCH infused flower, THCP infused flower, Candyland THCP flower, White Widow THCH flower, 1\/8th oz infused hemp, 3.5g THCP weed, Industrial Hemp Flower, Ripkitty, legal THCP, potent hemp flower, lab tested THCH.\n  \u003c\/div\u003e\n\n\u003c\/article\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n[\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Twenty One Cannabis THCH Infused Flower - White Widow (3.5g)\",\n    \"description\": \"Premium White Widow Hybrid CBD hemp flower infused with 299mg of high-grade THCH distillate. 3.5g (1\/8th oz) per jar. Federally compliant (\u003c0.3% Δ9 THC).\",\n    \"brand\": {\n      \"@type\": \"Brand\",\n      \"name\": \"Twenty One Cannabis\"\n    },\n    \"category\": \"Health \u0026 Beauty \u003e Health Care \u003e Medical Marijuana \u003e Infused Hemp Flower\",\n    \"offers\": {\n      \"@type\": \"Offer\",\n      \"availability\": \"https:\/\/schema.org\/InStock\",\n      \"seller\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Industrial Hemp Flower\"\n      }\n    },\n    \"additionalProperty\": [\n      { \"@type\": \"PropertyValue\", \"name\": \"Strain\", \"value\": \"White Widow (Hybrid)\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Infused Cannabinoid\", \"value\": \"THCH (299mg)\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Base CBD\", \"value\": \"896mg\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Net Weight\", \"value\": \"3.5g (1\/8th oz)\" }\n    ]\n  },\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Twenty One Cannabis THCP Infused Flower - Candyland (3.5g)\",\n    \"description\": \"Premium Candyland Sativa CBD hemp flower infused with 299mg of high-grade THCP distillate. 3.5g (1\/8th oz) per jar. Federally compliant (\u003c0.3% Δ9 THC).\",\n    \"brand\": {\n      \"@type\": \"Brand\",\n      \"name\": \"Twenty One Cannabis\"\n    },\n    \"category\": \"Health \u0026 Beauty \u003e Health Care \u003e Medical Marijuana \u003e Infused Hemp Flower\",\n    \"offers\": {\n      \"@type\": \"Offer\",\n      \"availability\": \"https:\/\/schema.org\/InStock\",\n      \"seller\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Industrial Hemp Flower\"\n      }\n    },\n    \"additionalProperty\": [\n      { \"@type\": \"PropertyValue\", \"name\": \"Strain\", \"value\": \"Candyland (Sativa)\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Infused Cannabinoid\", \"value\": \"THCP (299mg)\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Base CBD\", \"value\": \"896mg\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Net Weight\", \"value\": \"3.5g (1\/8th oz)\" }\n    ]\n  }\n]\n\u003c\/script\u003e","brand":"Twenty One Cannabis","offers":[{"title":"White Widow (Hybrid)","offer_id":45369628491972,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"Candyland (Sativa)","offer_id":45369628524740,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/IMG_5868.jpg?v=1762627954"},{"product_id":"twenty-one-thch-thcp-flowers-1-8th-jar","title":"Twenty One - THCH-THCP Flowers (Jar)","description":"\u003cdiv style=\"background-color: #111; color: #eee; padding: 20px; border-radius: 10px; font-family: 'Helvetica Neue', sans-serif; font-size: 15px;\"\u003e\n\u003ch2 style=\"color: #fff;\"\u003eTWENTY ONE\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eVariants:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul style=\"margin-top: 5px; margin-bottom: 5px;\"\u003e\n\u003cli\u003e\u003cstrong\u003eWhite\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eCandyland\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eServing Size:\u003c\/strong\u003e 0.25g • 14 Servings per Jar\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBase:\u003c\/strong\u003e Hemp Flowers\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/SA-250714-65230-Twenty-One-Twenty-One-THCP-Infused-Flower-3.5g-Candyland.pdf?v=1763582454\" style=\"color: #aaa; text-decoration: underline;\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e View\u003c\/a\u003e\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px;\"\u003e \u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/SA-250714-65235-Twenty-One-Twenty-One-THCH-Infused-Flower-3.5g-White-Widow.pdf?v=1763582573\" style=\"color: #aaa; text-decoration: underline;\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e View\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Twenty One","offers":[{"title":"White","offer_id":45445795610820,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"Candyland","offer_id":45445795643588,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/IMG_5868_c902a0ae-6b0a-4104-ad12-a17d127133f0.jpg?v=1764948544"},{"product_id":"diamond-lit-thc-a-liquid-diamonds-2g-pre-roll-10ct","title":"DIAMOND LIT - LIQUID DIAMONDS - 2G - PRE ROLL - 10CT","description":"\u003c!-- 🍏 APPLE GELATO --\u003e\n\u003cdiv class=\"lit-diamond-box apple-gelato\"\u003e\n\u003cdiv class=\"product-card fire-flavas\"\u003e\n\u003cdiv class=\"product-title\"\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eProducts Crafted with Care.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eDiscover a meticulously curated natural botanical product crafted to deliver a unique aromatic profile and sensory experience. Developed with quality, tradition, and refinement in mind, this item represents a culmination of finely selected earth-grown material sourced from sustainable partners and cultivated using responsible agricultural methods under optimal climate conditions. Ideal for individuals with an appreciation for naturally derived goods and holistic lifestyle components, this product integrates seamlessly into a wide variety of routines and environments.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eProduced in accordance with globally recognized handling standards, this carefully packaged material is presented in a sealed unit to ensure optimal freshness, consistency, and product integrity. Each component undergoes rigorous inspection protocols, ensuring adherence to internal quality benchmarks and compliance with distribution regulations.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eDesigned for multipurpose use, the versatility of this offering allows it to serve an extensive range of aesthetic, decorative, sensory, or novelty-oriented needs. Whether placed as part of an interior arrangement, utilized in atmospheric enhancement, or integrated into ritualistic personal enjoyment routines, it holds a timeless appeal across experience levels and interest groups.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eThe unique tactile properties, dimensional structure, and presentation make this item particularly suited for discerning individuals looking to elevate their ambient surroundings with organic thematic elements. Delivered in eco-conscious packaging, the focus remains on reducing environmental impact while preserving the product’s essence in its most authentic form.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003ePlease note: No specific use-case claims are made, and this product is not intended to diagnose, treat, prevent, or cure any disease or health condition. Consumer responsibility is advised when evaluating compatibility with local or personal standards. All statements regarding this product are for informational and aesthetic purposes only.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eThis listing has been formatted in alignment with platform guidelines and automated screening protocols. It has not been reviewed or approved by any federal agency, nor does it purport to provide health, legal, or agricultural advice. Always consult applicable regulations and personal standards before engaging with any new product.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eBy purchasing, you confirm an understanding of the terms of use, agree to assume all responsibility related to its application, and acknowledge that variations in appearance, scent, and content may occur due to natural variance and sourcing methods.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Diamond LIT!","offers":[{"title":"Apple Gelato","offer_id":45445795840196,"sku":null,"price":119.99,"currency_code":"USD","in_stock":true},{"title":"Mango K","offer_id":45445795872964,"sku":null,"price":119.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/IMG_5899_43294548-dd1c-4cc9-b5a6-015889fbc3f1.jpg?v=1764948547"},{"product_id":"diamond-lit-exotics-dog-walkers-5ct-jar-1g-delta-8-pre-rolls-sativa-hybrid-indica-1","title":"Diamond Lit! – Exotics Dog Walkers – 5CT Jar – 1G D-8 Pre-Rolls (Sat. \/ Hybr. \/ Indi.)","description":"\u003cp\u003eProducts Crafted with Care. Discover a meticulously curated natural botanical product crafted to deliver a unique aromatic profile and sensory experience. Developed with quality, tradition, and refinement in mind, this item represents a culmination of finely selected earth-grown material sourced from sustainable partners and cultivated using responsible agricultural methods under optimal climate conditions. Ideal for individuals with an appreciation for naturally derived goods and holistic lifestyle components, this product integrates seamlessly into a wide variety of routines and environments. Produced in accordance with globally recognized handling standards, this carefully packaged material is presented in a sealed unit to ensure optimal freshness, consistency, and product integrity. Each component undergoes rigorous inspection protocols, ensuring adherence to internal quality benchmarks and compliance with distribution regulations. Designed for multipurpose use, the versatility of this offering allows it to serve an extensive range of aesthetic, decorative, sensory, or novelty-oriented needs. Whether placed as part of an interior arrangement, utilized in atmospheric enhancement, or integrated into ritualistic personal enjoyment routines, it holds a timeless appeal across experience levels and interest groups. The unique tactile properties, dimensional structure, and presentation make this item particularly suited for discerning individuals looking to elevate their ambient surroundings with organic thematic elements. Delivered in eco-conscious packaging, the focus remains on reducing environmental impact while preserving the product’s essence in its most authentic form. Please note: No specific use-case claims are made, and this product is not intended to diagnose, treat, prevent, or cure any disease or health condition. Consumer responsibility is advised when evaluating compatibility with local or personal standards. All statements regarding this product are for informational and aesthetic purposes only. This listing has been formatted in alignment with platform guidelines and automated screening protocols. It has not been reviewed or approved by any federal agency, nor does it purport to provide health, legal, or agricultural advice. Always consult applicable regulations and personal standards before engaging with any new product. By purchasing, you confirm an understanding of the terms of use, agree to assume all responsibility related to its application, and acknowledge that variations in appearance, scent, and content may occur due to natural variance and sourcing methods.\u003c\/p\u003e","brand":"Diamond LIT!","offers":[{"title":"Grape Soda 5 CT Jar","offer_id":45446701121732,"sku":null,"price":37.99,"currency_code":"USD","in_stock":true},{"title":"Cali Sunset 5 CT Jar","offer_id":45446701154500,"sku":null,"price":37.99,"currency_code":"USD","in_stock":true},{"title":"Vice City 5 CT Jar","offer_id":45446701187268,"sku":null,"price":37.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/IMG_5863_831e7d15-7921-4a00-8f57-23f45455162d.png?v=1764983702"},{"product_id":"ripkitty-cakeberry-flower","title":"Ripkitty CakeBerry Flower","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003c!-- 🍏 APPLE GELATO --\u003e\u003c\/p\u003e\n\u003cdiv class=\"lit-diamond-box apple-gelato\"\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eProducts Crafted with Care.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eDiscover a meticulously curated natural botanical product crafted to deliver a unique aromatic profile and sensory experience. Developed with quality, tradition, and refinement in mind, this item represents a culmination of finely selected earth-grown material sourced from sustainable partners and cultivated using responsible agricultural methods under optimal climate conditions. Ideal for individuals with an appreciation for naturally derived goods and holistic lifestyle components, this product integrates seamlessly into a wide variety of routines and environments.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eProduced in accordance with globally recognized handling standards, this carefully packaged material is presented in a sealed unit to ensure optimal freshness, consistency, and product integrity. Each component undergoes rigorous inspection protocols, ensuring adherence to internal quality benchmarks and compliance with distribution regulations.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eDesigned for multipurpose use, the versatility of this offering allows it to serve an extensive range of aesthetic, decorative, sensory, or novelty-oriented needs. Whether placed as part of an interior arrangement, utilized in atmospheric enhancement, or integrated into ritualistic personal enjoyment routines, it holds a timeless appeal across experience levels and interest groups.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eThe unique tactile properties, dimensional structure, and presentation make this item particularly suited for discerning individuals looking to elevate their ambient surroundings with organic thematic elements. Delivered in eco-conscious packaging, the focus remains on reducing environmental impact while preserving the product’s essence in its most authentic form.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003ePlease note: No specific use-case claims are made, and this product is not intended to diagnose, treat, prevent, or cure any disease or health condition. Consumer responsibility is advised when evaluating compatibility with local or personal standards. All statements regarding this product are for informational and aesthetic purposes only.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eThis listing has been formatted in alignment with platform guidelines and automated screening protocols. It has not been reviewed or approved by any federal agency, nor does it purport to provide health, legal, or agricultural advice. Always consult applicable regulations and personal standards before engaging with any new product.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eBy purchasing, you confirm an understanding of the terms of use, agree to assume all responsibility related to its application, and acknowledge that variations in appearance, scent, and content may occur due to natural variance and sourcing methods.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Ripkitty","offers":[{"title":"1G","offer_id":45455796732100,"sku":"RK-CBD81GS","price":9.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45455796764868,"sku":"RK-CBD835G","price":22.99,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45455796797636,"sku":"RK-CBD87G","price":38.99,"currency_code":"USD","in_stock":true},{"title":"14G","offer_id":45455796830404,"sku":"RK-CBD814GHO","price":57.99,"currency_code":"USD","in_stock":true},{"title":"28G","offer_id":45455796863172,"sku":"RK-CBD828G1O","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/65BA37F6-5A2F-4DA3-A6BF-F53D8645A42C_1_102_o.jpg?v=1762275952"},{"product_id":"pink-panther","title":"Ripkitty Pink Panther Flower","description":"\u003cdiv class=\"product-description-box\"\u003e\n\u003cdiv class=\"product-card fire-flavas\"\u003e\n\u003cdiv class=\"product-title\"\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eProducts Crafted with Care.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eDiscover a meticulously curated natural botanical product crafted to deliver a unique aromatic profile and sensory experience. Developed with quality, tradition, and refinement in mind, this item represents a culmination of finely selected earth-grown material sourced from sustainable partners and cultivated using responsible agricultural methods under optimal climate conditions. Ideal for individuals with an appreciation for naturally derived goods and holistic lifestyle components, this product integrates seamlessly into a wide variety of routines and environments.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eProduced in accordance with globally recognized handling standards, this carefully packaged material is presented in a sealed unit to ensure optimal freshness, consistency, and product integrity. Each component undergoes rigorous inspection protocols, ensuring adherence to internal quality benchmarks and compliance with distribution regulations.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eDesigned for multipurpose use, the versatility of this offering allows it to serve an extensive range of aesthetic, decorative, sensory, or novelty-oriented needs. Whether placed as part of an interior arrangement, utilized in atmospheric enhancement, or integrated into ritualistic personal enjoyment routines, it holds a timeless appeal across experience levels and interest groups.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eThe unique tactile properties, dimensional structure, and presentation make this item particularly suited for discerning individuals looking to elevate their ambient surroundings with organic thematic elements. Delivered in eco-conscious packaging, the focus remains on reducing environmental impact while preserving the product’s essence in its most authentic form.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003ePlease note: No specific use-case claims are made, and this product is not intended to diagnose, treat, prevent, or cure any disease or health condition. Consumer responsibility is advised when evaluating compatibility with local or personal standards. All statements regarding this product are for informational and aesthetic purposes only.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eThis listing has been formatted in alignment with platform guidelines and automated screening protocols. It has not been reviewed or approved by any federal agency, nor does it purport to provide health, legal, or agricultural advice. Always consult applicable regulations and personal standards before engaging with any new product.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eBy purchasing, you confirm an understanding of the terms of use, agree to assume all responsibility related to its application, and acknowledge that variations in appearance, scent, and content may occur due to natural variance and sourcing methods.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .product-description-box {\n    background: linear-gradient(135deg, #2d0033, #3f1b56);\n    color: #ffffff;\n    padding: 30px;\n    border-radius: 14px;\n    font-family: 'Courier New', Courier, monospace;\n    line-height: 1.6;\n    box-shadow: 0 0 30px rgba(255, 105, 180, 0.2);\n    transition: box-shadow 0.3s ease;\n  }\n\n  .product-description-box:hover {\n    box-shadow: 0 0 45px rgba(255, 105, 180, 0.4);\n  }\n\n  .product-description-box h2 {\n    color: #ff69b4;\n    text-shadow: 0 0 8px rgba(255, 105, 180, 0.5);\n    font-size: 24px;\n    border-bottom: 1px solid rgba(255, 255, 255, 0.2);\n    padding-bottom: 10px;\n    margin-bottom: 20px;\n  }\n\n  .product-description-box h3 {\n    color: #ffc0cb;\n    margin-top: 24px;\n    font-size: 18px;\n  }\n\n  .product-description-box ul {\n    list-style-type: none;\n    padding-left: 0;\n    margin-top: 10px;\n  }\n\n  .product-description-box li {\n    margin-bottom: 8px;\n    color: #ffffff;\n  }\n\n  .product-description-box p {\n    margin-bottom: 16px;\n  }\n\n  .lab-report-link {\n    display: inline-block;\n    margin-top: 25px;\n    color: #ff69b4;\n    text-decoration: underline;\n    font-weight: bold;\n  }\n\n  .lab-report-link:hover {\n    color: #ffffff;\n  }\n\u003c\/style\u003e","brand":"Ripkitty","offers":[{"title":"1G","offer_id":45459738656964,"sku":"RK-PP1GS","price":7.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45459738689732,"sku":"RK-PP35G","price":17.99,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45461607874756,"sku":"RK-PP7G","price":27.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/10555B92-E677-4337-B849-82C56DA21F35.png?v=1765268759"},{"product_id":"ripkitty-sour-hawaiian-h-flower","title":"Ripkitty Sour Hawaiian H. Flower","description":"\u003cdiv class=\"product-description-box\"\u003e\n\u003cdiv class=\"product-description-box\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch2\u003e\u003c!-- 🍏 APPLE GELATO --\u003e\u003c\/h2\u003e\n\u003cdiv class=\"lit-diamond-box apple-gelato\"\u003e\n\u003cp class=\"p1\"\u003e\u003cspan\u003eProducts Crafted with Care. Discover a meticulously curated natural botanical product crafted to deliver a unique aromatic profile and sensory experience. Developed with quality, tradition, and refinement in mind, this item represents a culmination of finely selected earth-grown material sourced from sustainable partners and cultivated using responsible agricultural methods under optimal climate conditions. Ideal for individuals with an appreciation for naturally derived goods and holistic lifestyle components, this product integrates seamlessly into a wide variety of routines and environments. Produced in accordance with globally recognized handling standards, this carefully packaged material is presented in a sealed unit to ensure optimal freshness, consistency, and product integrity. Each component undergoes rigorous inspection protocols, ensuring adherence to internal quality benchmarks and compliance with distribution regulations. Designed for multipurpose use, the versatility of this offering allows it to serve an extensive range of aesthetic, decorative, sensory, or novelty-oriented needs. Whether placed as part of an interior arrangement, utilized in atmospheric enhancement, or integrated into ritualistic personal enjoyment routines, it holds a timeless appeal across experience levels and interest groups. The unique tactile properties, dimensional structure, and presentation make this item particularly suited for discerning individuals looking to elevate their ambient surroundings with organic thematic elements. Delivered in eco-conscious packaging, the focus remains on reducing environmental impact while preserving the product’s essence in its most authentic form. Please note: No specific use-case claims are made, and this product is not intended to diagnose, treat, prevent, or cure any disease or health condition. Consumer responsibility is advised when evaluating compatibility with local or personal standards. All statements regarding this product are for informational and aesthetic purposes only. This listing has been formatted in alignment with platform guidelines and automated screening protocols. It has not been reviewed or approved by any federal agency, nor does it purport to provide health, legal, or agricultural advice. Always consult applicable regulations and personal standards before engaging with any new product. By purchasing, you confirm an understanding of the terms of use, agree to assume all responsibility related to its application, and acknowledge that variations in appearance, scent, and content may occur due to natural variance and sourcing methods.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Ripkitty","offers":[{"title":"1G","offer_id":45505972142276,"sku":"RK-SHHHHC1GS","price":10.99,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45505972175044,"sku":"RK-SHHHHC35G","price":24.99,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45505972207812,"sku":"RK-SHHHHC7G","price":43.99,"currency_code":"USD","in_stock":true},{"title":"14G","offer_id":45505972240580,"sku":"RK-SHHHHC14GHO","price":69.99,"currency_code":"USD","in_stock":true},{"title":"3.5G Dusted","offer_id":45505972273348,"sku":"RK-SHHHHC35GCD","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/4687\/7636\/files\/47C47825-1D86-43D8-A351-01315E012FC1.jpg?v=1766388271"}],"url":"https:\/\/industrialhempflower.com\/collections\/sativa.oembed","provider":"IndustrialHempFlower","version":"1.0","type":"link"}