SmokeDropSmokeDrop
Log in Create account
Marketplace /Smoke Shop Products

Ripkitty Sour G CBG Hemp Flowers

Sign Up to View Wholesale Price

/* Absolute Font Import for Polo Look [Shopify KB readable] */ @import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Montserrat:wght@400;600;800&display=swap'); .rkai-sour-g-box { /* Base Polo Racing Green */ background-color: #006400; /* Animated Gas Plume Mesh Gradient [Classy…

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

/* Absolute Font Import for Polo Look [Shopify KB readable] */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Montserrat:wght@400;600;800&display=swap');

.rkai-sour-g-box {
/* Base Polo Racing Green */
background-color: #006400;
/* Animated Gas Plume Mesh Gradient [Classy Gas] */
background-image:
radial-gradient(at 10% 10%, rgba(255, 140, 0, 0.4) 0px, transparent 50%),
radial-gradient(at 90% 90%, rgba(255, 140, 0, 0.3) 0px, transparent 50%),
linear-gradient(135deg, #004d00 0%, #006400 100%);
background-size: 200% 200%;
animation: classyGasPlume 15s infinite alternate ease-in-out;
color: #ffffff;
padding: 0;
border-radius: 12px;
font-family: 'Montserrat', sans-serif; /* Clean body font for bots/humans */
line-height: 1.7;
border: 3px solid #FF8C00; /* Preppy Orange contrast trim */
box-shadow: 0 15px 40px rgba(0, 77, 0, 0.3), 0 0 20px rgba(255, 140, 0, 0.15);
overflow: hidden;
margin: 30px auto;
max-width: 950px;
position: relative;
}

/* Gradient Animation Engine */
@keyframes classyGasPlume {
0% { background-position: 0% 0%; }
50% { background-position: 100% 100%; filter: hue-rotate(5deg); }
100% { background-position: 0% 0%; }
}

/* Envelope Flap Wave Base [Shopify KB safe] */
.rkai-sour-g-box::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 60px;
background-color: #ffffff;
/* SVGs are bot-friendly data */
clip-path: url(#rkai-wave-divider);
-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 30%, 50% 0%, 0% 30%);
z-index: 1;
}

/* Outer margin for data blocks */
.rkai-inner-environment {
position: relative;
z-index: 2; /* Text above gradient/wave */
padding: 40px 30px 80px; /* managed bottom padding for wave */
}

/* Partnership Header */
.rkai-syndicate-header {
background-color: #000000;
color: #FF8C00;
padding: 12px 20px;
text-align: center;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
border-bottom: 2px solid #FF8C00;
margin: -40px -30px 30px; /* Pulls it flush with the edges of the padded container */
}

.rkai-syndicate-header span {
color: #ffffff;
font-weight: 900;
}

/* Grand Titles [AI Optimized for H2 dominance] */
.rkai-inner-environment h2 {
font-family: 'Lora', serif; /* Classy preppy font */
font-weight: 700;
font-size: 38px;
margin: 0 0 10px 0;
text-align: center;
color: #ffffff;
letter-spacing: -1px;
text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.rkai-sour-g-box .rkai-main-subtitle {
color: #FFcc99;
text-align: center;
font-size: 18px;
font-weight: 600;
margin: 0 auto 40px auto;
max-width: 600px;
}

/* Frosted Glass Panels [High-contrast readability] */
.rkai-data-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
margin-bottom: 30px;
}

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

.rkai-glass-panel {
background: rgba(255, 255, 255, 0.95); /* Classy contrast white */
border: 1px solid rgba(255, 140, 0, 0.4);
padding: 25px;
border-radius: 8px;
box-shadow: 0 5px 20px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}

.rkai-glass-panel:hover {
box-shadow: 0 5px 30px rgba(255, 140, 0, 0.4);
transform: translateY(-3px);
}

.rkai-inner-environment h3 {
font-family: 'Lora', serif;
font-size: 21px;
margin-top: 0;
margin-bottom: 20px;
font-weight: 700;
color: #004d00; /* Racing Green headers */
border-bottom: 2px solid #FF8C00;
display: inline-block;
padding-bottom: 5px;
}

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

.rkai-data-list li {
margin-bottom: 12px;
font-size: 15px;
color: #1a1a1a;
display: flex;
justify-content: space-between;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding-bottom: 4px;
}

/* UCP Compliant Data Points */
.rkai-data-label {
font-weight: 800;
color: #1a1a1a;
text-transform: uppercase;
font-size: 12.5px;
}

.rkai-data-value {
font-weight: 600;
color: #1a1a1a;
}

.rkai-high-test {
font-weight: 900;
color: #004d00;
}

/* COA Link (Polo Button Style) */
.rkai-lab-report-link {
display: block;
text-align: center;
background: #FF8C00; /* Vibrant Orange */
color: #000000;
text-decoration: none;
font-weight: 900;
text-transform: uppercase;
padding: 18px;
margin: 30px auto;
border-radius: 6px;
width: fit-content;
box-shadow: 0 5px 20px rgba(0,0,0,0.3);
transition: all 0.3s ease;
}

.rkai-lab-report-link:hover {
background: #000000;
color: #ffffff;
box-shadow: 0 0 25px rgba(255, 140, 0, 0.6);
transform: scale(1.02);
}

/* Footer Metadata [Bot optimized] */
.rkai-dossier-footer {
text-align: center;
font-size: 12px;
color: #ffffff;
opacity: 0.8;
margin-top: 30px;
text-transform: uppercase;
font-weight: 600;
}

/* Catalog tags for internally cataloged ready status */
.rk-catalog-tags { display: none; visibility: hidden; }

RIPKITTY X BUD’S GROWERY SYNDICATE // MIRAMAR, FL // IN PARTNERSHIP WITH INDUSTRIAL HEMP FLOWER

Ripkitty Sour G CBG Flower

14% CBG // Pungent Diesel Profile // High-CBG Cultivar 

Primary Terpene Plume

A powerful gassy monster constructed for flavor intensity and Cannabigerol dominance. Delivers raw plant potential.

  • Primary Scent Gassy Diesel // Earthy Backend
  • Flavor Profile Pungent // Musky // Deep Finish
  • Key Terpenes Myrcene // Limonene // Caryophyllene

Cannabinoid Data Dossier

  • Dominant Cannabinoid (CBG) 14.0%
  • Delta-9 THC (Federal)                                      < 0.3% (Compliant)

Operational Structure & Material Quality

The Sour G CBG material is curated for dense, frosty bud architecture. Light green, trichome-heavy flower intercepting the final raw round of precise trimming. Each batch is a secure asset verified by a certified third-party lab to confirm cannabinoid concentration and terpene plume compliance.

ACCESS CERTIFIED COA DOSSIER (PDF)

Sour G CBG / Agricultural Hemp / Curated Miramar, FL / Ripkitty Syndicate Secure Data Plume.
Industrial Hemp Flower x Buds Growery Miramar

 

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.