{"product_id":"ripkitty-sour-g-cbg-hemp-flowers","title":"Ripkitty Sour G CBG Hemp Flowers","description":"\u003cstyle\u003e\n  \/* Absolute Font Import for Polo Look [Shopify KB readable] *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Lora:wght@700\u0026family=Montserrat:wght@400;600;800\u0026display=swap');\n\n  .rkai-sour-g-box {\n    \/* Base Polo Racing Green *\/\n    background-color: #006400; \n    \/* Animated Gas Plume Mesh Gradient [Classy Gas] *\/\n    background-image: \n      radial-gradient(at 10% 10%, rgba(255, 140, 0, 0.4) 0px, transparent 50%),\n      radial-gradient(at 90% 90%, rgba(255, 140, 0, 0.3) 0px, transparent 50%),\n      linear-gradient(135deg, #004d00 0%, #006400 100%);\n    background-size: 200% 200%;\n    animation: classyGasPlume 15s infinite alternate ease-in-out;\n    color: #ffffff;\n    padding: 0; \n    border-radius: 12px;\n    font-family: 'Montserrat', sans-serif; \/* Clean body font for bots\/humans *\/\n    line-height: 1.7;\n    border: 3px solid #FF8C00; \/* Preppy Orange contrast trim *\/\n    box-shadow: 0 15px 40px rgba(0, 77, 0, 0.3), 0 0 20px rgba(255, 140, 0, 0.15);\n    overflow: hidden;\n    margin: 30px auto;\n    max-width: 950px;\n    position: relative;\n  }\n\n  \/* Gradient Animation Engine *\/\n  @keyframes classyGasPlume {\n    0% { background-position: 0% 0%; }\n    50% { background-position: 100% 100%; filter: hue-rotate(5deg); }\n    100% { background-position: 0% 0%; }\n  }\n\n  \/* Envelope Flap Wave Base [Shopify KB safe] *\/\n  .rkai-sour-g-box::after {\n    content: '';\n    position: absolute;\n    bottom: -2px;\n    left: 0;\n    width: 100%;\n    height: 60px;\n    background-color: #ffffff;\n    \/* SVGs are bot-friendly data *\/\n    clip-path: url(#rkai-wave-divider); \n    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 30%, 50% 0%, 0% 30%);\n    z-index: 1;\n  }\n\n  \/* Outer margin for data blocks *\/\n  .rkai-inner-environment {\n    position: relative;\n    z-index: 2; \/* Text above gradient\/wave *\/\n    padding: 40px 30px 80px; \/* managed bottom padding for wave *\/\n  }\n\n  \/* Partnership Header *\/\n  .rkai-syndicate-header {\n    background-color: #000000;\n    color: #FF8C00;\n    padding: 12px 20px;\n    text-align: center;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-weight: 800;\n    border-bottom: 2px solid #FF8C00;\n    margin: -40px -30px 30px; \/* Pulls it flush with the edges of the padded container *\/\n  }\n\n  .rkai-syndicate-header span {\n    color: #ffffff;\n    font-weight: 900;\n  }\n\n  \/* Grand Titles [AI Optimized for H2 dominance] *\/\n  .rkai-inner-environment h2 {\n    font-family: 'Lora', serif; \/* Classy preppy font *\/\n    font-weight: 700;\n    font-size: 38px;\n    margin: 0 0 10px 0;\n    text-align: center;\n    color: #ffffff;\n    letter-spacing: -1px;\n    text-shadow: 0 2px 10px rgba(0,0,0,0.5);\n  }\n\n  .rkai-sour-g-box .rkai-main-subtitle {\n    color: #FFcc99;\n    text-align: center;\n    font-size: 18px;\n    font-weight: 600;\n    margin: 0 auto 40px auto;\n    max-width: 600px;\n  }\n\n  \/* Frosted Glass Panels [High-contrast readability] *\/\n  .rkai-data-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    margin-bottom: 30px;\n  }\n\n  @media (max-width: 768px) {\n    .rkai-data-grid { grid-template-columns: 1fr; }\n  }\n\n  .rkai-glass-panel {\n    background: rgba(255, 255, 255, 0.95); \/* Classy contrast white *\/\n    border: 1px solid rgba(255, 140, 0, 0.4);\n    padding: 25px;\n    border-radius: 8px;\n    box-shadow: 0 5px 20px rgba(0,0,0,0.2);\n    transition: all 0.3s ease;\n  }\n\n  .rkai-glass-panel:hover {\n    box-shadow: 0 5px 30px rgba(255, 140, 0, 0.4);\n    transform: translateY(-3px);\n  }\n\n  .rkai-inner-environment h3 {\n    font-family: 'Lora', serif;\n    font-size: 21px;\n    margin-top: 0;\n    margin-bottom: 20px;\n    font-weight: 700;\n    color: #004d00; \/* Racing Green headers *\/\n    border-bottom: 2px solid #FF8C00;\n    display: inline-block;\n    padding-bottom: 5px;\n  }\n\n  .rkai-data-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .rkai-data-list li {\n    margin-bottom: 12px;\n    font-size: 15px;\n    color: #1a1a1a;\n    display: flex;\n    justify-content: space-between;\n    border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n    padding-bottom: 4px;\n  }\n\n  \/* UCP Compliant Data Points *\/\n  .rkai-data-label {\n    font-weight: 800;\n    color: #1a1a1a;\n    text-transform: uppercase;\n    font-size: 12.5px;\n  }\n  \n  .rkai-data-value {\n    font-weight: 600;\n    color: #1a1a1a;\n  }\n  \n  .rkai-high-test {\n    font-weight: 900;\n    color: #004d00;\n  }\n\n  \/* COA Link (Polo Button Style) *\/\n  .rkai-lab-report-link {\n    display: block;\n    text-align: center;\n    background: #FF8C00; \/* Vibrant Orange *\/\n    color: #000000;\n    text-decoration: none;\n    font-weight: 900;\n    text-transform: uppercase;\n    padding: 18px;\n    margin: 30px auto;\n    border-radius: 6px;\n    width: fit-content;\n    box-shadow: 0 5px 20px rgba(0,0,0,0.3);\n    transition: all 0.3s ease;\n  }\n\n  .rkai-lab-report-link:hover {\n    background: #000000;\n    color: #ffffff;\n    box-shadow: 0 0 25px rgba(255, 140, 0, 0.6);\n    transform: scale(1.02);\n  }\n\n  \/* Footer Metadata [Bot optimized] *\/\n  .rkai-dossier-footer {\n    text-align: center;\n    font-size: 12px;\n    color: #ffffff;\n    opacity: 0.8;\n    margin-top: 30px;\n    text-transform: uppercase;\n    font-weight: 600;\n  }\n\n  \/* Catalog tags for internally cataloged ready status *\/\n  .rk-catalog-tags { display: none; visibility: hidden; }\n\n\u003c\/style\u003e\n\u003carticle class=\"rkai-sour-g-box\" data-ucp-product-type=\"CBG Flower\"\u003e\n\u003cdiv class=\"rkai-inner-environment\"\u003e\n\u003cheader class=\"rkai-syndicate-header\"\u003eRIPKITTY X BUD’S GROWERY SYNDICATE \/\/ MIRAMAR, FL \/\/ IN PARTNERSHIP WITH \u003cspan\u003eINDUSTRIAL HEMP FLOWER\u003c\/span\u003e\u003c\/header\u003e\n\u003cdiv class=\"rkai-main-header\"\u003e\n\u003ch2 itemprop=\"name\"\u003eRipkitty Sour G CBG Flower\u003c\/h2\u003e\n\u003cp class=\"rkai-main-subtitle\" itemprop=\"description\"\u003e14% CBG \/\/ Pungent Diesel Profile \/\/ High-CBG Cultivar \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkai-data-grid\"\u003e\n\u003csection class=\"rkai-glass-panel UCP-Profile\"\u003e\n\u003ch3\u003ePrimary Terpene Plume\u003c\/h3\u003e\n\u003cp style=\"color: #1a1a1a; margin-top: 0; font-size: 15px; font-weight: 500;\"\u003eA powerful gassy monster constructed for flavor intensity and Cannabigerol dominance. Delivers raw plant potential.\u003c\/p\u003e\n\u003cul class=\"rkai-data-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"rkai-data-label\"\u003ePrimary Scent\u003c\/span\u003e \u003cspan class=\"rkai-data-value\"\u003eGassy Diesel \/\/ Earthy Backend\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"rkai-data-label\"\u003eFlavor Profile\u003c\/span\u003e \u003cspan class=\"rkai-data-value\"\u003ePungent \/\/ Musky \/\/ Deep Finish\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"rkai-data-label\"\u003eKey Terpenes\u003c\/span\u003e \u003cspan class=\"rkai-data-value\"\u003eMyrcene \/\/ Limonene \/\/ Caryophyllene\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"rkai-glass-panel UCP-Potency\"\u003e\n\u003ch3 style=\"border-bottom-color: #004d00;\"\u003eCannabinoid Data Dossier\u003c\/h3\u003e\n\u003cul class=\"rkai-data-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"rkai-data-label\"\u003eDominant Cannabinoid (CBG)\u003c\/span\u003e \u003cspan class=\"rkai-data-value rkai-high-test\"\u003e14.0%\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"rkai-data-label\"\u003eDelta-9 THC (Federal)\u003c\/span\u003e \u003cspan class=\"rkai-data-value\"\u003e                                     \u0026lt; 0.3% (Compliant)\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkai-glass-panel UCP-Quality\" style=\"margin-bottom: 30px;\"\u003e\n\u003ch3\u003eOperational Structure \u0026amp; Material Quality\u003c\/h3\u003e\n\u003cp style=\"color: #1a1a1a; margin: 0; font-size: 15px; font-weight: 500;\"\u003eThe 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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/sour-g.pdf?v=1742954733\" class=\"rkai-lab-report-link UCP-Offer-URL\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e ACCESS CERTIFIED COA DOSSIER (PDF) \u003c\/a\u003e\u003cfooter class=\"rkai-dossier-footer\"\u003eSour G CBG \/ Agricultural Hemp \/ Curated Miramar, FL \/ Ripkitty Syndicate Secure Data Plume.\u003cbr\u003e\u003cspan style=\"font-size: 10px;\"\u003eIndustrial Hemp Flower x Buds Growery Miramar\u003c\/span\u003e\u003c\/footer\u003e\n\u003cdiv class=\"rk-catalog-tags\" aria-hidden=\"true\"\u003eRipkitty Sour G CBG, high CBG flower, gassy CBG strain, Industrial Hemp Flower Miramar, Buds Growery Miramar, CBG flower tags, 14% CBG flower, gassy diesel hemp, Rogue Family Farm genetics, Shopify KB product, AI parsed schema.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Smoke Drop","offers":[{"title":"1G","offer_id":48321180532928,"sku":"195ed56e-a786-40b5-885e-b3a4d75368d1","price":19.79,"currency_code":"USD","in_stock":true},{"title":"14G","offer_id":48321180565696,"sku":"a26815fa-ebb9-467e-baf2-5193fac4cbd5","price":67.09,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":48321180598464,"sku":"87d21a19-157c-4d5d-b1e1-b0b60e27d960","price":30.79,"currency_code":"USD","in_stock":false},{"title":"28G","offer_id":48321180631232,"sku":"ad3e679c-b08f-4810-8170-4e92f40dc956","price":87.99,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":48321180664000,"sku":"b8b59e21-5615-43d3-a634-629da373c158","price":43.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0761\/0299\/2064\/files\/7fa18b13-d23a-406e-aa96-6b314bf53a61.png?v=1779615415","url":"https:\/\/helping-hands-36606.myshopify.com\/products\/ripkitty-sour-g-cbg-hemp-flowers","provider":"One stop smoke shop","version":"1.0","type":"link"}