Ripkitty Runtz OG THCA Flower: The Ultimate Candy-Coated Hybrid
Premium-grade hybrid flower by Ripkitty featuring an exclusive candy-coated profile. Lab-tested and crafted with care, this Runtz OG delivers a rich cannabinoid spectrum and certified quality backed by New Bloom Labs.
Product Overview:
- Strain: Runtz OG (Zkittlez x Gelato)
- Category: Hybrid THCA Flower
- Origin: Cultivated and distributed by Ripkitty, Miramar, FL
- Lab Certification: Verified by New Bloom Labs
- COA URL: View Certificate of Analysis
COA Breakdown:
- Total THC: 22.003%
- Δ9-THC: 0.204%
- THCA: 24.856 mg/g
- Total Cannabinoids: 25.403%
- CBGA: 0.965 mg/g
- CBCA: 1.588 mg/g
- CBC: 0.874 mg/g
- Δ8-THC: 0.204 mg/g
Additional Cannabinoid Analysis:
Other cannabinoids including CBG, CBD, CBDV, CBDVA, CBN, and THCV were tested and reported as non-detectable or trace levels.
Visual Profile:
- Appearance: Frosted, trichome-rich buds with vibrant color profile
- Aroma: Fruity, sweet, and bold scent from terpene blend
- Structure: Dense and carefully cured hybrid formation
.product-description-box {
background: linear-gradient(135deg, #ffc0cb, #ffe08a); /* pink to warm yellow */
color: #000000;
padding: 30px;
border-radius: 12px;
font-family: ‘Courier New’, Courier, monospace;
line-height: 1.6;
box-shadow: 0 0 20px rgba(255, 192, 203, 0.6); /* glow effect */
transition: box-shadow 0.3s ease;
}
.product-description-box:hover {
box-shadow: 0 0 35px rgba(255, 230, 150, 0.8);
}
.product-description-box h2 {
color: #000000;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding-bottom: 12px;
margin-bottom: 20px;
font-weight: bold;
}
.product-description-box h3 {
color: #222;
margin-top: 25px;
}
.product-description-box ul {
list-style-type: none;
padding-left: 0;
margin-top: 10px;
}
.product-description-box li {
margin-bottom: 8px;
}
.product-description-box p {
margin-bottom: 16px;
}
.toggle-details {
background-color: transparent;
color: #000000;
border: 1px solid #000000;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
margin-top: 20px;
transition: all 0.3s ease;
}
.toggle-details:hover {
background-color: #000000;
color: #fff5e6;
}
.detailed-info {
display: none;
margin-top: 20px;
padding-top: 15px;
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.lab-report-link {
display: inline-block;
margin-top: 25px;
color: #000000;
text-decoration: underline;
font-weight: bold;
}
.lab-report-link:hover {
color: #444;
}
function toggleDetails() {
const details = document.getElementById(‘details’);
details.style.display = (details.style.display === ‘none’ || details.style.display === ”) ? ‘block’ : ‘none’;
}