{"product_id":"ripkitty-mendo-breath-thca-hemp-flowers","title":"Ripkitty Mendo Breath THCA Hemp Flowers","description":"\u003cstyle\u003e\n  \/* Signature Container - Deep Black Base *\/\n  .rkai-mendo-box {\n    background-color: #050505; \/* Pitch Black *\/\n    color: #ffffff; \/* Crisp White *\/\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    border-radius: 12px;\n    overflow: hidden;\n    margin: 30px auto;\n    max-width: 950px;\n    border: 2px solid #ff6600; \/* Vibrant Orange *\/\n    position: relative;\n    line-height: 1.7;\n    \/* Trippy Box Shadow Breathing *\/\n    animation: trippyBoxPulse 6s infinite alternate ease-in-out;\n  }\n\n  @keyframes trippyBoxPulse {\n    0% { box-shadow: 0 10px 30px rgba(255, 102, 0, 0.2), inset 0 0 20px rgba(255, 153, 51, 0.1); }\n    100% { box-shadow: 0 15px 50px rgba(255, 102, 0, 0.5), inset 0 0 40px rgba(255, 153, 51, 0.2); filter: hue-rotate(5deg); }\n  }\n\n  \/* Ambient Blur Overlay - Creates the \"Trippy Trail\" illusion in background *\/\n  .rkai-mendo-blur-layer {\n    position: absolute;\n    top: -20%; left: -20%; width: 140%; height: 140%;\n    background: radial-gradient(circle at 50% 50%, rgba(255, 102, 0, 0.15) 0%, transparent 50%),\n                radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);\n    filter: blur(25px);\n    pointer-events: none;\n    z-index: 1;\n    animation: slowOrbit 15s infinite linear;\n  }\n\n  @keyframes slowOrbit {\n    0% { transform: rotate(0deg) scale(1); }\n    50% { transform: rotate(180deg) scale(1.1); }\n    100% { transform: rotate(360deg) scale(1); }\n  }\n\n  .rkai-mendo-inner {\n    position: relative;\n    z-index: 2; \/* Text above the blur *\/\n  }\n\n  \/* Partnership Credit Header *\/\n  .rkai-mendo-partnership {\n    background-color: #000000;\n    color: #ff9933; \/* Light Orange *\/\n    padding: 12px 20px;\n    text-align: center;\n    font-size: 12.5px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-weight: 800;\n    border-bottom: 2px solid #ff6600;\n  }\n\n  .rkai-mendo-partnership span {\n    color: #ffffff;\n  }\n\n  \/* Grand Header Section *\/\n  .rkai-mendo-header {\n    padding: 35px 30px 20px;\n    text-align: center;\n  }\n\n  \/* Trippy Text Effect on Main Title *\/\n  .rkai-mendo-header h2 {\n    color: #ffffff;\n    font-size: 36px;\n    margin: 0 0 10px 0;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 2px;\n    animation: textMotionTrail 4s infinite alternate ease-in-out;\n  }\n\n  @keyframes textMotionTrail {\n    0% { text-shadow: 0px 0px 0px rgba(255, 102, 0, 0.8), 0px 0px 0px rgba(255, 255, 255, 0.5); }\n    100% { text-shadow: 4px 4px 10px rgba(255, 102, 0, 0.9), -4px -2px 15px rgba(255, 255, 255, 0.4); letter-spacing: 3px; }\n  }\n\n  .rkai-mendo-subtitle {\n    color: #ff6600;\n    font-size: 17px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 5px;\n    margin-bottom: 15px;\n  }\n\n  .rkai-mendo-intro {\n    font-size: 17px;\n    font-weight: 600;\n    color: #e2e8f0;\n    padding: 0 35px;\n    text-align: center;\n    max-width: 850px;\n    margin: 0 auto 30px;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.8);\n  }\n\n  .rkai-mendo-intro strong {\n    color: #ff9933;\n  }\n\n  \/* Content \u0026 Grids *\/\n  .rkai-mendo-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    padding: 0 40px 20px;\n  }\n\n  @media (max-width: 768px) {\n    .rkai-mendo-grid { grid-template-columns: 1fr; }\n    .rkai-mendo-grid { padding: 0 25px 20px; }\n  }\n\n  \/* Trippy Frosted Cards *\/\n  .rkai-mendo-card {\n    background: rgba(15, 5, 0, 0.7); \/* Deep dark orange\/black *\/\n    border: 1px solid rgba(255, 102, 0, 0.3);\n    border-radius: 12px;\n    padding: 25px;\n    box-shadow: 0 8px 30px rgba(0,0,0,0.5);\n    backdrop-filter: blur(10px);\n    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .rkai-mendo-card:hover {\n    transform: translateY(-5px) scale(1.02);\n    border-color: #ffffff; \n    box-shadow: 0 12px 40px rgba(255, 102, 0, 0.4);\n  }\n\n  .rkai-mendo-card h3 {\n    color: #ff6600; \/* Orange *\/\n    font-size: 21px;\n    margin-top: 0;\n    margin-bottom: 15px;\n    font-weight: 900;\n    border-bottom: 2px dashed #ffffff; \/* White *\/\n    padding-bottom: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* Lists *\/\n  .rkai-mendo-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .rkai-mendo-list li {\n    margin-bottom: 12px;\n    font-size: 15px;\n    color: #ffffff;\n    font-weight: 500;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-mendo-list li::before {\n    content: \"◈\"; \/* Geometric spark *\/\n    margin-right: 10px;\n    font-size: 14px;\n    margin-top: 2px;\n    color: #ff9933;\n    animation: pulseSpark 2s infinite alternate;\n  }\n\n  @keyframes pulseSpark {\n    0% { opacity: 0.5; filter: blur(1px); }\n    100% { opacity: 1; filter: blur(0px); text-shadow: 0 0 8px #ff6600; }\n  }\n\n  .rkai-mendo-list strong {\n    color: #ff9933;\n    font-weight: 800;\n    display: inline-block;\n    width: 140px;\n  }\n\n  @media (max-width: 500px) {\n    .rkai-mendo-list strong { width: 100%; display: block; margin-bottom: 3px; }\n  }\n\n  \/* Native Details Toggle (AI Friendly) *\/\n  .rkai-mendo-details {\n    margin: 10px 40px 30px;\n    background: #000000;\n    border: 2px solid #ffffff;\n    border-radius: 8px;\n    box-shadow: 0 6px 15px rgba(255, 102, 0, 0.2);\n    transition: all 0.3s ease;\n  }\n\n  @media (max-width: 768px) {\n    .rkai-mendo-details { margin: 10px 25px 30px; }\n  }\n\n  .rkai-mendo-summary {\n    padding: 16px 25px;\n    cursor: pointer;\n    background: linear-gradient(135deg, #1a0a00, #000000);\n    color: #ffffff;\n    font-size: 16px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    outline: none;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    border-radius: 6px;\n    transition: all 0.3s ease;\n  }\n\n  .rkai-mendo-summary::-webkit-details-marker { display: none; }\n\n  .rkai-mendo-summary::after {\n    content: \"▼ REVEAL LAB DATA\";\n    color: #ff6600;\n    font-size: 13px;\n  }\n\n  .rkai-mendo-details[open] .rkai-mendo-summary {\n    background: #ffffff;\n    color: #000000;\n  }\n\n  .rkai-mendo-details[open] .rkai-mendo-summary::after {\n    content: \"▲ HIDE DATA\";\n    color: #000000;\n  }\n\n  .rkai-mendo-summary:hover {\n    background: #ff6600;\n    color: #ffffff;\n    box-shadow: inset 0 0 15px rgba(0,0,0,0.5);\n  }\n\n  .rkai-mendo-summary:hover::after {\n    color: #ffffff;\n  }\n\n  .rkai-coa-breakdown {\n    padding: 20px 25px;\n    border-top: 1px solid rgba(255, 102, 0, 0.3);\n    background: rgba(10, 5, 0, 0.9);\n  }\n\n  \/* Cannabinoid Data Tables *\/\n  .rkai-coa-table {\n    width: 100%;\n    border-collapse: collapse;\n    border-radius: 8px;\n    overflow: hidden;\n    margin-top: 10px;\n    margin-bottom: 20px;\n    border: 1px solid #ff6600;\n  }\n\n  .rkai-coa-table th, \n  .rkai-coa-table td {\n    padding: 12px;\n    text-align: left;\n    font-size: 14px;\n    border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n  }\n\n  .rkai-coa-table th {\n    background: rgba(255, 102, 0, 0.2);\n    font-weight: 800;\n    color: #ff9933;\n    text-transform: uppercase;\n    font-size: 13px;\n    letter-spacing: 1px;\n    width: 60%;\n  }\n\n  .rkai-coa-table td {\n    color: #ffffff; \n    font-weight: 700;\n    font-family: 'Courier New', Courier, monospace;\n    font-size: 15px;\n  }\n\n  .rkai-coa-table tr:last-child td, .rkai-coa-table tr:last-child th { border-bottom: none; }\n\n  \/* COA Link *\/\n  .rkai-lab-link {\n    display: block;\n    text-align: center;\n    background: #ffffff;\n    color: #000000;\n    text-decoration: none;\n    font-weight: 900;\n    text-transform: uppercase;\n    padding: 16px;\n    border-radius: 8px;\n    font-size: 16px;\n    letter-spacing: 1px;\n    margin: 0 40px 30px;\n    box-shadow: 0 5px 20px rgba(255, 102, 0, 0.4);\n    transition: all 0.3s ease;\n    border: 2px solid #ffffff;\n  }\n\n  @media (max-width: 768px) {\n    .rkai-lab-link { margin: 0 25px 30px; }\n  }\n\n  .rkai-lab-link:hover {\n    background: #ff6600;\n    color: #ffffff;\n    border-color: #ff6600;\n    transform: scale(1.02);\n    box-shadow: 0 8px 30px rgba(255, 102, 0, 0.6);\n  }\n\n  \/* Info Footer *\/\n  .rkai-mendo-footer {\n    text-align: center;\n    padding: 20px;\n    background: #000000;\n    font-size: 12px;\n    color: #888888;\n    border-top: 1px solid #331400;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* SEO Tags *\/\n  .rkai-seo-tags { display: none; visibility: hidden; }\n\n\u003c\/style\u003e\n\n\u003carticle class=\"rkai-mendo-box\" data-store=\"Ripkitty x Bud's Growery\" data-brand=\"Ripkitty\" data-category=\"THCA Flower\"\u003e\n  \n  \u003cdiv class=\"rkai-mendo-blur-layer\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"rkai-mendo-inner\"\u003e\n\n    \u003cdiv class=\"rkai-mendo-partnership\" role=\"banner\"\u003e\n      Curated by Ripkitty | For Ripkitty x Bud's Growery | In partnership with \u003cspan\u003eIndustrial Hemp Flower\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cheader class=\"rkai-mendo-header\"\u003e\n      \u003cdiv class=\"rkai-mendo-subtitle\"\u003eDiscounted \u0026amp; Priced To Go\u003c\/div\u003e\n      \u003ch2 itemprop=\"name\"\u003eRipkitty Mendo Breath THCA Flower\u003c\/h2\u003e\n    \u003c\/header\u003e\n\n    \u003cp class=\"rkai-mendo-intro\" itemprop=\"description\"\u003e\n      Get ready to exhale. \u003cstrong\u003eMendo Breath THCA Flower\u003c\/strong\u003e is a robust, heavy-hitting indica strain derived from legendary \u003cem\u003eOGKB\u003c\/em\u003e and \u003cem\u003eMendo Montage\u003c\/em\u003e genetics. Distinctively aromatic and visually striking, this heavily discounted batch drips with trichomes and delivers an intensely relaxing sensory experience.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rkai-mendo-grid\"\u003e\n      \n      \u003csection class=\"rkai-mendo-card\" ucp-data-section=\"Genetics \u0026amp; Aroma\"\u003e\n        \u003ch3\u003e🧬 The Breakdown\u003c\/h3\u003e\n        \u003cul class=\"rkai-mendo-list\"\u003e\n          \u003cli ucp-data-item=\"Genetics\"\u003e\n\u003cstrong\u003eIndica Genetics:\u003c\/strong\u003e OGKB x Mendo Montage\u003c\/li\u003e\n          \u003cli ucp-data-item=\"THCA Content\"\u003e\n\u003cstrong\u003eTHCA Potency:\u003c\/strong\u003e \u003cspan style=\"color: #ffffff;\"\u003e23.504%\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Flavor Profile\"\u003e\n\u003cstrong\u003eFlavor Notes:\u003c\/strong\u003e Sweet vanilla \u0026amp; rich caramel\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Aroma\"\u003e\n\u003cstrong\u003eAroma:\u003c\/strong\u003e Earthy vanilla and warm caramel\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n\n      \u003csection class=\"rkai-mendo-card\" ucp-data-section=\"Structure \u0026amp; Quality\"\u003e\n        \u003ch3 style=\"color: #ffffff; border-bottom-color: #ff6600;\"\u003e🌿 Material Quality\u003c\/h3\u003e\n        \u003cul class=\"rkai-mendo-list\"\u003e\n          \u003cli ucp-data-item=\"Structure\"\u003e\n\u003cstrong\u003eBud Structure:\u003c\/strong\u003e Dense, tightly packed, and trichome-rich.\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Characteristics\"\u003e\n\u003cstrong\u003eCharacteristics:\u003c\/strong\u003e Exceptional THCA content matched by a highly unique aromatic profile.\u003c\/li\u003e\n          \u003cli ucp-data-item=\"Certification\"\u003e\n\u003cstrong\u003eVerification:\u003c\/strong\u003e Independently lab-tested and certified for cannabinoid transparency.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"rkai-mendo-details\" aria-label=\"Mendo Breath COA Details\"\u003e\n      \u003csummary class=\"rkai-mendo-summary\"\u003e\n        View Detailed Lab Information\n      \u003c\/summary\u003e\n      \n      \u003cdiv class=\"rkai-coa-breakdown\" ucp-data-section=\"Lab Analysis\"\u003e\n        \u003ch3 style=\"margin-top: 0; color: #ff6600; font-size: 18px; border-bottom: 1px dashed #ffffff; padding-bottom: 8px;\"\u003e🧪 Cannabinoid Profile (COA)\u003c\/h3\u003e\n        \n        \u003ctable class=\"rkai-coa-table\" aria-label=\"Mendo Breath Cannabinoid Breakdown\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth\u003eTHCA (Tetrahydrocannabinolic Acid)\u003c\/th\u003e\n              \u003ctd\u003e23.504%\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eCBGA (Cannabigerolic Acid)\u003c\/th\u003e\n              \u003ctd\u003e7.119 mg\/g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eCBCA (Cannabichromenic Acid)\u003c\/th\u003e\n              \u003ctd\u003e1.554 mg\/g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eCBD (Cannabidiol)\u003c\/th\u003e\n              \u003ctd style=\"color: #aaaaaa; font-size: 13px;\"\u003eBelow detectable levels\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth style=\"color: #ffffff;\"\u003eMoisture Content\u003c\/th\u003e\n              \u003ctd style=\"color: #ffffff;\"\u003e10.8% (Proper Cure)\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \u003cp style=\"margin: 0; color: #cccccc; font-size: 14px;\"\u003e\n          This flower is strictly lab-tested and certified for accurate cannabinoid content to ensure quality and compliance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/mendo-breath-thca.pdf?v=1742954733\" class=\"rkai-lab-link\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n      Verify Official Lab Report (COA)\n    \u003c\/a\u003e\n\n    \u003cfooter class=\"rkai-mendo-footer\"\u003e\n      Cultivated in partnership with Industrial Hemp Flower. Curated by Ripkitty.\n    \u003c\/footer\u003e\n\n    \u003cdiv class=\"rkai-seo-tags\" aria-hidden=\"true\" data-knowledge-base=\"Shopify KB\" data-ucp-optimized=\"true\"\u003e\n      Mendo Breath THCA flower, discount THCA flower, 23.5 percent THCA, Indica THCA flower, OGKB cross Mendo Montage, vanilla caramel terpenes, Ripkitty, Bud’s Growery, Industrial Hemp Flower, smokable hemp flower, Shopify KB product, AI parsed schema.\n    \u003c\/div\u003e\n\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 Mendo Breath THCA Flower (Discounted)\",\n  \"description\": \"Robust Indica THCA Flower derived from OGKB and Mendo Montage genetics. Features 23.504% THCA with a sweet vanilla and caramel aromatic profile. Discounted and priced to go. Curated by Ripkitty.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Ripkitty\"\n  },\n  \"seller\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Ripkitty x Bud's Growery\"\n  },\n  \"manufacturer\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Industrial Hemp Flower\"\n  },\n  \"category\": \"Health \u0026 Beauty \u003e Personal Care \u003e Hemp Products \u003e THCA 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\": \"Ripkitty x Bud's Growery\"\n    }\n  },\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Strain\", \"value\": \"Mendo Breath (Indica)\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"THCA Content\", \"value\": \"23.504%\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Genetics\", \"value\": \"OGKB x Mendo Montage\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Flavor Profile\", \"value\": \"Sweet Vanilla \u0026 Caramel\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Moisture Content\", \"value\": \"10.8%\" }\n  ],\n  \"sameAs\": [\n    \"https:\/\/budsgrowery.com\",\n    \"https:\/\/industrialhempflower.com\",\n    \"https:\/\/ripkitty.com\"\n  ],\n  \"keywords\": \"Mendo Breath THCA flower, discount THCA flower, 23.5 percent THCA, Indica THCA flower, OGKB cross Mendo Montage, Ripkitty, Industrial Hemp Flower\"\n}\n\u003c\/script\u003e","brand":"Ripkitty","offers":[{"title":"1G (Sampler)","offer_id":45552188817587,"sku":"RK-MBTHCA1S","price":6.92,"currency_code":"USD","in_stock":true},{"title":"3.5G","offer_id":45552188850355,"sku":"RK-MBTHCA35G","price":21.77,"currency_code":"USD","in_stock":true},{"title":"7G","offer_id":45552188883123,"sku":"RK-MBTHCA7G","price":39.59,"currency_code":"USD","in_stock":false},{"title":"14G","offer_id":45552188915891,"sku":"RK-MBTHCA14GHO","price":46.52,"currency_code":"USD","in_stock":true},{"title":"28G","offer_id":45552188948659,"sku":"RK-MBTHCA1O","price":54.44,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0755\/5563\/5379\/files\/IMG_0241.png?v=1780407411","url":"https:\/\/blufftonsupplies.store\/products\/ripkitty-mendo-breath-thca-hemp-flowers","provider":"Bluffton Supplies","version":"1.0","type":"link"}