{"product_id":"yumz-delta-9-thc-gummies-400mg-bundle","title":"YUMZ | THC GUMMIES | BUNDLE","description":"\u003cstyle\u003e\n\/* --- BASE UTILITIES \u0026 ANIMATIONS --- *\/\n@keyframes pulse-red {\n  0%, 100% { box-shadow: 0 4px 15px rgba(230,57,70,0.25); }\n  50% { box-shadow: 0 4px 25px rgba(230,57,70,0.5); }\n}\n@keyframes pulse-cyan {\n  0%, 100% { box-shadow: 0 4px 15px rgba(0,229,255,0.25); }\n  50% { box-shadow: 0 4px 25px rgba(0,229,255,0.5); }\n}\n@keyframes pulse-green {\n  0%, 100% { box-shadow: 0 4px 15px rgba(16,185,129,0.25); }\n  50% { box-shadow: 0 4px 25px rgba(16,185,129,0.5); }\n}\n@keyframes pulse-purple {\n  0%, 100% { box-shadow: 0 4px 15px rgba(168,85,247,0.25); }\n  50% { box-shadow: 0 4px 25px rgba(168,85,247,0.5); }\n}\n@keyframes pulse-orange {\n  0%, 100% { box-shadow: 0 4px 15px rgba(245,158,11,0.25); }\n  50% { box-shadow: 0 4px 25px rgba(245,158,11,0.5); }\n}\n@keyframes pulse-pink {\n  0%, 100% { box-shadow: 0 4px 15px rgba(236,72,153,0.25); }\n  50% { box-shadow: 0 4px 25px rgba(236,72,153,0.5); }\n}\n\n\/* 6-COLUMN GRID STRUCTURING *\/\n.yumz-metrics-container {\n  display: grid;\n  grid-template-columns: repeat(6, 1fr);\n  gap: 8px;\n  margin-bottom: 30px;\n  text-align: center;\n}\n@media (max-width: 600px) {\n  .yumz-metrics-container { grid-template-columns: repeat(2, 1fr); gap: 10px; }\n}\n@media (min-width: 601px) and (max-width: 900px) {\n  .yumz-metrics-container { grid-template-columns: repeat(3, 1fr); gap: 10px; }\n}\n\n\/* --- GUMMY QUALITY STANDARD GRID TABLE --- *\/\n.yumz-comparison-section {\n  margin: 40px 0;\n  font-family: sans-serif;\n}\n.yumz-table-header-img {\n  text-align: center;\n  margin-bottom: 25px;\n}\n.yumz-comparison-grid {\n  display: grid;\n  grid-template-columns: 1.2fr 1fr 1fr;\n  align-items: center;\n  text-align: center;\n}\n.yumz-grid-label {\n  text-align: left;\n  font-weight: 800;\n  font-size: 13px;\n  color: #000000;\n  padding: 15px 5px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n.yumz-grid-header {\n  font-size: 12px;\n  font-weight: 900;\n  color: #000000;\n  padding: 12px 5px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n.yumz-grid-header.brand-main {\n  background: #ff0055;\n  color: #ffffff;\n  border-top-left-radius: 8px;\n  border-top-right-radius: 8px;\n  padding: 16px 5px;\n}\n.yumz-grid-cell {\n  padding: 20px 10px;\n  font-size: 12px;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  gap: 6px;\n  height: 100%;\n  box-sizing: border-box;\n}\n.yumz-grid-cell.brand-active {\n  background: #fff0f3;\n  border-left: 1px solid #ffccd5;\n  border-right: 1px solid #ffccd5;\n  font-weight: 800;\n  color: #000000;\n}\n.yumz-grid-cell.brand-active-bottom {\n  border-bottom-left-radius: 8px;\n  border-bottom-right-radius: 8px;\n  border-bottom: 1px solid #ffccd5;\n}\n.yumz-grid-cell.competitor-cell {\n  color: #000000;\n  font-weight: 500;\n}\n.yumz-border-row {\n  border-bottom: 1px solid #e2e8f0;\n}\n\n@media (max-width: 500px) {\n  .yumz-grid-label { font-size: 11px; font-weight: 900; }\n  .yumz-grid-cell { font-size: 10px; padding: 15px 4px; }\n  .yumz-grid-header { font-size: 10px; }\n}\n\n\/* --- FAQ ACCORDIONS --- *\/\n.yumz-faq-container {\n  margin: 35px 0;\n}\n.yumz-faq-title {\n  text-align: center;\n  font-size: 26px;\n  font-weight: 900;\n  margin-bottom: 5px;\n}\n.yumz-faq-subtitle {\n  text-align: center;\n  font-size: 11px;\n  font-weight: 800;\n  text-transform: uppercase;\n  color: #000000;\n  letter-spacing: 1px;\n  margin-bottom: 20px;\n}\n.yumz-faq-block {\n  background: #000000;\n  color: #ffffff;\n  border-radius: 8px;\n  margin-bottom: 10px;\n  overflow: hidden;\n}\n.yumz-faq-block summary {\n  padding: 16px;\n  font-size: 13px;\n  font-weight: 900;\n  list-style: none;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n.yumz-faq-block summary::-webkit-details-marker { display: none; }\n.yumz-faq-content {\n  padding: 0 16px 16px 16px;\n  font-size: 14px;\n  color: #ffffff;\n  border-top: 1px solid #222222;\n}\n\n\/* --- DISPATCH SHIPPING FOOTER PANEL --- *\/\n.yumz-shipping-panel {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  background: #ffffff;\n  border: 1px solid #e2e8f0;\n  border-radius: 8px;\n  padding: 12px 20px;\n  margin: 25px 0;\n  font-size: 12px;\n  box-sizing: border-box;\n}\n.yumz-shipping-col {\n  flex: 1;\n  text-align: center;\n}\n.yumz-shipping-col:first-child {\n  border-right: 1px solid #e2e8f0;\n}\n.yumz-panel-label {\n  text-transform: uppercase;\n  font-weight: 800;\n  font-size: 10px;\n  color: #000000;\n  margin-bottom: 2px;\n  letter-spacing: 0.5px;\n}\n.yumz-panel-value {\n  font-weight: 900;\n  color: #000000;\n}\n.yumz-badge-red {\n  color: #ff0055;\n}\n.yumz-pill-flash {\n  background: #ff0055;\n  color: #ffffff;\n  padding: 3px 8px;\n  border-radius: 4px;\n  font-size: 10px;\n  font-weight: 900;\n  display: inline-block;\n  margin-top: 2px;\n}\n@media (max-width: 500px) {\n  .yumz-shipping-panel { flex-direction: column; gap: 12px; padding: 15px; }\n  .yumz-shipping-col:first-child { border-right: none; border-bottom: 1px solid #e2e8f0; padding-bottom: 12px; width: 100%; }\n}\n\n\/* --- VERIFIED STUDY SLEEP WIDGET --- *\/\n.yumz-sleep-widget {\n  background: #ffffff;\n  border: 2px solid #000000;\n  border-radius: 4px;\n  box-shadow: 5px 5px 0px #000000;\n  margin: 40px 0;\n  overflow: hidden;\n  font-family: sans-serif;\n}\n.yumz-sleep-main-body {\n  padding: 25px;\n  display: grid;\n  grid-template-columns: 1.20fr 2fr;\n  gap: 25px;\n}\n.yumz-sleep-left-info {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n.yumz-study-tag {\n  color: #10b981;\n  font-size: 11px;\n  font-weight: 900;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  margin-bottom: 8px;\n}\n.yumz-study-tag::before {\n  content: '';\n  display: inline-block;\n  width: 6px;\n  height: 6px;\n  background: #10b981;\n  border-radius: 50%;\n}\n.yumz-sleep-title {\n  font-size: 22px;\n  font-weight: 900;\n  line-height: 1.1;\n  color: #000000;\n  margin: 0 0 10px 0;\n  letter-spacing: -0.5px;\n}\n.yumz-sleep-p {\n  font-size: 13px;\n  color: #000000;\n  margin: 0;\n  line-height: 1.4;\n}\n.yumz-sleep-metrics-block {\n  display: flex;\n  flex-direction: column;\n  gap: 15px;\n  justify-content: center;\n}\n.yumz-bar-row {\n  display: flex;\n  flex-direction: column;\n}\n.yumz-bar-text-row {\n  display: flex;\n  justify-content: space-between;\n  align-items: flex-end;\n  margin-bottom: 4px;\n}\n.yumz-bar-label {\n  font-size: 11px;\n  font-weight: 900;\n  color: #000000;\n  text-transform: uppercase;\n  letter-spacing: 0.3px;\n}\n.yumz-bar-percentage {\n  font-size: 20px;\n  font-weight: 900;\n  color: #000000;\n  line-height: 1;\n}\n.yumz-native-bar {\n  width: 100%;\n  height: 8px;\n  background: #e2e8f0;\n  border: 1px solid #000000;\n  box-sizing: border-box;\n  position: relative;\n}\n.yumz-native-bar-fill {\n  height: 100%;\n  background: #10b981;\n}\n.yumz-bar-subtext {\n  font-size: 10px;\n  color: #000000;\n  margin-top: 3px;\n  line-height: 1.2;\n}\n.yumz-sleep-dark-footer {\n  background: #000000;\n  color: #ffffff;\n  padding: 12px 25px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  font-size: 11px;\n  font-weight: 800;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  box-sizing: border-box;\n}\n.yumz-footer-meta-item span {\n  color: #ffffff;\n  font-weight: 500;\n  margin-right: 4px;\n}\n.yumz-footer-link {\n  color: #ffffff;\n  text-decoration: underline;\n  font-weight: 900;\n}\n@media (max-width: 600px) {\n  .yumz-sleep-main-body { grid-template-columns: 1fr; gap: 20px; padding: 20px; }\n  .yumz-sleep-dark-footer { flex-direction: column; gap: 8px; text-align: center; padding: 15px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"yumz-ultimate-wrapper\" style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #000000; max-width: 650px; margin: 0 auto; line-height: 1.6; padding: 10px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 30px;\"\u003e\n\u003cspan style=\"background: #ff007f; color: #ffffff; font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 50px; text-transform: uppercase; letter-spacing: 1.5px;\"\u003e🔥 THE TRIPLE FLAVOR GAUNTLET\u003c\/span\u003e\n\u003ch2 style=\"font-size: 32px; font-weight: 900; line-height: 1.1; margin-top: 12px; margin-bottom: 6px; letter-spacing: -0.5px; color: #000000;\"\u003eTaste Like Heaven. Hits Like A Symphony.\u003c\/h2\u003e\n\u003cp style=\"font-size: 16px; color: #000000; max-width: 520px; margin: 0 auto;\"\u003eWelcome to the top shelf. This isn't your average, flat-tasting corporate candy aisle. We took premium \u003cstrong\u003eLive Resin Delta-9 THC\u003c\/strong\u003e, infused it with legendary \u003cstrong\u003eOG Kush Terpenes\u003c\/strong\u003e, and let our expert confectioners run wild.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-metrics-container\"\u003e\n\u003cdiv style=\"background: #000000; color: #ffffff; padding: 14px 4px; border-radius: 12px; box-shadow: 0 4px 15px rgba(255,0,127,0.2); border: 1px solid #ff007f; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box;\"\u003e\n\u003cspan style=\"display: block; font-size: 20px; font-weight: 900; color: #ff007f; line-height: 1.1; margin-bottom: 4px;\"\u003e3\u003c\/span\u003e \u003cspan style=\"font-size: 9px; font-weight: bold; color: #ffffff; text-transform: uppercase; letter-spacing: 0.3px; line-height: 1.2;\"\u003eFull-Size Bags\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #000000; color: #ffffff; padding: 14px 4px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,229,255,0.2); border: 1px solid #00e5ff; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box;\"\u003e\n\u003cspan style=\"display: block; font-size: 18px; font-weight: 900; color: #00e5ff; line-height: 1.1; margin-bottom: 4px;\"\u003e300mg\u003c\/span\u003e \u003cspan style=\"font-size: 9px; font-weight: bold; color: #ffffff; text-transform: uppercase; letter-spacing: 0.3px; line-height: 1.2;\"\u003eResin Per Bag\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #000000; color: #ffffff; padding: 14px 4px; border-radius: 12px; box-shadow: 0 4px 15px rgba(16,185,129,0.2); border: 1px solid #10b981; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box;\"\u003e\n\u003cspan style=\"display: block; font-size: 20px; font-weight: 900; color: #10b981; line-height: 1.1; margin-bottom: 4px;\"\u003e90\u003c\/span\u003e \u003cspan style=\"font-size: 9px; font-weight: bold; color: #ffffff; text-transform: uppercase; letter-spacing: 0.3px; line-height: 1.2;\"\u003eTotal Chews\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #000000; color: #ffffff; padding: 14px 4px; border-radius: 12px; box-shadow: 0 4px 15px rgba(168,85,247,0.2); border: 1px solid #a855f7; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box;\"\u003e\n\u003cspan style=\"display: block; font-size: 20px; font-weight: 900; color: #a855f7; line-height: 1.1; margin-bottom: 4px;\"\u003e100%\u003c\/span\u003e \u003cspan style=\"font-size: 9px; font-weight: bold; color: #ffffff; text-transform: uppercase; letter-spacing: 0.3px; line-height: 1.2;\"\u003eOG Kush Terps\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #000000; color: #ffffff; padding: 14px 4px; border-radius: 12px; box-shadow: 0 4px 15px rgba(245,158,11,0.2); border: 1px solid #f59e0b; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box;\"\u003e\n\u003cspan style=\"display: block; font-size: 20px; font-weight: 900; color: #f59e0b; line-height: 1.1; margin-bottom: 4px;\"\u003eINFUSED\u003c\/span\u003e \u003cspan style=\"font-size: 9px; font-weight: bold; color: #ffffff; text-transform: uppercase; letter-spacing: 0.3px; line-height: 1.2;\"\u003eDelta-9 THC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #000000; color: #ffffff; padding: 14px 4px; border-radius: 12px; box-shadow: 0 4px 15px rgba(236,72,153,0.2); border: 1px solid #ec4899; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box;\"\u003e\n\u003cspan style=\"display: block; font-size: 20px; font-weight: 900; color: #ec4899; line-height: 1.1; margin-bottom: 4px;\"\u003ePURE\u003c\/span\u003e \u003cspan style=\"font-size: 9px; font-weight: bold; color: #ffffff; text-transform: uppercase; letter-spacing: 0.3px; line-height: 1.2;\"\u003eLab Verified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 20px; padding: 20px; margin-bottom: 35px;\"\u003e\n\u003ch3 style=\"font-size: 18px; font-weight: 800; text-align: center; margin-top: 0; margin-bottom: 15px; color: #000000;\"\u003eLet’s Be Real For A Second...\u003c\/h3\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; text-align: left;\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"border-bottom: 2px solid #e2e8f0;\"\u003e\n\u003cth style=\"padding: 10px 5px; font-weight: bold; color: #000000;\"\u003eThe Spec\u003c\/th\u003e\n\u003cth style=\"padding: 10px 5px; font-weight: 800; color: #ff007f; text-align: center;\"\u003eYUMZ LAB Bundle\u003c\/th\u003e\n\u003cth style=\"padding: 10px 5px; font-weight: 600; color: #000000; text-align: center;\"\u003eThe Other Guys\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003ctd style=\"padding: 12px 5px; font-weight: 600; color: #000000;\"\u003eExtract Type\u003c\/td\u003e\n\u003ctd style=\"padding: 12px 5px; text-align: center; color: #10b981; font-weight: bold;\"\u003e✨ Premium Live Resin\u003c\/td\u003e\n\u003ctd style=\"padding: 12px 5px; text-align: center; color: #000000;\"\u003eFlat Distillate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003ctd style=\"padding: 12px 5px; font-weight: 600; color: #000000;\"\u003eFlavor Profile\u003c\/td\u003e\n\u003ctd style=\"padding: 12px 5px; text-align: center; color: #10b981; font-weight: bold;\"\u003eOG Kush Terpenes 🌲\u003c\/td\u003e\n\u003ctd style=\"padding: 12px 5px; text-align: center; color: #000000;\"\u003eArtificial Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003ctd style=\"padding: 12px 5px; font-weight: 600; color: #000000;\"\u003eDosing\u003c\/td\u003e\n\u003ctd style=\"padding: 12px 5px; text-align: center; color: #10b981; font-weight: bold;\"\u003ePrecise 10mg Waves\u003c\/td\u003e\n\u003ctd style=\"padding: 12px 5px; text-align: center; color: #000000;\"\u003eTotal Guesswork\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 12px 5px; font-weight: 600; color: #000000;\"\u003eMorning After\u003c\/td\u003e\n\u003ctd style=\"padding: 12px 5px; text-align: center; color: #10b981; font-weight: bold;\"\u003eClean \u0026amp; Refreshed 😎\u003c\/td\u003e\n\u003ctd style=\"padding: 12px 5px; text-align: center; color: #000000;\"\u003eHeavy \"Brain Fog\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"font-size: 20px; font-weight: 800; margin-bottom: 15px; text-align: center; color: #000000;\"\u003eChoose Your Adventure (You Get All 3):\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 15px; margin-bottom: 35px;\"\u003e\n\u003cdiv style=\"background: #fff; border: 2px solid #ffb6c1; border-radius: 16px; padding: 20px; position: relative; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.02);\"\u003e\n\u003cdiv style=\"position: absolute; right: -15px; bottom: -15px; font-size: 90px; opacity: 0.1; font-weight: 900; pointer-events: none;\"\u003e🍭\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 6px;\"\u003e\n\u003cspan style=\"font-size: 24px;\"\u003e🍭\u003c\/span\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; font-weight: 800; color: #ff007f;\"\u003eCotton Candy\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin: 0; font-size: 14px; color: #000000; max-width: 85%;\"\u003eAiry, sweet, and pure nostalgia. It tastes exactly like the spinning pink sugar clouds from the local boardwalk, right before it sweeps you into complete relaxation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 2px solid #b2f5ea; border-radius: 16px; padding: 20px; position: relative; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.02);\"\u003e\n\u003cdiv style=\"position: absolute; right: -15px; bottom: -15px; font-size: 90px; opacity: 0.1; font-weight: 900; pointer-events: none;\"\u003e🍹\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 6px;\"\u003e\n\u003cspan style=\"font-size: 24px;\"\u003e🍹\u003c\/span\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; font-weight: 800; color: #00b0ff;\"\u003eFruit Punch\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin: 0; font-size: 14px; color: #000000; max-width: 85%;\"\u003eBold, juicy, and multi-layered. A tropical smash of dark berries, citrus zest, and sweet summer fruits engineered to completely fix your evening mood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 2px solid #d4fc79; border-radius: 16px; padding: 20px; position: relative; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.02);\"\u003e\n\u003cdiv style=\"position: absolute; right: -15px; bottom: -15px; font-size: 90px; opacity: 0.1; font-weight: 900; pointer-events: none;\"\u003e🍏\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 6px;\"\u003e\n\u003cspan style=\"font-size: 24px;\"\u003e🍏\u003c\/span\u003e\n\u003ch4 style=\"margin: 0; font-size: 18px; font-weight: 800; color: #6ba22c;\"\u003eSour Green Apple\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin: 0; font-size: 14px; color: #000000; max-width: 85%;\"\u003eA mouth-puckering masterpiece. Hits your tongue with a sharp, lightning strike of tart apple goodness before melting into a perfectly balanced candy finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-comparison-section\"\u003e\n\u003cdiv class=\"yumz-table-header-img\"\u003e\n\u003ch3 style=\"font-size: 22px; font-weight: 900; text-transform: uppercase; letter-spacing: -0.5px; margin: 0; color: #000000;\"\u003eThe Gummy \u003cspan style=\"color: #ff0055;\"\u003eStandard.\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp style=\"font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #000000; margin: 5px 0 0 0;\"\u003ePremium Live Resin • Organic Fruit Infusions • Clean Uplift\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-comparison-grid\"\u003e\n\u003cdiv class=\"yumz-grid-header\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"yumz-grid-header brand-main\"\u003eYumz Lab\u003c\/div\u003e\n\u003cdiv style=\"padding-top: 16px;\" class=\"yumz-grid-header\"\u003eCheap\/Standard Edibles\u003c\/div\u003e\n\u003cdiv class=\"yumz-grid-label yumz-border-row\"\u003e\n\u003cspan style=\"color: #ff0055;\"\u003e✨\u003c\/span\u003e Live Resin Infusion\u003c\/div\u003e\n\u003cdiv class=\"yumz-grid-cell brand-active yumz-border-row\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003ccircle fill=\"#ff0055\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#ffffff\" d=\"M8 12L11 15L16 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003eFull-Spectrum Potency\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-grid-cell competitor-cell yumz-border-row\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003ccircle fill=\"#e2e8f0\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#000000\" d=\"M9 9L15 15M15 9L9 15\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan style=\"text-transform: uppercase; font-size: 9px; letter-spacing: 0.3px;\"\u003eStripped-Down Distillate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-grid-label yumz-border-row\"\u003e\n\u003cspan style=\"color: #ff0055;\"\u003e🌲\u003c\/span\u003e Strain-Specific Terps\u003c\/div\u003e\n\u003cdiv class=\"yumz-grid-cell brand-active yumz-border-row\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003ccircle fill=\"#ff0055\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#ffffff\" d=\"M8 12L11 15L16 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003eAuthentic OG Kush Baseline\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-grid-cell competitor-cell yumz-border-row\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003ccircle fill=\"#e2e8f0\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#000000\" d=\"M9 9L15 15M15 9L9 15\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan style=\"text-transform: uppercase; font-size: 9px; letter-spacing: 0.3px;\"\u003eArtificial Taste Additions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-grid-label\"\u003e\n\u003cspan style=\"color: #ff0055;\"\u003e🧪\u003c\/span\u003e Pure Safety Audits\u003c\/div\u003e\n\u003cdiv class=\"yumz-grid-cell brand-active brand-active-bottom\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003ccircle fill=\"#ff0055\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#ffffff\" d=\"M8 12L11 15L16 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003eZero Residual Metals\/Solvents\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-grid-cell competitor-cell\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003ccircle fill=\"#e2e8f0\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#000000\" d=\"M9 9L15 15M15 9L9 15\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan style=\"text-transform: uppercase; font-size: 9px; letter-spacing: 0.3px;\"\u003eUntested Batches \/ No COAs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-faq-container\"\u003e\n\u003cdiv class=\"yumz-faq-title\"\u003eTHC Gummy \u003cspan style=\"color: #ff0055;\"\u003eFAQ\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-faq-subtitle\"\u003eStraight Fact Sheet\u003c\/div\u003e\n\u003cdetails class=\"yumz-faq-block\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat is the difference between Live Resin and standard distillate?\u003c\/span\u003e\u003cspan style=\"font-size: 16px;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"yumz-faq-content\"\u003eStandard distillate strips away everything except the primary cannabinoid, resulting in a flat experience. Live Resin uses flash-frozen harvests to preserve the raw plant's active terpene, minor cannabinoid, and legal compound matrix—giving you a richer, cleaner, and far superior effect.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"yumz-faq-block\"\u003e\n\u003csummary\u003e\u003cspan\u003eHow long do these gummies take to kick in?\u003c\/span\u003e\u003cspan style=\"font-size: 16px;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"yumz-faq-content\"\u003eBecause our premium gummies are master-crafted with optimal organic infusions, digestive activation usually hits your system within 45 to 90 minutes. Always give your first dose full time to unfold before eating more.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"yumz-faq-block\"\u003e\n\u003csummary\u003e\u003cspan\u003eWill these show up on standard screening tests?\u003c\/span\u003e\u003cspan style=\"font-size: 16px;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"yumz-faq-content\"\u003eYes. Although our gummies are derived from legal industrial hemp sources in total alignment with the 2018 Federal Farm Bill, your body digests and converts them into true THC metabolic trails. Do not take if you are subject to random testing panels.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-sleep-widget\"\u003e\n\u003cdiv class=\"yumz-sleep-main-body\"\u003e\n\u003cdiv class=\"yumz-sleep-left-info\"\u003e\n\u003cdiv class=\"yumz-study-tag\"\u003e2026 Verified Study\u003c\/div\u003e\n\u003ch4 class=\"yumz-sleep-title\"\u003eYUMZ DELTA 9 THC GUMMIES SLEEP REPORT\u003c\/h4\u003e\n\u003cp class=\"yumz-sleep-p\"\u003eData-backed insights on Delta 9 THC Gummies \u0026amp; sleep onset.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-sleep-metrics-block\"\u003e\n\u003cdiv class=\"yumz-bar-row\"\u003e\n\u003cdiv class=\"yumz-bar-text-row\"\u003e\n\u003cspan class=\"yumz-bar-label\"\u003eFall Asleep Faster\u003c\/span\u003e \u003cspan class=\"yumz-bar-percentage\"\u003e94%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-native-bar\"\u003e\n\u003cdiv style=\"width: 94%;\" class=\"yumz-native-bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-bar-subtext\"\u003eReported sleep onset within 45-60 mins of dosing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-bar-row\"\u003e\n\u003cdiv class=\"yumz-bar-text-row\"\u003e\n\u003cspan class=\"yumz-bar-label\"\u003eNightly Retention\u003c\/span\u003e \u003cspan class=\"yumz-bar-percentage\"\u003e80%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-native-bar\"\u003e\n\u003cdiv style=\"width: 80%;\" class=\"yumz-native-bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-bar-subtext\"\u003eUsers reported fewer middle-of-the-night awakenings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-bar-row\"\u003e\n\u003cdiv class=\"yumz-bar-text-row\"\u003e\n\u003cspan class=\"yumz-bar-label\"\u003eMorning Vitality\u003c\/span\u003e \u003cspan class=\"yumz-bar-percentage\"\u003e91%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-native-bar\"\u003e\n\u003cdiv style=\"width: 91%;\" class=\"yumz-native-bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-bar-subtext\"\u003eZero reported \"fog\" or grogginess upon waking.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-sleep-dark-footer\"\u003e\n\u003cdiv class=\"yumz-footer-meta-item\"\u003e\n\u003cspan\u003eParticipants:\u003c\/span\u003e 1,248 Verified Buyers\u003c\/div\u003e\n\u003cdiv class=\"yumz-footer-meta-item\"\u003e\n\u003cspan\u003eStudy Duration:\u003c\/span\u003e 180 Days (Oct '25 - Mar '26)\u003c\/div\u003e\n\u003cdiv class=\"yumz-footer-meta-item\"\u003e\n\u003cspan\u003eDosage:\u003c\/span\u003e 1\/2 Gummy (5mg D9)\u003c\/div\u003e\n\u003cdiv\u003e\u003ca href=\"#\" class=\"yumz-footer-link\"\u003eRead Full 12-Page Report →\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-shipping-panel\"\u003e\n\u003cdiv class=\"yumz-shipping-col\"\u003e\n\u003cdiv class=\"yumz-panel-label\"\u003eSame-Day Dispatch\u003c\/div\u003e\n\u003cdiv class=\"yumz-panel-value\"\u003eShips today if ordered within \u003cspan class=\"yumz-badge-red\"\u003e13h 23m 01s\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"yumz-shipping-col\"\u003e\n\u003cdiv style=\"color: #ff0055;\" class=\"yumz-panel-label\"\u003e• Shipping to California\u003c\/div\u003e\n\u003cdiv class=\"yumz-panel-value\"\u003eEst. 2-4 Days\u003c\/div\u003e\n\u003cdiv class=\"yumz-pill-flash\"\u003eEST. 2-4 DAYS\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-top: 2px solid #e2e8f0; margin-bottom: 20px;\"\u003e\n\u003cdetails style=\"padding: 18px 0; border-bottom: 1px solid #e2e8f0; cursor: pointer;\"\u003e\n\u003csummary style=\"font-size: 15px; font-weight: 800; display: flex; justify-content: space-between; align-items: center; color: #000000;\"\u003e🧪 Pure Lab Purity \u0026amp; COAs \u003cspan style=\"color: #ff007f; font-size: 18px;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 12px 5px 0; font-size: 14px; color: #000000;\"\u003e\n\u003cp style=\"margin-top: 0;\"\u003eWe don’t do mystery ingredients. Every single batch is rigorously third-party lab tested for purity, potency, and absolute Farm Bill compliance.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/3454\/5686\/files\/Yumz_Cotton_Candy_10mg.pdf?v=1697579427\" style=\"color: #ff007f; font-weight: bold; text-decoration: none; display: inline-flex; align-items: center; gap: 5px;\" target=\"_blank\"\u003e📥 View Cotton Candy COA Report ↗\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/3454\/5686\/files\/Yumz_Fruit_Punch_10mg.pdf?v=1697579427\" style=\"color: #00b0ff; font-weight: bold; text-decoration: none; display: inline-flex; align-items: center; gap: 5px;\" target=\"_blank\"\u003e📥 View Fruit Punch COA Report ↗\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0769\/3454\/5686\/files\/Yumz_Sour_Green_Apple_10mg.pdf?v=1697579427\" style=\"color: #10b981; font-weight: bold; text-decoration: none; display: inline-flex; align-items: center; gap: 5px;\" target=\"_blank\"\u003e📥 View Sour Green Apple COA Report ↗\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"padding: 18px 0; border-bottom: 1px solid #e2e8f0; cursor: pointer;\"\u003e\n\u003csummary style=\"font-size: 15px; font-weight: 800; display: flex; justify-content: space-between; align-items: center; color: #000000;\"\u003e📐 How To Dose Like A Pro \u003cspan style=\"color: #ff007f; font-size: 18px;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 12px 5px 0; font-size: 14px; color: #000000; line-height: 1.5;\"\u003e\n\u003cp\u003e\u003cstrong\u003eNew to the squad?\u003c\/strong\u003e Start with 1\/2 or 1 whole gummy once daily. Give it 45 to 90 minutes to fully unfold before deciding to go back for seconds. Your future self will thank you.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eConnoisseur status?\u003c\/strong\u003e Take 1 to 2 gummies to dial in your perfect sweet spot of heavy body relaxation and premium vibe control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"padding: 18px 0; border-bottom: 1px solid #e2e8f0; cursor: pointer;\"\u003e\n\u003csummary style=\"font-size: 15px; font-weight: 800; display: flex; justify-content: space-between; align-items: center; color: #c53030;\"\u003e🛑 State Shipping Restrictions \u003cspan style=\"font-size: 18px;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 12px 5px 0; font-size: 14px; color: #000000; line-height: 1.5;\"\u003e\n\u003cp\u003eOur Full Spectrum extracts are 100% legal under the 2018 Federal Farm Bill (containing under 0.3% dry-weight Delta-9 THC). However, local state laws are constantly moving fast.\u003c\/p\u003e\n\u003cp style=\"background: #fff5f5; border: 1px solid #fed7d7; padding: 12px; border-radius: 10px; color: #9b2c2c; font-weight: 600; margin-bottom: 0;\"\u003e❌ SORRY: We cannot ship this specific Full Spectrum bundle to addresses in Hawaii, Oregon, Idaho, or Colorado.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" style=\"padding: 15px 0; border-bottom: 1px solid #e2e8f0; cursor: pointer;\"\u003e\n\u003csummary style=\"font-size: 12px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; color: #000000;\"\u003e⚠️ Legal Disclaimers \u0026amp; CA Prop 65 \u003cspan\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 10px 5px 0; font-size: 12px; color: #000000; line-height: 1.5;\"\u003e\n\u003cp\u003e\u003cstrong\u003eADULT USE ONLY (21+):\u003c\/strong\u003e Keep out of reach of children. Do not operate heavy machinery, drive cars, or jump through burning hoops after consuming. Do not mix with alcohol or prescription medications. Do not use if pregnant or nursing.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eCALIFORNIA PROP 65 WARNING:\u003c\/strong\u003e This product can expose you to chemicals including myrcene, which is known to the State of California to cause cancer, and THC, which is known to the State of California to cause birth defects or other reproductive harm. For more information, go to \u003ca href=\"https:\/\/www.P65Warnings.ca.gov\" style=\"color: #000000; text-decoration: underline;\" target=\"_blank\"\u003ewww.P65Warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"YUMZ LAB","offers":[{"title":"900mg Bundle ( Contains 3 Bags ) ( 90 Gummies )","offer_id":48117201207526,"sku":null,"price":119.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0252\/3522\/6671\/files\/bundleimage.jpg?v=1785851409","url":"https:\/\/buycbdonline.com\/products\/yumz-delta-9-thc-gummies-400mg-bundle","provider":"Buy CBD Online","version":"1.0","type":"link"}