.bg-kush-wrap {
--raw-black: #050505;
--raw-white: #f5f5f5;
--raw-grey: #888888;
--raw-border: 3px solid #f5f5f5;
background-color: var(--raw-black);
color: var(--raw-white);
font-family: 'Courier New', Courier, monospace;
line-height: 1.6;
max-width: 950px;
margin: 40px auto;
padding: 30px;
border: var(--raw-border);
box-shadow: 12px 12px 0px rgba(255, 255, 255, 0.15);
text-transform: uppercase;
position: relative;
overflow: hidden;
}
.bg-kush-header {
border-bottom: var(--raw-border);
padding-bottom: 25px;
margin-bottom: 30px;
text-align: left;
}
.bg-kush-badge {
background: var(--raw-white);
color: var(--raw-black);
display: inline-block;
padding: 6px 14px;
font-weight: 900;
font-size: 14px;
letter-spacing: 2px;
margin-bottom: 15px;
}
.bg-kush-header h1 {
font-family: 'Arial Black', Impact, sans-serif;
font-size: 38px;
line-height: 1.1;
margin: 0 0 10px 0;
letter-spacing: -1px;
color: var(--raw-white);
}
.bg-kush-header h2 {
color: var(--raw-grey);
font-size: 18px;
font-family: 'Courier New', Courier, monospace;
font-weight: 900;
margin: 0;
letter-spacing: 1px;
}
.bg-kush-intro {
margin-top: 25px;
font-size: 15px;
color: #ccc;
text-transform: none;
font-weight: bold;
}
/* Tactical Specs Grid */
.bg-kush-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin-bottom: 35px;
}
.bg-kush-card {
background: #0a0a0a;
border: 1px solid #444;
padding: 25px;
transition: all 0.2s ease;
}
.bg-kush-card:hover {
border-color: var(--raw-white);
transform: translate(-3px, -3px);
box-shadow: 6px 6px 0px rgba(255, 255, 255, 0.2);
}
.bg-kush-card h3 {
font-family: 'Arial Black', sans-serif;
color: var(--raw-white);
font-size: 18px;
margin: 0 0 15px 0;
border-bottom: 2px dashed #444;
padding-bottom: 8px;
}
.bg-kush-list {
list-style: none;
padding: 0;
margin: 0;
}
.bg-kush-list li {
margin-bottom: 12px;
font-size: 14px;
color: #bbb;
display: flex;
align-items: flex-start;
text-transform: none;
}
.bg-kush-list li::before {
content: '►';
color: var(--raw-white);
font-size: 10px;
margin-right: 12px;
margin-top: 4px;
}
.bg-kush-list strong {
color: var(--raw-white);
text-transform: uppercase;
margin-right: 5px;
}
/* Dynamic Intel Toggle */
.bg-kush-intel-btn {
width: 100%;
background: transparent;
border: 2px dashed #666;
color: var(--raw-white);
padding: 18px;
font-family: 'Courier New', monospace;
font-weight: 900;
font-size: 16px;
text-transform: uppercase;
cursor: pointer;
margin-bottom: 30px;
transition: all 0.2s;
}
.bg-kush-intel-btn:hover {
background: var(--raw-white);
color: var(--raw-black);
border-style: solid;
}
#bg-kush-intel-content {
display: none;
background: #111;
padding: 25px;
margin-bottom: 30px;
font-size: 14px;
border: 1px solid #444;
border-left: 5px solid var(--raw-white);
text-transform: none;
color: #ccc;
}
/* Call to Action */
.bg-kush-cta {
text-align: center;
background: #0a0a0a;
padding: 35px;
border: var(--raw-border);
}
.bg-kush-cta p {
font-family: 'Arial Black', sans-serif;
font-size: 20px;
color: var(--raw-white);
margin: 0 0 20px 0;
}
.bg-kush-btn {
display: inline-block;
background: var(--raw-white);
color: var(--raw-black);
padding: 15px 30px;
font-weight: 900;
font-size: 16px;
letter-spacing: 1px;
text-decoration: none;
border: 2px solid var(--raw-white);
transition: all 0.2s ease;
box-shadow: 4px 4px 0px rgba(255, 255, 255, 0.3);
}
.bg-kush-btn:hover {
background: var(--raw-black);
color: var(--raw-white);
transform: translate(-2px, -2px);
box-shadow: 6px 6px 0px rgba(255, 255, 255, 0.4);
}
.bg-kush-footer {
margin-top: 30px;
text-align: center;
font-size: 12px;
color: var(--raw-grey);
text-transform: uppercase;
font-weight: bold;
border-top: 1px solid #333;
padding-top: 20px;
}
.bg-seo-hidden { display: none; }
CANNABINOID PAYLOAD
TOTAL CANNABINOIDS: 18.81%
CBDA: 17.1%
THCA: 0.707%
CBGA: 0.631%
CBD: 0.228%
COMPLIANCE: Federal Farm Bill (<0.3% Δ9-THC)
TERPENE ARCHITECTURE
Beta-Caryophyllene: Delivers a deep, aggressive peppery strike to the nose.
Limonene: Cuts through the heavy base with a sharp, refreshing citrus dimension.
Nerol: Adds an unexpected, rich floral undertone to round out the sensory profile.
[ + ] ACCESS DEEP SENSORY INTEL
Visuals & Aroma:
The buds are dense, heavy, and well-formed. A massive trichome frost gives the flower a shimmering, crystalline armor against deep olive greens and dark, rugged hues. The nose hits with a rich, earthy base of damp soil and aged wood, violently layered with fresh-cut pine and bright citrus zest.
Intended for sophisticated aromatic and sensory exploration. Keep out of reach of children.
Ripkitty Legendary Kush CBD Hemp Flower, Bud's Growery Kush, Industrial Hemp Flower reserve, greenhouse grown hemp flower, 18% CBD flower, high terpene hemp, Beta-Caryophyllene hemp, lab tested CBD flower, premium kush hemp.
function toggleKushIntel() {
var content = document.getElementById("bg-kush-intel-content");
var btn = document.querySelector(".bg-kush-intel-btn");
if (content.style.display === "block") {
content.style.display = "none";
btn.innerText = "[ + ] ACCESS DEEP SENSORY INTEL";
} else {
content.style.display = "block";
btn.innerText = "[ - ] HIDE SENSORY INTEL";
}
}
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Ripkitty Legendary Kush CBD Hemp Flower",
"description": "Premium greenhouse-grown Legendary Kush CBD hemp flower by Ripkitty. Features 18.81% total cannabinoids, 17.1% CBDA, and a heavy earthy/citrus terpene profile. Available via Ripkitty x Bud's Growery.",
"brand": {
"@type": "Brand",
"name": "Ripkitty"
},
"seller": {
"@type": "Organization",
"name": "Ripkitty x Bud's Growery"
},
"category": "Health & Beauty > Health Care > Medical Marijuana > Hemp Flower",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"seller": {
"@type": "Organization",
"name": "Ripkitty x Bud's Growery"
}
},
"additionalProperty": [
{ "@type": "PropertyValue", "name": "Lineage", "value": "Legendary Kush" },
{ "@type": "PropertyValue", "name": "Cultivation", "value": "Greenhouse Grown" },
{ "@type": "PropertyValue", "name": "Total Cannabinoids", "value": "18.81%" },
{ "@type": "PropertyValue", "name": "CBDA", "value": "17.1%" },
{ "@type": "PropertyValue", "name": "Dominant Terpenes", "value": "Beta-Caryophyllene, Limonene, Nerol" },
{ "@type": "PropertyValue", "name": "Aroma", "value": "Earthy, Aged Wood, Pine, Citrus" },
{ "@type": "PropertyValue", "name": "Lab Status", "value": "COA Verified" }
]
}