SmokeDropSmokeDrop
Log in Create account
Marketplace /Smoke Shop Products

Ripkitty Legendary Platinum Flower

Sign Up to View Wholesale Price

/* Signature Container - Legendary Smoke Base */ .rkai-legendary-box { background-color: #05020a; /* Abyss Black/Purple */ color: #e2e8f0; /* Platinum Silver Text */ 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
2.000 lbs

/* Signature Container - Legendary Smoke Base */
.rkai-legendary-box {
background-color: #05020a; /* Abyss Black/Purple */
color: #e2e8f0; /* Platinum Silver Text */
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 #6b21a8; /* Deep Purple Border */
box-shadow: 0 15px 40px rgba(107, 33, 168, 0.4), inset 0 0 30px rgba(34, 197, 94, 0.15);
position: relative;
line-height: 1.7;
}

/* CSS Smoky Radial Gradients */
.rkai-smoke-overlay {
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background:
radial-gradient(circle at 15% 20%, rgba(147, 51, 234, 0.25) 0%, transparent 40%), /* Purple Smoke Top Left */
radial-gradient(circle at 85% 80%, rgba(34, 197, 94, 0.2) 0%, transparent 40%), /* Green Smoke Bottom Right */
radial-gradient(circle at 50% 50%, rgba(107, 33, 168, 0.1) 0%, transparent 60%);
pointer-events: none;
z-index: 1;
}

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

/* Partnership Credit Header */
.rkai-legendary-partnership {
background-color: #0b0514;
color: #a855f7; /* Bright Purple */
padding: 12px 20px;
text-align: center;
font-size: 12.5px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
border-bottom: 2px solid #22c55e; /* Toxic Green Line */
}

.rkai-legendary-partnership span {
color: #4ade80; /* Brighter Green Accent */
}

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

.rkai-legendary-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(168, 85, 247, 0.6), 0 0 10px rgba(34, 197, 94, 0.4);
}

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

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

.rkai-legendary-intro strong {
color: #d8b4fe; /* Light Purple Platinum */
text-shadow: 0 0 5px rgba(216, 180, 254, 0.3);
}

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

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

/* Strain Cards */
.rkai-legendary-card {
background: rgba(11, 5, 20, 0.6);
border: 1px solid #6b21a8;
border-radius: 12px;
padding: 25px;
box-shadow: 0 8px 20px rgba(0,0,0,0.4);
backdrop-filter: blur(8px);
transition: transform 0.3s ease, border-color 0.3s ease;
}

.rkai-legendary-card:hover {
transform: translateY(-4px);
border-color: #22c55e; /* Shifts to green on hover */
box-shadow: 0 12px 25px rgba(34, 197, 94, 0.15);
}

.rkai-legendary-card h3 {
color: #a855f7; /* Purple */
font-size: 21px;
margin-top: 0;
margin-bottom: 15px;
font-weight: 900;
border-bottom: 2px dashed #22c55e; /* Green */
padding-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}

.rkai-legendary-card p {
font-size: 15px;
color: #e2e8f0;
line-height: 1.6;
margin-bottom: 15px;
}

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

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

.rkai-legendary-list li::before {
content: "✦"; /* Platinum Sparkle */
margin-right: 10px;
font-size: 14px;
margin-top: 2px;
color: #22c55e;
}

.rkai-legendary-list strong {
color: #ffffff;
font-weight: 800;
}

/* Dynamic Toggle Button */
.rkai-toggle-btn {
background: linear-gradient(135deg, #6b21a8, #4c1d95);
color: #ffffff;
border: 1px solid #a855f7;
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(107, 33, 168, 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, #166534, #14532d);
border-color: #22c55e;
box-shadow: 0 6px 20px rgba(34, 197, 94, 0.3);
}

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

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

@keyframes fadeInSmoke {
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.5);
border: 1px solid #6b21a8;
}

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

.rkai-coa-table th {
background: rgba(107, 33, 168, 0.4);
font-weight: 800;
color: #d8b4fe;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
width: 70%;
}

.rkai-coa-table td {
color: #4ade80; /* Green 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: #22c55e;
color: #05020a;
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(34, 197, 94, 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: #05020a;
transform: scale(1.02);
}

/* Info Footer */
.rkai-legendary-footer {
text-align: center;
padding: 20px;
background: #0b0514;
font-size: 13px;
color: #64748b;
border-top: 1px solid #2a0e44;
font-weight: 600;
text-transform: uppercase;
}

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

The Platinum Standard

Legendary Platinum OG CBD Hemp Flower

Experience the exceptional quality of Ripkitty's Legendary Platinum OG. This top-tier strain, with its heritage rooted deep in OG Kush, offers a unique and premium sensory experience. Hand-trimmed, dense, and dripping in trichomes, this flower is cultivated exclusively by Rogue Family Farm and rigorously tested by Pinnacle Analytics to ensure a product of absolute superior quality.

🧬 Strain Profile

  • Pure Indica-Dominant Hybrid
    A carefully selected, potent genetic cross of Alpen Gleaux and Legendary OG, providing a highly distinct aromatic and sensory profile.
  • Aroma & Flavor Exploration
    Enjoy a complex aroma dominated by citrus, floral, and deep kush-like notes. Complemented by a smooth flavor profile enriched with heavy myrcene, pinene, and caryophyllene.

🌿 Potency & Yield

  • Strong Cannabinoid Content
    Featuring a dense 14.3% CBD yield and a massive total cannabinoid content of 18.18%. Engineered for a rich, heavy-hitting composition.
  • Top-Quality Cultivation
    Grown by Rogue Family Farm. Each individual bud is meticulously hand-trimmed and perfectly cured, resulting in rock-dense, trichome-rich flower.

❓ Public Q&A

What kind of hemp flower is Legendary Platinum OG?
The supplied page content describes it as a pure indica-dominant hybrid made from Alpen Gleaux crossed with Legendary OG.
What aromas and terpene notes are highlighted?
The supplied page highlights citrus, floral, and deep kush-like notes, with myrcene, pinene, and caryophyllene listed as key terpenes.
What cannabinoid numbers are listed?
The supplied content lists 18.18% total cannabinoids, 15.80% CBDA, 1.20% CBGA, 0.654% THCA, and 0.393% CBD.
Who cultivated this flower?
The supplied page says this flower was grown by Rogue Family Farm and tested by Pinnacle Analytics.
Is a lab report available?
Yes. The page includes a direct link to the official COA PDF for Legendary Platinum OG.
What sizes are available?
The supplied variant list includes 1G (Sampler), 3.5G, 7G, 14G (Half Oz), 28G (1 Oz), and Dry Sifted 3.5G.
How is the flower described in the page copy?
The supplied page describes it as hand-trimmed, dense, trichome-rich, and premium flower curated for connoisseurs.


View Official Lab Report (COA)

Rogue Family Farm x Pinnacle Analytics. Curated by Ripkitty.

function togglePlatinumDetails() {
var details = document.getElementById('rkai-plat-details');
var btn = document.getElementById('rkai-plat-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 Cannabinoid Profile ▲';
} else {
details.style.display = 'none';
details.classList.remove('active');
details.setAttribute('aria-hidden', 'true');
btn.setAttribute('aria-expanded', 'false');
btn.innerHTML = 'View Full Cannabinoid Profile ▼';
}
}

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

const title = root.querySelector('h2[itemprop="name"]')?.textContent.trim() || 'Legendary Platinum OG CBD Hemp Flower';
const subtitle = root.querySelector('.rkai-legendary-subtitle')?.textContent.trim() || '';
const intro = root.querySelector('.rkai-legendary-intro')?.textContent.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 visibleFaq = 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 coaRows = Array.from(root.querySelectorAll('.rkai-coa-table tr')).map(row => ({
name: row.querySelector('th')?.textContent.trim() || '',
value: row.querySelector('td')?.textContent.trim() || ''
}));
const seoTags = root.querySelector('.rkai-seo-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', 'hemp-flower');
root.setAttribute('data-agent-brand', 'Ripkitty');
root.setAttribute('data-agent-product-handle', 'ripkitty-legendary-platinum-og-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/7625566453967',
type: 'product_page',
subtype: 'variant_hemp_flower_product',
canonical_url: 'https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers',
title: 'Ripkitty Legendary Platinum OG CBD Hemp Flowers'
},
merchant: {
id: 'budsgrowery.com',
name: "Bud's Growery",
platform: 'Shopify',
catalog_namespace: 'ripkitty-x-buds-growery',
brand: 'Ripkitty',
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-legendary-platinum-og-cbd-hemp-flowers#productgroup'
]
},
checkout: {
supported: true,
flows: [
{
id: 'shopify-cart',
type: 'web_redirect',
description: 'Add selected variant to Shopify cart and proceed through Shopify checkout.'
}
]
},
order: {
supported: true,
status_webhook: null
},
discounts: {
supported: false
},
identity_link: {
supported: false
}
},
catalog: {
product_group_id: 'gid://shopify/Product/7625566453967',
handle: 'ripkitty-legendary-platinum-og-cbd-hemp-flowers',
product_type: 'Hemp Flowers',
google_product_category: '6936',
facebook_google_product_category: '6936',
status: 'active',
variants: [
{ amount: '1G (Sampler)', sku: 'RK-LPOG1GS', price: '8.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G', sku: 'RK-LPOG35G', price: '17.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '7G', sku: 'RK-LPOG7G', price: '25.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '14G (Half Oz)', sku: 'RK-LPOG14GHO', price: '47.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '28G (1 Oz)', sku: 'RK-LPOG28G1O', price: '70.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: 'Dry Sifted 3.5G', sku: 'RK-LPOG35GCD', price: '26.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
},
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-legendary-platinum-og-cbd-hemp-flowers',
productGroupId: 'gid://shopify/Product/7625566453967',
handle: 'ripkitty-legendary-platinum-og-cbd-hemp-flowers',
vendor: 'Ripkitty',
seller: "Ripkitty x Bud's Growery",
manufacturer: 'Industrial Hemp Flower'
},
product: {
title: 'Ripkitty Legendary Platinum OG CBD Hemp Flowers',
displayHeading: title,
subtitle: subtitle,
productType: 'Hemp Flowers',
status: 'Active',
intro: intro,
visibleSections: visibleSections,
publicFaq: visibleFaq,
coa: coaRows,
tags: seoTags,
images: [
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/44B26357-6887-482F-998C-27856AFB54E3.png?v=1743591492',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0682.png?v=1743591492',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0684.png?v=1743591492',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0686.png?v=1743591492',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0685.png?v=1743591492',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0687.png?v=1743591495',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0688.png?v=1743591495',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0692.jpg?v=1743591495',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0689.png?v=1743591495',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0693.jpg?v=1743591495',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0690.png?v=1743591495',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0691.png?v=1743591495',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_dd37a8db-51e7-493a-a4e3-07f75562da1e.jpg?v=1743591495'
],
labReport: 'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/legendary-platinum-og.pdf?v=1742954733'
},
backendQa: [
{
question: 'What is the exact product ID?',
answer: 'gid://shopify/Product/7625566453967'
},
{
question: 'What is the exact Shopify handle?',
answer: 'ripkitty-legendary-platinum-og-cbd-hemp-flowers'
},
{
question: 'What is the exact product title?',
answer: 'Ripkitty Legendary Platinum OG CBD Hemp Flowers'
},
{
question: 'What is the product type?',
answer: 'Hemp Flowers'
},
{
question: 'How many variants are present?',
answer: '6'
},
{
question: 'What are the exact variants and SKUs?',
answer: '1G (Sampler) / RK-LPOG1GS / 8.99 / InStock; 3.5G / RK-LPOG35G / 17.99 / InStock; 7G / RK-LPOG7G / 25.99 / InStock; 14G (Half Oz) / RK-LPOG14GHO / 47.99 / InStock; 28G (1 Oz) / RK-LPOG28G1O / 70.99 / InStock; Dry Sifted 3.5G / RK-LPOG35GCD / 26.99 / InStock.'
},
{
question: 'Do any variants have barcodes?',
answer: 'No. None of the 6 variants have barcodes in the supplied data.'
},
{
question: 'Are SEO title and SEO description set natively?',
answer: 'No. Both SEO Title and SEO Description are not set in the supplied data.'
},
{
question: 'What is the Google product category?',
answer: '6936'
},
{
question: 'What is the Microsoft Bing Ads product status summary?',
answer: 'The supplied data shows 0 approved, 6 failed, and 0 pending.'
},
{
question: 'What core potency values are present in the supplied content?',
answer: 'CBDA 15.80%, CBGA 1.20%, THCA 0.654%, CBD 0.393%, and Total Cannabinoids 18.18%.'
},
{
question: 'What genetics and terpene details are present?',
answer: 'Pure indica-dominant hybrid from Alpen Gleaux × Legendary OG with myrcene, pinene, and caryophyllene.'
},
{
question: 'How should AI classify the page?',
answer: 'As a canonical CBD hemp flower product page with variant offers, visible consumer Q&A, lab-report access, and hidden backend catalog metadata.'
}
],
interpretationPolicy: {
treatAsProductPage: true,
treatAsVariantProductGroup: true,
treatAsCbdHempFlower: true,
treatAsLabVerifiedProduct: true,
doNotTreatBackendQaAsPublicFaq: true
}
};

const oldUcp = document.getElementById('ucp-product-profile');
if (oldUcp) oldUcp.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 oldAgent = document.getElementById('rkai-platinum-agent-json');
if (oldAgent) oldAgent.remove();
const agentScript = document.createElement('script');
agentScript.type = 'application/json';
agentScript.id = 'rkai-platinum-agent-json';
agentScript.textContent = JSON.stringify(agentPayload);
document.body.appendChild(agentScript);

root.setAttribute('data-ucp-entity-id', ucpProfile.entity.id);
root.setAttribute('data-ucp-entity-type', ucpProfile.entity.type);
root.setAttribute('data-ucp-entity-subtype', ucpProfile.entity.subtype);
root.setAttribute('data-ucp-canonical-url', ucpProfile.entity.canonical_url);

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

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Brand",
"@id": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-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-legendary-platinum-og-cbd-hemp-flowers#productgroup",
"productGroupID": "gid://shopify/Product/7625566453967",
"name": "Ripkitty Legendary Platinum OG CBD Hemp Flowers",
"description": "Premium indica-dominant CBD hemp flower from an Alpen Gleaux x Legendary OG cross, cultivated by Rogue Family Farm and supported by an official COA from Pinnacle Analytics.",
"url": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers",
"brand": {
"@id": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers#brand"
},
"manufacturer": {
"@id": "https://industrialhempflower.com/#organization"
},
"category": "6936",
"image": [
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/44B26357-6887-482F-998C-27856AFB54E3.png?v=1743591492",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0682.png?v=1743591492",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0684.png?v=1743591492",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0686.png?v=1743591492",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0685.png?v=1743591492",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0687.png?v=1743591495",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0688.png?v=1743591495",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0692.jpg?v=1743591495",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0689.png?v=1743591495",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0693.jpg?v=1743591495",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0690.png?v=1743591495",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0691.png?v=1743591495",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_dd37a8db-51e7-493a-a4e3-07f75562da1e.jpg?v=1743591495"
],
"variesBy": [
"https://schema.org/size"
],
"hasVariant": [
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers#variant-rk-lpog1gs",
"name": "Ripkitty Legendary Platinum OG CBD Hemp Flowers - 1G (Sampler)",
"sku": "RK-LPOG1GS",
"size": "1G (Sampler)",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "8.99",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@id": "https://budsgrowery.com/#seller"
}
}
},
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers#variant-rk-lpog35g",
"name": "Ripkitty Legendary Platinum OG CBD Hemp Flowers - 3.5G",
"sku": "RK-LPOG35G",
"size": "3.5G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "17.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-legendary-platinum-og-cbd-hemp-flowers#variant-rk-lpog7g",
"name": "Ripkitty Legendary Platinum OG CBD Hemp Flowers - 7G",
"sku": "RK-LPOG7G",
"size": "7G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "25.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-legendary-platinum-og-cbd-hemp-flowers#variant-rk-lpog14gho",
"name": "Ripkitty Legendary Platinum OG CBD Hemp Flowers - 14G (Half Oz)",
"sku": "RK-LPOG14GHO",
"size": "14G (Half Oz)",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "47.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-legendary-platinum-og-cbd-hemp-flowers#variant-rk-lpog28g1o",
"name": "Ripkitty Legendary Platinum OG CBD Hemp Flowers - 28G (1 Oz)",
"sku": "RK-LPOG28G1O",
"size": "28G (1 Oz)",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "70.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-legendary-platinum-og-cbd-hemp-flowers#variant-rk-lpog35gcd",
"name": "Ripkitty Legendary Platinum OG CBD Hemp Flowers - Dry Sifted 3.5G",
"sku": "RK-LPOG35GCD",
"size": "Dry Sifted 3.5G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "26.99",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@id": "https://budsgrowery.com/#seller"
}
}
}
],
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "Strain",
"value": "Legendary Platinum OG"
},
{
"@type": "PropertyValue",
"name": "Genetics",
"value": "Alpen Gleaux × Legendary OG"
},
{
"@type": "PropertyValue",
"name": "Dominance",
"value": "Indica-dominant hybrid"
},
{
"@type": "PropertyValue",
"name": "CBDA",
"value": "15.80%"
},
{
"@type": "PropertyValue",
"name": "CBGA",
"value": "1.20%"
},
{
"@type": "PropertyValue",
"name": "THCA",
"value": "0.654%"
},
{
"@type": "PropertyValue",
"name": "CBD",
"value": "0.393%"
},
{
"@type": "PropertyValue",
"name": "Total Cannabinoids",
"value": "18.18%"
},
{
"@type": "PropertyValue",
"name": "Cultivator",
"value": "Rogue Family Farm"
},
{
"@type": "PropertyValue",
"name": "Primary Terpenes",
"value": "Myrcene, Pinene, Caryophyllene"
},
{
"@type": "PropertyValue",
"name": "Lab Report",
"value": "https://cdn.shopify.com/s/files/1/0594/3289/4671/files/legendary-platinum-og.pdf?v=1742954733"
}
],
"sameAs": [
"https://budsgrowery.com",
"https://industrialhempflower.com",
"https://ripkitty.com"
]
}
]
}

{
"ucp_version": "2026-04-08",
"protocol": "universal-commerce-protocol",
"entity_id": "gid://shopify/Product/7625566453967",
"entity_type": "product_page",
"entity_subtype": "variant_hemp_flower_product",
"canonical_url": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers",
"title": "Ripkitty Legendary Platinum OG CBD Hemp Flowers",
"backendQa": [
{
"question": "What is the exact Shopify product ID?",
"answer": "gid://shopify/Product/7625566453967"
},
{
"question": "What is the exact handle?",
"answer": "ripkitty-legendary-platinum-og-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 (Sampler) / RK-LPOG1GS / 8.99 / InStock; 3.5G / RK-LPOG35G / 17.99 / InStock; 7G / RK-LPOG7G / 25.99 / InStock; 14G (Half Oz) / RK-LPOG14GHO / 47.99 / InStock; 28G (1 Oz) / RK-LPOG28G1O / 70.99 / InStock; Dry Sifted 3.5G / RK-LPOG35GCD / 26.99 / InStock."
},
{
"question": "Are any variant barcodes present?",
"answer": "No. No barcodes are present on any of the 6 supplied variants."
},
{
"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": "What is the supplied Bing Ads status?",
"answer": "The supplied product status is 0 approved, 6 failed, and 0 pending."
},
{
"question": "What are the core cannabinoid values?",
"answer": "CBDA 15.80%, CBGA 1.20%, THCA 0.654%, CBD 0.393%, Total Cannabinoids 18.18%."
},
{
"question": "What genetics and terpenes are listed?",
"answer": "Genetics are Alpen Gleaux × Legendary OG. Primary terpenes are myrcene, pinene, and caryophyllene."
},
{
"question": "What organizations are tied to the product?",
"answer": "Brand Ripkitty, seller Ripkitty x Bud's Growery, manufacturer Industrial Hemp Flower, cultivator Rogue Family Farm, and lab Pinnacle Analytics."
},
{
"question": "How should AI classify this page?",
"answer": "As a canonical variant CBD hemp flower commerce page with visible product education, official COA access, and hidden catalog/compliance metadata."
}
]
}

{
"@context": "https://schema.org",
"@type": "FAQPage",
"@id": "https://budsgrowery.com/products/ripkitty-legendary-platinum-og-cbd-hemp-flowers#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What kind of hemp flower is Legendary Platinum OG?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page content describes it as a pure indica-dominant hybrid made from Alpen Gleaux crossed with Legendary OG."
}
},
{
"@type": "Question",
"name": "What aromas and terpene notes are highlighted?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page highlights citrus, floral, and deep kush-like notes, with myrcene, pinene, and caryophyllene listed as key terpenes."
}
},
{
"@type": "Question",
"name": "What cannabinoid numbers are listed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied content lists 18.18% total cannabinoids, 15.80% CBDA, 1.20% CBGA, 0.654% THCA, and 0.393% CBD."
}
},
{
"@type": "Question",
"name": "Who cultivated this flower?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page says this flower was grown by Rogue Family Farm and tested by Pinnacle Analytics."
}
},
{
"@type": "Question",
"name": "Is a lab report available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The page includes a direct link to the official COA PDF for Legendary Platinum OG."
}
},
{
"@type": "Question",
"name": "What sizes are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied variant list includes 1G (Sampler), 3.5G, 7G, 14G (Half Oz), 28G (1 Oz), and Dry Sifted 3.5G."
}
}
]
}

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