{"title":"Daily Reset Jellies","description":"","products":[{"product_id":"collagen-glow-jelly","title":"Collagen Glow Jelly","description":"\u003cstyle\u003e\n  \/* Base Layout Container - Locked to #562C20 *\/\n  .ls-v3-main-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #562C20;\n    max-width: 500px;\n    margin: 0 auto;\n    padding: 20px 15px;\n    background: #ffffff;\n  }\n\n  \/* Utility Classes for Speed Optimization with Brand Color *\/\n  .ls-u-flex-sb { display: flex; justify-content: space-between; align-items: center; }\n  .ls-u-flex-baseline { display: flex; justify-content: space-between; align-items: baseline; }\n  .ls-u-flex-start { display: flex; align-items: flex-start; }\n  .ls-u-dir-col { display: flex; flex-direction: column; }\n  .ls-u-text-brand { color: #562C20 !important; }\n  .ls-u-text-dark { color: #562C20 !important; font-weight: 700; }\n  .ls-u-text-muted { color: rgba(86, 44, 32, 0.75) !important; }\n  .ls-u-border-b-thin { border-bottom: 1px solid rgba(86, 44, 32, 0.15); }\n\n  \/* Special Section Styles *\/\n  .ls-v3-special-section { margin-bottom: 40px; }\n  .ls-v3-special-section h3 {\n    font-size: 13px; font-weight: 700; margin: 0 0 16px 0;\n    text-transform: uppercase; letter-spacing: 1.5px; color: #562C20;\n    display: flex; align-items: center;\n  }\n  .ls-v3-title-line { width: 20px; height: 1px; background: #562C20; margin-right: 10px; }\n  .ls-v3-hero-text {\n    font-size: 17px; line-height: 1.5; color: #562C20; margin: 0 0 30px 0;\n    font-weight: 500; letter-spacing: -0.2px;\n  }\n  .ls-v3-hero-highlight { background: linear-gradient(120deg, rgba(86, 44, 32, 0.12) 0%, rgba(86, 44, 32, 0.12) 100%); }\n\n  \/* Grid Cards *\/\n  .ls-v3-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n  .ls-v3-img-container {\n    width: 100%; aspect-ratio: 1; background: #fdfcfb; border-radius: 12px;\n    overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86, 44, 32, 0.15);\n  }\n  .ls-v3-img-container img { width: 100%; height: 100%; object-fit: cover; display: block; }\n  .ls-v3-item h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; margin: 0 0 8px 0; color: #562C20; letter-spacing: 0.5px; }\n  .ls-v3-item p { font-size: 12px; line-height: 1.6; color: rgba(86, 44, 32, 0.85); margin: 0; }\n\n  \/* Accordion Styles *\/\n  .ls-v3-accordions { background: rgba(86, 44, 32, 0.03); border-radius: 16px; padding: 10px; margin-bottom: 40px; }\n  .ls-v3-details { border-bottom: 1px solid rgba(86, 44, 32, 0.15); background: transparent; transition: all 0.3s ease; }\n  .ls-v3-details:last-child { border-bottom: none; }\n  .ls-v3-details summary {\n    list-style: none; padding: 20px 12px; display: flex; justify-content: space-between;\n    align-items: center; cursor: pointer; font-size: 14px; font-weight: 700;\n    color: #562C20; text-transform: uppercase; letter-spacing: 0.8px; outline: none;\n  }\n  .ls-v3-details summary::-webkit-details-marker { display: none; }\n  .ls-v3-details summary::after {\n    content: '→'; display: flex; align-items: center; justify-content: center;\n    width: 26px; height: 26px; border: 1.5px solid #562C20; border-radius: 50%;\n    font-size: 12px; color: #562C20; transition: all 0.3s ease;\n  }\n  .ls-v3-details[open] { background: #ffffff; border-radius: 12px; box-shadow: 0 4px 12px rgba(86, 44, 32, 0.08); margin: 8px 0; }\n  .ls-v3-details[open] summary::after { transform: rotate(90deg); background: #562C20; color: #ffffff; }\n  .ls-v3-content { padding: 0 12px 20px 12px; font-size: 14px; color: #562C20; line-height: 1.6; }\n\n  \/* Supplement Facts Tables *\/\n  .ls-v3-facts-table { border: 1.5px solid #562C20; padding: 12px; background: #ffffff; border-radius: 4px; color: #562C20; }\n  .ls-v3-warning-section { margin-top: 12px; padding-top: 12px; border-top: 1px dashed rgba(86, 44, 32, 0.15); font-size: 10px; line-height: 1.5; color: rgba(86, 44, 32, 0.85); }\n\n  \/* Ingredients Cards Section Styles *\/\n  .ls-science-header { font-family: Georgia, serif; font-size: 20px; font-weight: 400; font-style: italic; text-align: center; margin: 30px 0 25px 0; letter-spacing: 0.2px; color: #562C20; }\n  .ls-ingredient-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px; }\n  .ls-ingredient-card {\n    display: flex; width: 100%; height: 120px; border-radius: 6px; overflow: hidden;\n    border: 1px solid rgba(86, 44, 32, 0.15); background: #ffffff; box-shadow: 0 2px 8px rgba(86, 44, 32, 0.03);\n  }\n  .ls-card-img { width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; }\n  .ls-card-img img { width: 100%; height: 100%; object-fit: cover; }\n  .ls-card-info { width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center; }\n  .ls-card-title { font-size: 13.5px; font-weight: 700; color: #562C20; margin-bottom: 2px; line-height: 1.2; }\n  .ls-card-tag { font-size: 9px; letter-spacing: 0.5px; color: #562C20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; }\n  .ls-card-desc { font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85); }\n\n  \/* Refined Comparison Section Styles *\/\n  .ls-comparison { background: rgba(86, 44, 32, 0.02); border: 1px solid rgba(86, 44, 32, 0.08); border-radius: 12px; padding: 22px 16px; }\n  .ls-header { margin-bottom: 18px; }\n  .ls-title { font-family: Georgia, serif; font-size: 20px; font-weight: 400; font-style: italic; text-align: center; margin: 0; letter-spacing: 0.2px; color: #562C20; }\n  .ls-table-card { border-radius: 8px; overflow: hidden; background: #ffffff; border: 1px solid rgba(86, 44, 32, 0.12); }\n  .ls-table { width: 100%; border-collapse: collapse; text-align: center; font-size: 12px; color: #562C20; }\n  .ls-table thead tr { background: #562C20; color: #ffffff; font-weight: 600; font-size: 13px; }\n  .ls-table th { padding: 12px 10px; font-weight: 600; }\n  .ls-table td { padding: 14px 10px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); }\n  .ls-table tbody tr:last-child td { border-bottom: none; }\n  .ls-table td:first-child { text-align: left; padding-left: 14px; font-weight: 500; width: 45%; }\n  .ls-table td:nth-child(2) { width: 30%; }\n  .ls-table td:odd-child(3) { width: 25%; }\n  .ls-table-svg-wrap { display: flex; justify-content: center; align-items: center; }\n\u003c\/style\u003e\n\u003csection id=\"ls-product-root-{{ section.id }}\" class=\"ls-v3-main-wrapper\"\u003e\n\u003carticle class=\"ls-v3-special-section\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"ls-v3-title-line\"\u003e\u003c\/span\u003eWhy It's Special\u003c\/h3\u003e\n\u003cp class=\"ls-v3-hero-text\"\u003e\u003cstrong class=\"ls-u-text-dark\" style=\"font-size: 18px; display: block; margin-bottom: 8px;\"\u003eCollagen Glow Jelly – Premium Daily Skin \u0026amp; Wellness Support*\u003c\/strong\u003e High-quality \u003cspan class=\"ls-v3-hero-highlight\"\u003e1000mg Marine Collagen\u003c\/span\u003e and \u003cspan class=\"ls-v3-hero-highlight\"\u003e330% DV Vitamin C\u003c\/span\u003e in a convenient stick. Designed to support skin nutrition, antioxidant intake, and everyday vitality.*\u003c\/p\u003e\n\u003cdiv class=\"ls-v3-grid\"\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv class=\"ls-v3-img-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Collagen_glow_jelly_3_7d15ce23-fda3-4637-a06b-a3fe294e6dec.webp?v=1778660307\" alt=\"Marine Collagen Potency and Absorption\" width=\"230\" height=\"230\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch4\u003eThe Glow Formula\u003c\/h4\u003e\n\u003cp\u003eContains 1000mg Fish Collagen and 330% DV Vitamin C to contribute to daily skin health.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv class=\"ls-v3-img-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Collagen_glow_jelly_4_fa8da1cc-fcec-4eb9-9a9c-32a1475c697a.webp?v=1778660307\" alt=\"NAD Supplement for Cellular Energy\" width=\"230\" height=\"230\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch4\u003eThe Daily Ritual\u003c\/h4\u003e\n\u003cp\u003eRefreshing orange-infused stick with NAD. Portable, mess-free, and designed to support everyday wellness.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003cdiv class=\"ls-v3-accordions\"\u003e\n\u003cdetails open=\"\" class=\"ls-v3-details\"\u003e\n\u003csummary\u003eWhat It's Good For\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0; margin: 0;\"\u003e\n\u003cli class=\"ls-u-flex-start\" style=\"margin-bottom: 14px; align-items: baseline;\"\u003e\n\u003cspan class=\"ls-u-text-brand\" style=\"margin-right: 8px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan class=\"ls-u-text-brand\"\u003e \u003cstrong class=\"ls-u-text-dark\" style=\"text-transform: uppercase; font-size: 13px; letter-spacing: 0.3px;\"\u003eRadiance Support:\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"opacity: 0.9; font-size: 13.5px;\"\u003eVitamin C \u0026amp; Pomegranate → supports natural collagen synthesis*\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"ls-u-flex-start\" style=\"margin-bottom: 14px; align-items: baseline;\"\u003e\n\u003cspan class=\"ls-u-text-brand\" style=\"margin-right: 8px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan class=\"ls-u-text-brand\"\u003e \u003cstrong class=\"ls-u-text-dark\" style=\"text-transform: uppercase; font-size: 13px; letter-spacing: 0.3px;\"\u003eElasticity \u0026amp; Texture:\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"opacity: 0.9; font-size: 13.5px;\"\u003eMarine Collagen → contributes to skin resilience*\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"ls-u-flex-start\" style=\"align-items: baseline;\"\u003e\n\u003cspan class=\"ls-u-text-brand\" style=\"margin-right: 8px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan class=\"ls-u-text-brand\"\u003e \u003cstrong class=\"ls-u-text-dark\" style=\"text-transform: uppercase; font-size: 13px; letter-spacing: 0.3px;\"\u003eDaily Vitality:\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"opacity: 0.9; font-size: 13.5px;\"\u003eNAD \u0026amp; Reishi Mushroom → helps support everyday energy*\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eFor Optimal Results\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.04); padding: 15px; border-radius: 8px; border-left: 3px solid #562C20;\"\u003e\n\u003cp style=\"margin: 0 0 12px 0;\" class=\"ls-u-text-brand\"\u003eEnjoy \u003cstrong class=\"ls-u-text-dark\"\u003e1 Collagen Glow Jelly stick daily\u003c\/strong\u003e. Best consumed in the morning or between meals. For optimal experience, keep chilled. Consistent daily use contributes to overall wellness.*\u003c\/p\u003e\n\u003cdiv style=\"border-top: 1px solid rgba(86, 44, 32, 0.15); padding-top: 12px;\"\u003e\n\u003cp style=\"margin: 0 0 8px 0; font-size: 13px;\" class=\"ls-u-text-dark\"\u003eWith regular use, may complement your daily skin and wellness routine.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eSupplement Facts\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv class=\"ls-v3-facts-table\"\u003e\n\u003cdiv class=\"ls-u-flex-sb\" style=\"font-size: 11px; font-weight: bold; border-bottom: 3px solid #562C20; padding-bottom: 3px; text-transform: uppercase;\"\u003e\n\u003cspan\u003eAmount Per Serving\u003c\/span\u003e\u003cspan\u003e% DV**\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-baseline\" style=\"border-bottom: 6px solid #562C20; padding: 6px 0 4px 0;\"\u003e\n\u003cspan style=\"font-size: 17px; font-weight: bold;\"\u003eCalories\u003c\/span\u003e\u003cspan style=\"font-size: 19px; font-weight: bold;\"\u003e30\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-dir-col\"\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; font-weight: bold; padding: 5px 0;\"\u003e\n\u003cspan\u003eTotal Carbohydrate 5g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 5px 0 5px 12px;\"\u003e\n\u003cspan\u003eDietary Fiber 2g\u003c\/span\u003e\u003cspan\u003e7%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 5px 0 5px 12px;\"\u003e\n\u003cspan\u003eTotal Sugars 1g\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin ls-u-text-muted\" style=\"font-size: 11px; padding: 5px 0 5px 24px;\"\u003e\n\u003cspan\u003eIncludes 0g Added Sugars\u003c\/span\u003e\u003cspan\u003e0%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; font-weight: bold; padding: 5px 0;\"\u003e\n\u003cspan\u003eProtein 1g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 5px 0;\"\u003e\n\u003cspan\u003eVitamin C 300mg\u003c\/span\u003e\u003cspan\u003e330%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb\" style=\"font-size: 11px; border-bottom: 2px solid #562C20; padding: 5px 0;\"\u003e\n\u003cspan\u003eSodium 20mg\u003c\/span\u003e\u003cspan\u003e1%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-dir-col\" style=\"margin-top: 5px;\"\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 6px 0;\"\u003e\n\u003cspan\u003eNicotinamide Adenine Dinucleotide 50mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin ls-u-text-dark\" style=\"font-size: 11px; font-weight: bold; padding: 6px 0;\"\u003e\n\u003cspan\u003eFish Collagen Peptides 1000mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 6px 0;\"\u003e\n\u003cspan\u003ePomegranate Extract 100mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb\" style=\"font-size: 11px; padding: 6px 0; border-bottom: 2px solid #562C20;\"\u003e\n\u003cspan\u003eReishi Mushroom Extract 200mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-text-muted\" style=\"font-size: 9px; margin-top: 8px;\"\u003e**Percent Daily Values (DV) are based on a 2,000 calorie diet. † Daily Value (DV) not established.\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.04); padding: 8px; font-size: 10px; margin-top: 10px; line-height: 1.4;\" class=\"ls-u-text-brand\"\u003e\n\u003cstrong class=\"ls-u-text-dark\"\u003eOTHER INGREDIENTS:\u003c\/strong\u003e Water, Concentrated Orange Juice, Vitamin C, Chia Seeds, Konjac Powder, Pectin, Citric Acid, Stevia, Carrageenan.\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-warning-section\"\u003e\n\u003cp style=\"margin: 0 0 6px 0; font-weight: bold;\" class=\"ls-u-text-dark\"\u003eAllergen: Fish\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 6px 0;\" class=\"ls-u-text-brand\"\u003e\u003cstrong class=\"ls-u-text-dark\"\u003eNOTICE:\u003c\/strong\u003e Manufactured in a facility that may process milk, soy, wheat, and tree nuts.\u003c\/p\u003e\n\u003cp style=\"margin: 0;\" class=\"ls-u-text-brand\"\u003e\u003cstrong class=\"ls-u-text-dark\"\u003eCAUTION:\u003c\/strong\u003e Not recommended for children, pregnant women, or individuals sensitive to any ingredients. Consult your physician before use if you have a medical condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"ls-science-header\"\u003ePowered by Nature's Cleanest Ingredients\u003c\/h3\u003e\n\u003cdiv class=\"ls-ingredient-list\"\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/orange.webp?v=1778147427\" alt=\"Vitamin C for skin health\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003e330% DV Vitamin C \u003cbr\u003e\u003cspan style=\"font-size: 11px; font-weight: 500; opacity: 0.85;\"\u003e(Skin Nutrition Boost*)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003ePure L-Ascorbic Acid to support natural collagen synthesis and a brighter complexion.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/fish_collagen.webp?v=1778135250\" alt=\"Bioavailable Marine Collagen Peptides\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003e1000mg Marine Collagen \u003cbr\u003e\u003cspan style=\"font-size: 11px; font-weight: 500; opacity: 0.85;\"\u003e(Skin Structure Support*)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003e\n\u003cspan\u003ePremium peptides to nourish your skin for a vibrant appearance. \u003c\/span\u003e*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/NAD.webp?v=1778147426\" alt=\"NAD coenzyme for vitality\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eCellular NAD \u003cbr\u003e\u003cspan style=\"font-size: 11px; font-weight: 500; opacity: 0.85;\"\u003e(Daily Energy \u0026amp; Vitality*)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003eA vital coenzyme that supports active lifestyles and helps enhance daily energy metabolism.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/reishi_mushroom.webp?v=1778147427\" alt=\"Reishi Mushroom adaptogen extract\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eReishi Mushroom\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003e\u003cspan\u003ehelps balance your system and supports a state of quiet vitality and well-being.*\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Pomgranate.webp?v=1778135250\" alt=\"Antioxidant Pomegranate Extract\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003ePomegranate Extract\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003e\u003cspan\u003eRich in potent polyphenols to neutralize free radicals, protect cells from oxidative stress, and support vitality.*\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"ls-comparison\"\u003e\u003cheader class=\"ls-header\"\u003e\n\u003ch2 class=\"ls-title\"\u003eLeafStory VS Others\u003c\/h2\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"ls-table-card\"\u003e\n\u003ctable class=\"ls-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003cth\u003eLeafStory\u003c\/th\u003e\n\u003cth style=\"opacity: 0.75;\"\u003eOthers\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMarine Peptides\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVitamin C (330% DV)\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNAD + Reishi Mushroom\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eZero Added Sugars\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNo Synthetic Fillers\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStick Format\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/section\u003e","brand":"LeafStory","offers":[{"title":"1 Pack (15+2 Sticks)","offer_id":45968278356202,"sku":"NAD0J-0001","price":27.99,"currency_code":"USD","in_stock":true},{"title":"2-Pack Bundle (30+4 Sticks)","offer_id":45969553555690,"sku":"NAD0J-0002","price":49.99,"currency_code":"USD","in_stock":true},{"title":"3-Pack Bundle (45+6 Sticks)","offer_id":45969553653994,"sku":"NAD0J-0003","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Leafstory_Wellness_Collagen_Glow_Jelly_Stick_with_NAD_and_Marine_Collagen_-_Premium_Wellness_Supplement.webp?v=1775890804"},{"product_id":"yerba-acv-blend-reset-jelly","title":"Yerba + ACV Blend Reset Jelly","description":"\u003cstyle\u003e\n  .ls-v3-main-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #562C20;\n    max-width: 500px;\n    margin: 0 auto;\n    padding: 20px 15px;\n    background: #ffffff;\n  }\n\n  .ls-v3-main-wrapper h3.ls-section-title {\n    font-size: 13px;\n    font-weight: 700;\n    margin: 0 0 16px 0;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: #562C20;\n    display: flex;\n    align-items: center;\n  }\n\n  .ls-v3-title-line {\n    width: 20px;\n    height: 1px;\n    background: #562C20;\n    margin-right: 10px;\n  }\n\n  .ls-v3-hero-text {\n    font-size: 18px;\n    line-height: 1.5;\n    color: #562C20;\n    margin: 0 0 30px 0;\n    font-weight: 500;\n    letter-spacing: -0.2px;\n  }\n\n  .ls-v3-highlight {\n    background: linear-gradient(120deg, rgba(86,44,32,0.12) 0%, rgba(86,44,32,0.12) 100%);\n  }\n\n  .ls-v3-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n\n  .ls-v3-img-box {\n    width: 100%;\n    aspect-ratio: 1;\n    background: #fdfcfb;\n    border-radius: 12px;\n    overflow: hidden;\n    margin-bottom: 15px;\n    border: 1px solid rgba(86,44,32,0.12);\n  }\n\n  .ls-v3-img-box img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .ls-v3-item h4 {\n    font-size: 13px;\n    font-weight: 700;\n    text-transform: uppercase;\n    margin: 0 0 8px 0;\n    color: #562C20;\n    letter-spacing: 0.5px;\n  }\n\n  .ls-v3-item p {\n    font-size: 12px;\n    line-height: 1.6;\n    color: rgba(86,44,32,0.85);\n    margin: 0;\n  }\n\n  .ls-v3-accordions {\n    background: rgba(86,44,32,0.03);\n    border-radius: 16px;\n    padding: 10px;\n    margin-bottom: 30px;\n  }\n\n  .ls-v3-details {\n    border-bottom: 1px solid rgba(86,44,32,0.12);\n  }\n\n  .ls-v3-details:last-child {\n    border-bottom: none;\n  }\n\n  .ls-v3-details summary {\n    list-style: none;\n    padding: 20px 12px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    font-size: 14px;\n    font-weight: 700;\n    color: #562C20;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n  }\n\n  .ls-v3-details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ls-v3-details summary::after {\n    content: '→';\n    width: 26px;\n    height: 26px;\n    border: 1.5px solid #562C20;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 12px;\n    transition: all 0.3s ease;\n  }\n\n  .ls-v3-details[open] {\n    background: #ffffff;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(86,44,32,0.08);\n    margin: 8px 0;\n  }\n\n  .ls-v3-details[open] summary::after {\n    transform: rotate(90deg);\n    background: #562C20;\n    color: #ffffff;\n  }\n\n  .ls-v3-content {\n    padding: 0 12px 20px 12px;\n    font-size: 14px;\n    color: #562C20;\n    line-height: 1.6;\n  }\n\n  .ls-science-header {\n    font-family: Georgia, serif;\n    font-size: 20px;\n    font-style: italic;\n    text-align: center;\n    margin: 25px 0;\n    color: #562C20;\n  }\n\n  .ls-ingredient-card {\n    display: flex;\n    width: 100%;\n    height: 120px;\n    border-radius: 6px;\n    overflow: hidden;\n    border: 1px solid rgba(86,44,32,0.15);\n    background: #ffffff;\n    margin-bottom: 12px;\n  }\n\n  .ls-card-img {\n    width: 40%;\n    overflow: hidden;\n  }\n\n  .ls-card-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ls-card-info {\n    width: 60%;\n    padding: 15px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .ls-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #562C20;\n    margin-bottom: 2px;\n  }\n\n  .ls-card-tag {\n    font-size: 9px;\n    letter-spacing: 0.5px;\n    color: #562C20;\n    text-transform: uppercase;\n    font-weight: 600;\n    margin-bottom: 6px;\n  }\n\n  .ls-card-desc {\n    font-size: 11px;\n    line-height: 1.35;\n    color: rgba(86,44,32,0.85);\n  }\n\n  .ls-vs-section {\n    background: rgba(86,44,32,0.02);\n    border: 1px solid rgba(86,44,32,0.08);\n    border-radius: 8px;\n    padding: 20px 15px;\n    margin-top: 30px;\n  }\n\n  .ls-vs-header,\n  .ls-vs-row {\n    display: flex;\n    align-items: center;\n  }\n\n  .ls-vs-header {\n    padding-bottom: 12px;\n    border-bottom: 1px solid #562C20;\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .ls-vs-row {\n    padding: 12px 0;\n    border-bottom: 1px solid rgba(86,44,32,0.12);\n    font-size: 12px;\n  }\n\n  .ls-vs-col-1 { width: 45%; }\n  .ls-vs-col-2,\n  .ls-vs-col-3 {\n    width: 27.5%;\n    display: flex;\n    justify-content: center;\n  }\n\n  @media (max-width: 640px) {\n    .ls-v3-grid {\n      grid-template-columns: 1fr;\n      gap: 28px;\n    }\n\n    .ls-v3-hero-text {\n      font-size: 16px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"ls-v3-main-wrapper\"\u003e\n\u003cdiv class=\"ls-v3-special-section\"\u003e\n\u003ch3 class=\"ls-section-title\"\u003e\n\u003cspan class=\"ls-v3-title-line\"\u003e\u003c\/span\u003e Why It's Special\u003c\/h3\u003e\n\u003cp class=\"ls-v3-hero-text\"\u003eA modern wellness ritual for those seeking \u003cspan class=\"ls-v3-highlight\"\u003ea smoother, more balanced daily routine.\u003c\/span\u003e This Reset Jelly blends botanicals, fiber, and gentle caffeine in a convenient pre-meal stick.*\u003c\/p\u003e\n\u003cdiv class=\"ls-v3-grid\"\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv class=\"ls-v3-img-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_ACV_Blend_Reset_Jelly_1.webp?v=1779422443\" alt=\"\"\u003e\u003c\/div\u003e\n\u003ch4\u003eThe Daily Balance Blend\u003c\/h4\u003e\n\u003cp\u003eCrafted with Ceylon Cinnamon, Apple Cider Vinegar, White Mulberry Leaf, and fiber-rich ingredients to create a refreshing daily wellness experience.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv class=\"ls-v3-img-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_ACV_Blend_Reset_Jelly_2.webp?v=1779422442\" alt=\"\"\u003e\u003c\/div\u003e\n\u003ch4\u003eThe Clean Energy Lift\u003c\/h4\u003e\n\u003cp\u003eYerba Mate provides 20mg of naturally derived caffeine for a gentle, sustained lift that fits into busy mornings, workouts, and afternoon routines.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-accordions\"\u003e\n\u003cdetails open=\"\" class=\"ls-v3-details\"\u003e\n\u003csummary\u003eWhat It's Designed To Support\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cul style=\"list-style: none; padding-left: 0; margin: 0;\"\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eDaily Routine Support:\u003c\/strong\u003e Ceylon Cinnamon, White Mulberry Leaf, and konjac fiber help you enjoy a smooth, balanced daily ritual.* \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eGentle Digestive Comfort:\u003c\/strong\u003e Apple Cider Vinegar and fiber help you feel refreshed after meals.* \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eGentle Energy:\u003c\/strong\u003e Yerba Mate provides a mild caffeine lift to keep you moving through your day without the heaviness associated with high-stimulant alternatives.* \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eHow To Enjoy\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"background: rgba(86,44,32,0.04); padding: 15px; border-radius: 8px; border-left: 3px solid #562C20;\"\u003e\n\u003cp style=\"margin: 0 0 12px 0;\"\u003eEnjoy \u003cstrong\u003e1 stick daily\u003c\/strong\u003e, before meals or whenever you want a refreshing wellness boost. Best served chilled.\u003c\/p\u003e\n\u003cdiv style=\"border-top: 1px solid rgba(86,44,32,0.15); padding-top: 12px; margin-top: 12px;\"\u003e\n\u003cp style=\"margin: 0; font-size: 13px; text-transform: none; letter-spacing: normal;\"\u003eWith consistent use, you may notice a more pleasant daily routine experience.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eSupplement Facts\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"border: 1.5px solid #562C20; padding: 12px; background: #ffffff; border-radius: 4px;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; border-bottom: 3px solid #562C20; padding-bottom: 3px; text-transform: uppercase;\"\u003e\n\u003cspan\u003eAmount Per Serving\u003c\/span\u003e \u003cspan\u003e% DV**\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: baseline; border-bottom: 6px solid #562C20; padding: 6px 0 4px 0;\"\u003e\n\u003cspan style=\"font-size: 17px; font-weight: bold;\"\u003eCalories\u003c\/span\u003e \u003cspan style=\"font-size: 19px; font-weight: bold;\"\u003e25\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86,44,32,0.12); padding: 5px 0;\"\u003e\n\u003cspan\u003eTotal Carbohydrate 6g\u003c\/span\u003e \u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eDietary Fiber 2g\u003c\/span\u003e \u003cspan\u003e7%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eTotal Sugars 1g\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 5px 0 5px 24px; border-bottom: 1px solid rgba(86,44,32,0.12); color: rgba(86,44,32,0.7);\"\u003e\n\u003cspan\u003eIncludes 0g Added Sugars\u003c\/span\u003e \u003cspan\u003e0%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; border-bottom: 2px solid #562C20; padding: 5px 0;\"\u003e\n\u003cspan\u003eSodium 20mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; margin-top: 5px;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; padding: 6px 0; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eCeylon Cinnamon Extract 1000mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eApple Cider Vinegar 500mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eYerba Mate Powder 200mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; color: rgba(86,44,32,0.65); padding-left: 12px; margin-top: -4px; margin-bottom: 4px;\"\u003e(contains 20mg caffeine)\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eWhite Mulberry Leaf Extract 200mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 2px solid #562C20;\"\u003e\n\u003cspan\u003ePomegranate Extract 100mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; color: rgba(86,44,32,0.65); margin-top: 8px;\"\u003e**Percent Daily Values (DV) are based on a 2,000 calorie diet. † Daily Value not established.\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(86,44,32,0.04); padding: 8px; font-size: 10px; margin-top: 10px; line-height: 1.4;\"\u003e\n\u003cstrong\u003eOTHER INGREDIENTS:\u003c\/strong\u003e Water, Blueberry Concentrate Juice, Cranberry Concentrate Juice, Raspberry Concentrate Juice, Strawberry Concentrate Juice, Chia Seeds, Konjac (Glucomannan) Powder, Pectin, Citric Acid, Stevia, Carrageenan.\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 12px; border-top: 1px solid rgba(86,44,32,0.15); padding-top: 10px;\"\u003e\n\u003cdiv style=\"font-size: 10px; margin-bottom: 6px; line-height: 1.4;\"\u003e\n\u003cstrong\u003eNOTICE:\u003c\/strong\u003e Manufactured in a facility that may process milk, soy, wheat, and tree nuts.\u003c\/div\u003e\n\u003cdiv style=\"font-size: 10px; line-height: 1.4;\"\u003e\n\u003cstrong\u003eCAUTION:\u003c\/strong\u003e Contains natural caffeine from Yerba Mate. Not recommended for children, pregnant individuals, or those sensitive to caffeine.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"ls-science-header\"\u003ePowered by Purposeful Ingredients\u003c\/h3\u003e\n\u003cdiv class=\"ls-ingredient-list\"\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Ceylon_Cinnamon.webp?v=1778135251\" alt=\"Ceylon Cinnamon\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eCeylon Cinnamon\u003c\/div\u003e\n\u003cdiv class=\"ls-card-tag\"\u003eDaily Balance Support\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003ePremium “true cinnamon” chosen to complement your daily wellness ritual.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Apple_Cider_Vinegar.webp?v=1778207681\" alt=\"Apple Cider Vinegar\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eApple Cider Vinegar\u003c\/div\u003e\n\u003cdiv class=\"ls-card-tag\"\u003eDigestive Routine\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003eApple Cider Vinegar in a smooth jelly format for an easier, enjoyable daily routine.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_Mate_Extract.webp?v=1778207681\" alt=\"Yerba Mate\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eYerba Mate\u003c\/div\u003e\n\u003cdiv class=\"ls-card-tag\"\u003eNatural Energy\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003eA natural caffeine source for smooth mental focus and energy without the jitters.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/white_Mulberry_Leaf.webp?v=1778135250\" alt=\"White Mulberry Leaf\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eWhite Mulberry Leaf\u003c\/div\u003e\n\u003cdiv class=\"ls-card-tag\"\u003eMindful Nutrition\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003ePart of a botanical blend crafted to support your everyday wellness routine.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-section\"\u003e\n\u003ch3 class=\"ls-science-header\" style=\"margin-top: 0; font-size: 22px;\"\u003eLeafStory VS Others\u003c\/h3\u003e\n\u003cdiv class=\"ls-vs-header\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003eLeafStory\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003eOthers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eCeylon Cinnamon Formula\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003ePortable Jelly Format\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eSmooth ACV Flavor\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eZero Added Sugar\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\" style=\"border-bottom: none;\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eGentle Energy for Daily Life\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 25px; font-size: 11px; line-height: 1.6; color: rgba(86,44,32,0.7);\"\u003e\n\u003cstrong\u003e*FDA Disclaimer:\u003c\/strong\u003e These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease.\u003c\/div\u003e\n\u003c\/section\u003e","brand":"LeafStory","offers":[{"title":"1 Pack (15+2 Sticks)","offer_id":45762358903018,"sku":"YER0J-0001","price":27.99,"currency_code":"USD","in_stock":true},{"title":"2-Pack Bundle (30+4 Sticks)","offer_id":45971329777898,"sku":"YER0J-0002","price":49.99,"currency_code":"USD","in_stock":true},{"title":"3-Pack Bundle (45+6 Sticks)","offer_id":45971329843434,"sku":"YER0J-0003","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_ACV_Blend_Reset_Jelly.webp?v=1775113892"},{"product_id":"metabolism-reset-jelly","title":"METABOLISM Reset Jelly","description":"\u003cstyle\u003e\n  .ls-v3-root-container {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #562C20;\n    max-width: 500px;\n    margin: 0 auto;\n    padding: 20px 15px;\n    text-align: left;\n    background: #fff;\n  }\n\n  \/* Accordion Logic *\/\n  #ls-product-combined-{{ section.id }} .ls-v3-details {\n    border-bottom: 1px solid rgba(86, 44, 32, 0.1);\n    background: transparent;\n    transition: all 0.3s ease;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details:last-child {\n    border-bottom: none;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details summary {\n    list-style: none;\n    padding: 20px 12px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    font-size: 14px;\n    font-weight: 700;\n    outline: none;\n    color: #562C20;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details summary::-webkit-details-marker {\n    display: none;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details summary::after {\n    content: '→';\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 26px;\n    height: 26px;\n    border: 1.5px solid #562C20;\n    border-radius: 50%;\n    font-size: 12px;\n    color: #562C20;\n    transition: all 0.3s ease;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details[open] {\n    background: #ffffff;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(86, 44, 32, 0.06);\n    margin: 8px 0;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details[open] summary {\n    color: #562C20;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details[open] summary::after {\n    transform: rotate(90deg);\n    background: #562C20;\n    color: #fff;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-content {\n    padding: 0 12px 20px 12px;\n    font-size: 14px;\n    color: #6b4c43;\n    line-height: 1.6;\n  }\n  \n  \/* Shared Classes for speed *\/\n  .ls-flex-center { display: flex; align-items: center; }\n  .ls-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n  .ls-card-shadow { box-shadow: 0 2px 8px rgba(86,44,32,0.04); }\n\n  \/* FDA Disclaimer Footer CSS *\/\n  .ls-v3-fda-disclaimer {\n    margin-top: 35px;\n    padding: 15px;\n    border: 1px dashed rgba(86, 44, 32, 0.2);\n    border-radius: 6px;\n    font-size: 11px;\n    line-height: 1.5;\n    color: rgba(86, 44, 32, 0.75);\n    background-color: rgba(86, 44, 32, 0.01);\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"ls-product-combined-{{ section.id }}\" class=\"ls-v3-root-container\"\u003e\n\u003c!-- PART 1: Product Highlights \u0026 Accordions --\u003e\n\u003csection class=\"ls-v3-special-section\" style=\"margin-bottom: 40px;\"\u003e\n\u003ch3 style=\"font-size: 13px; font-weight: bold; margin: 0 0 16px 0; text-transform: uppercase; letter-spacing: 1.5px; color: #562c20; display: flex; align-items: center;\"\u003e\n\u003cspan style=\"width: 20px; height: 1px; background: #562C20; margin-right: 10px;\"\u003e\u003c\/span\u003e Why It's Special\u003c\/h3\u003e\n\u003cp style=\"font-size: 18px; line-height: 1.5; color: #562c20; margin: 0 0 30px 0; font-weight: 500; letter-spacing: -0.2px;\"\u003eA daily wellness formula, delivered in a \u003cspan style=\"background: linear-gradient(120deg, rgba(86,44,32,0.1) 0%, rgba(86,44,32,0.1) 100%); padding: 0 4px; border-radius: 2px;\"\u003eCONVENIENT JELLY format.*\u003c\/span\u003e Designed for easy consumption and daily consistency.\u003c\/p\u003e\n\u003cdiv class=\"ls-grid-2\"\u003e\n\u003carticle class=\"ls-v3-item\"\u003e\n\u003cdiv style=\"width: 100%; aspect-ratio: 1; background: #faf8f7; border-radius: 12px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86,44,32,0.08);\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/metabolism_reset_jelly_5.webp?v=1778749816\" alt=\"Metabolism support jelly texture\" style=\"width: 100%; height: 100%; object-fit: cover; display: block;\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 13px; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; color: #562c20; letter-spacing: 0.5px;\"\u003eThe Jelly Advantage\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; line-height: 1.6; color: #6b4c43; margin: 0;\"\u003eOur jelly format delivers botanicals and nutrients in a smooth, highly enjoyable format designed for your daily routine.*\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ls-v3-item\"\u003e\n\u003cdiv style=\"width: 100%; aspect-ratio: 1; background: #faf8f7; border-radius: 12px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86,44,32,0.08);\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/20260507-155152_1.webp?v=1778140490\" alt=\"Portable daily metabolism ritual stick\" style=\"width: 100%; height: 100%; object-fit: cover; display: block;\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 13px; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; color: #562c20; letter-spacing: 0.5px;\"\u003eThe Daily Ritual\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; line-height: 1.6; color: #6b4c43; margin: 0;\"\u003eA refreshing, berry-infused stick designed for your busiest days. Portable, mess-free, and crafted to support a feel-good routine.*\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"ls-v3-accordions\" style=\"background: #faf6f5; border-radius: 16px; padding: 10px;\"\u003e\n\u003cdetails open=\"\" class=\"ls-v3-details\"\u003e\n\u003csummary\u003eWhat It's Good For\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0; margin: 0;\"\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eSupports Natural Energy:\u003c\/strong\u003e Full B-vitamin complex to help maintain steady energy flow.*\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eEveryday Wellness:\u003c\/strong\u003e Provides key nutrients like Chromium and Cinnamon to support your daily nutritional balance.*\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003ePromotes Vitality:\u003c\/strong\u003e Combined with White Mulberry and Collagen to support overall wellness.*\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eFor Optimal Results\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.04); padding: 12px; border-radius: 8px; border-left: 3px solid #562C20; margin-bottom: 20px; color: #562c20;\"\u003eConsume \u003cstrong\u003e1 jelly strip daily\u003c\/strong\u003e. Enjoy after any meal for convenient daily wellness. Consistency is key for long-term health.*\u003c\/div\u003e\n\u003cdiv style=\"padding: 0 4px;\"\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 15px;\"\u003e\n\u003cdiv style=\"position: relative; padding-left: 15px; border-left: 2px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cp style=\"margin: 4px 0 0 0; font-size: 12px; color: #6b4c43;\"\u003eWith consistent use, skin may appear more refreshed and radiant over time.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eSupplement Facts\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\" style=\"display: flex; justify-content: center;\"\u003e\n\u003cdiv class=\"ls-standard-facts-wrapper\" style=\"text-align: left; color: #562c20; width: 100%; background: #fff; border: 1.5px solid #562C20; padding: 12px; border-radius: 4px;\"\u003e\n\u003cdiv style=\"font-size: 11px; padding-bottom: 5px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); margin-bottom: 5px; font-weight: 500;\"\u003eServing Size: 1 Stick (18g)\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 10px; font-weight: bold; border-bottom: 3px solid #562C20; padding-bottom: 3px; text-transform: uppercase;\"\u003e\n\u003cspan\u003eAmount Per Serving\u003c\/span\u003e\u003cspan\u003e% Daily Value**\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: baseline; border-bottom: 6px solid #562C20; padding: 6px 0 4px 0;\"\u003e\n\u003cspan style=\"font-size: 17px; font-weight: bold;\"\u003eCalories\u003c\/span\u003e\u003cspan style=\"font-size: 19px; font-weight: bold;\"\u003e25\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86, 44, 32, 0.1); padding: 5px 0;\"\u003e\n\u003cspan\u003eTotal Carbohydrate 6g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #6b4c43;\"\u003e\n\u003cspan\u003eDietary Fiber 2g\u003c\/span\u003e\u003cspan\u003e7%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #6b4c43;\"\u003e\n\u003cspan\u003eTotal Sugars 1g\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 24px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #8a6a61;\"\u003e\n\u003cspan\u003eIncludes 0g Added Sugars\u003c\/span\u003e\u003cspan\u003e0%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86, 44, 32, 0.1); padding: 5px 0;\"\u003e\n\u003cspan\u003eProtein 1g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 2px solid #562C20; padding: 5px 0;\"\u003e\n\u003cspan\u003eSodium 20mg\u003c\/span\u003e\u003cspan\u003e1%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; margin-bottom: 10px;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eVitamin B1 1.2mg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eVitamin B2 1.3mg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eVitamin B6 1.7mg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eVitamin B12 2.4mcg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eFolic Acid 400mcg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eBerberine HCL 5mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eCeylon Cinnamon Extract 50mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1); font-weight: 600;\"\u003e\n\u003cspan\u003eChromium 200mcg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eWhite Mulberry Leaf Extract 100mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eL-Glutamine 50mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003ePomegranate Extract 200mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; padding: 6px 0; border-bottom: 2px solid #562C20;\"\u003e\n\u003cspan\u003eFish Collagen Peptides 1000mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; color: #8a6a61; margin-bottom: 12px; line-height: 1.3;\"\u003e** Percent Daily Values (DV) are based on a 2,000 calorie diet. \u003cbr\u003e† Daily Value (DV) not established.\u003c\/div\u003e\n\u003cdiv style=\"background: #faf8f7; padding: 10px; font-size: 10px; line-height: 1.4; color: #6b4c43; border-radius: 4px; border: 1px solid rgba(86, 44, 32, 0.05);\"\u003e\n\u003cstrong\u003eOTHER INGREDIENTS:\u003c\/strong\u003e Water, Blueberry\/Cranberry\/Raspberry\/Strawberry Concentrate, Chia Seeds, Bitter Gourd Peptides, Konjac Powder, Pectin, Stevia, Carrageenan.\n\u003cdiv style=\"margin-top: 6px; font-weight: bold; color: #562c20;\"\u003eCONTAINS: FISH\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 4px; font-style: italic; font-size: 9px; border-top: 1px solid rgba(86, 44, 32, 0.1); padding-top: 4px;\"\u003e\n\u003cstrong\u003eALLERGEN WARNING:\u003c\/strong\u003e Produced in a facility that also processes milk, soy, wheat, egg, peanuts, tree nuts, and shellfish.\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 4px; font-style: italic; font-size: 9px; border-top: 1px solid rgba(86, 44, 32, 0.1); padding-top: 4px;\"\u003e\n\u003cstrong class=\"ls-u-text-dark\"\u003eCAUTION:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eNot recommended for children, pregnant women, or individuals sensitive to any ingredients. Consult your physician before use if you have a medical condition.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- PART 2: Pure Ingredients \u0026 Comparison Section --\u003e\n\u003csection class=\"ls-balanced-science-section\" style=\"padding: 40px 0 5px 0;\"\u003e\n\u003ch3 style=\"font-family: Georgia, serif; font-size: 20px; font-weight: 400; font-style: italic; text-align: center; margin: 0 0 25px 0; color: #562c20; letter-spacing: 0.2px;\"\u003ePure Ingredients, Proven Synergy\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px;\"\u003e\n\u003carticle class=\"ls-flex-center ls-card-shadow\" style=\"width: 100%; height: 120px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.08); background: #ffffff;\"\u003e\n\u003cdiv style=\"width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; height: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Pomgranate.webp?v=1778135250\" alt=\"Pomegranate antioxidant extract\" style=\"width: 100%; height: 100%; object-fit: cover;\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003ePomegranate\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px;\"\u003eAntioxidant Support\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: #6b4c43;\"\u003e\u003cspan\u003eRich in potent polyphenols to neutralize free radicals, protect cells from oxidative stress, and support vitality.*\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ls-flex-center ls-card-shadow\" style=\"width: 100%; height: 120px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.08); background: #ffffff;\"\u003e\n\u003cdiv style=\"width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; height: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Ceylon_Cinnamon.webp?v=1778135251\" alt=\"Ceylon Cinnamon for metabolic balance\" style=\"width: 100%; height: 100%; object-fit: cover;\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eCeylon Cinnamon\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px;\"\u003eDaily Balance Support\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: #6b4c43;\"\u003e\n\u003cdiv class=\"ls-card-desc\"\u003ePremium “true cinnamon” chosen to complement your daily wellness ritual.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ls-flex-center ls-card-shadow\" style=\"width: 100%; height: 120px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.08); background: #ffffff;\"\u003e\n\u003cdiv style=\"width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; height: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/white_Mulberry_Leaf.webp?v=1778135250\" alt=\"White Mulberry Leaf glucose harmony\" style=\"width: 100%; height: 100%; object-fit: cover;\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eWhite Mulberry Leaf\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px;\"\u003eMindful Nutrition\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: #6b4c43;\"\u003e\n\u003cp class=\"query-text-line ng-star-inserted\"\u003ePart of a botanical blend crafted to support your everyday wellness routine.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ls-flex-center ls-card-shadow\" style=\"width: 100%; height: 120px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.08); background: #ffffff;\"\u003e\n\u003cdiv style=\"width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; height: 100%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/fish_collagen.webp?v=1778135250\" alt=\"Marine Collagen peptides for inner radiance\" style=\"width: 100%; height: 100%; object-fit: cover;\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eMarine Collagen\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px;\"\u003eInner Radiance\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: #6b4c43;\"\u003e\n\u003cspan\u003ePremium peptides to nourish your skin for a vibrant appearance. \u003c\/span\u003e\u003cspan\u003e*\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-us-vs-them-section\" style=\"background: rgba(86, 44, 32, 0.02); border: 1px solid rgba(86, 44, 32, 0.1); border-radius: 8px; padding: 20px 15px;\"\u003e\n\u003ch3 style=\"font-family: Georgia, serif; font-size: 22px; font-weight: 400; font-style: italic; text-align: center; margin: 0 0 20px 0; color: #562c20; letter-spacing: 0.2px;\"\u003eLeafStory VS Others\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; padding-bottom: 12px; border-bottom: 1px solid #562C20; font-size: 12px; font-weight: bold; color: #562c20; text-transform: uppercase; letter-spacing: 0.5px;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left;\"\u003eExperience\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; text-align: center; color: #562c20;\"\u003eLeafStory\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; text-align: center; color: #aba09d;\"\u003eOthers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 1 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003eConvenient Jelly Format\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#aba09d\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 2 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003ePremium Botanical Matrix\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#aba09d\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 3 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003e6-in-1 Synergistic Complex\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#aba09d\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 4 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003eZero Added Sugar\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#aba09d\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 5 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003eEasily Absorbed Format\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#aba09d\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 6 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003eNo Artificial Colors or Flavors\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#aba09d\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Mandatory FDA Disclaimer Box --\u003e\n\u003c\/div\u003e","brand":"LeafStory","offers":[{"title":"1 Pack (15+2 Sticks)","offer_id":45762407301354,"sku":"MET0J-0001","price":27.99,"currency_code":"USD","in_stock":true},{"title":"2-Pack Bundle (30+4 Sticks)","offer_id":45968251945194,"sku":"MET0J-0002","price":49.99,"currency_code":"USD","in_stock":true},{"title":"3-Pack Bundle (45+6 Sticks)","offer_id":45968252141802,"sku":"MET0J-0003","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/METABOLISM_Reset_Jelly.webp?v=1775113196"},{"product_id":"collagen-reset-jelly","title":"Collagen Reset Jelly","description":"\u003cdiv style=\"max-width: 500px; margin: 0 auto;\"\u003e\n\u003cdiv class=\"ls-v3-container\" style=\"font-family: 'Helvetica', Arial, sans-serif; color: #562c20; padding: 20px 15px; text-align: left; background: #ffffff;\"\u003e\n\u003cdiv class=\"ls-v3-special-section\" style=\"margin-bottom: 25px;\"\u003e\n\u003ch3 style=\"font-size: 13px; font-weight: bold; margin: 0 0 16px 0; text-transform: uppercase; letter-spacing: 1.5px; color: #562c20; display: flex; align-items: center;\"\u003e\n\u003cspan style=\"width: 20px; height: 1px; background: #562C20; margin-right: 10px; opacity: 0.5;\"\u003e\u003c\/span\u003e Why It's Special\u003c\/h3\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.5; color: #562c20; margin: 0 0 30px 0; font-weight: 500; letter-spacing: -0.2px;\"\u003eA high-performance beauty and metabolic boost, delivered in a \u003cspan style=\"background: linear-gradient(120deg, rgba(86,44,32,0.08) 0%, rgba(86,44,32,0.08) 100%); padding: 2px 4px; border-radius: 4px;\"\u003eCOLLAGEN Refresh Jelly\u003c\/span\u003e format. Designed to support skin firmness while sharpening your focus with natural botanicals.\u003c\/p\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 20px;\"\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv style=\"width: 100%; aspect-ratio: 1; background: #F5EFE6; border-radius: 12px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/collagen_reset_jelly_1.webp?v=1778739072\" alt=\"Advanced Bioavailable Marine Collagen Jelly for Skin Radiance\" loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover; display: block;\"\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 12px; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; color: #562c20; letter-spacing: 0.5px;\"\u003eThe Jelly Advantage\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; line-height: 1.6; color: rgba(86, 44, 32, 0.75); margin: 0;\"\u003eOur specialized jelly matrix delivers 3000mg of premium Marine Collagen, offering optimized absorption and effortless convenience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv style=\"width: 100%; aspect-ratio: 1; background: #F5EFE6; border-radius: 12px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/collagen_reset_jelly_2.webp?v=1778739073\" alt=\"Metabolic Boost and Natural Energy Jelly Stick\" loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover; display: block;\"\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 12px; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; color: #562c20; letter-spacing: 0.5px;\"\u003eThe Daily Ritual\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; line-height: 1.6; color: rgba(86, 44, 32, 0.75); margin: 0;\"\u003eA guilt-free, berry-infused stick crafted for post-meal balance and clean energy to power your daily wellness journey.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  #ls-product-info-{{ section.id }} .ls-v3-details { border-bottom: 1px solid rgba(86, 44, 32, 0.1); background: transparent; transition: all 0.3s ease; }\n  #ls-product-info-{{ section.id }} .ls-v3-details:last-child { border-bottom: none; }\n  #ls-product-info-{{ section.id }} .ls-v3-details summary { list-style: none; padding: 18px 12px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 13px; font-weight: 700; outline: none; color: #562C20; text-transform: uppercase; letter-spacing: 0.8px; }\n  #ls-product-info-{{ section.id }} .ls-v3-details summary::-webkit-details-marker { display: none; }\n  #ls-product-info-{{ section.id }} .ls-v3-details summary::after { content: '→'; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; border: 1.5px solid #562C20; border-radius: 50%; font-size: 11px; color: #562C20; transition: all 0.3s ease; opacity: 0.7; }\n  #ls-product-info-{{ section.id }} .ls-v3-details[open] { background: #ffffff; border-radius: 12px; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.04); margin: 8px 0; border-bottom: 1px solid transparent; }\n  #ls-product-info-{{ section.id }} .ls-v3-details[open] summary { color: #562C20; }\n  #ls-product-info-{{ section.id }} .ls-v3-details[open] summary::after { transform: rotate(90deg); background: #562C20; color: #fff; opacity: 1; border-color: #562C20; }\n  #ls-product-info-{{ section.id }} .ls-v3-content { padding: 0 12px 20px 12px; font-size: 14px; color: rgba(86, 44, 32, 0.8); line-height: 1.6; }\n\u003c\/style\u003e\n\u003cdiv id=\"ls-combined-product-page\" style=\"max-width: 500px; margin: 0 auto;\"\u003e\n\u003cdiv id=\"ls-product-info-{{ section.id }}\" class=\"ls-v3-container\" style=\"font-family: 'Helvetica', Arial, sans-serif; color: #562c20; padding: 5px 15px 20px 15px; text-align: left; background: #ffffff;\"\u003e\n\u003cdiv class=\"ls-v3-accordions\" style=\"background: #F5EFE6; border-radius: 16px; padding: 10px;\"\u003e\n\u003cdetails class=\"ls-v3-details\" open=\"\"\u003e\n\u003csummary\u003eWhat It's Good For\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0; margin: 0;\"\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003e\u003cb\u003eRadiant Hydration\u003c\/b\u003e:\u003c\/strong\u003e High-dose marine collagen to support skin elasticity and a healthy, natural glow*.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eBalanced Satisfaction:\u003c\/strong\u003e Konjac fiber and botanicals support a more balanced and mindful eating experience*.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eSustained Focus:\u003c\/strong\u003e Natural caffeine provides a smooth energy lift to support daily vitality*.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eFor Optimal Results\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.04); padding: 15px; border-radius: 8px; border-left: 3px solid #562C20; margin-bottom: 15px;\"\u003e\n\u003cp style=\"margin: 0 0 10px 0; color: #562c20;\"\u003eEnjoy \u003cstrong\u003e1 jelly stick daily\u003c\/strong\u003e, ideally after lunch or your largest meal for a refreshing reset. Best served chilled.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-weight: bold; margin-bottom: 8px; color: #562c20;\"\u003e\u003cstrong\u003eWith consistent use, skin may appear more refreshed and radiant over time.*\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eSupplement Facts\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\" style=\"display: flex; justify-content: center;\"\u003e\n\u003cdiv class=\"ls-standard-facts-wrapper\" style=\"font-family: inherit; text-align: left; color: #562c20; width: 100%; background: #ffffff; border: 1.5px solid #562C20; padding: 12px; border-radius: 6px;\"\u003e\n\u003cdiv style=\"font-size: 11px; padding-bottom: 5px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); margin-bottom: 5px; font-weight: 500; color: rgba(86, 44, 32, 0.7);\"\u003eServing Size: 1 Stick (15g-18g)\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 10px; font-weight: bold; border-bottom: 3px solid #562C20; padding-bottom: 3px; text-transform: uppercase;\"\u003e\n\u003cspan\u003eAmount Per Serving\u003c\/span\u003e\u003cspan\u003e% Daily Value**\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: baseline; border-bottom: 6px solid #562C20; padding: 6px 0 4px 0;\"\u003e\n\u003cspan style=\"font-size: 17px; font-weight: bold;\"\u003eCalories\u003c\/span\u003e\u003cspan style=\"font-size: 19px; font-weight: bold;\"\u003e30\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86, 44, 32, 0.1); padding: 5px 0;\"\u003e\n\u003cspan\u003eTotal Carbohydrate 5g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: rgba(86, 44, 32, 0.85);\"\u003e\n\u003cspan\u003eDietary Fiber 2g\u003c\/span\u003e\u003cspan\u003e7%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: rgba(86, 44, 32, 0.85);\"\u003e\n\u003cspan\u003eTotal Sugars 1g\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 24px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: rgba(86, 44, 32, 0.65);\"\u003e\n\u003cspan\u003eIncludes 0g Added Sugars\u003c\/span\u003e\u003cspan\u003e0%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86, 44, 32, 0.1); padding: 5px 0;\"\u003e\n\u003cspan\u003eProtein 3g\u003c\/span\u003e\u003cspan\u003e6%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 2px solid #562C20; padding: 5px 0;\"\u003e\n\u003cspan\u003eSodium 20mg\u003c\/span\u003e\u003cspan\u003e1%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; margin-bottom: 10px;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #562c20;\"\u003e\n\u003cspan\u003eHydrolyzed Marine Collagen\u003c\/span\u003e\u003cspan\u003e3000mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #562c20;\"\u003e\n\u003cspan\u003eYerba Mate Extract (20mg Caffeine)\u003c\/span\u003e\u003cspan\u003e200mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; color: rgba(86, 44, 32, 0.6); margin-bottom: 8px;\"\u003e**Percent Daily Values (DV) are based on a 2,000 calorie diet. † Daily Value (DV) not established.\u003c\/div\u003e\n\u003cdiv style=\"background: #F5EFE6; padding: 10px; border-radius: 4px; font-size: 10px; line-height: 1.4; color: rgba(86, 44, 32, 0.85); margin-bottom: 8px;\"\u003e\n\u003cstrong\u003eOTHER INGREDIENTS:\u003c\/strong\u003e Purified Water, Berry Concentrate (Blueberry, Cranberry, Raspberry, Strawberry), Chia Seeds, Konjac Powder, Pectin, Stevia Leaf Extract, Carrageenan.\u003c\/div\u003e\n\u003cdiv style=\"font-size: 10px; line-height: 1.4; color: #562c20; padding-top: 5px; border-top: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cp style=\"margin: 0 0 5px 0;\"\u003e\u003cstrong\u003eAllergen Warning:\u003c\/strong\u003e Contains \u003cstrong\u003eFish (Marine Collagen)\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp style=\"margin: 0; color: rgba(86, 44, 32, 0.85);\"\u003e\u003cstrong\u003eNotice:\u003c\/strong\u003e Contains natural caffeine from Yerba Mate. Consult a physician if pregnant or nursing.\u003c\/p\u003e\n\u003cp class=\"ls-u-text-brand\"\u003e\u003cstrong class=\"ls-u-text-dark\"\u003eNOTICE:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eManufactured in a facility that may process milk, soy, wheat, and tree nuts.\u003c\/p\u003e\n\u003cp class=\"ls-u-text-brand\"\u003e\u003cstrong class=\"ls-u-text-dark\"\u003eCAUTION:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eNot recommended for children, pregnant women, or individuals sensitive to any ingredients. Consult your physician before use if you have a medical condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-balanced-science-section\" style=\"font-family: 'Helvetica', Arial, sans-serif; text-align: left; color: #562c20; background: transparent; padding: 5px 15px 20px 15px;\"\u003e\n\u003ch3 style=\"font-family: 'Kaushan Script', cursive; font-size: 26px; font-weight: bold !important; text-align: center; margin: 15px 0 25px 0; color: #562c20; letter-spacing: 0.2px;\"\u003ePowered by Nature's Cleanest Ingredients\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px;\"\u003e\n\u003cdiv style=\"display: flex; width: 100%; height: 120px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.12); background: #ffffff; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.02);\"\u003e\n\u003cdiv style=\"width: 40%; background: #F5EFE6; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/fish_collagen.webp?v=1778135250\" alt=\"Marine Collagen\" style=\"width: 100%; height: 100%; object-fit: cover;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eMarine Collagen\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; opacity: 0.7;\"\u003e3000mg Advanced Formula\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85);\"\u003e\n\u003cspan\u003ePremium peptides to nourish your skin for a vibrant appearance. \u003c\/span\u003e*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; width: 100%; height: 120px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.12); background: #ffffff; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.02);\"\u003e\n\u003cdiv style=\"width: 40%; background: #F5EFE6; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_Mate_Extract.webp?v=1778207681\" alt=\"Yerba Mate\" style=\"width: 100%; height: 100%; object-fit: cover;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eYerba Mate\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; opacity: 0.7;\"\u003eSustained Energy Boost\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85);\"\u003eA natural caffeine source for smooth mental focus and energy without the jitters.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; width: 100%; height: 120px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.12); background: #ffffff; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.02);\"\u003e\n\u003cdiv style=\"width: 40%; background: #F5EFE6; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Konjac_root.webp?v=1778213079\" alt=\"Konjac Root\" style=\"width: 100%; height: 100%; object-fit: cover;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eKonjac Root\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; opacity: 0.7;\"\u003eNatural Satiety Support\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85);\"\u003ePlant-based fiber to support a comfortable, lasting sense of fullness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; width: 100%; height: 120px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.12); background: #ffffff; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.02);\"\u003e\n\u003cdiv style=\"width: 40%; background: #F5EFE6; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Chia_seeds.webp?v=1778213079\" alt=\"Chia Seeds\" style=\"width: 100%; height: 100%; object-fit: cover;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eChia Seeds\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; opacity: 0.7;\"\u003eEssential Nutrients\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85);\"\u003eNutrient-dense superfood rich in Omega-3s to support your daily wellness journey.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-us-vs-them-section\" style=\"background: #F5EFE6; border: 1px solid rgba(86, 44, 32, 0.12); border-radius: 16px; padding: 20px 15px;\"\u003e\n\u003ch3 style=\"font-family: 'Kaushan Script', cursive; font-size: 26px; font-weight: bold !important; text-align: center; margin: 0 0 20px 0; color: #562c20; letter-spacing: 0.2px;\"\u003eLeafStory vs. Others\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; padding-bottom: 12px; border-bottom: 2px solid #562C20; font-size: 13px; font-weight: bold; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left;\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; text-align: center; color: #562c20;\"\u003eLeafStory\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; text-align: center; color: rgba(86, 44, 32, 0.45);\"\u003eOthers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eHigh-Dose Marine Collagen\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eDual Beauty \u0026amp; Energy Boost\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eGuilt-Free (No Sugar Added)\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eBioavailable Jelly Delivery\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003ePlant-Based Satiety Support\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eJitter-Free Natural Caffeine\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LeafStory","offers":[{"title":"1 Pack (15+2 Sticks)","offer_id":45762410938602,"sku":"CRJ0J-0001","price":27.99,"currency_code":"USD","in_stock":true},{"title":"2-Pack Bundle (30+4 Sticks)","offer_id":45971288293610,"sku":"CRJ0J-0002","price":49.99,"currency_code":"USD","in_stock":true},{"title":"3-Pack Bundle (45+6 Sticks)","offer_id":45971298549994,"sku":"CRJ0J-0003","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Collagen_Reset_Jelly_1_pack_17_sticks.webp?v=1775112277"},{"product_id":"collagen-glow-jelly-trial-duo-2-sticks","title":"Collagen Glow Jelly - Trial Duo (2 Sticks)","description":"\u003cstyle\u003e\n  \/* Base Layout Container - Locked to #562C20 *\/\n  .ls-v3-main-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #562C20;\n    max-width: 500px;\n    margin: 0 auto;\n    padding: 20px 15px;\n    background: #ffffff;\n  }\n\n  \/* Utility Classes for Speed Optimization with Brand Color *\/\n  .ls-u-flex-sb { display: flex; justify-content: space-between; align-items: center; }\n  .ls-u-flex-baseline { display: flex; justify-content: space-between; align-items: baseline; }\n  .ls-u-flex-start { display: flex; align-items: flex-start; }\n  .ls-u-dir-col { display: flex; flex-direction: column; }\n  .ls-u-text-brand { color: #562C20 !important; }\n  .ls-u-text-dark { color: #562C20 !important; font-weight: 700; }\n  .ls-u-text-muted { color: rgba(86, 44, 32, 0.75) !important; }\n  .ls-u-border-b-thin { border-bottom: 1px solid rgba(86, 44, 32, 0.15); }\n\n  \/* Special Section Styles *\/\n  .ls-v3-special-section { margin-bottom: 40px; }\n  .ls-v3-special-section h3 {\n    font-size: 13px; font-weight: 700; margin: 0 0 16px 0;\n    text-transform: uppercase; letter-spacing: 1.5px; color: #562C20;\n    display: flex; align-items: center;\n  }\n  .ls-v3-title-line { width: 20px; height: 1px; background: #562C20; margin-right: 10px; }\n  .ls-v3-hero-text {\n    font-size: 17px; line-height: 1.5; color: #562C20; margin: 0 0 30px 0;\n    font-weight: 500; letter-spacing: -0.2px;\n  }\n  .ls-v3-hero-highlight { background: linear-gradient(120deg, rgba(86, 44, 32, 0.12) 0%, rgba(86, 44, 32, 0.12) 100%); }\n\n  \/* Grid Cards *\/\n  .ls-v3-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n  .ls-v3-img-container {\n    width: 100%; aspect-ratio: 1; background: #fdfcfb; border-radius: 12px;\n    overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86, 44, 32, 0.15);\n  }\n  .ls-v3-img-container img { width: 100%; height: 100%; object-fit: cover; display: block; }\n  .ls-v3-item h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; margin: 0 0 8px 0; color: #562C20; letter-spacing: 0.5px; }\n  .ls-v3-item p { font-size: 12px; line-height: 1.6; color: rgba(86, 44, 32, 0.85); margin: 0; }\n\n  \/* Accordion Styles *\/\n  .ls-v3-accordions { background: rgba(86, 44, 32, 0.03); border-radius: 16px; padding: 10px; margin-bottom: 40px; }\n  .ls-v3-details { border-bottom: 1px solid rgba(86, 44, 32, 0.15); background: transparent; transition: all 0.3s ease; }\n  .ls-v3-details:last-child { border-bottom: none; }\n  .ls-v3-details summary {\n    list-style: none; padding: 20px 12px; display: flex; justify-content: space-between;\n    align-items: center; cursor: pointer; font-size: 14px; font-weight: 700;\n    color: #562C20; text-transform: uppercase; letter-spacing: 0.8px; outline: none;\n  }\n  .ls-v3-details summary::-webkit-details-marker { display: none; }\n  .ls-v3-details summary::after {\n    content: '→'; display: flex; align-items: center; justify-content: center;\n    width: 26px; height: 26px; border: 1.5px solid #562C20; border-radius: 50%;\n    font-size: 12px; color: #562C20; transition: all 0.3s ease;\n  }\n  .ls-v3-details[open] { background: #ffffff; border-radius: 12px; box-shadow: 0 4px 12px rgba(86, 44, 32, 0.08); margin: 8px 0; }\n  .ls-v3-details[open] summary::after { transform: rotate(90deg); background: #562C20; color: #ffffff; }\n  .ls-v3-content { padding: 0 12px 20px 12px; font-size: 14px; color: #562C20; line-height: 1.6; }\n\n  \/* Supplement Facts Tables *\/\n  .ls-v3-facts-table { border: 1.5px solid #562C20; padding: 12px; background: #ffffff; border-radius: 4px; color: #562C20; }\n  .ls-v3-warning-section { margin-top: 12px; padding-top: 12px; border-top: 1px dashed rgba(86, 44, 32, 0.15); font-size: 10px; line-height: 1.5; color: rgba(86, 44, 32, 0.85); }\n\n  \/* Ingredients Cards Section Styles *\/\n  .ls-science-header { font-family: Georgia, serif; font-size: 20px; font-weight: 400; font-style: italic; text-align: center; margin: 30px 0 25px 0; letter-spacing: 0.2px; color: #562C20; }\n  .ls-ingredient-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px; }\n  .ls-ingredient-card {\n    display: flex; width: 100%; height: 120px; border-radius: 6px; overflow: hidden;\n    border: 1px solid rgba(86, 44, 32, 0.15); background: #ffffff; box-shadow: 0 2px 8px rgba(86, 44, 32, 0.03);\n  }\n  .ls-card-img { width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; }\n  .ls-card-img img { width: 100%; height: 100%; object-fit: cover; }\n  .ls-card-info { width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center; }\n  .ls-card-title { font-size: 13.5px; font-weight: 700; color: #562C20; margin-bottom: 2px; line-height: 1.2; }\n  .ls-card-tag { font-size: 9px; letter-spacing: 0.5px; color: #562C20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; }\n  .ls-card-desc { font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85); }\n\n  \/* Refined Comparison Section Styles *\/\n  .ls-comparison { background: rgba(86, 44, 32, 0.02); border: 1px solid rgba(86, 44, 32, 0.08); border-radius: 12px; padding: 22px 16px; }\n  .ls-header { margin-bottom: 18px; }\n  .ls-title { font-family: Georgia, serif; font-size: 20px; font-weight: 400; font-style: italic; text-align: center; margin: 0; letter-spacing: 0.2px; color: #562C20; }\n  .ls-table-card { border-radius: 8px; overflow: hidden; background: #ffffff; border: 1px solid rgba(86, 44, 32, 0.12); }\n  .ls-table { width: 100%; border-collapse: collapse; text-align: center; font-size: 12px; color: #562C20; }\n  .ls-table thead tr { background: #562C20; color: #ffffff; font-weight: 600; font-size: 13px; }\n  .ls-table th { padding: 12px 10px; font-weight: 600; }\n  .ls-table td { padding: 14px 10px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); }\n  .ls-table tbody tr:last-child td { border-bottom: none; }\n  .ls-table td:first-child { text-align: left; padding-left: 14px; font-weight: 500; width: 45%; }\n  .ls-table td:nth-child(2) { width: 30%; }\n  .ls-table td:odd-child(3) { width: 25%; }\n  .ls-table-svg-wrap { display: flex; justify-content: center; align-items: center; }\n\u003c\/style\u003e\n\u003csection id=\"ls-product-root-{{ section.id }}\" class=\"ls-v3-main-wrapper\"\u003e\n\u003carticle class=\"ls-v3-special-section\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"ls-v3-title-line\"\u003e\u003c\/span\u003eWhy It's Special\u003c\/h3\u003e\n\u003cp class=\"ls-v3-hero-text\"\u003e\u003cstrong class=\"ls-u-text-dark\" style=\"font-size: 18px; display: block; margin-bottom: 8px;\"\u003eCollagen Glow Jelly – Premium Daily Skin \u0026amp; Wellness Support*\u003c\/strong\u003e High-quality \u003cspan class=\"ls-v3-hero-highlight\"\u003e1000mg Marine Collagen\u003c\/span\u003e and \u003cspan class=\"ls-v3-hero-highlight\"\u003e330% DV Vitamin C\u003c\/span\u003e in a convenient stick. Designed to support skin nutrition, antioxidant intake, and everyday vitality.*\u003c\/p\u003e\n\u003cdiv class=\"ls-v3-grid\"\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv class=\"ls-v3-img-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Collagen_glow_jelly_3_7d15ce23-fda3-4637-a06b-a3fe294e6dec.webp?v=1778660307\" alt=\"Marine Collagen Potency and Absorption\" width=\"230\" height=\"230\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch4\u003eThe Glow Formula\u003c\/h4\u003e\n\u003cp\u003eContains 1000mg Fish Collagen and 330% DV Vitamin C to contribute to daily skin health.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv class=\"ls-v3-img-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Collagen_glow_jelly_4_fa8da1cc-fcec-4eb9-9a9c-32a1475c697a.webp?v=1778660307\" alt=\"NAD Supplement for Cellular Energy\" width=\"230\" height=\"230\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch4\u003eThe Daily Ritual\u003c\/h4\u003e\n\u003cp\u003eRefreshing orange-infused stick with NAD. Portable, mess-free, and designed to support everyday wellness.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003cdiv class=\"ls-v3-accordions\"\u003e\n\u003cdetails open=\"\" class=\"ls-v3-details\"\u003e\n\u003csummary\u003eWhat It's Good For\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0; margin: 0;\"\u003e\n\u003cli class=\"ls-u-flex-start\" style=\"margin-bottom: 14px; align-items: baseline;\"\u003e\n\u003cspan class=\"ls-u-text-brand\" style=\"margin-right: 8px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan class=\"ls-u-text-brand\"\u003e \u003cstrong class=\"ls-u-text-dark\" style=\"text-transform: uppercase; font-size: 13px; letter-spacing: 0.3px;\"\u003eRadiance Support:\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"opacity: 0.9; font-size: 13.5px;\"\u003eVitamin C \u0026amp; Pomegranate → supports natural collagen synthesis*\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"ls-u-flex-start\" style=\"margin-bottom: 14px; align-items: baseline;\"\u003e\n\u003cspan class=\"ls-u-text-brand\" style=\"margin-right: 8px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan class=\"ls-u-text-brand\"\u003e \u003cstrong class=\"ls-u-text-dark\" style=\"text-transform: uppercase; font-size: 13px; letter-spacing: 0.3px;\"\u003eElasticity \u0026amp; Texture:\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"opacity: 0.9; font-size: 13.5px;\"\u003eMarine Collagen → contributes to skin resilience*\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"ls-u-flex-start\" style=\"align-items: baseline;\"\u003e\n\u003cspan class=\"ls-u-text-brand\" style=\"margin-right: 8px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan class=\"ls-u-text-brand\"\u003e \u003cstrong class=\"ls-u-text-dark\" style=\"text-transform: uppercase; font-size: 13px; letter-spacing: 0.3px;\"\u003eDaily Vitality:\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"opacity: 0.9; font-size: 13.5px;\"\u003eNAD \u0026amp; Reishi Mushroom → helps support everyday energy*\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eFor Optimal Results\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.04); padding: 15px; border-radius: 8px; border-left: 3px solid #562C20;\"\u003e\n\u003cp style=\"margin: 0 0 12px 0;\" class=\"ls-u-text-brand\"\u003eEnjoy \u003cstrong class=\"ls-u-text-dark\"\u003e1 Collagen Glow Jelly stick daily\u003c\/strong\u003e. Best consumed in the morning or between meals. For optimal experience, keep chilled. Consistent daily use contributes to overall wellness.*\u003c\/p\u003e\n\u003cdiv style=\"border-top: 1px solid rgba(86, 44, 32, 0.15); padding-top: 12px;\"\u003e\n\u003cp style=\"margin: 0 0 8px 0; font-size: 13px;\" class=\"ls-u-text-dark\"\u003eWith regular use, may complement your daily skin and wellness routine.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eSupplement Facts\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv class=\"ls-v3-facts-table\"\u003e\n\u003cdiv class=\"ls-u-flex-sb\" style=\"font-size: 11px; font-weight: bold; border-bottom: 3px solid #562C20; padding-bottom: 3px; text-transform: uppercase;\"\u003e\n\u003cspan\u003eAmount Per Serving\u003c\/span\u003e\u003cspan\u003e% DV**\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-baseline\" style=\"border-bottom: 6px solid #562C20; padding: 6px 0 4px 0;\"\u003e\n\u003cspan style=\"font-size: 17px; font-weight: bold;\"\u003eCalories\u003c\/span\u003e\u003cspan style=\"font-size: 19px; font-weight: bold;\"\u003e30\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-dir-col\"\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; font-weight: bold; padding: 5px 0;\"\u003e\n\u003cspan\u003eTotal Carbohydrate 5g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 5px 0 5px 12px;\"\u003e\n\u003cspan\u003eDietary Fiber 2g\u003c\/span\u003e\u003cspan\u003e7%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 5px 0 5px 12px;\"\u003e\n\u003cspan\u003eTotal Sugars 1g\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin ls-u-text-muted\" style=\"font-size: 11px; padding: 5px 0 5px 24px;\"\u003e\n\u003cspan\u003eIncludes 0g Added Sugars\u003c\/span\u003e\u003cspan\u003e0%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; font-weight: bold; padding: 5px 0;\"\u003e\n\u003cspan\u003eProtein 1g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 5px 0;\"\u003e\n\u003cspan\u003eVitamin C 300mg\u003c\/span\u003e\u003cspan\u003e330%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb\" style=\"font-size: 11px; border-bottom: 2px solid #562C20; padding: 5px 0;\"\u003e\n\u003cspan\u003eSodium 20mg\u003c\/span\u003e\u003cspan\u003e1%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-dir-col\" style=\"margin-top: 5px;\"\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 6px 0;\"\u003e\n\u003cspan\u003eNicotinamide Adenine Dinucleotide 50mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin ls-u-text-dark\" style=\"font-size: 11px; font-weight: bold; padding: 6px 0;\"\u003e\n\u003cspan\u003eFish Collagen Peptides 1000mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 6px 0;\"\u003e\n\u003cspan\u003ePomegranate Extract 100mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb\" style=\"font-size: 11px; padding: 6px 0; border-bottom: 2px solid #562C20;\"\u003e\n\u003cspan\u003eReishi Mushroom Extract 200mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-text-muted\" style=\"font-size: 9px; margin-top: 8px;\"\u003e**Percent Daily Values (DV) are based on a 2,000 calorie diet. † Daily Value (DV) not established.\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.04); padding: 8px; font-size: 10px; margin-top: 10px; line-height: 1.4;\" class=\"ls-u-text-brand\"\u003e\n\u003cstrong class=\"ls-u-text-dark\"\u003eOTHER INGREDIENTS:\u003c\/strong\u003e Water, Concentrated Orange Juice, Vitamin C, Chia Seeds, Konjac Powder, Pectin, Citric Acid, Stevia, Carrageenan.\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-warning-section\"\u003e\n\u003cp style=\"margin: 0 0 6px 0; font-weight: bold;\" class=\"ls-u-text-dark\"\u003eAllergen: Fish\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 6px 0;\" class=\"ls-u-text-brand\"\u003e\u003cstrong class=\"ls-u-text-dark\"\u003eNOTICE:\u003c\/strong\u003e Manufactured in a facility that may process milk, soy, wheat, and tree nuts.\u003c\/p\u003e\n\u003cp style=\"margin: 0;\" class=\"ls-u-text-brand\"\u003e\u003cstrong class=\"ls-u-text-dark\"\u003eCAUTION:\u003c\/strong\u003e Not recommended for children, pregnant women, or individuals sensitive to any ingredients. Consult your physician before use if you have a medical condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"ls-science-header\"\u003ePowered by Nature's Cleanest Ingredients\u003c\/h3\u003e\n\u003cdiv class=\"ls-ingredient-list\"\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/orange.webp?v=1778147427\" alt=\"Vitamin C for skin health\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003e330% DV Vitamin C \u003cbr\u003e\u003cspan style=\"font-size: 11px; font-weight: 500; opacity: 0.85;\"\u003e(Skin Nutrition Boost*)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003ePure L-Ascorbic Acid to support natural collagen synthesis and a brighter complexion.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/fish_collagen.webp?v=1778135250\" alt=\"Bioavailable Marine Collagen Peptides\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003e1000mg Marine Collagen \u003cbr\u003e\u003cspan style=\"font-size: 11px; font-weight: 500; opacity: 0.85;\"\u003e(Skin Structure Support*)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003e\n\u003cspan\u003ePremium peptides to nourish your skin for a vibrant appearance. \u003c\/span\u003e*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/NAD.webp?v=1778147426\" alt=\"NAD coenzyme for vitality\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eCellular NAD \u003cbr\u003e\u003cspan style=\"font-size: 11px; font-weight: 500; opacity: 0.85;\"\u003e(Daily Energy \u0026amp; Vitality*)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003eA vital coenzyme that supports active lifestyles and helps enhance daily energy metabolism.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/reishi_mushroom.webp?v=1778147427\" alt=\"Reishi Mushroom adaptogen extract\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eReishi Mushroom\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003e\u003cspan\u003ehelps balance your system and supports a state of quiet vitality and well-being.*\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Pomgranate.webp?v=1778135250\" alt=\"Antioxidant Pomegranate Extract\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003ePomegranate Extract\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003e\u003cspan\u003eRich in potent polyphenols to neutralize free radicals, protect cells from oxidative stress, and support vitality.*\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"ls-comparison\"\u003e\u003cheader class=\"ls-header\"\u003e\n\u003ch2 class=\"ls-title\"\u003eLeafStory VS Others\u003c\/h2\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"ls-table-card\"\u003e\n\u003ctable class=\"ls-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003cth\u003eLeafStory\u003c\/th\u003e\n\u003cth style=\"opacity: 0.75;\"\u003eOthers\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMarine Peptides\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVitamin C (330% DV)\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNAD + Reishi Mushroom\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eZero Added Sugars\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNo Synthetic Fillers\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStick Format\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/section\u003e","brand":"LeafStory","offers":[{"title":"1 Pack (2 Sticks)","offer_id":46005714780394,"sku":"NAD2J-0001","price":9.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Collagen_Glow_Jelly_3__14_11zon_9_11zon.webp?v=1776995765"},{"product_id":"collagen-glow-jelly-trial-duo-7-sticks","title":"Collagen Glow Jelly - Weekly Kit (7 Sticks)","description":"\u003cstyle\u003e\n  \/* Base Layout Container - Locked to #562C20 *\/\n  .ls-v3-main-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #562C20;\n    max-width: 500px;\n    margin: 0 auto;\n    padding: 20px 15px;\n    background: #ffffff;\n  }\n\n  \/* Utility Classes for Speed Optimization with Brand Color *\/\n  .ls-u-flex-sb { display: flex; justify-content: space-between; align-items: center; }\n  .ls-u-flex-baseline { display: flex; justify-content: space-between; align-items: baseline; }\n  .ls-u-flex-start { display: flex; align-items: flex-start; }\n  .ls-u-dir-col { display: flex; flex-direction: column; }\n  .ls-u-text-brand { color: #562C20 !important; }\n  .ls-u-text-dark { color: #562C20 !important; font-weight: 700; }\n  .ls-u-text-muted { color: rgba(86, 44, 32, 0.75) !important; }\n  .ls-u-border-b-thin { border-bottom: 1px solid rgba(86, 44, 32, 0.15); }\n\n  \/* Special Section Styles *\/\n  .ls-v3-special-section { margin-bottom: 40px; }\n  .ls-v3-special-section h3 {\n    font-size: 13px; font-weight: 700; margin: 0 0 16px 0;\n    text-transform: uppercase; letter-spacing: 1.5px; color: #562C20;\n    display: flex; align-items: center;\n  }\n  .ls-v3-title-line { width: 20px; height: 1px; background: #562C20; margin-right: 10px; }\n  .ls-v3-hero-text {\n    font-size: 17px; line-height: 1.5; color: #562C20; margin: 0 0 30px 0;\n    font-weight: 500; letter-spacing: -0.2px;\n  }\n  .ls-v3-hero-highlight { background: linear-gradient(120deg, rgba(86, 44, 32, 0.12) 0%, rgba(86, 44, 32, 0.12) 100%); }\n\n  \/* Grid Cards *\/\n  .ls-v3-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n  .ls-v3-img-container {\n    width: 100%; aspect-ratio: 1; background: #fdfcfb; border-radius: 12px;\n    overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86, 44, 32, 0.15);\n  }\n  .ls-v3-img-container img { width: 100%; height: 100%; object-fit: cover; display: block; }\n  .ls-v3-item h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; margin: 0 0 8px 0; color: #562C20; letter-spacing: 0.5px; }\n  .ls-v3-item p { font-size: 12px; line-height: 1.6; color: rgba(86, 44, 32, 0.85); margin: 0; }\n\n  \/* Accordion Styles *\/\n  .ls-v3-accordions { background: rgba(86, 44, 32, 0.03); border-radius: 16px; padding: 10px; margin-bottom: 40px; }\n  .ls-v3-details { border-bottom: 1px solid rgba(86, 44, 32, 0.15); background: transparent; transition: all 0.3s ease; }\n  .ls-v3-details:last-child { border-bottom: none; }\n  .ls-v3-details summary {\n    list-style: none; padding: 20px 12px; display: flex; justify-content: space-between;\n    align-items: center; cursor: pointer; font-size: 14px; font-weight: 700;\n    color: #562C20; text-transform: uppercase; letter-spacing: 0.8px; outline: none;\n  }\n  .ls-v3-details summary::-webkit-details-marker { display: none; }\n  .ls-v3-details summary::after {\n    content: '→'; display: flex; align-items: center; justify-content: center;\n    width: 26px; height: 26px; border: 1.5px solid #562C20; border-radius: 50%;\n    font-size: 12px; color: #562C20; transition: all 0.3s ease;\n  }\n  .ls-v3-details[open] { background: #ffffff; border-radius: 12px; box-shadow: 0 4px 12px rgba(86, 44, 32, 0.08); margin: 8px 0; }\n  .ls-v3-details[open] summary::after { transform: rotate(90deg); background: #562C20; color: #ffffff; }\n  .ls-v3-content { padding: 0 12px 20px 12px; font-size: 14px; color: #562C20; line-height: 1.6; }\n\n  \/* Supplement Facts Tables *\/\n  .ls-v3-facts-table { border: 1.5px solid #562C20; padding: 12px; background: #ffffff; border-radius: 4px; color: #562C20; }\n  .ls-v3-warning-section { margin-top: 12px; padding-top: 12px; border-top: 1px dashed rgba(86, 44, 32, 0.15); font-size: 10px; line-height: 1.5; color: rgba(86, 44, 32, 0.85); }\n\n  \/* Ingredients Cards Section Styles *\/\n  .ls-science-header { font-family: Georgia, serif; font-size: 20px; font-weight: 400; font-style: italic; text-align: center; margin: 30px 0 25px 0; letter-spacing: 0.2px; color: #562C20; }\n  .ls-ingredient-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px; }\n  .ls-ingredient-card {\n    display: flex; width: 100%; height: 120px; border-radius: 6px; overflow: hidden;\n    border: 1px solid rgba(86, 44, 32, 0.15); background: #ffffff; box-shadow: 0 2px 8px rgba(86, 44, 32, 0.03);\n  }\n  .ls-card-img { width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; }\n  .ls-card-img img { width: 100%; height: 100%; object-fit: cover; }\n  .ls-card-info { width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center; }\n  .ls-card-title { font-size: 13.5px; font-weight: 700; color: #562C20; margin-bottom: 2px; line-height: 1.2; }\n  .ls-card-tag { font-size: 9px; letter-spacing: 0.5px; color: #562C20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; }\n  .ls-card-desc { font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85); }\n\n  \/* Refined Comparison Section Styles *\/\n  .ls-comparison { background: rgba(86, 44, 32, 0.02); border: 1px solid rgba(86, 44, 32, 0.08); border-radius: 12px; padding: 22px 16px; }\n  .ls-header { margin-bottom: 18px; }\n  .ls-title { font-family: Georgia, serif; font-size: 20px; font-weight: 400; font-style: italic; text-align: center; margin: 0; letter-spacing: 0.2px; color: #562C20; }\n  .ls-table-card { border-radius: 8px; overflow: hidden; background: #ffffff; border: 1px solid rgba(86, 44, 32, 0.12); }\n  .ls-table { width: 100%; border-collapse: collapse; text-align: center; font-size: 12px; color: #562C20; }\n  .ls-table thead tr { background: #562C20; color: #ffffff; font-weight: 600; font-size: 13px; }\n  .ls-table th { padding: 12px 10px; font-weight: 600; }\n  .ls-table td { padding: 14px 10px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); }\n  .ls-table tbody tr:last-child td { border-bottom: none; }\n  .ls-table td:first-child { text-align: left; padding-left: 14px; font-weight: 500; width: 45%; }\n  .ls-table td:nth-child(2) { width: 30%; }\n  .ls-table td:odd-child(3) { width: 25%; }\n  .ls-table-svg-wrap { display: flex; justify-content: center; align-items: center; }\n\u003c\/style\u003e\n\u003csection id=\"ls-product-root-{{ section.id }}\" class=\"ls-v3-main-wrapper\"\u003e\n\u003carticle class=\"ls-v3-special-section\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"ls-v3-title-line\"\u003e\u003c\/span\u003eWhy It's Special\u003c\/h3\u003e\n\u003cp class=\"ls-v3-hero-text\"\u003e\u003cstrong class=\"ls-u-text-dark\" style=\"font-size: 18px; display: block; margin-bottom: 8px;\"\u003eCollagen Glow Jelly – Premium Daily Skin \u0026amp; Wellness Support*\u003c\/strong\u003e High-quality \u003cspan class=\"ls-v3-hero-highlight\"\u003e1000mg Marine Collagen\u003c\/span\u003e and \u003cspan class=\"ls-v3-hero-highlight\"\u003e330% DV Vitamin C\u003c\/span\u003e in a convenient stick. Designed to support skin nutrition, antioxidant intake, and everyday vitality.*\u003c\/p\u003e\n\u003cdiv class=\"ls-v3-grid\"\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv class=\"ls-v3-img-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Collagen_glow_jelly_3_7d15ce23-fda3-4637-a06b-a3fe294e6dec.webp?v=1778660307\" alt=\"Marine Collagen Potency and Absorption\" width=\"230\" height=\"230\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch4\u003eThe Glow Formula\u003c\/h4\u003e\n\u003cp\u003eContains 1000mg Fish Collagen and 330% DV Vitamin C to contribute to daily skin health.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv class=\"ls-v3-img-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Collagen_glow_jelly_4_fa8da1cc-fcec-4eb9-9a9c-32a1475c697a.webp?v=1778660307\" alt=\"NAD Supplement for Cellular Energy\" width=\"230\" height=\"230\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch4\u003eThe Daily Ritual\u003c\/h4\u003e\n\u003cp\u003eRefreshing orange-infused stick with NAD. Portable, mess-free, and designed to support everyday wellness.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003cdiv class=\"ls-v3-accordions\"\u003e\n\u003cdetails open=\"\" class=\"ls-v3-details\"\u003e\n\u003csummary\u003eWhat It's Good For\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0; margin: 0;\"\u003e\n\u003cli class=\"ls-u-flex-start\" style=\"margin-bottom: 14px; align-items: baseline;\"\u003e\n\u003cspan class=\"ls-u-text-brand\" style=\"margin-right: 8px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan class=\"ls-u-text-brand\"\u003e \u003cstrong class=\"ls-u-text-dark\" style=\"text-transform: uppercase; font-size: 13px; letter-spacing: 0.3px;\"\u003eRadiance Support:\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"opacity: 0.9; font-size: 13.5px;\"\u003eVitamin C \u0026amp; Pomegranate → supports natural collagen synthesis*\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"ls-u-flex-start\" style=\"margin-bottom: 14px; align-items: baseline;\"\u003e\n\u003cspan class=\"ls-u-text-brand\" style=\"margin-right: 8px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan class=\"ls-u-text-brand\"\u003e \u003cstrong class=\"ls-u-text-dark\" style=\"text-transform: uppercase; font-size: 13px; letter-spacing: 0.3px;\"\u003eElasticity \u0026amp; Texture:\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"opacity: 0.9; font-size: 13.5px;\"\u003eMarine Collagen → contributes to skin resilience*\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"ls-u-flex-start\" style=\"align-items: baseline;\"\u003e\n\u003cspan class=\"ls-u-text-brand\" style=\"margin-right: 8px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan class=\"ls-u-text-brand\"\u003e \u003cstrong class=\"ls-u-text-dark\" style=\"text-transform: uppercase; font-size: 13px; letter-spacing: 0.3px;\"\u003eDaily Vitality:\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"opacity: 0.9; font-size: 13.5px;\"\u003eNAD \u0026amp; Reishi Mushroom → helps support everyday energy*\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eFor Optimal Results\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.04); padding: 15px; border-radius: 8px; border-left: 3px solid #562C20;\"\u003e\n\u003cp style=\"margin: 0 0 12px 0;\" class=\"ls-u-text-brand\"\u003eEnjoy \u003cstrong class=\"ls-u-text-dark\"\u003e1 Collagen Glow Jelly stick daily\u003c\/strong\u003e. Best consumed in the morning or between meals. For optimal experience, keep chilled. Consistent daily use contributes to overall wellness.*\u003c\/p\u003e\n\u003cdiv style=\"border-top: 1px solid rgba(86, 44, 32, 0.15); padding-top: 12px;\"\u003e\n\u003cp style=\"margin: 0 0 8px 0; font-size: 13px;\" class=\"ls-u-text-dark\"\u003eWith regular use, may complement your daily skin and wellness routine.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eSupplement Facts\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv class=\"ls-v3-facts-table\"\u003e\n\u003cdiv class=\"ls-u-flex-sb\" style=\"font-size: 11px; font-weight: bold; border-bottom: 3px solid #562C20; padding-bottom: 3px; text-transform: uppercase;\"\u003e\n\u003cspan\u003eAmount Per Serving\u003c\/span\u003e\u003cspan\u003e% DV**\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-baseline\" style=\"border-bottom: 6px solid #562C20; padding: 6px 0 4px 0;\"\u003e\n\u003cspan style=\"font-size: 17px; font-weight: bold;\"\u003eCalories\u003c\/span\u003e\u003cspan style=\"font-size: 19px; font-weight: bold;\"\u003e30\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-dir-col\"\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; font-weight: bold; padding: 5px 0;\"\u003e\n\u003cspan\u003eTotal Carbohydrate 5g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 5px 0 5px 12px;\"\u003e\n\u003cspan\u003eDietary Fiber 2g\u003c\/span\u003e\u003cspan\u003e7%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 5px 0 5px 12px;\"\u003e\n\u003cspan\u003eTotal Sugars 1g\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin ls-u-text-muted\" style=\"font-size: 11px; padding: 5px 0 5px 24px;\"\u003e\n\u003cspan\u003eIncludes 0g Added Sugars\u003c\/span\u003e\u003cspan\u003e0%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; font-weight: bold; padding: 5px 0;\"\u003e\n\u003cspan\u003eProtein 1g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 5px 0;\"\u003e\n\u003cspan\u003eVitamin C 300mg\u003c\/span\u003e\u003cspan\u003e330%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb\" style=\"font-size: 11px; border-bottom: 2px solid #562C20; padding: 5px 0;\"\u003e\n\u003cspan\u003eSodium 20mg\u003c\/span\u003e\u003cspan\u003e1%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-dir-col\" style=\"margin-top: 5px;\"\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 6px 0;\"\u003e\n\u003cspan\u003eNicotinamide Adenine Dinucleotide 50mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin ls-u-text-dark\" style=\"font-size: 11px; font-weight: bold; padding: 6px 0;\"\u003e\n\u003cspan\u003eFish Collagen Peptides 1000mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb ls-u-border-b-thin\" style=\"font-size: 11px; padding: 6px 0;\"\u003e\n\u003cspan\u003ePomegranate Extract 100mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-flex-sb\" style=\"font-size: 11px; padding: 6px 0; border-bottom: 2px solid #562C20;\"\u003e\n\u003cspan\u003eReishi Mushroom Extract 200mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-u-text-muted\" style=\"font-size: 9px; margin-top: 8px;\"\u003e**Percent Daily Values (DV) are based on a 2,000 calorie diet. † Daily Value (DV) not established.\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.04); padding: 8px; font-size: 10px; margin-top: 10px; line-height: 1.4;\" class=\"ls-u-text-brand\"\u003e\n\u003cstrong class=\"ls-u-text-dark\"\u003eOTHER INGREDIENTS:\u003c\/strong\u003e Water, Concentrated Orange Juice, Vitamin C, Chia Seeds, Konjac Powder, Pectin, Citric Acid, Stevia, Carrageenan.\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-warning-section\"\u003e\n\u003cp style=\"margin: 0 0 6px 0; font-weight: bold;\" class=\"ls-u-text-dark\"\u003eAllergen: Fish\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 6px 0;\" class=\"ls-u-text-brand\"\u003e\u003cstrong class=\"ls-u-text-dark\"\u003eNOTICE:\u003c\/strong\u003e Manufactured in a facility that may process milk, soy, wheat, and tree nuts.\u003c\/p\u003e\n\u003cp style=\"margin: 0;\" class=\"ls-u-text-brand\"\u003e\u003cstrong class=\"ls-u-text-dark\"\u003eCAUTION:\u003c\/strong\u003e Not recommended for children, pregnant women, or individuals sensitive to any ingredients. Consult your physician before use if you have a medical condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"ls-science-header\"\u003ePowered by Nature's Cleanest Ingredients\u003c\/h3\u003e\n\u003cdiv class=\"ls-ingredient-list\"\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/orange.webp?v=1778147427\" alt=\"Vitamin C for skin health\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003e330% DV Vitamin C \u003cbr\u003e\u003cspan style=\"font-size: 11px; font-weight: 500; opacity: 0.85;\"\u003e(Skin Nutrition Boost*)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003ePure L-Ascorbic Acid to support natural collagen synthesis and a brighter complexion.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/fish_collagen.webp?v=1778135250\" alt=\"Bioavailable Marine Collagen Peptides\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003e1000mg Marine Collagen \u003cbr\u003e\u003cspan style=\"font-size: 11px; font-weight: 500; opacity: 0.85;\"\u003e(Skin Structure Support*)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003e\n\u003cspan\u003ePremium peptides to nourish your skin for a vibrant appearance. \u003c\/span\u003e*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/NAD.webp?v=1778147426\" alt=\"NAD coenzyme for vitality\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eCellular NAD \u003cbr\u003e\u003cspan style=\"font-size: 11px; font-weight: 500; opacity: 0.85;\"\u003e(Daily Energy \u0026amp; Vitality*)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003eA vital coenzyme that supports active lifestyles and helps enhance daily energy metabolism.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/reishi_mushroom.webp?v=1778147427\" alt=\"Reishi Mushroom adaptogen extract\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eReishi Mushroom\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003e\u003cspan\u003ehelps balance your system and supports a state of quiet vitality and well-being.*\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Pomgranate.webp?v=1778135250\" alt=\"Antioxidant Pomegranate Extract\" width=\"200\" height=\"120\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003ePomegranate Extract\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003e\u003cspan\u003eRich in potent polyphenols to neutralize free radicals, protect cells from oxidative stress, and support vitality.*\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"ls-comparison\"\u003e\u003cheader class=\"ls-header\"\u003e\n\u003ch2 class=\"ls-title\"\u003eLeafStory VS Others\u003c\/h2\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"ls-table-card\"\u003e\n\u003ctable class=\"ls-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003cth\u003eLeafStory\u003c\/th\u003e\n\u003cth style=\"opacity: 0.75;\"\u003eOthers\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMarine Peptides\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVitamin C (330% DV)\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNAD + Reishi Mushroom\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eZero Added Sugars\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNo Synthetic Fillers\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStick Format\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"ls-table-svg-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(86, 44, 32, 0.35)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/section\u003e","brand":"LeafStory","offers":[{"title":"1 Pack (7 Sticks)","offer_id":46005714813162,"sku":"NAD7J-0001","price":14.99,"currency_code":"USD","in_stock":true},{"title":"3 Packs (21 Sticks)","offer_id":46005714845930,"sku":"NAD7J-0003","price":44.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Collagen_Glow_Jelly_2__13_11zon_8_11zon.webp?v=1776995419"},{"product_id":"yerba-acv-blend-reset-jelly-trial-duo-2-sticks","title":"Yerba + ACV Blend Reset Jelly - Trial Duo (2 Sticks)","description":"\u003cstyle\u003e\n  .ls-v3-main-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #562C20;\n    max-width: 500px;\n    margin: 0 auto;\n    padding: 20px 15px;\n    background: #ffffff;\n  }\n\n  .ls-v3-main-wrapper h3.ls-section-title {\n    font-size: 13px;\n    font-weight: 700;\n    margin: 0 0 16px 0;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: #562C20;\n    display: flex;\n    align-items: center;\n  }\n\n  .ls-v3-title-line {\n    width: 20px;\n    height: 1px;\n    background: #562C20;\n    margin-right: 10px;\n  }\n\n  .ls-v3-hero-text {\n    font-size: 18px;\n    line-height: 1.5;\n    color: #562C20;\n    margin: 0 0 30px 0;\n    font-weight: 500;\n    letter-spacing: -0.2px;\n  }\n\n  .ls-v3-highlight {\n    background: linear-gradient(120deg, rgba(86,44,32,0.12) 0%, rgba(86,44,32,0.12) 100%);\n  }\n\n  .ls-v3-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n\n  .ls-v3-img-box {\n    width: 100%;\n    aspect-ratio: 1;\n    background: #fdfcfb;\n    border-radius: 12px;\n    overflow: hidden;\n    margin-bottom: 15px;\n    border: 1px solid rgba(86,44,32,0.12);\n  }\n\n  .ls-v3-img-box img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .ls-v3-item h4 {\n    font-size: 13px;\n    font-weight: 700;\n    text-transform: uppercase;\n    margin: 0 0 8px 0;\n    color: #562C20;\n    letter-spacing: 0.5px;\n  }\n\n  .ls-v3-item p {\n    font-size: 12px;\n    line-height: 1.6;\n    color: rgba(86,44,32,0.85);\n    margin: 0;\n  }\n\n  .ls-v3-accordions {\n    background: rgba(86,44,32,0.03);\n    border-radius: 16px;\n    padding: 10px;\n    margin-bottom: 30px;\n  }\n\n  .ls-v3-details {\n    border-bottom: 1px solid rgba(86,44,32,0.12);\n  }\n\n  .ls-v3-details:last-child {\n    border-bottom: none;\n  }\n\n  .ls-v3-details summary {\n    list-style: none;\n    padding: 20px 12px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    font-size: 14px;\n    font-weight: 700;\n    color: #562C20;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n  }\n\n  .ls-v3-details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ls-v3-details summary::after {\n    content: '→';\n    width: 26px;\n    height: 26px;\n    border: 1.5px solid #562C20;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 12px;\n    transition: all 0.3s ease;\n  }\n\n  .ls-v3-details[open] {\n    background: #ffffff;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(86,44,32,0.08);\n    margin: 8px 0;\n  }\n\n  .ls-v3-details[open] summary::after {\n    transform: rotate(90deg);\n    background: #562C20;\n    color: #ffffff;\n  }\n\n  .ls-v3-content {\n    padding: 0 12px 20px 12px;\n    font-size: 14px;\n    color: #562C20;\n    line-height: 1.6;\n  }\n\n  .ls-science-header {\n    font-family: Georgia, serif;\n    font-size: 20px;\n    font-style: italic;\n    text-align: center;\n    margin: 25px 0;\n    color: #562C20;\n  }\n\n  .ls-ingredient-card {\n    display: flex;\n    width: 100%;\n    height: 120px;\n    border-radius: 6px;\n    overflow: hidden;\n    border: 1px solid rgba(86,44,32,0.15);\n    background: #ffffff;\n    margin-bottom: 12px;\n  }\n\n  .ls-card-img {\n    width: 40%;\n    overflow: hidden;\n  }\n\n  .ls-card-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ls-card-info {\n    width: 60%;\n    padding: 15px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .ls-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #562C20;\n    margin-bottom: 2px;\n  }\n\n  .ls-card-tag {\n    font-size: 9px;\n    letter-spacing: 0.5px;\n    color: #562C20;\n    text-transform: uppercase;\n    font-weight: 600;\n    margin-bottom: 6px;\n  }\n\n  .ls-card-desc {\n    font-size: 11px;\n    line-height: 1.35;\n    color: rgba(86,44,32,0.85);\n  }\n\n  .ls-vs-section {\n    background: rgba(86,44,32,0.02);\n    border: 1px solid rgba(86,44,32,0.08);\n    border-radius: 8px;\n    padding: 20px 15px;\n    margin-top: 30px;\n  }\n\n  .ls-vs-header,\n  .ls-vs-row {\n    display: flex;\n    align-items: center;\n  }\n\n  .ls-vs-header {\n    padding-bottom: 12px;\n    border-bottom: 1px solid #562C20;\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .ls-vs-row {\n    padding: 12px 0;\n    border-bottom: 1px solid rgba(86,44,32,0.12);\n    font-size: 12px;\n  }\n\n  .ls-vs-col-1 { width: 45%; }\n  .ls-vs-col-2,\n  .ls-vs-col-3 {\n    width: 27.5%;\n    display: flex;\n    justify-content: center;\n  }\n\n  @media (max-width: 640px) {\n    .ls-v3-grid {\n      grid-template-columns: 1fr;\n      gap: 28px;\n    }\n\n    .ls-v3-hero-text {\n      font-size: 16px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"ls-v3-main-wrapper\"\u003e\n\u003cdiv class=\"ls-v3-special-section\"\u003e\n\u003ch3 class=\"ls-section-title\"\u003e\n\u003cspan class=\"ls-v3-title-line\"\u003e\u003c\/span\u003e Why It's Special\u003c\/h3\u003e\n\u003cp class=\"ls-v3-hero-text\"\u003eA modern wellness ritual for those seeking \u003cspan class=\"ls-v3-highlight\"\u003ea smoother, more balanced daily routine.\u003c\/span\u003e This Reset Jelly blends botanicals, fiber, and gentle caffeine in a convenient pre-meal stick.*\u003c\/p\u003e\n\u003cdiv class=\"ls-v3-grid\"\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv class=\"ls-v3-img-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_ACV_Blend_Reset_Jelly_1.webp?v=1779422443\" alt=\"\"\u003e\u003c\/div\u003e\n\u003ch4\u003eThe Daily Balance Blend\u003c\/h4\u003e\n\u003cp\u003eCrafted with Ceylon Cinnamon, Apple Cider Vinegar, White Mulberry Leaf, and fiber-rich ingredients to create a refreshing daily wellness experience.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv class=\"ls-v3-img-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_ACV_Blend_Reset_Jelly_2.webp?v=1779422442\" alt=\"\"\u003e\u003c\/div\u003e\n\u003ch4\u003eThe Clean Energy Lift\u003c\/h4\u003e\n\u003cp\u003eYerba Mate provides 20mg of naturally derived caffeine for a gentle, sustained lift that fits into busy mornings, workouts, and afternoon routines.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-accordions\"\u003e\n\u003cdetails open=\"\" class=\"ls-v3-details\"\u003e\n\u003csummary\u003eWhat It's Designed To Support\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cul style=\"list-style: none; padding-left: 0; margin: 0;\"\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eDaily Routine Support:\u003c\/strong\u003e Ceylon Cinnamon, White Mulberry Leaf, and konjac fiber help you enjoy a smooth, balanced daily ritual.* \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eGentle Digestive Comfort:\u003c\/strong\u003e Apple Cider Vinegar and fiber help you feel refreshed after meals.* \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eGentle Energy:\u003c\/strong\u003e Yerba Mate provides a mild caffeine lift to keep you moving through your day without the heaviness associated with high-stimulant alternatives.* \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eHow To Enjoy\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"background: rgba(86,44,32,0.04); padding: 15px; border-radius: 8px; border-left: 3px solid #562C20;\"\u003e\n\u003cp style=\"margin: 0 0 12px 0;\"\u003eEnjoy \u003cstrong\u003e1 stick daily\u003c\/strong\u003e, before meals or whenever you want a refreshing wellness boost. Best served chilled.\u003c\/p\u003e\n\u003cdiv style=\"border-top: 1px solid rgba(86,44,32,0.15); padding-top: 12px; margin-top: 12px;\"\u003e\n\u003cp style=\"margin: 0; font-size: 13px; text-transform: none; letter-spacing: normal;\"\u003eWith consistent use, you may notice a more pleasant daily routine experience.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eSupplement Facts\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"border: 1.5px solid #562C20; padding: 12px; background: #ffffff; border-radius: 4px;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; border-bottom: 3px solid #562C20; padding-bottom: 3px; text-transform: uppercase;\"\u003e\n\u003cspan\u003eAmount Per Serving\u003c\/span\u003e \u003cspan\u003e% DV**\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: baseline; border-bottom: 6px solid #562C20; padding: 6px 0 4px 0;\"\u003e\n\u003cspan style=\"font-size: 17px; font-weight: bold;\"\u003eCalories\u003c\/span\u003e \u003cspan style=\"font-size: 19px; font-weight: bold;\"\u003e25\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86,44,32,0.12); padding: 5px 0;\"\u003e\n\u003cspan\u003eTotal Carbohydrate 6g\u003c\/span\u003e \u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eDietary Fiber 2g\u003c\/span\u003e \u003cspan\u003e7%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eTotal Sugars 1g\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 5px 0 5px 24px; border-bottom: 1px solid rgba(86,44,32,0.12); color: rgba(86,44,32,0.7);\"\u003e\n\u003cspan\u003eIncludes 0g Added Sugars\u003c\/span\u003e \u003cspan\u003e0%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; border-bottom: 2px solid #562C20; padding: 5px 0;\"\u003e\n\u003cspan\u003eSodium 20mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; margin-top: 5px;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; padding: 6px 0; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eCeylon Cinnamon Extract 1000mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eApple Cider Vinegar 500mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eYerba Mate Powder 200mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; color: rgba(86,44,32,0.65); padding-left: 12px; margin-top: -4px; margin-bottom: 4px;\"\u003e(contains 20mg caffeine)\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eWhite Mulberry Leaf Extract 200mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 2px solid #562C20;\"\u003e\n\u003cspan\u003ePomegranate Extract 100mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; color: rgba(86,44,32,0.65); margin-top: 8px;\"\u003e**Percent Daily Values (DV) are based on a 2,000 calorie diet. † Daily Value not established.\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(86,44,32,0.04); padding: 8px; font-size: 10px; margin-top: 10px; line-height: 1.4;\"\u003e\n\u003cstrong\u003eOTHER INGREDIENTS:\u003c\/strong\u003e Water, Blueberry Concentrate Juice, Cranberry Concentrate Juice, Raspberry Concentrate Juice, Strawberry Concentrate Juice, Chia Seeds, Konjac (Glucomannan) Powder, Pectin, Citric Acid, Stevia, Carrageenan.\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 12px; border-top: 1px solid rgba(86,44,32,0.15); padding-top: 10px;\"\u003e\n\u003cdiv style=\"font-size: 10px; margin-bottom: 6px; line-height: 1.4;\"\u003e\n\u003cstrong\u003eNOTICE:\u003c\/strong\u003e Manufactured in a facility that may process milk, soy, wheat, and tree nuts.\u003c\/div\u003e\n\u003cdiv style=\"font-size: 10px; line-height: 1.4;\"\u003e\n\u003cstrong\u003eCAUTION:\u003c\/strong\u003e Contains natural caffeine from Yerba Mate. Not recommended for children, pregnant individuals, or those sensitive to caffeine.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"ls-science-header\"\u003ePowered by Purposeful Ingredients\u003c\/h3\u003e\n\u003cdiv class=\"ls-ingredient-list\"\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Ceylon_Cinnamon.webp?v=1778135251\" alt=\"Ceylon Cinnamon\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eCeylon Cinnamon\u003c\/div\u003e\n\u003cdiv class=\"ls-card-tag\"\u003eDaily Balance Support\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003ePremium “true cinnamon” chosen to complement your daily wellness ritual.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Apple_Cider_Vinegar.webp?v=1778207681\" alt=\"Apple Cider Vinegar\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eApple Cider Vinegar\u003c\/div\u003e\n\u003cdiv class=\"ls-card-tag\"\u003eDigestive Routine\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003eApple Cider Vinegar in a smooth jelly format for an easier, enjoyable daily routine.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_Mate_Extract.webp?v=1778207681\" alt=\"Yerba Mate\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eYerba Mate\u003c\/div\u003e\n\u003cdiv class=\"ls-card-tag\"\u003eNatural Energy\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003eA natural caffeine source for smooth mental focus and energy without the jitters.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/white_Mulberry_Leaf.webp?v=1778135250\" alt=\"White Mulberry Leaf\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eWhite Mulberry Leaf\u003c\/div\u003e\n\u003cdiv class=\"ls-card-tag\"\u003eMindful Nutrition\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003ePart of a botanical blend crafted to support your everyday wellness routine.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-section\"\u003e\n\u003ch3 class=\"ls-science-header\" style=\"margin-top: 0; font-size: 22px;\"\u003eLeafStory VS Others\u003c\/h3\u003e\n\u003cdiv class=\"ls-vs-header\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003eLeafStory\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003eOthers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eCeylon Cinnamon Formula\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003ePortable Jelly Format\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eSmooth ACV Flavor\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eZero Added Sugar\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\" style=\"border-bottom: none;\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eGentle Energy for Daily Life\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 25px; font-size: 11px; line-height: 1.6; color: rgba(86,44,32,0.7);\"\u003e\n\u003cstrong\u003e*FDA Disclaimer:\u003c\/strong\u003e These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease.\u003c\/div\u003e\n\u003c\/section\u003e","brand":"LeafStory","offers":[{"title":"1 Pack (2 Sticks)","offer_id":46005716320490,"sku":"YER2J-0001","price":9.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_Apple_Vinegar_Reset_Jelly_3__10_11zon_5_11zon.webp?v=1776995982"},{"product_id":"yerba-acv-blend-reset-jelly-weekly-kit-7-sticks","title":"Yerba + ACV Blend Reset Jelly - Weekly Kit (7 Sticks)","description":"\u003cstyle\u003e\n  .ls-v3-main-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #562C20;\n    max-width: 500px;\n    margin: 0 auto;\n    padding: 20px 15px;\n    background: #ffffff;\n  }\n\n  .ls-v3-main-wrapper h3.ls-section-title {\n    font-size: 13px;\n    font-weight: 700;\n    margin: 0 0 16px 0;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: #562C20;\n    display: flex;\n    align-items: center;\n  }\n\n  .ls-v3-title-line {\n    width: 20px;\n    height: 1px;\n    background: #562C20;\n    margin-right: 10px;\n  }\n\n  .ls-v3-hero-text {\n    font-size: 18px;\n    line-height: 1.5;\n    color: #562C20;\n    margin: 0 0 30px 0;\n    font-weight: 500;\n    letter-spacing: -0.2px;\n  }\n\n  .ls-v3-highlight {\n    background: linear-gradient(120deg, rgba(86,44,32,0.12) 0%, rgba(86,44,32,0.12) 100%);\n  }\n\n  .ls-v3-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n\n  .ls-v3-img-box {\n    width: 100%;\n    aspect-ratio: 1;\n    background: #fdfcfb;\n    border-radius: 12px;\n    overflow: hidden;\n    margin-bottom: 15px;\n    border: 1px solid rgba(86,44,32,0.12);\n  }\n\n  .ls-v3-img-box img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .ls-v3-item h4 {\n    font-size: 13px;\n    font-weight: 700;\n    text-transform: uppercase;\n    margin: 0 0 8px 0;\n    color: #562C20;\n    letter-spacing: 0.5px;\n  }\n\n  .ls-v3-item p {\n    font-size: 12px;\n    line-height: 1.6;\n    color: rgba(86,44,32,0.85);\n    margin: 0;\n  }\n\n  .ls-v3-accordions {\n    background: rgba(86,44,32,0.03);\n    border-radius: 16px;\n    padding: 10px;\n    margin-bottom: 30px;\n  }\n\n  .ls-v3-details {\n    border-bottom: 1px solid rgba(86,44,32,0.12);\n  }\n\n  .ls-v3-details:last-child {\n    border-bottom: none;\n  }\n\n  .ls-v3-details summary {\n    list-style: none;\n    padding: 20px 12px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    font-size: 14px;\n    font-weight: 700;\n    color: #562C20;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n  }\n\n  .ls-v3-details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ls-v3-details summary::after {\n    content: '→';\n    width: 26px;\n    height: 26px;\n    border: 1.5px solid #562C20;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 12px;\n    transition: all 0.3s ease;\n  }\n\n  .ls-v3-details[open] {\n    background: #ffffff;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(86,44,32,0.08);\n    margin: 8px 0;\n  }\n\n  .ls-v3-details[open] summary::after {\n    transform: rotate(90deg);\n    background: #562C20;\n    color: #ffffff;\n  }\n\n  .ls-v3-content {\n    padding: 0 12px 20px 12px;\n    font-size: 14px;\n    color: #562C20;\n    line-height: 1.6;\n  }\n\n  .ls-science-header {\n    font-family: Georgia, serif;\n    font-size: 20px;\n    font-style: italic;\n    text-align: center;\n    margin: 25px 0;\n    color: #562C20;\n  }\n\n  .ls-ingredient-card {\n    display: flex;\n    width: 100%;\n    height: 120px;\n    border-radius: 6px;\n    overflow: hidden;\n    border: 1px solid rgba(86,44,32,0.15);\n    background: #ffffff;\n    margin-bottom: 12px;\n  }\n\n  .ls-card-img {\n    width: 40%;\n    overflow: hidden;\n  }\n\n  .ls-card-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ls-card-info {\n    width: 60%;\n    padding: 15px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .ls-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #562C20;\n    margin-bottom: 2px;\n  }\n\n  .ls-card-tag {\n    font-size: 9px;\n    letter-spacing: 0.5px;\n    color: #562C20;\n    text-transform: uppercase;\n    font-weight: 600;\n    margin-bottom: 6px;\n  }\n\n  .ls-card-desc {\n    font-size: 11px;\n    line-height: 1.35;\n    color: rgba(86,44,32,0.85);\n  }\n\n  .ls-vs-section {\n    background: rgba(86,44,32,0.02);\n    border: 1px solid rgba(86,44,32,0.08);\n    border-radius: 8px;\n    padding: 20px 15px;\n    margin-top: 30px;\n  }\n\n  .ls-vs-header,\n  .ls-vs-row {\n    display: flex;\n    align-items: center;\n  }\n\n  .ls-vs-header {\n    padding-bottom: 12px;\n    border-bottom: 1px solid #562C20;\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .ls-vs-row {\n    padding: 12px 0;\n    border-bottom: 1px solid rgba(86,44,32,0.12);\n    font-size: 12px;\n  }\n\n  .ls-vs-col-1 { width: 45%; }\n  .ls-vs-col-2,\n  .ls-vs-col-3 {\n    width: 27.5%;\n    display: flex;\n    justify-content: center;\n  }\n\n  @media (max-width: 640px) {\n    .ls-v3-grid {\n      grid-template-columns: 1fr;\n      gap: 28px;\n    }\n\n    .ls-v3-hero-text {\n      font-size: 16px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"ls-v3-main-wrapper\"\u003e\n\u003cdiv class=\"ls-v3-special-section\"\u003e\n\u003ch3 class=\"ls-section-title\"\u003e\n\u003cspan class=\"ls-v3-title-line\"\u003e\u003c\/span\u003e Why It's Special\u003c\/h3\u003e\n\u003cp class=\"ls-v3-hero-text\"\u003eA modern wellness ritual for those seeking \u003cspan class=\"ls-v3-highlight\"\u003ea smoother, more balanced daily routine.\u003c\/span\u003e This Reset Jelly blends botanicals, fiber, and gentle caffeine in a convenient pre-meal stick.*\u003c\/p\u003e\n\u003cdiv class=\"ls-v3-grid\"\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv class=\"ls-v3-img-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_ACV_Blend_Reset_Jelly_1.webp?v=1779422443\" alt=\"\"\u003e\u003c\/div\u003e\n\u003ch4\u003eThe Daily Balance Blend\u003c\/h4\u003e\n\u003cp\u003eCrafted with Ceylon Cinnamon, Apple Cider Vinegar, White Mulberry Leaf, and fiber-rich ingredients to create a refreshing daily wellness experience.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv class=\"ls-v3-img-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_ACV_Blend_Reset_Jelly_2.webp?v=1779422442\" alt=\"\"\u003e\u003c\/div\u003e\n\u003ch4\u003eThe Clean Energy Lift\u003c\/h4\u003e\n\u003cp\u003eYerba Mate provides 20mg of naturally derived caffeine for a gentle, sustained lift that fits into busy mornings, workouts, and afternoon routines.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-accordions\"\u003e\n\u003cdetails open=\"\" class=\"ls-v3-details\"\u003e\n\u003csummary\u003eWhat It's Designed To Support\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cul style=\"list-style: none; padding-left: 0; margin: 0;\"\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eDaily Routine Support:\u003c\/strong\u003e Ceylon Cinnamon, White Mulberry Leaf, and konjac fiber help you enjoy a smooth, balanced daily ritual.* \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eGentle Digestive Comfort:\u003c\/strong\u003e Apple Cider Vinegar and fiber help you feel refreshed after meals.* \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eGentle Energy:\u003c\/strong\u003e Yerba Mate provides a mild caffeine lift to keep you moving through your day without the heaviness associated with high-stimulant alternatives.* \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eHow To Enjoy\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"background: rgba(86,44,32,0.04); padding: 15px; border-radius: 8px; border-left: 3px solid #562C20;\"\u003e\n\u003cp style=\"margin: 0 0 12px 0;\"\u003eEnjoy \u003cstrong\u003e1 stick daily\u003c\/strong\u003e, before meals or whenever you want a refreshing wellness boost. Best served chilled.\u003c\/p\u003e\n\u003cdiv style=\"border-top: 1px solid rgba(86,44,32,0.15); padding-top: 12px; margin-top: 12px;\"\u003e\n\u003cp style=\"margin: 0; font-size: 13px; text-transform: none; letter-spacing: normal;\"\u003eWith consistent use, you may notice a more pleasant daily routine experience.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eSupplement Facts\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"border: 1.5px solid #562C20; padding: 12px; background: #ffffff; border-radius: 4px;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; border-bottom: 3px solid #562C20; padding-bottom: 3px; text-transform: uppercase;\"\u003e\n\u003cspan\u003eAmount Per Serving\u003c\/span\u003e \u003cspan\u003e% DV**\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: baseline; border-bottom: 6px solid #562C20; padding: 6px 0 4px 0;\"\u003e\n\u003cspan style=\"font-size: 17px; font-weight: bold;\"\u003eCalories\u003c\/span\u003e \u003cspan style=\"font-size: 19px; font-weight: bold;\"\u003e25\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86,44,32,0.12); padding: 5px 0;\"\u003e\n\u003cspan\u003eTotal Carbohydrate 6g\u003c\/span\u003e \u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eDietary Fiber 2g\u003c\/span\u003e \u003cspan\u003e7%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eTotal Sugars 1g\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 5px 0 5px 24px; border-bottom: 1px solid rgba(86,44,32,0.12); color: rgba(86,44,32,0.7);\"\u003e\n\u003cspan\u003eIncludes 0g Added Sugars\u003c\/span\u003e \u003cspan\u003e0%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; border-bottom: 2px solid #562C20; padding: 5px 0;\"\u003e\n\u003cspan\u003eSodium 20mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; margin-top: 5px;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; padding: 6px 0; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eCeylon Cinnamon Extract 1000mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eApple Cider Vinegar 500mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eYerba Mate Powder 200mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; color: rgba(86,44,32,0.65); padding-left: 12px; margin-top: -4px; margin-bottom: 4px;\"\u003e(contains 20mg caffeine)\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86,44,32,0.12);\"\u003e\n\u003cspan\u003eWhite Mulberry Leaf Extract 200mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 2px solid #562C20;\"\u003e\n\u003cspan\u003ePomegranate Extract 100mg\u003c\/span\u003e \u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; color: rgba(86,44,32,0.65); margin-top: 8px;\"\u003e**Percent Daily Values (DV) are based on a 2,000 calorie diet. † Daily Value not established.\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(86,44,32,0.04); padding: 8px; font-size: 10px; margin-top: 10px; line-height: 1.4;\"\u003e\n\u003cstrong\u003eOTHER INGREDIENTS:\u003c\/strong\u003e Water, Blueberry Concentrate Juice, Cranberry Concentrate Juice, Raspberry Concentrate Juice, Strawberry Concentrate Juice, Chia Seeds, Konjac (Glucomannan) Powder, Pectin, Citric Acid, Stevia, Carrageenan.\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 12px; border-top: 1px solid rgba(86,44,32,0.15); padding-top: 10px;\"\u003e\n\u003cdiv style=\"font-size: 10px; margin-bottom: 6px; line-height: 1.4;\"\u003e\n\u003cstrong\u003eNOTICE:\u003c\/strong\u003e Manufactured in a facility that may process milk, soy, wheat, and tree nuts.\u003c\/div\u003e\n\u003cdiv style=\"font-size: 10px; line-height: 1.4;\"\u003e\n\u003cstrong\u003eCAUTION:\u003c\/strong\u003e Contains natural caffeine from Yerba Mate. Not recommended for children, pregnant individuals, or those sensitive to caffeine.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"ls-science-header\"\u003ePowered by Purposeful Ingredients\u003c\/h3\u003e\n\u003cdiv class=\"ls-ingredient-list\"\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Ceylon_Cinnamon.webp?v=1778135251\" alt=\"Ceylon Cinnamon\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eCeylon Cinnamon\u003c\/div\u003e\n\u003cdiv class=\"ls-card-tag\"\u003eDaily Balance Support\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003ePremium “true cinnamon” chosen to complement your daily wellness ritual.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Apple_Cider_Vinegar.webp?v=1778207681\" alt=\"Apple Cider Vinegar\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eApple Cider Vinegar\u003c\/div\u003e\n\u003cdiv class=\"ls-card-tag\"\u003eDigestive Routine\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003eApple Cider Vinegar in a smooth jelly format for an easier, enjoyable daily routine.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_Mate_Extract.webp?v=1778207681\" alt=\"Yerba Mate\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eYerba Mate\u003c\/div\u003e\n\u003cdiv class=\"ls-card-tag\"\u003eNatural Energy\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003eA natural caffeine source for smooth mental focus and energy without the jitters.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-ingredient-card\"\u003e\n\u003cdiv class=\"ls-card-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/white_Mulberry_Leaf.webp?v=1778135250\" alt=\"White Mulberry Leaf\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-card-info\"\u003e\n\u003cdiv class=\"ls-card-title\"\u003eWhite Mulberry Leaf\u003c\/div\u003e\n\u003cdiv class=\"ls-card-tag\"\u003eMindful Nutrition\u003c\/div\u003e\n\u003cdiv class=\"ls-card-desc\"\u003ePart of a botanical blend crafted to support your everyday wellness routine.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-section\"\u003e\n\u003ch3 class=\"ls-science-header\" style=\"margin-top: 0; font-size: 22px;\"\u003eLeafStory VS Others\u003c\/h3\u003e\n\u003cdiv class=\"ls-vs-header\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003eLeafStory\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003eOthers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eCeylon Cinnamon Formula\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003ePortable Jelly Format\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eSmooth ACV Flavor\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eZero Added Sugar\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-row\" style=\"border-bottom: none;\"\u003e\n\u003cdiv class=\"ls-vs-col-1\"\u003eGentle Energy for Daily Life\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-2\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"ls-vs-col-3\"\u003e✕\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 25px; font-size: 11px; line-height: 1.6; color: rgba(86,44,32,0.7);\"\u003e\n\u003cstrong\u003e*FDA Disclaimer:\u003c\/strong\u003e These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease.\u003c\/div\u003e\n\u003c\/section\u003e","brand":"LeafStory","offers":[{"title":"1 Pack (7 Sticks)","offer_id":46005716353258,"sku":"YER7J-0001","price":14.99,"currency_code":"USD","in_stock":true},{"title":"3 Packs (21 Sticks)","offer_id":46005716386026,"sku":"YER7J-0003","price":44.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_Apple_Vinegar_Reset_Jelly_2__9_11zon_4_11zon.webp?v=1776995983"},{"product_id":"metabolism-reset-jelly-trial-duo-2-sticks","title":"METABOLISM Reset Jelly - Trial Duo (2 Sticks)","description":"\u003cstyle\u003e\n  .ls-v3-root-container {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #562C20;\n    max-width: 500px;\n    margin: 0 auto;\n    padding: 20px 15px;\n    text-align: left;\n    background: #fff;\n  }\n\n  \/* Accordion Logic *\/\n  #ls-product-combined-{{ section.id }} .ls-v3-details {\n    border-bottom: 1px solid rgba(86, 44, 32, 0.1);\n    background: transparent;\n    transition: all 0.3s ease;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details:last-child {\n    border-bottom: none;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details summary {\n    list-style: none;\n    padding: 20px 12px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    font-size: 14px;\n    font-weight: 700;\n    outline: none;\n    color: #562C20;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details summary::-webkit-details-marker {\n    display: none;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details summary::after {\n    content: '→';\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 26px;\n    height: 26px;\n    border: 1.5px solid #562C20;\n    border-radius: 50%;\n    font-size: 12px;\n    color: #562C20;\n    transition: all 0.3s ease;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details[open] {\n    background: #ffffff;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(86, 44, 32, 0.06);\n    margin: 8px 0;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details[open] summary {\n    color: #562C20;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details[open] summary::after {\n    transform: rotate(90deg);\n    background: #562C20;\n    color: #fff;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-content {\n    padding: 0 12px 20px 12px;\n    font-size: 14px;\n    color: #6b4c43;\n    line-height: 1.6;\n  }\n  \n  \/* Shared Classes for speed *\/\n  .ls-flex-center { display: flex; align-items: center; }\n  .ls-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n  .ls-card-shadow { box-shadow: 0 2px 8px rgba(86,44,32,0.04); }\n\n  \/* FDA Disclaimer Footer CSS *\/\n  .ls-v3-fda-disclaimer {\n    margin-top: 35px;\n    padding: 15px;\n    border: 1px dashed rgba(86, 44, 32, 0.2);\n    border-radius: 6px;\n    font-size: 11px;\n    line-height: 1.5;\n    color: rgba(86, 44, 32, 0.75);\n    background-color: rgba(86, 44, 32, 0.01);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ls-v3-root-container\" id=\"ls-product-combined-{{ section.id }}\"\u003e\n\u003c!-- PART 1: Product Highlights \u0026 Accordions --\u003e\n\u003csection style=\"margin-bottom: 40px;\" class=\"ls-v3-special-section\"\u003e\n\u003ch3 style=\"font-size: 13px; font-weight: bold; margin: 0 0 16px 0; text-transform: uppercase; letter-spacing: 1.5px; color: #562c20; display: flex; align-items: center;\"\u003e\n\u003cspan style=\"width: 20px; height: 1px; background: #562C20; margin-right: 10px;\"\u003e\u003c\/span\u003e Why It's Special\u003c\/h3\u003e\n\u003cp style=\"font-size: 18px; line-height: 1.5; color: #562c20; margin: 0 0 30px 0; font-weight: 500; letter-spacing: -0.2px;\"\u003eA daily wellness formula, delivered in a \u003cspan style=\"background: linear-gradient(120deg, rgba(86,44,32,0.1) 0%, rgba(86,44,32,0.1) 100%); padding: 0 4px; border-radius: 2px;\"\u003eCONVENIENT JELLY format.*\u003c\/span\u003e Designed for easy consumption and daily consistency.\u003c\/p\u003e\n\u003cdiv class=\"ls-grid-2\"\u003e\n\u003carticle class=\"ls-v3-item\"\u003e\n\u003cdiv style=\"width: 100%; aspect-ratio: 1; background: #faf8f7; border-radius: 12px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86,44,32,0.08);\"\u003e\u003cimg loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover; display: block;\" alt=\"Metabolism support jelly texture\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/metabolism_reset_jelly_5.webp?v=1778749816\"\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 13px; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; color: #562c20; letter-spacing: 0.5px;\"\u003eThe Jelly Advantage\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; line-height: 1.6; color: #6b4c43; margin: 0;\"\u003eOur jelly format delivers botanicals and nutrients in a smooth, highly enjoyable format designed for your daily routine.*\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ls-v3-item\"\u003e\n\u003cdiv style=\"width: 100%; aspect-ratio: 1; background: #faf8f7; border-radius: 12px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86,44,32,0.08);\"\u003e\u003cimg loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover; display: block;\" alt=\"Portable daily metabolism ritual stick\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/20260507-155152_1.webp?v=1778140490\"\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 13px; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; color: #562c20; letter-spacing: 0.5px;\"\u003eThe Daily Ritual\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; line-height: 1.6; color: #6b4c43; margin: 0;\"\u003eA refreshing, berry-infused stick designed for your busiest days. Portable, mess-free, and crafted to support a feel-good routine.*\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv style=\"background: #faf6f5; border-radius: 16px; padding: 10px;\" class=\"ls-v3-accordions\"\u003e\n\u003cdetails class=\"ls-v3-details\" open=\"\"\u003e\n\u003csummary\u003eWhat It's Good For\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0; margin: 0;\"\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eSupports Natural Energy:\u003c\/strong\u003e Full B-vitamin complex to help maintain steady energy flow.*\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eEveryday Wellness:\u003c\/strong\u003e Provides key nutrients like Chromium and Cinnamon to support your daily nutritional balance.*\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003ePromotes Vitality:\u003c\/strong\u003e Combined with White Mulberry and Collagen to support overall wellness.*\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eFor Optimal Results\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.04); padding: 12px; border-radius: 8px; border-left: 3px solid #562C20; margin-bottom: 20px; color: #562c20;\"\u003eConsume \u003cstrong\u003e1 jelly strip daily\u003c\/strong\u003e. Enjoy after any meal for convenient daily wellness. Consistency is key for long-term health.*\u003c\/div\u003e\n\u003cdiv style=\"padding: 0 4px;\"\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 15px;\"\u003e\n\u003cdiv style=\"position: relative; padding-left: 15px; border-left: 2px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cp style=\"margin: 4px 0 0 0; font-size: 12px; color: #6b4c43;\"\u003eWith consistent use, skin may appear more refreshed and radiant over time.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eSupplement Facts\u003c\/summary\u003e\n\u003cdiv style=\"display: flex; justify-content: center;\" class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"text-align: left; color: #562c20; width: 100%; background: #fff; border: 1.5px solid #562C20; padding: 12px; border-radius: 4px;\" class=\"ls-standard-facts-wrapper\"\u003e\n\u003cdiv style=\"font-size: 11px; padding-bottom: 5px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); margin-bottom: 5px; font-weight: 500;\"\u003eServing Size: 1 Stick (18g)\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 10px; font-weight: bold; border-bottom: 3px solid #562C20; padding-bottom: 3px; text-transform: uppercase;\"\u003e\n\u003cspan\u003eAmount Per Serving\u003c\/span\u003e\u003cspan\u003e% Daily Value**\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: baseline; border-bottom: 6px solid #562C20; padding: 6px 0 4px 0;\"\u003e\n\u003cspan style=\"font-size: 17px; font-weight: bold;\"\u003eCalories\u003c\/span\u003e\u003cspan style=\"font-size: 19px; font-weight: bold;\"\u003e25\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86, 44, 32, 0.1); padding: 5px 0;\"\u003e\n\u003cspan\u003eTotal Carbohydrate 6g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #6b4c43;\"\u003e\n\u003cspan\u003eDietary Fiber 2g\u003c\/span\u003e\u003cspan\u003e7%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #6b4c43;\"\u003e\n\u003cspan\u003eTotal Sugars 1g\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 24px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #8a6a61;\"\u003e\n\u003cspan\u003eIncludes 0g Added Sugars\u003c\/span\u003e\u003cspan\u003e0%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86, 44, 32, 0.1); padding: 5px 0;\"\u003e\n\u003cspan\u003eProtein 1g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 2px solid #562C20; padding: 5px 0;\"\u003e\n\u003cspan\u003eSodium 20mg\u003c\/span\u003e\u003cspan\u003e1%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; margin-bottom: 10px;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eVitamin B1 1.2mg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eVitamin B2 1.3mg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eVitamin B6 1.7mg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eVitamin B12 2.4mcg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eFolic Acid 400mcg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eBerberine HCL 5mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eCeylon Cinnamon Extract 50mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1); font-weight: 600;\"\u003e\n\u003cspan\u003eChromium 200mcg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eWhite Mulberry Leaf Extract 100mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eL-Glutamine 50mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003ePomegranate Extract 200mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; padding: 6px 0; border-bottom: 2px solid #562C20;\"\u003e\n\u003cspan\u003eFish Collagen Peptides 1000mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; color: #8a6a61; margin-bottom: 12px; line-height: 1.3;\"\u003e** Percent Daily Values (DV) are based on a 2,000 calorie diet. \u003cbr\u003e† Daily Value (DV) not established.\u003c\/div\u003e\n\u003cdiv style=\"background: #faf8f7; padding: 10px; font-size: 10px; line-height: 1.4; color: #6b4c43; border-radius: 4px; border: 1px solid rgba(86, 44, 32, 0.05);\"\u003e\n\u003cstrong\u003eOTHER INGREDIENTS:\u003c\/strong\u003e Water, Blueberry\/Cranberry\/Raspberry\/Strawberry Concentrate, Chia Seeds, Bitter Gourd Peptides, Konjac Powder, Pectin, Stevia, Carrageenan.\n\u003cdiv style=\"margin-top: 6px; font-weight: bold; color: #562c20;\"\u003eCONTAINS: FISH\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 4px; font-style: italic; font-size: 9px; border-top: 1px solid rgba(86, 44, 32, 0.1); padding-top: 4px;\"\u003e\n\u003cstrong\u003eALLERGEN WARNING:\u003c\/strong\u003e Produced in a facility that also processes milk, soy, wheat, egg, peanuts, tree nuts, and shellfish.\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 4px; font-style: italic; font-size: 9px; border-top: 1px solid rgba(86, 44, 32, 0.1); padding-top: 4px;\"\u003e\n\u003cstrong class=\"ls-u-text-dark\"\u003eCAUTION:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eNot recommended for children, pregnant women, or individuals sensitive to any ingredients. Consult your physician before use if you have a medical condition.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- PART 2: Pure Ingredients \u0026 Comparison Section --\u003e\n\u003csection style=\"padding: 40px 0 5px 0;\" class=\"ls-balanced-science-section\"\u003e\n\u003ch3 style=\"font-family: Georgia, serif; font-size: 20px; font-weight: 400; font-style: italic; text-align: center; margin: 0 0 25px 0; color: #562c20; letter-spacing: 0.2px;\"\u003ePure Ingredients, Proven Synergy\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px;\"\u003e\n\u003carticle style=\"width: 100%; height: 120px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.08); background: #ffffff;\" class=\"ls-flex-center ls-card-shadow\"\u003e\n\u003cdiv style=\"width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; height: 100%;\"\u003e\u003cimg loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover;\" alt=\"Pomegranate antioxidant extract\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Pomgranate.webp?v=1778135250\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003ePomegranate\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px;\"\u003eAntioxidant Support\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: #6b4c43;\"\u003e\u003cspan\u003eRich in potent polyphenols to neutralize free radicals, protect cells from oxidative stress, and support vitality.*\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle style=\"width: 100%; height: 120px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.08); background: #ffffff;\" class=\"ls-flex-center ls-card-shadow\"\u003e\n\u003cdiv style=\"width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; height: 100%;\"\u003e\u003cimg loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover;\" alt=\"Ceylon Cinnamon for metabolic balance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Ceylon_Cinnamon.webp?v=1778135251\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eCeylon Cinnamon\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px;\"\u003eDaily Balance Support\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: #6b4c43;\"\u003e\n\u003cdiv class=\"ls-card-desc\"\u003ePremium “true cinnamon” chosen to complement your daily wellness ritual.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle style=\"width: 100%; height: 120px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.08); background: #ffffff;\" class=\"ls-flex-center ls-card-shadow\"\u003e\n\u003cdiv style=\"width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; height: 100%;\"\u003e\u003cimg loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover;\" alt=\"White Mulberry Leaf glucose harmony\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/white_Mulberry_Leaf.webp?v=1778135250\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eWhite Mulberry Leaf\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px;\"\u003eMindful Nutrition\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: #6b4c43;\"\u003e\n\u003cp class=\"query-text-line ng-star-inserted\"\u003ePart of a botanical blend crafted to support your everyday wellness routine.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle style=\"width: 100%; height: 120px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.08); background: #ffffff;\" class=\"ls-flex-center ls-card-shadow\"\u003e\n\u003cdiv style=\"width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; height: 100%;\"\u003e\u003cimg loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover;\" alt=\"Marine Collagen peptides for inner radiance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/fish_collagen.webp?v=1778135250\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eMarine Collagen\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px;\"\u003eInner Radiance\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: #6b4c43;\"\u003e\n\u003cspan\u003ePremium peptides to nourish your skin for a vibrant appearance. \u003c\/span\u003e\u003cspan\u003e*\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.02); border: 1px solid rgba(86, 44, 32, 0.1); border-radius: 8px; padding: 20px 15px;\" class=\"ls-us-vs-them-section\"\u003e\n\u003ch3 style=\"font-family: Georgia, serif; font-size: 22px; font-weight: 400; font-style: italic; text-align: center; margin: 0 0 20px 0; color: #562c20; letter-spacing: 0.2px;\"\u003eLeafStory VS Others\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; padding-bottom: 12px; border-bottom: 1px solid #562C20; font-size: 12px; font-weight: bold; color: #562c20; text-transform: uppercase; letter-spacing: 0.5px;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left;\"\u003eExperience\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; text-align: center; color: #562c20;\"\u003eLeafStory\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; text-align: center; color: #aba09d;\"\u003eOthers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 1 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003eConvenient Jelly Format\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#aba09d\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 2 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003ePremium Botanical Matrix\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#aba09d\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 3 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003e6-in-1 Synergistic Complex\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#aba09d\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 4 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003eZero Added Sugar\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#aba09d\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 5 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003eEasily Absorbed Format\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#aba09d\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 6 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003eNo Artificial Colors or Flavors\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#aba09d\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Mandatory FDA Disclaimer Box --\u003e\n\u003c\/div\u003e","brand":"LeafStory","offers":[{"title":"1 Pack (2 Sticks)","offer_id":46005716418794,"sku":"MET2J-0001","price":9.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Metabolism_Reset_Jelly_3__6_11zon_1_11zon.webp?v=1776996330"},{"product_id":"metabolism-reset-jelly-weekly-kit-7-sticks","title":"METABOLISM Reset Jelly - Weekly Kit (7 Sticks)","description":"\u003cstyle\u003e\n  .ls-v3-root-container {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #562C20;\n    max-width: 500px;\n    margin: 0 auto;\n    padding: 20px 15px;\n    text-align: left;\n    background: #fff;\n  }\n\n  \/* Accordion Logic *\/\n  #ls-product-combined-{{ section.id }} .ls-v3-details {\n    border-bottom: 1px solid rgba(86, 44, 32, 0.1);\n    background: transparent;\n    transition: all 0.3s ease;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details:last-child {\n    border-bottom: none;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details summary {\n    list-style: none;\n    padding: 20px 12px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    font-size: 14px;\n    font-weight: 700;\n    outline: none;\n    color: #562C20;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details summary::-webkit-details-marker {\n    display: none;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details summary::after {\n    content: '→';\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 26px;\n    height: 26px;\n    border: 1.5px solid #562C20;\n    border-radius: 50%;\n    font-size: 12px;\n    color: #562C20;\n    transition: all 0.3s ease;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details[open] {\n    background: #ffffff;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(86, 44, 32, 0.06);\n    margin: 8px 0;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details[open] summary {\n    color: #562C20;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-details[open] summary::after {\n    transform: rotate(90deg);\n    background: #562C20;\n    color: #fff;\n  }\n  #ls-product-combined-{{ section.id }} .ls-v3-content {\n    padding: 0 12px 20px 12px;\n    font-size: 14px;\n    color: #6b4c43;\n    line-height: 1.6;\n  }\n  \n  \/* Shared Classes for speed *\/\n  .ls-flex-center { display: flex; align-items: center; }\n  .ls-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n  .ls-card-shadow { box-shadow: 0 2px 8px rgba(86,44,32,0.04); }\n\n  \/* FDA Disclaimer Footer CSS *\/\n  .ls-v3-fda-disclaimer {\n    margin-top: 35px;\n    padding: 15px;\n    border: 1px dashed rgba(86, 44, 32, 0.2);\n    border-radius: 6px;\n    font-size: 11px;\n    line-height: 1.5;\n    color: rgba(86, 44, 32, 0.75);\n    background-color: rgba(86, 44, 32, 0.01);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ls-v3-root-container\" id=\"ls-product-combined-{{ section.id }}\"\u003e\n\u003c!-- PART 1: Product Highlights \u0026 Accordions --\u003e\n\u003csection style=\"margin-bottom: 40px;\" class=\"ls-v3-special-section\"\u003e\n\u003ch3 style=\"font-size: 13px; font-weight: bold; margin: 0 0 16px 0; text-transform: uppercase; letter-spacing: 1.5px; color: #562c20; display: flex; align-items: center;\"\u003e\n\u003cspan style=\"width: 20px; height: 1px; background: #562C20; margin-right: 10px;\"\u003e\u003c\/span\u003e Why It's Special\u003c\/h3\u003e\n\u003cp style=\"font-size: 18px; line-height: 1.5; color: #562c20; margin: 0 0 30px 0; font-weight: 500; letter-spacing: -0.2px;\"\u003eA daily wellness formula, delivered in a \u003cspan style=\"background: linear-gradient(120deg, rgba(86,44,32,0.1) 0%, rgba(86,44,32,0.1) 100%); padding: 0 4px; border-radius: 2px;\"\u003eCONVENIENT JELLY format.*\u003c\/span\u003e Designed for easy consumption and daily consistency.\u003c\/p\u003e\n\u003cdiv class=\"ls-grid-2\"\u003e\n\u003carticle class=\"ls-v3-item\"\u003e\n\u003cdiv style=\"width: 100%; aspect-ratio: 1; background: #faf8f7; border-radius: 12px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86,44,32,0.08);\"\u003e\u003cimg loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover; display: block;\" alt=\"Metabolism support jelly texture\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/metabolism_reset_jelly_5.webp?v=1778749816\"\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 13px; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; color: #562c20; letter-spacing: 0.5px;\"\u003eThe Jelly Advantage\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; line-height: 1.6; color: #6b4c43; margin: 0;\"\u003eOur jelly format delivers botanicals and nutrients in a smooth, highly enjoyable format designed for your daily routine.*\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ls-v3-item\"\u003e\n\u003cdiv style=\"width: 100%; aspect-ratio: 1; background: #faf8f7; border-radius: 12px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86,44,32,0.08);\"\u003e\u003cimg loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover; display: block;\" alt=\"Portable daily metabolism ritual stick\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/20260507-155152_1.webp?v=1778140490\"\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 13px; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; color: #562c20; letter-spacing: 0.5px;\"\u003eThe Daily Ritual\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; line-height: 1.6; color: #6b4c43; margin: 0;\"\u003eA refreshing, berry-infused stick designed for your busiest days. Portable, mess-free, and crafted to support a feel-good routine.*\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv style=\"background: #faf6f5; border-radius: 16px; padding: 10px;\" class=\"ls-v3-accordions\"\u003e\n\u003cdetails class=\"ls-v3-details\" open=\"\"\u003e\n\u003csummary\u003eWhat It's Good For\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0; margin: 0;\"\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eSupports Natural Energy:\u003c\/strong\u003e Full B-vitamin complex to help maintain steady energy flow.*\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eEveryday Wellness:\u003c\/strong\u003e Provides key nutrients like Chromium and Cinnamon to support your daily nutritional balance.*\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003ePromotes Vitality:\u003c\/strong\u003e Combined with White Mulberry and Collagen to support overall wellness.*\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eFor Optimal Results\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.04); padding: 12px; border-radius: 8px; border-left: 3px solid #562C20; margin-bottom: 20px; color: #562c20;\"\u003eConsume \u003cstrong\u003e1 jelly strip daily\u003c\/strong\u003e. Enjoy after any meal for convenient daily wellness. Consistency is key for long-term health.*\u003c\/div\u003e\n\u003cdiv style=\"padding: 0 4px;\"\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 15px;\"\u003e\n\u003cdiv style=\"position: relative; padding-left: 15px; border-left: 2px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cp style=\"margin: 4px 0 0 0; font-size: 12px; color: #6b4c43;\"\u003eWith consistent use, skin may appear more refreshed and radiant over time.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eSupplement Facts\u003c\/summary\u003e\n\u003cdiv style=\"display: flex; justify-content: center;\" class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"text-align: left; color: #562c20; width: 100%; background: #fff; border: 1.5px solid #562C20; padding: 12px; border-radius: 4px;\" class=\"ls-standard-facts-wrapper\"\u003e\n\u003cdiv style=\"font-size: 11px; padding-bottom: 5px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); margin-bottom: 5px; font-weight: 500;\"\u003eServing Size: 1 Stick (18g)\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 10px; font-weight: bold; border-bottom: 3px solid #562C20; padding-bottom: 3px; text-transform: uppercase;\"\u003e\n\u003cspan\u003eAmount Per Serving\u003c\/span\u003e\u003cspan\u003e% Daily Value**\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: baseline; border-bottom: 6px solid #562C20; padding: 6px 0 4px 0;\"\u003e\n\u003cspan style=\"font-size: 17px; font-weight: bold;\"\u003eCalories\u003c\/span\u003e\u003cspan style=\"font-size: 19px; font-weight: bold;\"\u003e25\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86, 44, 32, 0.1); padding: 5px 0;\"\u003e\n\u003cspan\u003eTotal Carbohydrate 6g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #6b4c43;\"\u003e\n\u003cspan\u003eDietary Fiber 2g\u003c\/span\u003e\u003cspan\u003e7%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #6b4c43;\"\u003e\n\u003cspan\u003eTotal Sugars 1g\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 24px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #8a6a61;\"\u003e\n\u003cspan\u003eIncludes 0g Added Sugars\u003c\/span\u003e\u003cspan\u003e0%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86, 44, 32, 0.1); padding: 5px 0;\"\u003e\n\u003cspan\u003eProtein 1g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 2px solid #562C20; padding: 5px 0;\"\u003e\n\u003cspan\u003eSodium 20mg\u003c\/span\u003e\u003cspan\u003e1%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; margin-bottom: 10px;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eVitamin B1 1.2mg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eVitamin B2 1.3mg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eVitamin B6 1.7mg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eVitamin B12 2.4mcg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eFolic Acid 400mcg\u003c\/span\u003e\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eBerberine HCL 5mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eCeylon Cinnamon Extract 50mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1); font-weight: 600;\"\u003e\n\u003cspan\u003eChromium 200mcg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eWhite Mulberry Leaf Extract 100mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003eL-Glutamine 50mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cspan\u003ePomegranate Extract 200mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; padding: 6px 0; border-bottom: 2px solid #562C20;\"\u003e\n\u003cspan\u003eFish Collagen Peptides 1000mg\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; color: #8a6a61; margin-bottom: 12px; line-height: 1.3;\"\u003e** Percent Daily Values (DV) are based on a 2,000 calorie diet. \u003cbr\u003e† Daily Value (DV) not established.\u003c\/div\u003e\n\u003cdiv style=\"background: #faf8f7; padding: 10px; font-size: 10px; line-height: 1.4; color: #6b4c43; border-radius: 4px; border: 1px solid rgba(86, 44, 32, 0.05);\"\u003e\n\u003cstrong\u003eOTHER INGREDIENTS:\u003c\/strong\u003e Water, Blueberry\/Cranberry\/Raspberry\/Strawberry Concentrate, Chia Seeds, Bitter Gourd Peptides, Konjac Powder, Pectin, Stevia, Carrageenan.\n\u003cdiv style=\"margin-top: 6px; font-weight: bold; color: #562c20;\"\u003eCONTAINS: FISH\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 4px; font-style: italic; font-size: 9px; border-top: 1px solid rgba(86, 44, 32, 0.1); padding-top: 4px;\"\u003e\n\u003cstrong\u003eALLERGEN WARNING:\u003c\/strong\u003e Produced in a facility that also processes milk, soy, wheat, egg, peanuts, tree nuts, and shellfish.\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 4px; font-style: italic; font-size: 9px; border-top: 1px solid rgba(86, 44, 32, 0.1); padding-top: 4px;\"\u003e\n\u003cstrong class=\"ls-u-text-dark\"\u003eCAUTION:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eNot recommended for children, pregnant women, or individuals sensitive to any ingredients. Consult your physician before use if you have a medical condition.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- PART 2: Pure Ingredients \u0026 Comparison Section --\u003e\n\u003csection style=\"padding: 40px 0 5px 0;\" class=\"ls-balanced-science-section\"\u003e\n\u003ch3 style=\"font-family: Georgia, serif; font-size: 20px; font-weight: 400; font-style: italic; text-align: center; margin: 0 0 25px 0; color: #562c20; letter-spacing: 0.2px;\"\u003ePure Ingredients, Proven Synergy\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px;\"\u003e\n\u003carticle style=\"width: 100%; height: 120px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.08); background: #ffffff;\" class=\"ls-flex-center ls-card-shadow\"\u003e\n\u003cdiv style=\"width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; height: 100%;\"\u003e\u003cimg loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover;\" alt=\"Pomegranate antioxidant extract\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Pomgranate.webp?v=1778135250\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003ePomegranate\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px;\"\u003eAntioxidant Support\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: #6b4c43;\"\u003e\u003cspan\u003eRich in potent polyphenols to neutralize free radicals, protect cells from oxidative stress, and support vitality.*\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle style=\"width: 100%; height: 120px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.08); background: #ffffff;\" class=\"ls-flex-center ls-card-shadow\"\u003e\n\u003cdiv style=\"width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; height: 100%;\"\u003e\u003cimg loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover;\" alt=\"Ceylon Cinnamon for metabolic balance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Ceylon_Cinnamon.webp?v=1778135251\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eCeylon Cinnamon\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px;\"\u003eDaily Balance Support\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: #6b4c43;\"\u003e\n\u003cdiv class=\"ls-card-desc\"\u003ePremium “true cinnamon” chosen to complement your daily wellness ritual.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle style=\"width: 100%; height: 120px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.08); background: #ffffff;\" class=\"ls-flex-center ls-card-shadow\"\u003e\n\u003cdiv style=\"width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; height: 100%;\"\u003e\u003cimg loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover;\" alt=\"White Mulberry Leaf glucose harmony\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/white_Mulberry_Leaf.webp?v=1778135250\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eWhite Mulberry Leaf\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px;\"\u003eMindful Nutrition\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: #6b4c43;\"\u003e\n\u003cp class=\"query-text-line ng-star-inserted\"\u003ePart of a botanical blend crafted to support your everyday wellness routine.*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle style=\"width: 100%; height: 120px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.08); background: #ffffff;\" class=\"ls-flex-center ls-card-shadow\"\u003e\n\u003cdiv style=\"width: 40%; background: rgba(86, 44, 32, 0.02); overflow: hidden; height: 100%;\"\u003e\u003cimg loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover;\" alt=\"Marine Collagen peptides for inner radiance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/fish_collagen.webp?v=1778135250\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eMarine Collagen\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px;\"\u003eInner Radiance\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: #6b4c43;\"\u003e\n\u003cspan\u003ePremium peptides to nourish your skin for a vibrant appearance. \u003c\/span\u003e\u003cspan\u003e*\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.02); border: 1px solid rgba(86, 44, 32, 0.1); border-radius: 8px; padding: 20px 15px;\" class=\"ls-us-vs-them-section\"\u003e\n\u003ch3 style=\"font-family: Georgia, serif; font-size: 22px; font-weight: 400; font-style: italic; text-align: center; margin: 0 0 20px 0; color: #562c20; letter-spacing: 0.2px;\"\u003eLeafStory VS Others\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; padding-bottom: 12px; border-bottom: 1px solid #562C20; font-size: 12px; font-weight: bold; color: #562c20; text-transform: uppercase; letter-spacing: 0.5px;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left;\"\u003eExperience\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; text-align: center; color: #562c20;\"\u003eLeafStory\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; text-align: center; color: #aba09d;\"\u003eOthers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 1 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003eConvenient Jelly Format\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#aba09d\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 2 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003ePremium Botanical Matrix\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#aba09d\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 3 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003e6-in-1 Synergistic Complex\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#aba09d\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 4 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003eZero Added Sugar\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#aba09d\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 5 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.08); font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003eEasily Absorbed Format\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#aba09d\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 6 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; font-size: 13px; color: #6b4c43;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; line-height: 1.2;\"\u003eNo Artificial Colors or Flavors\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#aba09d\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Mandatory FDA Disclaimer Box --\u003e\n\u003c\/div\u003e","brand":"LeafStory","offers":[{"title":"1 Pack (7 Sticks)","offer_id":46005716451562,"sku":"MET7J-0001","price":12.99,"currency_code":"USD","in_stock":true},{"title":"3 Packs (21 Sticks)","offer_id":46005716484330,"sku":"MET7J-0003","price":38.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Metabolism_Reset_Jelly_2__5_11zon_16_11zon.webp?v=1776996330"},{"product_id":"collagen-reset-jelly-trial-duo-2-sticks","title":"Collagen Reset Jelly - Trial Duo (2 Sticks)","description":"\u003cdiv style=\"max-width: 500px; margin: 0 auto;\"\u003e\n\u003cdiv class=\"ls-v3-container\" style=\"font-family: 'Helvetica', Arial, sans-serif; color: #562c20; padding: 20px 15px; text-align: left; background: #ffffff;\"\u003e\n\u003cdiv class=\"ls-v3-special-section\" style=\"margin-bottom: 25px;\"\u003e\n\u003ch3 style=\"font-size: 13px; font-weight: bold; margin: 0 0 16px 0; text-transform: uppercase; letter-spacing: 1.5px; color: #562c20; display: flex; align-items: center;\"\u003e\n\u003cspan style=\"width: 20px; height: 1px; background: #562C20; margin-right: 10px; opacity: 0.5;\"\u003e\u003c\/span\u003e Why It's Special\u003c\/h3\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.5; color: #562c20; margin: 0 0 30px 0; font-weight: 500; letter-spacing: -0.2px;\"\u003eA high-performance beauty and metabolic boost, delivered in a \u003cspan style=\"background: linear-gradient(120deg, rgba(86,44,32,0.08) 0%, rgba(86,44,32,0.08) 100%); padding: 2px 4px; border-radius: 4px;\"\u003eCOLLAGEN Refresh Jelly\u003c\/span\u003e format. Designed to support skin firmness while sharpening your focus with natural botanicals.\u003c\/p\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 20px;\"\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv style=\"width: 100%; aspect-ratio: 1; background: #F5EFE6; border-radius: 12px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/collagen_reset_jelly_1.webp?v=1778739072\" alt=\"Advanced Bioavailable Marine Collagen Jelly for Skin Radiance\" loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover; display: block;\"\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 12px; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; color: #562c20; letter-spacing: 0.5px;\"\u003eThe Jelly Advantage\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; line-height: 1.6; color: rgba(86, 44, 32, 0.75); margin: 0;\"\u003eOur specialized jelly matrix delivers 3000mg of premium Marine Collagen, offering optimized absorption and effortless convenience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv style=\"width: 100%; aspect-ratio: 1; background: #F5EFE6; border-radius: 12px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/collagen_reset_jelly_2.webp?v=1778739073\" alt=\"Metabolic Boost and Natural Energy Jelly Stick\" loading=\"lazy\" style=\"width: 100%; height: 100%; object-fit: cover; display: block;\"\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 12px; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; color: #562c20; letter-spacing: 0.5px;\"\u003eThe Daily Ritual\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; line-height: 1.6; color: rgba(86, 44, 32, 0.75); margin: 0;\"\u003eA guilt-free, berry-infused stick crafted for post-meal balance and clean energy to power your daily wellness journey.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  #ls-product-info-{{ section.id }} .ls-v3-details { border-bottom: 1px solid rgba(86, 44, 32, 0.1); background: transparent; transition: all 0.3s ease; }\n  #ls-product-info-{{ section.id }} .ls-v3-details:last-child { border-bottom: none; }\n  #ls-product-info-{{ section.id }} .ls-v3-details summary { list-style: none; padding: 18px 12px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 13px; font-weight: 700; outline: none; color: #562C20; text-transform: uppercase; letter-spacing: 0.8px; }\n  #ls-product-info-{{ section.id }} .ls-v3-details summary::-webkit-details-marker { display: none; }\n  #ls-product-info-{{ section.id }} .ls-v3-details summary::after { content: '→'; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; border: 1.5px solid #562C20; border-radius: 50%; font-size: 11px; color: #562C20; transition: all 0.3s ease; opacity: 0.7; }\n  #ls-product-info-{{ section.id }} .ls-v3-details[open] { background: #ffffff; border-radius: 12px; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.04); margin: 8px 0; border-bottom: 1px solid transparent; }\n  #ls-product-info-{{ section.id }} .ls-v3-details[open] summary { color: #562C20; }\n  #ls-product-info-{{ section.id }} .ls-v3-details[open] summary::after { transform: rotate(90deg); background: #562C20; color: #fff; opacity: 1; border-color: #562C20; }\n  #ls-product-info-{{ section.id }} .ls-v3-content { padding: 0 12px 20px 12px; font-size: 14px; color: rgba(86, 44, 32, 0.8); line-height: 1.6; }\n\u003c\/style\u003e\n\u003cdiv id=\"ls-combined-product-page\" style=\"max-width: 500px; margin: 0 auto;\"\u003e\n\u003cdiv id=\"ls-product-info-{{ section.id }}\" class=\"ls-v3-container\" style=\"font-family: 'Helvetica', Arial, sans-serif; color: #562c20; padding: 5px 15px 20px 15px; text-align: left; background: #ffffff;\"\u003e\n\u003cdiv class=\"ls-v3-accordions\" style=\"background: #F5EFE6; border-radius: 16px; padding: 10px;\"\u003e\n\u003cdetails class=\"ls-v3-details\" open=\"\"\u003e\n\u003csummary\u003eWhat It's Good For\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0; margin: 0;\"\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003e\u003cb\u003eRadiant Hydration\u003c\/b\u003e:\u003c\/strong\u003e High-dose marine collagen to support skin elasticity and a healthy, natural glow*.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eBalanced Satisfaction:\u003c\/strong\u003e Konjac fiber and botanicals support a more balanced and mindful eating experience*.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eSustained Focus:\u003c\/strong\u003e Natural caffeine provides a smooth energy lift to support daily vitality*.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eFor Optimal Results\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.04); padding: 15px; border-radius: 8px; border-left: 3px solid #562C20; margin-bottom: 15px;\"\u003e\n\u003cp style=\"margin: 0 0 10px 0; color: #562c20;\"\u003eEnjoy \u003cstrong\u003e1 jelly stick daily\u003c\/strong\u003e, ideally after lunch or your largest meal for a refreshing reset. Best served chilled.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-weight: bold; margin-bottom: 8px; color: #562c20;\"\u003e\u003cstrong\u003eWith consistent use, skin may appear more refreshed and radiant over time.*\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eSupplement Facts\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\" style=\"display: flex; justify-content: center;\"\u003e\n\u003cdiv class=\"ls-standard-facts-wrapper\" style=\"font-family: inherit; text-align: left; color: #562c20; width: 100%; background: #ffffff; border: 1.5px solid #562C20; padding: 12px; border-radius: 6px;\"\u003e\n\u003cdiv style=\"font-size: 11px; padding-bottom: 5px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); margin-bottom: 5px; font-weight: 500; color: rgba(86, 44, 32, 0.7);\"\u003eServing Size: 1 Stick (15g-18g)\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 10px; font-weight: bold; border-bottom: 3px solid #562C20; padding-bottom: 3px; text-transform: uppercase;\"\u003e\n\u003cspan\u003eAmount Per Serving\u003c\/span\u003e\u003cspan\u003e% Daily Value**\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: baseline; border-bottom: 6px solid #562C20; padding: 6px 0 4px 0;\"\u003e\n\u003cspan style=\"font-size: 17px; font-weight: bold;\"\u003eCalories\u003c\/span\u003e\u003cspan style=\"font-size: 19px; font-weight: bold;\"\u003e30\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86, 44, 32, 0.1); padding: 5px 0;\"\u003e\n\u003cspan\u003eTotal Carbohydrate 5g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: rgba(86, 44, 32, 0.85);\"\u003e\n\u003cspan\u003eDietary Fiber 2g\u003c\/span\u003e\u003cspan\u003e7%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: rgba(86, 44, 32, 0.85);\"\u003e\n\u003cspan\u003eTotal Sugars 1g\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 24px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: rgba(86, 44, 32, 0.65);\"\u003e\n\u003cspan\u003eIncludes 0g Added Sugars\u003c\/span\u003e\u003cspan\u003e0%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86, 44, 32, 0.1); padding: 5px 0;\"\u003e\n\u003cspan\u003eProtein 3g\u003c\/span\u003e\u003cspan\u003e6%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 2px solid #562C20; padding: 5px 0;\"\u003e\n\u003cspan\u003eSodium 20mg\u003c\/span\u003e\u003cspan\u003e1%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; margin-bottom: 10px;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #562c20;\"\u003e\n\u003cspan\u003eHydrolyzed Marine Collagen\u003c\/span\u003e\u003cspan\u003e3000mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #562c20;\"\u003e\n\u003cspan\u003eYerba Mate Extract (20mg Caffeine)\u003c\/span\u003e\u003cspan\u003e200mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; color: rgba(86, 44, 32, 0.6); margin-bottom: 8px;\"\u003e**Percent Daily Values (DV) are based on a 2,000 calorie diet. † Daily Value (DV) not established.\u003c\/div\u003e\n\u003cdiv style=\"background: #F5EFE6; padding: 10px; border-radius: 4px; font-size: 10px; line-height: 1.4; color: rgba(86, 44, 32, 0.85); margin-bottom: 8px;\"\u003e\n\u003cstrong\u003eOTHER INGREDIENTS:\u003c\/strong\u003e Purified Water, Berry Concentrate (Blueberry, Cranberry, Raspberry, Strawberry), Chia Seeds, Konjac Powder, Pectin, Stevia Leaf Extract, Carrageenan.\u003c\/div\u003e\n\u003cdiv style=\"font-size: 10px; line-height: 1.4; color: #562c20; padding-top: 5px; border-top: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cp style=\"margin: 0 0 5px 0;\"\u003e\u003cstrong\u003eAllergen Warning:\u003c\/strong\u003e Contains \u003cstrong\u003eFish (Marine Collagen)\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp style=\"margin: 0; color: rgba(86, 44, 32, 0.85);\"\u003e\u003cstrong\u003eNotice:\u003c\/strong\u003e Contains natural caffeine from Yerba Mate. Consult a physician if pregnant or nursing.\u003c\/p\u003e\n\u003cp class=\"ls-u-text-brand\"\u003e\u003cstrong class=\"ls-u-text-dark\"\u003eNOTICE:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eManufactured in a facility that may process milk, soy, wheat, and tree nuts.\u003c\/p\u003e\n\u003cp class=\"ls-u-text-brand\"\u003e\u003cstrong class=\"ls-u-text-dark\"\u003eCAUTION:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eNot recommended for children, pregnant women, or individuals sensitive to any ingredients. Consult your physician before use if you have a medical condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-balanced-science-section\" style=\"font-family: 'Helvetica', Arial, sans-serif; text-align: left; color: #562c20; background: transparent; padding: 5px 15px 20px 15px;\"\u003e\n\u003ch3 style=\"font-family: 'Kaushan Script', cursive; font-size: 26px; font-weight: bold !important; text-align: center; margin: 15px 0 25px 0; color: #562c20; letter-spacing: 0.2px;\"\u003ePowered by Nature's Cleanest Ingredients\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px;\"\u003e\n\u003cdiv style=\"display: flex; width: 100%; height: 120px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.12); background: #ffffff; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.02);\"\u003e\n\u003cdiv style=\"width: 40%; background: #F5EFE6; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/fish_collagen.webp?v=1778135250\" alt=\"Marine Collagen\" style=\"width: 100%; height: 100%; object-fit: cover;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eMarine Collagen\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; opacity: 0.7;\"\u003e3000mg Advanced Formula\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85);\"\u003e\n\u003cspan\u003ePremium peptides to nourish your skin for a vibrant appearance. \u003c\/span\u003e*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; width: 100%; height: 120px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.12); background: #ffffff; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.02);\"\u003e\n\u003cdiv style=\"width: 40%; background: #F5EFE6; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_Mate_Extract.webp?v=1778207681\" alt=\"Yerba Mate\" style=\"width: 100%; height: 100%; object-fit: cover;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eYerba Mate\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; opacity: 0.7;\"\u003eSustained Energy Boost\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85);\"\u003eA natural caffeine source for smooth mental focus and energy without the jitters.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; width: 100%; height: 120px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.12); background: #ffffff; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.02);\"\u003e\n\u003cdiv style=\"width: 40%; background: #F5EFE6; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Konjac_root.webp?v=1778213079\" alt=\"Konjac Root\" style=\"width: 100%; height: 100%; object-fit: cover;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eKonjac Root\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; opacity: 0.7;\"\u003eNatural Satiety Support\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85);\"\u003ePlant-based fiber to support a comfortable, lasting sense of fullness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; width: 100%; height: 120px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.12); background: #ffffff; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.02);\"\u003e\n\u003cdiv style=\"width: 40%; background: #F5EFE6; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Chia_seeds.webp?v=1778213079\" alt=\"Chia Seeds\" style=\"width: 100%; height: 100%; object-fit: cover;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eChia Seeds\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; opacity: 0.7;\"\u003eEssential Nutrients\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85);\"\u003eNutrient-dense superfood rich in Omega-3s to support your daily wellness journey.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-us-vs-them-section\" style=\"background: #F5EFE6; border: 1px solid rgba(86, 44, 32, 0.12); border-radius: 16px; padding: 20px 15px;\"\u003e\n\u003ch3 style=\"font-family: 'Kaushan Script', cursive; font-size: 26px; font-weight: bold !important; text-align: center; margin: 0 0 20px 0; color: #562c20; letter-spacing: 0.2px;\"\u003eLeafStory vs. Others\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; padding-bottom: 12px; border-bottom: 2px solid #562C20; font-size: 13px; font-weight: bold; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left;\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; text-align: center; color: #562c20;\"\u003eLeafStory\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; text-align: center; color: rgba(86, 44, 32, 0.45);\"\u003eOthers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eHigh-Dose Marine Collagen\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eDual Beauty \u0026amp; Energy Boost\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eGuilt-Free (No Sugar Added)\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eBioavailable Jelly Delivery\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003ePlant-Based Satiety Support\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eJitter-Free Natural Caffeine\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#562C20\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LeafStory","offers":[{"title":"1 Pack (2 Sticks)","offer_id":46005716517098,"sku":"CRJ2J-0001","price":9.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Collagen_Reset_Jelly_3__2_11zon_13_11zon.webp?v=1776998140"},{"product_id":"collagen-reset-jelly-weekly-kit-7-sticks","title":"Collagen Reset Jelly - Weekly Kit (7 Sticks)","description":"\u003cdiv style=\"max-width: 500px; margin: 0 auto;\"\u003e\n\u003cdiv style=\"font-family: 'Helvetica', Arial, sans-serif; color: #562c20; padding: 20px 15px; text-align: left; background: #ffffff;\" class=\"ls-v3-container\"\u003e\n\u003cdiv style=\"margin-bottom: 25px;\" class=\"ls-v3-special-section\"\u003e\n\u003ch3 style=\"font-size: 13px; font-weight: bold; margin: 0 0 16px 0; text-transform: uppercase; letter-spacing: 1.5px; color: #562c20; display: flex; align-items: center;\"\u003e\n\u003cspan style=\"width: 20px; height: 1px; background: #562C20; margin-right: 10px; opacity: 0.5;\"\u003e\u003c\/span\u003e Why It's Special\u003c\/h3\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.5; color: #562c20; margin: 0 0 30px 0; font-weight: 500; letter-spacing: -0.2px;\"\u003eA high-performance beauty and metabolic boost, delivered in a \u003cspan style=\"background: linear-gradient(120deg, rgba(86,44,32,0.08) 0%, rgba(86,44,32,0.08) 100%); padding: 2px 4px; border-radius: 4px;\"\u003eCOLLAGEN Refresh Jelly\u003c\/span\u003e format. Designed to support skin firmness while sharpening your focus with natural botanicals.\u003c\/p\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 20px;\"\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv style=\"width: 100%; aspect-ratio: 1; background: #F5EFE6; border-radius: 12px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\u003cimg style=\"width: 100%; height: 100%; object-fit: cover; display: block;\" loading=\"lazy\" alt=\"Advanced Bioavailable Marine Collagen Jelly for Skin Radiance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/collagen_reset_jelly_1.webp?v=1778739072\"\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 12px; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; color: #562c20; letter-spacing: 0.5px;\"\u003eThe Jelly Advantage\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; line-height: 1.6; color: rgba(86, 44, 32, 0.75); margin: 0;\"\u003eOur specialized jelly matrix delivers 3000mg of premium Marine Collagen, offering optimized absorption and effortless convenience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-v3-item\"\u003e\n\u003cdiv style=\"width: 100%; aspect-ratio: 1; background: #F5EFE6; border-radius: 12px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\u003cimg style=\"width: 100%; height: 100%; object-fit: cover; display: block;\" loading=\"lazy\" alt=\"Metabolic Boost and Natural Energy Jelly Stick\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/collagen_reset_jelly_2.webp?v=1778739073\"\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 12px; font-weight: bold; text-transform: uppercase; margin: 0 0 8px 0; color: #562c20; letter-spacing: 0.5px;\"\u003eThe Daily Ritual\u003c\/h4\u003e\n\u003cp style=\"font-size: 12px; line-height: 1.6; color: rgba(86, 44, 32, 0.75); margin: 0;\"\u003eA guilt-free, berry-infused stick crafted for post-meal balance and clean energy to power your daily wellness journey.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  #ls-product-info-{{ section.id }} .ls-v3-details { border-bottom: 1px solid rgba(86, 44, 32, 0.1); background: transparent; transition: all 0.3s ease; }\n  #ls-product-info-{{ section.id }} .ls-v3-details:last-child { border-bottom: none; }\n  #ls-product-info-{{ section.id }} .ls-v3-details summary { list-style: none; padding: 18px 12px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 13px; font-weight: 700; outline: none; color: #562C20; text-transform: uppercase; letter-spacing: 0.8px; }\n  #ls-product-info-{{ section.id }} .ls-v3-details summary::-webkit-details-marker { display: none; }\n  #ls-product-info-{{ section.id }} .ls-v3-details summary::after { content: '→'; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; border: 1.5px solid #562C20; border-radius: 50%; font-size: 11px; color: #562C20; transition: all 0.3s ease; opacity: 0.7; }\n  #ls-product-info-{{ section.id }} .ls-v3-details[open] { background: #ffffff; border-radius: 12px; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.04); margin: 8px 0; border-bottom: 1px solid transparent; }\n  #ls-product-info-{{ section.id }} .ls-v3-details[open] summary { color: #562C20; }\n  #ls-product-info-{{ section.id }} .ls-v3-details[open] summary::after { transform: rotate(90deg); background: #562C20; color: #fff; opacity: 1; border-color: #562C20; }\n  #ls-product-info-{{ section.id }} .ls-v3-content { padding: 0 12px 20px 12px; font-size: 14px; color: rgba(86, 44, 32, 0.8); line-height: 1.6; }\n\u003c\/style\u003e\n\u003cdiv style=\"max-width: 500px; margin: 0 auto;\" id=\"ls-combined-product-page\"\u003e\n\u003cdiv style=\"font-family: 'Helvetica', Arial, sans-serif; color: #562c20; padding: 5px 15px 20px 15px; text-align: left; background: #ffffff;\" class=\"ls-v3-container\" id=\"ls-product-info-{{ section.id }}\"\u003e\n\u003cdiv style=\"background: #F5EFE6; border-radius: 16px; padding: 10px;\" class=\"ls-v3-accordions\"\u003e\n\u003cdetails open=\"\" class=\"ls-v3-details\"\u003e\n\u003csummary\u003eWhat It's Good For\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0; margin: 0;\"\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003e\u003cb\u003eRadiant Hydration\u003c\/b\u003e:\u003c\/strong\u003e High-dose marine collagen to support skin elasticity and a healthy, natural glow*.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eBalanced Satisfaction:\u003c\/strong\u003e Konjac fiber and botanicals support a more balanced and mindful eating experience*.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"color: #562c20; margin-right: 10px; font-weight: bold;\"\u003e•\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eSustained Focus:\u003c\/strong\u003e Natural caffeine provides a smooth energy lift to support daily vitality*.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eFor Optimal Results\u003c\/summary\u003e\n\u003cdiv class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"background: rgba(86, 44, 32, 0.04); padding: 15px; border-radius: 8px; border-left: 3px solid #562C20; margin-bottom: 15px;\"\u003e\n\u003cp style=\"margin: 0 0 10px 0; color: #562c20;\"\u003eEnjoy \u003cstrong\u003e1 jelly stick daily\u003c\/strong\u003e, ideally after lunch or your largest meal for a refreshing reset. Best served chilled.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-weight: bold; margin-bottom: 8px; color: #562c20;\"\u003e\u003cstrong\u003eWith consistent use, skin may appear more refreshed and radiant over time.*\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ls-v3-details\"\u003e\n\u003csummary\u003eSupplement Facts\u003c\/summary\u003e\n\u003cdiv style=\"display: flex; justify-content: center;\" class=\"ls-v3-content\"\u003e\n\u003cdiv style=\"font-family: inherit; text-align: left; color: #562c20; width: 100%; background: #ffffff; border: 1.5px solid #562C20; padding: 12px; border-radius: 6px;\" class=\"ls-standard-facts-wrapper\"\u003e\n\u003cdiv style=\"font-size: 11px; padding-bottom: 5px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); margin-bottom: 5px; font-weight: 500; color: rgba(86, 44, 32, 0.7);\"\u003eServing Size: 1 Stick (15g-18g)\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 10px; font-weight: bold; border-bottom: 3px solid #562C20; padding-bottom: 3px; text-transform: uppercase;\"\u003e\n\u003cspan\u003eAmount Per Serving\u003c\/span\u003e\u003cspan\u003e% Daily Value**\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: baseline; border-bottom: 6px solid #562C20; padding: 6px 0 4px 0;\"\u003e\n\u003cspan style=\"font-size: 17px; font-weight: bold;\"\u003eCalories\u003c\/span\u003e\u003cspan style=\"font-size: 19px; font-weight: bold;\"\u003e30\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86, 44, 32, 0.1); padding: 5px 0;\"\u003e\n\u003cspan\u003eTotal Carbohydrate 5g\u003c\/span\u003e\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: rgba(86, 44, 32, 0.85);\"\u003e\n\u003cspan\u003eDietary Fiber 2g\u003c\/span\u003e\u003cspan\u003e7%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 12px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: rgba(86, 44, 32, 0.85);\"\u003e\n\u003cspan\u003eTotal Sugars 1g\u003c\/span\u003e\u003cspan\u003e†\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0 5px 24px; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: rgba(86, 44, 32, 0.65);\"\u003e\n\u003cspan\u003eIncludes 0g Added Sugars\u003c\/span\u003e\u003cspan\u003e0%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 1px solid rgba(86, 44, 32, 0.1); padding: 5px 0;\"\u003e\n\u003cspan\u003eProtein 3g\u003c\/span\u003e\u003cspan\u003e6%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: bold; border-bottom: 2px solid #562C20; padding: 5px 0;\"\u003e\n\u003cspan\u003eSodium 20mg\u003c\/span\u003e\u003cspan\u003e1%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; margin-bottom: 10px;\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; font-weight: bold; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #562c20;\"\u003e\n\u003cspan\u003eHydrolyzed Marine Collagen\u003c\/span\u003e\u003cspan\u003e3000mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; font-size: 11px; padding: 6px 0; border-bottom: 1px solid rgba(86, 44, 32, 0.1); color: #562c20;\"\u003e\n\u003cspan\u003eYerba Mate Extract (20mg Caffeine)\u003c\/span\u003e\u003cspan\u003e200mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; color: rgba(86, 44, 32, 0.6); margin-bottom: 8px;\"\u003e**Percent Daily Values (DV) are based on a 2,000 calorie diet. † Daily Value (DV) not established.\u003c\/div\u003e\n\u003cdiv style=\"background: #F5EFE6; padding: 10px; border-radius: 4px; font-size: 10px; line-height: 1.4; color: rgba(86, 44, 32, 0.85); margin-bottom: 8px;\"\u003e\n\u003cstrong\u003eOTHER INGREDIENTS:\u003c\/strong\u003e Purified Water, Berry Concentrate (Blueberry, Cranberry, Raspberry, Strawberry), Chia Seeds, Konjac Powder, Pectin, Stevia Leaf Extract, Carrageenan.\u003c\/div\u003e\n\u003cdiv style=\"font-size: 10px; line-height: 1.4; color: #562c20; padding-top: 5px; border-top: 1px solid rgba(86, 44, 32, 0.1);\"\u003e\n\u003cp style=\"margin: 0 0 5px 0;\"\u003e\u003cstrong\u003eAllergen Warning:\u003c\/strong\u003e Contains \u003cstrong\u003eFish (Marine Collagen)\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp style=\"margin: 0; color: rgba(86, 44, 32, 0.85);\"\u003e\u003cstrong\u003eNotice:\u003c\/strong\u003e Contains natural caffeine from Yerba Mate. Consult a physician if pregnant or nursing.\u003c\/p\u003e\n\u003cp class=\"ls-u-text-brand\"\u003e\u003cstrong class=\"ls-u-text-dark\"\u003eNOTICE:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eManufactured in a facility that may process milk, soy, wheat, and tree nuts.\u003c\/p\u003e\n\u003cp class=\"ls-u-text-brand\"\u003e\u003cstrong class=\"ls-u-text-dark\"\u003eCAUTION:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eNot recommended for children, pregnant women, or individuals sensitive to any ingredients. Consult your physician before use if you have a medical condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-family: 'Helvetica', Arial, sans-serif; text-align: left; color: #562c20; background: transparent; padding: 5px 15px 20px 15px;\" class=\"ls-balanced-science-section\"\u003e\n\u003ch3 style=\"font-family: 'Kaushan Script', cursive; font-size: 26px; font-weight: bold !important; text-align: center; margin: 15px 0 25px 0; color: #562c20; letter-spacing: 0.2px;\"\u003ePowered by Nature's Cleanest Ingredients\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px;\"\u003e\n\u003cdiv style=\"display: flex; width: 100%; height: 120px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.12); background: #ffffff; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.02);\"\u003e\n\u003cdiv style=\"width: 40%; background: #F5EFE6; overflow: hidden;\"\u003e\u003cimg style=\"width: 100%; height: 100%; object-fit: cover;\" alt=\"Marine Collagen\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/fish_collagen.webp?v=1778135250\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eMarine Collagen\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; opacity: 0.7;\"\u003e3000mg Advanced Formula\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85);\"\u003e\n\u003cspan\u003ePremium peptides to nourish your skin for a vibrant appearance. \u003c\/span\u003e*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; width: 100%; height: 120px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.12); background: #ffffff; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.02);\"\u003e\n\u003cdiv style=\"width: 40%; background: #F5EFE6; overflow: hidden;\"\u003e\u003cimg style=\"width: 100%; height: 100%; object-fit: cover;\" alt=\"Yerba Mate\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Yerba_Mate_Extract.webp?v=1778207681\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eYerba Mate\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; opacity: 0.7;\"\u003eSustained Energy Boost\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85);\"\u003eA natural caffeine source for smooth mental focus and energy without the jitters.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; width: 100%; height: 120px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.12); background: #ffffff; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.02);\"\u003e\n\u003cdiv style=\"width: 40%; background: #F5EFE6; overflow: hidden;\"\u003e\u003cimg style=\"width: 100%; height: 100%; object-fit: cover;\" alt=\"Konjac Root\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Konjac_root.webp?v=1778213079\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eKonjac Root\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; opacity: 0.7;\"\u003eNatural Satiety Support\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85);\"\u003ePlant-based fiber to support a comfortable, lasting sense of fullness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; width: 100%; height: 120px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(86, 44, 32, 0.12); background: #ffffff; box-shadow: 0 4px 15px rgba(86, 44, 32, 0.02);\"\u003e\n\u003cdiv style=\"width: 40%; background: #F5EFE6; overflow: hidden;\"\u003e\u003cimg style=\"width: 100%; height: 100%; object-fit: cover;\" alt=\"Chia Seeds\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Chia_seeds.webp?v=1778213079\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60%; padding: 15px; display: flex; flex-direction: column; justify-content: center;\"\u003e\n\u003cdiv style=\"font-size: 15px; font-weight: bold; color: #562c20; margin-bottom: 2px;\"\u003eChia Seeds\u003c\/div\u003e\n\u003cdiv style=\"font-size: 9px; letter-spacing: 0.5px; color: #562c20; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; opacity: 0.7;\"\u003eEssential Nutrients\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; line-height: 1.3; color: rgba(86, 44, 32, 0.85);\"\u003eNutrient-dense superfood rich in Omega-3s to support your daily wellness journey.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #F5EFE6; border: 1px solid rgba(86, 44, 32, 0.12); border-radius: 16px; padding: 20px 15px;\" class=\"ls-us-vs-them-section\"\u003e\n\u003ch3 style=\"font-family: 'Kaushan Script', cursive; font-size: 26px; font-weight: bold !important; text-align: center; margin: 0 0 20px 0; color: #562c20; letter-spacing: 0.2px;\"\u003eLeafStory vs. Others\u003c\/h3\u003e\n\u003cdiv style=\"display: flex; padding-bottom: 12px; border-bottom: 2px solid #562C20; font-size: 13px; font-weight: bold; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left;\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; text-align: center; color: #562c20;\"\u003eLeafStory\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; text-align: center; color: rgba(86, 44, 32, 0.45);\"\u003eOthers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eHigh-Dose Marine Collagen\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eDual Beauty \u0026amp; Energy Boost\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eGuilt-Free (No Sugar Added)\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eBioavailable Jelly Delivery\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; border-bottom: 1px solid rgba(86, 44, 32, 0.15); font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003ePlant-Based Satiety Support\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; padding: 15px 0px; font-size: 13px; color: #562c20;\"\u003e\n\u003cdiv style=\"width: 45%; text-align: left; font-weight: 500;\"\u003eJitter-Free Natural Caffeine\u003c\/div\u003e\n\u003cdiv style=\"width: 30%; display: flex; justify-content: center;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 25%; display: flex; justify-content: center; opacity: 0.35;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#562C20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LeafStory","offers":[{"title":"1 Pack (7 Sticks)","offer_id":46005716549866,"sku":"CRJ7J-0001","price":12.99,"currency_code":"USD","in_stock":true},{"title":"3 Packs (21 Sticks)","offer_id":46005716582634,"sku":"CRJ7J-0002","price":38.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/files\/Collagen_Reset_Jelly_2__1_11zon_12_11zon.webp?v=1776998140"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0688\/1002\/collections\/Leafstory_Wellness_Redefined_in_Every_Bite.webp?v=1776998724","url":"https:\/\/www.leafstorywellness.com\/en-mx\/collections\/daily-reset-jellies.oembed","provider":"LeafStory Wellness","version":"1.0","type":"link"}