Ripkitty Mendo Breath THCA Flower
Mendo Breath THCA Flower is a robust indica strain, derived from OGKB and Mendo Montage genetics. This flower offers a distinct aromatic and sensory experience.
Mendo Breath Breakdown:
- Indica Genetics: OGKB and Mendo Montage.
- Flavor Profile: Sweet vanilla and caramel notes.
- Aroma: Sweet vanilla and caramel.
- Bud Structure: Dense, trichome-rich.
- THCA Content: 23.504%
Cannabinoid Profile:
- THCA: 23.504%
- CBGA: 7.119 mg/g
- CBCA: 1.554 mg/g
- CBD: Below detectable levels.
- Moisture Content: 10.8%
Product Characteristics:
Mendo Breath THCA Flower is characterized by its THCA content and unique aromatic profile. The dense bud structure and trichome richness contribute to its distinct quality.
Additional Information:
This flower is lab-tested and certified for cannabinoid content.
.product-description-box {
background: linear-gradient(135deg, #ff6600, #ff9933); /* Orange gradient */
color: #ffffff;
padding: 30px;
border-radius: 12px;
font-family: ‘Courier New’, Courier, monospace;
line-height: 1.6;
box-shadow: 0 0 20px rgba(255, 102, 0, 0.4);
}
.product-description-box h2 {
color: #000000; /* Black title */
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
padding-bottom: 12px;
margin-bottom: 20px;
font-weight: bold;
}
.product-description-box h3 {
color: #000000; /* Black subheaders */
margin-top: 25px;
}
.product-description-box p,
.product-description-box li {
color: #ffffff; /* White text */
}
.product-description-box ul {
list-style-type: none;
padding-left: 0;
margin-top: 10px;
}
.toggle-details {
background-color: #000000;
color: #ffffff;
border: 1px solid #ffffff;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
margin-top: 20px;
transition: all 0.3s ease;
}
.toggle-details:hover {
background-color: #ffffff;
color: #000000;
}
.detailed-info {
display: none;
margin-top: 20px;
padding-top: 15px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.lab-report-link {
display: inline-block;
margin-top: 25px;
color: #000000;
text-decoration: underline;
font-weight: bold;
}
.lab-report-link:hover {
color: #333333;
}
function toggleDetails() {
const details = document.getElementById(‘details’);
details.style.display = (details.style.display === ‘none’ || details.style.display === ”) ? ‘block’ : ‘none’;
}