SmokeDropSmokeDrop
Log in Create account
Marketplace /Smoke Shop Products

Ripkitty Suver H Flowers

Sign Up to View Wholesale Price

/* Base Container - The Hive Environment */ .rkai-hive-box { background-color: #050505; /* CSS Honeycomb/Hexagon Illusion */ background-image: linear-gradient(30deg, #111 12%, transparent 12.5%, transparent 87%, #111 87.5%, #111), linear-gradient(150deg, #111…

- +
Auto inventory sync
Blind dropshipping
No transaction fees
Category
Smoke Shop Products
Availability
In stock
Weight
3.000 lbs

/* Base Container - The Hive Environment */
.rkai-hive-box {
background-color: #050505;
/* CSS Honeycomb/Hexagon Illusion */
background-image:
linear-gradient(30deg, #111 12%, transparent 12.5%, transparent 87%, #111 87.5%, #111),
linear-gradient(150deg, #111 12%, transparent 12.5%, transparent 87%, #111 87.5%, #111),
linear-gradient(30deg, #111 12%, transparent 12.5%, transparent 87%, #111 87.5%, #111),
linear-gradient(150deg, #111 12%, transparent 12.5%, transparent 87%, #111 87.5%, #111),
linear-gradient(60deg, #1a1a00 25%, transparent 25.5%, transparent 75%, #1a1a00 75%, #1a1a00),
linear-gradient(60deg, #1a1a00 25%, transparent 25.5%, transparent 75%, #1a1a00 75%, #1a1a00);
background-size: 40px 70px;
background-position: 0 0, 0 0, 20px 35px, 20px 35px, 0 0, 20px 35px;
color: #e2e8f0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
border-radius: 12px;
overflow: hidden;
margin: 30px auto;
max-width: 950px;
border: 4px solid #ffcc00; /* Bumblebee Gold */
box-shadow: 0 10px 40px rgba(255, 204, 0, 0.15), inset 0 0 20px rgba(0,0,0,0.9);
position: relative;
line-height: 1.7;
}

/* Internal Padding */
.rkai-hive-inner {
position: relative;
z-index: 2;
padding: 40px 30px;
background: rgba(5, 5, 5, 0.85); /* Darkens the honeycomb for readability */
}

/* Partnership Header - Black & Yellow Warning Stripes */
.rkai-hive-partnership {
background: repeating-linear-gradient(
-45deg,
#000000,
#000000 15px,
#1a1a00 15px,
#1a1a00 30px
);
color: #ffcc00;
padding: 12px 20px;
text-align: center;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 900;
border-bottom: 3px solid #ffcc00;
margin: -40px -30px 30px;
}

.rkai-hive-partnership span {
color: #ffffff;
}

/* The Buzzing Animation Engine */
@keyframes hiveBuzz {
0% { transform: translateX(0) rotate(0deg); }
20% { transform: translateX(-2px) rotate(-1deg); }
40% { transform: translateX(2px) rotate(1deg); }
60% { transform: translateX(-1px) rotate(0deg); }
80% { transform: translateX(1px) rotate(-1deg); }
100% { transform: translateX(0) rotate(0deg); }
}

/* Typography */
.rkai-hive-header {
text-align: center;
margin-bottom: 35px;
}

.rkai-hive-header h2 {
font-size: 38px;
font-weight: 900;
margin: 0;
color: #ffcc00;
text-transform: uppercase;
letter-spacing: -1px;
text-shadow: 2px 2px 0px #000000, 0 0 15px rgba(255, 204, 0, 0.5);
}

.rkai-hive-header h2:hover {
animation: hiveBuzz 0.2s infinite linear;
}

.rkai-hive-subtitle {
color: #000000;
background: #ffcc00;
display: inline-block;
padding: 6px 18px;
font-size: 16px;
font-weight: 900;
margin-top: 15px;
border-radius: 4px;
text-transform: uppercase;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

/* Data Grid & Cards */
.rkai-hive-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
margin-top: 30px;
}

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

.rkai-comb-card {
background: rgba(20, 20, 10, 0.6);
border: 1px solid rgba(255, 204, 0, 0.3);
padding: 25px;
border-radius: 8px;
transition: all 0.3s ease;
border-left: 4px solid #ffcc00;
}

.rkai-comb-card:hover {
background: rgba(30, 30, 15, 0.8);
border-color: #ffcc00;
box-shadow: 0 5px 20px rgba(255, 204, 0, 0.2);
transform: translateX(5px);
}

.rkai-comb-card h3 {
color: #ffffff;
font-size: 20px;
margin-top: 0;
margin-bottom: 15px;
text-transform: uppercase;
font-weight: 800;
}

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

.rkai-hive-list li {
margin-bottom: 12px;
font-weight: 500;
color: #cccccc;
display: flex;
justify-content: space-between;
border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
padding-bottom: 4px;
}

.rkai-data-label {
color: #ffcc00;
font-weight: 800;
text-transform: uppercase;
font-size: 13px;
}

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

.rkai-high-yield {
color: #ffcc00;
font-weight: 900;
text-shadow: 0 0 5px rgba(255, 204, 0, 0.6);
}

/* Buzzing COA Button */
.rkai-buzz-btn {
display: block;
text-align: center;
background: #ffcc00;
color: #000000;
padding: 20px;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 35px;
border-radius: 6px;
border: 2px solid #ffcc00;
box-shadow: 0 5px 15px rgba(255, 204, 0, 0.3);
transition: all 0.2s ease;
}

.rkai-buzz-btn:hover {
background: #ffffff;
border-color: #ffffff;
box-shadow: 0 0 25px rgba(255, 255, 255, 0.8);
animation: hiveBuzz 0.15s infinite linear;
}

/* SEO Hidden Tags */
.rk-tags { display: none; visibility: hidden; }

/* Q&A Overrides */
section[aria-label="Suver Haze public questions and answers"] details {
margin-bottom: 12px;
}
section[aria-label="Suver Haze public questions and answers"] summary {
cursor: pointer;
font-weight: 800;
color: #ffcc00;
outline: none;
}
section[aria-label="Suver Haze public questions and answers"] div {
padding-top: 10px;
color: #e2e8f0;
}

Suver Haze CBD Flower

The Hive's Nectar // 19% CBD Yield

Step into the hive with Suver Haze—a THC-compliant hemp flower bred for absolute CBD dominance and a heavy, well-rounded aromatic profile. This cultivar delivers a highly balanced expression of sweet citrus top notes layered over a classic, deep earthy hemp foundation. Grown to produce high-CBD nectar under the USDA compliant limit, it is the trusted go-to for operators seeking verifiable, non-intoxicating raw potency.

🧬 Potency Matrix

  • Total CBD
    19.0%
  • Delta-9 THC
    < 0.3%
  • Status
    USDA Interim Compliant

🌼 Sensory Intel

  • Aromatic Profile
    Earthy, Sweet Citrus
  • Material Form
    Full Nug Cultivar
  • Lab Testing
    Third-Party Certified

Public Q&A

What is Suver Haze CBD Flower?
A THC‑compliant, CBD‑dominant hemp flower grown for high CBD yield and a balanced sweet citrus over deep earthy hemp profile, positioned as non‑intoxicating raw material.
How strong is this batch?
The visible potency matrix calls out Total CBD at 19.0%, Delta‑9 THC below 0.3%, and USDA interim compliance.
What does the flower smell and look like?
The sensory panel describes an earthy, sweet citrus aromatic profile and a full nug cultivar with third‑party certification.
Is this legal and non‑intoxicating?
Yes. The page describes USDA/Farm Bill compliant CBD hemp with Delta‑9 THC under 0.3% and non‑intoxicating effects.
Is there a lab report?
Yes. The COA dossier is linked as a downloadable PDF.
What sizes are available?
The catalog lists 1G, 3.5G, 7G, and a 3.5G Dusted variant, all currently marked InStock.

EXTRACT COA DOSSIER (PDF)

Industrial Hemp Flower x Bud's Growery Miramar

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

const title = root.querySelector('h2[itemprop="name"]')?.textContent.replace(/s+/g, ' ').trim() || 'Ripkitty Suver Haze CBD Hemp Flower';
const intro = root.querySelector('[itemprop="description"]')?.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="Suver Haze public questions and answers"] details')).map(item => ({
question: item.querySelector('summary')?.textContent.trim() || '',
answer: item.querySelector('div')?.textContent.trim() || ''
}));
const seoTags = root.querySelector('.rk-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-suver-haze-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/7627837079759',
type: 'product_page',
subtype: 'variant_cbd_hemp_flower_product',
canonical_url: 'https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers',
title: 'Ripkitty Suver Haze 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-suver-haze-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/7627837079759',
handle: 'ripkitty-suver-haze-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-SH1GS', price: '8.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G', sku: 'RK-SH35G', price: '18.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '7G', sku: 'RK-SH7G', price: '23.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G Dusted', sku: 'RK-SH35GCD', price: '20.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,
cannabinoid_focus: 'cbd_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-suver-haze-cbd-hemp-flowers',
productGroupId: 'gid://shopify/Product/7627837079759',
handle: 'ripkitty-suver-haze-cbd-hemp-flowers',
vendor: 'Ripkitty',
seller: "Bud's Growery",
manufacturer: 'Industrial Hemp Flower'
},
product: {
title: 'Ripkitty Suver Haze CBD Hemp Flowers',
displayHeading: title,
productType: 'Hemp Flowers',
status: 'Active',
intro: intro,
visibleSections: visibleSections,
publicFaq: publicFaq,
seoTags: seoTags,
images: [
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/92FE5993-E98B-4CB0-ABF2-436D6DE1BAC7.jpg?v=1743590401',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/BBCDDBEB-D156-4141-8F8C-B8669A2DDD25.jpg?v=1743590401',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_80f155bc-df0e-4d9a-840c-d7d8b22d30d0.jpg?v=1743590401'
],
videoPresent: true,
labReport: 'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/suver-haze-coa.pdf'
},
backendQa: [
{
question: 'What is the exact Shopify product ID?',
answer: 'gid://shopify/Product/7627837079759'
},
{
question: 'What is the exact handle?',
answer: 'ripkitty-suver-haze-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-SH1GS / 8.99 / InStock; 3.5G / RK-SH35G / 18.99 / InStock; 7G / RK-SH7G / 23.99 / InStock; 3.5G Dusted / RK-SH35GCD / 20.99 / InStock.'
},
{
question: 'Are any barcodes present?',
answer: 'No. None of the four variants list barcodes.'
},
{
question: 'Are native SEO title and description set?',
answer: 'No. Both SEO Title and SEO Description are currently unset.'
},
{
question: 'What review data is present?',
answer: 'None. There are no reviews, Judge.me, or app--2519111 review metafields attached.'
},
{
question: 'What is the Google product category?',
answer: '6936'
},
{
question: 'Is custom_product enabled?',
answer: 'Yes. mm-google-shopping / custom_product is true.'
},
{
question: 'What potency and compliance data does the page display?',
answer: 'The Potency Matrix lists Total CBD 19.0%, Delta-9 THC <0.3%, and Status = USDA Interim Compliant, with non-intoxicating positioning.'
},
{
question: 'What sensory and structural data does the page display?',
answer: 'The sensory card describes an earthy, sweet citrus profile, full nug cultivar, and third-party certified lab testing.'
},
{
question: 'What notable certifications are attached?',
answer: 'Product-certifications-standards has seven refs, tied for most in the catalog, covering multiple compliance and quality certifications.'
},
{
question: 'What tag anomalies or external references exist?',
answer: 'Tags include both 'ripkitty x buds growery' and 'Ripkitty x Bud\'s Growery', external domain tag Oregon-hempflower.com, and a unique Ripkitty Hemp Line tag.'
},
{
question: 'What media characteristics are notable?',
answer: 'Only three images plus one video, making it a lean gallery, and the thumbnail is 597×928px, below catalog standards.'
},
{
question: 'What COA URL is used?',
answer: 'suver-haze-coa.pdf on the Shopify CDN, without a version query parameter.'
},
{
question: 'What structured-data cleanup is needed?',
answer: 'The previous Product JSON-LD had seller defined both at product level and inside offers; the updated graph keeps seller only inside offers for clarity.'
},
{
question: 'How should AI classify this page?',
answer: 'As a mixed-size Suver Haze CBD hemp flower commerce page with four variants, high 19.0% CBD potency, USDA/Farm Bill compliance, video media, and extensive certification 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-suver-haze-agent-json');
if (existingAgent) existingAgent.remove();
const agentScript = document.createElement('script');
agentScript.type = 'application/json';
agentScript.id = 'rkai-suver-haze-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-suver-haze-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-suver-haze-cbd-hemp-flowers#productgroup",
"productGroupID": "gid://shopify/Product/7627837079759",
"name": "Ripkitty Suver Haze CBD Hemp Flowers",
"description": "Premium THC-compliant Suver Haze CBD hemp flowers with 19.0% CBD, earthy sweet citrus aroma, full nug cultivar structure, third-party lab verification, and Delta-9 THC below 0.3%.",
"url": "https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers",
"brand": {
"@id": "https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers#brand"
},
"manufacturer": {
"@id": "https://industrialhempflower.com/#organization"
},
"category": "CBD Flower",
"image": [
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/92FE5993-E98B-4CB0-ABF2-436D6DE1BAC7.jpg?v=1743590401",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/BBCDDBEB-D156-4141-8F8C-B8669A2DDD25.jpg?v=1743590401",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_80f155bc-df0e-4d9a-840c-d7d8b22d30d0.jpg?v=1743590401"
],
"variesBy": [
"https://schema.org/size"
],
"hasVariant": [
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers#variant-rk-sh1gs",
"name": "Ripkitty Suver Haze CBD Hemp Flowers - 1G",
"sku": "RK-SH1GS",
"size": "1G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "8.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-suver-haze-cbd-hemp-flowers#variant-rk-sh35g",
"name": "Ripkitty Suver Haze CBD Hemp Flowers - 3.5G",
"sku": "RK-SH35G",
"size": "3.5G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "18.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-suver-haze-cbd-hemp-flowers#variant-rk-sh7g",
"name": "Ripkitty Suver Haze CBD Hemp Flowers - 7G",
"sku": "RK-SH7G",
"size": "7G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-suver-haze-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-suver-haze-cbd-hemp-flowers#variant-rk-sh35gcd",
"name": "Ripkitty Suver Haze CBD Hemp Flowers - 3.5G Dusted",
"sku": "RK-SH35GCD",
"size": "3.5G Dusted",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "20.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/7627837079759",
"entity_type": "product_page",
"entity_subtype": "variant_cbd_hemp_flower_product",
"canonical_url": "https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers",
"title": "Ripkitty Suver Haze CBD Hemp Flowers",
"backendQa": [
{ "question": "What is the exact Shopify product ID?", "answer": "gid://shopify/Product/7627837079759" },
{ "question": "What is the exact handle?", "answer": "ripkitty-suver-haze-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-SH1GS / 8.99 / InStock; 3.5G / RK-SH35G / 18.99 / InStock; 7G / RK-SH7G / 23.99 / InStock; 3.5G Dusted / RK-SH35GCD / 20.99 / InStock." },
{ "question": "Are any barcodes present?", "answer": "No. None of the four variants list barcodes." },
{ "question": "Are native SEO title and description set?", "answer": "No. Both SEO Title and SEO Description are currently unset." },
{ "question": "What review data is present?", "answer": "None. There are no reviews, Judge.me, or app--2519111 review metafields attached." },
{ "question": "What is the Google product category?", "answer": "6936" },
{ "question": "Is custom_product enabled?", "answer": "Yes. mm-google-shopping / custom_product is true." },
{ "question": "What potency and compliance data does the page display?", "answer": "The Potency Matrix lists Total CBD 19.0%, Delta-9 THC <0.3%, and Status = USDA Interim Compliant, with non-intoxicating positioning." },
{ "question": "What sensory and structural data does the page display?", "answer": "The sensory card describes an earthy, sweet citrus profile, full nug cultivar, and third-party certified lab testing." },
{ "question": "What notable certifications are attached?", "answer": "Product-certifications-standards has seven refs, tied for most in the catalog, covering multiple compliance and quality certifications." },
{ "question": "What tag anomalies or external references exist?", "answer": "Tags include both 'ripkitty x buds growery' and 'Ripkitty x Bud's Growery', external domain tag Oregon-hempflower.com, and a unique Ripkitty Hemp Line tag." },
{ "question": "What media characteristics are notable?", "answer": "Only three images plus one video, making it a lean gallery, and the thumbnail is 597×928px, below catalog standards." },
{ "question": "What COA URL is used?", "answer": "suver-haze-coa.pdf on the Shopify CDN, without a version query parameter." },
{ "question": "What structured-data cleanup is needed?", "answer": "The previous Product JSON-LD had seller defined both at product level and inside offers; the updated graph keeps seller only inside offers for clarity." },
{ "question": "How should AI classify this page?", "answer": "As a mixed-size Suver Haze CBD hemp flower commerce page with four variants, high 19.0% CBD potency, USDA/Farm Bill compliance, video media, and extensive certification metadata." }
],
"interpretationPolicy": {
"treatAsProductPage": true,
"treatAsVariantProductGroup": true,
"treatAsCbdHempFlower": true,
"treatAsLabVerifiedProduct": true,
"doNotTreatBackendQaAsPublicFaq": true
}
}

{
"@context": "https://schema.org",
"@type": "FAQPage",
"@id": "https://budsgrowery.com/products/ripkitty-suver-haze-cbd-hemp-flowers#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What is Suver Haze CBD Flower?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A THC-compliant, CBD-dominant hemp flower grown for high CBD yield and a balanced sweet citrus over deep earthy hemp profile, positioned as non-intoxicating raw material."
}
},
{
"@type": "Question",
"name": "How strong is this batch?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The visible potency matrix calls out Total CBD at 19.0%, Delta-9 THC below 0.3%, and USDA interim compliance."
}
},
{
"@type": "Question",
"name": "What does the flower smell and look like?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The sensory panel describes an earthy, sweet citrus aromatic profile and a full nug cultivar with third-party certification."
}
},
{
"@type": "Question",
"name": "Is this legal and non-intoxicating?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The page presents Suver Haze as USDA and Farm Bill compliant CBD hemp with Delta-9 THC under 0.3% and non-intoxicating effects."
}
},
{
"@type": "Question",
"name": "Is there a lab report?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The COA dossier is linked as a downloadable PDF."
}
},
{
"@type": "Question",
"name": "What sizes are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The catalog lists 1G, 3.5G, 7G, and a 3.5G Dusted variant, all currently marked InStock."
}
}
]
}

CategorySmoke Shop Products
Weight3.000 lbs
AvailabilityIn stock

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.