{"product_id":"ripkitty-mixed-thca-hemp-flowers","title":"Ripkitty Mixed THCA Hemp Flowers","description":"\u003cstyle\u003e\n  \/* Signature Container - CRT \/ VHS Base *\/\n  .rkai-vhs-box {\n    background-color: #050505;\n    color: #4ade80; \/* CRT Phosphor Green *\/\n    font-family: 'Courier New', Courier, monospace;\n    border-radius: 8px;\n    overflow: hidden;\n    margin: 30px auto;\n    max-width: 950px;\n    border: 4px solid #111;\n    box-shadow: 0 0 20px rgba(74, 222, 128, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.8);\n    position: relative;\n    line-height: 1.6;\n    text-shadow: 0 0 3px rgba(74, 222, 128, 0.6), 2px 0 1px rgba(255,0,0,0.3), -2px 0 1px rgba(0,0,255,0.3); \/* Chromatic aberration *\/\n  }\n\n  \/* Static Scanlines Overlay *\/\n  .rkai-vhs-scanlines {\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 100%;\n    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);\n    background-size: 100% 4px;\n    pointer-events: none;\n    z-index: 2;\n  }\n\n  \/* Rolling Tracking Blur Line Animation *\/\n  .rkai-vhs-tracking {\n    position: absolute;\n    left: 0;\n    width: 100%;\n    height: 15px;\n    background: rgba(255, 255, 255, 0.5);\n    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px rgba(74, 222, 128, 0.9);\n    filter: blur(3px);\n    z-index: 3;\n    pointer-events: none;\n    animation: vhsRoll 7s infinite linear;\n    opacity: 0.6;\n  }\n\n  @keyframes vhsRoll {\n    0% { top: -10%; opacity: 0; }\n    10% { opacity: 0.7; }\n    50% { opacity: 0.3; transform: scaleY(1.5); }\n    90% { opacity: 0.7; }\n    100% { top: 110%; opacity: 0; }\n  }\n\n  .rkai-vhs-inner {\n    position: relative;\n    z-index: 4; \/* Text above screen effects *\/\n    padding: 30px;\n  }\n\n  \/* VCR OSD (On Screen Display) Elements *\/\n  .rkai-osd-top {\n    display: flex;\n    justify-content: space-between;\n    font-size: 20px;\n    font-weight: bold;\n    margin-bottom: 25px;\n    text-transform: uppercase;\n  }\n  \n  .rkai-osd-play { animation: blinkPlay 2s infinite; }\n  \n  @keyframes blinkPlay {\n    0%, 49% { opacity: 1; }\n    50%, 100% { opacity: 0; }\n  }\n\n  \/* Partnership Credit Header *\/\n  .rkai-vhs-partnership {\n    text-align: center;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-weight: 800;\n    border-bottom: 1px dashed #4ade80;\n    padding-bottom: 15px;\n    margin-bottom: 25px;\n  }\n\n  \/* Grand Header Section *\/\n  .rkai-vhs-header {\n    text-align: center;\n    margin-bottom: 30px;\n  }\n\n  .rkai-vhs-header h2 {\n    color: #ffffff; \/* White center text *\/\n    font-size: 32px;\n    margin: 0 0 10px 0;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 2px;\n    background: #4ade80;\n    color: #000;\n    display: inline-block;\n    padding: 5px 15px;\n    text-shadow: none;\n  }\n\n  .rkai-vhs-intro {\n    font-size: 16px;\n    font-weight: 600;\n    color: #e2e8f0;\n    text-align: justify;\n    max-width: 850px;\n    margin: 0 auto 30px;\n  }\n\n  \/* Content \u0026 Grids *\/\n  .rkai-vhs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    margin-bottom: 30px;\n  }\n\n  @media (max-width: 768px) {\n    .rkai-vhs-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* Data Panels *\/\n  .rkai-vhs-card {\n    background: rgba(0, 50, 0, 0.4);\n    border: 2px solid #4ade80;\n    padding: 20px;\n    position: relative;\n    transition: all 0.2s ease;\n  }\n\n  .rkai-vhs-card:hover {\n    background: rgba(0, 80, 0, 0.6);\n    box-shadow: 0 0 15px rgba(74, 222, 128, 0.4);\n  }\n\n  .rkai-vhs-card h3 {\n    color: #ffffff;\n    font-size: 18px;\n    margin-top: 0;\n    margin-bottom: 15px;\n    font-weight: 900;\n    border-bottom: 2px solid #4ade80;\n    padding-bottom: 8px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    text-shadow: none;\n  }\n\n  \/* Lists *\/\n  .rkai-vhs-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .rkai-vhs-list li {\n    margin-bottom: 10px;\n    font-size: 15px;\n    color: #4ade80;\n    font-weight: 600;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-vhs-list li::before {\n    content: \"\u003e\"; \/* Terminal prompt *\/\n    margin-right: 10px;\n    font-weight: bold;\n    color: #ffffff;\n  }\n\n  .rkai-vhs-list strong {\n    color: #ffffff;\n    font-weight: 800;\n    margin-right: 5px;\n  }\n\n  \/* Cannabinoid Data Tables *\/\n  .rkai-vhs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 10px;\n    margin-bottom: 20px;\n    border: 1px solid #4ade80;\n  }\n\n  .rkai-vhs-table th, \n  .rkai-vhs-table td {\n    padding: 10px;\n    text-align: left;\n    font-size: 15px;\n    border-bottom: 1px dashed rgba(74, 222, 128, 0.5);\n  }\n\n  .rkai-vhs-table th {\n    font-weight: 800;\n    color: #ffffff;\n    text-transform: uppercase;\n    width: 60%;\n  }\n\n  .rkai-vhs-table tr:last-child td, .rkai-vhs-table tr:last-child th { border-bottom: none; }\n\n  \/* COA Link *\/\n  .rkai-vhs-link {\n    display: block;\n    text-align: center;\n    background: transparent;\n    color: #4ade80;\n    text-decoration: none;\n    font-weight: 900;\n    text-transform: uppercase;\n    padding: 15px;\n    border: 2px solid #4ade80;\n    font-size: 16px;\n    letter-spacing: 2px;\n    transition: all 0.2s ease;\n  }\n\n  .rkai-vhs-link:hover {\n    background: #4ade80;\n    color: #050505;\n    text-shadow: none;\n    box-shadow: 0 0 20px rgba(74, 222, 128, 0.6);\n  }\n\n  \/* Info Footer *\/\n  .rkai-vhs-footer {\n    text-align: center;\n    margin-top: 30px;\n    font-size: 12px;\n    color: #22c55e;\n    opacity: 0.8;\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-vhs-box\" data-store=\"Ripkitty x Bud's Growery\" data-brand=\"Ripkitty\" data-category=\"THCA Flower\"\u003e\n  \n  \u003cdiv class=\"rkai-vhs-scanlines\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"rkai-vhs-tracking\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"rkai-vhs-inner\"\u003e\n\n    \u003cdiv class=\"rkai-osd-top\" aria-hidden=\"true\"\u003e\n      \u003cdiv class=\"rkai-osd-play\"\u003ePLAY ►\u003c\/div\u003e\n      \u003cdiv\u003eSP\u003c\/div\u003e\n      \u003cdiv\u003e0:04:20\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rkai-vhs-partnership\" role=\"banner\"\u003e\n      DATA STREAM \/\/ RIPKITTY X BUD'S GROWERY \/\/ INDUSTRIAL HEMP FLOWER \/\/ SECURE\n    \u003c\/div\u003e\n\n    \u003cheader class=\"rkai-vhs-header\"\u003e\n      \u003ch2 itemprop=\"name\"\u003eRIPKITTY MIXED THCA FLOWERS\u003c\/h2\u003e\n    \u003c\/header\u003e\n\n    \u003cp class=\"rkai-vhs-intro\" itemprop=\"description\"\u003e\n      \u003cstrong\u003eSYSTEM LOG:\u003c\/strong\u003e Ripkitty Mixed THCA Flowers deliver a rotating variety of high-grade, THCA-rich nugs. Each batch averages over 18% THCA and is heavily lab-tested to verify raw potency and purity. This is a highly cost-effective blend engineered for those who demand powerful flower without compromising material quality — mixed strains, heavy trichome coverage, absolute zero trim, and straight frost.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rkai-vhs-grid\"\u003e\n      \n      \u003csection class=\"rkai-vhs-card\" ucp-data-section=\"Visual Profile\"\u003e\n        \u003ch3\u003e[DIR_1] VISUAL BREAKDOWN\u003c\/h3\u003e\n        \u003cul class=\"rkai-vhs-list\"\u003e\n          \u003cli ucp-data-item=\"Flower Type\"\u003e\n\u003cstrong\u003eFLOWER_TYPE:\u003c\/strong\u003e Nug-only (No shake or trim)\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Coloration\"\u003e\n\u003cstrong\u003eCOLOR_HEX:\u003c\/strong\u003e Deep greens, purples, orange pistils\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Structure\"\u003e\n\u003cstrong\u003eSTRUCT_DATA:\u003c\/strong\u003e Trichome-covered and rock dense\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Batch Type\"\u003e\n\u003cstrong\u003eBATCH_VAR:\u003c\/strong\u003e Rotating mixed strains, hand-selected\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n\n      \u003csection class=\"rkai-vhs-card\" ucp-data-section=\"Quality Control\"\u003e\n        \u003ch3\u003e[DIR_2] QUALITY CONTROL PROTOCOL\u003c\/h3\u003e\n        \u003cul class=\"rkai-vhs-list\"\u003e\n          \u003cli ucp-data-item=\"Verification\"\u003e\n\u003cstrong\u003eLAB_VERIFIED:\u003c\/strong\u003e YES (Full COA Available)\u003c\/li\u003e\n          \u003cli ucp-data-item=\"CBGA Recovery\"\u003e\n\u003cstrong\u003eCBGA_RECVRY:\u003c\/strong\u003e 102%\u003c\/li\u003e\n          \u003cli ucp-data-item=\"THCA Recovery\"\u003e\n\u003cstrong\u003eTHCA_RECVRY:\u003c\/strong\u003e 96.9%\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Compliance\"\u003e\n\u003cstrong\u003eFED_STATUS:\u003c\/strong\u003e Delta-9 THC \u0026lt; 0.3%\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rkai-vhs-card\" style=\"margin-bottom: 30px;\" ucp-data-section=\"Lab Analysis\"\u003e\n      \u003ch3\u003e[DIR_3] CANNABINOID PROFILE LOG\u003c\/h3\u003e\n      \u003ctable class=\"rkai-vhs-table\" aria-label=\"Mixed THCA Flower Cannabinoid Profile\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTHCA (Tetrahydrocannabinolic Acid)\u003c\/th\u003e\n            \u003ctd\u003e24.0%\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eCBGA (Cannabigerolic Acid)\u003c\/th\u003e\n            \u003ctd\u003e0.795%\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth style=\"color: #ffffff;\"\u003eTOTAL_CANNABINOIDS_DETECTED\u003c\/th\u003e\n            \u003ctd style=\"color: #ffffff;\"\u003e25.03%\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMINOR_CANNABINOIDS\u003c\/th\u003e\n            \u003ctd style=\"font-size: 13px;\"\u003eBelow LOQ (Limit of Quantitation)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMOISTURE_CONTENT\u003c\/th\u003e\n            \u003ctd\u003e13.2%\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; text-align: justify;\"\u003e\n        \u003cem\u003eANALYSIS:\u003c\/em\u003e Ripkitty Mixed THCA Flowers are curated for full-spectrum variety and high THCA concentration. Ideal for cost-conscious clients demanding true nug potency at optimal price points.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/sample-3.pdf?v=1742954733\" class=\"rkai-vhs-link\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n      [DOWNLOAD] CERTIFICATE OF ANALYSIS (PDF)\n    \u003c\/a\u003e\n\n    \u003cfooter class=\"rkai-vhs-footer\"\u003e\n      END OF STREAM \/\/ RIPKITTY SYNDICATE \/\/ INDUSTRIAL HEMP FLOWER\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      Mixed THCA flower, cheap THCA flower, bulk THCA nugs, 24 percent THCA, high THCA hemp flower, THCA nugs no trim, rotating THCA strains, 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 type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Ripkitty Mixed THCA Hemp Flowers\",\n  \"image\": [\n    \"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/ripkitty-mixed-thca-flower-1.jpg\"\n  ],\n  \"description\": \"A rotating variety of high-grade THCA-rich nugs averaging 24.0% THCA and 25.03% total cannabinoids. Nug-only (no shake or trim) featuring dense, trichome-covered structure. Lab verified: 0.795% CBGA, 13.2% moisture, and federally compliant Delta-9 THC \u003c 0.3%. Curated by Ripkitty.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Ripkitty\"\n  },\n  \"manufacturer\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Industrial Hemp Flower\"\n  },\n  \"category\": \"6936\",\n  \"offers\": [\n    {\n      \"@type\": \"Offer\",\n      \"name\": \"1G\",\n      \"sku\": \"RK-MTHCA1GS\",\n      \"price\": \"8.99\",\n      \"priceCurrency\": \"USD\",\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    {\n      \"@type\": \"Offer\",\n      \"name\": \"3.5G\",\n      \"sku\": \"RK-MTHCA35G\",\n      \"price\": \"17.99\",\n      \"priceCurrency\": \"USD\",\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    {\n      \"@type\": \"Offer\",\n      \"name\": \"7G\",\n      \"sku\": \"RK-MTHCA7G\",\n      \"price\": \"29.99\",\n      \"priceCurrency\": \"USD\",\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  ],\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Strain\", \"value\": \"Mixed Blend (Rotating Strains)\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"THCA Content\", \"value\": \"24.0%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"CBGA Content\", \"value\": \"0.795%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Total Cannabinoids\", \"value\": \"25.03%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Compliance\", \"value\": \"\u003c 0.3% Delta-9 THC\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Format\", \"value\": \"Nug-only (No trim or shake)\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Moisture Content\", \"value\": \"13.2%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Google Product Category\", \"value\": \"6936\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Metaobject Reference: Route of Administration\", \"value\": \"52785840335\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Metaobject Reference: Flavor\", \"value\": \"51501727951\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Metaobject Reference: CBD Ingredients\", \"value\": \"51316261071, 52787708111\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Metaobject Reference: Age Group\", \"value\": \"47434694863\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Metaobject Reference: Dietary Preferences\", \"value\": \"23706665167, 23706599631\" }\n  ],\n  \"sameAs\": [\n    \"https:\/\/budsgrowery.com\",\n    \"https:\/\/industrialhempflower.com\",\n    \"https:\/\/ripkitty.com\"\n  ],\n  \"keywords\": \"Mixed THCA flower, budget THCA flower, bulk THCA nugs, 24 percent THCA, high THCA hemp flower, Ripkitty, Industrial Hemp Flower, Bud's Growery\"\n}\n\u003c\/script\u003e","brand":"Ripkitty","offers":[{"title":"1G","offer_id":45552188391603,"sku":"RK-MTHCA1GS","price":8.9,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45552188424371,"sku":"RK-MTHCA35G","price":17.81,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45552188457139,"sku":"RK-MTHCA7G","price":29.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0755\/5563\/5379\/files\/2BF8EF39-83CA-45B2-B3D9-4334032A68C6.jpg?v=1780407402","url":"https:\/\/blufftonsupplies.store\/products\/ripkitty-mixed-thca-hemp-flowers","provider":"Bluffton Supplies","version":"1.0","type":"link"}