{"title":"Haze","description":"\u003cstyle\u003e\n  .mcr-haze-hub {\n    margin: 0 0 48px;\n    color: #26342f;\n  }\n\n  .mcr-haze-hub * {\n    box-sizing: border-box;\n  }\n\n  .mcr-haze-hero {\n    background: linear-gradient(135deg, #090f1d 0%, #10261f 42%, #1f4a38 70%, #d9a441 100%);\n    color: #ffffff;\n    border-radius: 28px;\n    padding: 44px 36px;\n    margin: 0 0 36px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .mcr-haze-hero::after {\n    content: \"\";\n    position: absolute;\n    right: -90px;\n    top: -100px;\n    width: 270px;\n    height: 270px;\n    border-radius: 999px;\n    background: rgba(255,255,255,0.11);\n  }\n\n  .mcr-haze-hero-inner {\n    position: relative;\n    z-index: 2;\n    max-width: 980px;\n  }\n\n  .mcr-haze-kicker {\n    color: #f6d57a !important;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    font-size: 13px !important;\n    font-weight: 850;\n    margin: 0 0 12px !important;\n  }\n\n  .mcr-haze-hero h2 {\n    color: #ffffff !important;\n    font-size: clamp(34px, 5vw, 58px);\n    line-height: 1.05;\n    margin: 0 0 18px;\n    font-weight: 850;\n  }\n\n  .mcr-haze-hero p {\n    color: #f7f7f2 !important;\n    font-size: 18px;\n    line-height: 1.65;\n    margin: 0 0 20px;\n    max-width: 920px;\n  }\n\n  .mcr-haze-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 22px 0 0;\n  }\n\n  .mcr-haze-pills a,\n  .mcr-haze-pills span {\n    display: inline-flex;\n    align-items: center;\n    border: 1px solid rgba(255,255,255,0.34);\n    background: rgba(255,255,255,0.12);\n    color: #ffffff !important;\n    text-decoration: none !important;\n    border-radius: 999px;\n    padding: 9px 14px;\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mcr-haze-section {\n    margin: 38px 0;\n  }\n\n  .mcr-haze-section h2 {\n    color: #10261f;\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.15;\n    margin: 0 0 14px;\n    font-weight: 850;\n  }\n\n  .mcr-haze-section h3 {\n    color: #1f4a38;\n    font-size: 22px;\n    line-height: 1.25;\n    margin: 0 0 10px;\n    font-weight: 825;\n  }\n\n  .mcr-haze-section p,\n  .mcr-haze-section li {\n    color: #26342f;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .mcr-haze-section p {\n    margin: 0 0 18px;\n    max-width: 980px;\n  }\n\n  .mcr-haze-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 20px;\n    margin: 26px 0;\n  }\n\n  .mcr-haze-card {\n    background: #ffffff;\n    border: 1px solid rgba(16,38,31,0.12);\n    border-radius: 24px;\n    padding: 24px;\n    box-shadow: 0 12px 34px rgba(16,38,31,0.06);\n    display: flex;\n    flex-direction: column;\n  }\n\n  .mcr-haze-card h3 {\n    margin-top: 0;\n  }\n\n  .mcr-haze-card p {\n    font-size: 15px;\n    line-height: 1.65;\n    margin: 0 0 16px;\n  }\n\n  .mcr-haze-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n    margin: 0 0 18px;\n  }\n\n  .mcr-haze-tags span {\n    background: #f7f7f2;\n    color: #1f4a38;\n    border: 1px solid rgba(31,74,56,0.14);\n    border-radius: 999px;\n    padding: 6px 10px;\n    font-size: 12px;\n    font-weight: 750;\n  }\n\n  .mcr-haze-card-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: auto;\n  }\n\n  .mcr-haze-btn,\n  .mcr-haze-btn:visited {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: #10261f;\n    color: #ffffff !important;\n    border: 1px solid #10261f;\n    border-radius: 999px;\n    padding: 11px 16px;\n    font-size: 14px;\n    font-weight: 850;\n    text-decoration: none !important;\n  }\n\n  .mcr-haze-btn:hover {\n    background: #1f4a38;\n    color: #ffffff !important;\n  }\n\n  .mcr-haze-btn-alt,\n  .mcr-haze-btn-alt:visited {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: #ffffff;\n    color: #10261f !important;\n    border: 1px solid rgba(16,38,31,0.22);\n    border-radius: 999px;\n    padding: 11px 16px;\n    font-size: 14px;\n    font-weight: 850;\n    text-decoration: none !important;\n  }\n\n  .mcr-haze-btn-alt:hover {\n    background: #f7f7f2;\n    color: #10261f !important;\n  }\n\n  .mcr-haze-cta-box {\n    background: #10261f;\n    color: #ffffff;\n    border-radius: 24px;\n    padding: 28px;\n    margin: 34px 0;\n  }\n\n  .mcr-haze-cta-box h2 {\n    color: #ffffff !important;\n    margin-top: 0;\n  }\n\n  .mcr-haze-cta-box p {\n    color: rgba(255,255,255,0.9) !important;\n  }\n\n  .mcr-haze-cta-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin: 22px 0 0;\n  }\n\n  .mcr-haze-cta-main,\n  .mcr-haze-cta-main:visited {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: #d9a441;\n    color: #10261f !important;\n    border: 1px solid #d9a441;\n    border-radius: 999px;\n    padding: 13px 18px;\n    font-size: 15px;\n    font-weight: 850;\n    text-decoration: none !important;\n  }\n\n  .mcr-haze-cta-main:hover {\n    background: #f6d57a;\n    color: #10261f !important;\n  }\n\n  .mcr-haze-cta-secondary,\n  .mcr-haze-cta-secondary:visited {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(255,255,255,0.12);\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,0.32);\n    border-radius: 999px;\n    padding: 13px 18px;\n    font-size: 15px;\n    font-weight: 850;\n    text-decoration: none !important;\n  }\n\n  .mcr-haze-table-wrap {\n    overflow-x: auto;\n    border: 1px solid rgba(16,38,31,0.12);\n    border-radius: 22px;\n    box-shadow: 0 12px 34px rgba(16,38,31,0.05);\n    margin: 24px 0;\n  }\n\n  .mcr-haze-table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 850px;\n    background: #ffffff;\n  }\n\n  .mcr-haze-table th {\n    background: #10261f;\n    color: #ffffff;\n    text-align: left;\n    padding: 16px;\n    font-size: 14px;\n  }\n\n  .mcr-haze-table td {\n    padding: 16px;\n    border-bottom: 1px solid rgba(16,38,31,0.1);\n    color: #26342f;\n    font-size: 14px;\n    vertical-align: top;\n  }\n\n  .mcr-haze-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mcr-haze-table a {\n    color: #1f4a38 !important;\n    font-weight: 850;\n  }\n\n  .mcr-haze-info-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin: 24px 0;\n  }\n\n  .mcr-haze-info-card {\n    background: #f7f7f2;\n    border: 1px solid rgba(31,74,56,0.12);\n    border-radius: 20px;\n    padding: 22px;\n  }\n\n  .mcr-haze-info-card h3 {\n    margin-top: 0;\n  }\n\n  .mcr-haze-info-card p {\n    margin-bottom: 0;\n    font-size: 15px;\n  }\n\n  .mcr-haze-faq {\n    border-top: 1px solid rgba(16,38,31,0.12);\n    margin-top: 24px;\n    padding-top: 8px;\n  }\n\n  .mcr-haze-faq h3 {\n    margin-top: 24px;\n  }\n\n  .mcr-haze-disclaimer {\n    background: #10261f;\n    color: rgba(255,255,255,0.9) !important;\n    border-radius: 18px;\n    padding: 18px;\n    font-size: 13px !important;\n    line-height: 1.65 !important;\n    margin: 28px 0 0 !important;\n  }\n\n  @media screen and (max-width: 990px) {\n    .mcr-haze-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  @media screen and (max-width: 749px) {\n    .mcr-haze-hero {\n      padding: 32px 22px;\n      border-radius: 20px;\n    }\n\n    .mcr-haze-grid,\n    .mcr-haze-info-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mcr-haze-card {\n      padding: 20px;\n    }\n  }\n\u003c\/style\u003e\u003csection class=\"mcr-haze-hub\"\u003e\u003csection class=\"mcr-haze-hero\"\u003e\u003cdiv class=\"mcr-haze-hero-inner\"\u003e\n\u003cp class=\"mcr-haze-kicker\"\u003eHaze Reviews \u0026amp; Product Guide\u003c\/p\u003e\n\u003ch2\u003eHaze Reviews: Delta 9 Gummies, THCA Pre-Rolls, Live Resin Carts \u0026amp; Blends\u003c\/h2\u003e\n\u003cp\u003eExplore Haze reviews from MyCannabisReviews, covering hemp-derived Delta 9 gummies, high-potency Midnight and Electric blend jars, THCA diamond-infused pre-rolls, live resin cartridges and THC beverages. We do not sell Haze products directly. Our goal is to help adults 21+ compare potency, formats, lab testing information and official buying options.\u003c\/p\u003e\n\u003cp\u003eHaze is one of the more format-diverse brands we cover. The same line-up spans a beginner-unfriendly 4000mg gummy jar and a straightforward 600mg Delta 9 jar, plus infused pre-rolls and multi-cannabinoid carts. This hub organises our Haze product pages so you can compare them side by side.\u003c\/p\u003e\n\u003cdiv class=\"mcr-haze-pills\"\u003e\n\u003cspan\u003eDelta 9 Gummies\u003c\/span\u003e\u003cspan\u003eTHCA Pre-Rolls\u003c\/span\u003e\u003cspan\u003eLive Resin Carts\u003c\/span\u003e\u003cspan\u003eTHC Beverages\u003c\/span\u003e\u003cspan\u003eHigh-Potency Blends\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-haze-section\"\u003e\u003ch2\u003eBest Haze Products We've Reviewed\u003c\/h2\u003e\n\u003cdiv class=\"mcr-haze-grid\"\u003e\n\u003carticle class=\"mcr-haze-card\"\u003e\u003ch3\u003eHaze Brain Stew Delta 9 Gummies Hybrid 600mg\u003c\/h3\u003e\n\u003cdiv class=\"mcr-haze-tags\"\u003e\n\u003cspan\u003eDelta 9\u003c\/span\u003e\u003cspan\u003e600mg Jar\u003c\/span\u003e\u003cspan\u003eHybrid\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eA Red Raspberry hemp-derived Delta 9 jar at 600mg total - the most approachable of the Haze gummy jars.\u003c\/p\u003e\n\u003cdiv class=\"mcr-haze-card-actions\"\u003e\u003ca class=\"mcr-haze-btn\" href=\"\/products\/haze-brain-stew-delta-9-gummies-hybrid-600mg\"\u003eRead Product Review\u003c\/a\u003e\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"mcr-haze-card\"\u003e\u003ch3\u003eHaze Midnight Blend Gummies Indica 2000mg-4000mg\u003c\/h3\u003e\n\u003cdiv class=\"mcr-haze-tags\"\u003e\n\u003cspan\u003eIndica Blend\u003c\/span\u003e\u003cspan\u003e2000-4000mg\u003c\/span\u003e\u003cspan\u003eEvening\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe high-potency indica jar, offered at 2000mg and 4000mg. Strictly an experienced-user product.\u003c\/p\u003e\n\u003cdiv class=\"mcr-haze-card-actions\"\u003e\u003ca class=\"mcr-haze-btn\" href=\"\/products\/haze-midnight-blend-gummies-indica-2000mg-4000mg\"\u003eRead Product Review\u003c\/a\u003e\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"mcr-haze-card\"\u003e\u003ch3\u003eHaze Cereal Milk THCA Pre-Roll 3.5g 7ct\u003c\/h3\u003e\n\u003cdiv class=\"mcr-haze-tags\"\u003e\n\u003cspan\u003eTHCA\u003c\/span\u003e\u003cspan\u003e7 Joints\u003c\/span\u003e\u003cspan\u003eDiamonds + Kief\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eSeven infused joints per bottle, 3.5g total, built with THCA diamonds and kief on hemp flower.\u003c\/p\u003e\n\u003cdiv class=\"mcr-haze-card-actions\"\u003e\u003ca class=\"mcr-haze-btn\" href=\"\/products\/haze-cereal-milk-thca-pre-roll-3-5g-7ct\"\u003eRead Product Review\u003c\/a\u003e\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"mcr-haze-card\"\u003e\u003ch3\u003eHaze Brain Stew Liquid Diamonds Live Resin Cartridge 1g\u003c\/h3\u003e\n\u003cdiv class=\"mcr-haze-tags\"\u003e\n\u003cspan\u003eTHCA + D8\u003c\/span\u003e\u003cspan\u003eTHCP\u003c\/span\u003e\u003cspan\u003e1 Gram\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eA full-gram live resin cart blending THCA, Delta 8, THCP and CBN with liquid diamonds.\u003c\/p\u003e\n\u003cdiv class=\"mcr-haze-card-actions\"\u003e\u003ca class=\"mcr-haze-btn\" href=\"\/products\/haze-brain-stew-liquid-diamonds-live-resin-cartridge-1g\"\u003eRead Product Review\u003c\/a\u003e\u003c\/div\u003e\u003c\/article\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-haze-cta-box\"\u003e\u003ch2\u003eLooking for Haze Products?\u003c\/h2\u003e\n\u003cp\u003ePricing, flavour availability, pack sizes and lab reports change regularly. The official Haze store is the only place to confirm current details before buying.\u003c\/p\u003e\n\u003cdiv class=\"mcr-haze-cta-row\"\u003e\n\u003ca class=\"mcr-haze-cta-main\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" target=\"_blank\"\u003eVisit the Official Haze Store\u003c\/a\u003e\u003ca class=\"mcr-haze-cta-secondary\" href=\"\/pages\/haze-coupon-code\"\u003eHaze Coupon Codes (25% Off)\u003c\/a\u003e\u003ca class=\"mcr-haze-cta-secondary\" href=\"\/collections\/cannabis-products\"\u003eHow We Review Products\u003c\/a\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-haze-section\"\u003e\u003ch2\u003eHaze Product Comparison\u003c\/h2\u003e\n\u003cp\u003eThe most useful thing to compare across the Haze range is not flavour - it is potency tier, product format, and whether the item is beginner-appropriate or built for experienced users.\u003c\/p\u003e\n\u003cdiv class=\"mcr-haze-table-wrap\"\u003e\u003ctable class=\"mcr-haze-table\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eProduct\u003c\/th\u003e\n\u003cth\u003eCategory\u003c\/th\u003e\n\u003cth\u003eBest For\u003c\/th\u003e\n\u003cth\u003eImportant Consideration\u003c\/th\u003e\n\u003cth\u003eReview Link\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrain Stew Delta 9 Gummies 600mg\u003c\/td\u003e\n\u003ctd\u003eDelta 9 Gummies\u003c\/td\u003e\n\u003ctd\u003eUsers who want a mid-potency Delta 9 jar.\u003c\/td\u003e\n\u003ctd\u003eStill intoxicating - portion carefully.\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"\/products\/haze-brain-stew-delta-9-gummies-hybrid-600mg\"\u003eRead Review\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMidnight Blend Gummies\u003c\/td\u003e\n\u003ctd\u003eHigh-Potency Blend Gummies\u003c\/td\u003e\n\u003ctd\u003eHigh-tolerance users wanting an evening formula.\u003c\/td\u003e\n\u003ctd\u003e2000mg-4000mg jars are not beginner-appropriate.\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"\/products\/haze-midnight-blend-gummies-indica-2000mg-4000mg\"\u003eRead Review\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCereal Milk THCA Pre-Roll\u003c\/td\u003e\n\u003ctd\u003eTHCA Infused Pre-Rolls\u003c\/td\u003e\n\u003ctd\u003eFlower smokers who want an infused pre-roll.\u003c\/td\u003e\n\u003ctd\u003eInfused pre-rolls hit harder than plain flower.\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"\/products\/haze-cereal-milk-thca-pre-roll-3-5g-7ct\"\u003eRead Review\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrain Stew Live Resin Cartridge\u003c\/td\u003e\n\u003ctd\u003eLive Resin Vape Cartridge\u003c\/td\u003e\n\u003ctd\u003eVape users wanting a blended full-gram cart.\u003c\/td\u003e\n\u003ctd\u003eContains THCP - stronger than the mg total suggests.\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"\/products\/haze-brain-stew-liquid-diamonds-live-resin-cartridge-1g\"\u003eRead Review\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-haze-section\"\u003e\u003ch2\u003eUnderstanding the Haze Product Lines\u003c\/h2\u003e\n\u003cdiv class=\"mcr-haze-info-grid\"\u003e\n\u003cdiv class=\"mcr-haze-info-card\"\u003e\n\u003ch3\u003eBrain Stew (Hybrid)\u003c\/h3\u003e\n\u003cp\u003eHaze uses the Brain Stew name across gummies and carts as its hybrid blend. In gummy form it appears as a Red Raspberry Delta 9 jar; in cart form as a THCA, Delta 8, THCP and CBN blend.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-haze-info-card\"\u003e\n\u003ch3\u003eMidnight vs Electric Blend\u003c\/h3\u003e\n\u003cp\u003eMidnight Blend is positioned as indica and Electric Blend as sativa. Both are sold in very high jar potencies and are aimed at experienced users.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-haze-info-card\"\u003e\n\u003ch3\u003eTHCA Pre-Rolls\u003c\/h3\u003e\n\u003cp\u003eThe pre-roll bottles contain seven joints made with hemp flower, THCA diamonds and kief. THCA converts to Delta 9 THC when heated, so these are intoxicating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-haze-info-card\"\u003e\n\u003ch3\u003eLab Testing and COAs\u003c\/h3\u003e\n\u003cp\u003eHaze publishes lab reports through its website. Always match the batch on your product to the report before use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-haze-section\"\u003e\u003ch2\u003eHow MyCannabisReviews Evaluates Haze\u003c\/h2\u003e\n\u003cp\u003eWe review Haze products using the brand's own published specifications - cannabinoid content, jar or pack potency, count, format and flavour - and then assess who the product actually suits. We do not test products in a laboratory, we do not make medical claims, and we flag when a product is too strong to be a sensible first purchase. Where potency or ratio information is unclear on the label, we say so rather than guessing.\u003c\/p\u003e\u003c\/section\u003e\u003csection class=\"mcr-haze-section mcr-haze-faq\"\u003e\u003ch2\u003eHaze Review FAQ\u003c\/h2\u003e\n\u003ch3\u003eDoes MyCannabisReviews sell Haze products?\u003c\/h3\u003e\n\u003cp\u003eNo. MyCannabisReviews does not sell Haze products directly. We publish independent product reviews, brand reviews and buyer guides, then link to official brand websites when available.\u003c\/p\u003e\n\u003ch3\u003eWhat Haze products have been reviewed?\u003c\/h3\u003e\n\u003cp\u003eCurrent coverage includes Brain Stew Delta 9 Gummies 600mg, Midnight Blend Indica Gummies, Cereal Milk THCA Pre-Rolls and the Brain Stew Liquid Diamonds live resin cartridge.\u003c\/p\u003e\n\u003ch3\u003eAre Haze gummies intoxicating?\u003c\/h3\u003e\n\u003cp\u003eYes. The Haze gummy range contains hemp-derived THC cannabinoids and is intoxicating. Review the label, serving size, lab report and local laws before use.\u003c\/p\u003e\n\u003ch3\u003eWhich Haze product is best for beginners?\u003c\/h3\u003e\n\u003cp\u003eNone of the high-potency blend jars. The 600mg Brain Stew Delta 9 jar is the most approachable, and even then you should portion a single gummy.\u003c\/p\u003e\n\u003ch3\u003eDoes Haze publish lab reports?\u003c\/h3\u003e\n\u003cp\u003eYes, lab reports are available through the Haze website. Confirm the batch matches your product.\u003c\/p\u003e\n\u003cdiv class=\"mcr-haze-disclaimer\"\u003e\n\u003cstrong\u003eAffiliate \u0026amp; Compliance Disclosure:\u003c\/strong\u003e MyCannabisReviews.com may earn a commission from purchases made through links on this page. This content is for adults 21+ and is for informational purposes only. Hemp-derived THC may be intoxicating and may not be legal or available in every state. Product legality, potency, availability, lab results, ingredients and shipping restrictions vary and may change. Always review the current product label, Certificate of Analysis, official brand policies and local laws before purchasing.\u003c\/div\u003e\u003c\/section\u003e\u003c\/section\u003e","products":[{"product_id":"haze-brain-stew-delta-9-gummies-hybrid-600mg","title":"Haze Brain Stew Delta 9 Gummies Hybrid 600mg","description":"\u003cstyle\u003e.mcr-product-page .mcr-product-hero h2{color:#10261f !important}.mcr-product-page .mcr-product-hero p{color:#1f2a24 !important}.mcr-product-page .mcr-product-hero .mcr-kicker{color:#b45309 !important}\u003c\/style\u003e\u003cstyle\u003e.mcr-product-hero h2{color:#fff !important}.mcr-product-hero .mcr-kicker{color:#f4d9a4 !important}.mcr-product-hero p{color:rgba(255,255,255,0.92) !important}\u003c\/style\u003e\u003cstyle\u003e\n:root { --mcr-green:#2f8f46; --mcr-green-dark:#17642c; --mcr-green-soft:#e9f8ee; --mcr-orange:#ff8a1f; --mcr-orange-dark:#b34e00; --mcr-yellow:#ffd84d; --mcr-cream:#fffaf0; --mcr-ink:#1f2a24; --mcr-muted:#5f6f66; --mcr-border:#d9eadf; --mcr-white:#ffffff; --mcr-shadow:0 12px 32px rgba(23,100,44,0.12); }\n.mcr-product-page{font-family:inherit;color:var(--mcr-ink);line-height:1.65;background:#fff;}\n.mcr-product-page *{box-sizing:border-box;}\n.mcr-wrap{max-width:1180px;margin:0 auto;padding:0 18px;}\n.mcr-product-hero{margin:24px auto 36px;padding:34px;border-radius:30px;background:radial-gradient(circle at top left,rgba(255,216,77,0.76),transparent 34%),radial-gradient(circle at bottom right,rgba(47,143,70,0.22),transparent 36%),linear-gradient(135deg,#f7fff8 0%,#ffffff 52%,#fff8e7 100%);border:1px solid var(--mcr-border);box-shadow:var(--mcr-shadow);}\n.mcr-product-grid{display:grid;grid-template-columns:0.95fr 1.05fr;gap:34px;align-items:center;}\n.mcr-product-media{background:#fff;border:1px solid var(--mcr-border);border-radius:26px;padding:22px;box-shadow:0 10px 28px rgba(23,100,44,0.08);text-align:center;}\n.mcr-product-media img{width:100%;max-width:520px;height:auto;border-radius:18px;display:block;margin:0 auto;}\n.mcr-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;margin-bottom:16px;border-radius:999px;background:var(--mcr-white);color:var(--mcr-green-dark);font-size:14px;font-weight:900;letter-spacing:0.04em;text-transform:uppercase;box-shadow:0 6px 18px rgba(47,143,70,0.12);}\n.mcr-kicker span{width:9px;height:9px;display:inline-block;border-radius:50%;background:var(--mcr-orange);}\n.mcr-product-content h2{margin:0 0 16px;font-size:clamp(34px,5vw,60px);line-height:1.02;letter-spacing:-0.045em;color:var(--mcr-green-dark);}\n.mcr-product-content p,.mcr-section p{margin:0 0 16px;color:var(--mcr-muted);font-size:17px;}\n.mcr-rating-row{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0;}\n.mcr-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:#fff;border:1px solid var(--mcr-border);color:var(--mcr-green-dark);font-weight:900;box-shadow:0 6px 18px rgba(23,100,44,0.05);}\n.mcr-score{background:var(--mcr-yellow);color:var(--mcr-green-dark);}\n.mcr-btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}\n.mcr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:900;transition:0.2s ease;text-align:center;}\n.mcr-btn-primary{background:linear-gradient(135deg,var(--mcr-orange),var(--mcr-orange-dark));color:#10261f !important;box-shadow:0 10px 24px rgba(255,138,31,0.24);}\n.mcr-btn-primary:hover,.mcr-btn-secondary:hover{transform:translateY(-2px);}\n.mcr-btn-secondary{background:var(--mcr-white);color:var(--mcr-green-dark) !important;border:2px solid var(--mcr-green);}\n.mcr-section{margin:42px 0;}\n.mcr-section h2{margin:0 0 14px;font-size:clamp(28px,3.5vw,42px);line-height:1.08;letter-spacing:-0.035em;color:var(--mcr-green-dark);}\n.mcr-section h3{margin:22px 0 10px;font-size:24px;color:var(--mcr-green-dark);}\n.mcr-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}\n.mcr-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}\n.mcr-card{background:var(--mcr-white);border:1px solid var(--mcr-border);border-radius:22px;padding:24px;box-shadow:0 8px 24px rgba(23,100,44,0.07);}\n.mcr-card h3{margin-top:0;}\n.mcr-card ul{margin:0;padding-left:20px;color:var(--mcr-muted);}\n.mcr-card li{margin-bottom:8px;}\n.mcr-tag{display:inline-block;margin-bottom:12px;padding:5px 10px;border-radius:999px;background:var(--mcr-cream);color:var(--mcr-orange-dark);font-weight:900;font-size:13px;}\n.mcr-table-wrap{overflow-x:auto;border:1px solid var(--mcr-border);border-radius:22px;box-shadow:0 8px 24px rgba(23,100,44,0.07);}\n.mcr-table{width:100%;border-collapse:collapse;min-width:720px;background:#fff;}\n.mcr-table th{background:var(--mcr-green-dark);color:#fff;text-align:left;padding:16px;font-size:15px;}\n.mcr-table td{padding:16px;border-bottom:1px solid #edf4ef;color:var(--mcr-muted);vertical-align:top;}\n.mcr-table strong{color:var(--mcr-green-dark);}\n.mcr-verdict{padding:34px;border-radius:26px;background:linear-gradient(135deg,rgba(47,143,70,0.96),rgba(23,100,44,0.98)),radial-gradient(circle at top right,rgba(255,216,77,0.32),transparent 30%);color:#fff;box-shadow:var(--mcr-shadow);}\n.mcr-verdict h2,.mcr-verdict h3{color:#fff;}\n.mcr-verdict p,.mcr-verdict li{color:rgba(255,255,255,0.9);}\n.mcr-callout{padding:28px;border-radius:24px;background:linear-gradient(135deg,#fffaf0,#ecfff1);border:1px solid var(--mcr-border);}\n.mcr-warning{padding:24px;border-radius:22px;background:linear-gradient(135deg,#fff4e5,#fffaf0);border:1px solid #ffd3a3;}\n.mcr-faq details{border:1px solid var(--mcr-border);border-radius:18px;padding:18px 20px;background:#fff;margin-bottom:12px;box-shadow:0 6px 18px rgba(23,100,44,0.05);}\n.mcr-faq summary{cursor:pointer;font-weight:900;color:var(--mcr-green-dark);font-size:18px;}\n.mcr-faq p{margin:12px 0 0;color:var(--mcr-muted);}\n.mcr-disclaimer{font-size:13px;color:var(--mcr-muted);background:#f7faf8;border:1px solid var(--mcr-border);border-radius:16px;padding:16px;}\n@media (max-width:880px){.mcr-product-grid,.mcr-grid-2,.mcr-grid-3{grid-template-columns:1fr;}.mcr-product-hero{padding:28px 20px;}}\n\u003c\/style\u003e\u003cdiv class=\"mcr-product-page\"\u003e\u003cdiv class=\"mcr-wrap\"\u003e\n\u003csection class=\"mcr-product-hero\"\u003e\u003cdiv class=\"mcr-product-grid\"\u003e\n\u003cdiv class=\"mcr-product-media\"\u003e\u003cimg alt=\"Haze Brain Stew Delta 9 Gummies Hybrid 600mg product image\" src=\"https:\/\/hazeeuphorics.com\/wp-content\/uploads\/BrainStew_RASPBERRY_Render_8oz_1500px-2.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mcr-product-content\"\u003e\n\u003cdiv class=\"mcr-kicker\"\u003e\n\u003cspan\u003e\u003c\/span\u003e MyCannabisReviews Product Pick\u003c\/div\u003e\n\u003ch2\u003eHaze Brain Stew Delta 9 Gummies (Hybrid, 600mg)\u003c\/h2\u003e\n\u003cp\u003eHaze's Brain Stew gummies are a Red Raspberry, hemp-derived Delta 9 THC edible sold in a 600mg hybrid jar, per Haze.\u003c\/p\u003e\n\u003cp\u003eThe Brain Stew blend is positioned as a balanced, body-forward hybrid, which puts this jar in the mid-to-high potency tier rather than the beginner tier.\u003c\/p\u003e\n\u003cdiv class=\"mcr-rating-row\"\u003e\n\u003cspan class=\"mcr-pill mcr-score\"\u003eMCR Score: 8.5\/10\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003eDelta 9 THC\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003e600mg Per Jar\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003eHybrid Blend\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003eRed Raspberry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\n\u003ca rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" class=\"mcr-btn mcr-btn-primary\" target=\"_blank\"\u003e Check Price at Haze \u003c\/a\u003e \u003ca href=\"\/collections\/delta-9-products\" class=\"mcr-btn mcr-btn-secondary\"\u003e Browse Delta 9 Product Reviews \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section mcr-verdict\"\u003e\u003ch2\u003eQuick Verdict: Who Is This For?\u003c\/h2\u003e\n\u003cp\u003eThis is a good fit for experienced edible users who already know their tolerance and want a larger jar rather than a small sample pack.\u003c\/p\u003e\n\u003cp\u003eIf you have never taken a hemp-derived Delta 9 gummy before, a 600mg jar is more product than you need to start with. Cut a piece and go slow.\u003c\/p\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\u003ca rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" class=\"mcr-btn mcr-btn-primary\" target=\"_blank\"\u003e Shop Brain Stew Delta 9 Gummies \u003c\/a\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"mcr-table-wrap\"\u003e\u003ctable class=\"mcr-table mce-item-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eHaze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCategory\u003c\/th\u003e\n\u003ctd\u003eHemp-derived Delta 9 THC gummies\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBlend\u003c\/th\u003e\n\u003ctd\u003eBrain Stew hybrid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Potency\u003c\/th\u003e\n\u003ctd\u003e600mg per jar, per Haze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFlavor\u003c\/th\u003e\n\u003ctd\u003eRed Raspberry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFormat\u003c\/th\u003e\n\u003ctd\u003eGummy jar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Price\u003c\/th\u003e\n\u003ctd\u003e$29.99 at the time this guide was created, based on current retail listings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003eWhy We Like These Gummies\u003c\/h2\u003e\n\u003cdiv class=\"mcr-grid-3\"\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eHybrid Blend\u003c\/span\u003e\u003ch3\u003eBalanced Effect Profile\u003c\/h3\u003e\n\u003cp\u003eHaze positions Brain Stew as a hybrid rather than a strictly daytime or nighttime formula.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eValue Jar\u003c\/span\u003e\u003ch3\u003e600mg Per Jar\u003c\/h3\u003e\n\u003cp\u003eA larger jar lowers the cost per milligram compared with small sample packs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eSingle Flavor\u003c\/span\u003e\u003ch3\u003eRed Raspberry\u003c\/h3\u003e\n\u003cp\u003eA straightforward fruit flavor instead of a mixed-flavor grab bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003ePros and Cons\u003c\/h2\u003e\n\u003cdiv class=\"mcr-grid-2\"\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003ch3\u003ePros\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHybrid blend suits daytime or evening use\u003c\/li\u003e\n\u003cli\u003eLarger 600mg jar is better value per mg\u003c\/li\u003e\n\u003cli\u003eClear single-flavor lineup\u003c\/li\u003e\n\u003cli\u003eBrand publishes lab reports on its site\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003ch3\u003eCons\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eToo much product for a first-time edible user\u003c\/li\u003e\n\u003cli\u003eIntoxicating - not a wellness-only gummy\u003c\/li\u003e\n\u003cli\u003eLegality and shipping vary by state\u003c\/li\u003e\n\u003cli\u003eMay show up on a drug test\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003eDoes This Get You High?\u003c\/h2\u003e\n\u003cp\u003eYes. This is a hemp-derived Delta 9 THC edible and it is intoxicating.\u003c\/p\u003e\n\u003cdiv class=\"mcr-warning\"\u003e\n\u003ch3\u003eNew to Delta 9 Gummies?\u003c\/h3\u003e\n\u003cp\u003eStart with a small portion of a single gummy, then wait a full 30 minutes to 2 hours before considering more. Edible onset is slow and easy to misjudge.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section mcr-callout\"\u003e\u003ch2\u003eWhere to Buy\u003c\/h2\u003e\n\u003cp\u003eThe best place to buy is through the official Haze store, where you can confirm current pricing, options, and lab reports.\u003c\/p\u003e\n\u003cp\u003eMyCannabisReviews may earn a commission if you purchase through our affiliate link, at no extra cost to you.\u003c\/p\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\u003ca rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" class=\"mcr-btn mcr-btn-primary\" target=\"_blank\"\u003e Check Price at Haze \u003c\/a\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section mcr-faq\"\u003e\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\u003csummary\u003eHow strong is the 600mg jar?\u003c\/summary\u003e\u003cp\u003eHaze lists the jar at 600mg of its Brain Stew Delta 9 blend in total. Check the current label for per-piece dosing.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat flavor is Brain Stew?\u003c\/summary\u003e\u003cp\u003eThis jar is Red Raspberry, per Haze.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWill this show up on a drug test?\u003c\/summary\u003e\u003cp\u003eYes. Delta 9 THC can show up on a drug test.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes MyCannabisReviews sell Haze products?\u003c\/summary\u003e\u003cp\u003eNo. We publish product guides and buyer notes, then link to the official brand website.\u003c\/p\u003e\u003c\/details\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003cdiv class=\"mcr-disclaimer\"\u003e\n\u003cstrong\u003eAffiliate \u0026amp; Compliance Disclosure:\u003c\/strong\u003e MyCannabisReviews.com may earn a commission from purchases made through links on this page. This content is for adults 21+ and is for informational purposes only. Hemp-derived THC may be intoxicating and may not be legal or available in every state. Do not drive or operate machinery after use. Product legality, potency, availability, lab results, ingredients, and shipping restrictions vary and may change. Always review the current product label, Certificate of Analysis, official brand policies, and local laws before purchasing.\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e\u003c\/div\u003e","brand":"Haze","offers":[{"title":"Default Title","offer_id":49366800040195,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0759\/5838\/6947\/files\/BrainStew_RASPBERRY_Render_8oz_1500px-2.png?v=1785733240"},{"product_id":"haze-midnight-blend-gummies-indica-2000mg-4000mg","title":"Haze Midnight Blend Gummies Indica 2000mg-4000mg","description":"\u003cstyle\u003e.mcr-product-page .mcr-product-hero h2{color:#10261f !important}.mcr-product-page .mcr-product-hero p{color:#1f2a24 !important}.mcr-product-page .mcr-product-hero .mcr-kicker{color:#b45309 !important}\u003c\/style\u003e\u003cstyle\u003e.mcr-product-hero h2{color:#fff !important}.mcr-product-hero .mcr-kicker{color:#f4d9a4 !important}.mcr-product-hero p{color:rgba(255,255,255,0.92) !important}\u003c\/style\u003e\u003cstyle\u003e\n:root { --mcr-green:#2f8f46; --mcr-green-dark:#17642c; --mcr-green-soft:#e9f8ee; --mcr-orange:#ff8a1f; --mcr-orange-dark:#b34e00; --mcr-yellow:#ffd84d; --mcr-cream:#fffaf0; --mcr-ink:#1f2a24; --mcr-muted:#5f6f66; --mcr-border:#d9eadf; --mcr-white:#ffffff; --mcr-shadow:0 12px 32px rgba(23,100,44,0.12); }\n.mcr-product-page{font-family:inherit;color:var(--mcr-ink);line-height:1.65;background:#fff;}\n.mcr-product-page *{box-sizing:border-box;}\n.mcr-wrap{max-width:1180px;margin:0 auto;padding:0 18px;}\n.mcr-product-hero{margin:24px auto 36px;padding:34px;border-radius:30px;background:radial-gradient(circle at top left,rgba(255,216,77,0.76),transparent 34%),radial-gradient(circle at bottom right,rgba(47,143,70,0.22),transparent 36%),linear-gradient(135deg,#f7fff8 0%,#ffffff 52%,#fff8e7 100%);border:1px solid var(--mcr-border);box-shadow:var(--mcr-shadow);}\n.mcr-product-grid{display:grid;grid-template-columns:0.95fr 1.05fr;gap:34px;align-items:center;}\n.mcr-product-media{background:#fff;border:1px solid var(--mcr-border);border-radius:26px;padding:22px;box-shadow:0 10px 28px rgba(23,100,44,0.08);text-align:center;}\n.mcr-product-media img{width:100%;max-width:520px;height:auto;border-radius:18px;display:block;margin:0 auto;}\n.mcr-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;margin-bottom:16px;border-radius:999px;background:var(--mcr-white);color:var(--mcr-green-dark);font-size:14px;font-weight:900;letter-spacing:0.04em;text-transform:uppercase;box-shadow:0 6px 18px rgba(47,143,70,0.12);}\n.mcr-kicker span{width:9px;height:9px;display:inline-block;border-radius:50%;background:var(--mcr-orange);}\n.mcr-product-content h2{margin:0 0 16px;font-size:clamp(34px,5vw,60px);line-height:1.02;letter-spacing:-0.045em;color:var(--mcr-green-dark);}\n.mcr-product-content p,.mcr-section p{margin:0 0 16px;color:var(--mcr-muted);font-size:17px;}\n.mcr-rating-row{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0;}\n.mcr-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:#fff;border:1px solid var(--mcr-border);color:var(--mcr-green-dark);font-weight:900;box-shadow:0 6px 18px rgba(23,100,44,0.05);}\n.mcr-score{background:var(--mcr-yellow);color:var(--mcr-green-dark);}\n.mcr-btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}\n.mcr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:900;transition:0.2s ease;text-align:center;}\n.mcr-btn-primary{background:linear-gradient(135deg,var(--mcr-orange),var(--mcr-orange-dark));color:#10261f !important;box-shadow:0 10px 24px rgba(255,138,31,0.24);}\n.mcr-btn-primary:hover,.mcr-btn-secondary:hover{transform:translateY(-2px);}\n.mcr-btn-secondary{background:var(--mcr-white);color:var(--mcr-green-dark) !important;border:2px solid var(--mcr-green);}\n.mcr-section{margin:42px 0;}\n.mcr-section h2{margin:0 0 14px;font-size:clamp(28px,3.5vw,42px);line-height:1.08;letter-spacing:-0.035em;color:var(--mcr-green-dark);}\n.mcr-section h3{margin:22px 0 10px;font-size:24px;color:var(--mcr-green-dark);}\n.mcr-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}\n.mcr-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}\n.mcr-card{background:var(--mcr-white);border:1px solid var(--mcr-border);border-radius:22px;padding:24px;box-shadow:0 8px 24px rgba(23,100,44,0.07);}\n.mcr-card h3{margin-top:0;}\n.mcr-card ul{margin:0;padding-left:20px;color:var(--mcr-muted);}\n.mcr-card li{margin-bottom:8px;}\n.mcr-tag{display:inline-block;margin-bottom:12px;padding:5px 10px;border-radius:999px;background:var(--mcr-cream);color:var(--mcr-orange-dark);font-weight:900;font-size:13px;}\n.mcr-table-wrap{overflow-x:auto;border:1px solid var(--mcr-border);border-radius:22px;box-shadow:0 8px 24px rgba(23,100,44,0.07);}\n.mcr-table{width:100%;border-collapse:collapse;min-width:720px;background:#fff;}\n.mcr-table th{background:var(--mcr-green-dark);color:#fff;text-align:left;padding:16px;font-size:15px;}\n.mcr-table td{padding:16px;border-bottom:1px solid #edf4ef;color:var(--mcr-muted);vertical-align:top;}\n.mcr-table strong{color:var(--mcr-green-dark);}\n.mcr-verdict{padding:34px;border-radius:26px;background:linear-gradient(135deg,rgba(47,143,70,0.96),rgba(23,100,44,0.98)),radial-gradient(circle at top right,rgba(255,216,77,0.32),transparent 30%);color:#fff;box-shadow:var(--mcr-shadow);}\n.mcr-verdict h2,.mcr-verdict h3{color:#fff;}\n.mcr-verdict p,.mcr-verdict li{color:rgba(255,255,255,0.9);}\n.mcr-callout{padding:28px;border-radius:24px;background:linear-gradient(135deg,#fffaf0,#ecfff1);border:1px solid var(--mcr-border);}\n.mcr-warning{padding:24px;border-radius:22px;background:linear-gradient(135deg,#fff4e5,#fffaf0);border:1px solid #ffd3a3;}\n.mcr-faq details{border:1px solid var(--mcr-border);border-radius:18px;padding:18px 20px;background:#fff;margin-bottom:12px;box-shadow:0 6px 18px rgba(23,100,44,0.05);}\n.mcr-faq summary{cursor:pointer;font-weight:900;color:var(--mcr-green-dark);font-size:18px;}\n.mcr-faq p{margin:12px 0 0;color:var(--mcr-muted);}\n.mcr-disclaimer{font-size:13px;color:var(--mcr-muted);background:#f7faf8;border:1px solid var(--mcr-border);border-radius:16px;padding:16px;}\n@media (max-width:880px){.mcr-product-grid,.mcr-grid-2,.mcr-grid-3{grid-template-columns:1fr;}.mcr-product-hero{padding:28px 20px;}}\n\u003c\/style\u003e\u003cdiv class=\"mcr-product-page\"\u003e\u003cdiv class=\"mcr-wrap\"\u003e\n\u003csection class=\"mcr-product-hero\"\u003e\u003cdiv class=\"mcr-product-grid\"\u003e\n\u003cdiv class=\"mcr-product-media\"\u003e\u003cimg alt=\"Haze Midnight Blend Gummies Indica 2000mg-4000mg product image\" src=\"https:\/\/hazeeuphorics.com\/wp-content\/uploads\/MidnightBlend_BLUERASPBERRY_Render_16oz_1500px-1.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mcr-product-content\"\u003e\n\u003cdiv class=\"mcr-kicker\"\u003e\n\u003cspan\u003e\u003c\/span\u003e MyCannabisReviews Product Pick\u003c\/div\u003e\n\u003ch2\u003eHaze Midnight Blend Gummies (Indica, 2000mg-4000mg)\u003c\/h2\u003e\n\u003cp\u003eHaze Midnight Blend is the indica side of the Haze gummy lineup, offered in 2000mg and 4000mg jar strengths with Blue Raspberry and Strawberry flavor options, per Haze.\u003c\/p\u003e\n\u003cp\u003eThese are high-potency, multi-cannabinoid gummies aimed at the end of the day rather than casual daytime use.\u003c\/p\u003e\n\u003cdiv class=\"mcr-rating-row\"\u003e\n\u003cspan class=\"mcr-pill mcr-score\"\u003eMCR Score: 8.0\/10\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003eIndica Blend\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003e2000mg or 4000mg\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003e2 Flavors\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003eEvening Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\n\u003ca rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" class=\"mcr-btn mcr-btn-primary\" target=\"_blank\"\u003e Check Price at Haze \u003c\/a\u003e \u003ca href=\"\/collections\/delta-9-products\" class=\"mcr-btn mcr-btn-secondary\"\u003e Browse Delta 9 Product Reviews \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section mcr-verdict\"\u003e\u003ch2\u003eQuick Verdict: Who Is This For?\u003c\/h2\u003e\n\u003cp\u003eMidnight Blend is built for high-tolerance users who want an evening, wind-down style gummy and are comfortable with strong hemp-derived THC blends.\u003c\/p\u003e\n\u003cp\u003eAnyone new to edibles should skip this jar entirely and start with a 5mg or 10mg single-cannabinoid gummy instead.\u003c\/p\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\u003ca rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" class=\"mcr-btn mcr-btn-primary\" target=\"_blank\"\u003e Shop Midnight Blend Gummies \u003c\/a\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"mcr-table-wrap\"\u003e\u003ctable class=\"mcr-table mce-item-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eHaze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCategory\u003c\/th\u003e\n\u003ctd\u003eHigh-potency hemp-derived THC gummies\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBlend\u003c\/th\u003e\n\u003ctd\u003eMidnight Blend indica\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eJar Strengths\u003c\/th\u003e\n\u003ctd\u003e2000mg or 4000mg, per Haze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFlavors\u003c\/th\u003e\n\u003ctd\u003eBlue Raspberry, Strawberry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBest Time of Day\u003c\/th\u003e\n\u003ctd\u003eEvening\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Price\u003c\/th\u003e\n\u003ctd\u003e$29.99 at the time this guide was created, based on current retail listings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003eWhy We Like These Gummies\u003c\/h2\u003e\n\u003cdiv class=\"mcr-grid-3\"\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eEvening Formula\u003c\/span\u003e\u003ch3\u003eIndica-Leaning Blend\u003c\/h3\u003e\n\u003cp\u003ePositioned for wind-down use rather than daytime productivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eTwo Strengths\u003c\/span\u003e\u003ch3\u003e2000mg and 4000mg\u003c\/h3\u003e\n\u003cp\u003eYou can step up potency without switching product lines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eFlavor Choice\u003c\/span\u003e\u003ch3\u003eBlue Raspberry or Strawberry\u003c\/h3\u003e\n\u003cp\u003eTwo simple flavor options instead of a mixed bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003ePros and Cons\u003c\/h2\u003e\n\u003cdiv class=\"mcr-grid-2\"\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003ch3\u003ePros\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTwo jar strengths to choose from\u003c\/li\u003e\n\u003cli\u003eClear evening\/indica positioning\u003c\/li\u003e\n\u003cli\u003eStrong value per milligram at these potencies\u003c\/li\u003e\n\u003cli\u003eBrand publishes lab reports on its site\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003ch3\u003eCons\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFar too strong for beginners\u003c\/li\u003e\n\u003cli\u003eMulti-cannabinoid blends are harder to dose predictably\u003c\/li\u003e\n\u003cli\u003eLegality and shipping vary by state\u003c\/li\u003e\n\u003cli\u003eWill likely show up on a drug test\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003eDoes This Get You High?\u003c\/h2\u003e\n\u003cp\u003eYes, and strongly. At 2000mg to 4000mg per jar this is one of the more potent hemp-derived THC edibles on the market.\u003c\/p\u003e\n\u003cdiv class=\"mcr-warning\"\u003e\n\u003ch3\u003eHigh-Potency Warning\u003c\/h3\u003e\n\u003cp\u003eDo not eat a full gummy without knowing the per-piece dose. Cut a piece, wait at least 2 hours, and never stack doses early.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section mcr-callout\"\u003e\u003ch2\u003eWhere to Buy\u003c\/h2\u003e\n\u003cp\u003eThe best place to buy is through the official Haze store, where you can confirm current pricing, options, and lab reports.\u003c\/p\u003e\n\u003cp\u003eMyCannabisReviews may earn a commission if you purchase through our affiliate link, at no extra cost to you.\u003c\/p\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\u003ca rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" class=\"mcr-btn mcr-btn-primary\" target=\"_blank\"\u003e Check Price at Haze \u003c\/a\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section mcr-faq\"\u003e\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is the difference between Midnight and Electric Blend?\u003c\/summary\u003e\u003cp\u003eHaze positions Midnight Blend as indica and Electric Blend as sativa.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow many milligrams per gummy?\u003c\/summary\u003e\u003cp\u003eThat depends on the jar strength and piece count listed on the current label. Confirm before dosing.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eAre these beginner-friendly?\u003c\/summary\u003e\u003cp\u003eNo. These are high-potency gummies for experienced users.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes MyCannabisReviews sell Haze products?\u003c\/summary\u003e\u003cp\u003eNo. We publish product guides and buyer notes, then link to the official brand website.\u003c\/p\u003e\u003c\/details\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003cdiv class=\"mcr-disclaimer\"\u003e\n\u003cstrong\u003eAffiliate \u0026amp; Compliance Disclosure:\u003c\/strong\u003e MyCannabisReviews.com may earn a commission from purchases made through links on this page. This content is for adults 21+ and is for informational purposes only. Hemp-derived THC may be intoxicating and may not be legal or available in every state. Do not drive or operate machinery after use. Product legality, potency, availability, lab results, ingredients, and shipping restrictions vary and may change. Always review the current product label, Certificate of Analysis, official brand policies, and local laws before purchasing.\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e\u003c\/div\u003e","brand":"Haze","offers":[{"title":"Default Title","offer_id":49366812426499,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0759\/5838\/6947\/files\/MidnightBlend_BLUERASPBERRY_Render_16oz_1500px-1.png?v=1785733271"},{"product_id":"haze-cereal-milk-thca-pre-roll-3-5g-7ct","title":"Haze Cereal Milk THCA Pre-Roll 3.5g 7ct","description":"\u003cstyle\u003e.mcr-product-page .mcr-product-hero h2{color:#10261f !important}.mcr-product-page .mcr-product-hero p{color:#1f2a24 !important}.mcr-product-page .mcr-product-hero .mcr-kicker{color:#b45309 !important}\u003c\/style\u003e\u003cstyle\u003e.mcr-product-hero h2{color:#fff !important}.mcr-product-hero .mcr-kicker{color:#f4d9a4 !important}.mcr-product-hero p{color:rgba(255,255,255,0.92) !important}\u003c\/style\u003e\u003cstyle\u003e\n:root { --mcr-green:#2f8f46; --mcr-green-dark:#17642c; --mcr-green-soft:#e9f8ee; --mcr-orange:#ff8a1f; --mcr-orange-dark:#b34e00; --mcr-yellow:#ffd84d; --mcr-cream:#fffaf0; --mcr-ink:#1f2a24; --mcr-muted:#5f6f66; --mcr-border:#d9eadf; --mcr-white:#ffffff; --mcr-shadow:0 12px 32px rgba(23,100,44,0.12); }\n.mcr-product-page{font-family:inherit;color:var(--mcr-ink);line-height:1.65;background:#fff;}\n.mcr-product-page *{box-sizing:border-box;}\n.mcr-wrap{max-width:1180px;margin:0 auto;padding:0 18px;}\n.mcr-product-hero{margin:24px auto 36px;padding:34px;border-radius:30px;background:radial-gradient(circle at top left,rgba(255,216,77,0.76),transparent 34%),radial-gradient(circle at bottom right,rgba(47,143,70,0.22),transparent 36%),linear-gradient(135deg,#f7fff8 0%,#ffffff 52%,#fff8e7 100%);border:1px solid var(--mcr-border);box-shadow:var(--mcr-shadow);}\n.mcr-product-grid{display:grid;grid-template-columns:0.95fr 1.05fr;gap:34px;align-items:center;}\n.mcr-product-media{background:#fff;border:1px solid var(--mcr-border);border-radius:26px;padding:22px;box-shadow:0 10px 28px rgba(23,100,44,0.08);text-align:center;}\n.mcr-product-media img{width:100%;max-width:520px;height:auto;border-radius:18px;display:block;margin:0 auto;}\n.mcr-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;margin-bottom:16px;border-radius:999px;background:var(--mcr-white);color:var(--mcr-green-dark);font-size:14px;font-weight:900;letter-spacing:0.04em;text-transform:uppercase;box-shadow:0 6px 18px rgba(47,143,70,0.12);}\n.mcr-kicker span{width:9px;height:9px;display:inline-block;border-radius:50%;background:var(--mcr-orange);}\n.mcr-product-content h2{margin:0 0 16px;font-size:clamp(34px,5vw,60px);line-height:1.02;letter-spacing:-0.045em;color:var(--mcr-green-dark);}\n.mcr-product-content p,.mcr-section p{margin:0 0 16px;color:var(--mcr-muted);font-size:17px;}\n.mcr-rating-row{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0;}\n.mcr-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:#fff;border:1px solid var(--mcr-border);color:var(--mcr-green-dark);font-weight:900;box-shadow:0 6px 18px rgba(23,100,44,0.05);}\n.mcr-score{background:var(--mcr-yellow);color:var(--mcr-green-dark);}\n.mcr-btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}\n.mcr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:900;transition:0.2s ease;text-align:center;}\n.mcr-btn-primary{background:linear-gradient(135deg,var(--mcr-orange),var(--mcr-orange-dark));color:#10261f !important;box-shadow:0 10px 24px rgba(255,138,31,0.24);}\n.mcr-btn-primary:hover,.mcr-btn-secondary:hover{transform:translateY(-2px);}\n.mcr-btn-secondary{background:var(--mcr-white);color:var(--mcr-green-dark) !important;border:2px solid var(--mcr-green);}\n.mcr-section{margin:42px 0;}\n.mcr-section h2{margin:0 0 14px;font-size:clamp(28px,3.5vw,42px);line-height:1.08;letter-spacing:-0.035em;color:var(--mcr-green-dark);}\n.mcr-section h3{margin:22px 0 10px;font-size:24px;color:var(--mcr-green-dark);}\n.mcr-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}\n.mcr-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}\n.mcr-card{background:var(--mcr-white);border:1px solid var(--mcr-border);border-radius:22px;padding:24px;box-shadow:0 8px 24px rgba(23,100,44,0.07);}\n.mcr-card h3{margin-top:0;}\n.mcr-card ul{margin:0;padding-left:20px;color:var(--mcr-muted);}\n.mcr-card li{margin-bottom:8px;}\n.mcr-tag{display:inline-block;margin-bottom:12px;padding:5px 10px;border-radius:999px;background:var(--mcr-cream);color:var(--mcr-orange-dark);font-weight:900;font-size:13px;}\n.mcr-table-wrap{overflow-x:auto;border:1px solid var(--mcr-border);border-radius:22px;box-shadow:0 8px 24px rgba(23,100,44,0.07);}\n.mcr-table{width:100%;border-collapse:collapse;min-width:720px;background:#fff;}\n.mcr-table th{background:var(--mcr-green-dark);color:#fff;text-align:left;padding:16px;font-size:15px;}\n.mcr-table td{padding:16px;border-bottom:1px solid #edf4ef;color:var(--mcr-muted);vertical-align:top;}\n.mcr-table strong{color:var(--mcr-green-dark);}\n.mcr-verdict{padding:34px;border-radius:26px;background:linear-gradient(135deg,rgba(47,143,70,0.96),rgba(23,100,44,0.98)),radial-gradient(circle at top right,rgba(255,216,77,0.32),transparent 30%);color:#fff;box-shadow:var(--mcr-shadow);}\n.mcr-verdict h2,.mcr-verdict h3{color:#fff;}\n.mcr-verdict p,.mcr-verdict li{color:rgba(255,255,255,0.9);}\n.mcr-callout{padding:28px;border-radius:24px;background:linear-gradient(135deg,#fffaf0,#ecfff1);border:1px solid var(--mcr-border);}\n.mcr-warning{padding:24px;border-radius:22px;background:linear-gradient(135deg,#fff4e5,#fffaf0);border:1px solid #ffd3a3;}\n.mcr-faq details{border:1px solid var(--mcr-border);border-radius:18px;padding:18px 20px;background:#fff;margin-bottom:12px;box-shadow:0 6px 18px rgba(23,100,44,0.05);}\n.mcr-faq summary{cursor:pointer;font-weight:900;color:var(--mcr-green-dark);font-size:18px;}\n.mcr-faq p{margin:12px 0 0;color:var(--mcr-muted);}\n.mcr-disclaimer{font-size:13px;color:var(--mcr-muted);background:#f7faf8;border:1px solid var(--mcr-border);border-radius:16px;padding:16px;}\n@media (max-width:880px){.mcr-product-grid,.mcr-grid-2,.mcr-grid-3{grid-template-columns:1fr;}.mcr-product-hero{padding:28px 20px;}}\n\u003c\/style\u003e\u003cdiv class=\"mcr-product-page\"\u003e\u003cdiv class=\"mcr-wrap\"\u003e\n\u003csection class=\"mcr-product-hero\"\u003e\u003cdiv class=\"mcr-product-grid\"\u003e\n\u003cdiv class=\"mcr-product-media\"\u003e\u003cimg alt=\"Haze Cereal Milk THCA Pre-Roll 3.5g 7ct product image\" src=\"https:\/\/hazeeuphorics.com\/wp-content\/uploads\/haze-thca-diamonds-and-keef-cereal-milk-3.5-grams.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mcr-product-content\"\u003e\n\u003cdiv class=\"mcr-kicker\"\u003e\n\u003cspan\u003e\u003c\/span\u003e MyCannabisReviews Product Pick\u003c\/div\u003e\n\u003ch2\u003eHaze Cereal Milk THCA Pre-Rolls (3.5g, 7-Count Bottle)\u003c\/h2\u003e\n\u003cp\u003eHaze Cereal Milk is a THCA hybrid pre-roll bottle containing 3.5 grams total across seven joints, made with hemp flower, THCA diamonds and kief, per Haze.\u003c\/p\u003e\n\u003cp\u003eThe diamond-and-kief construction puts these above a plain hemp pre-roll, and the 7-count bottle format is genuinely convenient compared with loose pre-rolls.\u003c\/p\u003e\n\u003cdiv class=\"mcr-rating-row\"\u003e\n\u003cspan class=\"mcr-pill mcr-score\"\u003eMCR Score: 8.7\/10\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003eTHCA Hybrid\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003e3.5g Total\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003e7 Joints\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003eDiamonds + Kief\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\n\u003ca rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" class=\"mcr-btn mcr-btn-primary\" target=\"_blank\"\u003e Check Price at Haze \u003c\/a\u003e \u003ca href=\"\/collections\/thca-products\" class=\"mcr-btn mcr-btn-secondary\"\u003e Browse THCA Product Reviews \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section mcr-verdict\"\u003e\u003ch2\u003eQuick Verdict: Who Is This For?\u003c\/h2\u003e\n\u003cp\u003eThis is a strong pick if you already review or buy THCA pre-rolls and want an infused option rather than plain flower.\u003c\/p\u003e\n\u003cp\u003eThe dessert-forward Cereal Milk profile is approachable, and seven smaller joints are easier to pace than one large pre-roll.\u003c\/p\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\u003ca rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" class=\"mcr-btn mcr-btn-primary\" target=\"_blank\"\u003e Shop Haze THCA Pre-Rolls \u003c\/a\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"mcr-table-wrap\"\u003e\u003ctable class=\"mcr-table mce-item-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eHaze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCategory\u003c\/th\u003e\n\u003ctd\u003eTHCA infused pre-rolls\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStrain Type\u003c\/th\u003e\n\u003ctd\u003eHybrid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Weight\u003c\/th\u003e\n\u003ctd\u003e3.5 grams per bottle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCount\u003c\/th\u003e\n\u003ctd\u003e7 joints per bottle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInfusion\u003c\/th\u003e\n\u003ctd\u003eTHCA diamonds and kief, per Haze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Price\u003c\/th\u003e\n\u003ctd\u003e$35.00 at the time this guide was created, based on current retail listings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003eWhy We Like These Pre-Rolls\u003c\/h2\u003e\n\u003cdiv class=\"mcr-grid-3\"\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eInfused\u003c\/span\u003e\u003ch3\u003eDiamonds and Kief\u003c\/h3\u003e\n\u003cp\u003eInfusion pushes potency well past a standard hemp pre-roll.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eConvenient\u003c\/span\u003e\u003ch3\u003e7-Count Bottle\u003c\/h3\u003e\n\u003cp\u003eSeven smaller joints are easier to pace and share than one large pre-roll.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eFlavor\u003c\/span\u003e\u003ch3\u003eCereal Milk Profile\u003c\/h3\u003e\n\u003cp\u003eA creamy, dessert-forward hybrid that is easy to come back to.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003ePros and Cons\u003c\/h2\u003e\n\u003cdiv class=\"mcr-grid-2\"\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003ch3\u003ePros\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInfused with THCA diamonds and kief\u003c\/li\u003e\n\u003cli\u003eSeven joints per bottle for easy pacing\u003c\/li\u003e\n\u003cli\u003eHybrid profile works day or night\u003c\/li\u003e\n\u003cli\u003eBottle packaging keeps the joints fresh\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003ch3\u003eCons\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInfused pre-rolls hit harder than plain flower\u003c\/li\u003e\n\u003cli\u003eSmoking carries respiratory risk\u003c\/li\u003e\n\u003cli\u003eTHCA flower is restricted in several states\u003c\/li\u003e\n\u003cli\u003eWill show up on a drug test\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003eDoes This Get You High?\u003c\/h2\u003e\n\u003cp\u003eYes. THCA converts to Delta 9 THC when heated, so a lit THCA pre-roll is intoxicating.\u003c\/p\u003e\n\u003cdiv class=\"mcr-warning\"\u003e\n\u003ch3\u003eNew to Infused Pre-Rolls?\u003c\/h3\u003e\n\u003cp\u003eTake one or two puffs and wait several minutes before continuing. Infused pre-rolls are noticeably stronger than plain hemp flower.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section mcr-callout\"\u003e\u003ch2\u003eWhere to Buy\u003c\/h2\u003e\n\u003cp\u003eThe best place to buy is through the official Haze store, where you can confirm current pricing, options, and lab reports.\u003c\/p\u003e\n\u003cp\u003eMyCannabisReviews may earn a commission if you purchase through our affiliate link, at no extra cost to you.\u003c\/p\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\u003ca rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" class=\"mcr-btn mcr-btn-primary\" target=\"_blank\"\u003e Check Price at Haze \u003c\/a\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section mcr-faq\"\u003e\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many joints are in a bottle?\u003c\/summary\u003e\u003cp\u003eHaze lists seven joints per bottle, 3.5 grams total.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs THCA the same as Delta 9?\u003c\/summary\u003e\u003cp\u003eTHCA is the acidic precursor. Heat converts it to Delta 9 THC, which is why smoking it is intoxicating.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan this be shipped to my state?\u003c\/summary\u003e\u003cp\u003eTHCA flower shipping is restricted in a number of states. Check the brand policy at checkout.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes MyCannabisReviews sell Haze products?\u003c\/summary\u003e\u003cp\u003eNo. We publish product guides and buyer notes, then link to the official brand website.\u003c\/p\u003e\u003c\/details\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003cdiv class=\"mcr-disclaimer\"\u003e\n\u003cstrong\u003eAffiliate \u0026amp; Compliance Disclosure:\u003c\/strong\u003e MyCannabisReviews.com may earn a commission from purchases made through links on this page. This content is for adults 21+ and is for informational purposes only. Hemp-derived THC may be intoxicating and may not be legal or available in every state. Do not drive or operate machinery after use. Product legality, potency, availability, lab results, ingredients, and shipping restrictions vary and may change. Always review the current product label, Certificate of Analysis, official brand policies, and local laws before purchasing.\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e\u003c\/div\u003e","brand":"Haze","offers":[{"title":"Default Title","offer_id":49366839492867,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0759\/5838\/6947\/files\/haze-thca-diamonds-and-keef-cereal-milk-3.5-grams.png?v=1785733293"},{"product_id":"haze-brain-stew-liquid-diamonds-live-resin-cartridge-1g","title":"Haze Brain Stew Liquid Diamonds Live Resin Cartridge 1g","description":"\u003cstyle\u003e.mcr-product-page .mcr-product-hero h2{color:#10261f !important}.mcr-product-page .mcr-product-hero p{color:#1f2a24 !important}.mcr-product-page .mcr-product-hero .mcr-kicker{color:#b45309 !important}\u003c\/style\u003e\u003cstyle\u003e.mcr-product-hero h2{color:#fff !important}.mcr-product-hero .mcr-kicker{color:#f4d9a4 !important}.mcr-product-hero p{color:rgba(255,255,255,0.92) !important}\u003c\/style\u003e\u003cstyle\u003e\n:root { --mcr-green:#2f8f46; --mcr-green-dark:#17642c; --mcr-green-soft:#e9f8ee; --mcr-orange:#ff8a1f; --mcr-orange-dark:#b34e00; --mcr-yellow:#ffd84d; --mcr-cream:#fffaf0; --mcr-ink:#1f2a24; --mcr-muted:#5f6f66; --mcr-border:#d9eadf; --mcr-white:#ffffff; --mcr-shadow:0 12px 32px rgba(23,100,44,0.12); }\n.mcr-product-page{font-family:inherit;color:var(--mcr-ink);line-height:1.65;background:#fff;}\n.mcr-product-page *{box-sizing:border-box;}\n.mcr-wrap{max-width:1180px;margin:0 auto;padding:0 18px;}\n.mcr-product-hero{margin:24px auto 36px;padding:34px;border-radius:30px;background:radial-gradient(circle at top left,rgba(255,216,77,0.76),transparent 34%),radial-gradient(circle at bottom right,rgba(47,143,70,0.22),transparent 36%),linear-gradient(135deg,#f7fff8 0%,#ffffff 52%,#fff8e7 100%);border:1px solid var(--mcr-border);box-shadow:var(--mcr-shadow);}\n.mcr-product-grid{display:grid;grid-template-columns:0.95fr 1.05fr;gap:34px;align-items:center;}\n.mcr-product-media{background:#fff;border:1px solid var(--mcr-border);border-radius:26px;padding:22px;box-shadow:0 10px 28px rgba(23,100,44,0.08);text-align:center;}\n.mcr-product-media img{width:100%;max-width:520px;height:auto;border-radius:18px;display:block;margin:0 auto;}\n.mcr-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;margin-bottom:16px;border-radius:999px;background:var(--mcr-white);color:var(--mcr-green-dark);font-size:14px;font-weight:900;letter-spacing:0.04em;text-transform:uppercase;box-shadow:0 6px 18px rgba(47,143,70,0.12);}\n.mcr-kicker span{width:9px;height:9px;display:inline-block;border-radius:50%;background:var(--mcr-orange);}\n.mcr-product-content h2{margin:0 0 16px;font-size:clamp(34px,5vw,60px);line-height:1.02;letter-spacing:-0.045em;color:var(--mcr-green-dark);}\n.mcr-product-content p,.mcr-section p{margin:0 0 16px;color:var(--mcr-muted);font-size:17px;}\n.mcr-rating-row{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0;}\n.mcr-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:#fff;border:1px solid var(--mcr-border);color:var(--mcr-green-dark);font-weight:900;box-shadow:0 6px 18px rgba(23,100,44,0.05);}\n.mcr-score{background:var(--mcr-yellow);color:var(--mcr-green-dark);}\n.mcr-btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}\n.mcr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:900;transition:0.2s ease;text-align:center;}\n.mcr-btn-primary{background:linear-gradient(135deg,var(--mcr-orange),var(--mcr-orange-dark));color:#10261f !important;box-shadow:0 10px 24px rgba(255,138,31,0.24);}\n.mcr-btn-primary:hover,.mcr-btn-secondary:hover{transform:translateY(-2px);}\n.mcr-btn-secondary{background:var(--mcr-white);color:var(--mcr-green-dark) !important;border:2px solid var(--mcr-green);}\n.mcr-section{margin:42px 0;}\n.mcr-section h2{margin:0 0 14px;font-size:clamp(28px,3.5vw,42px);line-height:1.08;letter-spacing:-0.035em;color:var(--mcr-green-dark);}\n.mcr-section h3{margin:22px 0 10px;font-size:24px;color:var(--mcr-green-dark);}\n.mcr-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}\n.mcr-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}\n.mcr-card{background:var(--mcr-white);border:1px solid var(--mcr-border);border-radius:22px;padding:24px;box-shadow:0 8px 24px rgba(23,100,44,0.07);}\n.mcr-card h3{margin-top:0;}\n.mcr-card ul{margin:0;padding-left:20px;color:var(--mcr-muted);}\n.mcr-card li{margin-bottom:8px;}\n.mcr-tag{display:inline-block;margin-bottom:12px;padding:5px 10px;border-radius:999px;background:var(--mcr-cream);color:var(--mcr-orange-dark);font-weight:900;font-size:13px;}\n.mcr-table-wrap{overflow-x:auto;border:1px solid var(--mcr-border);border-radius:22px;box-shadow:0 8px 24px rgba(23,100,44,0.07);}\n.mcr-table{width:100%;border-collapse:collapse;min-width:720px;background:#fff;}\n.mcr-table th{background:var(--mcr-green-dark);color:#fff;text-align:left;padding:16px;font-size:15px;}\n.mcr-table td{padding:16px;border-bottom:1px solid #edf4ef;color:var(--mcr-muted);vertical-align:top;}\n.mcr-table strong{color:var(--mcr-green-dark);}\n.mcr-verdict{padding:34px;border-radius:26px;background:linear-gradient(135deg,rgba(47,143,70,0.96),rgba(23,100,44,0.98)),radial-gradient(circle at top right,rgba(255,216,77,0.32),transparent 30%);color:#fff;box-shadow:var(--mcr-shadow);}\n.mcr-verdict h2,.mcr-verdict h3{color:#fff;}\n.mcr-verdict p,.mcr-verdict li{color:rgba(255,255,255,0.9);}\n.mcr-callout{padding:28px;border-radius:24px;background:linear-gradient(135deg,#fffaf0,#ecfff1);border:1px solid var(--mcr-border);}\n.mcr-warning{padding:24px;border-radius:22px;background:linear-gradient(135deg,#fff4e5,#fffaf0);border:1px solid #ffd3a3;}\n.mcr-faq details{border:1px solid var(--mcr-border);border-radius:18px;padding:18px 20px;background:#fff;margin-bottom:12px;box-shadow:0 6px 18px rgba(23,100,44,0.05);}\n.mcr-faq summary{cursor:pointer;font-weight:900;color:var(--mcr-green-dark);font-size:18px;}\n.mcr-faq p{margin:12px 0 0;color:var(--mcr-muted);}\n.mcr-disclaimer{font-size:13px;color:var(--mcr-muted);background:#f7faf8;border:1px solid var(--mcr-border);border-radius:16px;padding:16px;}\n@media (max-width:880px){.mcr-product-grid,.mcr-grid-2,.mcr-grid-3{grid-template-columns:1fr;}.mcr-product-hero{padding:28px 20px;}}\n\u003c\/style\u003e\u003cdiv class=\"mcr-product-page\"\u003e\u003cdiv class=\"mcr-wrap\"\u003e\n\u003csection class=\"mcr-product-hero\"\u003e\u003cdiv class=\"mcr-product-grid\"\u003e\n\u003cdiv class=\"mcr-product-media\"\u003e\u003cimg alt=\"Haze Brain Stew Liquid Diamonds Live Resin Cartridge 1g product image\" src=\"https:\/\/hazeeuphorics.com\/wp-content\/uploads\/Haze_Cart_BrainStew_1-copy.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mcr-product-content\"\u003e\n\u003cdiv class=\"mcr-kicker\"\u003e\n\u003cspan\u003e\u003c\/span\u003e MyCannabisReviews Product Pick\u003c\/div\u003e\n\u003ch2\u003eHaze Brain Stew Liquid Diamonds Live Resin Cartridge (1 Gram)\u003c\/h2\u003e\n\u003cp\u003eThe Brain Stew cartridge is a 1 gram hybrid live resin cart built on a multi-cannabinoid blend of THCA, Delta 8, THCP and CBN with liquid diamonds and plant-derived terpenes, per Haze.\u003c\/p\u003e\n\u003cp\u003eFour active cannabinoids in one cart is unusual, and it makes this a more experience-focused option than a single-cannabinoid Delta 8 cartridge.\u003c\/p\u003e\n\u003cdiv class=\"mcr-rating-row\"\u003e\n\u003cspan class=\"mcr-pill mcr-score\"\u003eMCR Score: 8.4\/10\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003e1 Gram Cart\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003eLive Resin\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003eTHCA + D8 + THCP + CBN\u003c\/span\u003e \u003cspan class=\"mcr-pill\"\u003eHybrid\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\n\u003ca rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" class=\"mcr-btn mcr-btn-primary\" target=\"_blank\"\u003e Check Price at Haze \u003c\/a\u003e \u003ca href=\"\/collections\/thca-products\" class=\"mcr-btn mcr-btn-secondary\"\u003e Browse THCA Product Reviews \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section mcr-verdict\"\u003e\u003ch2\u003eQuick Verdict: Who Is This For?\u003c\/h2\u003e\n\u003cp\u003eA good pick for vape users who want a blended, high-impact cart and already have a tolerance for THCP-containing products.\u003c\/p\u003e\n\u003cp\u003eIt is not the cart to hand a first-time vaper. THCP is significantly more potent by weight than Delta 9, so effects can escalate quickly.\u003c\/p\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\u003ca rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" class=\"mcr-btn mcr-btn-primary\" target=\"_blank\"\u003e Shop Haze Live Resin Carts \u003c\/a\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"mcr-table-wrap\"\u003e\u003ctable class=\"mcr-table mce-item-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eHaze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCategory\u003c\/th\u003e\n\u003ctd\u003eLive resin vape cartridge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003ctd\u003e1 gram\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStrain Type\u003c\/th\u003e\n\u003ctd\u003eHybrid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCannabinoids\u003c\/th\u003e\n\u003ctd\u003eTHCA, Delta 8, THCP, CBN, per Haze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOther Ingredients\u003c\/th\u003e\n\u003ctd\u003eLiquid diamonds, plant-derived terpenes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Price\u003c\/th\u003e\n\u003ctd\u003e$17.99 at the time this guide was created, based on current retail listings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003eWhy We Like This Cartridge\u003c\/h2\u003e\n\u003cdiv class=\"mcr-grid-3\"\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eBlend\u003c\/span\u003e\u003ch3\u003eFour Active Cannabinoids\u003c\/h3\u003e\n\u003cp\u003eTHCA, Delta 8, THCP and CBN in a single cart rather than one isolate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eExtract Quality\u003c\/span\u003e\u003ch3\u003eLive Resin and Diamonds\u003c\/h3\u003e\n\u003cp\u003eLive resin plus liquid diamonds instead of plain distillate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003ePrice\u003c\/span\u003e\u003ch3\u003eLow Cost Per Gram\u003c\/h3\u003e\n\u003cp\u003eOne of the cheaper full-gram blended carts in the lineup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003ePros and Cons\u003c\/h2\u003e\n\u003cdiv class=\"mcr-grid-2\"\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003ch3\u003ePros\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFull gram at a low listed price\u003c\/li\u003e\n\u003cli\u003eLive resin and liquid diamonds rather than plain distillate\u003c\/li\u003e\n\u003cli\u003eBlended cannabinoid profile including THCP\u003c\/li\u003e\n\u003cli\u003ePlant-derived terpenes for flavor\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003ch3\u003eCons\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTHCP makes this much stronger than a standard D8 cart\u003c\/li\u003e\n\u003cli\u003eRequires a compatible 510 battery\u003c\/li\u003e\n\u003cli\u003eBlends are harder to dose consistently\u003c\/li\u003e\n\u003cli\u003eNot suitable for beginners\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003ch2\u003eDoes This Get You High?\u003c\/h2\u003e\n\u003cp\u003eYes, and the THCP content means it can hit harder than the milligram total suggests.\u003c\/p\u003e\n\u003cdiv class=\"mcr-warning\"\u003e\n\u003ch3\u003eTHCP Caution\u003c\/h3\u003e\n\u003cp\u003eTake a single short pull and wait several minutes before your next. THCP is far more potent by weight than Delta 9 THC.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section mcr-callout\"\u003e\u003ch2\u003eWhere to Buy\u003c\/h2\u003e\n\u003cp\u003eThe best place to buy is through the official Haze store, where you can confirm current pricing, options, and lab reports.\u003c\/p\u003e\n\u003cp\u003eMyCannabisReviews may earn a commission if you purchase through our affiliate link, at no extra cost to you.\u003c\/p\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\u003ca rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=295\u0026amp;aff_id=4198\" class=\"mcr-btn mcr-btn-primary\" target=\"_blank\"\u003e Check Price at Haze \u003c\/a\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-section mcr-faq\"\u003e\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat cannabinoids are in this cart?\u003c\/summary\u003e\u003cp\u003eHaze lists THCA, Delta 8, THCP and CBN, with liquid diamonds and plant-derived terpenes.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat battery do I need?\u003c\/summary\u003e\u003cp\u003eA standard 510-thread battery. Start at the lowest voltage setting.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs this beginner-friendly?\u003c\/summary\u003e\u003cp\u003eNo. The THCP content makes this an experienced-user product.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes MyCannabisReviews sell Haze products?\u003c\/summary\u003e\u003cp\u003eNo. We publish product guides and buyer notes, then link to the official brand website.\u003c\/p\u003e\u003c\/details\u003e\u003c\/section\u003e\u003csection class=\"mcr-section\"\u003e\u003cdiv class=\"mcr-disclaimer\"\u003e\n\u003cstrong\u003eAffiliate \u0026amp; Compliance Disclosure:\u003c\/strong\u003e MyCannabisReviews.com may earn a commission from purchases made through links on this page. This content is for adults 21+ and is for informational purposes only. Hemp-derived THC may be intoxicating and may not be legal or available in every state. Do not drive or operate machinery after use. Product legality, potency, availability, lab results, ingredients, and shipping restrictions vary and may change. Always review the current product label, Certificate of Analysis, official brand policies, and local laws before purchasing.\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e\u003c\/div\u003e","brand":"Haze","offers":[{"title":"Default Title","offer_id":49366848995587,"sku":null,"price":17.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0759\/5838\/6947\/files\/Haze_Cart_BrainStew_1-copy.png?v=1785733319"}],"url":"https:\/\/mycannabisreviews.com\/collections\/haze.oembed","provider":"My Cannabis Reviews","version":"1.0","type":"link"}