{"product_id":"ripkitty-gelato-33-thca-hemp-flowers","title":"Ripkitty Gelato #33 THCA Hemp Flowers","description":"\u003cstyle\u003e\n  \/* Signature Container - Neapolitan Mesh Base *\/\n  .rkai-gelato-box {\n    background-color: #2e1c14; \/* Deep Chocolate Brown *\/\n    color: #f8fafc;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    border-radius: 16px;\n    overflow: hidden;\n    margin: 30px auto;\n    max-width: 950px;\n    border: 2px solid #5c3a21; \/* Rich Cocoa Border *\/\n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);\n    position: relative;\n    line-height: 1.7;\n  }\n\n  \/* Ambient Ice Cream Mesh Gradients *\/\n  .rkai-gelato-mesh {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: \n      radial-gradient(circle at 20% 10%, rgba(255, 105, 180, 0.25) 0%, transparent 45%), \/* Strawberry Pink Top Left *\/\n      radial-gradient(circle at 80% 85%, rgba(74, 222, 128, 0.2) 0%, transparent 45%); \/* Mint Green Bottom Right *\/\n    pointer-events: none;\n    z-index: 1;\n  }\n\n  .rkai-gelato-inner {\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* Partnership Credit Header *\/\n  .rkai-gelato-partnership {\n    background-color: #1a0f0a;\n    color: #ff69b4; \/* Pink *\/\n    padding: 12px 20px;\n    text-align: center;\n    font-size: 12.5px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-weight: 800;\n    border-bottom: 2px solid #4ade80; \/* Mint Green *\/\n  }\n\n  .rkai-gelato-partnership span {\n    color: #ffffff;\n  }\n\n  \/* Grand Header Section *\/\n  .rkai-gelato-header {\n    padding: 35px 30px 20px;\n    text-align: center;\n  }\n\n  .rkai-gelato-header h2 {\n    color: #ffffff;\n    font-size: 34px;\n    margin: 0 0 10px 0;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 1px;\n    text-shadow: 0 0 20px rgba(255, 105, 180, 0.5), 0 0 10px rgba(74, 222, 128, 0.3);\n  }\n\n  .rkai-gelato-subtitle {\n    color: #4ade80; \/* Mint Green *\/\n    font-size: 16px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 4px;\n    margin-bottom: 15px;\n  }\n\n  .rkai-gelato-intro {\n    font-size: 16.5px;\n    font-weight: 500;\n    color: #e2e8f0;\n    padding: 0 30px;\n    text-align: center;\n    max-width: 850px;\n    margin: 0 auto 30px;\n  }\n\n  .rkai-gelato-intro strong {\n    color: #ffb6c1; \/* Light Pink *\/\n  }\n\n  \/* Content \u0026 Grids *\/\n  .rkai-gelato-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    padding: 0 40px 20px;\n  }\n\n  @media (max-width: 768px) {\n    .rkai-gelato-grid { grid-template-columns: 1fr; }\n    .rkai-gelato-grid { padding: 0 25px 20px; }\n  }\n\n  \/* Frosted Glass Cards *\/\n  .rkai-gelato-card {\n    background: rgba(46, 28, 20, 0.5); \/* Semi-transparent chocolate *\/\n    border: 1px solid rgba(255, 105, 180, 0.3); \/* Soft pink border *\/\n    border-radius: 12px;\n    padding: 25px;\n    box-shadow: 0 8px 30px rgba(0,0,0,0.3);\n    backdrop-filter: blur(10px);\n    transition: transform 0.3s ease, border-color 0.3s ease;\n  }\n\n  .rkai-gelato-card:hover {\n    transform: translateY(-4px);\n    border-color: #4ade80; \/* Shifts to mint green on hover *\/\n    box-shadow: 0 12px 35px rgba(74, 222, 128, 0.15);\n  }\n\n  .rkai-gelato-card h3 {\n    color: #ff69b4; \/* Pink *\/\n    font-size: 21px;\n    margin-top: 0;\n    margin-bottom: 15px;\n    font-weight: 900;\n    border-bottom: 2px dashed #4ade80; \/* Mint Green *\/\n    padding-bottom: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* Lists *\/\n  .rkai-gelato-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .rkai-gelato-list li {\n    margin-bottom: 12px;\n    font-size: 14.5px;\n    color: #e2e8f0;\n    font-weight: 500;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-gelato-list li::before {\n    content: \"🍦\"; \/* Ice Cream Sparkle *\/\n    margin-right: 10px;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n\n  .rkai-gelato-list strong {\n    color: #ffffff;\n    font-weight: 800;\n    display: inline-block;\n    width: 150px;\n  }\n\n  @media (max-width: 500px) {\n    .rkai-gelato-list strong { width: 100%; display: block; margin-bottom: 3px; }\n  }\n\n  \/* Dynamic Toggle Button *\/\n  .rkai-toggle-btn {\n    background: linear-gradient(135deg, #8b4513, #5c3a21); \/* Chocolate gradient *\/\n    color: #ffffff;\n    border: 1px solid #ffb6c1;\n    padding: 16px 25px;\n    font-size: 15px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    cursor: pointer;\n    width: calc(100% - 80px);\n    margin: 10px 40px 30px;\n    border-radius: 8px;\n    transition: all 0.3s ease;\n    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);\n  }\n\n  @media (max-width: 768px) {\n    .rkai-toggle-btn { width: calc(100% - 50px); margin: 10px 25px 30px; }\n  }\n\n  .rkai-toggle-btn:hover {\n    background: linear-gradient(135deg, #ff69b4, #db2777); \/* Pink shift *\/\n    border-color: #ffffff;\n    box-shadow: 0 6px 20px rgba(255, 105, 180, 0.3);\n  }\n\n  \/* Hidden Details Panel *\/\n  .rkai-detailed-info {\n    display: none;\n    padding: 0 40px 20px;\n    animation: fadeInMesh 0.4s ease;\n  }\n  \n  .rkai-detailed-info.active {\n    display: block;\n  }\n\n  @keyframes fadeInMesh {\n    from { opacity: 0; transform: translateY(-5px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Cannabinoid Data Tables *\/\n  .rkai-coa-table {\n    width: 100%;\n    border-collapse: collapse;\n    border-radius: 8px;\n    overflow: hidden;\n    margin-top: 10px;\n    margin-bottom: 25px;\n    background: rgba(0,0,0,0.4);\n    border: 1px solid #ff69b4;\n  }\n\n  .rkai-coa-table th, \n  .rkai-coa-table td {\n    padding: 12px;\n    text-align: left;\n    font-size: 14px;\n    border-bottom: 1px solid rgba(255, 105, 180, 0.2);\n  }\n\n  .rkai-coa-table th {\n    background: rgba(255, 105, 180, 0.15);\n    font-weight: 800;\n    color: #ffb6c1;\n    text-transform: uppercase;\n    font-size: 13px;\n    letter-spacing: 1px;\n    width: 60%;\n  }\n\n  .rkai-coa-table td {\n    color: #4ade80; \/* Mint numbers *\/\n    font-weight: 700;\n    font-family: 'Courier New', Courier, monospace;\n    font-size: 15px;\n  }\n\n  .rkai-coa-table tr:last-child td, .rkai-coa-table tr:last-child th { border-bottom: none; }\n\n  \/* COA Link *\/\n  .rkai-lab-link {\n    display: block;\n    text-align: center;\n    background: #4ade80; \/* Mint Green *\/\n    color: #1a0f0a;\n    text-decoration: none;\n    font-weight: 900;\n    text-transform: uppercase;\n    padding: 15px;\n    border-radius: 8px;\n    font-size: 15px;\n    letter-spacing: 1px;\n    margin: 0 40px 30px;\n    box-shadow: 0 5px 20px rgba(74, 222, 128, 0.3);\n    transition: all 0.3s ease;\n  }\n\n  @media (max-width: 768px) {\n    .rkai-lab-link { margin: 0 25px 30px; }\n  }\n\n  .rkai-lab-link:hover {\n    background: #ffffff;\n    color: #1a0f0a;\n    transform: scale(1.02);\n  }\n\n  \/* Info Footer *\/\n  .rkai-gelato-footer {\n    text-align: center;\n    padding: 20px;\n    background: #1a0f0a;\n    font-size: 13px;\n    color: #94a3b8;\n    border-top: 1px solid #3d2516;\n    font-weight: 600;\n    text-transform: uppercase;\n  }\n\n  \/* SEO Tags *\/\n  .rkai-seo-tags { display: none; visibility: hidden; }\n\n\u003c\/style\u003e\n\n\u003carticle class=\"rkai-gelato-box\" data-store=\"Ripkitty x Bud's Growery\" data-brand=\"Ripkitty\" data-category=\"THCA Flower\"\u003e\n  \n  \u003cdiv class=\"rkai-gelato-mesh\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"rkai-gelato-inner\"\u003e\n\n    \u003cdiv class=\"rkai-gelato-partnership\" role=\"banner\"\u003e\n      Curated by Ripkitty | For Ripkitty x Bud's Growery | In partnership with \u003cspan\u003eIndustrial Hemp Flower\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cheader class=\"rkai-gelato-header\"\u003e\n      \u003cdiv class=\"rkai-gelato-subtitle\"\u003ePremium THCA Genetics\u003c\/div\u003e\n      \u003ch2 itemprop=\"name\"\u003eRipkitty Gelato #33 THCA Flower\u003c\/h2\u003e\n    \u003c\/header\u003e\n\n    \u003cp class=\"rkai-gelato-intro\" itemprop=\"description\"\u003e\n      \u003cstrong\u003eGelato #33\u003c\/strong\u003e is a premium, high-potency hybrid flower bred from legendary \u003cem\u003eSunset Sherbet\u003c\/em\u003e and \u003cem\u003eThin Mint GSC\u003c\/em\u003e genetics. It features dense, highly resinous buds with deep green and striking purple coloration, accented by bright orange pistils. Carefully cultivated and rigorously lab-verified, this strain is renowned for its absolute purity, incredible structure, and terpene-rich aroma.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rkai-gelato-grid\"\u003e\n      \n      \u003csection class=\"rkai-gelato-card\" ucp-data-section=\"Product Overview\"\u003e\n        \u003ch3\u003e🧬 Strain \u0026amp; Potency\u003c\/h3\u003e\n        \u003cul class=\"rkai-gelato-list\"\u003e\n          \u003cli ucp-data-item=\"THCA Content\"\u003e\n\u003cstrong\u003eTHCA Potency:\u003c\/strong\u003e \u003cspan style=\"color: #4ade80;\"\u003e25.0%\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Total Cannabinoids\"\u003e\n\u003cstrong\u003eTotal Actives:\u003c\/strong\u003e \u003cspan style=\"color: #4ade80;\"\u003e26.6%\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Moisture\"\u003e\n\u003cstrong\u003eMoisture Content:\u003c\/strong\u003e 10.8% (Perfect Cure)\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Verification\"\u003e\n\u003cstrong\u003eLab Verified By:\u003c\/strong\u003e Pinnacle Analytics\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n\n      \u003csection class=\"rkai-gelato-card\" ucp-data-section=\"Visual Profile\"\u003e\n        \u003ch3 style=\"color: #4ade80; border-bottom-color: #ff69b4;\"\u003e🌿 Visual Profile\u003c\/h3\u003e\n        \u003cul class=\"rkai-gelato-list\"\u003e\n          \u003cli ucp-data-item=\"Structure\"\u003e\n\u003cstrong\u003eStructure:\u003c\/strong\u003e Dense, heavily frosted, and hand-trimmed.\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Coloration\"\u003e\n\u003cstrong\u003eColoration:\u003c\/strong\u003e Deep greens intertwined with rich purple hues and bright orange hairs.\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Texture\"\u003e\n\u003cstrong\u003eTexture:\u003c\/strong\u003e Resin-rich, sticky, and impeccably cured.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n    \u003cbutton class=\"rkai-toggle-btn\" id=\"rkai-gelato-btn\" aria-expanded=\"false\" onclick=\"toggleGelatoDetails()\"\u003eView Full Lab Breakdown ▼\u003c\/button\u003e\n\n    \u003cdiv id=\"rkai-gelato-details\" class=\"rkai-detailed-info\" aria-hidden=\"true\"\u003e\n      \u003cdiv class=\"rkai-gelato-card\" style=\"margin-bottom: 25px; border-color: #ff69b4;\"\u003e\n        \u003ch3\u003e🧪 Detailed COA Breakdown\u003c\/h3\u003e\n        \u003ctable class=\"rkai-coa-table\" aria-label=\"Gelato 33 Cannabinoid Profile\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth\u003eTHCA (Tetrahydrocannabinolic Acid)\u003c\/th\u003e\n              \u003ctd\u003e25.0% (250.0 mg\/g)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eCBGA (Cannabigerolic Acid)\u003c\/th\u003e\n              \u003ctd\u003e1.28% (12.8 mg\/g)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth style=\"color: #ffffff;\"\u003eTotal Cannabinoid Content\u003c\/th\u003e\n              \u003ctd style=\"color: #ffffff;\"\u003e26.6% (266.0 mg\/g)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eNon-Detected (Below LOQ)\u003c\/th\u003e\n              \u003ctd style=\"color: #94a3b8; font-size: 12px; font-family: inherit; font-weight: 500;\"\u003eCBG, CBDV, CBD, CBDVA, CBN, THCV, Δ8-THC, CBC\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \u003cp style=\"margin: 0; color: #cbd5e1; font-size: 14.5px;\"\u003e\n          \u003cstrong\u003eLab Method:\u003c\/strong\u003e Analysis performed via HPLC\/DAD by Pinnacle Analytics, Medford, Oregon. Certified by ORELAP and documented under strict state-compliant cannabinoid profiling standards.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/gelato-33-thca.pdf?v=1742954733\" class=\"rkai-lab-link\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n      View Official Certificate of Analysis\n    \u003c\/a\u003e\n\n    \u003cfooter class=\"rkai-gelato-footer\"\u003e\n      Cultivated in partnership with Industrial Hemp Flower. Curated by Ripkitty.\n    \u003c\/footer\u003e\n\n    \u003cdiv class=\"rkai-seo-tags\" aria-hidden=\"true\" data-knowledge-base=\"Shopify KB\" data-ucp-optimized=\"true\"\u003e\n      Gelato 33, Gelato 33 THCA flower, high THCA hemp, Sunset Sherbet cross, Thin Mint GSC cross, hybrid THCA flower, 25 percent THCA, resinous hemp flower, Pinnacle Analytics, Ripkitty, Bud’s Growery, Industrial Hemp Flower, smokable hemp flower, Shopify KB product, AI parsed schema.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/article\u003e\n\n\u003cscript\u003e\n  function toggleGelatoDetails() {\n    var details = document.getElementById('rkai-gelato-details');\n    var btn = document.getElementById('rkai-gelato-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');\n      details.setAttribute('aria-hidden', 'false');\n      btn.setAttribute('aria-expanded', 'true');\n      btn.innerHTML = 'Hide Full Lab Breakdown ▲';\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 = 'View Full Lab Breakdown ▼';\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 Gelato #33 THCA Hemp Flower\",\n  \"description\": \"Premium Gelato #33 hybrid THCA Flower (Sunset Sherbet x Thin Mint GSC). Features 25.0% THCA, dense resinous structure, and deep purple\/green coloration. Lab verified by Pinnacle Analytics.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Ripkitty\"\n  },\n  \"seller\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Ripkitty x Bud's Growery\"\n  },\n  \"manufacturer\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Industrial Hemp Flower\"\n  },\n  \"category\": \"Health \u0026 Beauty \u003e Personal Care \u003e Hemp Products \u003e THCA Flower\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Ripkitty x Bud's Growery\"\n    }\n  },\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Strain\", \"value\": \"Gelato #33 (Hybrid)\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"THCA Content\", \"value\": \"25.0%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Total Cannabinoids\", \"value\": \"26.6%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Moisture Content\", \"value\": \"10.8%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Genetics\", \"value\": \"Sunset Sherbet x Thin Mint GSC\" }\n  ],\n  \"sameAs\": [\n    \"https:\/\/budsgrowery.com\",\n    \"https:\/\/industrialhempflower.com\",\n    \"https:\/\/ripkitty.com\"\n  ],\n  \"keywords\": \"Gelato 33, Gelato 33 THCA flower, high THCA hemp, Sunset Sherbet cross, Thin Mint GSC cross, hybrid THCA flower, Ripkitty, Industrial Hemp Flower\"\n}\n\u003c\/script\u003e","brand":"Ripkitty","offers":[{"title":"1G","offer_id":45552189046963,"sku":"RK-G33THCA1GS","price":9.89,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45552189079731,"sku":"RK-G33THCA35G","price":28.7,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45552189112499,"sku":"RK-G33THCA7G","price":54.44,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0755\/5563\/5379\/files\/3E01CD3A-FEFD-4825-BA1B-E921BF212463.jpg?v=1780407414","url":"https:\/\/blufftonsupplies.store\/products\/ripkitty-gelato-33-thca-hemp-flowers","provider":"Bluffton Supplies","version":"1.0","type":"link"}