SmokeDropSmokeDrop
Log in Create account
Marketplace /Smoke Shop Products

Ripkitty Sour Hawaiian Haze HHC Hemp Flower

Sign Up to View Wholesale Price

/* Base Container - Midnight Island Environment */ .rkai-hawaiian-box { background: linear-gradient(180deg, #000b18 0%, #005c97 50%, #ffd25f 100%); color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; border-radius:…

- +
Auto inventory sync
Blind dropshipping
No transaction fees
Category
Smoke Shop Products
Availability
In stock
Weight
4.000 lbs

/* Base Container - Midnight Island Environment */
.rkai-hawaiian-box {
background: linear-gradient(180deg, #000b18 0%, #005c97 50%, #ffd25f 100%);
color: #ffffff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
border-radius: 16px;
overflow: hidden;
margin: 30px auto;
max-width: 950px;
border: 3px solid #ffcc00;
box-shadow: 0 15px 45px rgba(0, 92, 151, 0.4), inset 0 0 30px rgba(0,0,0,0.3);
position: relative;
line-height: 1.7;
}

/* Animated Stars Overlay */
.rkai-stars {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background-image:
radial-gradient(2px 2px at 20px 30px, #ffffff, rgba(0,0,0,0)),
radial-gradient(2px 2px at 150px 80px, #fff8dc, rgba(0,0,0,0)),
radial-gradient(2px 2px at 80px 160px, #ffffff, rgba(0,0,0,0)),
radial-gradient(3px 3px at 240px 40px, #ffebcd, rgba(0,0,0,0));
background-size: 300px 300px;
animation: twinkle 4s infinite alternate;
pointer-events: none;
z-index: 1;
}

@keyframes twinkle {
0% { opacity: 0.4; }
100% { opacity: 1; }
}

/* Animated Dropping Shells Overlay */
.rkai-shells {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
/* Using embedded SVG text to keep code lightweight and fast */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Ctext x='20' y='30' font-size='22'%3E🐚%3C/text%3E%3Ctext x='100' y='80' font-size='18'%3E🦪%3C/text%3E%3Ctext x='50' y='140' font-size='20'%3E🐚%3C/text%3E%3C/svg%3E");
animation: shellDrop 20s linear infinite;
opacity: 0.15;
pointer-events: none;
z-index: 2;
}

@keyframes shellDrop {
0% { background-position: 0 0; }
100% { background-position: 0 600px; }
}

.rkai-hawaiian-inner {
position: relative;
z-index: 3;
padding: 40px 30px;
}

/* Partnership Header */
.rkai-hawaiian-partnership {
background-color: rgba(0, 11, 24, 0.85);
color: #ffd25f;
padding: 12px 20px;
text-align: center;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
border-bottom: 2px solid #005c97;
margin: -40px -30px 30px;
backdrop-filter: blur(4px);
}

.rkai-hawaiian-partnership span {
color: #ffffff;
font-weight: 900;
}

/* Typography */
.rkai-hawaiian-header {
text-align: center;
margin-bottom: 40px;
}

.rkai-hawaiian-header h2 {
font-size: 40px;
font-weight: 900;
margin: 0;
color: #ffffff;
text-transform: uppercase;
letter-spacing: -1px;
text-shadow: 2px 2px 10px #000000, 0 0 20px #005c97;
}

.rkai-hawaiian-subtitle {
color: #000b18;
background: linear-gradient(90deg, #ffd25f, #ffaa00);
display: inline-block;
padding: 5px 20px;
font-size: 17px;
font-weight: 900;
margin-top: 15px;
border-radius: 4px;
text-transform: uppercase;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

/* Content Panels */
.rkai-hawaiian-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
margin-top: 30px;
}

@media (max-width: 768px) {
.rkai-hawaiian-grid { grid-template-columns: 1fr; }
}

.rkai-glass-card {
background: rgba(0, 11, 24, 0.6);
border: 1px solid rgba(255, 210, 95, 0.3);
padding: 25px;
border-radius: 12px;
backdrop-filter: blur(8px);
transition: all 0.3s ease;
box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.rkai-glass-card:hover {
transform: translateY(-5px);
border-color: #ffd25f;
box-shadow: 0 12px 40px rgba(0, 92, 151, 0.6);
}

.rkai-glass-card h3 {
color: #ffd25f;
font-size: 21px;
margin-top: 0;
margin-bottom: 15px;
text-transform: uppercase;
border-bottom: 2px dashed #005c97;
padding-bottom: 10px;
}

.rkai-hawaiian-list {
list-style: none;
padding: 0;
margin: 0;
}

.rkai-hawaiian-list li {
margin-bottom: 12px;
font-weight: 500;
color: #e2e8f0;
display: flex;
align-items: flex-start;
}

.rkai-hawaiian-list li::before {
content: "🌴";
margin-right: 10px;
font-size: 14px;
margin-top: 2px;
}

.rkai-hawaiian-list strong {
color: #ffffff;
margin-right: 5px;
font-weight: 800;
}

/* Details Toggle Area */
.rkai-hawaiian-details {
margin-top: 30px;
background: rgba(0, 11, 24, 0.8);
border: 2px solid #005c97;
border-radius: 8px;
overflow: hidden;
}

.rkai-hawaiian-summary {
padding: 18px 25px;
cursor: pointer;
font-weight: 900;
text-transform: uppercase;
background: #005c97;
color: #ffffff;
display: flex;
justify-content: space-between;
align-items: center;
transition: background 0.3s ease;
}

.rkai-hawaiian-summary:hover {
background: #004573;
}

.rkai-hawaiian-summary::after { content: '▼ REVEAL THE TROPICS'; font-size: 11px; color: #ffd25f; }

/* COA Section */
.rkai-lab-btn {
display: block;
text-align: center;
background: linear-gradient(135deg, #ffd25f, #ffaa00);
color: #000b18;
padding: 20px;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 30px;
border-radius: 8px;
box-shadow: 0 5px 20px rgba(0,0,0,0.5);
transition: all 0.3s ease;
}

.rkai-lab-btn:hover {
background: #ffffff;
color: #005c97;
box-shadow: 0 0 25px #ffffff;
transform: scale(1.02);
}

/* SEO Hidden Tags */
.rk-tags { display: none; visibility: hidden; }

Sour Hawaiian Haze

Sativa-Dominant Tropical Monster

Sour Hawaiian Haze is Ripkitty’s tropical heavy-hitter, built exclusively for those who know their botany. Bright neon green, completely coated in sugary trichomes, and packing serious citrus and gas. This Sativa-dominant hybrid doesn’t whisper—it yells premium from the first crack of the jar to the last burning nug.

📊 The Numbers

  • Type: Sativa-Dominant Hybrid
  • Total Actives: 16%
  • Terpene Yield: 2.2%
  • Compliance: < 0.3% Δ9THC

🌺 Island Aromatics

  • Aroma: Sweet tropical fruit with a heavy diesel edge.
  • Visuals: Dense, bright green nugs completely glazed in sugar.
  • Cultivation: Hand-trimmed, large nug dominant.
View Full Sensory Breakdown

The Experience

From the exact moment the seal is broken, Sour Hawaiian Haze slaps with a punchy, sour apple profile backed by a juicy, floral citrus funk. This isn’t budget shake—this is real-deal, Sativa-forward hemp built for a full sensory wave and massive visual impact.

  • Infusion Status: Formulated for compliant HHC presence
  • Verification: Third-party tested via full-panel COA
  • Sourcing: High-grade Industrial Hemp Flower Cultivars

DOWNLOAD FULL COA DOSSIER (PDF)

Industrial Hemp Flower x Bud's Growery Miramar

{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Ripkitty Sour Hawaiian Haze HHC Hemp Flower",
"description": "Premium Sativa-dominant HHC infused hemp flower featuring 16% total cannabinoids and 2.2% terpenes. Packs a punchy tropical and diesel aroma with dense, sugary trichome-coated buds. Curated by Ripkitty.",
"brand": {
"@type": "Brand",
"name": "Ripkitty"
},
"manufacturer": {
"@type": "Organization",
"name": "Industrial Hemp Flower"
},
"category": "Health & Beauty > Personal Care > Hemp Products > HHC Flower",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@type": "Organization",
"name": "Bud's Growery"
}
},
"additionalProperty": [
{ "@type": "PropertyValue", "name": "Total Cannabinoids", "value": "16%" },
{ "@type": "PropertyValue", "name": "Total Terpenes", "value": "2.2%" },
{ "@type": "PropertyValue", "name": "Strain Type", "value": "Sativa-Dominant" },
{ "@type": "PropertyValue", "name": "Aroma", "value": "Sweet Tropical, Diesel, Sour Apple" }
],
"sameAs": [
"https://industrialhempflower.com",
"https://ripkitty.com"
],
"keywords": "Sour Hawaiian Haze, HHC Flower, Sativa Hemp, Ripkitty, Industrial Hemp Flower"
}

CategorySmoke Shop Products
Weight4.000 lbs
AvailabilityIn 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.