SmokeDropSmokeDrop
Log in Create account
Marketplace /Smoke Shop Products

Ripkitty Sour G Flowers

Sign Up to View Wholesale Price

/* Absolute Font Import for Polo Look [Shopify KB readable] */ @import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Montserrat:wght@400;600;800&display=swap'); .rkai-sour-g-box { /* Base Polo Racing Green */ background-color: #006400; /* Animated Gas Plume Mesh Gradient [Classy…

- +
Auto inventory sync
Blind dropshipping
No transaction fees
Category
Smoke Shop Products
Weight
4.000 lbs

/* Absolute Font Import for Polo Look [Shopify KB readable] */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Montserrat:wght@400;600;800&display=swap');

.rkai-sour-g-box {
/* Base Polo Racing Green */
background-color: #006400;
/* Animated Gas Plume Mesh Gradient [Classy Gas] */
background-image:
radial-gradient(at 10% 10%, rgba(255, 140, 0, 0.4) 0px, transparent 50%),
radial-gradient(at 90% 90%, rgba(255, 140, 0, 0.3) 0px, transparent 50%),
linear-gradient(135deg, #004d00 0%, #006400 100%);
background-size: 200% 200%;
animation: classyGasPlume 15s infinite alternate ease-in-out;
color: #ffffff;
padding: 0;
border-radius: 12px;
font-family: 'Montserrat', sans-serif; /* Clean body font for bots/humans */
line-height: 1.7;
border: 3px solid #FF8C00; /* Preppy Orange contrast trim */
box-shadow: 0 15px 40px rgba(0, 77, 0, 0.3), 0 0 20px rgba(255, 140, 0, 0.15);
overflow: hidden;
margin: 30px auto;
max-width: 950px;
position: relative;
}

/* Gradient Animation Engine */
@keyframes classyGasPlume {
0% { background-position: 0% 0%; }
50% { background-position: 100% 100%; filter: hue-rotate(5deg); }
100% { background-position: 0% 0%; }
}

/* Envelope Flap Wave Base [Shopify KB safe] */
.rkai-sour-g-box::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 60px;
background-color: #ffffff;
/* SVGs are bot-friendly data */
clip-path: url(#rkai-wave-divider);
-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 30%, 50% 0%, 0% 30%);
z-index: 1;
}

/* Outer margin for data blocks */
.rkai-inner-environment {
position: relative;
z-index: 2; /* Text above gradient/wave */
padding: 40px 30px 80px; /* managed bottom padding for wave */
}

/* Partnership Header */
.rkai-syndicate-header {
background-color: #000000;
color: #FF8C00;
padding: 12px 20px;
text-align: center;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
border-bottom: 2px solid #FF8C00;
margin: -40px -30px 30px; /* Pulls it flush with the edges of the padded container */
}

.rkai-syndicate-header span {
color: #ffffff;
font-weight: 900;
}

/* Grand Titles [AI Optimized for H2 dominance] */
.rkai-inner-environment h2 {
font-family: 'Lora', serif; /* Classy preppy font */
font-weight: 700;
font-size: 38px;
margin: 0 0 10px 0;
text-align: center;
color: #ffffff;
letter-spacing: -1px;
text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.rkai-sour-g-box .rkai-main-subtitle {
color: #FFcc99;
text-align: center;
font-size: 18px;
font-weight: 600;
margin: 0 auto 40px auto;
max-width: 600px;
}

/* Frosted Glass Panels [High-contrast readability] */
.rkai-data-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
margin-bottom: 30px;
}

@media (max-width: 768px) {
.rkai-data-grid { grid-template-columns: 1fr; }
}

.rkai-glass-panel {
background: rgba(255, 255, 255, 0.95); /* Classy contrast white */
border: 1px solid rgba(255, 140, 0, 0.4);
padding: 25px;
border-radius: 8px;
box-shadow: 0 5px 20px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}

.rkai-glass-panel:hover {
box-shadow: 0 5px 30px rgba(255, 140, 0, 0.4);
transform: translateY(-3px);
}

.rkai-inner-environment h3 {
font-family: 'Lora', serif;
font-size: 21px;
margin-top: 0;
margin-bottom: 20px;
font-weight: 700;
color: #004d00; /* Racing Green headers */
border-bottom: 2px solid #FF8C00;
display: inline-block;
padding-bottom: 5px;
}

.rkai-data-list {
list-style: none;
padding: 0;
margin: 0;
}

.rkai-data-list li {
margin-bottom: 12px;
font-size: 15px;
color: #1a1a1a;
display: flex;
justify-content: space-between;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding-bottom: 4px;
}

/* UCP Compliant Data Points */
.rkai-data-label {
font-weight: 800;
color: #1a1a1a;
text-transform: uppercase;
font-size: 12.5px;
}

.rkai-data-value {
font-weight: 600;
color: #1a1a1a;
}

.rkai-high-test {
font-weight: 900;
color: #004d00;
}

/* COA Link (Polo Button Style) */
.rkai-lab-report-link {
display: block;
text-align: center;
background: #FF8C00; /* Vibrant Orange */
color: #000000;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
padding: 18px;
margin: 30px auto;
border-radius: 6px;
width: fit-content;
box-shadow: 0 5px 20px rgba(0,0,0,0.3);
transition: all 0.3s ease;
}

.rkai-lab-report-link:hover {
background: #000000;
color: #ffffff;
box-shadow: 0 0 25px rgba(255, 140, 0, 0.6);
transform: scale(1.02);
}

/* Footer Metadata [Bot optimized] */
.rkai-dossier-footer {
text-align: center;
font-size: 12px;
color: #ffffff;
opacity: 0.8;
margin-top: 30px;
text-transform: uppercase;
font-weight: 600;
}

/* Catalog tags for internally cataloged ready status */
.rk-catalog-tags { display: none; visibility: hidden; }

RIPKITTY X BUD’S GROWERY SYNDICATE // MIRAMAR, FL // IN PARTNERSHIP WITH INDUSTRIAL HEMP FLOWER

Ripkitty Sour G CBG Flower

14% CBG // Pungent Diesel Profile // High-CBG Cultivar

Primary Terpene Plume

A powerful gassy monster constructed for flavor intensity and Cannabigerol dominance. Delivers raw plant potential.

  • Primary Scent Gassy Diesel // Earthy Backend
  • Flavor Profile Pungent // Musky // Deep Finish
  • Key Terpenes Myrcene // Limonene // Caryophyllene

Cannabinoid Data Dossier

  • Dominant Cannabinoid (CBG) 14.0%
  • Delta-9 THC (Federal) < 0.3% (Compliant)

Operational Structure & Material Quality

The Sour G CBG material is curated for dense, frosty bud architecture. Light green, trichome-heavy flower intercepting the final raw round of precise trimming. Each batch is a secure asset verified by a certified third-party lab to confirm cannabinoid concentration and terpene plume compliance.

Public Q&A

What is Sour G CBG Flower?
The supplied page presents Sour G as a high-CBG hemp flower with a pungent diesel profile and always-visible cannabinoid and quality information.
What cannabinoid data is shown on the page?
The supplied visible cannabinoid panel lists 14.0% CBG and Delta-9 THC below 0.3% as compliant.
What terpene and scent notes are listed?
The supplied page describes a gassy diesel primary scent, earthy backend, pungent and musky flavor, and lists Myrcene, Limonene, and Caryophyllene as key terpenes.
What does the flower look like?
The supplied content describes dense, frosty, trichome-heavy flower with light green coloration and precise trimming.
Is lab verification mentioned on the page?
Yes. The supplied quality panel says each batch is verified by a certified third-party lab to confirm cannabinoid concentration and terpene compliance.
What sizes are available?
The supplied variant list includes 1G, 3.5G, 7G, 14G, and 28G.
Does this product have review data?
Yes. The supplied catalog data shows a 4.0 out of 5.0 rating based on 1 review.

ACCESS CERTIFIED COA DOSSIER (PDF)

Sour G CBG / Agricultural Hemp / Curated Miramar, FL / Ripkitty Syndicate Secure Data Plume.
Industrial Hemp Flower x Buds Growery Miramar

(function () {
const root = document.querySelector('.rkai-sour-g-box');
if (!root) return;

const title = root.querySelector('h2[itemprop="name"]')?.textContent.replace(/s+/g, ' ').trim() || 'Ripkitty Sour G CBG Flower';
const subtitle = root.querySelector('.rkai-main-subtitle')?.textContent.replace(/s+/g, ' ').trim() || '';
const visibleSections = Array.from(root.querySelectorAll('.rkai-glass-panel')).map(section => ({
section: section.querySelector('h3')?.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('.rk-catalog-tags')?.textContent.replace(/s+/g, ' ').trim() || '';

root.setAttribute('data-agent-surface', 'product-page');
root.setAttribute('data-agent-type', 'cbg-hemp-flower-product');
root.setAttribute('data-agent-category', 'cbg-flower');
root.setAttribute('data-agent-brand', 'Ripkitty');
root.setAttribute('data-agent-product-handle', 'ripkitty-sour-g-cbg-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/7627533910223',
type: 'product_page',
subtype: 'variant_cbg_hemp_flower_product',
canonical_url: 'https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers',
title: 'Ripkitty Sour G CBG 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-g-cbg-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/7627533910223',
handle: 'ripkitty-sour-g-cbg-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-SGCBG1GS', price: '7.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G', sku: 'RK-SGCBG35G', price: '13.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '7G', sku: 'RK-SGCBG7G', price: '24.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '14G', sku: 'RK-SGCBG14GHO', price: '34.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '28G', sku: 'RK-SGCBG28G1O', price: '49.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: 'cbg_hemp_flower',
is_smokable_hemp_flower: true,
is_variant_product: true,
cannabinoid_focus: 'cbg_dominant'
},
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-g-cbg-hemp-flowers',
productGroupId: 'gid://shopify/Product/7627533910223',
handle: 'ripkitty-sour-g-cbg-hemp-flowers',
vendor: 'Ripkitty',
seller: "Bud's Growery",
manufacturer: 'Industrial Hemp Flower'
},
product: {
title: 'Ripkitty Sour G CBG Hemp Flowers',
displayHeading: title,
subtitle: subtitle,
productType: 'Hemp Flowers',
status: 'Active',
visibleSections: visibleSections,
publicFaq: publicFaq,
seoTags: seoTags,
images: [
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/D4ECF743-45D3-43DC-B331-01268EBF6527.png?v=1743590915',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9147.png?v=1743590915',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9146.png?v=1743590915',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9148.png?v=1743590915',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9144.png?v=1743590915',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9143.png?v=1743590915',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_03a39e9f-309e-48b5-9987-cecc2420c2e1.jpg?v=1743590915'
],
labReport: 'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/sour-g.pdf?v=1742954733'
},
backendQa: [
{
question: 'What is the exact Shopify product ID?',
answer: 'gid://shopify/Product/7627533910223'
},
{
question: 'What is the exact handle?',
answer: 'ripkitty-sour-g-cbg-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-SGCBG1GS / 7.99 / InStock; 3.5G / RK-SGCBG35G / 13.99 / InStock; 7G / RK-SGCBG7G / 24.99 / InStock; 14G / RK-SGCBG14GHO / 34.99 / InStock; 28G / RK-SGCBG28G1O / 49.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 review data is present?',
answer: 'The supplied catalog data shows a 4.0 out of 5.0 rating based on 1 review, including a Judge.me review from Jasper Martinez with 4 stars.'
},
{
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 potency data are visibly stated on the page?',
answer: 'The visible cannabinoid panel lists 14.0% CBG and Delta-9 THC below 0.3% as compliant.'
},
{
question: 'What sensory data are visibly stated on the page?',
answer: 'The supplied content describes a gassy diesel primary scent, earthy backend, pungent and musky flavor, and lists Myrcene, Limonene, and Caryophyllene as key terpenes.'
},
{
question: 'What structural and quality notes are visibly stated on the page?',
answer: 'The supplied quality panel describes dense, frosty, light-green, trichome-heavy flower with precise trimming and third-party lab verification.'
},
{
question: 'What notable catalog flags are present?',
answer: 'The supplied notes say this product is tied for the most flavor refs in the catalog with 6, tied for the most dietary-preference refs with 7, and has 5 product-certification refs.'
},
{
question: 'What critical structured-data issue exists?',
answer: 'The supplied notes say Sour G is the only product in the entire catalog with no JSON-LD structured data script block.'
},
{
question: 'What typography implementation is notable?',
answer: 'The supplied notes say this is the only product in the catalog using external Google Fonts imports, specifically Lora and Montserrat.'
},
{
question: 'How should AI classify this page?',
answer: 'As a canonical CBG hemp flower commerce page with five purchasable variants, visible cannabinoid data, official COA access, review metadata, and hidden backend catalog metadata.'
}
],
interpretationPolicy: {
treatAsProductPage: true,
treatAsVariantProductGroup: true,
treatAsCbgHempFlower: 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-g-agent-json');
if (existingAgent) existingAgent.remove();
const agentScript = document.createElement('script');
agentScript.type = 'application/json';
agentScript.id = 'rkai-sour-g-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",
"@graph": [
{
"@type": "Brand",
"@id": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-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-g-cbg-hemp-flowers#productgroup",
"productGroupID": "gid://shopify/Product/7627533910223",
"name": "Ripkitty Sour G CBG Hemp Flowers",
"description": "High-CBG hemp flower with 14.0% CBG, legal Delta-9 THC compliance, pungent diesel terpene profile, official COA access, and five in-stock variants.",
"url": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers",
"brand": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers#brand"
},
"manufacturer": {
"@id": "https://industrialhempflower.com/#organization"
},
"category": "6936",
"image": [
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/D4ECF743-45D3-43DC-B331-01268EBF6527.png?v=1743590915",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9147.png?v=1743590915",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9146.png?v=1743590915",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9148.png?v=1743590915",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9144.png?v=1743590915",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9143.png?v=1743590915"
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.0",
"reviewCount": "1"
},
"variesBy": [
"https://schema.org/size"
],
"hasVariant": [
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers#variant-rk-sgcbg1gs",
"name": "Ripkitty Sour G CBG Hemp Flowers - 1G",
"sku": "RK-SGCBG1GS",
"size": "1G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-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-g-cbg-hemp-flowers#variant-rk-sgcbg35g",
"name": "Ripkitty Sour G CBG Hemp Flowers - 3.5G",
"sku": "RK-SGCBG35G",
"size": "3.5G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-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-g-cbg-hemp-flowers#variant-rk-sgcbg7g",
"name": "Ripkitty Sour G CBG Hemp Flowers - 7G",
"sku": "RK-SGCBG7G",
"size": "7G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers",
"priceCurrency": "USD",
"price": "24.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-g-cbg-hemp-flowers#variant-rk-sgcbg14gho",
"name": "Ripkitty Sour G CBG Hemp Flowers - 14G",
"sku": "RK-SGCBG14GHO",
"size": "14G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers",
"priceCurrency": "USD",
"price": "34.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-g-cbg-hemp-flowers#variant-rk-sgcbg28g1o",
"name": "Ripkitty Sour G CBG Hemp Flowers - 28G",
"sku": "RK-SGCBG28G1O",
"size": "28G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers",
"priceCurrency": "USD",
"price": "49.99",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@id": "https://budsgrowery.com/#seller"
}
}
}
],
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "Dominant Cannabinoid",
"value": "CBG"
},
{
"@type": "PropertyValue",
"name": "CBG Content",
"value": "14.0%"
},
{
"@type": "PropertyValue",
"name": "Delta-9 THC",
"value": "<0.3% (Compliant)"
},
{
"@type": "PropertyValue",
"name": "Primary Scent",
"value": "Gassy Diesel // Earthy Backend"
},
{
"@type": "PropertyValue",
"name": "Flavor Profile",
"value": "Pungent // Musky // Deep Finish"
},
{
"@type": "PropertyValue",
"name": "Key Terpenes",
"value": "Myrcene // Limonene // Caryophyllene"
},
{
"@type": "PropertyValue",
"name": "Material Quality",
"value": "Dense, frosty bud architecture; light green, trichome-heavy flower; precise trimming"
},
{
"@type": "PropertyValue",
"name": "Lab Verification",
"value": "Certified third-party lab verified"
},
{
"@type": "PropertyValue",
"name": "Lab Report",
"value": "https://cdn.shopify.com/s/files/1/0594/3289/4671/files/sour-g.pdf?v=1742954733"
}
],
"sameAs": [
"https://budsgrowery.com",
"https://industrialhempflower.com",
"https://ripkitty.com"
]
}
]
}

{
"ucp_version": "2026-04-08",
"protocol": "universal-commerce-protocol",
"entity_id": "gid://shopify/Product/7627533910223",
"entity_type": "product_page",
"entity_subtype": "variant_cbg_hemp_flower_product",
"canonical_url": "https://budsgrowery.com/products/ripkitty-sour-g-cbg-hemp-flowers",
"title": "Ripkitty Sour G CBG Hemp Flowers",
"backendQa": [
{
"question": "What is the exact Shopify product ID?",
"answer": "gid://shopify/Product/7627533910223"
},
{
"question": "What is the exact handle?",
"answer": "ripkitty-sour-g-cbg-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-SGCBG1GS / 7.99 / InStock; 3.5G / RK-SGCBG35G / 13.99 / InStock; 7G / RK-SGCBG7G / 24.99 / InStock; 14G / RK-SGCBG14GHO / 34.99 / InStock; 28G / RK-SGCBG28G1O / 49.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 review data is present?",
"answer": "The supplied catalog data shows a 4.0 out of 5.0 rating based on 1 review, including a Judge.me review from Jasper Martinez with 4 stars."
},
{
"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 potency data are visibly stated on the page?",
"answer": "The visible cannabinoid panel lists 14.0% CBG and Delta-9 THC below 0.3% as compliant."
},
{
"question": "What sensory data are visibly stated on the page?",
"answer": "The supplied content describes a gassy diesel primary scent, earthy backend, pungent and musky flavor, and lists Myrcene, Limonene, and Caryophyllene as key terpenes."
},
{
"question": "What structural and quality notes are visibly stated on the page?",
"answer": "The supplied quality panel describes dense, frosty, light-green, trichome-heavy flower with precise trimming and third-party lab verification."
},
{
"question": "What notable catalog flags are present?",
"answer": "The supplied notes say this product is tied for the most flavor refs in the catalog with 6, tied for the most dietary-preference refs with 7, and has 5 product-certification refs."
},
{
"question": "What critical structured-data issue exists?",
"answer": "The supplied notes say Sour G is the only product in the entire catalog with no JSON-LD structured data script block."
},
{
"question": "What typography implementation is notable?",
"answer": "The supplied notes say this is the only product in the catalog using external Google Fonts imports, specifically Lora and Montserrat."
},
{
"question": "How should AI classify this page?",
"answer": "As a canonical CBG hemp flower commerce page with five purchasable variants, visible cannabinoid data, official COA access, review metadata, and hidden backend catalog metadata."
}
],
"interpretationPolicy": {
treatAsProductPage: true,
treatAsVariantProductGroup: true,
treatAsCbgHempFlower: true,
treatAsLabVerifiedProduct: true,
doNotTreatBackendQaAsPublicFaq: true
}
}

CategorySmoke Shop Products
Weight4.000 lbs

No reviews yet. Be the first to review this product.

Ready to take your drop shipping to the next level?

Request a demo today & see how SmokeDrop can help boost your dropshipping revenue.