/* MEMPHIS GRUNGE TAPE THEME
* Palette: Asphalt Black, Burnt Orange, Bone Beige
*/
.rkai-brulee-wrap {
background-color: #0f0e0c; /* Deep gritty black */
background-image:
repeating-linear-gradient(45deg, rgba(255, 69, 0, 0.03) 0px, rgba(255, 69, 0, 0.03) 2px, transparent 2px, transparent 8px),
radial-gradient(circle at 50% 0%, rgba(140, 123, 80, 0.15), transparent 60%);
color: #e6dfcc; /* Bone/Beige */
padding: 45px;
border-radius: 8px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.8;
max-width: 950px;
margin: 30px auto;
position: relative;
overflow: hidden;
/* Heavy Street Border */
border: 4px solid #ff4500; /* Burnt Orange */
box-shadow: 10px 10px 0px #8c7b50, 0 20px 40px rgba(0, 0, 0, 0.9);
}
/* Memphis Tape Header Accents */
.rkai-brulee-wrap::before {
content: '';
position: absolute;
top: 0; left: 0; width: 100%; height: 10px;
background: repeating-linear-gradient(90deg, #ff4500 0, #ff4500 20px, #8c7b50 20px, #8c7b50 40px, #0f0e0c 40px, #0f0e0c 60px);
z-index: 10;
}
.rkai-memphis-inner {
position: relative;
z-index: 5;
}
/* Curated Top Attribution */
.rkai-curated-top {
font-family: 'Courier New', Courier, monospace;
font-size: 13px;
font-weight: 900;
color: #8c7b50;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 2px dashed #ff4500;
display: inline-block;
}
/* Vulgar & Bold Title */
.rkai-brulee-wrap h2 {
font-family: 'Impact', 'Arial Black', sans-serif;
font-size: 42px;
color: #e6dfcc;
margin-top: 10px;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 1px;
text-shadow: 4px 4px 0px #ff4500, -2px -2px 10px rgba(140, 123, 80, 0.4);
line-height: 1.1;
}
/* Gritty Description Box */
.rkai-brulee-wrap p.rkai-desc {
margin-bottom: 25px;
color: #d9d4c5;
font-weight: 700;
font-size: 1.15rem;
background: rgba(0, 0, 0, 0.8);
padding: 20px;
border-left: 6px solid #ff4500;
box-shadow: inset 0 0 15px rgba(0,0,0,0.9), 6px 6px 0px #8c7b50;
}
.rkai-brulee-wrap p strong {
color: #ff4500;
font-weight: 900;
text-shadow: 0 0 5px rgba(255, 69, 0, 0.4);
text-transform: uppercase;
}
/* Section Headers */
.rkai-brulee-wrap h3 {
font-family: 'Impact', 'Arial Black', sans-serif;
font-size: 26px;
color: #0f0e0c;
background: #e6dfcc;
display: inline-block;
padding: 8px 20px;
margin-top: 30px;
margin-bottom: 20px;
box-shadow: 5px 5px 0px #ff4500;
text-transform: uppercase;
transform: rotate(-2deg);
}
/* Grid Layout for Specs */
.rkai-memphis-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
margin-bottom: 30px;
}
/* Grime Cards */
.rkai-memphis-card {
background: rgba(20, 18, 15, 0.95);
border: 3px solid #8c7b50;
padding: 25px;
box-shadow: 8px 8px 0px #000;
transition: all 0.2s ease;
}
.rkai-memphis-card:hover {
transform: translate(-3px, -3px);
box-shadow: 11px 11px 0px #ff4500;
border-color: #ff4500;
}
.rkai-memphis-card h4 {
font-family: 'Arial Black', sans-serif;
font-size: 20px;
color: #ff4500;
text-transform: uppercase;
margin: 0 0 15px 0;
border-bottom: 2px solid #8c7b50;
padding-bottom: 10px;
}
/* High-Contrast Bullets */
.rkai-brulee-wrap ul {
list-style-type: none;
padding-left: 0;
margin-top: 10px;
}
.rkai-brulee-wrap li {
margin-bottom: 15px;
color: #e6dfcc;
font-weight: 800;
display: flex;
align-items: flex-start;
font-family: 'Helvetica Neue', Arial, sans-serif;
}
.rkai-brulee-wrap li::before {
content: "✖";
color: #ff4500;
margin-right: 12px;
font-size: 1.2em;
transform: scale(1.2);
}
/* Lab Report Button */
.rkai-lab-container {
text-align: center;
margin-top: 40px;
padding-top: 30px;
background: #000;
border: 3px dashed #8c7b50;
padding: 30px 20px;
}
.rkai-lab-link {
display: inline-block;
background: #ff4500;
color: #0f0e0c;
font-family: 'Impact', sans-serif;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 2px;
text-decoration: none;
padding: 18px 40px;
border: 4px solid #e6dfcc;
box-shadow: 8px 8px 0px #0f0e0c;
transition: all 0.2s ease;
}
.rkai-lab-link:hover {
background: #e6dfcc;
color: #ff4500;
border-color: #ff4500;
box-shadow: 8px 8px 0px #8c7b50;
transform: translate(-3px, -3px);
}
.rkai-compliance-p {
font-family: 'Courier New', Courier, monospace;
font-size: 13px !important;
font-weight: bold !important;
text-align: center;
color: #8c7b50 !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
margin-top: 20px;
}
.rkai-seo-tags { display: none; visibility: hidden; }
/* Q&A Overrides */
section[aria-label="Public product questions and answers"] details {
margin-bottom: 12px;
}
section[aria-label="Public product questions and answers"] summary {
cursor: pointer;
font-weight: 900;
color: #ff4500;
outline: none;
}
section[aria-label="Public product questions and answers"] div {
padding-top: 10px;
color: #e6dfcc;
}
Ripkitty Sour Brûlée CBD Hemp Flower
Forget that soft vanilla shit. Sour Brûlée is a fuckin' monster of a hybrid. We took premium CBD hemp flower and slammed it with a citrus-diesel nose so loud it’ll blow your goddamn doors off. Rocking 15.8% total cannabinoids, this indoor pheno is dense, frosty, and drips with a raw, unadulterated street vibe.
Meticulously bred for those who demand heavy flavor without the psychoactive crash, this cultivar commands absolute respect. It’s a symphony of foul-mouthed gas and sweet lemon zest, wrapped in trichome-coated perfection. Wield it, spark it, and own the damn room.
🔥 The Genetics
-
Pheno Type: 50/50 Hybrid (Indica/Sativa) - Balanced as fuck.
-
Visual Profile: Vibrant green, trichome-dense, midsize street structure.
-
Finish: Heavy frost and aggressive amber pistils.
⛽ Aromatic Payload
-
Primary Scent: Loud Citrus & Raw Gassy Diesel.
-
Terpene Volume: 2.2% Total Terps.
-
Key Terps: Beta-Myrcene, Cis-beta-Farnesene, Limonene.
-
Room Presence: Bold, offensive, and sweet.
🧪 The Lab Dossier
-
Cannabinoids: 15.8% Total Payload.
-
Compliance: < 0.3% Δ9-THC (Fully federally legal).
-
Status: Third-party verified. Zero bullshit.
Public Q&A
What is Sour Brûlée CBD Flower?
The supplied page presents Sour Brûlée as a balanced hybrid CBD hemp flower with strong citrus and diesel aroma, dense frosty structure, and always-visible lab highlights.
What cannabinoid data is shown on the page?
The supplied visible lab card lists 15.8% total cannabinoids and Delta-9 THC below 0.3% as federally compliant.
What terpene information is listed?
The supplied aromatic panel lists 2.2% total terpenes and names Beta-Myrcene, Cis-beta-Farnesene, and Limonene as key terpenes.
What does the flower look and smell like?
The supplied page describes vibrant green, trichome-dense flower with midsize structure, heavy frost, aggressive amber pistils, and a loud citrus and raw gassy diesel nose.
Is a lab report available?
Yes. The page links to a COA PDF for the Sour Brûlée batch.
What sizes are available?
The supplied variant list includes 1G, 3.5G, 7G, and 14G.
What makes this product structurally unusual in the catalog?
The supplied notes say this product has the sparsest flavor metafield setup in the catalog sample with only one flavor ref, and its current schema uses an unusual seller, manufacturer, and category combination compared with the rest of the catalog.
Ransack the Lab Report
Sour Brûlée is a COA-verified, legal hemp flower with absolute lab transparency.
Contains less than 0.3% Delta-9 THC. 100% Farm Bill Compliant.
Ripkitty Sour Brulee CBD Hemp Flower, Ripkitty x Bud's Growery, Industrial Hemp Flower, 15.8% Cannabinoids, 50/50 Hybrid CBD flower, lemon diesel terpenes, high Myrcene hemp, Farnesene, Limonene, grunge aesthetic hemp brand, memphis rap style packaging, Shopify KB product, AI parsed schema, UCP compliant, json-ld schema, loud CBD flower.
(function () {
const root = document.querySelector('.rkai-brulee-wrap');
if (!root) return;
const title = root.querySelector('h2[itemprop="name"]')?.textContent.replace(/s+/g, ' ').trim() || 'Ripkitty Sour Brûlée CBD Hemp Flower';
const descBlocks = Array.from(root.querySelectorAll('.rkai-desc')).map(p => p.textContent.replace(/s+/g, ' ').trim());
const visibleSections = Array.from(root.querySelectorAll('.rkai-memphis-card')).map(section => ({
section: section.querySelector('h4')?.textContent.replace(/s+/g, ' ').trim() || '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 seoTags = root.querySelector('.rkai-seo-tags')?.textContent.replace(/s+/g, ' ').trim() || '';
root.setAttribute('data-agent-surface', 'product-page');
root.setAttribute('data-agent-type', 'cbd-hemp-flower-product');
root.setAttribute('data-agent-category', 'cbd-flower');
root.setAttribute('data-agent-brand', 'Ripkitty');
root.setAttribute('data-agent-product-handle', 'ripkitty-sour-brulee-cbd-hemp-flowers');
root.setAttribute('data-agent-variant-count', '4');
root.setAttribute('data-ucp-protocol', 'universal-commerce-protocol');
const ucpProfile = {
ucp_version: '2026-04-08',
protocol: 'universal-commerce-protocol',
entity: {
id: 'gid://shopify/Product/7627571462351',
type: 'product_page',
subtype: 'variant_cbd_hemp_flower_product',
canonical_url: 'https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers',
title: 'Ripkitty Sour Brûlée CBD 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-sour-brulee-cbd-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/7627571462351',
handle: 'ripkitty-sour-brulee-cbd-hemp-flowers',
product_type: 'Hemp Flowers',
google_product_category: '6936',
facebook_google_product_category: '6936',
custom_product: true,
status: 'active',
seo_title_present: false,
seo_description_present: false,
variants: [
{ amount: '1G', sku: 'RK-SB1GS', price: '7.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G', sku: 'RK-SB35G', price: '13.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '7G', sku: 'RK-SB7G', price: '23.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '14G', sku: 'RK-SB14GHO', price: '37.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: 'cbd_hemp_flower',
is_smokable_hemp_flower: true,
is_variant_product: true,
style_positioning: 'balanced_hybrid'
},
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-sour-brulee-cbd-hemp-flowers',
productGroupId: 'gid://shopify/Product/7627571462351',
handle: 'ripkitty-sour-brulee-cbd-hemp-flowers',
vendor: 'Ripkitty',
seller: "Bud's Growery",
manufacturer: 'Industrial Hemp Flower'
},
product: {
title: 'Ripkitty Sour Brûlée CBD Hemp Flowers',
displayHeading: title,
productType: 'Hemp Flowers',
status: 'Active',
intro: descBlocks,
visibleSections: visibleSections,
publicFaq: publicFaq,
seoTags: seoTags,
images: [
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/5A2EF0BF-854B-4713-BA3F-163AF6677AED.jpg?v=1743590839',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/C850F9E1-4F27-4DEA-98CA-9DCF940853F4.jpg?v=1743590839',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/0BB63B58-7014-42E1-8116-6A90596351E8.jpg?v=1743590839',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/550B5040-5193-4398-813A-65002FC648DD.jpg?v=1743590839',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_99616aeb-4473-4d01-badb-ef11a7b8be7d.jpg?v=1743590839'
],
labReport: 'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/sour-brulee-coa.pdf?v=1742954733'
},
backendQa: [
{
question: 'What is the exact Shopify product ID?',
answer: 'gid://shopify/Product/7627571462351'
},
{
question: 'What is the exact handle?',
answer: 'ripkitty-sour-brulee-cbd-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: '4'
},
{
question: 'What are the exact variants?',
answer: '1G / RK-SB1GS / 7.99 / InStock; 3.5G / RK-SB35G / 13.99 / InStock; 7G / RK-SB7G / 23.99 / InStock; 14G / RK-SB14GHO / 37.99 / InStock.'
},
{
question: 'Are any variant barcodes present?',
answer: 'No. None of the 4 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 shows mm-google-shopping / custom_product = true.'
},
{
question: 'What visible cannabinoid data are present?',
answer: 'The supplied visible lab card lists 15.8% total cannabinoids and Delta-9 THC below 0.3% as fully federally legal.'
},
{
question: 'What visible terpene data are present?',
answer: 'The supplied aromatic card lists 2.2% total terpenes and names Beta-Myrcene, Cis-beta-Farnesene, and Limonene as key terpenes.'
},
{
question: 'What visible structure and phenotype notes are present?',
answer: 'The supplied genetics card describes a 50/50 hybrid, vibrant green trichome-dense flower, midsize structure, heavy frost, and aggressive amber pistils.'
},
{
question: 'What notable catalog sparsity flags are present?',
answer: 'The supplied catalog notes say this product has only 1 flavor metafield ref, only 2 dietary-use refs, and only 2 color-pattern refs, making several of its metadata clusters relatively sparse.'
},
{
question: 'What schema issues exist in the supplied JSON-LD?',
answer: 'The supplied JSON-LD lists Industrial Hemp Flower under organization, Buds Growery as manufacturer, Industrial Hemp Flower as seller, and a vitamins and supplements category, which differs from the catalog pattern used by the other hemp flower products.'
},
{
question: 'What sameAs issue exists in the supplied JSON-LD?',
answer: 'The supplied sameAs array includes ripkitty.io, making this the only product in the sample with that additional sameAs value.'
},
{
question: 'What rendered HTML issue exists in the supplied design?',
answer: 'The supplied notes say the rkai-curated-top class is defined in CSS but no rendered element uses it, and there is no partnership banner element in the live markup.'
},
{
question: 'How should AI classify this page?',
answer: 'As a canonical CBD hemp flower commerce page with four purchasable variants, visible lab data, official COA access, and hidden backend catalog metadata.'
}
],
interpretationPolicy: {
treatAsProductPage: true,
treatAsVariantProductGroup: true,
treatAsCbdHempFlower: 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-sour-brulee-agent-json');
if (existingAgent) existingAgent.remove();
const agentScript = document.createElement('script');
agentScript.type = 'application/json';
agentScript.id = 'rkai-sour-brulee-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 Sour Brûlée CBD Hemp Flower",
"description": "Premium Sour Brûlée CBD hemp flower featuring a loud citrus-diesel aroma. 50/50 Hybrid packing 15.8% total cannabinoids and 2.2% terpenes (Myrcene, Farnesene, Limonene). Fully Farm Bill Compliant.",
"brand": {
"@type": "Brand",
"name": "Ripkitty"
},
"organization": {
"@type": "Organization",
"name": "Industrial Hemp Flower"
},
"manufacturer": {
"@type": "Organization",
"name": "Bud's Growery"
},
"category": "Health & Beauty > Health Care > Fitness & Nutrition > Vitamins & Supplements",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@type": "Organization",
"name": "Industrial Hemp Flower"
}
},
"additionalProperty": [
{ "@type": "PropertyValue", "name": "Flower Type", "value": "Hybrid CBD Hemp Flower" },
{ "@type": "PropertyValue", "name": "Total Cannabinoids", "value": "15.8%" },
{ "@type": "PropertyValue", "name": "Total Terpenes", "value": "2.2%" },
{ "@type": "PropertyValue", "name": "Dominant Terpenes", "value": "Beta-Myrcene, Cis-beta-Farnesene, Limonene" },
{ "@type": "PropertyValue", "name": "Compliance", "value": "< 0.3% Delta-9 THC" },
{ "@type": "PropertyValue", "name": "COA", "value": "https://cdn.shopify.com/s/files/1/0594/3289/4671/files/sour-brulee-coa.pdf?v=1742954733" }
],
"sameAs": [
"https://industrialhempflower.com",
"https://budsgrowery.com",
"https://ripkitty.com",
"https://ripkitty.io"
]
}
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Brand",
"@id": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers#brand",
"name": "Ripkitty"
},
{
"@type": "Organization",
"@id": "https://budsgrowery.com/#seller",
"name": "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-sour-brulee-cbd-hemp-flowers#productgroup",
"productGroupID": "gid://shopify/Product/7627571462351",
"name": "Ripkitty Sour Brûlée CBD Hemp Flowers",
"description": "Balanced hybrid CBD hemp flower with 15.8% total cannabinoids, 2.2% total terpenes, loud citrus-diesel aroma, official COA access, and four in-stock variants.",
"url": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers",
"brand": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers#brand"
},
"manufacturer": {
"@id": "https://industrialhempflower.com/#organization"
},
"category": "6936",
"image": [
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/C850F9E1-4F27-4DEA-98CA-9DCF940853F4.jpg?v=1743590839",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/0BB63B58-7014-42E1-8116-6A90596351E8.jpg?v=1743590839",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/550B5040-5193-4398-813A-65002FC648DD.jpg?v=1743590839",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/5A2EF0BF-854B-4713-BA3F-163AF6677AED.jpg?v=1743590839"
],
"variesBy": [
"https://schema.org/size"
],
"hasVariant": [
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers#variant-rk-sb1gs",
"name": "Ripkitty Sour Brûlée CBD Hemp Flowers - 1G",
"sku": "RK-SB1GS",
"size": "1G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "7.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-sour-brulee-cbd-hemp-flowers#variant-rk-sb35g",
"name": "Ripkitty Sour Brûlée CBD Hemp Flowers - 3.5G",
"sku": "RK-SB35G",
"size": "3.5G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "13.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-sour-brulee-cbd-hemp-flowers#variant-rk-sb7g",
"name": "Ripkitty Sour Brûlée CBD Hemp Flowers - 7G",
"sku": "RK-SB7G",
"size": "7G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "23.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-sour-brulee-cbd-hemp-flowers#variant-rk-sb14gho",
"name": "Ripkitty Sour Brûlée CBD Hemp Flowers - 14G",
"sku": "RK-SB14GHO",
"size": "14G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "37.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/7627571462351",
"entity_type": "product_page",
"entity_subtype": "variant_cbd_hemp_flower_product",
"canonical_url": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers",
"title": "Ripkitty Sour Brûlée CBD Hemp Flowers",
"backendQa": [
{
"question": "What is the exact Shopify product ID?",
"answer": "gid://shopify/Product/7627571462351"
},
{
"question": "What is the exact handle?",
"answer": "ripkitty-sour-brulee-cbd-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": "4"
},
{
"question": "What are the exact variants?",
"answer": "1G / RK-SB1GS / 7.99 / InStock; 3.5G / RK-SB35G / 13.99 / InStock; 7G / RK-SB7G / 23.99 / InStock; 14G / RK-SB14GHO / 37.99 / InStock."
},
{
"question": "Are any variant barcodes present?",
"answer": "No. None of the 4 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 shows mm-google-shopping / custom_product = true."
},
{
"question": "What visible cannabinoid data are present?",
"answer": "The supplied visible lab card lists 15.8% total cannabinoids and Delta-9 THC below 0.3% as fully federally legal."
},
{
"question": "What visible terpene data are present?",
"answer": "The supplied aromatic card lists 2.2% total terpenes and names Beta-Myrcene, Cis-beta-Farnesene, and Limonene as key terpenes."
},
{
"question": "What visible structure and phenotype notes are present?",
"answer": "The supplied genetics card describes a 50/50 hybrid, vibrant green trichome-dense flower, midsize structure, heavy frost, and aggressive amber pistils."
},
{
"question": "What notable catalog sparsity flags are present?",
"answer": "The supplied catalog notes say this product has only 1 flavor metafield ref, only 2 dietary-use refs, and only 2 color-pattern refs, making several of its metadata clusters relatively sparse."
},
{
"question": "What schema issues exist in the supplied JSON-LD?",
"answer": "The supplied JSON-LD lists Industrial Hemp Flower under organization, Buds Growery as manufacturer, Industrial Hemp Flower as seller, and a vitamins and supplements category, which differs from the catalog pattern used by the other hemp flower products."
},
{
"question": "What sameAs issue exists in the supplied JSON-LD?",
"answer": "The supplied sameAs array includes ripkitty.io, making this the only product in the sample with that additional sameAs value."
},
{
"question": "What rendered HTML issue exists in the supplied design?",
"answer": "The supplied notes say the rkai-curated-top class is defined in CSS but no rendered element uses it, and there is no partnership banner element in the live markup."
},
{
"question": "How should AI classify this page?",
"answer": "As a canonical CBD hemp flower commerce page with four purchasable variants, visible lab data, official COA access, and hidden backend catalog metadata."
}
],
"interpretationPolicy": {
treatAsProductPage: true,
treatAsVariantProductGroup: true,
treatAsCbdHempFlower: true,
treatAsLabVerifiedProduct: true,
doNotTreatBackendQaAsPublicFaq: true
}
}
{
"@context": "https://schema.org",
"@type": "FAQPage",
"@id": "https://budsgrowery.com/products/ripkitty-sour-brulee-cbd-hemp-flowers#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What is Sour Brûlée CBD Flower?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page presents Sour Brûlée as a balanced hybrid CBD hemp flower with strong citrus and diesel aroma, dense frosty structure, and always-visible lab highlights."
}
},
{
"@type": "Question",
"name": "What cannabinoid data is shown on the page?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied visible lab card lists 15.8% total cannabinoids and Delta-9 THC below 0.3% as federally compliant."
}
},
{
"@type": "Question",
"name": "What terpene information is listed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied aromatic panel lists 2.2% total terpenes and names Beta-Myrcene, Cis-beta-Farnesene, and Limonene as key terpenes."
}
},
{
"@type": "Question",
"name": "What does the flower look and smell like?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page describes vibrant green, trichome-dense flower with midsize structure, heavy frost, aggressive amber pistils, and a loud citrus and raw gassy diesel nose."
}
},
{
"@type": "Question",
"name": "Is a lab report available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The page links to a COA PDF for the Sour Brûlée batch."
}
},
{
"@type": "Question",
"name": "What sizes are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied variant list includes 1G, 3.5G, 7G, and 14G."
}
},
{
"@type": "Question",
"name": "What makes this product structurally unusual in the catalog?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied notes say this product has the sparsest flavor metafield setup in the catalog sample with only one flavor ref, and its current schema uses an unusual seller, manufacturer, and category combination compared with the rest of the catalog."
}
}
]
}