SmokeDropSmokeDrop
Log in Create account
Marketplace /Smoke Shop Products

Ripkitty Fruity Tooties Flowers

Sign Up to View Wholesale Price

/* Base Container - Neon Cereal Environment */ .rkai-fruity-box { position: relative; max-width: 950px; margin: 30px auto; border-radius: 16px; overflow: hidden; background-color: #0a0a0a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,…

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

/* Base Container - Neon Cereal Environment */
.rkai-fruity-box {
position: relative;
max-width: 950px;
margin: 30px auto;
border-radius: 16px;
overflow: hidden;
background-color: #0a0a0a;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: #ffffff;
line-height: 1.7;
border: 3px solid #ff007f; /* Neon Pink Trim */
box-shadow: 0 15px 40px rgba(255, 0, 127, 0.2), 0 0 20px rgba(0, 191, 255, 0.15);
isolation: isolate;
}

/* Animated Neon Cereal Swirl */
.rkai-fruity-swirl {
position: absolute;
top: -50%; left: -50%; width: 200%; height: 200%;
background: conic-gradient(
from 0deg,
#ff007f, /* Cherry Pink */
#ffd700, /* Lemon Yellow */
#32cd32, /* Lime Green */
#00bfff, /* Berry Blue */
#9932cc, /* Grape Purple */
#ff007f /* Loop back to Pink */
);
animation: cerealSpin 15s infinite linear;
z-index: 1;
opacity: 0.35;
filter: blur(20px);
pointer-events: none;
}

@keyframes cerealSpin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* Secondary Noise Overlay for Syndicate Grit */
.rkai-fruity-noise {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background-image: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noise"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noise)" opacity="0.08"/%3E%3C/svg%3E');
z-index: 2;
pointer-events: none;
}

/* Readable Content Layer (Dark Glass) */
.rkai-fruity-inner {
position: relative;
z-index: 3;
background: rgba(10, 10, 10, 0.88); /* Heavy contrast for reading */
margin: 25px;
border-radius: 12px;
padding: 35px 30px;
border: 1px solid rgba(255, 255, 255, 0.1);
backdrop-filter: blur(12px);
box-shadow: 0 10px 30px rgba(0,0,0,0.8);
}

@media (max-width: 768px) {
.rkai-fruity-inner { margin: 15px; padding: 25px 20px; }
}

/* Partnership Header */
.rkai-fruity-partnership {
background-color: #000000;
color: #00bfff; /* Berry Blue */
padding: 12px 20px;
text-align: center;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
border-bottom: 2px solid #ff007f;
margin: -35px -30px 30px;
border-radius: 12px 12px 0 0;
}

.rkai-fruity-partnership span {
color: #ffffff;
font-weight: 900;
text-shadow: 0 0 5px #00bfff;
}

/* Headers */
.rkai-main-title {
text-align: center;
margin-bottom: 35px;
}

.rkai-main-title h2 {
font-size: 40px;
font-weight: 900;
margin: 0;
color: #ffffff;
text-transform: uppercase;
letter-spacing: -1px;
text-shadow: 3px 3px 0px #ff007f, -2px -2px 0px #00bfff;
}

.rkai-main-subtitle {
color: #000000;
background: linear-gradient(90deg, #ffd700, #32cd32);
display: inline-block;
padding: 6px 18px;
font-size: 16px;
font-weight: 800;
margin-top: 15px;
border-radius: 4px;
text-transform: uppercase;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

/* Text Body */
.rkai-body-intro {
font-size: 16px;
color: #e2e8f0;
text-align: justify;
margin-bottom: 30px;
border-left: 3px solid #ff007f;
background: rgba(255, 255, 255, 0.03);
padding: 18px 20px;
}

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

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

.rkai-dossier-card {
background: rgba(0, 0, 0, 0.6);
border: 1px solid rgba(0, 191, 255, 0.4);
padding: 25px;
border-radius: 8px;
transition: all 0.3s ease;
}

.rkai-dossier-card:hover {
border-color: #ffd700;
box-shadow: 0 5px 20px rgba(255, 215, 0, 0.2);
transform: translateY(-3px);
}

.rkai-dossier-card h3 {
color: #ffffff;
font-size: 20px;
margin-top: 0;
margin-bottom: 15px;
text-transform: uppercase;
border-bottom: 2px dashed #ff007f;
padding-bottom: 8px;
}

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

.rkai-data-list li {
margin-bottom: 10px;
font-weight: 500;
color: #cccccc;
display: flex;
align-items: flex-start;
}

/* Colorful Bullets */
.rkai-data-list li:nth-child(odd)::before { content: "🍒"; margin-right: 10px; font-size: 14px; margin-top: 2px; }
.rkai-data-list li:nth-child(even)::before { content: "🍋"; margin-right: 10px; font-size: 14px; margin-top: 2px; }

.rkai-data-list strong {
color: #ffffff;
margin-right: 5px;
}

/* Dropdown Details */
.rkai-details-toggle {
margin-top: 30px;
background: rgba(0, 0, 0, 0.7);
border: 1px solid #32cd32;
border-radius: 6px;
overflow: hidden;
}

.rkai-details-summary {
padding: 16px 25px;
cursor: pointer;
font-weight: 900;
text-transform: uppercase;
background: #32cd32;
color: #000000;
display: flex;
justify-content: space-between;
align-items: center;
transition: background 0.3s ease;
}

.rkai-details-summary:hover { background: #ffd700; }
.rkai-details-summary::after { content: '▼ REVEAL DEEP LABS'; font-size: 11px; }

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

.rkai-coa-btn:hover {
background: #00bfff;
border-color: #ffffff;
box-shadow: 0 0 25px rgba(0, 191, 255, 0.6);
transform: scale(1.02);
}

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

Fruity Tooties CBD Flower

Sativa-Dominant // Cereal & Gas Terpenes
Forget the bowl and the spoon. Fruity Tooties is a Sativa-dominant heavy-hitter bred for absolute clarity, flavor dominance, and daily consistency. Packing a massive 18% CBD yield, this flower drops a terpene profile perfectly reminiscent of sugary fruit loops backed by a heavy, undeniable diesel tail. Visually stunning and aromatically loud, this cultivar is built for an all-day full-spectrum rotation.

🧪 Potency Matrix

  • CBD Content: 18.0%
  • Federal Status: < 0.3% Δ9-THC
  • Strain Base: Sativa-Dominant Hybrid
  • Rotation: Suitable for all-day clarity

🥣 Sensory Intel

  • The Nose: Cereal-fruity punch with a sharp diesel twist.
  • Structure: Dense, resin-frosted nugs.
  • Visuals: Vibrant light green bodies entangled with bright orange hairs.

Public Q&A

What is Fruity Tooties CBD Flower?
The supplied page presents Fruity Tooties as a sativa-dominant CBD hemp flower built for all-day clarity, flavor-forward aroma, and daily consistency.
What potency data is listed on the page?
The supplied visible content lists 18.0% CBD, Delta-9 THC below 0.3%, and a sativa-dominant hybrid strain base.
What aroma and flavor notes are described?
The supplied content describes a cereal-fruity punch with a sharp diesel twist.
What does the flower look like?
The supplied page describes dense, resin-frosted nugs with vibrant light green bodies and bright orange hairs.
What verification details are shown?
The supplied expandable panel says the batch is third-party COA verified, contains zero synthetic additives, meets legal THC compliance, and is cleared for legal jurisdictions.
What sizes are available?
The supplied variant list includes 1G, 3.5G, 7G, 14G, 28G, and a separate 3.5G Dusted option.
Does this product have review data?
Yes. The supplied catalog data shows a 5.0 out of 5.0 rating based on 1 review.
View Validation & Testing
  • Batch Testing: Third-Party COA Verified
  • Purity: Zero synthetic additives
  • THC Threshold: Legal Compliance Met
  • Shipment: Cleared for legal jurisdictions

Every batch is tested for exact cannabinoid content and verified for legal Δ9THC compliance. Full COA available via our certified laboratory partners.

DOWNLOAD BATCH COA (PDF)

Industrial Hemp Flower x Bud's Growery Miramar

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

const title = root.querySelector('h2[itemprop="name"]')?.textContent.replace(/s+/g, ' ').trim() || 'Fruity Tooties CBD Flower';
const subtitle = root.querySelector('.rkai-main-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 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', 'cbd-hemp-flower-product');
root.setAttribute('data-agent-category', 'cbd-flower');
root.setAttribute('data-agent-brand', 'Ripkitty');
root.setAttribute('data-agent-product-handle', 'ripkitty-fruity-tooties-cbd-hemp-flowers');
root.setAttribute('data-agent-variant-count', '6');
root.setAttribute('data-ucp-protocol', 'universal-commerce-protocol');

const ucpProfile = {
ucp_version: '2026-04-08',
protocol: 'universal-commerce-protocol',
entity: {
id: 'gid://shopify/Product/7627361124559',
type: 'product_page',
subtype: 'variant_cbd_hemp_flower_product',
canonical_url: 'https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers',
title: 'Ripkitty Fruity Tooties 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-fruity-tooties-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/7627361124559',
handle: 'ripkitty-fruity-tooties-cbd-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-FT1GS', price: '6.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G', sku: 'RK-FT35G', price: '15.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '7G', sku: 'RK-FT7G', price: '23.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '14G', sku: 'RK-FT14GHO', price: '34.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '28G', sku: 'RK-FT28G1O', price: '54.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G Dusted', sku: 'RK-FT35GCD', price: '23.99', currency: 'USD', availability: 'InStock', barcode: null }
],
inventory_policy: 'deny',
taxable: true,
compare_at_prices_present: false,
barcodes_present: false
},
semantics: {
classification: {
domain: 'hemp_products',
subdomain: 'cbd_hemp_flower',
is_smokable_hemp_flower: true,
is_variant_product: true,
style_positioning: 'sativa_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-fruity-tooties-cbd-hemp-flowers',
productGroupId: 'gid://shopify/Product/7627361124559',
handle: 'ripkitty-fruity-tooties-cbd-hemp-flowers',
vendor: 'Ripkitty',
seller: "Bud's Growery",
manufacturer: 'Industrial Hemp Flower'
},
product: {
title: 'Ripkitty Fruity Tooties CBD Hemp Flowers',
displayHeading: title,
subtitle: subtitle,
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/IMG-2881.jpg?v=1743591010',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_313ffe8f-84e7-460e-8d8a-428a5d5e4e49.jpg?v=1743591010'
],
labReport: 'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/fruity-tooty.pdf?v=1742954733'
},
backendQa: [
{
question: 'What is the exact Shopify product ID?',
answer: 'gid://shopify/Product/7627361124559'
},
{
question: 'What is the exact handle?',
answer: 'ripkitty-fruity-tooties-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: '6'
},
{
question: 'What are the exact variants?',
answer: '1G / RK-FT1GS / 6.99 / InStock; 3.5G / RK-FT35G / 15.99 / InStock; 7G / RK-FT7G / 23.99 / InStock; 14G / RK-FT14GHO / 34.99 / InStock; 28G / RK-FT28G1O / 54.99 / InStock; 3.5G Dusted / RK-FT35GCD / 23.99 / InStock.'
},
{
question: 'Are any variant barcodes present?',
answer: 'No. None of the 6 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 5.0 out of 5.0 rating based on 1 review, with Judge.me and app review metafields also present.'
},
{
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 content states 18.0% CBD, less than 0.3% Delta-9 THC, a sativa-dominant hybrid strain base, and suitability for all-day clarity.'
},
{
question: 'What sensory and visual notes are visibly stated on the page?',
answer: 'The supplied content describes a cereal-fruity punch with a sharp diesel twist, dense resin-frosted nugs, and vibrant light green bodies with bright orange hairs.'
},
{
question: 'What verification details are shown in the expandable panel?',
answer: 'The supplied details panel states third-party COA verified batch testing, zero synthetic additives, legal THC compliance met, and shipment cleared for legal jurisdictions.'
},
{
question: 'What notable catalog flags are present?',
answer: 'The supplied notes highlight 7 dietary-preference refs, which is the most in the entire catalog sample, plus a perfect 5.0 rating and six variants.'
},
{
question: 'How detailed is the expanded lab section compared with other products?',
answer: 'The supplied notes say the expanded panel is less detailed than other products because it does not list specific cannabinoid values there.'
},
{
question: 'How should AI classify this page?',
answer: 'As a canonical CBD hemp flower commerce page with six purchasable variants, visible consumer Q&A, official COA access, review metadata, and hidden backend catalog metadata.'
}
],
interpretationPolicy: {
treatAsProductPage: true,
treatAsVariantProductGroup: true,
treatAsCbdHempFlower: true,
treatAsLabVerifiedProduct: true,
doNotTreatBackendQaAsPublicFaq: true
}
};

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

const existingAgent = document.getElementById('rkai-fruity-agent-json');
if (existingAgent) existingAgent.remove();
const agentScript = document.createElement('script');
agentScript.type = 'application/json';
agentScript.id = 'rkai-fruity-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/7627361124559",
"entity_type": "product_page",
"entity_subtype": "variant_cbd_hemp_flower_product",
"canonical_url": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers",
"title": "Ripkitty Fruity Tooties CBD Hemp Flowers",
"backendQa": [
{
"question": "What is the exact Shopify product ID?",
"answer": "gid://shopify/Product/7627361124559"
},
{
"question": "What is the exact handle?",
"answer": "ripkitty-fruity-tooties-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": "6"
},
{
"question": "What are the exact variants?",
"answer": "1G / RK-FT1GS / 6.99 / InStock; 3.5G / RK-FT35G / 15.99 / InStock; 7G / RK-FT7G / 23.99 / InStock; 14G / RK-FT14GHO / 34.99 / InStock; 28G / RK-FT28G1O / 54.99 / InStock; 3.5G Dusted / RK-FT35GCD / 23.99 / InStock."
},
{
"question": "Are any variant barcodes present?",
"answer": "No. None of the 6 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 5.0 out of 5.0 rating based on 1 review, with Judge.me and app review metafields also present."
},
{
"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 content states 18.0% CBD, less than 0.3% Delta-9 THC, a sativa-dominant hybrid strain base, and suitability for all-day clarity."
},
{
"question": "What sensory and visual notes are visibly stated on the page?",
"answer": "The supplied content describes a cereal-fruity punch with a sharp diesel twist, dense resin-frosted nugs, and vibrant light green bodies with bright orange hairs."
},
{
"question": "What verification details are shown in the expandable panel?",
"answer": "The supplied details panel states third-party COA verified batch testing, zero synthetic additives, legal THC compliance met, and shipment cleared for legal jurisdictions."
},
{
"question": "What notable catalog flags are present?",
"answer": "The supplied notes highlight 7 dietary-preference refs, which is the most in the entire catalog sample, plus a perfect 5.0 rating and six variants."
},
{
"question": "How detailed is the expanded lab section compared with other products?",
"answer": "The supplied notes say the expanded panel is less detailed than other products because it does not list specific cannabinoid values there."
},
{
"question": "How should AI classify this page?",
"answer": "As a canonical CBD hemp flower commerce page with six purchasable variants, visible consumer Q&A, official COA access, review metadata, and hidden backend catalog metadata."
}
]
}

{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Ripkitty Fruity Tooties CBD Hemp Flower",
"description": "Premium Sativa-dominant CBD hemp flower featuring an 18% CBD yield. Delivers a vibrant fruit loops and diesel aroma with bright green, resin-frosted nugs. Fully federally compliant and lab tested.",
"brand": {
"@type": "Brand",
"name": "Ripkitty"
},
"manufacturer": {
"@type": "Organization",
"name": "Industrial Hemp Flower"
},
"category": "Agriculture > Hemp > CBD 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": "CBD Content", "value": "18%" },
{ "@type": "PropertyValue", "name": "Delta-9 THC", "value": "<0.3%" },
{ "@type": "PropertyValue", "name": "Strain Type", "value": "Sativa-Dominant" },
{ "@type": "PropertyValue", "name": "Aroma", "value": "Fruity Cereal, Diesel Gas" }
],
"sameAs": [
"https://industrialhempflower.com",
"https://ripkitty.com",
"https://budsgrowery.com"
],
"keywords": "Fruity Tooties CBD, Sativa Hemp Flower, 18% CBD, Fruit Loops Aroma, Ripkitty, Industrial Hemp Flower"
}

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Brand",
"@id": "https://budsgrowery.com/products/ripkitty-fruity-tooties-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-fruity-tooties-cbd-hemp-flowers#productgroup",
"productGroupID": "gid://shopify/Product/7627361124559",
"name": "Ripkitty Fruity Tooties CBD Hemp Flowers",
"description": "Sativa-dominant CBD hemp flower with 18% CBD, compliant Delta-9 THC, fruity cereal and diesel aroma, official COA access, and six in-stock variants including 3.5G Dusted.",
"url": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers",
"brand": {
"@id": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers#brand"
},
"manufacturer": {
"@id": "https://industrialhempflower.com/#organization"
},
"category": "6936",
"image": [
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG-2881.jpg?v=1743591010",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_313ffe8f-84e7-460e-8d8a-428a5d5e4e49.jpg?v=1743591010"
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.0",
"reviewCount": "1"
},
"variesBy": [
"https://schema.org/size"
],
"hasVariant": [
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers#variant-rk-ft1gs",
"name": "Ripkitty Fruity Tooties CBD Hemp Flowers - 1G",
"sku": "RK-FT1GS",
"size": "1G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "6.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-fruity-tooties-cbd-hemp-flowers#variant-rk-ft35g",
"name": "Ripkitty Fruity Tooties CBD Hemp Flowers - 3.5G",
"sku": "RK-FT35G",
"size": "3.5G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "15.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-fruity-tooties-cbd-hemp-flowers#variant-rk-ft7g",
"name": "Ripkitty Fruity Tooties CBD Hemp Flowers - 7G",
"sku": "RK-FT7G",
"size": "7G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-fruity-tooties-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-fruity-tooties-cbd-hemp-flowers#variant-rk-ft14gho",
"name": "Ripkitty Fruity Tooties CBD Hemp Flowers - 14G",
"sku": "RK-FT14GHO",
"size": "14G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-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-fruity-tooties-cbd-hemp-flowers#variant-rk-ft28g1o",
"name": "Ripkitty Fruity Tooties CBD Hemp Flowers - 28G",
"sku": "RK-FT28G1O",
"size": "28G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "54.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-fruity-tooties-cbd-hemp-flowers#variant-rk-ft35gcd",
"name": "Ripkitty Fruity Tooties CBD Hemp Flowers - 3.5G Dusted",
"sku": "RK-FT35GCD",
"size": "3.5G Dusted",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-fruity-tooties-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "23.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-fruity-tooties-cbd-hemp-flowers#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What is Fruity Tooties CBD Flower?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page presents Fruity Tooties as a sativa-dominant CBD hemp flower built for all-day clarity, flavor-forward aroma, and daily consistency."
}
},
{
"@type": "Question",
"name": "What potency data is listed on the page?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied visible content lists 18.0% CBD, Delta-9 THC below 0.3%, and a sativa-dominant hybrid strain base."
}
},
{
"@type": "Question",
"name": "What aroma and flavor notes are described?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied content describes a cereal-fruity punch with a sharp diesel twist."
}
},
{
"@type": "Question",
"name": "What does the flower look like?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page describes dense, resin-frosted nugs with vibrant light green bodies and bright orange hairs."
}
},
{
"@type": "Question",
"name": "What verification details are shown?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied expandable panel says the batch is third-party COA verified, contains zero synthetic additives, meets legal THC compliance, and is cleared for legal jurisdictions."
}
},
{
"@type": "Question",
"name": "What sizes are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied variant list includes 1G, 3.5G, 7G, 14G, 28G, and a separate 3.5G Dusted option."
}
},
{
"@type": "Question",
"name": "Does this product have review data?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The supplied catalog data shows a 5.0 out of 5.0 rating based on 1 review."
}
}
]
}

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.