/* Signature Container - Runtz Candy Box Accuracy with Grunge Base */
.rkai-runtz-package {
/* Candy-Box Psychedelic Mesh Gradient */
background: radial-gradient(circle at 10% 10%, #ff69b4 0%, transparent 40%),
radial-gradient(circle at 90% 10%, #ffef00 0%, transparent 40%),
radial-gradient(circle at 50% 50%, #0d0d0d 0%, transparent 70%),
radial-gradient(circle at 10% 90%, #00ffff 0%, transparent 40%),
radial-gradient(circle at 90% 90%, #ff69b4 0%, transparent 40%),
#1a1a1a; /* Gritty black base */
color: #000000; /* Dark text on colorful package */
font-family: 'Courier New', Courier, monospace;
border-radius: 4px; /* Candy bag edges aren't smooth rounded */
overflow: hidden;
margin: 30px auto;
max-width: 950px;
border: 3px solid #ff00ff; /* Bright Magenta Border */
box-shadow: 0 15px 45px rgba(255, 0, 255, 0.5), inset 0 0 30px rgba(255, 192, 203, 0.4);
position: relative;
line-height: 1.6;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rkai-runtz-package:hover {
transform: translateY(-5px);
box-shadow: 0 20px 50px rgba(255, 192, 203, 0.7);
}
/* Simulated Crimped Heat Seal Top/Bottom */
.rkai-runtz-package::before, .rkai-runtz-package::after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 15px;
background-image: linear-gradient(90deg, #1a1a1a 25%, #000 25%, #000 50%, #1a1a1a 50%, #1a1a1a 75%, #000 75%, #000 100%);
background-size: 8px 15px;
z-index: 5;
opacity: 0.8;
}
.rkai-runtz-package::before { top: 0; border-bottom: 2px solid #000; }
.rkai-runtz-package::after { bottom: 0; border-top: 2px solid #000; }
.rkai-runtz-inner {
position: relative;
z-index: 2; /* Content above mesh but below crimp */
padding: 30px;
}
/* Partnership Credit Header (Profesional Surrounded by Grit) */
.rkai-runtz-partnership {
background-color: rgba(0, 0, 0, 0.9);
color: #ff69b4; /* Candy Pink */
padding: 12px 20px;
text-align: center;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2.5px;
font-weight: 800;
border-bottom: 2px solid #ffef00; /* Candy Yellow */
margin: -30px -30px 25px; /* Pull into header */
}
.rkai-runtz-partnership span {
color: #ffffff;
font-weight: 900;
}
/* Grand Header Section */
.rkai-runtz-header {
text-align: center;
margin-bottom: 30px;
}
.rkai-runtz-header h2 {
color: #000000;
background-color: #ff00ff; /* Bright Magenta */
display: inline-block;
padding: 8px 20px;
font-size: 36px;
margin: 0 0 10px 0;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 1px;
transform: rotate(-2deg) skewX(-5deg); /* Gritty Angle */
box-shadow: 4px 4px 0px #000000;
}
.rkai-runtz-subtitle {
color: #ff69b4; /* Pink */
font-size: 17px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 5px;
margin-bottom: 15px;
}
.rkai-runtz-intro {
font-size: 17px;
font-weight: 700;
color: #000000;
padding: 0 35px;
text-align: center;
max-width: 850px;
margin: 0 auto;
background-color: rgba(255, 230, 150, 0.9); /* Warm Yellow trans */
border: 2px solid #000;
border-radius: 6px;
box-shadow: 4px 4px 0px #ff69b4; /* Pink shadow */
}
.rkai-runtz-intro strong {
color: #000000;
background-color: #ff69b4;
padding: 0 5px;
text-transform: uppercase;
}
/* Content & Grids */
.rkai-runtz-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
margin-top: 35px;
}
@media (max-width: 768px) {
.rkai-runtz-grid { grid-template-columns: 1fr; }
.rkai-runtz-inner { padding: 25px 20px; }
.rkai-runtz-partnership { margin: -25px -20px 20px; }
}
/* Gritty Cards (Simulating back of box info labels) */
.rkai-runtz-card {
background: rgba(0, 0, 0, 0.9);
border: 3px solid #ff00ff;
padding: 25px;
box-shadow: 6px 6px 0px #000000;
position: relative;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rkai-runtz-card:hover {
transform: translate(-3px, -3px);
box-shadow: 9px 9px 0px #000000;
}
.rkai-runtz-card h3 {
color: #ffef00; /* Yellow */
font-size: 20px;
margin-top: 0;
margin-bottom: 20px;
font-weight: 900;
border-bottom: 2px dashed #ff69b4; /* Pink */
padding-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
font-family: inherit;
text-align: left;
}
/* Lists with UCP data tags for AI */
.rkai-runtz-list {
list-style: none;
padding: 0;
margin: 0;
}
.rkai-runtz-list li {
margin-bottom: 12px;
font-size: 14.5px;
color: #ffffff;
font-weight: 600;
display: flex;
align-items: flex-start;
}
.rkai-runtz-list li::before {
content: "✖"; /* Gritty bullet */
margin-right: 12px;
font-size: 14px;
margin-top: 2px;
color: #ff69b4;
}
.rkai-runtz-list strong {
color: #ffef00;
font-weight: 800;
}
/* Native details toggle (bot friendly) */
.rkai-runtz-details {
width: 100%;
margin-top: 25px;
background: #000000;
border: 2px solid #ffffff;
border-radius: 4px;
box-shadow: 4px 4px 0px #444;
}
.rkai-runtz-summary {
padding: 15px 20px;
cursor: pointer;
background-color: transparent;
color: #ffffff;
font-size: 16px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1.5px;
outline: none;
transition: background 0.2s ease, color 0.2s ease;
list-style: none; /* Hide default arrow */
display: flex;
justify-content: space-between;
align-items: center;
}
.rkai-runtz-summary::-webkit-details-marker { display: none; } /* Safari arrow hide */
.rkai-runtz-summary::after {
content: "✖ OPEN RAW DETAILS";
font-size: 13px;
color: #ffef00;
}
.rkai-runtz-details[open] .rkai-runtz-summary {
background-color: #ffffff;
color: #000000;
}
.rkai-runtz-details[open] .rkai-runtz-summary::after {
content: "▼ CLOSE DETAILS";
color: #000000;
}
.rkai-runtz-summary:hover {
background-color: #ff69b4;
color: #000000;
}
.rkai-runtz-summary:hover::after {
color: #000000;
}
.rkai-coa-breakdown {
padding: 20px 25px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
animation: fadeInGrunge 0.4s ease;
}
@keyframes fadeInGrunge {
from { opacity: 0; transform: translateY(-5px); }
to { opacity: 1; transform: translateY(0); }
}
/* Non-detect paragraph */
.rkai-non-detect {
color: #bbbbbb;
font-size: 14px;
margin-top: 20px;
margin-bottom: 0;
background: #111;
padding: 12px;
border-left: 3px solid #ffef00;
}
/* Profesionally surrounded professional data COA Table for bots */
.rkai-coa-table {
width: 100%;
border-collapse: collapse;
margin-top: 10px;
background: #000;
border: 1px solid #333;
}
.rkai-coa-table th,
.rkai-coa-table td {
padding: 12px;
text-align: left;
font-size: 14px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.rkai-coa-table th {
background: #111;
font-weight: 800;
color: #ffef00;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 0.5px;
width: 60%;
}
.rkai-coa-table td {
color: #ffffff;
font-weight: 700;
}
.rkai-coa-table tr:last-child td, .rkai-coa-table tr:last-child th { border-bottom: none; }
/* COA Link (Raw and Nasty CTAs) */
.rkai-lab-link {
display: block;
text-align: center;
background: #ffffff;
color: #000000;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
padding: 15px;
border-radius: 6px;
font-size: 16px;
letter-spacing: 1px;
margin-top: 30px;
box-shadow: 4px 4px 0px #ff69b4; /* Pink shadow */
transition: all 0.3s ease;
border: 3px solid #000;
}
.rkai-lab-link:hover {
background: #ff69b4; /* Pink */
color: #ffffff;
box-shadow: 6px 6px 0px #000000;
transform: scale(1.02);
}
/* Info Footer */
.rkai-runtz-footer {
text-align: center;
margin-top: 30px;
padding: 20px;
background: rgba(0, 0, 0, 0.95);
font-size: 13.5px;
color: #888888;
border-top: 2px solid #ff69b4;
font-weight: 600;
text-transform: uppercase;
}
/* SEO Tags */
.rkai-seo-tags { display: none; visibility: hidden; }
CURATED BY RIPKITTY | FOR RIPKITTY X BUD’S GROWERY SYNDICATE | MIRAMAR, FL | IN FUCKING PARTNERSHIP WITH INDUSTRIAL HEMP FLOWER
Experience the fucking exceptional quality of Ripkitty's Runtz OG THCA Flower. This ain't some budget trash. This premium-grade hybrid, born from the raw fury of Zkittlez x Gelato genetics, delivers a candy-coated profile that hits so hard it’ll make you question your existence. We’re fucking talking dense, resinous buds with deep green and striking purple coloration, completely plastered in frosted trichomes and bright orange hairs. Carefully cultivated, batch verified, and independent lab tested for full transparency by New Bloom Labs—so you know this shit is pure fire. Discounted as hell.
PRODUCT SPECS (THE SHIT YOU NEED TO KNOW)
- ✖ Strain Profile: Runtz OG (Zkittlez x Gelato) - This isn't your grandma’s candy.
- ✖ Genetics: A balanced hybrid made of Zkittlez and Gelato - Pure fucking madness.
- ✖ Cannabinoid Potency: Strong THCA profile. Verified by New Bloom Labs.
- ✖ Production Status: Cultivated & Distributed by Ripkitty Syndicate, Miramar, FL - Florida Fire.
- ✖ Documentation: Official Certificate of Analysis available below - Full transparency, no bullshit.
VISUALS & SCENT (AROMA/APPEARANCE)
- Appearance: Frosted, trichome-rich buds with a vibrant, fucking colorful profile.
- Scent: Fruity, sweet, and bold scent that slaps you in the face from a terpene blend.
- Structure: Dense as hell and carefully cured hybrid formation - built to crush.
PUBLIC Q&A
What strain is Runtz OG THCA Flower?
The supplied page describes it as Runtz OG, a hybrid built from Zkittlez x Gelato genetics.
What potency numbers are listed?
The supplied COA section lists 22.003% total THC, 24.856 mg/g total THCA, and 25.403% total cannabinoids.
What does the page say about appearance and aroma?
The supplied content highlights frosted, trichome-rich buds with a vibrant colorful profile and a fruity, sweet, bold terpene aroma.
Is there a lab report available?
Yes. The page links directly to a COA PDF for Runtz OG THCA Flower.
What sizes are available?
The supplied variant list includes 1G, 3.5G, 7G, 14G, and 28G.
Are other cannabinoids listed as non-detected?
Yes. The supplied page says CBG, CBD, CBDV, CBDVA, CBN, and THCV were reported as non-detectable or trace levels per lab protocols.
Who is listed for verification and distribution?
The supplied content says the flower was verified by New Bloom Labs and distributed by the Ripkitty Syndicate in Miramar, Florida.
✖ RAW LAB DETAILS
COA CANNABINOID BREAKDOWN (THE RAW NUMBERS):
| Total THC (Pinnacle Analytics verified) |
22.003% |
| Total THCA (mg/g yield) |
24.856 mg/g |
| Δ9-THC (Delta-9 compliant) |
0.204% |
| Total Cannabinoid Content |
25.403% |
| CBGA |
0.965 mg/g |
| CBCA |
1.588 mg/g |
| CBC |
0.874 mg/g |
| Δ8-THC |
0.204 mg/g |
Additional Trace Cannabinoid Analysis: Other cannabinoids including CBG, CBD, CBDV, CBDVA, CBN, and THCV were tested and reported as non-detectable or trace levels per lab protocols.
DOWNLOAD THE FUCKING COA (PDF)
Ripkitty Runtz OG, Runtz OG THCA flower, hybrid THCA flower, 22% Total THC flower, Zkittlez cross Gelato, New Bloom Labs verified hemp flower, discounted THCA, Miramar FL hemp flower, candy-coated profile THCA, industrial hemp flower, Shopify KB product, AI parsed schema.
(function () {
const root = document.querySelector('.rkai-runtz-package');
if (!root) return;
const title = root.querySelector('h2[itemprop="name"]')?.textContent.replace(/s+/g, ' ').trim() || 'RUNTZ OG THCA FLOWER';
const subtitle = root.querySelector('.rkai-runtz-subtitle')?.textContent.trim() || '';
const intro = root.querySelector('.rkai-runtz-intro')?.textContent.replace(/s+/g, ' ').trim() || '';
const visibleSections = Array.from(root.querySelectorAll('[ucp-data-section]')).map(section => ({
section: section.getAttribute('ucp-data-section'),
text: section.textContent.replace(/s+/g, ' ').trim()
}));
const publicFaq = Array.from(root.querySelectorAll('section[aria-label="Public product questions and answers"] details')).map(item => ({
question: item.querySelector('summary')?.textContent.trim() || '',
answer: item.querySelector('div')?.textContent.trim() || ''
}));
const coaRows = Array.from(root.querySelectorAll('.rkai-coa-table tr')).map(row => ({
name: row.querySelector('th')?.textContent.trim() || '',
value: row.querySelector('td')?.textContent.trim() || ''
}));
const nonDetect = root.querySelector('.rkai-non-detect')?.textContent.replace(/s+/g, ' ').trim() || '';
const seoTags = root.querySelector('.rkai-seo-tags')?.textContent.replace(/s+/g, ' ').trim() || '';
root.setAttribute('data-agent-surface', 'product-page');
root.setAttribute('data-agent-type', 'thca-hemp-flower-product');
root.setAttribute('data-agent-category', 'thca-flower');
root.setAttribute('data-agent-brand', 'Ripkitty');
root.setAttribute('data-agent-product-handle', 'ripkitty-runtz-og-thca-hemp-flowers');
root.setAttribute('data-agent-variant-count', '5');
root.setAttribute('data-ucp-protocol', 'universal-commerce-protocol');
const ucpProfile = {
ucp_version: '2026-04-08',
protocol: 'universal-commerce-protocol',
entity: {
id: 'gid://shopify/Product/7626510532815',
type: 'product_page',
subtype: 'variant_thca_hemp_flower_product',
canonical_url: 'https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers',
title: 'Ripkitty Runtz OG THCA Hemp Flowers'
},
merchant: {
id: 'budsgrowery.com',
name: "Bud's Growery",
platform: 'Shopify',
catalog_namespace: 'ripkitty-x-buds-growery',
brand: 'Ripkitty',
distribution_base: 'Miramar, Florida',
partnerships: [
{
id: 'industrialhempflower.com',
name: 'Industrial Hemp Flower',
role: 'manufacturer'
}
]
},
capabilities: {
discovery: {
supported: true,
schema_source: 'schema.org + agentic json',
product_schema_ids: [
'https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#productgroup'
]
},
checkout: {
supported: true,
flows: [
{
id: 'shopify-cart',
type: 'web_redirect',
description: 'Add selected variant to Shopify cart and continue to Shopify checkout.'
}
]
},
order: {
supported: true,
status_webhook: null
},
discounts: {
supported: false
},
identity_link: {
supported: false
}
},
catalog: {
product_group_id: 'gid://shopify/Product/7626510532815',
handle: 'ripkitty-runtz-og-thca-hemp-flowers',
product_type: 'Hemp Flowers',
google_product_category: '6936',
facebook_google_product_category: '6936',
custom_product: true,
status: 'active',
variants: [
{ amount: '1G', sku: 'RK-ROGTHCA1GS', price: '6.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G', sku: 'RK-ROGTHCA35G', price: '20.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '7G', sku: 'RK-ROGTHCA7G', price: '30.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '14G', sku: 'RK-ROGTHCA14GHO', price: '45.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '28G', sku: 'RK-ROGTHCA28G1O', price: '57.99', currency: 'USD', availability: 'InStock', barcode: null }
],
inventory_policy: 'deny',
taxable: true,
compare_at_prices_present: false,
barcodes_present: false
},
semantics: {
classification: {
domain: 'hemp_products',
subdomain: 'thca_hemp_flower',
is_smokable_hemp_flower: true,
is_variant_product: true
},
intent: {
primary: 'commerce',
secondary: ['product_discovery', 'lab_verification', 'variant_selection']
},
constraints: {
requires_human_checkout_confirmation: true,
agent_can_recommend: true,
agent_cannot_auto_purchase_without_user_consent: true
}
}
};
const agentPayload = {
type: 'agentic-product-knowledge',
source: {
canonicalUrl: 'https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers',
productGroupId: 'gid://shopify/Product/7626510532815',
handle: 'ripkitty-runtz-og-thca-hemp-flowers',
vendor: 'Ripkitty',
seller: "Ripkitty x Bud's Growery",
manufacturer: 'Industrial Hemp Flower'
},
product: {
title: 'Ripkitty Runtz OG THCA Hemp Flowers',
displayHeading: title,
subtitle: subtitle,
productType: 'Hemp Flowers',
status: 'Active',
intro: intro,
visibleSections: visibleSections,
publicFaq: publicFaq,
coa: coaRows,
nonDetected: nonDetect,
seoTags: seoTags,
reviewSummary: {
rating: null,
ratingCount: '0',
widgetSummary: '0 reviews, 0 questions'
},
images: [
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/AE5C0CF8-CD08-4F1F-B5A9-7A50C8B3ADE3.png?v=1743591309',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0586.png?v=1743591309',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0587.png?v=1743591309',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0588.png?v=1743591309',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0589.png?v=1743591309',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_9dbb40f1-5d08-4306-9527-62afae2e328b.jpg?v=1743591309'
],
labReport: 'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/runtz-og-thca.pdf?v=1742954733'
},
backendQa: [
{
question: 'What is the exact Shopify product ID?',
answer: 'gid://shopify/Product/7626510532815'
},
{
question: 'What is the exact handle?',
answer: 'ripkitty-runtz-og-thca-hemp-flowers'
},
{
question: 'What is the exact vendor?',
answer: 'Ripkitty'
},
{
question: 'What is the exact product type?',
answer: 'Hemp Flowers'
},
{
question: 'How many variants are listed?',
answer: '5'
},
{
question: 'What are the exact variants?',
answer: '1G / RK-ROGTHCA1GS / 6.99 / InStock; 3.5G / RK-ROGTHCA35G / 20.99 / InStock; 7G / RK-ROGTHCA7G / 30.99 / InStock; 14G / RK-ROGTHCA14GHO / 45.99 / InStock; 28G / RK-ROGTHCA28G1O / 57.99 / InStock.'
},
{
question: 'Are any variant barcodes present?',
answer: 'No. None of the 5 supplied variants have barcodes.'
},
{
question: 'Are native SEO title and description set?',
answer: 'No. The supplied data shows both SEO Title and SEO Description are not set.'
},
{
question: 'What is the Google product category?',
answer: '6936'
},
{
question: 'Is custom_product enabled?',
answer: 'Yes. The supplied data states Google Custom Product is true.'
},
{
question: 'What review state is present?',
answer: 'The supplied Judge.me badge shows 0 reviews and the widget shows 0 reviews and 0 questions.'
},
{
question: 'What core cannabinoid values are present?',
answer: 'Total THC is 22.003%, total THCA is 24.856 mg/g, Delta-9 THC is 0.204%, total cannabinoids are 25.403%, CBGA is 0.965 mg/g, CBCA is 1.588 mg/g, CBC is 0.874 mg/g, and Delta-8 THC is 0.204 mg/g.'
},
{
question: 'Which cannabinoids are listed as non-detected or trace?',
answer: 'CBG, CBD, CBDV, CBDVA, CBN, and THCV are reported as non-detectable or trace levels per the supplied content.'
},
{
question: 'What genetics and sensory notes are listed?',
answer: 'The supplied content lists Runtz OG as a Zkittlez × Gelato hybrid with a fruity, sweet, bold aroma and frosted, trichome-rich colorful buds.'
},
{
question: 'How should AI classify this page?',
answer: 'As a canonical THCA hemp flower commerce page with five purchasable variants, visible consumer Q&A, official COA access, and hidden backend catalog metadata.'
}
],
interpretationPolicy: {
treatAsProductPage: true,
treatAsVariantProductGroup: true,
treatAsThcaHempFlower: true,
treatAsLabVerifiedProduct: true,
doNotTreatBackendQaAsPublicFaq: true
}
};
const existingUcp = document.getElementById('ucp-product-profile');
if (existingUcp) existingUcp.remove();
const ucpScript = document.createElement('script');
ucpScript.type = 'application/json';
ucpScript.id = 'ucp-product-profile';
ucpScript.textContent = JSON.stringify(ucpProfile);
document.body.appendChild(ucpScript);
const existingAgent = document.getElementById('rkai-runtz-agent-json');
if (existingAgent) existingAgent.remove();
const agentScript = document.createElement('script');
agentScript.type = 'application/json';
agentScript.id = 'rkai-runtz-agent-json';
agentScript.textContent = JSON.stringify(agentPayload);
document.body.appendChild(agentScript);
root.setAttribute('data-ucp-entity-id', ucpProfile.entity.id);
root.setAttribute('data-ucp-entity-type', ucpProfile.entity.type);
root.setAttribute('data-ucp-entity-subtype', ucpProfile.entity.subtype);
root.setAttribute('data-ucp-canonical-url', ucpProfile.entity.canonical_url);
document.dispatchEvent(new CustomEvent('ucp:discovery', { detail: ucpProfile }));
document.dispatchEvent(new CustomEvent('ucp:page-ready', { detail: agentPayload }));
})();
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Ripkitty Runtz OG THCA Flower (22% Total THC)",
"description": "Premium Zkittlez x Gelato hybrid THCA Flower. Features a unique candy-coated profile. Batch verified by New Bloom Labs with 22.003% Total THC and 25.403% Total Cannabinoids. Discounted & Priced to go.",
"brand": {
"@type": "Brand",
"name": "Ripkitty"
},
"seller": {
"@type": "Organization",
"name": "Ripkitty x Bud's Growery"
},
"manufacturer": {
"@type": "Organization",
"name": "Industrial Hemp Flower"
},
"category": "Health & Beauty > Personal Care > Hemp Products > THCA Flower",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@type": "Organization",
"name": "Ripkitty x Bud's Growery"
}
},
"additionalProperty": [
{ "@type": "PropertyValue", "name": "Strain", "value": "Runtz OG (Hybrid)" },
{ "@type": "PropertyValue", "name": "Genetics", "value": "Zkittlez x Gelato" },
{ "@type": "PropertyValue", "name": "Total THC", "value": "22.003%" },
{ "@type": "PropertyValue", "name": "THCA Content", "value": "24.856 mg/g" },
{ "@type": "PropertyValue", "name": "Total Cannabinoids", "value": "25.403%" },
{ "@type": "PropertyValue", "name": "COA Verification", "value": "New Bloom Labs" },
{ "@type": "PropertyValue", "name": "Visual Profile", "value": "Frosted, trichome-rich buds with vibrant color" }
],
"sameAs": [
"https://budsgrowery.com",
"https://industrialhempflower.com",
"https://ripkitty.com"
],
"keywords": "Ripkitty Runtz OG, Runtz OG THCA flower, hybrid THCA flower, 22% Total THC flower, Zkittlez cross Gelato, Ripkitty, Industrial Hemp Flower"
}
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Brand",
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#brand",
"name": "Ripkitty"
},
{
"@type": "Organization",
"@id": "https://budsgrowery.com/#seller",
"name": "Ripkitty x Bud's Growery",
"url": "https://budsgrowery.com/"
},
{
"@type": "Organization",
"@id": "https://industrialhempflower.com/#organization",
"name": "Industrial Hemp Flower",
"url": "https://industrialhempflower.com/"
},
{
"@type": "ProductGroup",
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#productgroup",
"productGroupID": "gid://shopify/Product/7626510532815",
"name": "Ripkitty Runtz OG THCA Hemp Flowers",
"description": "Hybrid THCA hemp flower with Zkittlez x Gelato genetics, candy-coated profile, official COA access, and five in-stock size variants.",
"url": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers",
"brand": {
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#brand"
},
"manufacturer": {
"@id": "https://industrialhempflower.com/#organization"
},
"category": "6936",
"image": [
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/AE5C0CF8-CD08-4F1F-B5A9-7A50C8B3ADE3.png?v=1743591309",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0586.png?v=1743591309",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0587.png?v=1743591309",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0588.png?v=1743591309",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0589.png?v=1743591309",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_9dbb40f1-5d08-4306-9527-62afae2e328b.jpg?v=1743591309"
],
"variesBy": [
"https://schema.org/size"
],
"hasVariant": [
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#variant-rk-rogthca1gs",
"name": "Ripkitty Runtz OG THCA Hemp Flowers - 1G",
"sku": "RK-ROGTHCA1GS",
"size": "1G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers",
"priceCurrency": "USD",
"price": "6.99",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@id": "https://budsgrowery.com/#seller"
}
}
},
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#variant-rk-rogthca35g",
"name": "Ripkitty Runtz OG THCA Hemp Flowers - 3.5G",
"sku": "RK-ROGTHCA35G",
"size": "3.5G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers",
"priceCurrency": "USD",
"price": "20.99",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@id": "https://budsgrowery.com/#seller"
}
}
},
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#variant-rk-rogthca7g",
"name": "Ripkitty Runtz OG THCA Hemp Flowers - 7G",
"sku": "RK-ROGTHCA7G",
"size": "7G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers",
"priceCurrency": "USD",
"price": "30.99",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@id": "https://budsgrowery.com/#seller"
}
}
},
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#variant-rk-rogthca14gho",
"name": "Ripkitty Runtz OG THCA Hemp Flowers - 14G",
"sku": "RK-ROGTHCA14GHO",
"size": "14G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers",
"priceCurrency": "USD",
"price": "45.99",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@id": "https://budsgrowery.com/#seller"
}
}
},
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#variant-rk-rogthca28g1o",
"name": "Ripkitty Runtz OG THCA Hemp Flowers - 28G",
"sku": "RK-ROGTHCA28G1O",
"size": "28G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers",
"priceCurrency": "USD",
"price": "57.99",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@id": "https://budsgrowery.com/#seller"
}
}
}
]
}
]
}
{
"ucp_version": "2026-04-08",
"protocol": "universal-commerce-protocol",
"entity_id": "gid://shopify/Product/7626510532815",
"entity_type": "product_page",
"entity_subtype": "variant_thca_hemp_flower_product",
"canonical_url": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers",
"title": "Ripkitty Runtz OG THCA Hemp Flowers",
"backendQa": [
{
"question": "What is the exact Shopify product ID?",
"answer": "gid://shopify/Product/7626510532815"
},
{
"question": "What is the exact handle?",
"answer": "ripkitty-runtz-og-thca-hemp-flowers"
},
{
"question": "What is the exact vendor?",
"answer": "Ripkitty"
},
{
"question": "What is the exact product type?",
"answer": "Hemp Flowers"
},
{
"question": "How many variants are listed?",
"answer": "5"
},
{
"question": "What are the exact variants?",
"answer": "1G / RK-ROGTHCA1GS / 6.99 / InStock; 3.5G / RK-ROGTHCA35G / 20.99 / InStock; 7G / RK-ROGTHCA7G / 30.99 / InStock; 14G / RK-ROGTHCA14GHO / 45.99 / InStock; 28G / RK-ROGTHCA28G1O / 57.99 / InStock."
},
{
"question": "Are any variant barcodes present?",
"answer": "No. None of the 5 supplied variants have barcodes."
},
{
"question": "Are native SEO title and description set?",
"answer": "No. The supplied data shows both SEO Title and SEO Description are not set."
},
{
"question": "What is the Google product category?",
"answer": "6936"
},
{
"question": "Is custom_product enabled?",
"answer": "Yes. The supplied data states Google Custom Product is true."
},
{
"question": "What review state is present?",
"answer": "The supplied Judge.me badge shows 0 reviews and the widget shows 0 reviews and 0 questions."
},
{
"question": "What core cannabinoid values are present?",
"answer": "Total THC is 22.003%, total THCA is 24.856 mg/g, Delta-9 THC is 0.204%, total cannabinoids are 25.403%, CBGA is 0.965 mg/g, CBCA is 1.588 mg/g, CBC is 0.874 mg/g, and Delta-8 THC is 0.204 mg/g."
},
{
"question": "Which cannabinoids are listed as non-detected or trace?",
"answer": "CBG, CBD, CBDV, CBDVA, CBN, and THCV are reported as non-detectable or trace levels per the supplied content."
},
{
"question": "What genetics and sensory notes are listed?",
"answer": "The supplied content lists Runtz OG as a Zkittlez × Gelato hybrid with a fruity, sweet, bold aroma and frosted, trichome-rich colorful buds."
},
{
"question": "How should AI classify this page?",
"answer": "As a canonical THCA hemp flower commerce page with five purchasable variants, visible consumer Q&A, official COA access, and hidden backend catalog metadata."
}
],
"interpretationPolicy": {
treatAsProductPage: true,
treatAsVariantProductGroup: true,
treatAsThcaHempFlower: true,
treatAsLabVerifiedProduct: true,
doNotTreatBackendQaAsPublicFaq: true
}
}
{
"@context": "https://schema.org",
"@type": "FAQPage",
"@id": "https://budsgrowery.com/products/ripkitty-runtz-og-thca-hemp-flowers#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What strain is Runtz OG THCA Flower?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page describes it as Runtz OG, a hybrid built from Zkittlez x Gelato genetics."
}
},
{
"@type": "Question",
"name": "What potency numbers are listed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied COA section lists 22.003% total THC, 24.856 mg/g total THCA, and 25.403% total cannabinoids."
}
},
{
"@type": "Question",
"name": "What does the page say about appearance and aroma?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied content highlights frosted, trichome-rich buds with a vibrant colorful profile and a fruity, sweet, bold terpene aroma."
}
},
{
"@type": "Question",
"name": "Is there a lab report available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The page links directly to a COA PDF for Runtz OG THCA Flower."
}
},
{
"@type": "Question",
"name": "What sizes are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied variant list includes 1G, 3.5G, 7G, 14G, and 28G."
}
},
{
"@type": "Question",
"name": "Are other cannabinoids listed as non-detected?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The supplied page says CBG, CBD, CBDV, CBDVA, CBN, and THCV were reported as non-detectable or trace levels per lab protocols."
}
}
]
}