SmokeDropSmokeDrop
Log in Create account
Marketplace /Smoke Shop Products

Ripkitty Mendo Breath Flower

Sign Up to View Wholesale Price

/* Signature Container - Deep Black Base */ .rkai-mendo-box { background-color: #050505; /* Pitch Black */ color: #ffffff; /* Crisp White */ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,…

Out of stock — available for dropship preorder.

Auto inventory sync
Blind dropshipping
No transaction fees
Category
Smoke Shop Products
Availability
Out of stock
Weight
2.000 lbs

/* Signature Container - Deep Black Base */
.rkai-mendo-box {
background-color: #050505; /* Pitch Black */
color: #ffffff; /* Crisp White */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
border-radius: 12px;
overflow: hidden;
margin: 30px auto;
max-width: 950px;
border: 2px solid #ff6600; /* Vibrant Orange */
position: relative;
line-height: 1.7;
/* Trippy Box Shadow Breathing */
animation: trippyBoxPulse 6s infinite alternate ease-in-out;
}

@keyframes trippyBoxPulse {
0% { box-shadow: 0 10px 30px rgba(255, 102, 0, 0.2), inset 0 0 20px rgba(255, 153, 51, 0.1); }
100% { box-shadow: 0 15px 50px rgba(255, 102, 0, 0.5), inset 0 0 40px rgba(255, 153, 51, 0.2); filter: hue-rotate(5deg); }
}

/* Ambient Blur Overlay - Creates the "Trippy Trail" illusion in background */
.rkai-mendo-blur-layer {
position: absolute;
top: -20%; left: -20%; width: 140%; height: 140%;
background: radial-gradient(circle at 50% 50%, rgba(255, 102, 0, 0.15) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
filter: blur(25px);
pointer-events: none;
z-index: 1;
animation: slowOrbit 15s infinite linear;
}

@keyframes slowOrbit {
0% { transform: rotate(0deg) scale(1); }
50% { transform: rotate(180deg) scale(1.1); }
100% { transform: rotate(360deg) scale(1); }
}

.rkai-mendo-inner {
position: relative;
z-index: 2; /* Text above the blur */
}

/* Partnership Credit Header */
.rkai-mendo-partnership {
background-color: #000000;
color: #ff9933; /* Light Orange */
padding: 12px 20px;
text-align: center;
font-size: 12.5px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
border-bottom: 2px solid #ff6600;
}

.rkai-mendo-partnership span {
color: #ffffff;
}

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

/* Trippy Text Effect on Main Title */
.rkai-mendo-header h2 {
color: #ffffff;
font-size: 36px;
margin: 0 0 10px 0;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 2px;
animation: textMotionTrail 4s infinite alternate ease-in-out;
}

@keyframes textMotionTrail {
0% { text-shadow: 0px 0px 0px rgba(255, 102, 0, 0.8), 0px 0px 0px rgba(255, 255, 255, 0.5); }
100% { text-shadow: 4px 4px 10px rgba(255, 102, 0, 0.9), -4px -2px 15px rgba(255, 255, 255, 0.4); letter-spacing: 3px; }
}

.rkai-mendo-subtitle {
color: #ff6600;
font-size: 17px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 5px;
margin-bottom: 15px;
}

.rkai-mendo-intro {
font-size: 17px;
font-weight: 600;
color: #e2e8f0;
padding: 0 35px;
text-align: center;
max-width: 850px;
margin: 0 auto 30px;
text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.rkai-mendo-intro strong {
color: #ff9933;
}

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

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

/* Trippy Frosted Cards */
.rkai-mendo-card {
background: rgba(15, 5, 0, 0.7); /* Deep dark orange/black */
border: 1px solid rgba(255, 102, 0, 0.3);
border-radius: 12px;
padding: 25px;
box-shadow: 0 8px 30px rgba(0,0,0,0.5);
backdrop-filter: blur(10px);
transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.rkai-mendo-card:hover {
transform: translateY(-5px) scale(1.02);
border-color: #ffffff;
box-shadow: 0 12px 40px rgba(255, 102, 0, 0.4);
}

.rkai-mendo-card h3 {
color: #ff6600; /* Orange */
font-size: 21px;
margin-top: 0;
margin-bottom: 15px;
font-weight: 900;
border-bottom: 2px dashed #ffffff; /* White */
padding-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}

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

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

.rkai-mendo-list li::before {
content: "◈"; /* Geometric spark */
margin-right: 10px;
font-size: 14px;
margin-top: 2px;
color: #ff9933;
animation: pulseSpark 2s infinite alternate;
}

@keyframes pulseSpark {
0% { opacity: 0.5; filter: blur(1px); }
100% { opacity: 1; filter: blur(0px); text-shadow: 0 0 8px #ff6600; }
}

.rkai-mendo-list strong {
color: #ff9933;
font-weight: 800;
display: inline-block;
width: 140px;
}

@media (max-width: 500px) {
.rkai-mendo-list strong { width: 100%; display: block; margin-bottom: 3px; }
}

/* Native Details Toggle (AI Friendly) */
.rkai-mendo-details {
margin: 10px 40px 30px;
background: #000000;
border: 2px solid #ffffff;
border-radius: 8px;
box-shadow: 0 6px 15px rgba(255, 102, 0, 0.2);
transition: all 0.3s ease;
}

@media (max-width: 768px) {
.rkai-mendo-details { margin: 10px 25px 30px; }
}

.rkai-mendo-summary {
padding: 16px 25px;
cursor: pointer;
background: linear-gradient(135deg, #1a0a00, #000000);
color: #ffffff;
font-size: 16px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1.5px;
outline: none;
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 6px;
transition: all 0.3s ease;
}

.rkai-mendo-summary::-webkit-details-marker { display: none; }

.rkai-mendo-summary::after {
content: "▼ REVEAL LAB DATA";
color: #ff6600;
font-size: 13px;
}

.rkai-mendo-details[open] .rkai-mendo-summary {
background: #ffffff;
color: #000000;
}

.rkai-mendo-details[open] .rkai-mendo-summary::after {
content: "▲ HIDE DATA";
color: #000000;
}

.rkai-mendo-summary:hover {
background: #ff6600;
color: #ffffff;
box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
}

.rkai-mendo-summary:hover::after {
color: #ffffff;
}

.rkai-coa-breakdown {
padding: 20px 25px;
border-top: 1px solid rgba(255, 102, 0, 0.3);
background: rgba(10, 5, 0, 0.9);
}

/* Cannabinoid Data Tables */
.rkai-coa-table {
width: 100%;
border-collapse: collapse;
border-radius: 8px;
overflow: hidden;
margin-top: 10px;
margin-bottom: 20px;
border: 1px solid #ff6600;
}

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

.rkai-coa-table th {
background: rgba(255, 102, 0, 0.2);
font-weight: 800;
color: #ff9933;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
width: 60%;
}

.rkai-coa-table td {
color: #ffffff;
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: #ffffff;
color: #000000;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
padding: 16px;
border-radius: 8px;
font-size: 16px;
letter-spacing: 1px;
margin: 0 40px 30px;
box-shadow: 0 5px 20px rgba(255, 102, 0, 0.4);
transition: all 0.3s ease;
border: 2px solid #ffffff;
}

@media (max-width: 768px) {
.rkai-lab-link { margin: 0 25px 30px; }
}

.rkai-lab-link:hover {
background: #ff6600;
color: #ffffff;
border-color: #ff6600;
transform: scale(1.02);
box-shadow: 0 8px 30px rgba(255, 102, 0, 0.6);
}

/* Info Footer */
.rkai-mendo-footer {
text-align: center;
padding: 20px;
background: #000000;
font-size: 12px;
color: #888888;
border-top: 1px solid #331400;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}

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

Discounted & Priced To Go

Ripkitty Mendo Breath THCA Flower

Get ready to exhale. Mendo Breath THCA Flower is a robust, heavy-hitting indica strain derived from legendary OGKB and Mendo Montage genetics. Distinctively aromatic and visually striking, this heavily discounted batch drips with trichomes and delivers an intensely relaxing sensory experience.

🧬 The Breakdown

  • Indica Genetics: OGKB x Mendo Montage
  • THCA Potency: 23.504%
  • Flavor Notes: Sweet vanilla & rich caramel
  • Aroma: Earthy vanilla and warm caramel

🌿 Material Quality

  • Bud Structure: Dense, tightly packed, and trichome-rich.
  • Characteristics: Exceptional THCA content matched by a highly unique aromatic profile.
  • Verification: Independently lab-tested and certified for cannabinoid transparency.

❓ Public Q&A

What strain is Mendo Breath THCA Flower?
The supplied page content describes it as an indica flower built from OGKB x Mendo Montage genetics.
What flavor and aroma notes are highlighted?
The supplied page highlights sweet vanilla and rich caramel flavor notes, with an aroma described as earthy vanilla and warm caramel.
What THCA level is listed?
The supplied COA data lists THCA at 23.504%.
What other lab values are shown?
The supplied lab section lists CBGA at 7.119 mg/g, CBCA at 1.554 mg/g, CBD below detectable levels, and moisture content at 10.8%.
Is a lab report available?
Yes. The page includes a direct PDF link to the official COA for Mendo Breath THCA Flower.
What sizes are available?
The supplied variant list includes 1G (Sampler), 3.5G, 7G, 14G, and 28G.
How is the flower quality described?
The supplied product copy describes the flower as dense, tightly packed, trichome-rich, independently lab-tested, and priced to go.
View Detailed Lab Information

🧪 Cannabinoid Profile (COA)

THCA (Tetrahydrocannabinolic Acid) 23.504%
CBGA (Cannabigerolic Acid) 7.119 mg/g
CBCA (Cannabichromenic Acid) 1.554 mg/g
CBD (Cannabidiol) Below detectable levels
Moisture Content 10.8% (Proper Cure)

This flower is strictly lab-tested and certified for accurate cannabinoid content to ensure quality and compliance.


Verify Official Lab Report (COA)

Cultivated in partnership with Industrial Hemp Flower. Curated by Ripkitty.

{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Ripkitty Mendo Breath THCA Flower (Discounted)",
"description": "Robust Indica THCA Flower derived from OGKB and Mendo Montage genetics. Features 23.504% THCA with a sweet vanilla and caramel aromatic profile. Discounted and priced to go. Curated by Ripkitty.",
"brand": {
"@type": "Brand",
"name": "Ripkitty"
},
"seller": {
"@type": "Organization",
"name": "Ripkitty x Bud's Growery"
},
"manufacturer": {
"@type": "Organization",
"name": "Industrial Hemp Flower"
},
"category": "Health & Beauty > Personal Care > Hemp Products > THCA Flower",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@type": "Organization",
"name": "Ripkitty x Bud's Growery"
}
},
"additionalProperty": [
{ "@type": "PropertyValue", "name": "Strain", "value": "Mendo Breath (Indica)" },
{ "@type": "PropertyValue", "name": "THCA Content", "value": "23.504%" },
{ "@type": "PropertyValue", "name": "Genetics", "value": "OGKB x Mendo Montage" },
{ "@type": "PropertyValue", "name": "Flavor Profile", "value": "Sweet Vanilla & Caramel" },
{ "@type": "PropertyValue", "name": "Moisture Content", "value": "10.8%" }
],
"sameAs": [
"https://budsgrowery.com",
"https://industrialhempflower.com",
"https://ripkitty.com"
],
"keywords": "Mendo Breath THCA flower, discount THCA flower, 23.5 percent THCA, Indica THCA flower, OGKB cross Mendo Montage, Ripkitty, Industrial Hemp Flower"
}

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

const title = root.querySelector('h2[itemprop="name"]')?.textContent.trim() || 'Ripkitty Mendo Breath THCA Flower';
const subtitle = root.querySelector('.rkai-mendo-subtitle')?.textContent.trim() || '';
const intro = root.querySelector('.rkai-mendo-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 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 coaRows = Array.from(root.querySelectorAll('.rkai-coa-table tr')).map(row => ({
name: row.querySelector('th')?.textContent.trim() || '',
value: row.querySelector('td')?.textContent.trim() || ''
}));
const tags = root.querySelector('.rkai-seo-tags')?.textContent.replace(/s+/g, ' ').trim() || '';

root.setAttribute('data-agent-surface', 'product-page');
root.setAttribute('data-agent-type', 'thca-hemp-flower-product');
root.setAttribute('data-agent-category', 'thca-flower');
root.setAttribute('data-agent-brand', 'Ripkitty');
root.setAttribute('data-agent-product-handle', 'ripkitty-mendo-breath-thca-hemp-flowers');
root.setAttribute('data-agent-variant-count', '5');
root.setAttribute('data-ucp-protocol', 'universal-commerce-protocol');

const ucpProfile = {
ucp_version: '2026-04-08',
protocol: 'universal-commerce-protocol',
entity: {
id: 'gid://shopify/Product/7625752215759',
type: 'product_page',
subtype: 'variant_thca_hemp_flower_product',
canonical_url: 'https://budsgrowery.com/products/ripkitty-mendo-breath-thca-hemp-flowers',
title: 'Ripkitty Mendo Breath THCA 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-mendo-breath-thca-hemp-flowers#productgroup'
]
},
checkout: {
supported: true,
flows: [
{
id: 'shopify-cart',
type: 'web_redirect',
description: 'Add selected variant to Shopify cart and continue through Shopify checkout.'
}
]
},
order: {
supported: true,
status_webhook: null
},
discounts: {
supported: false
},
identity_link: {
supported: false
}
},
catalog: {
product_group_id: 'gid://shopify/Product/7625752215759',
handle: 'ripkitty-mendo-breath-thca-hemp-flowers',
product_type: 'Hemp Flowers',
google_product_category: '6936',
facebook_google_product_category: '6936',
custom_product: true,
status: 'active',
variants: [
{ amount: '1G (Sampler)', sku: 'RK-MBTHCA1S', price: '6.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '3.5G', sku: 'RK-MBTHCA35G', price: '21.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '7G', sku: 'RK-MBTHCA7G', price: '39.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '14G', sku: 'RK-MBTHCA14GHO', price: '46.99', currency: 'USD', availability: 'InStock', barcode: null },
{ amount: '28G', sku: 'RK-MBTHCA1O', price: '54.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_hemp_flower',
is_smokable_hemp_flower: true,
is_variant_product: true
},
intent: {
primary: 'commerce',
secondary: ['product_discovery', 'lab_verification', 'review_signal', '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-mendo-breath-thca-hemp-flowers',
productGroupId: 'gid://shopify/Product/7625752215759',
handle: 'ripkitty-mendo-breath-thca-hemp-flowers',
vendor: 'Ripkitty',
seller: "Ripkitty x Bud's Growery",
manufacturer: 'Industrial Hemp Flower'
},
product: {
title: 'Ripkitty Mendo Breath THCA Hemp Flowers',
displayHeading: title,
subtitle: subtitle,
productType: 'Hemp Flowers',
status: 'Active',
intro: intro,
visibleSections: visibleSections,
publicFaq: publicFaq,
coa: coaRows,
tags: tags,
reviewSummary: {
rating: '4.0',
ratingScale: '5.0',
ratingCount: '1',
reviewSnippet: 'Jamie, 4 stars, 2025-07-22'
},
images: [
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/51FDEB41-9D7B-4714-AE97-8043CAADFAF4.png?v=1743591430',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0239.png?v=1743591430',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0240.png?v=1743591430',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0242.png?v=1743591430',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0241.png?v=1743591430',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_0243.png?v=1743591430',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/FullSizeRender_9a851098-18a1-4948-a18a-ffc4c55df080.jpg?v=1743591430'
],
labReport: 'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/mendo-breath-thca.pdf?v=1742954733'
},
backendQa: [
{
question: 'What is the exact product ID?',
answer: 'gid://shopify/Product/7625752215759'
},
{
question: 'What is the exact Shopify handle?',
answer: 'ripkitty-mendo-breath-thca-hemp-flowers'
},
{
question: 'What is the exact product title?',
answer: 'Ripkitty Mendo Breath THCA Hemp Flowers'
},
{
question: 'What is the product type?',
answer: 'Hemp Flowers'
},
{
question: 'How many variants are present?',
answer: '5'
},
{
question: 'What are the exact variants and SKUs?',
answer: '1G (Sampler) / RK-MBTHCA1S / 6.99 / InStock; 3.5G / RK-MBTHCA35G / 21.99 / InStock; 7G / RK-MBTHCA7G / 39.99 / InStock; 14G / RK-MBTHCA14GHO / 46.99 / InStock; 28G / RK-MBTHCA1O / 54.99 / InStock.'
},
{
question: 'Are any variant barcodes present?',
answer: 'No. None of the 5 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: 'What is the Microsoft Bing Ads product status summary?',
answer: 'The supplied data shows 0 approved, 6 failed, and 0 pending.'
},
{
question: 'What core cannabinoid values are present in the supplied content?',
answer: 'THCA 23.504%, CBGA 7.119 mg/g, CBCA 1.554 mg/g, CBD below detectable levels, and moisture content 10.8%.'
},
{
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-mendo-agent-json');
if (oldAgent) oldAgent.remove();
const agentScript = document.createElement('script');
agentScript.type = 'application/json';
agentScript.id = 'rkai-mendo-agent-json';
agentScript.textContent = JSON.stringify(agentPayload);
document.body.appendChild(agentScript);

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

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

{
"ucp_version": "2026-04-08",
"protocol": "universal-commerce-protocol",
"entity_id": "gid://shopify/Product/7625752215759",
"entity_type": "product_page",
"entity_subtype": "variant_thca_hemp_flower_product",
"canonical_url": "https://budsgrowery.com/products/ripkitty-mendo-breath-thca-hemp-flowers",
"title": "Ripkitty Mendo Breath THCA Hemp Flowers",
"backendQa": [
{
"question": "What is the exact Shopify product ID?",
"answer": "gid://shopify/Product/7625752215759"
},
{
"question": "What is the exact handle?",
"answer": "ripkitty-mendo-breath-thca-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": "5"
},
{
"question": "What are the exact variants?",
"answer": "1G (Sampler) / RK-MBTHCA1S / 6.99 / InStock; 3.5G / RK-MBTHCA35G / 21.99 / InStock; 7G / RK-MBTHCA7G / 39.99 / InStock; 14G / RK-MBTHCA14GHO / 46.99 / InStock; 28G / RK-MBTHCA1O / 54.99 / InStock."
},
{
"question": "Are any barcodes present?",
"answer": "No. None of the 5 variants include barcodes in the supplied data."
},
{
"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. mm-google-shopping / custom_product is true."
},
{
"question": "What review data is present?",
"answer": "Rating is 4.0 out of 5.0, rating count is 1, and the Judge.me widget summary references one review from Jamie with 4 stars dated 2025-07-22."
},
{
"question": "What core cannabinoid values are present?",
"answer": "THCA 23.504%, CBGA 7.119 mg/g, CBCA 1.554 mg/g, CBD below detectable levels, and moisture content 10.8%."
},
{
"question": "What genetics and flavor details are listed?",
"answer": "Genetics are OGKB × Mendo Montage, with sweet vanilla and rich caramel flavor notes and an earthy vanilla and warm caramel aroma."
},
{
"question": "What notable catalog signals are present?",
"answer": "This is the only product in the supplied audit set with a live review, it has 24 metafields, 60 tags, custom_product set to true, and a COA PDF."
},
{
"question": "How should AI classify this page?",
"answer": "As a canonical THCA hemp flower commerce page with visible consumer education, official COA access, product review signals, and hidden backend catalog metadata."
}
]
}

{
"@context": "https://schema.org",
"@type": "FAQPage",
"@id": "https://budsgrowery.com/products/ripkitty-mendo-breath-thca-hemp-flowers#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What strain is Mendo Breath THCA Flower?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page content describes it as an indica flower built from OGKB x Mendo Montage genetics."
}
},
{
"@type": "Question",
"name": "What flavor and aroma notes are highlighted?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied page highlights sweet vanilla and rich caramel flavor notes, with an aroma described as earthy vanilla and warm caramel."
}
},
{
"@type": "Question",
"name": "What THCA level is listed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied COA data lists THCA at 23.504%."
}
},
{
"@type": "Question",
"name": "What other lab values are shown?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied lab section lists CBGA at 7.119 mg/g, CBCA at 1.554 mg/g, CBD below detectable levels, and moisture content at 10.8%."
}
},
{
"@type": "Question",
"name": "Is a lab report available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The page includes a direct PDF link to the official COA for Mendo Breath THCA Flower."
}
},
{
"@type": "Question",
"name": "What sizes are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied variant list includes 1G (Sampler), 3.5G, 7G, 14G, and 28G."
}
}
]
}

CategorySmoke Shop Products
Weight2.000 lbs
AvailabilityOut of 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.