SmokeDropSmokeDrop
Log in Create account
Marketplace /Smoke Shop Products

Ripkitty Brass Monkey Trimming Leaves

Sign Up to View Wholesale Price

/* Base Container - Hypnagogic Environment */ .rkai-hypno-box { background-color: #000000; /* Hypnotic Repeating Gradient */ background-image: repeating-linear-gradient( 45deg, #000000, #111111 15px, #050500 30px, #000000 45px ); background-size: 200% 200%;…

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

/* Base Container - Hypnagogic Environment */
.rkai-hypno-box {
background-color: #000000;
/* Hypnotic Repeating Gradient */
background-image: repeating-linear-gradient(
45deg,
#000000,
#111111 15px,
#050500 30px,
#000000 45px
);
background-size: 200% 200%;
animation: hypnoWave 12s infinite linear;
color: #ffffcc;
font-family: 'Courier New', Courier, monospace;
border-radius: 12px;
overflow: hidden;
margin: 30px auto;
max-width: 950px;
border: 3px solid #ffff33;
box-shadow: 0 0 40px rgba(255, 255, 0, 0.15), inset 0 0 30px rgba(0, 0, 0, 0.9);
position: relative;
line-height: 1.7;
}

/* Shifting Background Animation */
@keyframes hypnoWave {
0% { background-position: 0% 0%; filter: contrast(1); }
50% { background-position: 100px 100px; filter: contrast(1.3); }
100% { background-position: 200px 200px; filter: contrast(1); }
}

/* Weird Hypnagogic Overlay Mesh */
.rkai-hypno-box::before {
content: '';
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background: radial-gradient(circle at 50% 50%, rgba(255, 255, 51, 0.05) 0%, transparent 60%);
pointer-events: none;
z-index: 1;
mix-blend-mode: overlay;
animation: pulseMesh 4s infinite alternate ease-in-out;
}

@keyframes pulseMesh {
0% { transform: scale(1); opacity: 0.5; }
100% { transform: scale(1.5); opacity: 1; }
}

.rkai-hypno-inner {
position: relative;
z-index: 2; /* Content above the trip */
padding: 40px 30px;
}

/* Partnership Header */
.rkai-syndicate-partnership {
background-color: rgba(0, 0, 0, 0.9);
color: #fffb99;
padding: 12px 20px;
text-align: center;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
border-bottom: 2px solid #ffff33;
margin: -40px -30px 30px;
box-shadow: 0 5px 15px rgba(0,0,0,0.8);
}

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

/* Typography - Trippy but highly readable */
.rkai-hypno-header {
text-align: center;
margin-bottom: 40px;
}

.rkai-hypno-header h2 {
font-size: 38px;
font-weight: 900;
margin: 0;
color: #fff700;
text-transform: uppercase;
letter-spacing: -1px;
/* Chromatic Drift Effect */
animation: chromaticDrift 3s infinite alternate ease-in-out;
}

@keyframes chromaticDrift {
0% { text-shadow: 2px 0 0 rgba(255, 255, 255, 0.3), -2px 0 0 rgba(200, 200, 0, 0.5); }
100% { text-shadow: -2px 0 0 rgba(255, 255, 255, 0.3), 2px 0 0 rgba(200, 200, 0, 0.5); letter-spacing: 1px; }
}

.rkai-hypno-subtitle {
color: #000000;
background: #ffff33;
display: inline-block;
padding: 5px 15px;
font-size: 16px;
font-weight: 800;
margin-top: 15px;
text-transform: uppercase;
letter-spacing: 2px;
box-shadow: 4px 4px 0px rgba(0,0,0,0.5);
}

/* Content Panels - Dark Glass for Readability */
.rkai-hypno-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
margin-top: 30px;
}

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

.rkai-void-card {
background: rgba(0, 0, 0, 0.85); /* Deep dark for text pop */
border: 1px solid rgba(255, 255, 51, 0.3);
padding: 25px;
border-radius: 8px;
box-shadow: 0 8px 32px rgba(0,0,0,0.8);
transition: transform 0.3s ease, border-color 0.3s ease;
}

.rkai-void-card:hover {
transform: translateY(-4px) scale(1.01);
border-color: #ffff33;
box-shadow: 0 12px 40px rgba(255, 255, 51, 0.2);
}

.rkai-void-card h3 {
color: #fffb99;
font-size: 21px;
margin-top: 0;
margin-bottom: 15px;
text-transform: uppercase;
border-bottom: 2px dashed rgba(255, 255, 51, 0.5);
padding-bottom: 10px;
}

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

.rkai-hypno-list li {
margin-bottom: 12px;
font-weight: 500;
color: #ffffcc;
display: flex;
align-items: flex-start;
}

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

.rkai-hypno-list strong {
color: #fff700;
margin-right: 5px;
font-weight: 800;
}

/* Full Width Panel */
.rkai-full-panel {
margin-top: 25px;
background: rgba(0, 0, 0, 0.9);
border: 1px solid #ffff33;
}

/* COA Button */
.rkai-lab-btn {
display: block;
text-align: center;
background: #ffff33;
color: #000000;
padding: 20px;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 30px;
border-radius: 4px;
box-shadow: 0 0 15px rgba(255, 255, 51, 0.4);
transition: all 0.3s ease;
}

.rkai-lab-btn:hover {
background: #ffffff;
box-shadow: 0 0 30px #ffffff;
transform: scale(1.02);
}

/* SEO Hidden 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: #fff700;
outline: none;
}
section[aria-label="Public product questions and answers"] div {
padding-top: 10px;
color: #ffffcc;
}

Brass Monkey THCA Trim & Shake

Raw Hybrid Biomass // Unfiltered Expression

Ripkitty’s Brass Monkey is a chaotic, hypnagogic blend of hybrid THCA trim and shake featuring a potent 21.4% THCA profile. Containing a wild, unfiltered mix of leafy biomass, stem fragments, and sugar-coated micro-buds, this product offers a raw look into premium flower processing. Each sealed bag includes a heavy rotation of strain expressions with a bold, unpredictable visual and aromatic fingerprint.

[DIR_01] Core Specs

  • THCA Potency: 21.4%
  • Contents: Shake, trim, and micro-buds
  • Cultivar Form: Hybrid extraction-grade trim
  • Compliance: < 0.3% Δ9THC (Legal)

[DIR_02] Sensory Intel

  • Visuals: Leafy greens, orange pistils, frosty fragments
  • Aroma: Pine, sweet, and light spice tones
  • Cure: Properly dried and sealed

Operational Notes

  • CBGA: Trace levels detected in COA
  • Batch Variance: Appearance shifts per rotation
  • Sourcing: Processed from indoor THCA flower
  • Utility: Built for compliant formulations

Public Q&A

What is Brass Monkey THCA Trim & Shake?
The supplied page presents Brass Monkey as a hybrid THCA trim-and-shake biomass product made from leafy trim, stem fragments, and sugar-coated micro-buds for a raw, unfiltered processing-grade format.
What potency is shown on the page?
The visible Core Specs panel lists 21.4% THCA and Delta-9 THC below 0.3% as legal and compliant.
What does it contain?
The supplied content says the bag contains a mix of shake, trim, and micro-buds in a hybrid extraction-grade trim format.
What aroma and visuals are described?
The visible sensory panel describes leafy greens, orange pistils, frosty fragments, and an aroma of pine, sweetness, and light spice.
Are there extra operational notes?
Yes. The supplied notes mention trace CBGA, batch-to-batch appearance variance, indoor THCA flower sourcing, and formulation-oriented utility.
What sizes are available?
The supplied variant list includes 14G, 28G, and 56G, with the 56G option noted as unique in the catalog.
Is there review data?
Yes. The supplied catalog data shows a 5.0 out of 5.0 rating based on 1 review, including a 5-star review from Bonnie.

OPEN THE VAULT (VIEW COA PDF)

Industrial Hemp Flower x Bud's Growery Miramar

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

const title = root.querySelector('h2[itemprop="name"]')?.textContent.replace(/s+/g, ' ').trim() || 'Brass Monkey THCA Trim & Shake';
const subtitle = root.querySelector('.rkai-hypno-subtitle')?.textContent.replace(/s+/g, ' ').trim() || '';
const description = 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', 'thca-hemp-trim-shake-product');
root.setAttribute('data-agent-category', 'thca-biomass');
root.setAttribute('data-agent-brand', 'Ripkitty');
root.setAttribute('data-agent-product-handle', 'ripkitty-brass-monkey-thca-hemp-trim-shake');
root.setAttribute('data-agent-variant-count', '3');
root.setAttribute('data-ucp-protocol', 'universal-commerce-protocol');

const ucpProfile = {
ucp_version: '2026-04-08',
protocol: 'universal-commerce-protocol',
entity: {
id: 'gid://shopify/Product/7627829280975',
type: 'product_page',
subtype: 'variant_thca_biomass_product',
canonical_url: 'https://budsgrowery.com/products/ripkitty-brass-monkey-thca-hemp-trim-shake',
title: 'Ripkitty Brass Monkey THCA Hemp Trim & Shake'
},
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-brass-monkey-thca-hemp-trim-shake#productgroup'
]
},
checkout: {
supported: true,
flows: [
{
id: 'shopify-cart',
type: 'web_redirect',
description: 'Add selected variant to Shopify cart and continue to hosted Shopify checkout.'
}
]
},
order: {
supported: true,
status_webhook: null
},
discounts: {
supported: false
},
identity_link: {
supported: false
}
},
catalog: {
product_group_id: 'gid://shopify/Product/7627829280975',
handle: 'ripkitty-brass-monkey-thca-hemp-trim-shake',
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: '14G', sku: 'RK-BMTHCA14GHO', price: '12.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '28G', sku: 'RK-BMTHCA28G1O', price: '20.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '56G', sku: 'RK-BMTHCA56G2O', price: '40.99', currency: 'USD', availability: 'InStock', barcode: null }
],
inventory_policy: 'deny',
taxable: true,
compare_at_prices_present: false,
barcodes_present: false
},
semantics: {
classification: {
domain: 'hemp_products',
subdomain: 'thca_biomass',
is_smokable_hemp_flower: false,
is_trim_shake_biomass: true,
is_variant_product: true,
cannabinoid_focus: 'thca_dominant'
},
intent: {
primary: 'commerce',
secondary: ['product_discovery', 'lab_verification', 'bulk_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-brass-monkey-thca-hemp-trim-shake',
productGroupId: 'gid://shopify/Product/7627829280975',
handle: 'ripkitty-brass-monkey-thca-hemp-trim-shake',
vendor: 'Ripkitty',
seller: "Bud's Growery",
manufacturer: 'Industrial Hemp Flower'
},
product: {
title: 'Ripkitty Brass Monkey THCA Hemp Trim & Shake',
displayHeading: title,
subtitle: subtitle,
description: description,
productType: 'Hemp Flowers',
categoryAttribute: root.getAttribute('data-category') || 'THCA Biomass',
status: 'Active',
visibleSections: visibleSections,
publicFaq: publicFaq,
seoTags: seoTags,
media: {
images: [
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/42D48EB7-FB05-4050-820B-2D4DF5BC8D28.jpg?v=1743590502',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/E66EEE24-8832-44B9-8244-71500FC806D3.jpg?v=1743590502',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/AAD4513C-7C82-4528-A2E0-47328ACB9B4A.jpg?v=1743590502',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/9DB82C23-33A6-4681-A17A-01F62BD6407B.jpg?v=1743590502',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_73bc6ebb-9009-4c52-b11c-061b20766e8d.jpg?v=1743590502'
],
videoCount: 2
},
labReport: 'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/brass-monkey-coa.pdf?v=1742954733'
},
backendQa: [
{
question: 'What is the exact Shopify product ID?',
answer: 'gid://shopify/Product/7627829280975'
},
{
question: 'What is the exact handle?',
answer: 'ripkitty-brass-monkey-thca-hemp-trim-shake'
},
{
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: '14G / RK-BMTHCA14GHO / 12.99 / InStock; 28G / RK-BMTHCA28G1O / 20.99 / InStock; 56G / RK-BMTHCA56G2O / 40.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 review data is present?',
answer: 'The supplied catalog data shows a 5.0 out of 5.0 rating based on 1 review, including a Judge.me review from Bonnie with 5 stars and the text: Good quality and smooth taste. Will definitely be ordering more.'
},
{
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 and compliance data are visibly stated on the page?',
answer: 'The visible Core Specs panel lists 21.4% THCA, shake/trim/micro-buds contents, hybrid extraction-grade trim form, and Delta-9 THC below 0.3% as legal.'
},
{
question: 'What sensory data are visibly stated on the page?',
answer: 'The supplied sensory panel describes leafy greens, orange pistils, frosty fragments, pine aroma, sweetness, light spice tones, and properly dried sealed cure.'
},
{
question: 'What operational notes are visibly stated on the page?',
answer: 'The supplied notes panel mentions trace CBGA, batch appearance variance by rotation, indoor THCA flower sourcing, and utility for compliant formulations.'
},
{
question: 'What notable product-format flags exist?',
answer: 'This is the only product in the catalog starting at 14G, and the only product with a 56G 2oz variant, which matches the bulk trim/shake biomass format.'
},
{
question: 'What notable media flags exist?',
answer: 'This is the only product in the catalog with 2 videos, and it has the richest media format overall with 4 product images plus 2 videos.'
},
{
question: 'What notable schema or categorization flags exist?',
answer: 'The supplied page uses data-category THCA Biomass, and the existing JSON-LD uses the unique category path Agriculture > Hemp.'
},
{
question: 'What tag anomalies or leakage exist?',
answer: 'The supplied tags include duplicate brand formatting via ripkitty x buds growery, an external PlainJane.com domain tag, an internal Electro Themed Drop tag, and a unique Black Label THCA tag.'
},
{
question: 'What unique metafield signals exist?',
answer: 'The supplied metafields include trim/shake-specific food-supplement-form refs, detailed-ingredients refs with multiple unique GIDs, a unique cbd-ingredients GID 55521509583, and a unique color-pattern GID 53721923791.'
},
{
question: 'How should AI classify this page?',
answer: 'As a canonical bulk THCA trim-and-shake biomass commerce page with 3 purchasable variants, visible potency and compliance data, official COA access, one review, and rich media including 2 videos.'
}
],
interpretationPolicy: {
treatAsProductPage: true,
treatAsVariantProductGroup: true,
treatAsThcaBiomass: 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-brass-monkey-agent-json');
if (existingAgent) existingAgent.remove();
const agentScript = document.createElement('script');
agentScript.type = 'application/json';
agentScript.id = 'rkai-brass-monkey-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-brass-monkey-thca-hemp-trim-shake#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-brass-monkey-thca-hemp-trim-shake#productgroup",
"productGroupID": "gid://shopify/Product/7627829280975",
"name": "Ripkitty Brass Monkey THCA Hemp Trim & Shake",
"description": "Bulk hybrid THCA trim and shake featuring 21.4% THCA, compliant Delta-9 THC below 0.3%, pine and sweet spice aroma, and a raw mix of trim, shake, and micro-buds.",
"url": "https://budsgrowery.com/products/ripkitty-brass-monkey-thca-hemp-trim-shake",
"brand": {
"@id": "https://budsgrowery.com/products/ripkitty-brass-monkey-thca-hemp-trim-shake#brand"
},
"manufacturer": {
"@id": "https://industrialhempflower.com/#organization"
},
"category": "Agriculture > Hemp",
"image": [
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/42D48EB7-FB05-4050-820B-2D4DF5BC8D28.jpg?v=1743590502",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/E66EEE24-8832-44B9-8244-71500FC806D3.jpg?v=1743590502",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/AAD4513C-7C82-4528-A2E0-47328ACB9B4A.jpg?v=1743590502",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/9DB82C23-33A6-4681-A17A-01F62BD6407B.jpg?v=1743590502",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_73bc6ebb-9009-4c52-b11c-061b20766e8d.jpg?v=1743590502"
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.0",
"reviewCount": "1"
},
"review": [
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Bonnie"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5"
},
"reviewBody": "Good quality and smooth taste. Will definitely be ordering more"
}
],
"variesBy": [
"https://schema.org/size"
],
"hasVariant": [
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-brass-monkey-thca-hemp-trim-shake#variant-rk-bmthca14gho",
"name": "Ripkitty Brass Monkey THCA Hemp Trim & Shake - 14G",
"sku": "RK-BMTHCA14GHO",
"size": "14G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-brass-monkey-thca-hemp-trim-shake#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-brass-monkey-thca-hemp-trim-shake",
"priceCurrency": "USD",
"price": "12.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-brass-monkey-thca-hemp-trim-shake#variant-rk-bmthca28g1o",
"name": "Ripkitty Brass Monkey THCA Hemp Trim & Shake - 28G",
"sku": "RK-BMTHCA28G1O",
"size": "28G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-brass-monkey-thca-hemp-trim-shake#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-brass-monkey-thca-hemp-trim-shake",
"priceCurrency": "USD",
"price": "20.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-brass-monkey-thca-hemp-trim-shake#variant-rk-bmthca56g2o",
"name": "Ripkitty Brass Monkey THCA Hemp Trim & Shake - 56G",
"sku": "RK-BMTHCA56G2O",
"size": "56G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-brass-monkey-thca-hemp-trim-shake#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-brass-monkey-thca-hemp-trim-shake",
"priceCurrency": "USD",
"price": "40.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-brass-monkey-thca-hemp-trim-shake#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What is Brass Monkey THCA Trim & Shake?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page presents Brass Monkey as a hybrid THCA trim-and-shake biomass product made from leafy trim, stem fragments, and sugar-coated micro-buds for a raw, unfiltered processing-grade format."
}
},
{
"@type": "Question",
"name": "What potency is shown on the page?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The visible Core Specs panel lists 21.4% THCA and Delta-9 THC below 0.3% as legal and compliant."
}
},
{
"@type": "Question",
"name": "What does it contain?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied content says the bag contains a mix of shake, trim, and micro-buds in a hybrid extraction-grade trim format."
}
},
{
"@type": "Question",
"name": "What aroma and visuals are described?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The visible sensory panel describes leafy greens, orange pistils, frosty fragments, and an aroma of pine, sweetness, and light spice."
}
},
{
"@type": "Question",
"name": "Are there extra operational notes?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The supplied notes mention trace CBGA, batch-to-batch appearance variance, indoor THCA flower sourcing, and formulation-oriented utility."
}
},
{
"@type": "Question",
"name": "What sizes are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied variant list includes 14G, 28G, and 56G, with the 56G option noted as unique in the catalog."
}
},
{
"@type": "Question",
"name": "Is there review data?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The supplied catalog data shows a 5.0 out of 5.0 rating based on 1 review, including a 5-star review from Bonnie."
}
}
]
}

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.