{"product_id":"strawberry-sea-moss-gel","title":"Strawberry Sea Moss Gel","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;600;700\u0026family=Raleway:wght@300;400;500;600\u0026display=swap');\n\n.hk-product-desc {\n  background: #080e14;\n  color: #d8e0e8;\n  font-family: 'Raleway', sans-serif;\n  font-weight: 300;\n  padding: 0;\n  max-width: 100%;\n}\n\n.hk-product-desc * { box-sizing: border-box; margin: 0; padding: 0; }\n\n\/* HERO BANNER *\/\n.hk-desc-hero {\n  background: linear-gradient(135deg, #5e1a1a, #3a0d0d);\n  border: 1px solid rgba(201,168,76,0.2);\n  border-radius: 8px;\n  padding: 40px 32px;\n  text-align: center;\n  margin-bottom: 32px;\n  position: relative;\n  overflow: hidden;\n}\n\n.hk-desc-hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(ellipse at 50% 0%, rgba(220,80,80,0.12), transparent 70%);\n}\n\n.hk-desc-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(220,80,80,0.15);\n  border: 1px solid rgba(220,80,80,0.3);\n  border-radius: 30px;\n  padding: 6px 18px;\n  font-family: 'Cinzel', serif;\n  font-size: 0.75rem;\n  letter-spacing: 0.2em;\n  color: #f87171;\n  text-transform: uppercase;\n  margin-bottom: 16px;\n  position: relative;\n}\n\n.hk-desc-hero h2 {\n  font-family: 'Cinzel', serif;\n  font-size: clamp(1.6rem, 4vw, 2.4rem);\n  font-weight: 700;\n  color: #fff;\n  margin-bottom: 8px;\n  position: relative;\n}\n\n.hk-desc-hero h2 span { color: #C9A84C; }\n\n.hk-desc-hero .subtitle {\n  font-family: 'Cinzel', serif;\n  font-size: 0.85rem;\n  letter-spacing: 0.2em;\n  color: #f87171;\n  text-transform: uppercase;\n  margin-bottom: 16px;\n  position: relative;\n}\n\n.hk-desc-hero p {\n  font-size: 1.05rem;\n  line-height: 1.85;\n  color: #7a8fa6;\n  max-width: 580px;\n  margin: 0 auto;\n  position: relative;\n}\n\n\/* GOLD DIVIDER *\/\n.hk-gold-div {\n  width: 100%;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, #C9A84C, transparent);\n  opacity: 0.3;\n  margin: 28px 0;\n}\n\n\/* BENEFITS GRID *\/\n.hk-benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 16px;\n  margin-bottom: 32px;\n}\n\n.hk-benefit-card {\n  background: rgba(10,25,42,0.85);\n  border: 1px solid rgba(201,168,76,0.15);\n  border-radius: 6px;\n  padding: 24px 20px;\n  transition: all 0.3s ease;\n}\n\n.hk-benefit-card:hover {\n  border-color: rgba(201,168,76,0.4);\n  transform: translateY(-3px);\n}\n\n.hk-benefit-icon { font-size: 1.8rem; margin-bottom: 10px; display: block; }\n\n.hk-benefit-card h4 {\n  font-family: 'Cinzel', serif;\n  font-size: 0.9rem;\n  font-weight: 600;\n  color: #fff;\n  margin-bottom: 6px;\n  letter-spacing: 0.05em;\n}\n\n.hk-benefit-card p { font-size: 0.875rem; line-height: 1.7; color: #7a8fa6; }\n\n\/* SECTION HEADERS *\/\n.hk-section-label {\n  font-family: 'Cinzel', serif;\n  font-size: 0.75rem;\n  letter-spacing: 0.3em;\n  color: #C9A84C;\n  text-transform: uppercase;\n  margin-bottom: 8px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n.hk-section-label::before { content: ''; width: 24px; height: 1px; background: #C9A84C; }\n\n.hk-section-title {\n  font-family: 'Cinzel', serif;\n  font-size: clamp(1.2rem, 3vw, 1.6rem);\n  font-weight: 600;\n  color: #fff;\n  margin-bottom: 20px;\n}\n.hk-section-title span { color: #f87171; }\n\n\/* STRAWBERRY SECTION *\/\n.hk-flavor-section {\n  background: linear-gradient(135deg, rgba(94,26,26,0.35), rgba(10,25,42,0.8));\n  border: 1px solid rgba(220,80,80,0.2);\n  border-radius: 8px;\n  padding: 32px;\n  margin-bottom: 32px;\n}\n\n.hk-flavor-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 14px;\n  margin-top: 20px;\n}\n\n.hk-flavor-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  padding: 14px;\n  background: rgba(8,14,20,0.5);\n  border-radius: 4px;\n  border: 1px solid rgba(220,80,80,0.15);\n}\n\n.hk-flavor-dot {\n  width: 8px;\n  height: 8px;\n  border-radius: 50%;\n  background: #f87171;\n  flex-shrink: 0;\n  margin-top: 5px;\n  box-shadow: 0 0 6px rgba(248,113,113,0.5);\n}\n\n.hk-flavor-item p { font-size: 0.875rem; line-height: 1.6; color: #d8e0e8; }\n.hk-flavor-item p strong { color: #f87171; font-weight: 600; display: block; margin-bottom: 2px; }\n\n\/* HOW TO USE *\/\n.hk-use-section {\n  background: rgba(10,25,42,0.6);\n  border: 1px solid rgba(201,168,76,0.15);\n  border-radius: 8px;\n  padding: 32px;\n  margin-bottom: 32px;\n}\n\n.hk-use-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 16px;\n  margin-top: 16px;\n}\n\n.hk-use-step { text-align: center; padding: 20px 16px; }\n\n.hk-step-num {\n  width: 36px; height: 36px;\n  border-radius: 50%;\n  background: linear-gradient(135deg, #C9A84C, #8a6820);\n  color: #000;\n  font-family: 'Cinzel', serif;\n  font-weight: 700;\n  font-size: 0.9rem;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 12px;\n}\n\n.hk-use-step h4 { font-family: 'Cinzel', serif; font-size: 0.85rem; color: #fff; margin-bottom: 6px; }\n.hk-use-step p { font-size: 0.825rem; color: #7a8fa6; line-height: 1.6; }\n\n\/* STORAGE *\/\n.hk-storage {\n  background: linear-gradient(135deg, rgba(46,125,79,0.08), rgba(10,25,42,0.6));\n  border: 1px solid rgba(76,175,120,0.2);\n  border-radius: 6px;\n  padding: 24px 28px;\n  margin-bottom: 32px;\n  display: flex;\n  align-items: flex-start;\n  gap: 16px;\n}\n\n.hk-storage-icon { font-size: 2rem; flex-shrink: 0; }\n.hk-storage h4 { font-family: 'Cinzel', serif; font-size: 0.9rem; color: #4caf78; margin-bottom: 8px; }\n.hk-storage p { font-size: 0.875rem; line-height: 1.7; color: #7a8fa6; }\n.hk-storage p strong { color: #d8e0e8; font-weight: 500; }\n\n\/* SOURCE STRIP *\/\n.hk-source-strip {\n  text-align: center;\n  padding: 24px;\n  border-top: 1px solid rgba(255,255,255,0.06);\n}\n\n.hk-source-strip p {\n  font-family: 'Cinzel', serif;\n  font-size: 0.75rem;\n  letter-spacing: 0.15em;\n  color: #7a8fa6;\n  text-transform: uppercase;\n  margin-bottom: 6px;\n}\n\n.hk-source-strip span { color: #C9A84C; }\n\n\/* FDA *\/\n.hk-fda {\n  font-size: 0.72rem;\n  color: #4a5568;\n  line-height: 1.6;\n  text-align: center;\n  padding: 16px 0 0;\n  font-family: 'Raleway', sans-serif;\n  font-style: italic;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hk-product-desc\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hk-desc-hero\"\u003e\n    \u003cdiv class=\"hk-desc-badge\"\u003e🍓 Healthy Kindness · Sea Moss Gel\u003c\/div\u003e\n    \u003ch2\u003eStrawberry \u003cspan\u003eSea Moss Gel\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"subtitle\"\u003e92 Minerals · Wildcrafted · Naturally Sweet\u003c\/p\u003e\n    \u003cp\u003eThe one that started it all. Wildcrafted Atlantic sea moss blended with the bright, natural sweetness of strawberry — making your daily wellness ritual something you actually look forward to. Pure. Simple. Powerful.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hk-gold-div\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SEA MOSS BENEFITS --\u003e\n  \u003cdiv class=\"hk-section-label\"\u003eThe Foundation\u003c\/div\u003e\n  \u003ch3 class=\"hk-section-title\"\u003eWhat \u003cspan style=\"color:#C9A84C;\"\u003eSea Moss\u003c\/span\u003e Does For You\u003c\/h3\u003e\n\n  \u003cdiv class=\"hk-benefits-grid\"\u003e\n    \u003cdiv class=\"hk-benefit-card\"\u003e\n      \u003cspan class=\"hk-benefit-icon\"\u003e⚡\u003c\/span\u003e\n      \u003ch4\u003eSustained Energy\u003c\/h4\u003e\n      \u003cp\u003eSea moss supports healthy thyroid function and iron absorption — two of the most important drivers of daily energy without stimulants or crashes.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hk-benefit-card\"\u003e\n      \u003cspan class=\"hk-benefit-icon\"\u003e💪\u003c\/span\u003e\n      \u003ch4\u003eMuscle Recovery\u003c\/h4\u003e\n      \u003cp\u003eMagnesium and potassium work together to reduce soreness, support muscle repair, and keep your body ready for what's next.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hk-benefit-card\"\u003e\n      \u003cspan class=\"hk-benefit-icon\"\u003e🧠\u003c\/span\u003e\n      \u003ch4\u003eMental Clarity\u003c\/h4\u003e\n      \u003cp\u003ePotassium and B vitamins support healthy brain function, sharper focus, and a more balanced, steady mood throughout the day.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hk-benefit-card\"\u003e\n      \u003cspan class=\"hk-benefit-icon\"\u003e🛡️\u003c\/span\u003e\n      \u003ch4\u003eImmune Support\u003c\/h4\u003e\n      \u003cp\u003eZinc, selenium, and a broad spectrum of natural antioxidants strengthen your body's ability to defend against illness and inflammation.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hk-benefit-card\"\u003e\n      \u003cspan class=\"hk-benefit-icon\"\u003e🫁\u003c\/span\u003e\n      \u003ch4\u003eGut Health\u003c\/h4\u003e\n      \u003cp\u003eSea moss is a natural prebiotic — it feeds beneficial gut bacteria, supports healthy digestion, and reduces bloating over time.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hk-benefit-card\"\u003e\n      \u003cspan class=\"hk-benefit-icon\"\u003e✨\u003c\/span\u003e\n      \u003ch4\u003eSkin \u0026amp; Hair\u003c\/h4\u003e\n      \u003cp\u003eSulfur, zinc, and collagen-supporting minerals nourish your skin from the inside out and strengthen hair follicles with consistent daily use.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hk-gold-div\"\u003e\u003c\/div\u003e\n\n  \u003c!-- STRAWBERRY BENEFITS --\u003e\n  \u003cdiv class=\"hk-flavor-section\"\u003e\n    \u003cdiv class=\"hk-section-label\"\u003eThe Boost\u003c\/div\u003e\n    \u003ch3 class=\"hk-section-title\"\u003eWhy We Added \u003cspan\u003eStrawberry\u003c\/span\u003e\n\u003c\/h3\u003e\n    \u003cp style=\"font-size:0.95rem;line-height:1.8;color:#7a8fa6;\"\u003eStrawberries are far more than a flavor. They are one of the most nutrient-dense fruits on earth — packed with vitamin C, antioxidants, and anti-inflammatory compounds that work in harmony with sea moss to amplify your results.\u003c\/p\u003e\n\n    \u003cdiv class=\"hk-flavor-grid\"\u003e\n      \u003cdiv class=\"hk-flavor-item\"\u003e\n        \u003cdiv class=\"hk-flavor-dot\"\u003e\u003c\/div\u003e\n        \u003cp\u003e\u003cstrong\u003eVitamin C Powerhouse\u003c\/strong\u003eStrawberries are one of the richest natural sources of Vitamin C — essential for immune function, collagen production, and protecting cells from oxidative damage.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hk-flavor-item\"\u003e\n        \u003cdiv class=\"hk-flavor-dot\"\u003e\u003c\/div\u003e\n        \u003cp\u003e\u003cstrong\u003eHeart Health\u003c\/strong\u003eThe anthocyanins and flavonoids in strawberries have been shown to reduce LDL cholesterol oxidation and support healthy blood pressure — working alongside sea moss's potassium content.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hk-flavor-item\"\u003e\n        \u003cdiv class=\"hk-flavor-dot\"\u003e\u003c\/div\u003e\n        \u003cp\u003e\u003cstrong\u003eAnti-Inflammatory\u003c\/strong\u003eQuercetin and kaempferol — natural compounds found in strawberries — reduce chronic inflammation in the body, supporting joint health, gut health, and cellular recovery.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hk-flavor-item\"\u003e\n        \u003cdiv class=\"hk-flavor-dot\"\u003e\u003c\/div\u003e\n        \u003cp\u003e\u003cstrong\u003eBlood Sugar Regulation\u003c\/strong\u003eDespite their natural sweetness, strawberries have a low glycemic index and contain ellagic acid, which helps slow the digestion of starchy foods and stabilize blood sugar.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hk-flavor-item\"\u003e\n        \u003cdiv class=\"hk-flavor-dot\"\u003e\u003c\/div\u003e\n        \u003cp\u003e\u003cstrong\u003eSkin Radiance\u003c\/strong\u003eThe combination of Vitamin C and antioxidants in strawberries supports collagen synthesis, fights free radicals, and promotes a clearer, more even skin tone over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hk-flavor-item\"\u003e\n        \u003cdiv class=\"hk-flavor-dot\"\u003e\u003c\/div\u003e\n        \u003cp\u003e\u003cstrong\u003eFolate \u0026amp; Manganese\u003c\/strong\u003eStrawberries are a natural source of folate — essential for cell function and tissue growth — and manganese, which supports bone health and metabolic function.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hk-gold-div\"\u003e\u003c\/div\u003e\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003cdiv class=\"hk-use-section\"\u003e\n    \u003cdiv class=\"hk-section-label\"\u003eDaily Use\u003c\/div\u003e\n    \u003ch3 class=\"hk-section-title\" style=\"color:#fff;\"\u003eHow to \u003cspan style=\"color:#C9A84C;\"\u003eUse It\u003c\/span\u003e\n\u003c\/h3\u003e\n    \u003cdiv class=\"hk-use-steps\"\u003e\n      \u003cdiv class=\"hk-use-step\"\u003e\n        \u003cdiv class=\"hk-step-num\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eStart Small\u003c\/h4\u003e\n        \u003cp\u003eBegin with 1 teaspoon daily and allow your body to adjust over 1-2 weeks before increasing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hk-use-step\"\u003e\n        \u003cdiv class=\"hk-step-num\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eDaily Serving\u003c\/h4\u003e\n        \u003cp\u003eTake 1-2 tablespoons per day. Best on an empty stomach first thing in the morning for maximum absorption.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hk-use-step\"\u003e\n        \u003cdiv class=\"hk-step-num\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eMix It In\u003c\/h4\u003e\n        \u003cp\u003eStir into juice, blend into smoothies, add to oatmeal or yogurt. The strawberry flavor makes it easy to enjoy straight from the spoon.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hk-use-step\"\u003e\n        \u003cdiv class=\"hk-step-num\"\u003e4\u003c\/div\u003e\n        \u003ch4\u003eStay Consistent\u003c\/h4\u003e\n        \u003cp\u003eConsistency is everything. Daily use over time is where the real benefits reveal themselves.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STORAGE --\u003e\n  \u003cdiv class=\"hk-storage\"\u003e\n    \u003cdiv class=\"hk-storage-icon\"\u003e🧊\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch4\u003eStorage \u0026amp; Supply\u003c\/h4\u003e\n      \u003cp\u003eKeep refrigerated and use within \u003cstrong\u003e5-7 days of opening\u003c\/strong\u003e. Freeze unopened jars — the gel is completely unaffected by freezing and thawing. \u003cstrong\u003e4 jars = one month supply\u003c\/strong\u003e at 1-2 tablespoons per day. Keep one in the fridge and three in the freezer for a seamless routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SOURCE STRIP --\u003e\n  \u003cdiv class=\"hk-source-strip\"\u003e\n    \u003cp\u003eWildcrafted Sea Moss sourced from \u003cspan\u003eAtlantic Holdfast Seaweed Co.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cp\u003eHand-harvested · Penobscot Bay, Maine · \u003cspan\u003eBe True. Live Well.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FDA --\u003e\n  \u003cp class=\"hk-fda\"\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. Consult your healthcare provider before use if you are pregnant, nursing, have a thyroid condition, or take blood thinners.\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"Fifth Protocol","offers":[{"title":"Default Title","offer_id":56482989277350,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/4522\/3590\/files\/aa3ad9fd-0791-4784-8fa7-b61f480cf3a3.png?v=1779166411","url":"https:\/\/fifthprotocol.org\/products\/strawberry-sea-moss-gel","provider":"Fifth Protocol","version":"1.0","type":"link"}