Description
.product-description-box {
background: linear-gradient(135deg, #333, #554378); /* Charcoal to Purple */
color: #e0e0e0; /* Light Silver/Grey */
padding: 20px;
border-radius: 10px;
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif; /* Readable font */
line-height: 1.7; /* Increased line height for readability */
}
.product-description-box h2 {
color: #d1c4e9; /* Light Purple */
border-bottom: 1px solid rgba(209, 196, 233, 0.3);
padding-bottom: 10px;
margin-bottom: 20px;
font-weight: 600; /* Slightly bolder heading */
}
.product-description-box ul {
list-style-type: none;
padding: 0;
}
.product-description-box li {
margin-bottom: 12px; /* Increased margin for list readability */
}
.toggle-details {
background-color: rgba(224, 224, 224, 0.1); /* Light Silver with transparency */
color: #d1c4e9; /* Light purple for button text */
padding: 12px 18px; /* Slightly larger button */
border: none;
border-radius: 6px; /* Slightly more rounded button */
cursor: pointer;
margin-top: 20px;
font-weight: 500; /* Slightly bolder button text */
}
.detailed-info {
display: none;
margin-top: 20px;
border-top: 1px solid rgba(224, 224, 224, 0.2); /* Light silver border */
padding-top: 15px;
}
.lab-report-link {
display: block;
margin-top: 25px;
color: #a5d8ff; /* Light Blue/Silver link */
text-decoration: none;
font-weight: 500;
}
.lab-report-link:hover {
text-decoration: underline;
}
GET READY FOR THE PLATINUM STANDARD: RIPKITTY LEGENDARY PLATINUM OG CBD HEMP FLOWER
Experience the exceptional quality of Ripkitty’s Legendary Platinum OG CBD Hemp Flower. This top-tier strain, with its heritage rooted in OG Kush, offers a unique and premium sensory experience. Hand-trimmed, dense, and rich in trichomes, this flower is cultivated by Rogue Family Farm and rigorously tested by Pinnacle Analytics, ensuring a product of superior quality.
Product Highlights:
- Pure Indica-Dominant Hybrid: A carefully selected blend of Alpen Gleaux and Legendary OG, providing a distinct aromatic and sensory profile.
- Strong CBD Content: Featuring 14.3% CBD and a total cannabinoid content of 18.18%, this flower offers a rich cannabinoid composition.
- Aroma & Flavor Exploration: Enjoy a complex aroma with citrus, floral, and kush-like notes, complemented by a smooth flavor profile enriched with myrcene, pinene, and caryophyllene.
- Top-Quality Cultivation: Each bud is hand-trimmed and carefully cured, resulting in dense, trichome-rich flowers.
Detailed Cannabinoid Profile (Based on COA Analysis):
- CBDA (Cannabidiolic Acid) – 15.8%: A significant component of the flower’s cannabinoid profile.
- CBGA (Cannabigerolic Acid) – 1.2%: Contributes to the overall cannabinoid balance.
- CBD (Cannabidiol) – 0.393%: Adds to the flower’s cannabinoid composition.
- THCA (Tetrahydrocannabinolic Acid) – 0.654%: Another component of the cannabinoid profile.
- Total Cannabinoid Content: 18.18%
Terpene Powerhouse:
The combination of Myrcene, Pinene, and Caryophyllene contributes to a complex sensory experience, enhancing both the aroma and other characteristics of the flower.
Final Verdict:
Ripkitty Legendary Platinum OG is a premium hemp flower, crafted for those who appreciate quality and distinct characteristics. From its rich cannabinoid profile to its complex terpene composition, each element contributes to a unique sensory experience.
function toggleDetails() {
var details = document.getElementById(‘details’);
if (details.style.display === ‘none’) {
details.style.display = ‘block’;
} else {
details.style.display = ‘none’;
}
}
Reviews
There are no reviews yet.