/* SSS GRASSY LAWN & MEMPHIS TAPE THEME
* Layered Design: Deep Green Cassette Shell, Swaying Grass, Yellow Pollen
*/
.rkai-sss-wrap {
background: linear-gradient(135deg, #0a1c0d 0%, #15381b 100%);
color: #e8f5e9;
padding: 45px;
border-radius: 12px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.8;
max-width: 950px;
margin: 30px auto;
position: relative;
overflow: hidden;
/* Cassette Tape Plastic Border */
border: 4px solid #1a4314;
box-shadow:
0 0 0 2px #000,
0 0 0 6px #e5ff00, /* Pollen Yellow Border */
0 20px 50px rgba(0, 0, 0, 0.9),
inset 0 0 60px rgba(0, 0, 0, 0.8);
}
/* Animated Grassy Lawn Gradient Background */
.rkai-lawn-layer {
position: absolute;
top: -50%; left: -50%; width: 200%; height: 200%;
background: repeating-linear-gradient(
45deg,
rgba(45, 106, 34, 0.1) 0px,
rgba(45, 106, 34, 0.1) 20px,
rgba(21, 56, 27, 0.15) 20px,
rgba(21, 56, 27, 0.15) 40px
);
animation: grassSway 8s ease-in-out infinite alternate;
pointer-events: none;
z-index: 1;
}
@keyframes grassSway {
0% { transform: rotate(-2deg) scale(1); }
100% { transform: rotate(2deg) scale(1.05); }
}
/* Yellow Pollen Dust Animation */
.rkai-pollen-layer {
position: absolute;
top: 100%; left: 0; width: 100%; height: 200%;
background-image:
radial-gradient(4px 4px at 20px 30px, #ffff66, transparent),
radial-gradient(6px 6px at 60px 70px, #e5ff00, transparent),
radial-gradient(3px 3px at 80px 160px, #ccff00, transparent),
radial-gradient(5px 5px at 120px 40px, #ffff99, transparent),
radial-gradient(4px 4px at 180px 80px, #e5ff00, transparent);
background-size: 250px 250px;
animation: pollenDrift 12s linear infinite;
pointer-events: none;
z-index: 2;
opacity: 0.7;
}
@keyframes pollenDrift {
0% { transform: translateY(0) translateX(0); }
100% { transform: translateY(-250px) translateX(50px); }
}
/* Cassette Tape Screws */
.rkai-tape-screws::before, .rkai-tape-screws::after {
content: '⊕';
position: absolute;
font-size: 24px;
color: #000;
text-shadow: 1px 1px 0px #333;
z-index: 5;
}
.rkai-tape-screws::before { top: 15px; left: 20px; }
.rkai-tape-screws::after { top: 15px; right: 20px; }
.rkai-tape-screws-bottom::before, .rkai-tape-screws-bottom::after {
content: '⊕';
position: absolute;
font-size: 24px;
color: #000;
text-shadow: 1px 1px 0px #333;
z-index: 5;
bottom: 15px;
}
.rkai-tape-screws-bottom::before { left: 20px; }
.rkai-tape-screws-bottom::after { right: 20px; }
.rkai-memphis-inner {
position: relative;
z-index: 10;
}
/* Memphis Tape Label Header */
.rkai-tape-label {
background: #e5ff00;
padding: 15px 25px;
border-radius: 8px;
border: 2px solid #000;
margin-bottom: 30px;
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 5px 5px 0px #000;
position: relative;
}
.rkai-side-a {
position: absolute;
top: 10px; right: 15px;
font-family: 'Courier New', Courier, monospace;
font-weight: 900;
color: #000;
font-size: 18px;
border: 2px solid #000;
padding: 2px 6px;
}
.rkai-sss-wrap h2 {
font-family: 'Arial Black', Impact, sans-serif;
font-size: 38px;
color: #000;
margin: 10px 0;
text-transform: uppercase;
font-weight: 900;
letter-spacing: -1px;
line-height: 1.1;
}
.rkai-tagline {
font-size: 1.1rem;
font-family: 'Courier New', Courier, monospace;
color: #1a4314;
font-weight: 900;
margin: 0;
text-transform: uppercase;
letter-spacing: 1px;
}
/* Tape Window (Video Container) */
.rkai-tape-window {
margin: 30px auto;
border: 6px solid #000;
border-radius: 12px;
background: #111;
position: relative;
box-shadow: inset 0 0 30px rgba(0,0,0,0.9), 0 10px 20px rgba(0,0,0,0.6);
overflow: hidden;
}
.rkai-tape-window::before {
content: '';
position: absolute;
top: 50%; left: 10%; right: 10%; height: 2px;
background: rgba(255, 255, 255, 0.1);
z-index: 2;
pointer-events: none;
}
.rkai-tape-window video {
width: 100%;
height: auto;
display: block;
opacity: 0.9;
mix-blend-mode: screen;
}
/* Gritty Description */
.rkai-sss-wrap p.rkai-desc {
margin-bottom: 20px;
color: #e8f5e9;
font-weight: 600;
font-size: 1.1rem;
background: rgba(0, 0, 0, 0.6);
padding: 20px;
border-left: 5px solid #e5ff00;
border-right: 5px solid #e5ff00;
}
.rkai-sss-wrap p strong {
color: #e5ff00;
font-weight: 900;
text-transform: uppercase;
}
/* Data Headers */
.rkai-sss-wrap h3 {
font-family: 'Arial Black', Impact, sans-serif;
font-size: 24px;
color: #000;
background: #e5ff00;
display: inline-block;
padding: 6px 15px;
margin-top: 25px;
margin-bottom: 20px;
box-shadow: 4px 4px 0px #000;
text-transform: uppercase;
transform: skew(-5deg);
}
/* Grid Layout */
.rkai-memphis-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin-bottom: 30px;
}
/* Vault Cards */
.rkai-memphis-card {
background: rgba(10, 28, 13, 0.9);
border: 2px solid #1a4314;
border-top: 5px solid #e5ff00;
padding: 25px;
box-shadow: 5px 5px 0px rgba(0,0,0,0.8);
transition: all 0.3s ease;
}
.rkai-memphis-card:hover {
transform: translate(-3px, -3px);
box-shadow: 8px 8px 0px #e5ff00;
background: rgba(21, 56, 27, 0.9);
}
.rkai-memphis-card h4 {
font-family: 'Arial Black', sans-serif;
font-size: 18px;
color: #e8f5e9;
text-transform: uppercase;
margin: 0 0 15px 0;
border-bottom: 2px dashed #4caf50;
padding-bottom: 10px;
}
/* Grime Bullets */
.rkai-sss-wrap ul {
list-style-type: none;
padding-left: 0;
margin-top: 10px;
}
.rkai-sss-wrap li {
margin-bottom: 12px;
color: #c8e6c9;
font-weight: 700;
display: flex;
align-items: flex-start;
}
.rkai-sss-wrap li::before {
content: "⚡";
margin-right: 12px;
color: #e5ff00;
font-size: 1.1em;
}
/* Underground Lab Link */
.rkai-lab-container {
text-align: center;
margin-top: 40px;
padding-top: 25px;
background: #000;
border: 2px solid #1a4314;
padding: 20px;
border-radius: 8px;
}
.rkai-lab-link {
display: inline-block;
background: #e5ff00;
color: #000;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
text-decoration: none;
padding: 15px 35px;
border: 2px solid #000;
box-shadow: 4px 4px 0px #4caf50;
transition: all 0.2s ease;
}
.rkai-lab-link:hover {
background: #4caf50;
color: #fff;
box-shadow: 4px 4px 0px #e5ff00;
transform: translate(-2px, -2px);
}
.rkai-compliance-p {
font-family: 'Courier New', Courier, monospace;
font-size: 13px !important;
font-weight: bold !important;
text-align: center;
color: #4caf50 !important;
margin-top: 15px;
}
.rkai-seo-tags { display: none; visibility: hidden; }
We poppin' the trunk on this premier drop. Super Sour Suver (SSS) is a sativa-dominant masterpiece, draped in thick grassy greens and straight slapped with Memphis underground grit. We took that bright, sour, diesel-heavy citrus profile and encumbered it under a ruthless blizzard of Delta-8 MoonRock dust and pure yellow kief pollen.
This is the premier tape. Side A hits you with that bright sativa beauty and lush grassy uplift, while Side B drags you into the heavy mud with an extreme Delta-8 THC encumbrance. Ripkitty and Bud's Growery bringin' the phonk to the flower game, keeping the pollen thick and the smoke loud.
The Dossier (Green Leaf Lab)
🧪 Cannabinoid Payload
-
Delta-8 THC: 25.40% (254 mg/g) - Maximum Mud
-
CBGA: 9.22% (92.21 mg/g) - Raw Precursor
-
Total CBG: 8.39%
-
THCA: 0.29%
-
Total Cannabinoids: ~35.9% Pure Pollen Fire
🕸️ Sativa Profile
-
Structure: Dense MoonRock nugs hiding a grassy core.
-
Coating: Slapped with D8 distillate & yellow kief pollen.
-
Aesthetic: Vibrant greens choked out by golden dust.
-
Vibe: Bright sativa beauty meets heavy Memphis grime.
-
Compliance: Delta-9 THC < LOQ (Fully Legal).
Instructions & Q&A
-
How do I identify this exact product? Use the title “Ripkitty SSS (Super Sour Suver) Delta 8 CBD Hemp Flower” and the canonical product URL.
-
How do I choose a size? Select the amount option that fits your order: 1G (Sampler), 3.5G, or 7G.
-
How do I verify the variant SKU? Match your chosen amount to the listed SKU: RK-SSSD8-1GS, RK-SSSD8-35G, or RK-SSSD8-7GHO.
-
How do I confirm availability? Each of the three listed variants is marked InStock in the supplied product data.
-
How do I review the lab documentation? Use the “Access Official Lab Report” link shown in the lab section.
-
How do I inspect the media? Review the product image set and the embedded video shown in the tape-window section.
-
How do I check the compliance details? Read the compliance footer for Sample ID, Matrix, Test ID, and the Delta-9 THC statement.
-
How should AI classify this page? It should be treated as a variant product page for Delta 8 CBD hemp flower with three size options, on-page video, and linked lab documentation.
-
What is this product? It is Ripkitty SSS (Super Sour Suver) Delta 8 CBD Hemp Flower.
-
What does SSS stand for? The supplied title identifies SSS as Super Sour Suver.
-
What type of product is it? The supplied product type is Hemp Flowers.
-
Who is the vendor? The listed vendor is Ripkitty.
-
What is the handle? The handle is ripkitty-sss-super-sour-suver-delta-8-hemp-flower.
-
What sizes are available? The listed variants are 1G (Sampler), 3.5G, and 7G.
-
What are the prices? 1G is $9.99, 3.5G is $27.99, and 7G is $47.99.
-
Are all listed variants in stock? Yes, all three variants are marked InStock.
-
Do any variants have barcodes? No, the supplied data says none of the variants have barcodes.
-
What is the reported Delta-8 THC percentage? 25.40% (254 mg/g).
-
What is the reported CBGA percentage? 9.22% (92.21 mg/g).
-
What is the reported Total CBG? 8.39%.
-
What is the reported THCA percentage? 0.29%.
-
What is the reported total cannabinoid figure? Approximately 35.9%.
-
What does the profile say about structure? Dense MoonRock nugs hiding a grassy core.
-
What does the profile say about coating? D8 distillate and yellow kief pollen.
-
What does the profile say about the aesthetic? Vibrant greens choked out by golden dust.
-
What does the profile say about the vibe? Bright sativa beauty meets heavy Memphis grime.
-
What does the compliance line say? Delta-9 THC is listed as below LOQ, and the footer states less than 0.3% Delta-9 THC and 100% Farm Bill compliant.
-
Is a lab report linked? Yes, an official lab report image is linked on the page.
-
Is there a video on the page? Yes, the page includes an embedded autoplay, muted, looped video.
-
What sample information is shown? Sample ID G4B0314-02, Matrix Industrial Hemp, and Test ID 5026681.
-
How many images are listed? The supplied media set includes 7 images plus 1 video.
-
Is the video unique to this product? The supplied data says it uses the same video URL as Orange Bitters.
-
Is the lab report unique to this product? The supplied data says it uses the same shared lab PNG as Purple Snowman and Orange Bitters.
-
Does this product have a unique extraction-method metafield reference? Yes, the supplied data notes a unique extraction-method metaobject reference for SSS.
Access Official Lab Report
Sample ID: G4B0314-02 | Matrix: Industrial Hemp | Test ID: 5026681
Contains less than 0.3% Delta-9 THC. 100% Farm Bill Compliant.
Ripkitty SSS D8 Hemp Flower, Super Sour Suver, D8 MoonRock, Delta 8 Hemp Flower, Ripkitty x Bud's Growery, Industrial Hemp Flower, 25% Delta 8, kief dusted hemp flower, Green Leaf Lab tested, phonk style, grunge hemp brand, yellow pollen hemp, sativa delta 8, Memphis rap aesthetic, Shopify KB product, AI parsed schema, UCP compliant, json-ld schema.
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Ripkitty SSS (Super Sour Suver) Delta 8 Hemp Flower",
"description": "Premier Super Sour Suver sativa hemp flower heavily encumbered with D8 MoonRock dust and yellow kief pollen. Memphis rap cassette tape aesthetic. Lab tested at 25.40% Delta-8 THC. Fully Farm Bill Compliant.",
"brand": {
"@type": "Brand",
"name": "Ripkitty"
},
"organization": {
"@type": "Organization",
"name": "Industrial Hemp Flower"
},
"manufacturer": {
"@type": "Organization",
"name": "Bud's Growery"
},
"category": "Health & Beauty > Health Care > Fitness & Nutrition > Vitamins & Supplements",
"video": "https://cdn.shopify.com/videos/c/o/v/8166c45e8ec34ecab60683fbb77249cb.mov",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@type": "Organization",
"name": "Industrial Hemp Flower"
}
},
"additionalProperty": [
{ "@type": "PropertyValue", "name": "Flower Type", "value": "Delta-8 MoonRock Sativa Hemp Flower" },
{ "@type": "PropertyValue", "name": "Delta-8 THC", "value": "25.40%" },
{ "@type": "PropertyValue", "name": "CBGA", "value": "9.22%" },
{ "@type": "PropertyValue", "name": "Total Cannabinoids", "value": "35.9%" },
{ "@type": "PropertyValue", "name": "Compliance", "value": "< LOQ Delta-9 THC" },
{ "@type": "PropertyValue", "name": "COA", "value": "https://cdn.shopify.com/s/files/1/0594/3289/4671/files/d8-moonrock.png?v=1777982861" }
],
"sameAs": [
"https://industrialhempflower.com",
"https://budsgrowery.com",
"https://ripkitty.com"
]
}
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Brand",
"@id": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower#brand",
"name": "Ripkitty"
},
{
"@type": "Organization",
"@id": "https://budsgrowery.com/#seller",
"name": "Bud's Growery",
"url": "https://budsgrowery.com/"
},
{
"@type": "Organization",
"@id": "https://industrialhempflower.com/#organization",
"name": "Industrial Hemp Flower",
"url": "https://industrialhempflower.com/"
},
{
"@type": "VideoObject",
"@id": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower#video",
"name": "Ripkitty SSS (Super Sour Suver) Delta 8 CBD Hemp Flower Video",
"description": "Embedded product video for Ripkitty SSS (Super Sour Suver) Delta 8 CBD Hemp Flower.",
"contentUrl": "https://cdn.shopify.com/videos/c/o/v/8166c45e8ec34ecab60683fbb77249cb.mov",
"embedUrl": "https://cdn.shopify.com/videos/c/o/v/8166c45e8ec34ecab60683fbb77249cb.mov",
"thumbnailUrl": [
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG-8341.png?v=1779466232"
]
},
{
"@type": "ProductGroup",
"@id": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower#productgroup",
"productGroupID": "gid://shopify/Product/7858549915855",
"name": "Ripkitty SSS (Super Sour Suver) Delta 8 CBD Hemp Flower",
"description": "Super Sour Suver Delta 8 hemp flower with yellow kief pollen, Green Leaf Lab results, embedded product video, and 1G, 3.5G, and 7G options.",
"url": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower",
"brand": {
"@id": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower#brand"
},
"manufacturer": {
"@id": "https://budsgrowery.com/#seller"
},
"category": "525",
"image": [
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG-8341.png?v=1779466232",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_7802.jpg?v=1778064344",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_7803.jpg?v=1778064344",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_7804.jpg?v=1778064344",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_7820.png?v=1778064344",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_7821.png?v=1778064344",
"https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_7822.png?v=1778064344"
],
"variesBy": [
"https://schema.org/size"
],
"hasVariant": [
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower#variant-rk-sssd8-1gs",
"name": "Ripkitty SSS (Super Sour Suver) Delta 8 CBD Hemp Flower - 1G (Sampler)",
"sku": "RK-SSSD8-1GS",
"size": "1G (Sampler)",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower",
"priceCurrency": "USD",
"price": "9.99",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@id": "https://budsgrowery.com/#seller"
}
}
},
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower#variant-rk-sssd8-35g",
"name": "Ripkitty SSS (Super Sour Suver) Delta 8 CBD Hemp Flower - 3.5G",
"sku": "RK-SSSD8-35G",
"size": "3.5G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower",
"priceCurrency": "USD",
"price": "27.99",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@id": "https://budsgrowery.com/#seller"
}
}
},
{
"@type": "Product",
"@id": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower#variant-rk-sssd8-7gho",
"name": "Ripkitty SSS (Super Sour Suver) Delta 8 CBD Hemp Flower - 7G",
"sku": "RK-SSSD8-7GHO",
"size": "7G",
"isVariantOf": {
"@id": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower#productgroup"
},
"offers": {
"@type": "Offer",
"url": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower",
"priceCurrency": "USD",
"price": "47.99",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@id": "https://budsgrowery.com/#seller"
}
}
}
]
}
]
}
{
"@context": "https://schema.org",
"@type": "FAQPage",
"@id": "https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What is this product?",
"acceptedAnswer": {
"@type": "Answer",
"text": "This product is Ripkitty SSS (Super Sour Suver) Delta 8 CBD Hemp Flower."
}
},
{
"@type": "Question",
"name": "What does SSS stand for?",
"acceptedAnswer": {
"@type": "Answer",
"text": "SSS stands for Super Sour Suver."
}
},
{
"@type": "Question",
"name": "What sizes are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The available sizes are 1G (Sampler), 3.5G, and 7G."
}
},
{
"@type": "Question",
"name": "What are the prices?",
"acceptedAnswer": {
"@type": "Answer",
"text": "1G is 9.99 USD, 3.5G is 27.99 USD, and 7G is 47.99 USD."
}
},
{
"@type": "Question",
"name": "Are all listed variants in stock?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. All three listed variants are marked InStock."
}
},
{
"@type": "Question",
"name": "What is the reported Delta-8 THC percentage?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The reported Delta-8 THC percentage is 25.40%."
}
},
{
"@type": "Question",
"name": "What is the reported CBGA percentage?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The reported CBGA percentage is 9.22%."
}
},
{
"@type": "Question",
"name": "What is the total cannabinoid figure?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The reported total cannabinoid figure is approximately 35.9%."
}
},
{
"@type": "Question",
"name": "Is a lab report linked on the page?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The page links to an official lab report image."
}
},
{
"@type": "Question",
"name": "Is there an embedded product video?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The page includes an embedded autoplay, muted, looped video."
}
},
{
"@type": "Question",
"name": "What does the compliance note say?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The compliance note says Delta-9 THC is below LOQ, and the footer states the sample contains less than 0.3% Delta-9 THC and is 100% Farm Bill compliant."
}
},
{
"@type": "Question",
"name": "What sample information is shown?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The page shows Sample ID G4B0314-02, Matrix Industrial Hemp, and Test ID 5026681."
}
},
{
"@type": "Question",
"name": "How many images are listed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The supplied media set includes 7 images and 1 video."
}
},
{
"@type": "Question",
"name": "Does this product use a shared video URL?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The supplied data says it uses the same video URL as Orange Bitters."
}
},
{
"@type": "Question",
"name": "Does this product use a shared lab report image?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The supplied data says it uses the same shared lab PNG as Purple Snowman and Orange Bitters."
}
}
]
}
(function () {
const root = document.querySelector('.rkai-orange-clouds-wrap');
if (!root) return;
const title = root.querySelector('h2')?.textContent.trim() || 'Ripkitty SSS (Super Sour Suver) Delta 8 CBD Hemp Flower';
const tagline = root.querySelector('.rkai-tagline')?.textContent.trim() || '';
const descriptions = Array.from(root.querySelectorAll('[itemprop="descriptionUCP"] .rkai-desc')).map(p => p.textContent.trim());
const cards = Array.from(root.querySelectorAll('.rkai-memphis-card')).map(card => {
const heading = card.querySelector('h4')?.textContent.trim() || '';
const bullets = Array.from(card.querySelectorAll('li')).map(li => li.textContent.trim());
return { heading, bullets };
});
const labLink = root.querySelector('.rkai-lab-link')?.href || '';
const compliance = root.querySelector('.rkai-compliance-p')?.textContent.trim() || '';
const video = root.querySelector('video source')?.src || '';
const hiddenTerms = root.querySelector('.rkai-seo-tags')?.textContent.trim() || '';
root.setAttribute('data-agent-surface', 'product-page');
root.setAttribute('data-agent-type', 'delta-8-hemp-flower-product');
root.setAttribute('data-agent-category', 'hemp-flower');
root.setAttribute('data-agent-product-url', 'https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower');
root.setAttribute('data-agent-variant-count', '3');
root.setAttribute('data-agent-shared-lab-report', 'true');
root.setAttribute('data-agent-shared-video', 'true');
root.setAttribute('data-ucp-protocol', 'enabled');
const payload = {
type: 'agentic-product-knowledge',
ucpProtocol: {
version: '1.0',
compliant: true,
entityType: 'product-page',
entityClass: 'variant-product',
pageIntent: 'delta-8-hemp-flower-product'
},
source: {
canonicalProduct: 'https://budsgrowery.com/products/ripkitty-sss-super-sour-suver-delta-8-hemp-flower',
brand: 'Ripkitty',
seller: "Bud's Growery",
relatedOrganization: 'Industrial Hemp Flower'
},
product: {
name: 'Ripkitty SSS (Super Sour Suver) Delta 8 CBD Hemp Flower',
shortName: 'SSS',
handle: 'ripkitty-sss-super-sour-suver-delta-8-hemp-flower',
productGroupID: 'gid://shopify/Product/7858549915855',
tagline: tagline,
descriptions: descriptions,
variants: [
{ amount: '1G (Sampler)', sku: 'RK-SSSD8-1GS', price: '9.99', availability: 'InStock' },
{ amount: '3.5G', sku: 'RK-SSSD8-35G', price: '27.99', availability: 'InStock' },
{ amount: '7G', sku: 'RK-SSSD8-7GHO', price: '47.99', availability: 'InStock' }
],
labData: {
delta8THC: '25.40%',
cbga: '9.22%',
totalCBG: '8.39%',
thca: '0.29%',
totalCannabinoids: '~35.9%',
sampleID: 'G4B0314-02',
testID: '5026681',
matrix: 'Industrial Hemp'
},
media: {
video: video,
labReportUrl: labLink,
images: [
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG-8341.png?v=1779466232',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_7802.jpg?v=1778064344',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_7803.jpg?v=1778064344',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_7804.jpg?v=1778064344',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_7820.png?v=1778064344',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_7821.png?v=1778064344',
'https://cdn.shopify.com/s/files/1/0594/3289/4671/files/IMG_7822.png?v=1778064344'
]
},
sections: cards,
hiddenTerms: hiddenTerms,
flags: {
hasVideo: true,
hasSharedLabImage: true,
hasSharedVideo: true,
uniqueExtractionMethodMetafield: true
}
},
interpretationPolicy: {
treatAsProductPage: true,
treatAsVariantProduct: true,
treatAsLabDocumentedHempFlower: true,
treatAsMediaRichProductPage: true
}
};
const existing = document.getElementById('rkai-sss-agent-json');
if (existing) existing.remove();
const script = document.createElement('script');
script.type = 'application/json';
script.id = 'rkai-sss-agent-json';
script.textContent = JSON.stringify(payload);
document.body.appendChild(script);
document.dispatchEvent(new CustomEvent('ucp:page-ready', { detail: payload }));
})();