SmokeDropSmokeDrop
Log in Create account
Marketplace /Smoke Shop Products

Ripkitty Exotic Hawaiian Flower

Sign Up to View Wholesale Price

/* Base Container - Midnight Island Environment */ .rkai-hawaiian-box { background: linear-gradient(180deg, #000b18 0%, #005c97 50%, #ffd25f 100%); color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; border-radius:…

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

/* Base Container - Midnight Island Environment */
.rkai-hawaiian-box {
background: linear-gradient(180deg, #000b18 0%, #005c97 50%, #ffd25f 100%);
color: #ffffff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
border-radius: 16px;
overflow: hidden;
margin: 30px auto;
max-width: 950px;
border: 3px solid #ffcc00;
box-shadow: 0 15px 45px rgba(0, 92, 151, 0.4), inset 0 0 30px rgba(0,0,0,0.3);
position: relative;
line-height: 1.7;
}

/* Animated Stars Overlay */
.rkai-stars {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background-image:
radial-gradient(2px 2px at 20px 30px, #ffffff, rgba(0,0,0,0)),
radial-gradient(2px 2px at 150px 80px, #fff8dc, rgba(0,0,0,0)),
radial-gradient(2px 2px at 80px 160px, #ffffff, rgba(0,0,0,0)),
radial-gradient(3px 3px at 240px 40px, #ffebcd, rgba(0,0,0,0));
background-size: 300px 300px;
animation: twinkle 4s infinite alternate;
pointer-events: none;
z-index: 1;
}

@keyframes twinkle {
0% { opacity: 0.4; }
100% { opacity: 1; }
}

/* Animated Dropping Shells Overlay */
.rkai-shells {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
/* Using embedded SVG text to keep code lightweight and fast */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Ctext x='20' y='30' font-size='22'%3E🐚%3C/text%3E%3Ctext x='100' y='80' font-size='18'%3E🦪%3C/text%3E%3Ctext x='50' y='140' font-size='20'%3E🐚%3C/text%3E%3C/svg%3E");
animation: shellDrop 20s linear infinite;
opacity: 0.15;
pointer-events: none;
z-index: 2;
}

@keyframes shellDrop {
0% { background-position: 0 0; }
100% { background-position: 0 600px; }
}

.rkai-hawaiian-inner {
position: relative;
z-index: 3;
padding: 40px 30px;
}

/* Partnership Header */
.rkai-hawaiian-partnership {
background-color: rgba(0, 11, 24, 0.85);
color: #ffd25f;
padding: 12px 20px;
text-align: center;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
border-bottom: 2px solid #005c97;
margin: -40px -30px 30px;
backdrop-filter: blur(4px);
}

.rkai-hawaiian-partnership span {
color: #ffffff;
font-weight: 900;
}

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

.rkai-hawaiian-header h2 {
font-size: 40px;
font-weight: 900;
margin: 0;
color: #ffffff;
text-transform: uppercase;
letter-spacing: -1px;
text-shadow: 2px 2px 10px #000000, 0 0 20px #005c97;
}

.rkai-hawaiian-subtitle {
color: #000b18;
background: linear-gradient(90deg, #ffd25f, #ffaa00);
display: inline-block;
padding: 5px 20px;
font-size: 17px;
font-weight: 900;
margin-top: 15px;
border-radius: 4px;
text-transform: uppercase;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

/* Content Panels */
.rkai-hawaiian-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
margin-top: 30px;
}

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

.rkai-glass-card {
background: rgba(0, 11, 24, 0.6);
border: 1px solid rgba(255, 210, 95, 0.3);
padding: 25px;
border-radius: 12px;
backdrop-filter: blur(8px);
transition: all 0.3s ease;
box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.rkai-glass-card:hover {
transform: translateY(-5px);
border-color: #ffd25f;
box-shadow: 0 12px 40px rgba(0, 92, 151, 0.6);
}

.rkai-glass-card h3 {
color: #ffd25f;
font-size: 21px;
margin-top: 0;
margin-bottom: 15px;
text-transform: uppercase;
border-bottom: 2px dashed #005c97;
padding-bottom: 10px;
}

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

.rkai-hawaiian-list li {
margin-bottom: 12px;
font-weight: 500;
color: #e2e8f0;
display: flex;
align-items: flex-start;
}

.rkai-hawaiian-list li::before {
content: "🌴";
margin-right: 10px;
font-size: 14px;
margin-top: 2px;
}

.rkai-hawaiian-list strong {
color: #ffffff;
margin-right: 5px;
font-weight: 800;
}

/* Details Toggle Area */
.rkai-hawaiian-details {
margin-top: 30px;
background: rgba(0, 11, 24, 0.8);
border: 2px solid #005c97;
border-radius: 8px;
overflow: hidden;
}

.rkai-hawaiian-summary {
padding: 18px 25px;
cursor: pointer;
font-weight: 900;
text-transform: uppercase;
background: #005c97;
color: #ffffff;
display: flex;
justify-content: space-between;
align-items: center;
transition: background 0.3s ease;
}

.rkai-hawaiian-summary:hover {
background: #004573;
}

.rkai-hawaiian-summary::after { content: '▼ REVEAL THE TROPICS'; font-size: 11px; color: #ffd25f; }

/* COA Section */
.rkai-lab-btn {
display: block;
text-align: center;
background: linear-gradient(135deg, #ffd25f, #ffaa00);
color: #000b18;
padding: 20px;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 30px;
border-radius: 8px;
box-shadow: 0 5px 20px rgba(0,0,0,0.5);
transition: all 0.3s ease;
}

.rkai-lab-btn:hover {
background: #ffffff;
color: #005c97;
box-shadow: 0 0 25px #ffffff;
transform: scale(1.02);
}

/* SEO Hidden Tags */
.rk-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: 800;
color: #ffd25f;
outline: none;
}
section[aria-label="Public product questions and answers"] div {
padding-top: 10px;
color: #e2e8f0;
}

Sour Hawaiian Haze

Sativa-Dominant Tropical Monster

Sour Hawaiian Haze is Ripkitty’s tropical heavy-hitter, built exclusively for those who know their botany. Bright neon green, completely coated in sugary trichomes, and packing serious citrus and gas. This Sativa-dominant hybrid doesn’t whisper—it yells premium from the first crack of the jar to the last burning nug.

📊 The Numbers

  • Type: Sativa-Dominant Hybrid
  • Total Actives: 16%
  • Terpene Yield: 2.2%
  • Compliance: < 0.3% Δ9THC

🌺 Island Aromatics

  • Aroma: Sweet tropical fruit with a heavy diesel edge.
  • Visuals: Dense, bright green nugs completely glazed in sugar.
  • Cultivation: Hand-trimmed, large nug dominant.

Public Q&A

What is Sour Hawaiian Haze HHC Flower?
The supplied page presents Sour Hawaiian Haze as a sativa-dominant HHC hemp flower with bright neon green buds, sugary trichome coverage, and a premium tropical citrus-and-gas profile.
What potency and compliance data are shown on the page?
The visible numbers panel lists a sativa-dominant hybrid type, total actives at 16%, terpene yield at 2.2%, and Delta-9 THC below 0.3%.
What does it smell and look like?
The island aromatics panel describes sweet tropical fruit with a heavy diesel edge, dense bright green nugs glazed in sugar, and a hand-trimmed, large-nug-dominant presentation.
What extra sensory details are shown in the expandable section?
The full sensory breakdown describes a punchy sour apple profile backed by juicy floral citrus funk, plus compliant HHC formulation, third-party full-panel COA verification, and high-grade Industrial Hemp Flower cultivars.
What sizes are available?
The supplied variant list includes 1G, 3.5G, 7G, 14G, and 3.5G Dusted, all marked InStock.
Is there a COA?
Yes. The page links to a full COA dossier PDF for Sour Hawaiian Haze.
View Full Sensory Breakdown

The Experience

From the exact moment the seal is broken, Sour Hawaiian Haze slaps with a punchy, sour apple profile backed by a juicy, floral citrus funk. This isn’t budget shake—this is real-deal, Sativa-forward hemp built for a full sensory wave and massive visual impact.

  • Infusion Status: Formulated for compliant HHC presence
  • Verification: Third-party tested via full-panel COA
  • Sourcing: High-grade Industrial Hemp Flower Cultivars

DOWNLOAD FULL COA DOSSIER (PDF)

Industrial Hemp Flower x Bud's Growery Miramar

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

const title = root.querySelector('h2[itemprop="name"]')?.textContent.replace(/s+/g, ' ').trim() || 'Sour Hawaiian Haze';
const subtitle = root.querySelector('.rkai-hawaiian-subtitle')?.textContent.replace(/s+/g, ' ').trim() || '';
const description = 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 sensoryBreakdown = root.querySelector('.rkai-hawaiian-details')?.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-tags')?.textContent.replace(/s+/g, ' ').trim() || '';

root.setAttribute('data-agent-surface', 'product-page');
root.setAttribute('data-agent-type', 'hhc-hemp-flower-product');
root.setAttribute('data-agent-category', 'hhc-hemp-flower');
root.setAttribute('data-agent-brand', 'Ripkitty');
root.setAttribute('data-agent-product-handle', 'ripkitty-sour-hawaiian-haze-hhc-hemp-flower');
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/7628169740495',
type: 'product_page',
subtype: 'variant_hhc_hemp_flower_product',
canonical_url: 'https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower',
title: 'Ripkitty Sour Hawaiian Haze HHC 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-hawaiian-haze-hhc-hemp-flower#productgroup'
]
},
checkout: {
supported: true,
flows: [
{
id: 'shopify-cart',
type: 'web_redirect',
description: 'Add selected variant to Shopify cart and continue to hosted Shopify checkout.'
}
]
},
order: {
supported: true,
status_webhook: null
},
discounts: {
supported: false
},
identity_link: {
supported: false
}
},
catalog: {
product_group_id: 'gid://shopify/Product/7628169740495',
handle: 'ripkitty-sour-hawaiian-haze-hhc-hemp-flower',
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-SHHHHC1GS', price: '10.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G', sku: 'RK-SHHHHC35G', price: '24.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '7G', sku: 'RK-SHHHHC7G', price: '43.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '14G', sku: 'RK-SHHHHC14GHO', price: '69.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G Dusted', sku: 'RK-SHHHHC35GCD', price: '29.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: 'hhc_hemp_flower',
strain: 'Sour Hawaiian Haze',
is_smokable_hemp_flower: true,
is_variant_product: true,
cannabinoid_focus: 'hhc_infused_total_actives_flower',
dominant_profile: 'sativa_dominant_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-hawaiian-haze-hhc-hemp-flower',
productGroupId: 'gid://shopify/Product/7628169740495',
handle: 'ripkitty-sour-hawaiian-haze-hhc-hemp-flower',
vendor: 'Ripkitty',
seller: "Bud's Growery",
manufacturer: 'Industrial Hemp Flower'
},
product: {
title: 'Ripkitty Sour Hawaiian Haze HHC Hemp Flowers',
displayHeading: title,
subtitle: subtitle,
description: description,
productType: 'Hemp Flowers',
categoryAttribute: root.getAttribute('data-category') || 'HHC Hemp Flower',
status: 'Active',
visibleSections: visibleSections,
sensoryBreakdown: sensoryBreakdown,
publicFaq: publicFaq,
seoTags: seoTags,
images: [
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/47C47825-1D86-43D8-A351-01315E012FC1.jpg?v=1743590037',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/CD1A2A98-3F67-411A-AD1F-D080B500CAB3.jpg?v=1743590037',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/6B0E78D0-B41E-4A62-8DB4-0DFC83A6D38A.jpg?v=1743590037',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/BD511C32-88DE-46D3-B7A1-BE0D9B94ECB9.jpg?v=1743590037',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/B9A711B1-EAF2-4A57-BDE4-0B21B40456E1.jpg?v=1743590037',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/BA3778D4-0CCC-4EEF-A6F7-992311275A95.jpg?v=1743590037',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/78927D7C-870A-4297-A645-0B0C4699EAD2.jpg?v=1743590076',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/1B01D0F9-B0FD-41EA-B0F9-858EBDD03ECE.jpg?v=1743590076',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_5d2c5f54-46b3-4a89-96ff-ae4d824fd140.jpg?v=1743590076'
],
labReport: 'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/sour-hawaiian-haze.pdf?v=1742954733'
},
backendQa: [
{
question: 'What is the exact Shopify product ID?',
answer: 'gid://shopify/Product/7628169740495'
},
{
question: 'What is the exact handle?',
answer: 'ripkitty-sour-hawaiian-haze-hhc-hemp-flower'
},
{
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-SHHHHC1GS / 10.99 / InStock; 3.5G / RK-SHHHHC35G / 24.99 / InStock; 7G / RK-SHHHHC7G / 43.99 / InStock; 14G / RK-SHHHHC14GHO / 69.99 / InStock; 3.5G Dusted / RK-SHHHHC35GCD / 29.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 shows mm-google-shopping / custom_product = true.'
},
{
question: 'What potency and compliance data are visibly stated on the page?',
answer: 'The visible Numbers panel lists a sativa-dominant hybrid type, total actives at 16%, terpene yield at 2.2%, and Delta-9 THC below 0.3%.'
},
{
question: 'What sensory data are visibly stated on the page?',
answer: 'The visible Island Aromatics panel describes sweet tropical fruit with a heavy diesel edge, dense bright green nugs glazed in sugar, and hand-trimmed large-nug-dominant presentation.'
},
{
question: 'What additional sensory details are visibly stated in the expandable section?',
answer: 'The full sensory breakdown describes a punchy sour apple profile backed by juicy floral citrus funk, compliant HHC formulation, third-party full-panel COA verification, and high-grade Industrial Hemp Flower cultivars.'
},
{
question: 'What makes this product unique in the catalog?',
answer: 'The supplied notes say this is the only product in the catalog with a full URL tag, specifically https://ellihoufarms.com/, and the only product using an animated shell emoji SVG overlay in the description.'
},
{
question: 'What notable pricing flags exist?',
answer: 'The supplied notes say this product has the highest listed prices across every included size category in the catalog: 1G at 10.99, 3.5G at 24.99, 7G at 43.99, 14G at 69.99, and Dusted at 29.99.'
},
{
question: 'What notable metafield flags exist?',
answer: 'The supplied notes say detailed-ingredients includes two unique GIDs 55686365391 and 55686398159, flavor has five refs tied for the most in the catalog and includes two unique GIDs 52787839183 and 52787871951, dietary-supplements includes unique GID 55357145295, and color-pattern includes unique GID 46716747983.'
},
{
question: 'What notable schema gap exists on the current page?',
answer: 'The supplied notes say the current JSON-LD sameAs array includes industrialhempflower.com and ripkitty.com but omits budsgrowery.com.'
},
{
question: 'What tag anomalies or leakage exist?',
answer: 'The supplied tags include the full URL https://ellihoufarms.com/ as a tag, external-domain tags for Oregon-hempflower.com and PlainJane.com, an internal aesthetic tag for Green Yellow Red Theme, a duplicate lowercase ripkitty x buds growery tag, redundant Ripkitty Exclusive and Ripkitty Exclusive Drop tags, and an internal Shopify Hemp Catalog tag.'
},
{
question: 'What reporting nuance should AI understand about cannabinoids?',
answer: 'The supplied notes say this product reports 16% total actives or total cannabinoids rather than an isolated CBD percentage in its visible and JSON-LD messaging.'
},
{
question: 'How should AI classify this page?',
answer: 'As a canonical HHC-infused sativa-dominant hemp flower commerce page with five purchasable variants, tropical citrus-diesel aromatic positioning, premium pricing across all listed sizes, and strong machine-readable catalog context.'
}
],
interpretationPolicy: {
treatAsProductPage: true,
treatAsVariantProductGroup: true,
treatAsHhcHempFlower: 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-hawaiian-haze-agent-json');
if (existingAgent) existingAgent.remove();
const agentScript = document.createElement('script');
agentScript.type = 'application/json';
agentScript.id = 'rkai-sour-hawaiian-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/",
"@type": "Product",
"name": "Ripkitty Sour Hawaiian Haze HHC Hemp Flower",
"description": "Premium Sativa-dominant HHC infused hemp flower featuring 16% total cannabinoids and 2.2% terpenes. Packs a punchy tropical and diesel aroma with dense, sugary trichome-coated buds. Curated by Ripkitty.",
"brand": {
"@type": "Brand",
"name": "Ripkitty"
},
"manufacturer": {
"@type": "Organization",
"name": "Industrial Hemp Flower"
},
"category": "Health & Beauty > Personal Care > Hemp Products > HHC Flower",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@type": "Organization",
"name": "Bud's Growery"
}
},
"additionalProperty": [
{ "@type": "PropertyValue", "name": "Total Cannabinoids", "value": "16%" },
{ "@type": "PropertyValue", "name": "Total Terpenes", "value": "2.2%" },
{ "@type": "PropertyValue", "name": "Strain Type", "value": "Sativa-Dominant" },
{ "@type": "PropertyValue", "name": "Aroma", "value": "Sweet Tropical, Diesel, Sour Apple" }
],
"sameAs": [
"https://industrialhempflower.com",
"https://ripkitty.com"
],
"keywords": "Sour Hawaiian Haze, HHC Flower, Sativa Hemp, Ripkitty, Industrial Hemp Flower"
}

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Brand",
"@id": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower#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-hawaiian-haze-hhc-hemp-flower#productgroup",
"productGroupID": "gid://shopify/Product/7628169740495",
"name": "Ripkitty Sour Hawaiian Haze HHC Hemp Flowers",
"description": "Premium sativa-dominant HHC-infused hemp flower with 16% total actives, 2.2% terpenes, tropical fruit and diesel aroma, dense sugary trichome coverage, and Delta-9 THC below 0.3%.",
"url": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower",
"brand": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower#brand"
},
"manufacturer": {
"@id": "https://industrialhempflower.com/#organization"
},
"category": "Health & Beauty > Personal Care > Hemp Products > HHC Flower",
"image": [
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/47C47825-1D86-43D8-A351-01315E012FC1.jpg?v=1743590037",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/CD1A2A98-3F67-411A-AD1F-D080B500CAB3.jpg?v=1743590037",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/6B0E78D0-B41E-4A62-8DB4-0DFC83A6D38A.jpg?v=1743590037",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/BD511C32-88DE-46D3-B7A1-BE0D9B94ECB9.jpg?v=1743590037",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/B9A711B1-EAF2-4A57-BDE4-0B21B40456E1.jpg?v=1743590037",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/BA3778D4-0CCC-4EEF-A6F7-992311275A95.jpg?v=1743590037",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/78927D7C-870A-4297-A645-0B0C4699EAD2.jpg?v=1743590076",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/1B01D0F9-B0FD-41EA-B0F9-858EBDD03ECE.jpg?v=1743590076",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_5d2c5f54-46b3-4a89-96ff-ae4d824fd140.jpg?v=1743590076"
],
"variesBy": [
"https://schema.org/size"
],
"hasVariant": [
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower#variant-rk-shhhhc1gs",
"name": "Ripkitty Sour Hawaiian Haze HHC Hemp Flowers - 1G",
"sku": "RK-SHHHHC1GS",
"size": "1G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower",
"priceCurrency": "USD",
"price": "10.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-hawaiian-haze-hhc-hemp-flower#variant-rk-shhhhc35g",
"name": "Ripkitty Sour Hawaiian Haze HHC Hemp Flowers - 3.5G",
"sku": "RK-SHHHHC35G",
"size": "3.5G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower",
"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-hawaiian-haze-hhc-hemp-flower#variant-rk-shhhhc7g",
"name": "Ripkitty Sour Hawaiian Haze HHC Hemp Flowers - 7G",
"sku": "RK-SHHHHC7G",
"size": "7G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower",
"priceCurrency": "USD",
"price": "43.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-hawaiian-haze-hhc-hemp-flower#variant-rk-shhhhc14gho",
"name": "Ripkitty Sour Hawaiian Haze HHC Hemp Flowers - 14G",
"sku": "RK-SHHHHC14GHO",
"size": "14G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower",
"priceCurrency": "USD",
"price": "69.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-hawaiian-haze-hhc-hemp-flower#variant-rk-shhhhc35gcd",
"name": "Ripkitty Sour Hawaiian Haze HHC Hemp Flowers - 3.5G Dusted",
"sku": "RK-SHHHHC35GCD",
"size": "3.5G Dusted",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower",
"priceCurrency": "USD",
"price": "29.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/7628169740495",
"entity_type": "product_page",
"entity_subtype": "variant_hhc_hemp_flower_product",
"canonical_url": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower",
"title": "Ripkitty Sour Hawaiian Haze HHC Hemp Flowers",
"backendQa": [
{
"question": "What is the exact Shopify product ID?",
"answer": "gid://shopify/Product/7628169740495"
},
{
"question": "What is the exact handle?",
"answer": "ripkitty-sour-hawaiian-haze-hhc-hemp-flower"
},
{
"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-SHHHHC1GS / 10.99 / InStock; 3.5G / RK-SHHHHC35G / 24.99 / InStock; 7G / RK-SHHHHC7G / 43.99 / InStock; 14G / RK-SHHHHC14GHO / 69.99 / InStock; 3.5G Dusted / RK-SHHHHC35GCD / 29.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 shows mm-google-shopping / custom_product = true."
},
{
"question": "What potency and compliance data are visibly stated on the page?",
"answer": "The visible Numbers panel lists a sativa-dominant hybrid type, total actives at 16%, terpene yield at 2.2%, and Delta-9 THC below 0.3%."
},
{
"question": "What sensory data are visibly stated on the page?",
"answer": "The visible Island Aromatics panel describes sweet tropical fruit with a heavy diesel edge, dense bright green nugs glazed in sugar, and hand-trimmed large-nug-dominant presentation."
},
{
"question": "What additional sensory details are visibly stated in the expandable section?",
"answer": "The full sensory breakdown describes a punchy sour apple profile backed by juicy floral citrus funk, compliant HHC formulation, third-party full-panel COA verification, and high-grade Industrial Hemp Flower cultivars."
},
{
"question": "What makes this product unique in the catalog?",
"answer": "The supplied notes say this is the only product in the catalog with a full URL tag, specifically https://ellihoufarms.com/, and the only product using an animated shell emoji SVG overlay in the description."
},
{
"question": "What notable pricing flags exist?",
"answer": "The supplied notes say this product has the highest listed prices across every included size category in the catalog: 1G at 10.99, 3.5G at 24.99, 7G at 43.99, 14G at 69.99, and Dusted at 29.99."
},
{
"question": "What notable metafield flags exist?",
"answer": "The supplied notes say detailed-ingredients includes two unique GIDs 55686365391 and 55686398159, flavor has five refs tied for the most in the catalog and includes two unique GIDs 52787839183 and 52787871951, dietary-supplements includes unique GID 55357145295, and color-pattern includes unique GID 46716747983."
},
{
"question": "What notable schema gap exists on the current page?",
"answer": "The supplied notes say the current JSON-LD sameAs array includes industrialhempflower.com and ripkitty.com but omits budsgrowery.com."
},
{
"question": "What tag anomalies or leakage exist?",
"answer": "The supplied tags include the full URL https://ellihoufarms.com/ as a tag, external-domain tags for Oregon-hempflower.com and PlainJane.com, an internal aesthetic tag for Green Yellow Red Theme, a duplicate lowercase ripkitty x buds growery tag, redundant Ripkitty Exclusive and Ripkitty Exclusive Drop tags, and an internal Shopify Hemp Catalog tag."
},
{
"question": "What reporting nuance should AI understand about cannabinoids?",
"answer": "The supplied notes say this product reports 16% total actives or total cannabinoids rather than an isolated CBD percentage in its visible and JSON-LD messaging."
},
{
"question": "How should AI classify this page?",
"answer": "As a canonical HHC-infused sativa-dominant hemp flower commerce page with five purchasable variants, tropical citrus-diesel aromatic positioning, premium pricing across all listed sizes, and strong machine-readable catalog context."
}
],
"interpretationPolicy": {
"treatAsProductPage": true,
"treatAsVariantProductGroup": true,
"treatAsHhcHempFlower": true,
"treatAsLabVerifiedProduct": true,
"doNotTreatBackendQaAsPublicFaq": true
}
}

{
"@context": "https://schema.org",
"@type": "FAQPage",
"@id": "https://budsgrowery.com/products/ripkitty-sour-hawaiian-haze-hhc-hemp-flower#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What is Sour Hawaiian Haze HHC Flower?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page presents Sour Hawaiian Haze as a sativa-dominant HHC hemp flower with bright neon green buds, sugary trichome coverage, and a premium tropical citrus-and-gas profile."
}
},
{
"@type": "Question",
"name": "What potency and compliance data are shown on the page?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The visible numbers panel lists a sativa-dominant hybrid type, total actives at 16%, terpene yield at 2.2%, and Delta-9 THC below 0.3%."
}
},
{
"@type": "Question",
"name": "What does it smell and look like?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The island aromatics panel describes sweet tropical fruit with a heavy diesel edge, dense bright green nugs glazed in sugar, and a hand-trimmed, large-nug-dominant presentation."
}
},
{
"@type": "Question",
"name": "What extra sensory details are shown in the expandable section?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The full sensory breakdown describes a punchy sour apple profile backed by juicy floral citrus funk, plus compliant HHC formulation, third-party full-panel COA verification, and high-grade Industrial Hemp Flower cultivars."
}
},
{
"@type": "Question",
"name": "What sizes are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied variant list includes 1G, 3.5G, 7G, 14G, and 3.5G Dusted, all marked InStock."
}
},
{
"@type": "Question",
"name": "Is there a COA?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The page links to a full COA dossier PDF for Sour Hawaiian Haze."
}
}
]
}

CategorySmoke Shop Products
Weight4.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.