{"title":"FOCL","description":"\u003cstyle\u003e\n  .mcr-focl-hub {\n    margin: 0 0 48px;\n    color: #26342f;\n  }\n\n  .mcr-focl-hub * {\n    box-sizing: border-box;\n  }\n\n  .mcr-focl-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-focl-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-focl-hero-inner {\n    position: relative;\n    z-index: 2;\n    max-width: 980px;\n  }\n\n  .mcr-focl-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-focl-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-focl-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-focl-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 22px 0 0;\n  }\n\n  .mcr-focl-pills a,\n  .mcr-focl-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-focl-section {\n    margin: 38px 0;\n  }\n\n  .mcr-focl-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-focl-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-focl-section p,\n  .mcr-focl-section li {\n    color: #26342f;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .mcr-focl-section p {\n    margin: 0 0 18px;\n    max-width: 980px;\n  }\n\n  .mcr-focl-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 20px;\n    margin: 26px 0;\n  }\n\n  .mcr-focl-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-focl-card h3 {\n    margin-top: 0;\n  }\n\n  .mcr-focl-card p {\n    font-size: 15px;\n    line-height: 1.65;\n    margin: 0 0 16px;\n  }\n\n  .mcr-focl-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n    margin: 0 0 18px;\n  }\n\n  .mcr-focl-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-focl-card-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: auto;\n  }\n\n  .mcr-focl-btn,\n  .mcr-focl-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-focl-btn:hover {\n    background: #1f4a38;\n    color: #ffffff !important;\n  }\n\n  .mcr-focl-btn-alt,\n  .mcr-focl-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-focl-btn-alt:hover {\n    background: #f7f7f2;\n    color: #10261f !important;\n  }\n\n  .mcr-focl-cta-box {\n    background: #10261f;\n    color: #ffffff;\n    border-radius: 24px;\n    padding: 28px;\n    margin: 34px 0;\n  }\n\n  .mcr-focl-cta-box h2 {\n    color: #ffffff !important;\n    margin-top: 0;\n  }\n\n  .mcr-focl-cta-box p {\n    color: rgba(255,255,255,0.9) !important;\n  }\n\n  .mcr-focl-cta-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin: 22px 0 0;\n  }\n\n  .mcr-focl-cta-main,\n  .mcr-focl-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-focl-cta-main:hover {\n    background: #f6d57a;\n    color: #10261f !important;\n  }\n\n  .mcr-focl-cta-secondary,\n  .mcr-focl-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-focl-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-focl-table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 850px;\n    background: #ffffff;\n  }\n\n  .mcr-focl-table th {\n    background: #10261f;\n    color: #ffffff;\n    text-align: left;\n    padding: 16px;\n    font-size: 14px;\n  }\n\n  .mcr-focl-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-focl-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mcr-focl-table a {\n    color: #1f4a38 !important;\n    font-weight: 850;\n  }\n\n  .mcr-focl-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-focl-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-focl-info-card h3 {\n    margin-top: 0;\n  }\n\n  .mcr-focl-info-card p {\n    margin-bottom: 0;\n    font-size: 15px;\n  }\n\n  .mcr-focl-faq {\n    border-top: 1px solid rgba(16,38,31,0.12);\n    margin-top: 24px;\n    padding-top: 8px;\n  }\n\n  .mcr-focl-faq h3 {\n    margin-top: 24px;\n  }\n\n  .mcr-focl-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-focl-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  @media screen and (max-width: 749px) {\n    .mcr-focl-hero {\n      padding: 32px 22px;\n      border-radius: 20px;\n    }\n\n    .mcr-focl-grid,\n    .mcr-focl-info-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mcr-focl-card {\n      padding: 20px;\n    }\n  }\n\u003c\/style\u003e\u003csection class=\"mcr-focl-hub\"\u003e\u003csection class=\"mcr-focl-hero\"\u003e\u003cdiv class=\"mcr-focl-hero-inner\"\u003e\n\u003cp class=\"mcr-focl-kicker\"\u003eFOCL Reviews \u0026amp; Product Guide\u003c\/p\u003e\n\u003ch2\u003eFOCL Reviews: CBD Drops, THC+ Gummies, Topicals \u0026amp; Capsules\u003c\/h2\u003e\n\u003cp\u003eExplore FOCL reviews from MyCannabisReviews, covering full spectrum CBD drops, the low-dose THC+ gummy range, cooling topicals, capsules and pet formulas. We do not sell FOCL products directly. Our goal is to help adults 21+ compare potency, formats, lab testing information and official buying options.\u003c\/p\u003e\n\u003cp\u003eFOCL sits at the wellness end of the market. Most of the range is non-intoxicating CBD, and the THC+ line deliberately keeps hemp-derived Delta 9 doses low at 2.5mg and 5mg rather than chasing potency. This hub organises our FOCL product pages so you can compare them side by side.\u003c\/p\u003e\n\u003cdiv class=\"mcr-focl-pills\"\u003e\n\u003cspan\u003eCBD Drops\u003c\/span\u003e\u003cspan\u003eTHC+ Gummies\u003c\/span\u003e\u003cspan\u003eTopicals\u003c\/span\u003e\u003cspan\u003eCapsules\u003c\/span\u003e\u003cspan\u003ePet CBD\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-focl-section\"\u003e\u003ch2\u003eBest FOCL Products We’ve Reviewed\u003c\/h2\u003e\n\u003cdiv class=\"mcr-focl-grid\"\u003e\n\u003carticle class=\"mcr-focl-card\"\u003e\u003ch3\u003eFOCL Daily Calm Full Spectrum CBD Drops Mint 3000mg\u003c\/h3\u003e\n\u003cdiv class=\"mcr-focl-tags\"\u003e\n\u003cspan\u003eCBD Oil\u003c\/span\u003e\u003cspan\u003e3000mg \/ 30ml\u003c\/span\u003e\u003cspan\u003eFull Spectrum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eA high-strength full spectrum tincture at roughly 100mg of CBD per millilitre, in organic MCT oil with an organic mint flavour.\u003c\/p\u003e\n\u003cdiv class=\"mcr-focl-card-actions\"\u003e\u003ca class=\"mcr-focl-btn\" href=\"\/products\/focl-daily-calm-full-spectrum-cbd-drops-mint-3000mg\"\u003eRead Product Review\u003c\/a\u003e\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"mcr-focl-card\"\u003e\u003ch3\u003eFOCL THC+ Happy 5mg Gummies 30ct\u003c\/h3\u003e\n\u003cdiv class=\"mcr-focl-tags\"\u003e\n\u003cspan\u003eDelta 9\u003c\/span\u003e\u003cspan\u003e5mg THC + 25mg CBD\u003c\/span\u003e\u003cspan\u003eDaytime\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eA low-dose hemp-derived Delta 9 gummy paired with 25mg of CBD and 125mg of L-tyrosine, positioned as a daytime option.\u003c\/p\u003e\n\u003cdiv class=\"mcr-focl-card-actions\"\u003e\u003ca class=\"mcr-focl-btn\" href=\"\/products\/focl-thc-happy-5mg-gummies-30ct\"\u003eRead Product Review\u003c\/a\u003e\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"mcr-focl-card\"\u003e\u003ch3\u003eFOCL THC+ Sleep 2.5mg Gummies 30ct\u003c\/h3\u003e\n\u003cdiv class=\"mcr-focl-tags\"\u003e\n\u003cspan\u003eDelta 9 + CBN\u003c\/span\u003e\u003cspan\u003e2.5mg THC\u003c\/span\u003e\u003cspan\u003eEvening\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe evening counterpart: 2.5mg Delta 9, 25mg broad spectrum CBD, 15mg CBN, L-theanine and 1mg of melatonin.\u003c\/p\u003e\n\u003cdiv class=\"mcr-focl-card-actions\"\u003e\u003ca class=\"mcr-focl-btn\" href=\"\/products\/focl-thc-sleep-2-5mg-gummies-30ct\"\u003eRead Product Review\u003c\/a\u003e\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"mcr-focl-card\"\u003e\u003ch3\u003eFOCL Deep Relief Cooling CBD Cream 1000mg\u003c\/h3\u003e\n\u003cdiv class=\"mcr-focl-tags\"\u003e\n\u003cspan\u003eTopical\u003c\/span\u003e\u003cspan\u003e1000mg CBD\u003c\/span\u003e\u003cspan\u003eNon-intoxicating\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eA broad spectrum cooling cream built around menthol, eucalyptus, camphor and arnica. Applied to skin rather than swallowed.\u003c\/p\u003e\n\u003cdiv class=\"mcr-focl-card-actions\"\u003e\u003ca class=\"mcr-focl-btn\" href=\"\/products\/focl-deep-relief-cooling-cbd-cream-1000mg\"\u003eRead Product Review\u003c\/a\u003e\u003c\/div\u003e\u003c\/article\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-focl-cta-box\"\u003e\u003ch2\u003eLooking for FOCL Products?\u003c\/h2\u003e\n\u003cp\u003ePricing, bundle sizes, subscription discounts and lab reports change regularly. The official FOCL store is the only place to confirm current details before buying.\u003c\/p\u003e\n\u003cdiv class=\"mcr-focl-cta-row\"\u003e\n\u003ca class=\"mcr-focl-cta-main\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eVisit the Official FOCL Store\u003c\/a\u003e\u003ca class=\"mcr-focl-cta-secondary\" href=\"\/pages\/focl-coupon-code\"\u003eFOCL Coupon Codes (33% Off)\u003c\/a\u003e\u003ca class=\"mcr-focl-cta-secondary\" href=\"\/pages\/how-we-review\"\u003eHow We Review Products\u003c\/a\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mcr-focl-section\"\u003e\u003ch2\u003eFOCL Product Comparison\u003c\/h2\u003e\n\u003cp\u003eThe useful comparison across the FOCL range is not flavour - it is whether a product is intoxicating, how it is taken, and whether your state can receive it.\u003c\/p\u003e\n\u003cdiv class=\"mcr-focl-table-wrap\"\u003e\u003ctable class=\"mcr-focl-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\u003eDaily Calm CBD Drops 3000mg\u003c\/td\u003e\n\u003ctd\u003eFull Spectrum CBD Tincture\u003c\/td\u003e\n\u003ctd\u003eDaily CBD at a high strength.\u003c\/td\u003e\n\u003ctd\u003eFull spectrum, so trace THC is present.\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"\/products\/focl-daily-calm-full-spectrum-cbd-drops-mint-3000mg\"\u003eRead Review\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTHC+ Happy 5mg Gummies\u003c\/td\u003e\n\u003ctd\u003eHemp-Derived Delta 9 Gummies\u003c\/td\u003e\n\u003ctd\u003eA mild daytime effect with CBD alongside.\u003c\/td\u003e\n\u003ctd\u003eIntoxicating; not shipped to 12 states.\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"\/products\/focl-thc-happy-5mg-gummies-30ct\"\u003eRead Review\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTHC+ Sleep 2.5mg Gummies\u003c\/td\u003e\n\u003ctd\u003eDelta 9 + CBN Sleep Gummies\u003c\/td\u003e\n\u003ctd\u003eEvening use and wind-down routines.\u003c\/td\u003e\n\u003ctd\u003eContains melatonin; still intoxicating.\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"\/products\/focl-thc-sleep-2-5mg-gummies-30ct\"\u003eRead Review\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDeep Relief Cooling Cream 1000mg\u003c\/td\u003e\n\u003ctd\u003eCBD Topical\u003c\/td\u003e\n\u003ctd\u003eTargeted use on a specific area.\u003c\/td\u003e\n\u003ctd\u003eCooling agents can irritate sensitive skin.\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"\/products\/focl-deep-relief-cooling-cbd-cream-1000mg\"\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-focl-section\"\u003e\u003ch2\u003eUnderstanding the FOCL Range\u003c\/h2\u003e\n\u003cdiv class=\"mcr-focl-info-grid\"\u003e\n\u003cdiv class=\"mcr-focl-info-card\"\u003e\n\u003ch3\u003eFull Spectrum vs Broad Spectrum\u003c\/h3\u003e\n\u003cp\u003eThe Daily Calm drops use full spectrum extract, which retains trace THC. Several other FOCL products, including the Deep Relief cream, use broad spectrum with the THC removed. Check which one you are buying.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-focl-info-card\"\u003e\n\u003ch3\u003eWhat THC+ Means\u003c\/h3\u003e\n\u003cp\u003eThe THC+ line pairs a small hemp-derived Delta 9 dose with CBD and other actives. These are intoxicating products even at 2.5mg and 5mg, and they are sold separately from the CBD-only range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-focl-info-card\"\u003e\n\u003ch3\u003eState Restrictions\u003c\/h3\u003e\n\u003cp\u003eFOCL lists its THC products as unavailable to AK, AL, AR, CA, CO, CT, ID, MN, OR, TN, VT and WA. The CBD-only products have wider availability. Confirm at checkout before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-focl-info-card\"\u003e\n\u003ch3\u003eLab Testing and COAs\u003c\/h3\u003e\n\u003cp\u003eFOCL publishes third-party test results 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-focl-section\"\u003e\u003ch2\u003eHow MyCannabisReviews Evaluates FOCL\u003c\/h2\u003e\n\u003cp\u003eWe review FOCL products using the brand’s own published specifications - cannabinoid content, serving size, count, format and supporting ingredients - 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 intoxicating or restricted in some states. Where potency or ingredient information is unclear on the label, we say so rather than guessing.\u003c\/p\u003e\n\u003c\/section\u003e\u003csection class=\"mcr-focl-section mcr-focl-faq\"\u003e\u003ch2\u003eFOCL Review FAQ\u003c\/h2\u003e\n\u003ch3\u003eDoes MyCannabisReviews sell FOCL products?\u003c\/h3\u003e\n\u003cp\u003eNo. MyCannabisReviews does not sell FOCL 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 FOCL products have been reviewed?\u003c\/h3\u003e\n\u003cp\u003eCurrent coverage includes Daily Calm Full Spectrum CBD Drops Mint 3000mg, THC+ Happy 5mg Gummies, THC+ Sleep 2.5mg Gummies and the Deep Relief Cooling CBD Cream 1000mg.\u003c\/p\u003e\n\u003ch3\u003eAre FOCL THC+ gummies intoxicating?\u003c\/h3\u003e\n\u003cp\u003eYes. The THC+ range contains hemp-derived Delta 9 THC and is intoxicating. Review the label, serving size, lab report and local laws before use.\u003c\/p\u003e\n\u003ch3\u003eWhich FOCL product is the easiest first purchase?\u003c\/h3\u003e\n\u003cp\u003eIf you want CBD only, the Daily Calm drops are the most flexible because you control the measure. If you want a THC edible, the 2.5mg Sleep gummy is the lower dose of the two THC+ options.\u003c\/p\u003e\n\u003ch3\u003eDoes FOCL publish lab reports?\u003c\/h3\u003e\n\u003cp\u003eYes, third-party test results are available through the FOCL website. Confirm the batch matches your product.\u003c\/p\u003e\n\u003cdiv class=\"mcr-focl-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":"focl-thc-sleep-2-5mg-gummies-30ct","title":"FOCL THC+ Sleep 2.5mg Gummies 30ct","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\n\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\n\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\n\u003cdiv class=\"mcr-product-page\"\u003e\n\u003cdiv class=\"mcr-wrap\"\u003e\n\u003csection class=\"mcr-product-hero\"\u003e\n\u003cdiv class=\"mcr-product-grid\"\u003e\n\u003cdiv class=\"mcr-product-media\"\u003e\u003cimg alt=\"FOCL THC+ Sleep 2.5mg Gummies product image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0044\/1342\/3709\/files\/FOCL_PDP_SLEEP_THC__1.jpg?v=1764955326\"\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\u003eFOCL THC+ Sleep 2.5mg Gummies (30 Count)\u003c\/h2\u003e\n\u003cp\u003eFOCL’s most reviewed product is a sleep gummy rather than a recreational one. Each gummy carries 2.5mg of hemp-derived Delta 9 THC alongside 25mg CBD, 15mg CBN, 100mg L-theanine and a 1mg microdose of melatonin, per FOCL’s published supplement facts.\u003c\/p\u003e\n\u003cp\u003eThe small melatonin dose is the detail worth noticing. Many sleep gummies lean on 5mg to 10mg of melatonin; this one leans on cannabinoids instead and uses melatonin only as a nudge.\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\"\u003e30 Gummies\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003e2.5mg D9 THC\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003e25mg CBD + 15mg CBN\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003e1mg Melatonin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\n\u003ca class=\"mcr-btn mcr-btn-primary\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eShop FOCL THC+ Sleep Gummies\u003c\/a\u003e\u003ca class=\"mcr-btn mcr-btn-secondary\" href=\"\/collections\/cbd-products\"\u003eBrowse CBD Product Reviews\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section mcr-verdict\"\u003e\n\u003ch2\u003eQuick Verdict: Who Is This For?\u003c\/h2\u003e\n\u003cp\u003eA strong fit for adults who want help falling asleep but dislike the heavy, foggy feeling that a high-dose melatonin gummy can leave behind. The cannabinoid load does most of the work here.\u003c\/p\u003e\n\u003cp\u003eIt is not a recreational gummy. At 2.5mg THC per piece the lift is mild by design, so anyone shopping mainly for euphoria should look at the THC+ Happy or THC+ Extra line instead.\u003c\/p\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\u003ca class=\"mcr-btn mcr-btn-primary\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eCheck Current Price at FOCL\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"mcr-table-wrap\"\u003e\n\u003ctable class=\"mcr-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eFOCL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCategory\u003c\/th\u003e\n\u003ctd\u003eHemp-derived THC sleep gummy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCount\u003c\/th\u003e\n\u003ctd\u003e30 gummies, 4g each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTHC per gummy\u003c\/th\u003e\n\u003ctd\u003e2.5mg Delta 9 THC, hemp-derived\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCBD per gummy\u003c\/th\u003e\n\u003ctd\u003e25mg broad spectrum CBD\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOther actives\u003c\/th\u003e\n\u003ctd\u003e15mg CBN, 100mg L-theanine, 1mg melatonin\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed price\u003c\/th\u003e\n\u003ctd\u003e$69.00 for the 30-count jar; a 10-count trial size is listed at $25.00\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping notes\u003c\/th\u003e\n\u003ctd\u003eFOCL lists this product as unavailable to AK, AL, AR, CA, CO, CT, ID, MN, OR, TN, VT and WA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLab testing\u003c\/th\u003e\n\u003ctd\u003eThird-party test results published per batch on the FOCL website\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\u003ch2\u003eWhy We Like This Gummy\u003c\/h2\u003e\n\u003cdiv class=\"mcr-grid-3\"\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eFormula\u003c\/span\u003e\n\u003ch3\u003eCannabinoids Over Melatonin\u003c\/h3\u003e\n\u003cp\u003e1mg of melatonin is a microdose. The sedating side of this gummy comes mostly from CBN and CBD.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eDose Control\u003c\/span\u003e\n\u003ch3\u003eHalf a Gummy Works\u003c\/h3\u003e\n\u003cp\u003eFOCL’s own directions suggest half to one gummy, which makes 1.25mg THC a realistic starting dose.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eTransparency\u003c\/span\u003e\n\u003ch3\u003eFull Supplement Facts\u003c\/h3\u003e\n\u003cp\u003ePer-gummy cannabinoid and botanical amounts are published rather than only a jar total.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\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\u003e2.5mg THC is a genuinely gentle dose\u003c\/li\u003e\n\u003cli\u003e25mg CBD and 15mg CBN in every gummy\u003c\/li\u003e\n\u003cli\u003eOnly 1mg melatonin, so less morning fog\u003c\/li\u003e\n\u003cli\u003e100mg L-theanine for calm\u003c\/li\u003e\n\u003cli\u003ePer-serving labelling instead of jar-total marketing\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\u003e$69.00 for 30 gummies is premium pricing\u003c\/li\u003e\n\u003cli\u003eNot shipped to twelve states\u003c\/li\u003e\n\u003cli\u003eToo mild for anyone chasing a strong high\u003c\/li\u003e\n\u003cli\u003eContains melatonin, which not everyone tolerates\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\u003ch2\u003eDoes This Get You High?\u003c\/h2\u003e\n\u003cp\u003eMildly. 2.5mg of Delta 9 THC is intoxicating at a low level, and the CBD and CBN in the formula push the experience toward sedation rather than euphoria.\u003c\/p\u003e\n\u003cdiv class=\"mcr-warning\"\u003e\n\u003ch3\u003eStart With Half\u003c\/h3\u003e\n\u003cp\u003eTake half a gummy about 30 minutes before bed on your first night. Do not drive or operate machinery after use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section mcr-callout\"\u003e\n\u003ch2\u003eWhere to Buy\u003c\/h2\u003e\n\u003cp\u003eThe best place to buy is the official FOCL store, where you can confirm current pricing, subscription options and third-party lab results.\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 class=\"mcr-btn mcr-btn-primary\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eCheck Price at FOCL\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section mcr-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much THC is in each FOCL sleep gummy?\u003c\/summary\u003e\n\u003cp\u003eFOCL lists 2.5mg of hemp-derived Delta 9 THC per gummy, plus 25mg CBD and 15mg CBN.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill this leave me groggy in the morning?\u003c\/summary\u003e\n\u003cp\u003eFOCL formulates around a 1mg melatonin microdose specifically to reduce next-day grogginess. Individual response still varies.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs there a melatonin-free version?\u003c\/summary\u003e\n\u003cp\u003eYes. FOCL sells a THC+ Sleep 2.5mg Melatonin-Free gummy, listed at a lower price.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes MyCannabisReviews sell FOCL products?\u003c\/summary\u003e\n\u003cp\u003eNo. We publish product guides and buyer notes, then link to the official brand website.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\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\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FOCL","offers":[{"title":"Default Title","offer_id":49372548923651,"sku":null,"price":69.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0759\/5838\/6947\/files\/FOCL_PDP_SLEEP_THC__1.webp?v=1785791381"},{"product_id":"focl-thc-happy-5mg-gummies-30ct","title":"FOCL THC+ Happy 5mg Gummies 30ct","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\n\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\n\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\n\u003cdiv class=\"mcr-product-page\"\u003e\n\u003cdiv class=\"mcr-wrap\"\u003e\n\u003csection class=\"mcr-product-hero\"\u003e\n\u003cdiv class=\"mcr-product-grid\"\u003e\n\u003cdiv class=\"mcr-product-media\"\u003e\u003cimg alt=\"FOCL THC+ Happy 5mg Gummies product image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0044\/1342\/3709\/files\/FOCL_PDP_HAPPY_1.jpg?v=1764957572\"\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\u003eFOCL THC+ Happy 5mg Gummies (30 Count)\u003c\/h2\u003e\n\u003cp\u003eThis is FOCL’s social gummy. Each piece carries 5mg of hemp-derived Delta 9 THC, 25mg of CBD and 125mg of L-tyrosine, and the brand positions it squarely as an alcohol alternative rather than a wellness supplement.\u003c\/p\u003e\n\u003cp\u003eThe label is written per half gummy, which is worth reading carefully: 60 servings per container means 30 physical gummies, each one holding the full 5mg.\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\"\u003e30 Gummies\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003e5mg D9 THC\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003e25mg CBD\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003e125mg L-Tyrosine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\n\u003ca class=\"mcr-btn mcr-btn-primary\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eShop FOCL THC+ Happy Gummies\u003c\/a\u003e\u003ca class=\"mcr-btn mcr-btn-secondary\" href=\"\/collections\/delta-9-products\"\u003eBrowse Delta 9 Product Reviews\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section mcr-verdict\"\u003e\n\u003ch2\u003eQuick Verdict: Who Is This For?\u003c\/h2\u003e\n\u003cp\u003eA good fit for someone who wants a mild, sociable lift in place of a drink. 5mg of Delta 9 is a recognisable dose without being overwhelming for most people with any tolerance.\u003c\/p\u003e\n\u003cp\u003eIt is a poor fit for a true first-timer at a full gummy. Start with half, which is also how FOCL writes the serving size.\u003c\/p\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\u003ca class=\"mcr-btn mcr-btn-primary\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eCheck Current Price at FOCL\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"mcr-table-wrap\"\u003e\n\u003ctable class=\"mcr-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eFOCL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCategory\u003c\/th\u003e\n\u003ctd\u003eHemp-derived Delta 9 THC gummy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCount\u003c\/th\u003e\n\u003ctd\u003e30 gummies; label lists 60 half-gummy servings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTHC per gummy\u003c\/th\u003e\n\u003ctd\u003e5mg Delta 9 THC, hemp-derived, under 0.3% by dry weight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCBD per gummy\u003c\/th\u003e\n\u003ctd\u003e25mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOther actives\u003c\/th\u003e\n\u003ctd\u003e125mg L-tyrosine\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed price\u003c\/th\u003e\n\u003ctd\u003e$59.00 for the 30-count jar; a 10-count is listed at $25.00\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping notes\u003c\/th\u003e\n\u003ctd\u003eFOCL lists this product as unavailable to AK, AL, AR, CA, CO, CT, ID, MN, OR, TN, VT and WA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLab testing\u003c\/th\u003e\n\u003ctd\u003eThird-party test results published per batch on the FOCL website\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\u003ch2\u003eWhy We Like This Gummy\u003c\/h2\u003e\n\u003cdiv class=\"mcr-grid-3\"\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eDose\u003c\/span\u003e\n\u003ch3\u003e5mg Is the Sweet Spot\u003c\/h3\u003e\n\u003cp\u003eHigh enough to feel, low enough that most people stay comfortable and functional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eBalance\u003c\/span\u003e\n\u003ch3\u003e25mg CBD Alongside\u003c\/h3\u003e\n\u003cp\u003eThe CBD ratio takes some of the edge off the THC rather than amplifying it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eFormula\u003c\/span\u003e\n\u003ch3\u003eL-Tyrosine Instead of Sedatives\u003c\/h3\u003e\n\u003cp\u003eNo melatonin or CBN here, so this is a daytime or evening social gummy rather than a sleep aid.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\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\u003eClear 5mg Delta 9 dose per gummy\u003c\/li\u003e\n\u003cli\u003e25mg CBD in the same piece\u003c\/li\u003e\n\u003cli\u003eHalf-gummy serving makes 2.5mg easy\u003c\/li\u003e\n\u003cli\u003eNo melatonin, so it will not make you drowsy\u003c\/li\u003e\n\u003cli\u003ePer-serving supplement facts published\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\u003e$59.00 for 30 gummies is not cheap per milligram\u003c\/li\u003e\n\u003cli\u003eBlocked from shipping to twelve states\u003c\/li\u003e\n\u003cli\u003eA full gummy is too much for a complete beginner\u003c\/li\u003e\n\u003cli\u003eOnly one flavour option in the standard jar\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\u003ch2\u003eDoes This Get You High?\u003c\/h2\u003e\n\u003cp\u003eYes. 5mg of hemp-derived Delta 9 THC is a genuine intoxicating dose for most adults, and the effect is closer to a couple of drinks than to a CBD product.\u003c\/p\u003e\n\u003cdiv class=\"mcr-warning\"\u003e\n\u003ch3\u003eHalf a Gummy First\u003c\/h3\u003e\n\u003cp\u003eTake half and wait a full 90 minutes before deciding whether to take more. Edibles are slow. Do not drive or operate machinery after use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section mcr-callout\"\u003e\n\u003ch2\u003eWhere to Buy\u003c\/h2\u003e\n\u003cp\u003eThe best place to buy is the official FOCL store, where you can confirm current pricing, bundle options and third-party lab results.\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 class=\"mcr-btn mcr-btn-primary\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eCheck Price at FOCL\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section mcr-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many gummies are in a jar?\u003c\/summary\u003e\n\u003cp\u003eThirty gummies. FOCL writes the supplement facts per half gummy, which is why the label lists 60 servings.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill this make me sleepy?\u003c\/summary\u003e\n\u003cp\u003eIt should not. There is no melatonin or CBN in this formula, unlike the THC+ Sleep gummies.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs there a stronger version?\u003c\/summary\u003e\n\u003cp\u003eYes. FOCL lists THC+ Extra at 10mg per gummy and THC+ Chill at 3mg, plus a 1mg Micro option.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes MyCannabisReviews sell FOCL products?\u003c\/summary\u003e\n\u003cp\u003eNo. We publish product guides and buyer notes, then link to the official brand website.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\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\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FOCL","offers":[{"title":"Default Title","offer_id":49372579135747,"sku":null,"price":59.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0759\/5838\/6947\/files\/FOCL_PDP_HAPPY_1.webp?v=1785791363"},{"product_id":"focl-daily-calm-full-spectrum-cbd-drops-mint-3000mg","title":"FOCL Daily Calm Full Spectrum CBD Drops Mint 3000mg","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\n\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\n\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\n\u003cdiv class=\"mcr-product-page\"\u003e\n\u003cdiv class=\"mcr-wrap\"\u003e\n\u003csection class=\"mcr-product-hero\"\u003e\n\u003cdiv class=\"mcr-product-grid\"\u003e\n\u003cdiv class=\"mcr-product-media\"\u003e\u003cimg alt=\"FOCL Daily Calm Full Spectrum CBD Drops Mint 3000mg product image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0044\/1342\/3709\/files\/FOCL_PDP_DailyCalm_FS_Drops_06b4db0d-dd45-49cc-ab31-a67c71f33233.jpg?v=1739401658\"\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\u003eFOCL Daily Calm Full Spectrum CBD Drops, Mint 3000mg\u003c\/h2\u003e\n\u003cp\u003eThis is the high-strength end of FOCL’s tincture range: 3000mg of full spectrum CBD in a 30ml bottle, which works out to roughly 100mg per millilitre. The carrier is organic MCT oil and organic flavour, with nothing else in the bottle.\u003c\/p\u003e\n\u003cp\u003eFull spectrum means trace THC is present within the legal hemp limit, so this is the version to choose if you want the entourage effect rather than a THC-free isolate.\u003c\/p\u003e\n\u003cdiv class=\"mcr-rating-row\"\u003e\n\u003cspan class=\"mcr-pill mcr-score\"\u003eMCR Score 8.6\/10\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003e3000mg CBD\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003e30ml Bottle\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003eFull Spectrum\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003eMint\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\n\u003ca class=\"mcr-btn mcr-btn-primary\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eShop FOCL Daily Calm Drops\u003c\/a\u003e\u003ca class=\"mcr-btn mcr-btn-secondary\" href=\"\/collections\/cbd-products\"\u003eBrowse CBD Product Reviews\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section mcr-verdict\"\u003e\n\u003ch2\u003eQuick Verdict: Who Is This For?\u003c\/h2\u003e\n\u003cp\u003eThe right pick for a daily CBD user who already knows their dose and wants fewer millilitres per serving. At around 100mg per millilitre you can take a meaningful dose in a fraction of a dropper.\u003c\/p\u003e\n\u003cp\u003eIt is overkill for a first CBD purchase. FOCL sells 1000mg versions of the same formula, and those are the sensible starting point.\u003c\/p\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\u003ca class=\"mcr-btn mcr-btn-primary\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eCheck Current Price at FOCL\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"mcr-table-wrap\"\u003e\n\u003ctable class=\"mcr-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eFOCL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCategory\u003c\/th\u003e\n\u003ctd\u003eFull spectrum CBD oil tincture\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal CBD\u003c\/th\u003e\n\u003ctd\u003e3000mg per bottle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBottle size\u003c\/th\u003e\n\u003ctd\u003e30ml, roughly 100mg CBD per millilitre\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSpectrum\u003c\/th\u003e\n\u003ctd\u003eFull spectrum, contains trace THC under the legal hemp limit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCarrier and flavour\u003c\/th\u003e\n\u003ctd\u003eOrganic MCT oil from coconut, organic mint flavour\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed price\u003c\/th\u003e\n\u003ctd\u003e$39.00, marked down from a $79.00 list price\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHow to use\u003c\/th\u003e\n\u003ctd\u003eShake, hold one dropper under the tongue for 45 seconds, then swallow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLab testing\u003c\/th\u003e\n\u003ctd\u003eThird-party test results published on the FOCL website\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\u003ch2\u003eWhy We Like These Drops\u003c\/h2\u003e\n\u003cdiv class=\"mcr-grid-3\"\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eValue\u003c\/span\u003e\n\u003ch3\u003eCost Per Milligram\u003c\/h3\u003e\n\u003cp\u003eAt the current sale price this is one of the cheaper routes to 3000mg of full spectrum CBD.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eIngredients\u003c\/span\u003e\n\u003ch3\u003eTwo-Ingredient Formula\u003c\/h3\u003e\n\u003cp\u003eHemp extract and organic MCT oil, plus flavour. No sweeteners, fillers or carrier blends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eFlexibility\u003c\/span\u003e\n\u003ch3\u003eEasy to Titrate\u003c\/h3\u003e\n\u003cp\u003eA dropper can be divided down, which makes finding a personal dose simpler than with a fixed-dose gummy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\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\u003eHigh 3000mg concentration in a 30ml bottle\u003c\/li\u003e\n\u003cli\u003eFull spectrum rather than isolate\u003c\/li\u003e\n\u003cli\u003eClean carrier: organic MCT oil\u003c\/li\u003e\n\u003cli\u003eCurrently listed well below the regular price\u003c\/li\u003e\n\u003cli\u003eMint flavour is easier than natural hemp for most people\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 strong to be a sensible first CBD product\u003c\/li\u003e\n\u003cli\u003eTrace THC means it is not the choice if you are drug tested\u003c\/li\u003e\n\u003cli\u003eTinctures are messier and less discreet than gummies\u003c\/li\u003e\n\u003cli\u003eOnly one bottle size at this strength\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\u003ch2\u003eWill This Get You High?\u003c\/h2\u003e\n\u003cp\u003eNo. This is a CBD product. Full spectrum hemp extract contains only trace THC under the federal limit, which is not enough to produce intoxication at normal serving sizes.\u003c\/p\u003e\n\u003cdiv class=\"mcr-warning\"\u003e\n\u003ch3\u003eDrug Testing Note\u003c\/h3\u003e\n\u003cp\u003eTrace THC in full spectrum products can still show up on a sensitive drug screen. If that matters to you, choose a broad spectrum or THC-free option instead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section mcr-callout\"\u003e\n\u003ch2\u003eWhere to Buy\u003c\/h2\u003e\n\u003cp\u003eThe best place to buy is the official FOCL store, where you can confirm the current price, flavour options and third-party lab results.\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 class=\"mcr-btn mcr-btn-primary\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eCheck Price at FOCL\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section mcr-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much CBD is in one dropper?\u003c\/summary\u003e\n\u003cp\u003eThe bottle holds 3000mg in 30ml, so a full 1ml dropper is roughly 100mg of CBD.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs there THC in these drops?\u003c\/summary\u003e\n\u003cp\u003eYes, trace amounts. Full spectrum hemp extract retains minor cannabinoids including THC below the legal 0.3% limit.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat flavours are available?\u003c\/summary\u003e\n\u003cp\u003eFOCL lists mint, citrus and natural across its Daily Calm drops range, with different strengths per flavour.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes MyCannabisReviews sell FOCL products?\u003c\/summary\u003e\n\u003cp\u003eNo. We publish product guides and buyer notes, then link to the official brand website.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\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. CBD products are not intended to diagnose, treat, cure or prevent any disease. 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\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FOCL","offers":[{"title":"Default Title","offer_id":49372591816963,"sku":null,"price":39.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0759\/5838\/6947\/files\/FOCL-Full-spectrum-CBD-Mint-Drops.webp?v=1785791336"},{"product_id":"focl-deep-relief-cooling-cbd-cream-1000mg","title":"FOCL Deep Relief Cooling CBD Cream 1000mg","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\n\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\n\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\n\u003cdiv class=\"mcr-product-page\"\u003e\n\u003cdiv class=\"mcr-wrap\"\u003e\n\u003csection class=\"mcr-product-hero\"\u003e\n\u003cdiv class=\"mcr-product-grid\"\u003e\n\u003cdiv class=\"mcr-product-media\"\u003e\u003cimg alt=\"FOCL Deep Relief Cooling CBD Cream 1000mg product image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0044\/1342\/3709\/files\/FOCL_PDP_DeepRelief_Cream.jpg?v=1737567224\"\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\u003eFOCL Deep Relief Cooling CBD Cream, 1000mg\u003c\/h2\u003e\n\u003cp\u003eA topical rather than an edible: broad spectrum CBD combined with menthol, eucalyptus, wintergreen and camphor bark oils for a cooling effect, plus arnica and aloe vera.\u003c\/p\u003e\n\u003cp\u003eThe cooling agents are doing real work here alongside the CBD, which is worth knowing before you buy. If you dislike menthol, this is not the topical for you.\u003c\/p\u003e\n\u003cdiv class=\"mcr-rating-row\"\u003e\n\u003cspan class=\"mcr-pill mcr-score\"\u003eMCR Score 8.2\/10\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003e1000mg CBD\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003eBroad Spectrum\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003eCooling Menthol\u003c\/span\u003e\u003cspan class=\"mcr-pill\"\u003eArnica + Aloe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\n\u003ca class=\"mcr-btn mcr-btn-primary\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eShop FOCL Deep Relief Cream\u003c\/a\u003e\u003ca class=\"mcr-btn mcr-btn-secondary\" href=\"\/collections\/cbd-products\"\u003eBrowse CBD Product Reviews\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section mcr-verdict\"\u003e\n\u003ch2\u003eQuick Verdict: Who Is This For?\u003c\/h2\u003e\n\u003cp\u003eA sensible pick for targeted, localised discomfort after training or a long day on your feet, where you want something you rub in rather than something you swallow.\u003c\/p\u003e\n\u003cp\u003eIt is not a substitute for an oral CBD routine. Topicals act on the area you apply them to, so if you are looking for whole-body calm, the drops or gummies are the better fit.\u003c\/p\u003e\n\u003cdiv class=\"mcr-btn-row\"\u003e\u003ca class=\"mcr-btn mcr-btn-primary\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eCheck Current Price at FOCL\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"mcr-table-wrap\"\u003e\n\u003ctable class=\"mcr-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eFOCL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCategory\u003c\/th\u003e\n\u003ctd\u003eCBD topical cream\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStrengths\u003c\/th\u003e\n\u003ctd\u003e1000mg and 2000mg options\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSpectrum\u003c\/th\u003e\n\u003ctd\u003eBroad spectrum hemp extract\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCooling agents\u003c\/th\u003e\n\u003ctd\u003eMenthol, eucalyptus, wintergreen oil, camphor bark oil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOther key botanicals\u003c\/th\u003e\n\u003ctd\u003eArnica, aloe leaf juice, evening primrose oil, vitamin E\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed price\u003c\/th\u003e\n\u003ctd\u003e$39.00 for 1000mg; $59.00 for the 2000mg version\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLab testing\u003c\/th\u003e\n\u003ctd\u003eThird-party test results published on the FOCL website\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\u003ch2\u003eWhy We Like This Cream\u003c\/h2\u003e\n\u003cdiv class=\"mcr-grid-3\"\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eFormula\u003c\/span\u003e\n\u003ch3\u003eMore Than Just CBD\u003c\/h3\u003e\n\u003cp\u003eArnica, menthol and camphor are the classic topical actives, and they are all present rather than implied.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eSpectrum\u003c\/span\u003e\n\u003ch3\u003eBroad Spectrum, No THC\u003c\/h3\u003e\n\u003cp\u003eBroad spectrum extract means the minor cannabinoids are retained without measurable THC.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mcr-card\"\u003e\n\u003cspan class=\"mcr-tag\"\u003eOptions\u003c\/span\u003e\n\u003ch3\u003eTwo Strengths\u003c\/h3\u003e\n\u003cp\u003eThe 2000mg version doubles the CBD for a modest price increase, which is better value per milligram.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\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 ingredient list published, not just a CBD figure\u003c\/li\u003e\n\u003cli\u003eCooling sensation is immediate and noticeable\u003c\/li\u003e\n\u003cli\u003eBroad spectrum, so no THC concerns\u003c\/li\u003e\n\u003cli\u003eAloe and primrose oil keep it from feeling drying\u003c\/li\u003e\n\u003cli\u003e2000mg option available for heavier use\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\u003eStrong menthol and wintergreen scent\u003c\/li\u003e\n\u003cli\u003eOnly useful for localised application\u003c\/li\u003e\n\u003cli\u003eNot the cheapest CBD topical per milligram at 1000mg\u003c\/li\u003e\n\u003cli\u003eContains no THC, which some users prefer in a topical\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\u003ch2\u003eWill This Get You High?\u003c\/h2\u003e\n\u003cp\u003eNo. This is a broad spectrum CBD topical with no measurable THC, and topicals applied to the skin are not intended to enter the bloodstream in meaningful amounts.\u003c\/p\u003e\n\u003cdiv class=\"mcr-warning\"\u003e\n\u003ch3\u003ePatch Test First\u003c\/h3\u003e\n\u003cp\u003eMenthol, camphor and wintergreen can irritate sensitive skin. Test a small area first and keep it away from broken skin and eyes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section mcr-callout\"\u003e\n\u003ch2\u003eWhere to Buy\u003c\/h2\u003e\n\u003cp\u003eThe best place to buy is the official FOCL store, where you can confirm the current price, strength options and third-party lab results.\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 class=\"mcr-btn mcr-btn-primary\" rel=\"nofollow sponsored noopener\" href=\"https:\/\/clicks.trackcb.com\/aff_c?offer_id=116\u0026amp;aff_id=4198\" target=\"_blank\"\u003eCheck Price at FOCL\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section mcr-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much CBD is in the cream?\u003c\/summary\u003e\n\u003cp\u003eFOCL lists 1000mg per jar for the standard version and 2000mg for the stronger option.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy does it feel cold?\u003c\/summary\u003e\n\u003cp\u003eMenthol, eucalyptus and wintergreen oil create the cooling sensation. Camphor bark oil adds the warming counterpoint.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill a CBD topical show up on a drug test?\u003c\/summary\u003e\n\u003cp\u003eThis is a broad spectrum product with no measurable THC, and topicals are not designed for systemic absorption, so the risk is very low.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes MyCannabisReviews sell FOCL products?\u003c\/summary\u003e\n\u003cp\u003eNo. We publish product guides and buyer notes, then link to the official brand website.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"mcr-section\"\u003e\n\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. CBD products are not intended to diagnose, treat, cure or prevent any disease. 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\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FOCL","offers":[{"title":"Default Title","offer_id":49372617703683,"sku":null,"price":39.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0759\/5838\/6947\/files\/FOCL_CBD_DeepRelief_Cream.webp?v=1785791282"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0759\/5838\/6947\/collections\/mycannabisreviews-focl-collection-thumbnail_c3e1ce1f-de64-4707-a5df-309a2d8c7396.webp?v=1785792791","url":"https:\/\/mycannabisreviews.com\/collections\/focl.oembed","provider":"My Cannabis Reviews","version":"1.0","type":"link"}