{"title":"Organic Protein","description":"","products":[{"product_id":"plant-protein-chocolate-flavour-blend-by-suryatra","title":"Plant Protein Chocolate Flavour Blend by Suryatra","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n.sy-pdp-wrapper {\n  display: flex;\n  justify-content: center;\n  padding: 25px 15px;\n  background: #FDFDFB;\n\n  --gold: #A67C37;\n  --green: #2F5C47;\n  --mitti-bg: #F7F2EC;\n  --border: rgba(47, 92, 71, 0.1);\n  --text: #1a1a1a;\n\n  font-family: 'Inter', sans-serif;\n}\n\n\/* CONTAINER *\/\n.sy-pdp-container {\n  max-width: 920px;\n  width: 100%;\n  border: 1px solid var(--border);\n  border-radius: 14px;\n  background: #ffffff;\n  overflow: hidden;\n  box-shadow: 0 8px 30px rgba(47, 92, 71, 0.03);\n}\n\n\/* HERO SECTION *\/\n.sy-hero-section {\n  padding: 50px 30px 40px;\n  text-align: center;\n  border-bottom: 1px solid var(--border);\n  background: linear-gradient(180deg, rgba(47, 92, 71, 0.02) 0%, transparent 100%);\n}\n\n.sy-category-label {\n  font-size: 9px;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--gold);\n  margin-bottom: 15px;\n  font-weight: 600;\n}\n\n\/* PRODUCT TITLE *\/\n.sy-product-title {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(18px, 3vw, 26px);\n  font-weight: 500;\n  color: var(--green);\n  margin-bottom: 12px;\n  line-height: 1.2;\n\n  display: block;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  width: 100%;\n  box-sizing: border-box;\n  padding: 0 15px;\n}\n\n.sy-product-tagline {\n  font-family: 'Playfair Display', serif;\n  font-size: 16px;\n  color: #555;\n  font-style: italic;\n  max-width: 500px;\n  margin: 0 auto;\n  line-height: 1.5;\n}\n\n.sy-hero-divider {\n  width: 40px;\n  height: 1px;\n  background: var(--gold);\n  margin: 20px auto 0;\n  opacity: 0.5;\n}\n\n\/* THE RITUAL HEADER *\/\n.sy-ritual-divider {\n  text-align: center;\n  margin: 25px 0 5px;\n  font-size: 9px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--gold);\n  font-weight: 600;\n}\n\n\/* BODY CONTENT *\/\n.sy-body-content {\n  padding: 30px 45px 40px;\n}\n\n.sy-section-header {\n  font-size: 9px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--green);\n  margin-bottom: 15px;\n  font-weight: 600;\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n\n.sy-section-header::after {\n  content: '';\n  height: 1px;\n  flex-grow: 1;\n  background: var(--border);\n}\n\n.sy-story-para {\n  font-size: 14.5px;\n  line-height: 1.8;\n  color: #444;\n  margin-bottom: 35px;\n  text-align: justify;\n  font-weight: 300;\n}\n\n\/* FEATURES GRID *\/\n.sy-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 40px;\n}\n\n.sy-feature-card {\n  padding: 20px 12px;\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  text-align: center;\n  background: var(--mitti-bg);\n  transition: all 0.3s ease;\n}\n\n.sy-feat-number {\n  font-family: 'Playfair Display', serif;\n  font-size: 20px;\n  font-style: italic;\n  color: var(--gold);\n  margin-bottom: 5px;\n}\n\n.sy-feat-title {\n  font-size: 10px;\n  font-weight: 600;\n  color: var(--green);\n  margin-bottom: 4px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.sy-feat-desc {\n  font-size: 12.5px;\n  color: #6d5b52;\n  line-height: 1.4;\n}\n\n\/* SPECIFICATIONS *\/\n.sy-spec-row {\n  display: grid;\n  grid-template-columns: 140px 1fr;\n  padding: 10px 0;\n  border-bottom: 1px solid var(--border);\n}\n\n.sy-spec-label {\n  font-size: 9px;\n  color: var(--gold);\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.sy-spec-value {\n  font-size: 13.5px;\n  color: #444;\n}\n\n\/* FOOTER *\/\n.sy-seal-footer {\n  padding: 20px 45px;\n  border-top: 1px solid var(--border);\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  background: #FDFDFB;\n}\n\n.sy-seal-info {\n  font-size: 8.5px;\n  color: #999;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n.sy-seal-brand {\n  font-family: 'Playfair Display', serif;\n  font-size: 18px;\n  color: var(--green);\n  font-weight: 500;\n  letter-spacing: 3px;\n}\n\n\/* MOBILE *\/\n@media(max-width: 768px) {\n  .sy-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .sy-spec-row {\n    grid-template-columns: 1fr;\n    gap: 2px;\n  }\n\n  .sy-hero-section,\n  .sy-body-content,\n  .sy-seal-footer {\n    padding: 30px 20px;\n  }\n\n  .sy-product-title {\n    white-space: normal;\n    font-size: 22px;\n  }\n\n  .sy-seal-footer {\n    flex-direction: column;\n    gap: 10px;\n    text-align: center;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"sy-pdp-wrapper\"\u003e\n\u003carticle class=\"sy-pdp-container\"\u003e\u003cheader class=\"sy-hero-section\"\u003e\n\u003cp class=\"sy-category-label\"\u003ePlant-Based Wellness Nutrition\u003c\/p\u003e\n\u003ch1 class=\"sy-product-title\"\u003ePlant Protein Chocolate Flavour Blend by Suryatra\u003c\/h1\u003e\n\u003cp class=\"sy-product-tagline\"\u003e“A nourishing plant-powered protein crafted to energize the body, support wellness, and delight with rich chocolate indulgence.”\u003c\/p\u003e\n\u003cdiv class=\"sy-hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"sy-ritual-divider\"\u003e✦ The Ritual ✦\u003c\/div\u003e\n\u003cdiv class=\"sy-body-content\"\u003e\n\u003cp class=\"sy-section-header\"\u003eProvenance \u0026amp; Spirit\u003c\/p\u003e\n\u003cp class=\"sy-story-para\"\u003eThe \u003cstrong\u003ePure Plant Protein Chocolate Blend by Suryatra\u003c\/strong\u003e is a thoughtfully crafted wellness formulation designed for those who seek nourishment in its purest form. Inspired by the harmony of nature and mindful living, this premium plant-based blend combines wholesome nutrition with the comforting richness of natural chocolate flavour.\u003cbr\u003e\u003cbr\u003eEvery serving is carefully balanced to provide clean plant-powered protein, essential nutrients, and dietary fibre without the burden of added sugar or artificial preservatives. The smooth cocoa essence offers a deeply satisfying experience while supporting strength, vitality, and daily wellness rituals.\u003cbr\u003e\u003cbr\u003eWhether enjoyed after a workout, during a busy morning, or as a nourishing evening refreshment, this elegant formulation delivers sustained energy and mindful nutrition with every sip.\u003c\/p\u003e\n\u003cp class=\"sy-section-header\"\u003eThe Suryatra Craft\u003c\/p\u003e\n\u003cdiv class=\"sy-feature-grid\"\u003e\n\u003cdiv class=\"sy-feature-card\"\u003e\n\u003cdiv class=\"sy-feat-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-title\"\u003ePlant Nutrition\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eCrafted with plant-based protein to support everyday wellness and vitality.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-feature-card\"\u003e\n\u003cdiv class=\"sy-feat-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-title\"\u003eZero Added Sugar\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eNaturally satisfying chocolate flavour without added sugar or harsh additives.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-feature-card\"\u003e\n\u003cdiv class=\"sy-feat-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-title\"\u003eDaily Energy\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eSupports strength, recovery, and sustained nourishment throughout the day.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"sy-section-header\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003eFlavour\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003eRich Chocolate Blend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003eCore Profile\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e Plant-Based Protein • Zero Added Sugar • No Preservatives \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003ePer Serving\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e 130 Kcal Energy • 1.24g Fibre • Enriched Nutritional Support \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003eUsage\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e Blend with water or milk for a smooth wellness beverage. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003eStorage\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e Store in a cool, dry environment away from direct sunlight. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"sy-seal-footer\"\u003e\u003cspan class=\"sy-seal-info\"\u003e Plant-Based Nutrition • Zero Added Sugar • Made in India \u003c\/span\u003e \u003cspan class=\"sy-seal-brand\"\u003e SURYATRA \u003c\/span\u003e\u003c\/footer\u003e\u003c\/article\u003e\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":47688485306598,"sku":"SU-OP-01","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/suryatrawellness_4.jpg?v=1779092372"},{"product_id":"natural-peanut-protein-crunch-by-suryatra","title":"Natural Peanut Protein Crunch by Suryatra","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n.sy-pdp-wrapper {\n  display: flex;\n  justify-content: center;\n  padding: 25px 15px;\n  background: #FDFDFB;\n\n  --gold: #A67C37;\n  --green: #2F5C47;\n  --mitti-bg: #F7F2EC;\n  --border: rgba(47, 92, 71, 0.1);\n  --text: #1a1a1a;\n\n  font-family: 'Inter', sans-serif;\n}\n\n\/* CONTAINER *\/\n.sy-pdp-container {\n  max-width: 920px;\n  width: 100%;\n  border: 1px solid var(--border);\n  border-radius: 14px;\n  background: #ffffff;\n  overflow: hidden;\n  box-shadow: 0 8px 30px rgba(47, 92, 71, 0.03);\n}\n\n\/* HERO SECTION *\/\n.sy-hero-section {\n  padding: 50px 30px 40px;\n  text-align: center;\n  border-bottom: 1px solid var(--border);\n  background: linear-gradient(180deg, rgba(47, 92, 71, 0.02) 0%, transparent 100%);\n}\n\n.sy-category-label {\n  font-size: 9px;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--gold);\n  margin-bottom: 15px;\n  font-weight: 600;\n}\n\n\/* PRODUCT TITLE *\/\n.sy-product-title {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(18px, 3vw, 26px);\n  font-weight: 500;\n  color: var(--green);\n  margin-bottom: 12px;\n  line-height: 1.2;\n\n  display: block;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  width: 100%;\n  box-sizing: border-box;\n  padding: 0 15px;\n}\n\n.sy-product-tagline {\n  font-family: 'Playfair Display', serif;\n  font-size: 16px;\n  color: #555;\n  font-style: italic;\n  max-width: 500px;\n  margin: 0 auto;\n  line-height: 1.5;\n}\n\n.sy-hero-divider {\n  width: 40px;\n  height: 1px;\n  background: var(--gold);\n  margin: 20px auto 0;\n  opacity: 0.5;\n}\n\n\/* THE RITUAL HEADER *\/\n.sy-ritual-divider {\n  text-align: center;\n  margin: 25px 0 5px;\n  font-size: 9px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--gold);\n  font-weight: 600;\n}\n\n\/* BODY CONTENT *\/\n.sy-body-content {\n  padding: 30px 45px 40px;\n}\n\n.sy-section-header {\n  font-size: 9px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--green);\n  margin-bottom: 15px;\n  font-weight: 600;\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n\n.sy-section-header::after {\n  content: '';\n  height: 1px;\n  flex-grow: 1;\n  background: var(--border);\n}\n\n.sy-story-para {\n  font-size: 14.5px;\n  line-height: 1.8;\n  color: #444;\n  margin-bottom: 35px;\n  text-align: justify;\n  font-weight: 300;\n}\n\n\/* FEATURES GRID *\/\n.sy-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 40px;\n}\n\n.sy-feature-card {\n  padding: 20px 12px;\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  text-align: center;\n  background: var(--mitti-bg);\n  transition: all 0.3s ease;\n}\n\n.sy-feat-number {\n  font-family: 'Playfair Display', serif;\n  font-size: 20px;\n  font-style: italic;\n  color: var(--gold);\n  margin-bottom: 5px;\n}\n\n.sy-feat-title {\n  font-size: 10px;\n  font-weight: 600;\n  color: var(--green);\n  margin-bottom: 4px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.sy-feat-desc {\n  font-size: 12.5px;\n  color: #6d5b52;\n  line-height: 1.4;\n}\n\n\/* SPECIFICATIONS *\/\n.sy-spec-row {\n  display: grid;\n  grid-template-columns: 140px 1fr;\n  padding: 10px 0;\n  border-bottom: 1px solid var(--border);\n}\n\n.sy-spec-label {\n  font-size: 9px;\n  color: var(--gold);\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.sy-spec-value {\n  font-size: 13.5px;\n  color: #444;\n}\n\n\/* FOOTER *\/\n.sy-seal-footer {\n  padding: 20px 45px;\n  border-top: 1px solid var(--border);\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  background: #FDFDFB;\n}\n\n.sy-seal-info {\n  font-size: 8.5px;\n  color: #999;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n.sy-seal-brand {\n  font-family: 'Playfair Display', serif;\n  font-size: 18px;\n  color: var(--green);\n  font-weight: 500;\n  letter-spacing: 3px;\n}\n\n\/* MOBILE *\/\n@media(max-width: 768px) {\n  .sy-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .sy-spec-row {\n    grid-template-columns: 1fr;\n    gap: 2px;\n  }\n\n  .sy-hero-section,\n  .sy-body-content,\n  .sy-seal-footer {\n    padding: 30px 20px;\n  }\n\n  .sy-product-title {\n    white-space: normal;\n    font-size: 22px;\n  }\n\n  .sy-seal-footer {\n    flex-direction: column;\n    gap: 10px;\n    text-align: center;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sy-pdp-wrapper\"\u003e\n  \u003carticle class=\"sy-pdp-container\"\u003e\n\n    \u003cheader class=\"sy-hero-section\"\u003e\n      \u003cp class=\"sy-category-label\"\u003eNatural Peanut Wellness Nutrition\u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Natural Peanut Protein Crunch by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “A rich and wholesome peanut protein blend crafted to fuel strength, energy, and mindful daily nourishment.”\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"sy-ritual-divider\"\u003e✦ The Ritual ✦\u003c\/div\u003e\n\n    \u003cdiv class=\"sy-body-content\"\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eProvenance \u0026amp; Spirit\u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\"\u003e\n        The \u003cstrong\u003eNatural Peanut Protein Crunch by Suryatra\u003c\/strong\u003e is a thoughtfully prepared nutrition blend inspired by the timeless goodness of roasted peanuts and natural vitality. Created for individuals who seek clean energy and satisfying nourishment, this premium formulation combines rich peanut flavour with high-protein wellness support in every serving.\u003cbr\u003e\u003cbr\u003e\n\n        Carefully crafted to deliver balanced nutrition, the blend offers a deliciously crunchy experience while supporting strength, recovery, and sustained daily energy. With its naturally satisfying texture and wholesome profile, it becomes an ideal companion for active lifestyles, fitness journeys, and mindful nutrition rituals.\u003cbr\u003e\u003cbr\u003e\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eThe Suryatra Craft\u003c\/p\u003e\n\n      \u003cdiv class=\"sy-feature-grid\"\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e01\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eHigh Protein\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Crafted to support muscle nourishment, strength, and active living.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e02\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eLow Fat Formula\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Balanced nutrition designed for mindful and wholesome daily intake.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e03\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eEnergy Boost\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Delivers sustained energy and satisfying nourishment throughout the day.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eSpecifications\u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eFlavour\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003eNatural Peanut Crunch Blend\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eCore Profile\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          High Protein • Low Fat • Crunchy Texture\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eWellness Focus\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Supports strength, active lifestyle, and sustained nourishment.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eUsage\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Blend with milk, smoothies, or shakes for a nutritious protein ritual.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eStorage\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Store in a cool and dry environment away from direct sunlight.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cfooter class=\"sy-seal-footer\"\u003e\n      \u003cspan class=\"sy-seal-info\"\u003e\n        High Protein • Natural Nutrition • Made in India\n      \u003c\/span\u003e\n\n      \u003cspan class=\"sy-seal-brand\"\u003e\n        SURYATRA\n      \u003c\/span\u003e\n    \u003c\/footer\u003e\n\n  \u003c\/article\u003e\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":47688486682854,"sku":"SU-OP-02","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/suryatrawellness_2.jpg?v=1779092758"},{"product_id":"advanced-collagen-powder-blend-by-suryatra","title":"Advanced Collagen Powder Blend by Suryatra","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n.sy-pdp-wrapper {\n  display: flex;\n  justify-content: center;\n  padding: 25px 15px;\n  background: #FDFDFB;\n\n  --gold: #A67C37;\n  --green: #2F5C47;\n  --mitti-bg: #F7F2EC;\n  --border: rgba(47, 92, 71, 0.1);\n  --text: #1a1a1a;\n\n  font-family: 'Inter', sans-serif;\n}\n\n\/* CONTAINER *\/\n.sy-pdp-container {\n  max-width: 920px;\n  width: 100%;\n  border: 1px solid var(--border);\n  border-radius: 14px;\n  background: #ffffff;\n  overflow: hidden;\n  box-shadow: 0 8px 30px rgba(47, 92, 71, 0.03);\n}\n\n\/* HERO SECTION *\/\n.sy-hero-section {\n  padding: 50px 30px 40px;\n  text-align: center;\n  border-bottom: 1px solid var(--border);\n  background: linear-gradient(180deg, rgba(47, 92, 71, 0.02) 0%, transparent 100%);\n}\n\n.sy-category-label {\n  font-size: 9px;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--gold);\n  margin-bottom: 15px;\n  font-weight: 600;\n}\n\n\/* PRODUCT TITLE *\/\n.sy-product-title {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(18px, 3vw, 26px);\n  font-weight: 500;\n  color: var(--green);\n  margin-bottom: 12px;\n  line-height: 1.2;\n\n  display: block;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  width: 100%;\n  box-sizing: border-box;\n  padding: 0 15px;\n}\n\n.sy-product-tagline {\n  font-family: 'Playfair Display', serif;\n  font-size: 16px;\n  color: #555;\n  font-style: italic;\n  max-width: 500px;\n  margin: 0 auto;\n  line-height: 1.5;\n}\n\n.sy-hero-divider {\n  width: 40px;\n  height: 1px;\n  background: var(--gold);\n  margin: 20px auto 0;\n  opacity: 0.5;\n}\n\n\/* THE RITUAL HEADER *\/\n.sy-ritual-divider {\n  text-align: center;\n  margin: 25px 0 5px;\n  font-size: 9px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--gold);\n  font-weight: 600;\n}\n\n\/* BODY CONTENT *\/\n.sy-body-content {\n  padding: 30px 45px 40px;\n}\n\n.sy-section-header {\n  font-size: 9px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--green);\n  margin-bottom: 15px;\n  font-weight: 600;\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n\n.sy-section-header::after {\n  content: '';\n  height: 1px;\n  flex-grow: 1;\n  background: var(--border);\n}\n\n.sy-story-para {\n  font-size: 14.5px;\n  line-height: 1.8;\n  color: #444;\n  margin-bottom: 35px;\n  text-align: justify;\n  font-weight: 300;\n}\n\n\/* FEATURES GRID *\/\n.sy-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 40px;\n}\n\n.sy-feature-card {\n  padding: 20px 12px;\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  text-align: center;\n  background: var(--mitti-bg);\n  transition: all 0.3s ease;\n}\n\n.sy-feat-number {\n  font-family: 'Playfair Display', serif;\n  font-size: 20px;\n  font-style: italic;\n  color: var(--gold);\n  margin-bottom: 5px;\n}\n\n.sy-feat-title {\n  font-size: 10px;\n  font-weight: 600;\n  color: var(--green);\n  margin-bottom: 4px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.sy-feat-desc {\n  font-size: 12.5px;\n  color: #6d5b52;\n  line-height: 1.4;\n}\n\n\/* SPECIFICATIONS *\/\n.sy-spec-row {\n  display: grid;\n  grid-template-columns: 140px 1fr;\n  padding: 10px 0;\n  border-bottom: 1px solid var(--border);\n}\n\n.sy-spec-label {\n  font-size: 9px;\n  color: var(--gold);\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.sy-spec-value {\n  font-size: 13.5px;\n  color: #444;\n}\n\n\/* FOOTER *\/\n.sy-seal-footer {\n  padding: 20px 45px;\n  border-top: 1px solid var(--border);\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  background: #FDFDFB;\n}\n\n.sy-seal-info {\n  font-size: 8.5px;\n  color: #999;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n.sy-seal-brand {\n  font-family: 'Playfair Display', serif;\n  font-size: 18px;\n  color: var(--green);\n  font-weight: 500;\n  letter-spacing: 3px;\n}\n\n\/* MOBILE *\/\n@media(max-width: 768px) {\n  .sy-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .sy-spec-row {\n    grid-template-columns: 1fr;\n    gap: 2px;\n  }\n\n  .sy-hero-section,\n  .sy-body-content,\n  .sy-seal-footer {\n    padding: 30px 20px;\n  }\n\n  .sy-product-title {\n    white-space: normal;\n    font-size: 22px;\n  }\n\n  .sy-seal-footer {\n    flex-direction: column;\n    gap: 10px;\n    text-align: center;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sy-pdp-wrapper\"\u003e\n  \u003carticle class=\"sy-pdp-container\"\u003e\n\n    \u003cheader class=\"sy-hero-section\"\u003e\n      \u003cp class=\"sy-category-label\"\u003eCollagen Wellness Nutrition\u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Advanced Collagen Powder Blend by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “A premium collagen wellness blend crafted to support beauty, vitality, and inner nourishment with every serving.”\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"sy-ritual-divider\"\u003e✦ The Ritual ✦\u003c\/div\u003e\n\n    \u003cdiv class=\"sy-body-content\"\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eProvenance \u0026amp; Spirit\u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\"\u003e\n        The \u003cstrong\u003eAdvanced Collagen Powder Blend by Suryatra\u003c\/strong\u003e is a refined wellness formulation thoughtfully designed to support holistic beauty and daily vitality. Inspired by the balance between inner nourishment and outer radiance, this elegant collagen blend combines premium protein support with the rejuvenating essence of Vitamin C.\u003cbr\u003e\u003cbr\u003e\n\n        Carefully prepared for modern wellness rituals, the formulation delivers a smooth and nourishing experience while helping support skin vitality, strength, and active living. Free from added sugar and unnecessary preservatives, it reflects purity, mindful nutrition, and premium craftsmanship in every serving.\u003cbr\u003e\u003cbr\u003e\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eThe Suryatra Craft\u003c\/p\u003e\n\n      \u003cdiv class=\"sy-feature-grid\"\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e01\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eCollagen Support\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Crafted to support skin vitality, wellness, and daily nourishment.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e02\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eVitamin C Blend\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Enriched with Vitamin C to complement beauty and wellness rituals.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e03\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eClean Formula\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Zero added sugar and no preservatives for mindful daily intake.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eSpecifications\u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eCore Profile\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Collagen Blend • High Protein • Vitamin C Enriched\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003ePer Serving\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          395 Kcal • 98.75g Protein • 1250mg Vitamin C\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eWellness Focus\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Supports vitality, nourishment, and daily wellness routines.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eUsage\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Mix with water, smoothies, or wellness beverages for daily nourishment.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eStorage\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Store in a cool and dry environment away from moisture and sunlight.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cfooter class=\"sy-seal-footer\"\u003e\n      \u003cspan class=\"sy-seal-info\"\u003e\n        High Protein • Zero Added Sugar • Made in India\n      \u003c\/span\u003e\n\n      \u003cspan class=\"sy-seal-brand\"\u003e\n        SURYATRA\n      \u003c\/span\u003e\n    \u003c\/footer\u003e\n\n  \u003c\/article\u003e\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":47688490090726,"sku":"SU-OP-03","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/suryatrawellness.jpg?v=1779092853"},{"product_id":"malai-kulfi-plant-protein-blend-by-suryatra","title":"Malai Kulfi Plant Protein Blend by Suryatra","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n.sy-pdp-wrapper {\n  display: flex;\n  justify-content: center;\n  padding: 25px 15px;\n  background: #FDFDFB;\n\n  --gold: #A67C37;\n  --green: #2F5C47;\n  --mitti-bg: #F7F2EC;\n  --border: rgba(47, 92, 71, 0.1);\n  --text: #1a1a1a;\n\n  font-family: 'Inter', sans-serif;\n}\n\n\/* CONTAINER *\/\n.sy-pdp-container {\n  max-width: 920px;\n  width: 100%;\n  border: 1px solid var(--border);\n  border-radius: 14px;\n  background: #ffffff;\n  overflow: hidden;\n  box-shadow: 0 8px 30px rgba(47, 92, 71, 0.03);\n}\n\n\/* HERO SECTION *\/\n.sy-hero-section {\n  padding: 50px 30px 40px;\n  text-align: center;\n  border-bottom: 1px solid var(--border);\n  background: linear-gradient(180deg, rgba(47, 92, 71, 0.02) 0%, transparent 100%);\n}\n\n.sy-category-label {\n  font-size: 9px;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--gold);\n  margin-bottom: 15px;\n  font-weight: 600;\n}\n\n\/* PRODUCT TITLE *\/\n.sy-product-title {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(18px, 3vw, 26px);\n  font-weight: 500;\n  color: var(--green);\n  margin-bottom: 12px;\n  line-height: 1.2;\n\n  display: block;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  width: 100%;\n  box-sizing: border-box;\n  padding: 0 15px;\n}\n\n.sy-product-tagline {\n  font-family: 'Playfair Display', serif;\n  font-size: 16px;\n  color: #555;\n  font-style: italic;\n  max-width: 500px;\n  margin: 0 auto;\n  line-height: 1.5;\n}\n\n.sy-hero-divider {\n  width: 40px;\n  height: 1px;\n  background: var(--gold);\n  margin: 20px auto 0;\n  opacity: 0.5;\n}\n\n\/* THE RITUAL HEADER *\/\n.sy-ritual-divider {\n  text-align: center;\n  margin: 25px 0 5px;\n  font-size: 9px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--gold);\n  font-weight: 600;\n}\n\n\/* BODY CONTENT *\/\n.sy-body-content {\n  padding: 30px 45px 40px;\n}\n\n.sy-section-header {\n  font-size: 9px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--green);\n  margin-bottom: 15px;\n  font-weight: 600;\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n\n.sy-section-header::after {\n  content: '';\n  height: 1px;\n  flex-grow: 1;\n  background: var(--border);\n}\n\n.sy-story-para {\n  font-size: 14.5px;\n  line-height: 1.8;\n  color: #444;\n  margin-bottom: 35px;\n  text-align: justify;\n  font-weight: 300;\n}\n\n\/* FEATURES GRID *\/\n.sy-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 40px;\n}\n\n.sy-feature-card {\n  padding: 20px 12px;\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  text-align: center;\n  background: var(--mitti-bg);\n  transition: all 0.3s ease;\n}\n\n.sy-feat-number {\n  font-family: 'Playfair Display', serif;\n  font-size: 20px;\n  font-style: italic;\n  color: var(--gold);\n  margin-bottom: 5px;\n}\n\n.sy-feat-title {\n  font-size: 10px;\n  font-weight: 600;\n  color: var(--green);\n  margin-bottom: 4px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.sy-feat-desc {\n  font-size: 12.5px;\n  color: #6d5b52;\n  line-height: 1.4;\n}\n\n\/* SPECIFICATIONS *\/\n.sy-spec-row {\n  display: grid;\n  grid-template-columns: 140px 1fr;\n  padding: 10px 0;\n  border-bottom: 1px solid var(--border);\n}\n\n.sy-spec-label {\n  font-size: 9px;\n  color: var(--gold);\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.sy-spec-value {\n  font-size: 13.5px;\n  color: #444;\n}\n\n\/* FOOTER *\/\n.sy-seal-footer {\n  padding: 20px 45px;\n  border-top: 1px solid var(--border);\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  background: #FDFDFB;\n}\n\n.sy-seal-info {\n  font-size: 8.5px;\n  color: #999;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n.sy-seal-brand {\n  font-family: 'Playfair Display', serif;\n  font-size: 18px;\n  color: var(--green);\n  font-weight: 500;\n  letter-spacing: 3px;\n}\n\n\/* MOBILE *\/\n@media(max-width: 768px) {\n  .sy-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .sy-spec-row {\n    grid-template-columns: 1fr;\n    gap: 2px;\n  }\n\n  .sy-hero-section,\n  .sy-body-content,\n  .sy-seal-footer {\n    padding: 30px 20px;\n  }\n\n  .sy-product-title {\n    white-space: normal;\n    font-size: 22px;\n  }\n\n  .sy-seal-footer {\n    flex-direction: column;\n    gap: 10px;\n    text-align: center;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sy-pdp-wrapper\"\u003e\n  \u003carticle class=\"sy-pdp-container\"\u003e\n\n    \u003cheader class=\"sy-hero-section\"\u003e\n      \u003cp class=\"sy-category-label\"\u003ePlant-Based Wellness Nutrition\u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Malai Kulfi Plant Protein Blend by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “A luxurious plant-powered protein crafted with the nostalgic richness of Malai Kulfi for mindful daily nourishment.”\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"sy-ritual-divider\"\u003e✦ The Ritual ✦\u003c\/div\u003e\n\n    \u003cdiv class=\"sy-body-content\"\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eProvenance \u0026amp; Spirit\u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\"\u003e\n        The \u003cstrong\u003eMalai Kulfi Plant Protein Blend by Suryatra\u003c\/strong\u003e is a thoughtfully curated wellness formulation inspired by the timeless indulgence of traditional Indian kulfi and the purity of plant-based nutrition. Crafted for those who seek both nourishment and comfort, this elegant blend delivers the creamy richness of Malai Kulfi flavour in a refined modern wellness ritual.\u003cbr\u003e\u003cbr\u003e\n\n        Carefully balanced with plant-powered protein, dietary fibre, and mindful nutrition, the formulation supports strength, vitality, and sustained daily energy without added sugar or preservatives. Its smooth and satisfying taste creates a deeply comforting experience while maintaining a clean and wellness-focused profile.\u003cbr\u003e\u003cbr\u003e\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eThe Suryatra Craft\u003c\/p\u003e\n\n      \u003cdiv class=\"sy-feature-grid\"\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e01\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003ePlant Nutrition\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Crafted with premium plant-based protein for balanced daily nourishment.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e02\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eKulfi Indulgence\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Inspired by the nostalgic richness of traditional Malai Kulfi flavour.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e03\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eClean Formula\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Zero added sugar and no preservatives for mindful wellness rituals.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eSpecifications\u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eFlavour\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Traditional Malai Kulfi Blend\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eCore Profile\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Plant-Based Protein • Zero Added Sugar • No Preservatives\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003ePer Serving\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          130 Kcal Energy • 1.24g Fibre • Nutritional Wellness Support\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eUsage\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Blend with chilled milk or water for a creamy and nourishing beverage.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eStorage\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Store in a cool and dry environment away from direct sunlight.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cfooter class=\"sy-seal-footer\"\u003e\n      \u003cspan class=\"sy-seal-info\"\u003e\n        Plant-Based Wellness • Zero Added Sugar • Made in India\n      \u003c\/span\u003e\n\n      \u003cspan class=\"sy-seal-brand\"\u003e\n        SURYATRA\n      \u003c\/span\u003e\n    \u003c\/footer\u003e\n\n  \u003c\/article\u003e\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":47696141058278,"sku":"SU-OP-04","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/suryatrafood_1.jpg?v=1779256867"},{"product_id":"protein-for-all-chocolate-blend-by-suryatra","title":"Protein For All Chocolate Blend by Suryatra","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n.sy-pdp-wrapper {\n  display: flex;\n  justify-content: center;\n  padding: 25px 15px;\n  background: #FDFDFB;\n\n  --gold: #A67C37;\n  --green: #2F5C47;\n  --mitti-bg: #F7F2EC;\n  --border: rgba(47, 92, 71, 0.1);\n  --text: #1a1a1a;\n\n  font-family: 'Inter', sans-serif;\n}\n\n\/* CONTAINER *\/\n.sy-pdp-container {\n  max-width: 920px;\n  width: 100%;\n  border: 1px solid var(--border);\n  border-radius: 14px;\n  background: #ffffff;\n  overflow: hidden;\n  box-shadow: 0 8px 30px rgba(47, 92, 71, 0.03);\n}\n\n\/* HERO SECTION *\/\n.sy-hero-section {\n  padding: 50px 30px 40px;\n  text-align: center;\n  border-bottom: 1px solid var(--border);\n  background: linear-gradient(180deg, rgba(47, 92, 71, 0.02) 0%, transparent 100%);\n}\n\n.sy-category-label {\n  font-size: 9px;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--gold);\n  margin-bottom: 15px;\n  font-weight: 600;\n}\n\n\/* PRODUCT TITLE *\/\n.sy-product-title {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(18px, 3vw, 26px);\n  font-weight: 500;\n  color: var(--green);\n  margin-bottom: 12px;\n  line-height: 1.2;\n\n  display: block;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  width: 100%;\n  box-sizing: border-box;\n  padding: 0 15px;\n}\n\n.sy-product-tagline {\n  font-family: 'Playfair Display', serif;\n  font-size: 16px;\n  color: #555;\n  font-style: italic;\n  max-width: 550px;\n  margin: 0 auto;\n  line-height: 1.5;\n}\n\n.sy-hero-divider {\n  width: 40px;\n  height: 1px;\n  background: var(--gold);\n  margin: 20px auto 0;\n  opacity: 0.5;\n}\n\n\/* THE RITUAL HEADER *\/\n.sy-ritual-divider {\n  text-align: center;\n  margin: 25px 0 5px;\n  font-size: 9px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--gold);\n  font-weight: 600;\n}\n\n\/* BODY CONTENT *\/\n.sy-body-content {\n  padding: 30px 45px 40px;\n}\n\n.sy-section-header {\n  font-size: 9px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--green);\n  margin-bottom: 15px;\n  font-weight: 600;\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n\n.sy-section-header::after {\n  content: '';\n  height: 1px;\n  flex-grow: 1;\n  background: var(--border);\n}\n\n.sy-story-para {\n  font-size: 14.5px;\n  line-height: 1.8;\n  color: #444;\n  margin-bottom: 35px;\n  text-align: justify;\n  font-weight: 300;\n}\n\n\/* FEATURES GRID *\/\n.sy-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 40px;\n}\n\n.sy-feature-card {\n  padding: 20px 12px;\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  text-align: center;\n  background: var(--mitti-bg);\n  transition: all 0.3s ease;\n}\n\n.sy-feat-number {\n  font-family: 'Playfair Display', serif;\n  font-size: 20px;\n  font-style: italic;\n  color: var(--gold);\n  margin-bottom: 5px;\n}\n\n.sy-feat-title {\n  font-size: 10px;\n  font-weight: 600;\n  color: var(--green);\n  margin-bottom: 4px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.sy-feat-desc {\n  font-size: 12.5px;\n  color: #6d5b52;\n  line-height: 1.4;\n}\n\n\/* SPECIFICATIONS *\/\n.sy-spec-row {\n  display: grid;\n  grid-template-columns: 140px 1fr;\n  padding: 10px 0;\n  border-bottom: 1px solid var(--border);\n}\n\n.sy-spec-label {\n  font-size: 9px;\n  color: var(--gold);\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.sy-spec-value {\n  font-size: 13.5px;\n  color: #444;\n}\n\n\/* FOOTER *\/\n.sy-seal-footer {\n  padding: 20px 45px;\n  border-top: 1px solid var(--border);\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  background: #FDFDFB;\n}\n\n.sy-seal-info {\n  font-size: 8.5px;\n  color: #999;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n.sy-seal-brand {\n  font-family: 'Playfair Display', serif;\n  font-size: 18px;\n  color: var(--green);\n  font-weight: 500;\n  letter-spacing: 3px;\n}\n\n\/* MOBILE *\/\n@media(max-width: 768px) {\n  .sy-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .sy-spec-row {\n    grid-template-columns: 1fr;\n    gap: 2px;\n  }\n\n  .sy-hero-section,\n  .sy-body-content,\n  .sy-seal-footer {\n    padding: 30px 20px;\n  }\n\n  .sy-product-title {\n    white-space: normal;\n    font-size: 22px;\n  }\n\n  .sy-seal-footer {\n    flex-direction: column;\n    gap: 10px;\n    text-align: center;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sy-pdp-wrapper\"\u003e\n  \u003carticle class=\"sy-pdp-container\"\u003e\n\n    \u003cheader class=\"sy-hero-section\"\u003e\n      \u003cp class=\"sy-category-label\"\u003eEveryday Family Wellness Nutrition\u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Protein For All Chocolate Blend by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “A wholesome chocolate protein blend thoughtfully crafted to nourish every member of the family with balanced daily wellness.”\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"sy-ritual-divider\"\u003e✦ The Ritual ✦\u003c\/div\u003e\n\n    \u003cdiv class=\"sy-body-content\"\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eProvenance \u0026amp; Spirit\u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\"\u003e\n        The \u003cstrong\u003eProtein For All Chocolate Blend by Suryatra\u003c\/strong\u003e is a thoughtfully created wellness formulation designed to support the nourishment and vitality of the entire family. Inspired by the belief that balanced nutrition should be accessible to everyone, this elegant blend combines wholesome plant-powered nutrition with the comforting richness of natural chocolate flavour.\u003cbr\u003e\u003cbr\u003e\n\n        Carefully crafted with zero added sugar and no preservatives, the formulation delivers a smooth and satisfying experience while supporting everyday wellness, energy, and active living. Whether enjoyed by children, adults, or seniors, this nourishing blend fits seamlessly into modern lifestyles and mindful daily routines.\u003cbr\u003e\u003cbr\u003e\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eThe Suryatra Craft\u003c\/p\u003e\n\n      \u003cdiv class=\"sy-feature-grid\"\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e01\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eFamily Nutrition\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Crafted to support the wellness and nourishment of all age groups.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e02\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eChocolate Comfort\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Rich chocolate flavour designed for a smooth and satisfying experience.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e03\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eClean Wellness\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Zero added sugar and no preservatives for mindful everyday nutrition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eSpecifications\u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eFlavour\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Premium Chocolate Blend\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eCore Profile\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Zero Added Sugar • No Preservatives • Family Wellness Nutrition\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003ePer Serving\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          130 Kcal Energy • 1.24g Fibre • 50 Nutritional Elements\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eUsage\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Blend with milk or water for a smooth and nourishing daily beverage.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eStorage\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Store in a cool and dry environment away from direct sunlight.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cfooter class=\"sy-seal-footer\"\u003e\n      \u003cspan class=\"sy-seal-info\"\u003e\n        Everyday Wellness • Chocolate Nutrition • Made in India\n      \u003c\/span\u003e\n\n      \u003cspan class=\"sy-seal-brand\"\u003e\n        SURYATRA\n      \u003c\/span\u003e\n    \u003c\/footer\u003e\n\n  \u003c\/article\u003e\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Chocolate","offer_id":47696157737190,"sku":"SU-OP-05","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"Vanilla","offer_id":47696157769958,"sku":"SU-OP-06","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/suryatrafood_2.jpg?v=1779257132"},{"product_id":"protein-for-all-vanilla-blend-by-suryatra","title":"Protein For All Vanilla Blend by Suryatra","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n.sy-pdp-wrapper {\n  display: flex;\n  justify-content: center;\n  padding: 25px 15px;\n  background: #FDFDFB;\n\n  --gold: #A67C37;\n  --green: #2F5C47;\n  --mitti-bg: #F7F2EC;\n  --border: rgba(47, 92, 71, 0.1);\n  --text: #1a1a1a;\n\n  font-family: 'Inter', sans-serif;\n}\n\n\/* CONTAINER *\/\n.sy-pdp-container {\n  max-width: 920px;\n  width: 100%;\n  border: 1px solid var(--border);\n  border-radius: 14px;\n  background: #ffffff;\n  overflow: hidden;\n  box-shadow: 0 8px 30px rgba(47, 92, 71, 0.03);\n}\n\n\/* HERO SECTION *\/\n.sy-hero-section {\n  padding: 50px 30px 40px;\n  text-align: center;\n  border-bottom: 1px solid var(--border);\n  background: linear-gradient(180deg, rgba(47, 92, 71, 0.02) 0%, transparent 100%);\n}\n\n.sy-category-label {\n  font-size: 9px;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--gold);\n  margin-bottom: 15px;\n  font-weight: 600;\n}\n\n\/* PRODUCT TITLE *\/\n.sy-product-title {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(18px, 3vw, 26px);\n  font-weight: 500;\n  color: var(--green);\n  margin-bottom: 12px;\n  line-height: 1.2;\n\n  display: block;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  width: 100%;\n  box-sizing: border-box;\n  padding: 0 15px;\n}\n\n.sy-product-tagline {\n  font-family: 'Playfair Display', serif;\n  font-size: 16px;\n  color: #555;\n  font-style: italic;\n  max-width: 550px;\n  margin: 0 auto;\n  line-height: 1.5;\n}\n\n.sy-hero-divider {\n  width: 40px;\n  height: 1px;\n  background: var(--gold);\n  margin: 20px auto 0;\n  opacity: 0.5;\n}\n\n\/* THE RITUAL HEADER *\/\n.sy-ritual-divider {\n  text-align: center;\n  margin: 25px 0 5px;\n  font-size: 9px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--gold);\n  font-weight: 600;\n}\n\n\/* BODY CONTENT *\/\n.sy-body-content {\n  padding: 30px 45px 40px;\n}\n\n.sy-section-header {\n  font-size: 9px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--green);\n  margin-bottom: 15px;\n  font-weight: 600;\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n\n.sy-section-header::after {\n  content: '';\n  height: 1px;\n  flex-grow: 1;\n  background: var(--border);\n}\n\n.sy-story-para {\n  font-size: 14.5px;\n  line-height: 1.8;\n  color: #444;\n  margin-bottom: 35px;\n  text-align: justify;\n  font-weight: 300;\n}\n\n\/* FEATURES GRID *\/\n.sy-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 40px;\n}\n\n.sy-feature-card {\n  padding: 20px 12px;\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  text-align: center;\n  background: var(--mitti-bg);\n  transition: all 0.3s ease;\n}\n\n.sy-feat-number {\n  font-family: 'Playfair Display', serif;\n  font-size: 20px;\n  font-style: italic;\n  color: var(--gold);\n  margin-bottom: 5px;\n}\n\n.sy-feat-title {\n  font-size: 10px;\n  font-weight: 600;\n  color: var(--green);\n  margin-bottom: 4px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.sy-feat-desc {\n  font-size: 12.5px;\n  color: #6d5b52;\n  line-height: 1.4;\n}\n\n\/* SPECIFICATIONS *\/\n.sy-spec-row {\n  display: grid;\n  grid-template-columns: 140px 1fr;\n  padding: 10px 0;\n  border-bottom: 1px solid var(--border);\n}\n\n.sy-spec-label {\n  font-size: 9px;\n  color: var(--gold);\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.sy-spec-value {\n  font-size: 13.5px;\n  color: #444;\n}\n\n\/* FOOTER *\/\n.sy-seal-footer {\n  padding: 20px 45px;\n  border-top: 1px solid var(--border);\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  background: #FDFDFB;\n}\n\n.sy-seal-info {\n  font-size: 8.5px;\n  color: #999;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n.sy-seal-brand {\n  font-family: 'Playfair Display', serif;\n  font-size: 18px;\n  color: var(--green);\n  font-weight: 500;\n  letter-spacing: 3px;\n}\n\n\/* MOBILE *\/\n@media(max-width: 768px) {\n  .sy-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .sy-spec-row {\n    grid-template-columns: 1fr;\n    gap: 2px;\n  }\n\n  .sy-hero-section,\n  .sy-body-content,\n  .sy-seal-footer {\n    padding: 30px 20px;\n  }\n\n  .sy-product-title {\n    white-space: normal;\n    font-size: 22px;\n  }\n\n  .sy-seal-footer {\n    flex-direction: column;\n    gap: 10px;\n    text-align: center;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sy-pdp-wrapper\"\u003e\n  \u003carticle class=\"sy-pdp-container\"\u003e\n\n    \u003cheader class=\"sy-hero-section\"\u003e\n      \u003cp class=\"sy-category-label\"\u003eEveryday Family Wellness Nutrition\u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Protein For All Vanilla Blend by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “A wholesome Vanilla protein blend thoughtfully crafted to nourish every member of the family with balanced daily wellness.”\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"sy-ritual-divider\"\u003e✦ The Ritual ✦\u003c\/div\u003e\n\n    \u003cdiv class=\"sy-body-content\"\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eProvenance \u0026amp; Spirit\u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\"\u003e\n        The \u003cstrong\u003eProtein For All Chocolate Blend by Suryatra\u003c\/strong\u003e is a thoughtfully created wellness formulation designed to support the nourishment and vitality of the entire family. Inspired by the belief that balanced nutrition should be accessible to everyone, this elegant blend combines wholesome plant-powered nutrition with the comforting richness of natural chocolate flavour.\u003cbr\u003e\u003cbr\u003e\n\n        Carefully crafted with zero added sugar and no preservatives, the formulation delivers a smooth and satisfying experience while supporting everyday wellness, energy, and active living. Whether enjoyed by children, adults, or seniors, this nourishing blend fits seamlessly into modern lifestyles and mindful daily routines.\u003cbr\u003e\u003cbr\u003e\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eThe Suryatra Craft\u003c\/p\u003e\n\n      \u003cdiv class=\"sy-feature-grid\"\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e01\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eFamily Nutrition\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Crafted to support the wellness and nourishment of all age groups.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e02\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eVanilla Comfort\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Rich Vanilla flavour designed for a smooth and satisfying experience.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e03\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-title\"\u003eClean Wellness\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Zero added sugar and no preservatives for mindful everyday nutrition.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"sy-section-header\"\u003eSpecifications\u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eFlavour\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Premium Vanilla Blend\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eCore Profile\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Zero Added Sugar • No Preservatives • Family Wellness Nutrition\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003ePer Serving\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          130 Kcal Energy • 1.24g Fibre • 50 Nutritional Elements\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eUsage\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Blend with milk or water for a smooth and nourishing daily beverage.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eStorage\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Store in a cool and dry environment away from direct sunlight.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cfooter class=\"sy-seal-footer\"\u003e\n      \u003cspan class=\"sy-seal-info\"\u003e\n        Everyday Wellness • Vanilla Nutrition • Made in India\n      \u003c\/span\u003e\n\n      \u003cspan class=\"sy-seal-brand\"\u003e\n        SURYATRA\n      \u003c\/span\u003e\n    \u003c\/footer\u003e\n\n  \u003c\/article\u003e\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Vanilla","offer_id":47696160030950,"sku":"SU-OP-06","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"Chocolate","offer_id":47696159998182,"sku":"SU-OP-05","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/suryatrafood_4.jpg?v=1779257132"}],"url":"https:\/\/suryatraswellnessedit.com\/collections\/organic-protein.oembed","provider":"suryatrawellnessedit","version":"1.0","type":"link"}