SmokeDropSmokeDrop
Log in Create account
Marketplace /Smoke Shop Products

Ripkitty Big Apple Jack Flowers

Sign Up to View Wholesale Price

/* ========================================================= THE PSYCHEDELIC ENGINE (TONS OF CSS AS REQUESTED) ========================================================= */ .rkai-psyc-container { position: relative; max-width: 950px; margin: 30px auto; border-radius: 16px; overflow: hidden; background-color: #111; border: 3px solid…

- +
Auto inventory sync
Blind dropshipping
No transaction fees
Category
Smoke Shop Products
Weight
3.000 lbs

/* =========================================================
THE PSYCHEDELIC ENGINE (TONS OF CSS AS REQUESTED)
========================================================= */

.rkai-psyc-container {
position: relative;
max-width: 950px;
margin: 30px auto;
border-radius: 16px;
overflow: hidden;
background-color: #111;
border: 3px solid #ff4d4d;
box-shadow: 0 15px 45px rgba(178, 34, 34, 0.4), inset 0 0 30px rgba(0,0,0,0.8);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: #ffffff;
line-height: 1.7;
isolation: isolate;
}

/* The Liquid Swirl Layers */
.rkai-psyc-layer-1,
.rkai-psyc-layer-2,
.rkai-psyc-layer-3 {
position: absolute;
top: -50%; left: -50%; width: 200%; height: 200%;
pointer-events: none;
z-index: 1;
mix-blend-mode: screen;
}

.rkai-psyc-layer-1 {
background: radial-gradient(circle at 30% 30%, rgba(178, 34, 34, 0.8) 0%, transparent 40%),
radial-gradient(circle at 70% 70%, rgba(34, 139, 34, 0.8) 0%, transparent 40%);
animation: swirlOne 15s infinite alternate ease-in-out;
filter: blur(25px);
}

.rkai-psyc-layer-2 {
background: radial-gradient(circle at 70% 30%, rgba(200, 20, 20, 0.7) 0%, transparent 50%),
radial-gradient(circle at 30% 70%, rgba(20, 200, 20, 0.7) 0%, transparent 50%);
animation: swirlTwo 20s infinite alternate-reverse linear;
filter: blur(30px);
mix-blend-mode: overlay;
}

.rkai-psyc-layer-3 {
background: conic-gradient(from 0deg at 50% 50%, rgba(178, 34, 34, 0.4), rgba(34, 139, 34, 0.4), rgba(178, 34, 34, 0.4));
animation: spinMesh 10s infinite linear;
opacity: 0.5;
}

/* CSS Animations for the Trippy Effect */
@keyframes swirlOne {
0% { transform: scale(1) translate(0, 0) rotate(0deg); }
100% { transform: scale(1.2) translate(5%, 5%) rotate(45deg); }
}
@keyframes swirlTwo {
0% { transform: scale(1.2) translate(5%, -5%) rotate(0deg); }
100% { transform: scale(0.9) translate(-5%, 5%) rotate(-45deg); }
}
@keyframes spinMesh {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* Static Noise Overlay to ground it */
.rkai-psyc-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.05"/%3E%3C/svg%3E');
z-index: 2;
pointer-events: none;
}

/* =========================================================
THE READABLE CONTENT (DARK GLASSMORPHISM)
========================================================= */

.rkai-content-glass {
position: relative;
z-index: 3;
background: rgba(10, 10, 10, 0.85); /* Dark enough to make text pop */
margin: 30px;
border-radius: 12px;
padding: 35px 30px;
border: 1px solid rgba(255, 255, 255, 0.1);
backdrop-filter: blur(15px); /* Blurs the psychedelic background behind the text */
box-shadow: 0 10px 30px rgba(0,0,0,0.7);
}

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

/* Partnership Header */
.rkai-syndicate-partnership {
background-color: rgba(0, 0, 0, 0.9);
color: #ff9999;
padding: 12px 20px;
text-align: center;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
border-bottom: 2px solid #228b22;
margin: -35px -30px 30px;
border-radius: 12px 12px 0 0;
}

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

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

.rkai-main-title h2 {
font-size: 36px;
font-weight: 900;
margin: 0;
color: #ffffff;
text-transform: uppercase;
letter-spacing: -1px;
text-shadow: 0 0 15px rgba(255, 77, 77, 0.6), 2px 2px 0px #b22222;
}

.rkai-main-subtitle {
color: #000000;
background: linear-gradient(90deg, #ff4d4d, #228b22);
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 #228b22;
padding-left: 20px;
background: rgba(255,255,255,0.03);
padding: 15px 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.5);
border: 1px solid rgba(255, 77, 77, 0.3);
padding: 25px;
border-radius: 8px;
transition: all 0.3s ease;
}

.rkai-dossier-card:hover {
border-color: #228b22;
box-shadow: 0 5px 20px rgba(34, 139, 34, 0.3);
transform: translateY(-3px);
}

.rkai-dossier-card h3 {
color: #ff9999;
font-size: 19px;
margin-top: 0;
margin-bottom: 15px;
text-transform: uppercase;
border-bottom: 2px dashed #b22222;
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;
}

.rkai-data-list li::before {
content: "◈";
margin-right: 10px;
color: #228b22;
font-size: 14px;
margin-top: 2px;
}

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

/* Full Width Panel */
.rkai-full-panel {
margin-top: 25px;
border-color: #228b22;
}

.rkai-full-panel h3 {
color: #88ff88;
border-bottom-color: #228b22;
}

/* COA Button */
.rkai-coa-btn {
display: block;
text-align: center;
background: #b22222;
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 #ff4d4d;
transition: all 0.3s ease;
}

.rkai-coa-btn:hover {
background: #228b22;
border-color: #88ff88;
box-shadow: 0 0 25px rgba(34, 139, 34, 0.6);
transform: scale(1.02);
}

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

/* Q&A Overrides */
section[aria-label="Public product questions and answers"] details {
margin-bottom: 12px;
}
section[aria-label="Public product questions and answers"] summary {
cursor: pointer;
font-weight: 800;
color: #88ff88;
outline: none;
}
section[aria-label="Public product questions and answers"] div {
padding-top: 10px;
color: #cccccc;
}

Indoor Big Apple Jack

Premium SLT Phenotype // CBD Hemp Flower
Indoor Big Apple Jack is a premium SLT phenotype bred by the masters at Oregon CBD and GTR Seeds. Cultivated strictly indoors for complete environmental control, this batch achieves maximum trichome saturation, complex flavor layering, and profound terpene strength. This flower is a gassy pastry masterwork, blending sweet apple aromatics with a heavy cookie dough funk and sour diesel undertones. Fully lab-tested for absolute compliance and consistency.

🔬 Lab-Tested Profile

  • CBDA: 15%
  • Total CBD: 14.3%
  • THCA: 0.65%
  • Total THC: 0.57%
  • Total Actives: 18%
  • Δ9-THC: < 0.3% (Compliant)

🌿 Terpene Matrix

  • Beta-Caryophyllene: Spicy, deep aroma — interacts with CB2 receptors
  • Terpinolene: Bright citrus & green apple top note
  • Humulene: Earthy, forest-floor scent with woody depth

🧬 Phenotype Details

  • Lineage: SLT pheno by Oregon CBD / GTR Seeds
  • Grow Type: Indoor Cultivated
  • Appearance: Heavy trichomes, sticky, snow-covered
  • Aroma: Apple pie, cookie dough, sour diesel

Public Q&A

What is Indoor Big Apple Jack?
Indoor Big Apple Jack is presented on the page as a premium indoor-grown SLT phenotype CBD hemp flower bred by Oregon CBD and GTR Seeds.
What cannabinoid data is shown on the page?
The visible lab card lists 15% CBDA, 14.3% total CBD, 0.65% THCA, 0.57% total THC, 18% total actives, and Delta-9 THC below 0.3% as compliant.
What terpene information is listed?
The terpene matrix names Beta-Caryophyllene, Terpinolene, and Humulene, with notes that reference spicy depth, bright citrus and green apple, and earthy woody character.
What does it smell and look like?
The phenotype panel describes heavy trichomes, sticky and snow-covered flower, with apple pie, cookie dough, and sour diesel aroma.
Is a lab report available?
Yes. The page links directly to a COA PDF for Big Apple Jack.
What sizes are available?
The supplied variant list includes 1G, 3.5G, and 7G.
What catalog signals make this product unusual?
The supplied catalog notes say this product has the most dietary-preference refs in the entire catalog, is tied for the most certification refs, has the most CBD-ingredient refs for that field, and uses a unique allergen-information metaobject ref unlike the other products.

DOWNLOAD FULL COA (PDF)

Industrial Hemp Flower x Bud's Growery Miramar

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

const title = root.querySelector('h2[itemprop="name"]')?.textContent.replace(/s+/g, ' ').trim() || 'Indoor Big Apple Jack';
const subtitle = root.querySelector('.rkai-main-subtitle')?.textContent.replace(/s+/g, ' ').trim() || '';
const intro = root.querySelector('.rkai-body-intro')?.textContent.replace(/s+/g, ' ').trim() || '';
const visibleSections = Array.from(root.querySelectorAll('.rkai-dossier-card')).map(section => ({
section: section.querySelector('h3')?.textContent.replace(/s+/g, ' ').trim() || '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-indoor-big-apple-jack-cbd-hemp-flowers');
root.setAttribute('data-agent-variant-count', '3');
root.setAttribute('data-ucp-protocol', 'universal-commerce-protocol');
root.setAttribute('data-ucp-ready', 'true');
root.setAttribute('data-native-commerce', '1');

const ucpProfile = {
ucp_version: '2026-04-08',
protocol: 'universal-commerce-protocol',
readiness: {
page_markup_ready: true,
feed_flag_native_commerce: 1,
merchant_center_onboarding_required: true,
checkout_api_required_for_full_ucp: true,
identity_linking_required_for_full_ucp: true,
market_rollout_note: 'UCP rollout and onboarding availability are phased.'
},
entity: {
id: 'gid://shopify/Product/7627621073103',
type: 'product_page',
subtype: 'variant_cbd_hemp_flower_product',
canonical_url: 'https://budsgrowery.com/products/ripkitty-indoor-big-apple-jack-cbd-hemp-flowers',
title: 'Ripkitty Indoor Big Apple Jack 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'
},
{
id: 'gtr-seeds',
name: 'GTR Seeds',
role: 'genetics_partner'
},
{
id: 'oregon-cbd',
name: 'Oregon CBD',
role: 'genetics_partner'
}
],
capabilities: {
discovery: {
supported: true,
schema_source: 'schema.org + agentic json',
product_schema_ids: [
'https://budsgrowery.com/products/ripkitty-indoor-big-apple-jack-cbd-hemp-flowers#productgroup'
]
},
checkout: {
supported: true,
mode: 'merchant_checkout_redirect',
flows: [
{
id: 'shopify-cart',
type: 'web_redirect',
description: 'Add selected variant to Shopify cart and continue to Shopify checkout.'
}
],
direct_native_checkout_requires_google_ucp_onboarding: true
},
identity_link: {
supported: false,
note: 'Full UCP identity linking is not exposed by this page alone.'
},
order: {
supported: true,
status_webhook: null
},
discounts: {
supported: false
}
},
catalog: {
product_group_id: 'gid://shopify/Product/7627621073103',
handle: 'ripkitty-indoor-big-apple-jack-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', sku: 'RK-BAJ1GS', price: '9.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G', sku: 'RK-BAJ35G', price: '16.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '7G', sku: 'RK-BAJ7G', price: '27.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,
phenotype: 'slt',
cultivation: 'indoor'
},
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-indoor-big-apple-jack-cbd-hemp-flowers',
productGroupId: 'gid://shopify/Product/7627621073103',
handle: 'ripkitty-indoor-big-apple-jack-cbd-hemp-flowers',
vendor: 'Ripkitty',
seller: "Bud's Growery",
manufacturer: 'Industrial Hemp Flower'
},
product: {
title: 'Ripkitty Indoor Big Apple Jack 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_0942.jpg?v=1743590761',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0943.jpg?v=1743590761',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0944.jpg?v=1743590761',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0945.jpg?v=1743590761',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0946.jpg?v=1743590761',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0947.jpg?v=1743590761',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0948.jpg?v=1743590761',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0949.jpg?v=1743590761',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0950.jpg?v=1743590761',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_626c65f1-8a05-4d22-876e-a45b067d7760.jpg?v=1743590761'
],
labReport: 'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/big-apple-jack-coa.pdf?v=1742954733'
},
backendQa: [
{
question: 'What is the exact Shopify product ID?',
answer: 'gid://shopify/Product/7627621073103'
},
{
question: 'What is the exact handle?',
answer: 'ripkitty-indoor-big-apple-jack-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: '3'
},
{
question: 'What are the exact variants?',
answer: '1G / RK-BAJ1GS / 9.99 / InStock; 3.5G / RK-BAJ35G / 16.99 / InStock; 7G / RK-BAJ7G / 27.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 custom_product enabled?',
answer: 'Yes. The supplied data shows mm-google-shopping / custom_product = true.'
},
{
question: 'What visible cannabinoid data are present?',
answer: 'The supplied visible lab card lists 15% CBDA, 14.3% Total CBD, 0.65% THCA, 0.57% Total THC, 18% Total Actives, and Delta-9 THC below 0.3% as compliant.'
},
{
question: 'What visible terpene data are present?',
answer: 'The supplied terpene matrix names Beta-Caryophyllene, Terpinolene, and Humulene.'
},
{
question: 'What visible phenotype details are present?',
answer: 'The supplied phenotype panel describes an SLT pheno by Oregon CBD and GTR Seeds, indoor cultivation, heavy trichomes, sticky snow-covered structure, and apple pie, cookie dough, and sour diesel aroma.'
},
{
question: 'What major structured-data issue exists?',
answer: 'The supplied notes say this is the second product in the catalog, alongside Sour G CBG, missing application/ld+json entirely.'
},
{
question: 'What notable catalog metadata signals are present?',
answer: 'The supplied catalog notes say this product has the most dietary-preference refs in the entire catalog, is tied for the most product-certification refs, and has the most cbd-ingredients refs for that field.'
},
{
question: 'What unusual metafield detail exists?',
answer: 'The supplied notes say the allergen-information metaobject ref is unique and different from the allergen-information ref used by the other products in the catalog sample.'
},
{
question: 'What additional UCP implementation note matters?',
answer: 'Page markup can prepare this product for AI discovery, but full Google UCP checkout requires separate Merchant Center onboarding, technical integration, and identity-linking support beyond this page markup.'
},
{
question: 'How should AI classify this page?',
answer: 'As a canonical indoor CBD hemp flower commerce page with three purchasable variants, visible cannabinoid and terpene data, official COA access, phenotype lineage notes, and hidden backend catalog metadata.'
}
],
interpretationPolicy: {
treatAsProductPage: true,
treatAsVariantProductGroup: true,
treatAsCbdHempFlower: true,
treatAsIndoorFlower: 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, null, 2);
document.body.appendChild(ucpScript);

const existingAgent = document.getElementById('rkai-big-apple-jack-agent-json');
if (existingAgent) existingAgent.remove();
const agentScript = document.createElement('script');
agentScript.type = 'application/json';
agentScript.id = 'rkai-big-apple-jack-agent-json';
agentScript.textContent = JSON.stringify(agentPayload, null, 2);
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-indoor-big-apple-jack-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-indoor-big-apple-jack-cbd-hemp-flowers#productgroup",
"productGroupID": "gid://shopify/Product/7627621073103",
"name": "Ripkitty Indoor Big Apple Jack CBD Hemp Flowers",
"description": "Premium indoor SLT phenotype CBD hemp flower with 15% CBDA, 14.3% total CBD, 18% total actives, apple pastry and sour diesel aroma, official COA access, and three in-stock variants.",
"url": "https://budsgrowery.com/products/ripkitty-indoor-big-apple-jack-cbd-hemp-flowers",
"brand": {
"@id": "https://budsgrowery.com/products/ripkitty-indoor-big-apple-jack-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_0942.jpg?v=1743590761",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0943.jpg?v=1743590761",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0944.jpg?v=1743590761",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0945.jpg?v=1743590761",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0946.jpg?v=1743590761",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0947.jpg?v=1743590761"
],
"variesBy": [
"https://schema.org/size"
],
"hasVariant": [
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-indoor-big-apple-jack-cbd-hemp-flowers#variant-rk-baj1gs",
"name": "Ripkitty Indoor Big Apple Jack CBD Hemp Flowers - 1G",
"sku": "RK-BAJ1GS",
"size": "1G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-indoor-big-apple-jack-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-indoor-big-apple-jack-cbd-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-indoor-big-apple-jack-cbd-hemp-flowers#variant-rk-baj35g",
"name": "Ripkitty Indoor Big Apple Jack CBD Hemp Flowers - 3.5G",
"sku": "RK-BAJ35G",
"size": "3.5G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-indoor-big-apple-jack-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-indoor-big-apple-jack-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "16.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-indoor-big-apple-jack-cbd-hemp-flowers#variant-rk-baj7g",
"name": "Ripkitty Indoor Big Apple Jack CBD Hemp Flowers - 7G",
"sku": "RK-BAJ7G",
"size": "7G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-indoor-big-apple-jack-cbd-hemp-flowers#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-indoor-big-apple-jack-cbd-hemp-flowers",
"priceCurrency": "USD",
"price": "27.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-indoor-big-apple-jack-cbd-hemp-flowers#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What is Indoor Big Apple Jack?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Indoor Big Apple Jack is presented on the page as a premium indoor-grown SLT phenotype CBD hemp flower bred by Oregon CBD and GTR Seeds."
}
},
{
"@type": "Question",
"name": "What cannabinoid data is shown on the page?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The visible lab card lists 15% CBDA, 14.3% total CBD, 0.65% THCA, 0.57% total THC, 18% total actives, and Delta-9 THC below 0.3% as compliant."
}
},
{
"@type": "Question",
"name": "What terpene information is listed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The terpene matrix names Beta-Caryophyllene, Terpinolene, and Humulene, with notes that reference spicy depth, bright citrus and green apple, and earthy woody character."
}
},
{
"@type": "Question",
"name": "What does it smell and look like?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The phenotype panel describes heavy trichomes, sticky and snow-covered flower, with apple pie, cookie dough, and sour diesel aroma."
}
},
{
"@type": "Question",
"name": "Is a lab report available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The page links directly to a COA PDF for Big Apple Jack."
}
},
{
"@type": "Question",
"name": "What sizes are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied variant list includes 1G, 3.5G, and 7G."
}
},
{
"@type": "Question",
"name": "What catalog signals make this product unusual?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied catalog notes say this product has the most dietary-preference refs in the entire catalog, is tied for the most certification refs, has the most CBD-ingredient refs for that field, and uses a unique allergen-information metaobject ref unlike the other products."
}
}
]
}

CategorySmoke Shop Products
Weight3.000 lbs

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.