SmokeDropSmokeDrop
Log in Create account
Marketplace /Smoke Shop Products

Ripkitty Gelato Flowers

Sign Up to View Wholesale Price

/* Signature Container - Neapolitan Mesh Base */ .rkai-gelato-box { background-color: #2e1c14; /* Deep Chocolate Brown */ color: #f8fafc; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; border-radius: 16px;…

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

/* Signature Container - Neapolitan Mesh Base */
.rkai-gelato-box {
background-color: #2e1c14; /* Deep Chocolate Brown */
color: #f8fafc;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
border-radius: 16px;
overflow: hidden;
margin: 30px auto;
max-width: 950px;
border: 2px solid #5c3a21; /* Rich Cocoa Border */
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
position: relative;
line-height: 1.7;
}

/* Ambient Ice Cream Mesh Gradients */
.rkai-gelato-mesh {
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background:
radial-gradient(circle at 20% 10%, rgba(255, 105, 180, 0.25) 0%, transparent 45%), /* Strawberry Pink Top Left */
radial-gradient(circle at 80% 85%, rgba(74, 222, 128, 0.2) 0%, transparent 45%); /* Mint Green Bottom Right */
pointer-events: none;
z-index: 1;
}

.rkai-gelato-inner {
position: relative;
z-index: 2;
}

/* Partnership Credit Header */
.rkai-gelato-partnership {
background-color: #1a0f0a;
color: #ff69b4; /* Pink */
padding: 12px 20px;
text-align: center;
font-size: 12.5px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
border-bottom: 2px solid #4ade80; /* Mint Green */
}

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

/* Grand Header Section */
.rkai-gelato-header {
padding: 35px 30px 20px;
text-align: center;
}

.rkai-gelato-header h2 {
color: #ffffff;
font-size: 34px;
margin: 0 0 10px 0;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 1px;
text-shadow: 0 0 20px rgba(255, 105, 180, 0.5), 0 0 10px rgba(74, 222, 128, 0.3);
}

.rkai-gelato-subtitle {
color: #4ade80; /* Mint Green */
font-size: 16px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 4px;
margin-bottom: 15px;
}

.rkai-gelato-intro {
font-size: 16.5px;
font-weight: 500;
color: #e2e8f0;
padding: 0 30px;
text-align: center;
max-width: 850px;
margin: 0 auto 30px;
}

.rkai-gelato-intro strong {
color: #ffb6c1; /* Light Pink */
}

/* Content & Grids */
.rkai-gelato-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
padding: 0 40px 20px;
}

@media (max-width: 768px) {
.rkai-gelato-grid { grid-template-columns: 1fr; }
.rkai-gelato-grid { padding: 0 25px 20px; }
}

/* Frosted Glass Cards */
.rkai-gelato-card {
background: rgba(46, 28, 20, 0.5); /* Semi-transparent chocolate */
border: 1px solid rgba(255, 105, 180, 0.3); /* Soft pink border */
border-radius: 12px;
padding: 25px;
box-shadow: 0 8px 30px rgba(0,0,0,0.3);
backdrop-filter: blur(10px);
transition: transform 0.3s ease, border-color 0.3s ease;
}

.rkai-gelato-card:hover {
transform: translateY(-4px);
border-color: #4ade80; /* Shifts to mint green on hover */
box-shadow: 0 12px 35px rgba(74, 222, 128, 0.15);
}

.rkai-gelato-card h3 {
color: #ff69b4; /* Pink */
font-size: 21px;
margin-top: 0;
margin-bottom: 15px;
font-weight: 900;
border-bottom: 2px dashed #4ade80; /* Mint Green */
padding-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}

/* Lists */
.rkai-gelato-list {
list-style: none;
padding: 0;
margin: 0;
}

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

.rkai-gelato-list li::before {
content: "🍦"; /* Ice Cream Sparkle */
margin-right: 10px;
font-size: 14px;
margin-top: 2px;
}

.rkai-gelato-list strong {
color: #ffffff;
font-weight: 800;
display: inline-block;
width: 150px;
}

@media (max-width: 500px) {
.rkai-gelato-list strong { width: 100%; display: block; margin-bottom: 3px; }
}

/* Dynamic Toggle Button */
.rkai-toggle-btn {
background: linear-gradient(135deg, #8b4513, #5c3a21); /* Chocolate gradient */
color: #ffffff;
border: 1px solid #ffb6c1;
padding: 16px 25px;
font-size: 15px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
width: calc(100% - 80px);
margin: 10px 40px 30px;
border-radius: 8px;
transition: all 0.3s ease;
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
.rkai-toggle-btn { width: calc(100% - 50px); margin: 10px 25px 30px; }
}

.rkai-toggle-btn:hover {
background: linear-gradient(135deg, #ff69b4, #db2777); /* Pink shift */
border-color: #ffffff;
box-shadow: 0 6px 20px rgba(255, 105, 180, 0.3);
}

/* Hidden Details Panel */
.rkai-detailed-info {
display: none;
padding: 0 40px 20px;
animation: fadeInMesh 0.4s ease;
}

.rkai-detailed-info.active {
display: block;
}

@keyframes fadeInMesh {
from { opacity: 0; transform: translateY(-5px); }
to { opacity: 1; transform: translateY(0); }
}

/* Cannabinoid Data Tables */
.rkai-coa-table {
width: 100%;
border-collapse: collapse;
border-radius: 8px;
overflow: hidden;
margin-top: 10px;
margin-bottom: 25px;
background: rgba(0,0,0,0.4);
border: 1px solid #ff69b4;
}

.rkai-coa-table th,
.rkai-coa-table td {
padding: 12px;
text-align: left;
font-size: 14px;
border-bottom: 1px solid rgba(255, 105, 180, 0.2);
}

.rkai-coa-table th {
background: rgba(255, 105, 180, 0.15);
font-weight: 800;
color: #ffb6c1;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
width: 60%;
}

.rkai-coa-table td {
color: #4ade80; /* Mint numbers */
font-weight: 700;
font-family: 'Courier New', Courier, monospace;
font-size: 15px;
}

.rkai-coa-table tr:last-child td, .rkai-coa-table tr:last-child th { border-bottom: none; }

/* COA Link */
.rkai-lab-link {
display: block;
text-align: center;
background: #4ade80; /* Mint Green */
color: #1a0f0a;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
padding: 15px;
border-radius: 8px;
font-size: 15px;
letter-spacing: 1px;
margin: 0 40px 30px;
box-shadow: 0 5px 20px rgba(74, 222, 128, 0.3);
transition: all 0.3s ease;
}

@media (max-width: 768px) {
.rkai-lab-link { margin: 0 25px 30px; }
}

.rkai-lab-link:hover {
background: #ffffff;
color: #1a0f0a;
transform: scale(1.02);
}

/* Info Footer */
.rkai-gelato-footer {
text-align: center;
padding: 20px;
background: #1a0f0a;
font-size: 13px;
color: #94a3b8;
border-top: 1px solid #3d2516;
font-weight: 600;
text-transform: uppercase;
}

/* SEO Tags */
.rkai-seo-tags { display: none; visibility: hidden; }

Premium THCA Genetics

Ripkitty Gelato #33 THCA Flower

Gelato #33 is a premium, high-potency hybrid flower bred from legendary Sunset Sherbet and Thin Mint GSC genetics. It features dense, highly resinous buds with deep green and striking purple coloration, accented by bright orange pistils. Carefully cultivated and rigorously lab-verified, this strain is renowned for its absolute purity, incredible structure, and terpene-rich aroma.

🧬 Strain & Potency

  • THCA Potency: 25.0%
  • Total Actives: 26.6%
  • Moisture Content: 10.8% (Perfect Cure)
  • Lab Verified By: Pinnacle Analytics

🌿 Visual Profile

  • Structure: Dense, heavily frosted, and hand-trimmed.
  • Coloration: Deep greens intertwined with rich purple hues and bright orange hairs.
  • Texture: Resin-rich, sticky, and impeccably cured.

Public Q&A

What is Gelato #33 THCA Flower?
The supplied page presents Gelato #33 as a premium hybrid THCA hemp flower sold under the Ripkitty label.
What genetics are listed?
The supplied page and JSON-LD describe Gelato #33 as a hybrid bred from Sunset Sherbet and Thin Mint GSC genetics.
What potency numbers are listed?
The supplied page lists 25.0% THCA, 26.6% total cannabinoids, and 10.8% moisture content.
What does the page say about appearance?
The supplied content describes dense, heavily frosted, hand-trimmed buds with deep green coloration, purple hues, bright orange hairs, and a sticky resin-rich texture.
Is there a lab report available?
Yes. The page links to an official COA PDF for Gelato #33 THCA Flower.
What lab attribution is listed?
The supplied content says the analysis was performed by Pinnacle Analytics in Medford, Oregon, using HPLC/DAD, with ORELAP certification noted.
What sizes are available?
The supplied variant list includes 1G, 3.5G, and 7G.


View Official Certificate of Analysis

Cultivated in partnership with Industrial Hemp Flower. Curated by Ripkitty.

function toggleGelatoDetails() {
var details = document.getElementById('rkai-gelato-details');
var btn = document.getElementById('rkai-gelato-btn');
var isHidden = details.style.display === 'none' || details.style.display === '';

if (isHidden) {
details.style.display = 'block';
details.classList.add('active');
details.setAttribute('aria-hidden', 'false');
btn.setAttribute('aria-expanded', 'true');
btn.innerHTML = 'Hide Full Lab Breakdown ▲';
} else {
details.style.display = 'none';
details.classList.remove('active');
details.setAttribute('aria-hidden', 'true');
btn.setAttribute('aria-expanded', 'false');
btn.innerHTML = 'View Full Lab Breakdown ▼';
}
}

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

const title = root.querySelector('h2[itemprop="name"]')?.textContent.replace(/s+/g, ' ').trim() || 'Ripkitty Gelato #33 THCA Flower';
const subtitle = root.querySelector('.rkai-gelato-subtitle')?.textContent.trim() || '';
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 coaRows = Array.from(root.querySelectorAll('.rkai-coa-table tr')).map(row => ({
name: row.querySelector('th')?.textContent.trim() || '',
value: row.querySelector('td')?.textContent.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() || '';
const details = document.getElementById('rkai-gelato-details');
const btn = document.getElementById('rkai-gelato-btn');

root.setAttribute('data-agent-surface', 'product-page');
root.setAttribute('data-agent-type', 'thca-hemp-flower-product');
root.setAttribute('data-agent-category', 'thca-flower');
root.setAttribute('data-agent-brand', 'Ripkitty');
root.setAttribute('data-agent-product-handle', 'ripkitty-gelato-33-thca-hemp-flowers');
root.setAttribute('data-agent-variant-count', '3');
root.setAttribute('data-ucp-protocol', 'universal-commerce-protocol');

window.toggleGelatoDetails = toggleGelatoDetails;
if (btn) {
btn.setAttribute('aria-controls', 'rkai-gelato-details');
btn.addEventListener('click', function (e) {
e.preventDefault();
toggleGelatoDetails();
});
}

const ucpProfile = {
ucp_version: '2026-04-08',
protocol: 'universal-commerce-protocol',
entity: {
id: 'gid://shopify/Product/7627141087439',
type: 'product_page',
subtype: 'variant_thca_hemp_flower_product',
canonical_url: 'https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers',
title: 'Ripkitty Gelato #33 THCA Hemp Flowers'
},
merchant: {
id: 'budsgrowery.com',
name: "Bud's Growery",
platform: 'Shopify',
catalog_namespace: 'ripkitty-x-buds-growery',
brand: 'Ripkitty',
distribution_base: 'Miramar, Florida',
partnerships: [
{
id: 'industrialhempflower.com',
name: 'Industrial Hemp Flower',
role: 'manufacturer'
}
]
},
capabilities: {
discovery: {
supported: true,
schema_source: 'schema.org + agentic json',
product_schema_ids: [
'https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers#productgroup'
]
},
checkout: {
supported: true,
flows: [
{
id: 'shopify-cart',
type: 'web_redirect',
description: 'Add selected variant to Shopify cart and continue to Shopify checkout.'
}
]
},
order: {
supported: true,
status_webhook: null
},
discounts: {
supported: false
},
identity_link: {
supported: false
}
},
catalog: {
product_group_id: 'gid://shopify/Product/7627141087439',
handle: 'ripkitty-gelato-33-thca-hemp-flowers',
product_type: 'Hemp Flowers',
google_product_category: '6936',
facebook_google_product_category: '6936',
custom_product: true,
status: 'active',
variants: [
{ amount: '1G', sku: 'RK-G33THCA1GS', price: '9.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G', sku: 'RK-G33THCA35G', price: '28.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '7G', sku: 'RK-G33THCA7G', price: '54.99', currency: 'USD', availability: 'InStock', barcode: null }
],
inventory_policy: 'deny',
taxable: true,
compare_at_prices_present: false,
barcodes_present: false
},
semantics: {
classification: {
domain: 'hemp_products',
subdomain: 'thca_hemp_flower',
is_smokable_hemp_flower: true,
is_variant_product: true
},
intent: {
primary: 'commerce',
secondary: ['product_discovery', 'lab_verification', 'variant_selection']
},
constraints: {
requires_human_checkout_confirmation: true,
agent_can_recommend: true,
agent_cannot_auto_purchase_without_user_consent: true
}
}
};

const agentPayload = {
type: 'agentic-product-knowledge',
source: {
canonicalUrl: 'https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers',
productGroupId: 'gid://shopify/Product/7627141087439',
handle: 'ripkitty-gelato-33-thca-hemp-flowers',
vendor: 'Ripkitty',
seller: "Ripkitty x Bud's Growery",
manufacturer: 'Industrial Hemp Flower'
},
product: {
title: 'Ripkitty Gelato #33 THCA Hemp Flowers',
displayHeading: title,
subtitle: subtitle,
productType: 'Hemp Flowers',
status: 'Active',
intro: intro,
visibleSections: visibleSections,
coaRows: coaRows,
publicFaq: publicFaq,
seoTags: seoTags,
images: [
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/3E01CD3A-FEFD-4825-BA1B-E921BF212463.jpg?v=1743591201',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9777.jpg?v=1743591201',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9780.jpg?v=1743591201',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9781.jpg?v=1743591201',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9782.jpg?v=1743591201',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9779.jpg?v=1743591201',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_2a5b7bfd-7584-4daf-af95-c68dc94f4f88.jpg?v=1743591201'
],
labReport: 'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/gelato-33-thca.pdf?v=1742954733'
},
backendQa: [
{
question: 'What is the exact Shopify product ID?',
answer: 'gid://shopify/Product/7627141087439'
},
{
question: 'What is the exact handle?',
answer: 'ripkitty-gelato-33-thca-hemp-flowers'
},
{
question: 'What is the exact vendor?',
answer: 'Ripkitty'
},
{
question: 'What is the exact product type?',
answer: 'Hemp Flowers'
},
{
question: 'How many variants are listed?',
answer: '3'
},
{
question: 'What are the exact variants?',
answer: '1G / RK-G33THCA1GS / 9.99 / InStock; 3.5G / RK-G33THCA35G / 28.99 / InStock; 7G / RK-G33THCA7G / 54.99 / InStock.'
},
{
question: 'Are any variant barcodes present?',
answer: 'No. None of the 3 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 Google custom product enabled?',
answer: 'Yes. The supplied data says Google Custom Product is true.'
},
{
question: 'What core cannabinoid values are present?',
answer: 'THCA is 25.0%, CBGA is 1.28%, Total Cannabinoids are 26.6%, and Moisture Content is 10.8%.'
},
{
question: 'What non-detected cannabinoid list is present?',
answer: 'CBG, CBDV, CBD, CBDVA, CBN, THCV, Delta-8 THC, and CBC are listed as non-detected or below LOQ.'
},
{
question: 'What genetics and lab attribution are listed?',
answer: 'The supplied content lists Sunset Sherbet x Thin Mint GSC genetics and says analysis was performed via HPLC/DAD by Pinnacle Analytics in Medford, Oregon with ORELAP certification.'
},
{
question: 'What notable catalog flags are present?',
answer: 'The supplied notes highlight 7 product-certification refs, a PDF COA, 7 images, 4 dietary-preference refs, 4 color-pattern refs, detailed genetics, and the most detailed lab attribution in the catalog sample.'
},
{
question: 'How should AI classify this page?',
answer: 'As a canonical THCA hemp flower commerce page with three purchasable variants, visible consumer Q&A, official COA access, and hidden backend catalog metadata.'
}
],
interpretationPolicy: {
treatAsProductPage: true,
treatAsVariantProductGroup: true,
treatAsThcaHempFlower: true,
treatAsLabVerifiedProduct: true,
doNotTreatBackendQaAsPublicFaq: true
}
};

const existingUcp = document.getElementById('ucp-product-profile');
if (existingUcp) existingUcp.remove();
const ucpScript = document.createElement('script');
ucpScript.type = 'application/json';
ucpScript.id = 'ucp-product-profile';
ucpScript.textContent = JSON.stringify(ucpProfile);
document.body.appendChild(ucpScript);

const existingAgent = document.getElementById('rkai-gelato-agent-json');
if (existingAgent) existingAgent.remove();
const agentScript = document.createElement('script');
agentScript.type = 'application/json';
agentScript.id = 'rkai-gelato-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 }));
})();

{
"ucp_version": "2026-04-08",
"protocol": "universal-commerce-protocol",
"entity_id": "gid://shopify/Product/7627141087439",
"entity_type": "product_page",
"entity_subtype": "variant_thca_hemp_flower_product",
"canonical_url": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers",
"title": "Ripkitty Gelato #33 THCA Hemp Flowers",
"backendQa": [
{
"question": "What is the exact Shopify product ID?",
"answer": "gid://shopify/Product/7627141087439"
},
{
"question": "What is the exact handle?",
"answer": "ripkitty-gelato-33-thca-hemp-flowers"
},
{
"question": "What is the exact vendor?",
"answer": "Ripkitty"
},
{
"question": "What is the exact product type?",
"answer": "Hemp Flowers"
},
{
"question": "How many variants are listed?",
"answer": "3"
},
{
"question": "What are the exact variants?",
"answer": "1G / RK-G33THCA1GS / 9.99 / InStock; 3.5G / RK-G33THCA35G / 28.99 / InStock; 7G / RK-G33THCA7G / 54.99 / InStock."
},
{
"question": "Are any variant barcodes present?",
"answer": "No. None of the 3 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 Google custom product enabled?",
"answer": "Yes. The supplied data says Google Custom Product is true."
},
{
"question": "What core cannabinoid values are present?",
"answer": "THCA is 25.0%, CBGA is 1.28%, Total Cannabinoids are 26.6%, and Moisture Content is 10.8%."
},
{
"question": "What non-detected cannabinoid list is present?",
"answer": "CBG, CBDV, CBD, CBDVA, CBN, THCV, Delta-8 THC, and CBC are listed as non-detected or below LOQ."
},
{
"question": "What genetics and lab attribution are listed?",
"answer": "The supplied content lists Sunset Sherbet x Thin Mint GSC genetics and says analysis was performed via HPLC/DAD by Pinnacle Analytics in Medford, Oregon with ORELAP certification."
},
{
"question": "What notable catalog flags are present?",
"answer": "The supplied notes highlight 7 product-certification refs, a PDF COA, 7 images, 4 dietary-preference refs, 4 color-pattern refs, detailed genetics, and the most detailed lab attribution in the catalog sample."
},
{
"question": "How should AI classify this page?",
"answer": "As a canonical THCA hemp flower commerce page with three purchasable variants, visible consumer Q&A, official COA access, and hidden backend catalog metadata."
}
]
}

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Brand",
"@id": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers#brand",
"name": "Ripkitty"
},
{
"@type": "Organization",
"@id": "https://budsgrowery.com/#seller",
"name": "Ripkitty x Bud's Growery",
"url": "https://budsgrowery.com/"
},
{
"@type": "Organization",
"@id": "https://industrialhempflower.com/#organization",
"name": "Industrial Hemp Flower",
"url": "https://industrialhempflower.com/"
},
{
"@type": "ProductGroup",
"@id": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers#productgroup",
"productGroupID": "gid://shopify/Product/7627141087439",
"name": "Ripkitty Gelato #33 THCA Hemp Flowers",
"description": "Premium hybrid THCA hemp flower with 25.0% THCA, 26.6% total cannabinoids, official COA access, and three in-stock size variants.",
"url": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers",
"brand": {
"@id": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers#brand"
},
"manufacturer": {
"@id": "https://industrialhempflower.com/#organization"
},
"category": "6936",
"image": [
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/3E01CD3A-FEFD-4825-BA1B-E921BF212463.jpg?v=1743591201",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9777.jpg?v=1743591201",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9780.jpg?v=1743591201",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9781.jpg?v=1743591201",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9782.jpg?v=1743591201",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_9779.jpg?v=1743591201",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_2a5b7bfd-7584-4daf-af95-c68dc94f4f88.jpg?v=1743591201"
],
"variesBy": [
"https://schema.org/size"
],
"hasVariant": [
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers#variant-rk-g33thca1gs",
"name": "Ripkitty Gelato #33 THCA Hemp Flowers - 1G",
"sku": "RK-G33THCA1GS",
"size": "1G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers",
"priceCurrency": "USD",
"price": "9.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-gelato-33-thca-hemp-flowers#variant-rk-g33thca35g",
"name": "Ripkitty Gelato #33 THCA Hemp Flowers - 3.5G",
"sku": "RK-G33THCA35G",
"size": "3.5G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers",
"priceCurrency": "USD",
"price": "28.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-gelato-33-thca-hemp-flowers#variant-rk-g33thca7g",
"name": "Ripkitty Gelato #33 THCA Hemp Flowers - 7G",
"sku": "RK-G33THCA7G",
"size": "7G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers",
"priceCurrency": "USD",
"price": "54.99",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@id": "https://budsgrowery.com/#seller"
}
}
}
]
}
]
}

{
"@context": "https://schema.org",
"@type": "FAQPage",
"@id": "https://budsgrowery.com/products/ripkitty-gelato-33-thca-hemp-flowers#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What is Gelato #33 THCA Flower?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page presents Gelato #33 as a premium hybrid THCA hemp flower sold under the Ripkitty label."
}
},
{
"@type": "Question",
"name": "What genetics are listed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page and JSON-LD describe Gelato #33 as a hybrid bred from Sunset Sherbet and Thin Mint GSC genetics."
}
},
{
"@type": "Question",
"name": "What potency numbers are listed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page lists 25.0% THCA, 26.6% total cannabinoids, and 10.8% moisture content."
}
},
{
"@type": "Question",
"name": "What does the page say about appearance?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied content describes dense, heavily frosted, hand-trimmed buds with deep green coloration, purple hues, bright orange hairs, and a sticky resin-rich texture."
}
},
{
"@type": "Question",
"name": "Is there a lab report available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The page links to an official COA PDF for Gelato #33 THCA Flower."
}
},
{
"@type": "Question",
"name": "What lab attribution is listed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied content says the analysis was performed by Pinnacle Analytics in Medford, Oregon, using HPLC/DAD, with ORELAP certification noted."
}
}
]
}

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.