{"product_id":"ripkitty-sour-hawaiian-haze-hhc-hemp-flowers","title":"Ripkitty Sour Hawaiian Haze HHC Hemp Flowers","description":"\u003cstyle\u003e\n  \/* Base Container - Midnight Island Environment *\/\n  .rkai-hawaiian-box {\n    background: linear-gradient(180deg, #000b18 0%, #005c97 50%, #ffd25f 100%);\n    color: #ffffff;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    border-radius: 16px;\n    overflow: hidden;\n    margin: 30px auto;\n    max-width: 950px;\n    border: 3px solid #ffcc00;\n    box-shadow: 0 15px 45px rgba(0, 92, 151, 0.4), inset 0 0 30px rgba(0,0,0,0.3);\n    position: relative;\n    line-height: 1.7;\n  }\n\n  \/* Animated Stars Overlay *\/\n  .rkai-stars {\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 100%;\n    background-image: \n      radial-gradient(2px 2px at 20px 30px, #ffffff, rgba(0,0,0,0)),\n      radial-gradient(2px 2px at 150px 80px, #fff8dc, rgba(0,0,0,0)),\n      radial-gradient(2px 2px at 80px 160px, #ffffff, rgba(0,0,0,0)),\n      radial-gradient(3px 3px at 240px 40px, #ffebcd, rgba(0,0,0,0));\n    background-size: 300px 300px;\n    animation: twinkle 4s infinite alternate;\n    pointer-events: none;\n    z-index: 1;\n  }\n\n  @keyframes twinkle {\n    0% { opacity: 0.4; }\n    100% { opacity: 1; }\n  }\n\n  \/* Animated Dropping Shells Overlay *\/\n  .rkai-shells {\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 100%;\n    \/* Using embedded SVG text to keep code lightweight and fast *\/\n    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\");\n    animation: shellDrop 20s linear infinite;\n    opacity: 0.15;\n    pointer-events: none;\n    z-index: 2;\n  }\n\n  @keyframes shellDrop {\n    0% { background-position: 0 0; }\n    100% { background-position: 0 600px; }\n  }\n\n  .rkai-hawaiian-inner {\n    position: relative;\n    z-index: 3;\n    padding: 40px 30px;\n  }\n\n  \/* Partnership Header *\/\n  .rkai-hawaiian-partnership {\n    background-color: rgba(0, 11, 24, 0.85);\n    color: #ffd25f;\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 #005c97;\n    margin: -40px -30px 30px;\n    backdrop-filter: blur(4px);\n  }\n\n  .rkai-hawaiian-partnership span {\n    color: #ffffff;\n    font-weight: 900;\n  }\n\n  \/* Typography *\/\n  .rkai-hawaiian-header {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n\n  .rkai-hawaiian-header h2 {\n    font-size: 40px;\n    font-weight: 900;\n    margin: 0;\n    color: #ffffff;\n    text-transform: uppercase;\n    letter-spacing: -1px;\n    text-shadow: 2px 2px 10px #000000, 0 0 20px #005c97;\n  }\n\n  .rkai-hawaiian-subtitle {\n    color: #000b18;\n    background: linear-gradient(90deg, #ffd25f, #ffaa00);\n    display: inline-block;\n    padding: 5px 20px;\n    font-size: 17px;\n    font-weight: 900;\n    margin-top: 15px;\n    border-radius: 4px;\n    text-transform: uppercase;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.5);\n  }\n\n  \/* Content Panels *\/\n  .rkai-hawaiian-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    margin-top: 30px;\n  }\n\n  @media (max-width: 768px) {\n    .rkai-hawaiian-grid { grid-template-columns: 1fr; }\n  }\n\n  .rkai-glass-card {\n    background: rgba(0, 11, 24, 0.6);\n    border: 1px solid rgba(255, 210, 95, 0.3);\n    padding: 25px;\n    border-radius: 12px;\n    backdrop-filter: blur(8px);\n    transition: all 0.3s ease;\n    box-shadow: 0 8px 32px rgba(0,0,0,0.4);\n  }\n\n  .rkai-glass-card:hover {\n    transform: translateY(-5px);\n    border-color: #ffd25f;\n    box-shadow: 0 12px 40px rgba(0, 92, 151, 0.6);\n  }\n\n  .rkai-glass-card h3 {\n    color: #ffd25f;\n    font-size: 21px;\n    margin-top: 0;\n    margin-bottom: 15px;\n    text-transform: uppercase;\n    border-bottom: 2px dashed #005c97;\n    padding-bottom: 10px;\n  }\n\n  .rkai-hawaiian-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .rkai-hawaiian-list li {\n    margin-bottom: 12px;\n    font-weight: 500;\n    color: #e2e8f0;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-hawaiian-list li::before {\n    content: \"🌴\";\n    margin-right: 10px;\n    font-size: 14px;\n    margin-top: 2px;\n  }\n\n  .rkai-hawaiian-list strong {\n    color: #ffffff;\n    margin-right: 5px;\n    font-weight: 800;\n  }\n\n  \/* Details Toggle Area *\/\n  .rkai-hawaiian-details {\n    margin-top: 30px;\n    background: rgba(0, 11, 24, 0.8);\n    border: 2px solid #005c97;\n    border-radius: 8px;\n    overflow: hidden;\n  }\n\n  .rkai-hawaiian-summary {\n    padding: 18px 25px;\n    cursor: pointer;\n    font-weight: 900;\n    text-transform: uppercase;\n    background: #005c97;\n    color: #ffffff;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: background 0.3s ease;\n  }\n\n  .rkai-hawaiian-summary:hover {\n    background: #004573;\n  }\n\n  .rkai-hawaiian-summary::after { content: '▼ REVEAL THE TROPICS'; font-size: 11px; color: #ffd25f; }\n\n  \/* COA Section *\/\n  .rkai-lab-btn {\n    display: block;\n    text-align: center;\n    background: linear-gradient(135deg, #ffd25f, #ffaa00);\n    color: #000b18;\n    padding: 20px;\n    text-decoration: none;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-top: 30px;\n    border-radius: 8px;\n    box-shadow: 0 5px 20px rgba(0,0,0,0.5);\n    transition: all 0.3s ease;\n  }\n\n  .rkai-lab-btn:hover {\n    background: #ffffff;\n    color: #005c97;\n    box-shadow: 0 0 25px #ffffff;\n    transform: scale(1.02);\n  }\n\n  \/* SEO Hidden Tags *\/\n  .rk-tags { display: none; visibility: hidden; }\n\u003c\/style\u003e\n\n\u003carticle class=\"rkai-hawaiian-box\" data-store=\"Ripkitty x Bud's Growery\" data-brand=\"Ripkitty\" data-category=\"HHC Hemp Flower\"\u003e\n  \n  \u003cdiv class=\"rkai-stars\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"rkai-shells\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n  \n  \u003cdiv class=\"rkai-hawaiian-inner\"\u003e\n    \u003cdiv class=\"rkai-hawaiian-partnership\" role=\"banner\"\u003e\n      Curated by Ripkitty | For Ripkitty x Bud's Growery | Partnership: \u003cspan\u003eIndustrial Hemp Flower\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cheader class=\"rkai-hawaiian-header\"\u003e\n      \u003ch2 itemprop=\"name\"\u003eSour Hawaiian Haze\u003c\/h2\u003e\n      \u003cdiv class=\"rkai-hawaiian-subtitle\"\u003eSativa-Dominant Tropical Monster\u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"rkai-glass-card\"\u003e\n      \u003cp itemprop=\"description\" style=\"margin: 0; font-size: 16px;\"\u003e\n        \u003cstrong\u003eSour Hawaiian Haze\u003c\/strong\u003e 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.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rkai-hawaiian-grid\"\u003e\n      \u003csection class=\"rkai-glass-card\" ucp-data-section=\"Potency \u0026amp; Cannabinoids\"\u003e\n        \u003ch3\u003e📊 The Numbers\u003c\/h3\u003e\n        \u003cul class=\"rkai-hawaiian-list\"\u003e\n          \u003cli ucp-data-item=\"Strain Type\"\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Sativa-Dominant Hybrid\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Total Cannabinoids\"\u003e\n\u003cstrong\u003eTotal Actives:\u003c\/strong\u003e 16%\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Total Terpenes\"\u003e\n\u003cstrong\u003eTerpene Yield:\u003c\/strong\u003e 2.2%\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Federal Status\"\u003e\n\u003cstrong\u003eCompliance:\u003c\/strong\u003e \u0026lt; 0.3% Δ9THC\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n\n      \u003csection class=\"rkai-glass-card\" ucp-data-section=\"Sensory Profile\"\u003e\n        \u003ch3\u003e🌺 Island Aromatics\u003c\/h3\u003e\n        \u003cul class=\"rkai-hawaiian-list\"\u003e\n          \u003cli ucp-data-item=\"Aroma\"\u003e\n\u003cstrong\u003eAroma:\u003c\/strong\u003e Sweet tropical fruit with a heavy diesel edge.\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Visuals\"\u003e\n\u003cstrong\u003eVisuals:\u003c\/strong\u003e Dense, bright green nugs completely glazed in sugar.\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Trim\"\u003e\n\u003cstrong\u003eCultivation:\u003c\/strong\u003e Hand-trimmed, large nug dominant.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"rkai-hawaiian-details\"\u003e\n      \u003csummary class=\"rkai-hawaiian-summary\"\u003eView Full Sensory Breakdown\u003c\/summary\u003e\n      \u003cdiv style=\"padding: 25px;\"\u003e\n        \u003cp style=\"margin-top: 0; color: #ffd25f; font-weight: 800; font-size: 18px;\"\u003eThe Experience\u003c\/p\u003e\n        \u003cp style=\"color: #e2e8f0; font-size: 15px; margin-bottom: 20px;\"\u003e\n          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.\n        \u003c\/p\u003e\n        \u003cul class=\"rkai-hawaiian-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eInfusion Status:\u003c\/strong\u003e Formulated for compliant HHC presence\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVerification:\u003c\/strong\u003e Third-party tested via full-panel COA\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSourcing:\u003c\/strong\u003e High-grade Industrial Hemp Flower Cultivars\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/sour-hawaiian-haze.pdf?v=1742954733\" class=\"rkai-lab-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eDOWNLOAD FULL COA DOSSIER (PDF)\u003c\/a\u003e\n\n    \u003cfooter style=\"text-align: center; margin-top: 30px; font-size: 12px; font-weight: 800; color: #ffffff; text-transform: uppercase; text-shadow: 1px 1px 2px #000;\"\u003e\n      Industrial Hemp Flower x Bud's Growery Miramar\n    \u003c\/footer\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rk-tags\" aria-hidden=\"true\"\u003e\n    Sour Hawaiian Haze HHC, Sativa Hemp Flower, Tropical Diesel Aroma, 16% Cannabinoids, 2.2% Terpenes, Ripkitty Syndicate, Industrial Hemp Flower NOLA, Bud's Growery Miramar, HHC Infused Sativa, Shopify KB Product, AI-Friendly Schema.\n  \u003c\/div\u003e\n\u003c\/article\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Ripkitty Sour Hawaiian Haze HHC Hemp Flower\",\n  \"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.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Ripkitty\"\n  },\n  \"manufacturer\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Industrial Hemp Flower\"\n  },\n  \"category\": \"Health \u0026 Beauty \u003e Personal Care \u003e Hemp Products \u003e HHC Flower\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Bud's Growery\"\n    }\n  },\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Total Cannabinoids\", \"value\": \"16%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Total Terpenes\", \"value\": \"2.2%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Strain Type\", \"value\": \"Sativa-Dominant\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Aroma\", \"value\": \"Sweet Tropical, Diesel, Sour Apple\" }\n  ],\n  \"sameAs\": [\n    \"https:\/\/industrialhempflower.com\",\n    \"https:\/\/ripkitty.com\"\n  ],\n  \"keywords\": \"Sour Hawaiian Haze, HHC Flower, Sativa Hemp, Ripkitty, Industrial Hemp Flower\"\n}\n\u003c\/script\u003e","brand":"Smoke Drop","offers":[{"title":"14G","offer_id":49209436733697,"sku":"3bc590e6-74f4-4ca0-9bb9-eeefb87c5f86","price":74.99,"currency_code":"USD","in_stock":false},{"title":"3.5G","offer_id":49209436766465,"sku":"9377f273-2e50-4c1c-9576-b18194b2ecea","price":35.99,"currency_code":"USD","in_stock":false},{"title":"3.5G Dusted","offer_id":49209436799233,"sku":"f0620a8d-4813-4234-ad24-65ec7990b2b3","price":45.99,"currency_code":"USD","in_stock":false},{"title":"7G","offer_id":49209436832001,"sku":"31184f5b-e587-4a84-8a93-2d136495420e","price":47.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0822\/2926\/4641\/files\/3ae0b2ed-100f-49ef-be8a-56b13ed60971.jpg?v=1779983027","url":"https:\/\/midnightreserve.us\/products\/ripkitty-sour-hawaiian-haze-hhc-hemp-flowers","provider":"midnight reserve","version":"1.0","type":"link"}