SmokeDropSmokeDrop
Log in Create account
Marketplace /Smoke Shop Products

Ripkitty Bubba K 59 Flowers

Sign Up to View Wholesale Price

/* MURKY MOONLIGHT & PURPLE CLOUDS GRUNGE THEME * Layered Design: Midnight Abyss, Glowing Moon, Drifting Toxic Purple Clouds */ .rkai-murky-wrap { background-color: #05020a; /* Deep murky black/purple */ color:…

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

/* MURKY MOONLIGHT & PURPLE CLOUDS GRUNGE THEME
* Layered Design: Midnight Abyss, Glowing Moon, Drifting Toxic Purple Clouds
*/
.rkai-murky-wrap {
background-color: #05020a; /* Deep murky black/purple */
color: #e6e6e6;
padding: 45px;
border-radius: 12px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.8;
max-width: 950px;
margin: 30px auto;
position: relative;
overflow: hidden;

/* Grunge Border */
border: 3px solid #4a148c;
box-shadow: 0 0 50px rgba(74, 20, 140, 0.4), inset 0 0 80px rgba(0, 0, 0, 0.95);
}

/* Glowing Moonlight Effect */
.rkai-moonlight {
position: absolute;
top: -50px;
right: -50px;
width: 250px;
height: 250px;
background: radial-gradient(circle, rgba(230, 240, 255, 0.8) 0%, rgba(150, 180, 255, 0.2) 40%, transparent 70%);
border-radius: 50%;
pointer-events: none;
z-index: 1;
filter: blur(8px);
box-shadow: 0 0 40px rgba(230, 240, 255, 0.4);
}

/* Animated Murky Purple Clouds Layer */
.rkai-purple-clouds {
position: absolute;
top: -50%; left: -50%; width: 200%; height: 200%;
background-image:
radial-gradient(circle at 20% 30%, rgba(74, 20, 140, 0.25), transparent 25%),
radial-gradient(circle at 70% 60%, rgba(49, 27, 146, 0.3), transparent 30%),
radial-gradient(circle at 40% 80%, rgba(106, 27, 154, 0.2), transparent 20%),
radial-gradient(circle at 80% 20%, rgba(123, 31, 162, 0.25), transparent 25%);
filter: blur(25px);
animation: murkyCloudsRoll 20s ease-in-out infinite alternate;
pointer-events: none;
z-index: 2;
}

@keyframes murkyCloudsRoll {
0% { transform: rotate(0deg) scale(1) translateX(0); }
50% { transform: rotate(3deg) scale(1.1) translateX(-30px); }
100% { transform: rotate(-3deg) scale(1.05) translateX(30px); }
}

.rkai-memphis-inner {
position: relative;
z-index: 5;
}

/* Memphis Memphis Title */
.rkai-murky-wrap h2 {
font-family: 'Impact', 'Arial Black', sans-serif;
font-size: 42px;
color: #e6e6fa; /* Lavender mist */
margin-top: 10px;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 1px;
text-shadow:
0 0 10px rgba(230, 230, 250, 0.8),
4px 4px 0px #311b92,
-2px -2px 15px rgba(106, 27, 154, 0.8);
border-bottom: 4px double #7b1fa2;
padding-bottom: 15px;
line-height: 1.1;
}

.rkai-tagline {
font-size: 1.2rem;
font-family: 'Courier New', Courier, monospace;
color: #ce93d8;
font-weight: 900;
margin-bottom: 30px;
text-transform: uppercase;
letter-spacing: 2px;
text-shadow: 2px 2px 0px #000;
background: #4a148c;
display: inline-block;
padding: 5px 15px;
box-shadow: 4px 4px 0px #000;
}

/* Vulgar & Gritty Description */
.rkai-murky-wrap p.rkai-desc {
margin-bottom: 20px;
color: #cfd8dc;
font-weight: 700;
font-size: 1.15rem;
background: rgba(5, 2, 10, 0.85);
padding: 20px;
border-left: 5px solid #ab47bc;
box-shadow: inset 0 0 20px rgba(0,0,0,0.9), 5px 5px 0px #000;
}

.rkai-murky-wrap p strong {
color: #e1bee7;
font-weight: 900;
text-shadow: 0 0 8px rgba(225, 190, 231, 0.5);
text-transform: uppercase;
}

/* Data Headers */
.rkai-murky-wrap h3 {
font-family: 'Impact', 'Arial Black', sans-serif;
font-size: 26px;
color: #05020a;
background: #ce93d8;
display: inline-block;
padding: 8px 20px;
margin-top: 30px;
margin-bottom: 25px;
box-shadow: 5px 5px 0px #311b92, 0 0 15px rgba(206, 147, 216, 0.4);
text-transform: uppercase;
letter-spacing: 2px;
}

/* Grid Layout */
.rkai-memphis-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin-bottom: 30px;
}

/* Vault Cards */
.rkai-memphis-card {
background: rgba(15, 5, 25, 0.9);
backdrop-filter: blur(5px);
border: 2px solid #4a148c;
border-top: 5px solid #ab47bc;
padding: 25px;
box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.95), 6px 6px 0px #000;
transition: all 0.3s ease;
}

.rkai-memphis-card:hover {
transform: translate(-3px, -3px);
box-shadow: inset 0 0 20px rgba(171, 71, 188, 0.2), 9px 9px 0px #ce93d8;
border-color: #7b1fa2;
}

.rkai-memphis-card h4 {
font-family: 'Arial Black', sans-serif;
font-size: 19px;
color: #f3e5f5;
text-transform: uppercase;
margin: 0 0 15px 0;
border-bottom: 2px dashed #7b1fa2;
padding-bottom: 10px;
text-shadow: 2px 2px 0px #000;
}

/* Grime Bullets */
.rkai-murky-wrap ul {
list-style-type: none;
padding-left: 0;
margin-top: 10px;
}

.rkai-murky-wrap li {
margin-bottom: 15px;
color: #cfd8dc;
font-weight: 800;
display: flex;
align-items: flex-start;
font-family: 'Helvetica Neue', Arial, sans-serif;
}

.rkai-murky-wrap li::before {
content: "🌙";
margin-right: 12px;
font-size: 1.2em;
filter: drop-shadow(0 0 5px rgba(225, 190, 231, 0.6));
}

/* Underground Lab Link */
.rkai-lab-container {
text-align: center;
margin-top: 40px;
padding-top: 25px;
background: rgba(0,0,0,0.7);
border: 2px dashed #7b1fa2;
padding: 30px 20px;
}

.rkai-lab-link {
display: inline-block;
background: #ce93d8;
color: #05020a;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
text-decoration: none;
padding: 18px 40px;
border: 3px solid #000;
box-shadow: 6px 6px 0px #4a148c;
transition: all 0.2s ease;
}

.rkai-lab-link:hover {
background: #05020a;
color: #ce93d8;
border-color: #ce93d8;
box-shadow: 6px 6px 0px #ce93d8;
transform: translate(-2px, -2px);
}

.rkai-compliance-p {
font-family: 'Courier New', Courier, monospace;
font-size: 13px !important;
font-weight: bold !important;
text-align: center;
color: #ab47bc !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
margin-top: 20px;
}

.rkai-seo-tags { display: none; visibility: hidden; }

/* Q&A section overrides to match aesthetics */
section[aria-label="Bubba Kush 59 Q&A"] {
background: rgba(15, 5, 25, 0.9);
backdrop-filter: blur(5px);
border: 2px solid #4a148c;
border-top: 5px solid #ab47bc;
padding: 25px;
box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.95), 6px 6px 0px #000;
}

section[aria-label="Bubba Kush 59 Q&A"] p {
color: #cfd8dc;
font-weight: 600;
margin-bottom: 10px;
}

section[aria-label="Bubba Kush 59 Q&A"] p strong {
color: #ce93d8;
}

Decoding Bubba Kush 59: The Midnight Cut

Boutique Caliber. Submerged in the Murk.

Step out of the light and straight into the murky abyss. Bubba Kush 59 is a boutique-caliber CBD heavyweight that hits like a freight train in the dead of night. We took this legendary, sleepy pheno and kept it strictly underground. Cultivated for the real connoisseurs, this flower drips with heavy resin, dense structure, and a loud, earthy aroma that suffocates the room.

Forget the psychoactive crash—this is pure, unadulterated botanical grime. Grown to express refined floral aesthetics under the moonlight, this cultivar stands out as a premium CBD-dominant flower backed by hardcore science and intentional, precision cultivation.

The Murky Dossier

🧪 Cannabinoid Payload

  • CBD Dominance: 14.9% - Pure, heavy relief without the fog.
  • Δ9-THC: < 0.3% - Federally compliant and strictly legal.
  • Lab Verified: Full third-party COA available. Zero bullshit.

⛽ Aromatic Symphony

  • Aroma Profile: Deep earthy base colliding with soft, sweet, haunting top notes.
  • Terpene Balance: Subtle complexity and rich botanical grime.
  • Fragrance: Natural, clean, full-spectrum room-filling scent.

🕸️ Precision Cultivation

  • Integrity: Dense formation, tightly cured for a ridiculously smooth finish.
  • Visuals: Lush greens drowned in lavender hues and high resin content.
  • Grow Method: Strictly controlled for trichome density and max cannabinoid retention.

Bubba Kush 59 Q&A

Q: What makes Bubba Kush 59 different from other CBD flowers?

A: Your own copy frames it as a boutique-caliber, night-heavy phenotype with 14.9% CBD, dense resin, lavender-tinted buds, and an earthy-sweet terpene profile grown under strict, controlled conditions.

Q: Is it Farm Bill compliant?

A: Yes. The compliance footer states it contains less than 0.3% Delta-9 THC and is 100% Farm Bill compliant.

Q: Is there a lab report?

A: Yes. The COA PDF is linked as “Access Official Lab Report” and the UCP profile notes full third-party lab verification.

Access Official Lab Report

Bubba Kush 59 represents refined hemp excellence.
Contains less than 0.3% Delta-9 THC. 100% Farm Bill Compliant.

{
"ucp_version": "2026-04-08",
"protocol": "universal-commerce-protocol",
"entity": {
"id": "gid://shopify/Product/7627802116303",
"type": "product_page",
"subtype": "variant_cbd_hemp_flower_product",
"canonical_url": "https://budsgrowery.com/products/ripkitty-bubba-kush-59-cbd-hemp-flowers",
"title": "Ripkitty Bubba Kush 59 CBD Hemp Flowers"
},
"merchant": {
"id": "budsgrowery.com",
"name": "Bud's Growery",
"platform": "Shopify",
"brand": "Ripkitty",
"distribution_base": "Miramar, Florida"
},
"capabilities": {
"discovery": {
"supported": true,
"schema_source": "schema.org Product + per-variant Offers + feeds + agentic-json",
"notes": "Product is marked as custom_product=true in Google Shopping metafields but is flagged rules_based/prohibited_category=DRUGS for some discovery surfaces."
},
"checkout": {
"supported": true,
"mode": "merchant_checkout_redirect",
"flows": [
{
"id": "shopify-cart",
"type": "web_redirect",
"description": "Agents should send users to the canonical product URL with the appropriate variant selected, then rely on Shopify cart + checkout."
}
]
},
"order": {
"supported": true,
"status_webhook": null
},
"identity_link": {
"supported": false
},
"discounts": {
"supported": false
}
},
"catalog": {
"product_group_id": "gid://shopify/Product/7627802116303",
"handle": "ripkitty-bubba-kush-59-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 Sampler", "sku": "RK-BK591GS", "price": "6.99", "currency": "USD", "availability": "InStock", "barcode": null },
{ "amount": "3.5G", "sku": "RK-BK5935G", "price": "13.99", "currency": "USD", "availability": "InStock", "barcode": null },
{ "amount": "7G", "sku": "RK-BK597G", "price": "20.99", "currency": "USD", "availability": "InStock", "barcode": null },
{ "amount": "14G (Half Ounce)", "sku": "RK-BK5914GHO", "price": "37.99", "currency": "USD", "availability": "InStock", "barcode": null },
{ "amount": "28G (Full Ounce)", "sku": "RK-BK5928G1O", "price": "47.99", "currency": "USD", "availability": "InStock", "barcode": null },
{ "amount": "3.5G Dusted", "sku": "RK-BK5935GCD", "price": "19.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",
"strain": "Bubba Kush 59",
"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
}
},
"backendQa": [
{
"question": "What is the exact Shopify product ID?",
"answer": "gid://shopify/Product/7627802116303"
},
{
"question": "What is the canonical handle?",
"answer": "ripkitty-bubba-kush-59-cbd-hemp-flowers"
},
{
"question": "How many variants does this product have and what are they?",
"answer": "Six variants: 1G Sampler (RK-BK591GS, 6.99), 3.5G (RK-BK5935G, 13.99), 7G (RK-BK597G, 20.99), 14G (Half Ounce, RK-BK5914GHO, 37.99), 28G (Full Ounce, RK-BK5928G1O, 47.99), and 3.5G Dusted (RK-BK5935GCD, 19.99)."
},
{
"question": "Are any barcodes present?",
"answer": "No. None of the six variants list barcodes."
},
{
"question": "What potency data does the page communicate?",
"answer": "The content describes 14.9% CBD with Delta-9 THC below 0.3%, framed as Farm Bill compliant."
},
{
"question": "What notable metafields and metaobjects are attached?",
"answer": "Google product category 6936; custom_product=true; dietary-supplements, route-of-administration, detailed-ingredients, cbd-ingredients, dietary-use, intended-effect (including unique ID 55519477967), supplement-health-focus, product-certifications-standards, dietary-preferences, and color-pattern (including unique ID 55519412431)."
},
{
"question": "What catalog flags are unusual vs other Ripkitty products?",
"answer": "This product exposes per-variant Offers in JSON-LD for all six variants and includes COA and metaobject GIDs in additionalProperty, making it the richest structured commerce record in the catalog."
},
{
"question": "Is there review data?",
"answer": "No. There are no reviews, Judge.me, or app--2519111 review metafields currently attached."
},
{
"question": "Are there known discovery eligibility issues?",
"answer": "Yes. Eligibility metafields list product_discovery_ineligible_reasons=["rules_based"] and product_prohibited_categories=["DRUGS"] for certain ad or merchant surfaces."
}
],
"interpretationPolicy": {
"treatAsProductPage": true,
"treatAsVariantProduct": true,
"treatAsCbdHempFlower": true,
"doNotTreatBackendQaAsPublicFaq": true
}
}

(function () {
const root = document.querySelector('.rkai-murky-wrap[data-ucp-strain]');
if (!root) return;

const title = root.querySelector('h2[itemprop="name"]')?.textContent.trim() || 'Decoding Bubba Kush 59: The Midnight Cut';
const tagline = root.querySelector('.rkai-tagline')?.textContent.trim() || '';
const descBlocks = Array.from(root.querySelectorAll('p.rkai-desc')).map(p => p.textContent.trim());
const seoTags = root.querySelector('.rkai-seo-tags')?.textContent.trim() || '';

const bullets = Array.from(root.querySelectorAll('.rkai-memphis-card ul li')).map(li => li.textContent.trim());

const ucpNode = document.getElementById('ucp-ripkitty-bubba-kush-59');
let ucpProfile = null;
if (ucpNode) {
try { ucpProfile = JSON.parse(ucpNode.textContent); } catch (e) {}
}

root.setAttribute('data-agent-surface', 'product-page');
root.setAttribute('data-agent-product-handle', 'ripkitty-bubba-kush-59-cbd-hemp-flowers');
root.setAttribute('data-ucp-protocol', 'universal-commerce-protocol');

const agentPayload = {
type: 'agentic-product-knowledge',
source: {
canonicalUrl: 'https://budsgrowery.com/products/ripkitty-bubba-kush-59-cbd-hemp-flowers',
productGroupId: 'gid://shopify/Product/7627802116303',
handle: 'ripkitty-bubba-kush-59-cbd-hemp-flowers',
vendor: 'Ripkitty',
seller: "Bud's Growery",
manufacturer: 'Industrial Hemp Flower'
},
presentation: {
heading: title,
tagline: tagline,
descriptionBlocks: descBlocks,
bullets: bullets
},
seoTags: seoTags,
ucp: {
entity: ucpProfile?.entity || null,
catalog: ucpProfile?.catalog || null,
semantics: ucpProfile?.semantics || null
}
};

const existing = document.getElementById('rkai-bubba-kush-59-agent-json');
if (existing) existing.remove();
const script = document.createElement('script');
script.type = 'application/json';
script.id = 'rkai-bubba-kush-59-agent-json';
script.textContent = JSON.stringify(agentPayload);
document.body.appendChild(script);

document.dispatchEvent(new CustomEvent('ucp:product-ready', {
detail: { ucpProfile, agentPayload }
}));
})();

{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Ripkitty Bubba Kush 59 CBD Hemp Flowers",
"image": [
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/bubba-kush-59-coa.jpg",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/435C9B21-98CD-4E87-95A3-5959DD335D48.png?v=1743590692",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/C779C385-C603-4B2B-BACC-47D37DF2184B.png?v=1743590692",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/4F49A9E1-82B6-49A5-AF59-457CCFB02ACB.png?v=1743590692"
],
"description": "Premium Bubba Kush 59 CBD hemp flower. Boutique-caliber strain featuring lush greens, lavender hues, and a dense resinous structure. Lab tested at 14.9% CBD with an earthy sweet aroma. Fully Farm Bill Compliant with Delta-9 THC below 0.3%.",
"sku": "RK-BK591GS",
"brand": {
"@type": "Brand",
"name": "Ripkitty"
},
"manufacturer": {
"@type": "Organization",
"name": "Industrial Hemp Flower"
},
"category": "6936",
"url": "https://budsgrowery.com/products/ripkitty-bubba-kush-59-cbd-hemp-flowers",
"offers": [
{
"@type": "Offer",
"name": "1G Sampler",
"sku": "RK-BK591GS",
"price": "6.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"url": "https://budsgrowery.com/products/ripkitty-bubba-kush-59-cbd-hemp-flowers?variant=RK-BK591GS",
"seller": {
"@type": "Organization",
"name": "Ripkitty x Bud's Growery"
}
},
{
"@type": "Offer",
"name": "3.5G",
"sku": "RK-BK5935G",
"price": "13.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"url": "https://budsgrowery.com/products/ripkitty-bubba-kush-59-cbd-hemp-flowers?variant=RK-BK5935G",
"seller": { "@type": "Organization", "name": "Ripkitty x Bud's Growery" }
},
{
"@type": "Offer",
"name": "7G",
"sku": "RK-BK597G",
"price": "20.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"url": "https://budsgrowery.com/products/ripkitty-bubba-kush-59-cbd-hemp-flowers?variant=RK-BK597G",
"seller": { "@type": "Organization", "name": "Ripkitty x Bud's Growery" }
},
{
"@type": "Offer",
"name": "14G (Half Ounce)",
"sku": "RK-BK5914GHO",
"price": "37.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"url": "https://budsgrowery.com/products/ripkitty-bubba-kush-59-cbd-hemp-flowers?variant=RK-BK5914GHO",
"seller": { "@type": "Organization", "name": "Ripkitty x Bud's Growery" }
},
{
"@type": "Offer",
"name": "28G (Full Ounce)",
"sku": "RK-BK5928G1O",
"price": "47.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"url": "https://budsgrowery.com/products/ripkitty-bubba-kush-59-cbd-hemp-flowers?variant=RK-BK5928G1O",
"seller": { "@type": "Organization", "name": "Ripkitty x Bud's Growery" }
},
{
"@type": "Offer",
"name": "3.5G Dusted",
"sku": "RK-BK5935GCD",
"price": "19.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"url": "https://budsgrowery.com/products/ripkitty-bubba-kush-59-cbd-hemp-flowers?variant=RK-BK5935GCD",
"seller": { "@type": "Organization", "name": "Ripkitty x Bud's Growery" }
}
],
"additionalProperty": [
{ "@type": "PropertyValue", "name": "Flower Type", "value": "CBD Hemp Flower" },
{ "@type": "PropertyValue", "name": "CBD", "value": "14.9%" },
{ "@type": "PropertyValue", "name": "Aroma", "value": "Earthy Base, Sweet Top Notes" },
{ "@type": "PropertyValue", "name": "Compliance", "value": "< 0.3% Delta-9 THC" },
{ "@type": "PropertyValue", "name": "COA", "value": "https://cdn.shopify.com/s/files/1/0594/3289/4671/files/bubba-kush-59.pdf?v=1742954733" },
{ "@type": "PropertyValue", "name": "Google Product Category", "value": "6936" },
{ "@type": "PropertyValue", "name": "Metaobject: Dietary Supplements", "value": "52785742031" },
{ "@type": "PropertyValue", "name": "Metaobject: Route of Administration", "value": "51548750031" },
{ "@type": "PropertyValue", "name": "Metaobject: Detailed Ingredients", "value": "52785709263" },
{ "@type": "PropertyValue", "name": "Metaobject: CBD Ingredients", "value": "51316261071, 51316293839" },
{ "@type": "PropertyValue", "name": "Metaobject: Age Group", "value": "47434694863" }
],
"sameAs": [
"https://industrialhempflower.com",
"https://budsgrowery.com",
"https://ripkitty.com"
]
}

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.