{"title":"Fresh Drops","description":null,"products":[{"product_id":"green-clean-detox-by-suryatrawellnessedit","title":"Green Clean Detox Herbal Tea By Suryatra | 100g","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; \/* Earthy baked soil color *\/\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 - FIXED SINGLE LINE *\/\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 - MITTI CARDS *\/\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 { grid-template-columns: 1fr; }\n  .sy-spec-row { grid-template-columns: 1fr; gap: 2px; }\n  .sy-hero-section, .sy-body-content, .sy-seal-footer { padding: 30px 20px; }\n  \n  .sy-product-title {\n    white-space: normal; \n    font-size: 22px;\n  }\n  \n  .sy-seal-footer { flex-direction: column; gap: 10px; text-align: center; }\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\"\u003eHerbal Detox Tea\u003c\/p\u003e\n\u003ch1 class=\"sy-product-title\"\u003eGreen Clean Detox Herbal Tea by Suryatra\u003c\/h1\u003e\n\u003cp class=\"sy-product-tagline\"\u003e“A light daily detox infusion crafted to boost metabolism and refresh your body naturally.”\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\"\u003eOrigin \u0026amp; Essence\u003c\/p\u003e\n\u003cp class=\"sy-story-para\"\u003eThe \u003cstrong\u003eGreen Clean Detox Tea by Suryatra\u003c\/strong\u003e is a refreshing herbal blend designed to gently cleanse your body and support natural metabolism. Carefully crafted with premium green tea and aromatic lemongrass, this infusion delivers a clean, light, and revitalizing experience in every cup. \u003cbr\u003e\u003cbr\u003eThis detox tea is perfect for daily wellness routines. Green tea is known for its metabolism-boosting properties, while lemongrass helps detoxify the body and promote digestive balance. Together, they create a harmonious blend that refreshes both body and mind. \u003cbr\u003e\u003cbr\u003eWith its crisp citrusy aroma and soothing taste, this tea can be enjoyed anytime—whether as a morning boost or a relaxing evening ritual. It supports a lighter, healthier lifestyle by helping you feel refreshed, active, and balanced. \u003cbr\u003e\u003cbr\u003eRooted in simplicity and purity, Suryatra brings you a natural detox solution that fits effortlessly into your everyday life. It’s not just tea—it’s a step toward a cleaner, healthier you.\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\"\u003eDetox Support\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eHelps cleanse the body naturally and supports daily detox routines.\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\"\u003eBoosts Metabolism\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eGreen tea helps enhance metabolism and supports weight management.\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\"\u003eRefreshing Lemongrass\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eInfused with lemongrass for a light citrus flavor and digestive benefits.\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\"\u003eIngredients\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003eGreen Tea + Lemongrass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003eServing\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e2–3 grams per cup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003eBrewing\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003eSteep in 80–85°C water for 2–3 minutes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003eBenefits\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003eSupports detox, metabolism \u0026amp; digestive wellness\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\"\u003eStore in a cool \u0026amp; dry place\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003eOrigin\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003eProduct of India\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"sy-seal-footer\"\u003e\u003cspan class=\"sy-seal-info\"\u003eDetox Blend · Natural Ingredients · Daily Wellness\u003c\/span\u003e \u003cspan class=\"sy-seal-brand\"\u003eSURYATRA\u003c\/span\u003e\u003c\/footer\u003e\u003c\/article\u003e\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":47580998467814,"sku":null,"price":349.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/Green_Clean_Detox_Herbal_Tea_By_Suryatra.png?v=1787227664"},{"product_id":"royal-floral-serenity-by-suryatra","title":"Royal Floral Serenity by SuryatraWellnessEdit","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n.sy-pdp-wrapper {\n  display: flex;\n  justify-content: center;\n  padding: 25px 15px; \/* Reduced outer spacing *\/\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; \/* Slightly tighter radius *\/\n  background: #ffffff;\n  overflow: hidden;\n  box-shadow: 0 8px 30px rgba(47, 92, 71, 0.03);\n}\n\n\/* HERO SECTION - COMPACTED *\/\n.sy-hero-section {\n  padding: 50px 30px 40px; \/* Reduced from 80px\/70px *\/\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; \/* Slightly smaller *\/\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); \/* More elegant, smaller size *\/\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; \/* Tighter margins *\/\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 - COMPACTED *\/\n.sy-body-content {\n  padding: 30px 45px 40px; \/* Reduced from 40px\/55px *\/\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; \/* Tighter gap *\/\n  text-align: justify;\n  font-weight: 300;\n}\n\n\/* FEATURES GRID - COMPACT CARDS *\/\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; \/* Reduced padding *\/\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 - TIGHTER ROWS *\/\n.sy-spec-row {\n  display: grid;\n  grid-template-columns: 140px 1fr;\n  padding: 10px 0; \/* Reduced from 15px *\/\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 - COMPACT *\/\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 { grid-template-columns: 1fr; }\n  .sy-spec-row { grid-template-columns: 1fr; gap: 2px; }\n  .sy-hero-section, .sy-body-content, .sy-seal-footer { padding: 30px 20px; }\n  \n  .sy-product-title {\n    white-space: normal; \n    font-size: 22px;\n  }\n  \n  .sy-seal-footer { flex-direction: column; gap: 10px; text-align: center; }\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\"\u003eFloral Wellness Tea\u003c\/p\u003e\n\u003ch1 class=\"sy-product-title\"\u003eRoyal Floral Serenity by Suryatra\u003c\/h1\u003e\n\u003cp class=\"sy-product-tagline\"\u003e“A calming floral infusion crafted to uplift your mood and bring peace to the mind.”\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\u003eRoyal Floral Serenity by Suryatra\u003c\/strong\u003e is a masterfully curated infusion designed to invoke deep tranquility and emotional grace. Drawing from the heritage of ancient floral elixirs, this blend marries the regal, velvet fragrance of \u003cstrong\u003eHand-Picked Rose Petals\u003c\/strong\u003e with the ethereal, calming essence of \u003cstrong\u003eSun-Dried Jasmine Flowers\u003c\/strong\u003e. \u003cbr\u003e\u003cbr\u003eWhile Rose gently uplifts the spirit and enhances the mood, Jasmine weaves a delicate aromatic veil that quietens the mind and softens the senses. Together, they offer a moment of pure serenity that is as refreshing as it is deeply comforting.\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\"\u003eFloral Synergy\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eA premium combination of rose and jasmine flowers.\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\"\u003eEmotional Grace\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eNaturally crafted to uplift mood and relax the mind.\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\"\u003eAromatic Ritual\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eDelivers a soothing aroma for a calming daily ritual.\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\"\u003eIngredients\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003eRose Petals \u0026amp; Dry Jasmine Flowers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003ePreparation\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e2–3g \/ 150ml water \/ 80–85°C \/ 2–3 mins\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003eCore Benefits\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003eUplifts spirit, relaxes mind, promotes tranquility\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\"\u003eCool and dry apothecary environment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"sy-seal-footer\"\u003e\u003cspan class=\"sy-seal-info\"\u003eNatural Ingredients • Floral Wellness • Made in India\u003c\/span\u003e \u003cspan class=\"sy-seal-brand\"\u003eSURYATRA\u003c\/span\u003e\u003c\/footer\u003e\u003c\/article\u003e\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":47581039821030,"sku":null,"price":349.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/royal_rose.png?v=1787228677"},{"product_id":"plant-protein-chocolate-flavour-blend-by-suryatra","title":"Suryatra Plant Protein – Chocolate Flavour | Plant-Based Protein Powder with 50 Nutrients \u0026 Fibre | Zero Added Sugar | 250g","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\"\u003eSuryatra Plant Protein – Chocolate Flavour | Plant-Based Protein Powder with 50 Nutrients \u0026amp; Fibre | Zero Added Sugar | 250g\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\/Plant_Protein_Chocolate_Flavour_Blend.png?v=1787214373"},{"product_id":"protein-for-all-vanilla-blend-by-suryatra","title":"Suryatra Protein For All – Vanilla Flavour Protein Powder | 250g","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\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\"\u003eEveryday Family Wellness Nutrition\u003c\/p\u003e\n\u003ch1 class=\"sy-product-title\"\u003eSuryatra Protein For All – Vanilla Flavour Protein Powder | 250g\u003c\/h1\u003e\n\u003cp class=\"sy-product-tagline\"\u003e“A wholesome Vanilla protein blend thoughtfully crafted to nourish every member of the family with balanced daily wellness.”\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\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\u003eCarefully 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\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\"\u003eFamily Nutrition\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eCrafted to support the wellness and nourishment of all age groups.\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\"\u003eVanilla Comfort\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eRich Vanilla flavour designed for a smooth and satisfying experience.\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\"\u003eClean Wellness\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eZero added sugar and no preservatives for mindful everyday nutrition.\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\"\u003e Premium Vanilla 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 Zero Added Sugar • No Preservatives • Family Wellness Nutrition \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 • 50 Nutritional Elements \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 milk or water for a smooth and nourishing daily 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 and 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 Everyday Wellness • Vanilla Nutrition • 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":"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\/Protein_For_All_Vanilla_Blend.png?v=1787215342"},{"product_id":"orange-electrolyte-drink-mix-by-suryatra","title":"Suryatra Electrolyte Drink Mix – Orange | 475mg Sodium + Vitamin C, B5, B6 \u0026 B12 | Hydration \u0026 Performance Support | 250g","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\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\"\u003eHydration \u0026amp; Wellness Formula\u003c\/p\u003e\n\u003ch1 class=\"sy-product-title\"\u003eSuryatra Electrolyte Drink Mix – Orange | 475mg Sodium + Vitamin C, B5, B6 \u0026amp; B12 | Hydration \u0026amp; Performance Support | 250g\u003c\/h1\u003e\n\u003cp class=\"sy-product-tagline\"\u003e“A refreshing orange electrolyte blend crafted to restore hydration, boost stamina, and support active daily living.”\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\u003eOrange Electrolyte Drink Mix by Suryatra\u003c\/strong\u003e is a thoughtfully developed hydration formulation inspired by the vitality of citrus refreshment and balanced wellness. Designed for active lifestyles and mindful hydration, this revitalizing blend combines refreshing orange flavour with essential electrolyte support for everyday performance and recovery.\u003cbr\u003e\u003cbr\u003eCrafted to hydrate more effectively than ordinary water, the formulation helps maintain electrolyte balance while supporting stamina, muscle comfort, and overall wellness. Its smooth citrus taste creates an energizing experience that feels both refreshing and restorative throughout the day.\u003cbr\u003e\u003cbr\u003e\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\"\u003eHydration Support\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eHelps restore hydration and maintain electrolyte balance effectively.\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\"\u003eEnergy \u0026amp; Stamina\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eCrafted to support endurance, recovery, and active daily performance.\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\"\u003eOrange Refreshment\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eRefreshing citrus flavour for a revitalizing hydration ritual.\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\"\u003e Refreshing Orange Citrus Blend \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003eNet Weight\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e 250g \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003eCore Benefits\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e Supports hydration, stamina, electrolyte balance, and recovery. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003ePreparation\u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e Mix 1 spoon (20g) with water, stir well, and consume immediately. \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 and 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 Electrolyte Hydration • Orange Wellness • 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":47696183984358,"sku":"SU-ED-01","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/electrolyt_mix_creative.png?v=1787205753"},{"product_id":"rajputana-gulab-rose-petal-powder-by-suryatra-copy","title":"Rani Japa Hibiscus Powder by Suryatra | 100g","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\"\u003eNatural Skincare \u0026amp; Botanicals\u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Rani Japa Hibiscus Powder by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “Pure, micro-fine hibiscus powder crafted to firm skin, boost elasticity, and deliver a queenly natural glow.”\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\u003eRani Japa Hibiscus Powder by Suryatra\u003c\/strong\u003e is a royal botanical skincare treatment inspired by traditional beauty rituals and pure, chemical-free wellness. Specially curated for mature and dry skin types, this 100% pure micro-fine hibiscus powder harnesses natural nutrients to revitalize and nourish.\u003cbr\u003e\u003cbr\u003e\n\n        Designed to improve skin firmness and maintain elasticity for a youthful look, it acts as a natural beauty booster that enhances your natural radiance. Free from artificial additives and side effects, it delivers a deeply restorative experience fit for a queen.\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\"\u003eFirms \u0026amp; Tones Skin\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Helps improve skin firmness and maintains elasticity for a youthful look.\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\"\u003eBoosts Natural Glow\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Enhances your natural radiance and gives a healthy, vibrant glow.\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\"\u003eRich in Nutrients\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Packed with natural goodness that nourishes and revitalizes your skin.\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\"\u003eIdeal Skin Type\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Mature \/ Dry Skin\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eNet Weight\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          100g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eCore Benefits\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Firms skin, boosts elasticity, acts as a queenly beauty booster, and nourishes naturally.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003ePreparation\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Blend with coconut milk to activate natural AHAs, focus on fine lines, neck and leave for 15 minutes, then rinse for a natural firming and \"lifting\" effect.\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. For external use only. Carry out a patch test before applying.\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        Pure \u0026amp; Natural • Chemical Free • 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":48205617955046,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/SuryatraOrganicsWebsiteCreatives_5.png?v=1786966576"},{"product_id":"rani-japa-hibiscus-powder-by-suryatra-copy","title":"Shahi Narangi Orange Powder by Suryatra | 100g","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\"\u003eNatural Skincare \u0026amp; Botanicals\u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Shahi Narangi Orange Powder by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “Pure, micro-fine orange powder packed with Vitamin C to brighten skin, control excess oil, and deliver a majestic gold glow.”\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\u003eShahi Narangi Orange Powder by Suryatra\u003c\/strong\u003e is an opulent botanical skincare treatment inspired by royal heritage and pure, chemical-free wellness. Specially curated for oily and dull skin types, this 100% pure micro-fine orange powder harnesses a rich Vitamin C infusion to revitalize tired skin.\u003cbr\u003e\u003cbr\u003e\n\n        Designed to brighten and even skin tone while gently cleansing impurities and unclogging pores, it acts as a majestic gold elixir that controls excess oil and reduces shine. Free from harsh chemicals and additives, it delivers a deeply refreshing experience so you can shine like gold.\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\"\u003eBrightens \u0026amp; Evens Skin Tone\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Naturally brightens and enhances your complexion for a radiant look.\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 Rich\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Packed with Vitamin C to revive dull and tired skin effectively.\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\"\u003eOil Control\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Helps control excess oil production and reduces unwanted shine.\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\"\u003eIdeal Skin Type\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Oily \/ Dull Skin\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eNet Weight\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          100g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eCore Benefits\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Vitamin C infusion, majestic glow, acts as liquid gold, deep cleansing, and oil control.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003ePreparation\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Blend with curd, massage gently for 1 minute, leave the Vitamin C infusion for 10-12 minutes, and wash with lukewarm water to reveal a bright glow.\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. For external use only. Carry out a patch test before applying the face pack.\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        Pure \u0026amp; Natural • 100% Pure \u0026amp; Chemical Free • 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":48205618446566,"sku":null,"price":349.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/SuryatraOrganicsWebsiteCreatives_9.png?v=1786967934"},{"product_id":"shahi-narangi-orange-powder-by-suryatra-copy","title":"Swarna Daruharidra Daru Haldi Powder by Suryatra | 100g","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\"\u003eNatural Skincare \u0026amp; Botanicals\u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Swarna Daruharidra Daru Haldi Powder by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “Pure and micro-fine daru haldi powder crafted to fade scars, soothe inflamed skin, and act as a golden healer.”\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\u003eSwarna Daruharidra Daru Haldi Powder by Suryatra\u003c\/strong\u003e is an authentic botanical skincare treatment inspired by pure, natural, and powerful wellness traditions. Specially curated for inflamed skin and scars, this 100% pure micro-fine daru haldi powder harnesses powerful antiseptic properties to heal and restore.\u003cbr\u003e\u003cbr\u003e\n\n        Designed to reduce the appearance of scars, marks, and redness naturally, it acts as a golden healer that supports skin repair and promotes a clear, healthy glow. Free from side effects and artificial additives, it delivers a deeply comforting experience embodying the luxury of raw purity.\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\"\u003eFades Scars\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Helps reduce the appearance of scars and blemishes for an even texture.\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\"\u003eReduces Redness\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Soothes inflamed skin and calms irritation naturally.\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\"\u003eGolden Healer\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Supports skin repair and promotes a clear, healthy glow.\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\"\u003eIdeal Skin Type\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Inflamed \/ Scars\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eNet Weight\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          100g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eCore Benefits\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Fades scars, reduces redness, acts as a golden healer, and supports skin repair.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003ePreparation\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Blend with fresh aloe vera juice to activate antiseptic properties, apply to scars and redness; leave for 10-15 minutes, then rinse gently to heal and calm the complexion.\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. For external use only. Carry out a patch test before applying the face pack.\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        Pure \u0026amp; Natural • No Side Effects • 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":48205624639718,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/SuryatraOrganicsWebsiteCreatives_12.png?v=1786969871"},{"product_id":"nimba-shuddhi-neem-powder-by-suryatra-copy","title":"K-Shahi Ubtan Powder by Suryatra | 100g","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\"\u003eNatural Skincare \u0026amp; Botanicals\u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        K-Shahi Ubtan Powder by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “Pure, micro-fine ubtan powder crafted to deeply polish skin, create silky softness, and act as the ultimate bridal secret.”\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\u003eK-Shahi Ubtan Powder by Suryatra\u003c\/strong\u003e is an authentic royal skincare treatment inspired by timeless heritage and pure, chemical-free wellness. Specially formulated for all skin types, this 100% pure micro-fine ubtan powder harnesses traditional botanical ingredients to deeply cleanse and rejuvenate.\u003cbr\u003e\u003cbr\u003e\n\n        Designed to deeply polish skin and unveil silky texture, it acts as the bridal secret to achieving a radiant, flawless glow. Free from side effects and artificial additives, it delivers a deeply luxurious experience rooted in ancient ritualistic care.\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\"\u003eDeeply Polishes\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Exfoliates and refines skin texture for a smooth, radiant appearance.\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\"\u003eSilk Skin\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Leaves skin exceptionally soft, supple, and touchably smooth.\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\"\u003eBridal Secret\u003c\/div\u003e\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Acts as the ultimate traditional secret for an unmatched bridal glow.\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\"\u003eIdeal Skin Type\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          All Skin Types\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eNet Weight\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          100g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003eCore Benefits\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Deeply polishes, promotes silk skin, and acts as the bridal secret.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003ePreparation\u003c\/span\u003e\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Mix with milk and a drop of oil for a traditional scrub, let the herbal blend sit for 15-20 minutes, and scrub off gently as it dries to exfoliate dead skin.\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. For external use only. Carry out a patch test before applying the face pack.\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        Pure \u0026amp; Natural • No Side Effects • 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":48205714718950,"sku":null,"price":389.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/SuryatraOrganicsWebsiteCreatives_17.png?v=1786972898"},{"product_id":"wild-harvest-fruit-nut-oat-biscuits-by-suryatra-140g","title":"Wild Harvest Fruit \u0026 Nut Oat Biscuits by Suryatra, 140g | No Palm Oil, High Fibre | 3X Oats | 0% Maida, Refined Sugar | With Fruits, Nuts \u0026 Seeds | Anytime Snack","description":"\u003cp\u003e \u003c\/p\u003e\n\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(\n    180deg,\n    rgba(47, 92, 71, 0.02) 0%,\n    transparent 100%\n  );\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\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\n\u003cdiv class=\"sy-pdp-wrapper\"\u003e\n\n  \u003carticle class=\"sy-pdp-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n\n    \u003cheader class=\"sy-hero-section\"\u003e\n\n      \u003cp class=\"sy-category-label\"\u003e\n        Fruit \u0026amp; Nut Oat Biscuits\n      \u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Wild Harvest Fruit \u0026amp; Nut Oat Biscuits by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “The orchard. The forest. The field. All in one bite.”\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-hero-divider\"\u003e\u003c\/div\u003e\n\n    \u003c\/header\u003e\n\n\n    \u003c!-- RITUAL --\u003e\n\n    \u003cdiv class=\"sy-ritual-divider\"\u003e\n      ✦ The Suryatra Experience ✦\n    \u003c\/div\u003e\n\n\n    \u003c!-- BODY --\u003e\n\n    \u003cdiv class=\"sy-body-content\"\u003e\n\n\n      \u003c!-- STORY --\u003e\n\n      \u003cp class=\"sy-section-header\"\u003e\n        The Wild Harvest\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\"\u003e\n\n        The \u003cstrong\u003eWild Harvest Fruit \u0026amp; Nut Oat Biscuits by Suryatra\u003c\/strong\u003e\n        bring together the goodness of rolled oats, nuts and dried fruits in\n        one wholesome bite.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        A whole orchard and wild nuts folded into slow-rolled oats, with\n        chewy dried fruits and crunchy nuts — a meal that fits in your palm.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Crafted for those who enjoy a convenient, energy-filled bite,\n        these oat biscuits combine a rich mix of ingredients with a\n        satisfying crunchy texture.\n\n      \u003c\/p\u003e\n\n\n      \u003c!-- FEATURES --\u003e\n\n      \u003cp class=\"sy-section-header\"\u003e\n        The Suryatra Craft\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-feature-grid\"\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n\n          \u003cdiv class=\"sy-feat-number\"\u003e\n            01\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Rolled Oats\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Made with rolled oats as one of the key ingredients.\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n\n          \u003cdiv class=\"sy-feat-number\"\u003e\n            02\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Fruits \u0026amp; Nuts\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Chewy dried fruits and crunchy nuts folded into every bite.\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n\n          \u003cdiv class=\"sy-feat-number\"\u003e\n            03\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Energy Lifestyle\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            A convenient bite designed for an active, high-energy lifestyle.\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- NUTRITION --\u003e\n\n      \u003cp class=\"sy-section-header\"\u003e\n        Nutrition Facts\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Serving Basis\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Per 100 g Serving\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Energy\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          398.41 kcal\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Carbohydrate\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          49.4 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Sugar\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          17.8 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Protein\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          7.8 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Total Fat\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          17.54 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Dietary Fiber\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          8.8 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Sodium\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          220 mg\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- INGREDIENTS --\u003e\n\n      \u003cp class=\"sy-section-header\" style=\"margin-top: 35px;\"\u003e\n        Ingredients\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\" style=\"margin-bottom: 20px;\"\u003e\n\n        Rolled Oats, Jaggery Powder, Bakery Shortening, Mixed Millet,\n        Honey, Cashew Bits, Peanut Butter, Whey Protein, Dietary Fiber,\n        Raising Agents and Emulsifier.\n\n      \u003c\/p\u003e\n\n\n      \u003c!-- PRODUCT DETAILS --\u003e\n\n      \u003cp class=\"sy-section-header\"\u003e\n        Product Details\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Product\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Wild Harvest Fruit \u0026amp; Nut Oat Biscuits\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Product Type\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Fruit \u0026amp; Nut Oat Biscuits\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Texture\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Chewy dried fruits with crunchy nuts\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Lifestyle\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          High-energy lifestyle\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Storage\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Store in a cool, dry place away from direct sunlight.\n          Once opened, keep the container tightly closed.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FOOTER --\u003e\n\n    \u003cfooter class=\"sy-seal-footer\"\u003e\n\n      \u003cspan class=\"sy-seal-info\"\u003e\n        The Orchard • The Forest • The Field\n      \u003c\/span\u003e\n\n      \u003cspan class=\"sy-seal-brand\"\u003e\n        SURYATRA\n      \u003c\/span\u003e\n\n    \u003c\/footer\u003e\n\n  \u003c\/article\u003e\n\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":48235065704678,"sku":null,"price":499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/so-p1.png?v=1787582088"},{"product_id":"osteo-jewel-earth-by-suryatra-160g","title":"Osteo-Jewel Earth by Suryatra, 160g | No Palm Oil | High Fibre | Oat-Based Nutrition | With Nuts \u0026 Seeds | Anytime Snack","description":"\u003cp\u003e \u003c\/p\u003e\n\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(\n    180deg,\n    rgba(47, 92, 71, 0.02) 0%,\n    transparent 100%\n  );\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\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\n\u003cdiv class=\"sy-pdp-wrapper\"\u003e\n\n  \u003carticle class=\"sy-pdp-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n\n    \u003cheader class=\"sy-hero-section\"\u003e\n\n      \u003cp class=\"sy-category-label\"\u003e\n        Fruit \u0026amp; Nut Oat Biscuits\n      \u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Wild Harvest Fruit \u0026amp; Nut Oat Biscuits by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “The orchard. The forest. The field. All in one bite.”\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-hero-divider\"\u003e\u003c\/div\u003e\n\n    \u003c\/header\u003e\n\n\n    \u003c!-- RITUAL --\u003e\n\n    \u003cdiv class=\"sy-ritual-divider\"\u003e\n      ✦ The Suryatra Experience ✦\n    \u003c\/div\u003e\n\n\n    \u003c!-- BODY --\u003e\n\n    \u003cdiv class=\"sy-body-content\"\u003e\n\n\n      \u003c!-- STORY --\u003e\n\n      \u003cp class=\"sy-section-header\"\u003e\n        The Wild Harvest\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\"\u003e\n\n        The \u003cstrong\u003eWild Harvest Fruit \u0026amp; Nut Oat Biscuits by Suryatra\u003c\/strong\u003e\n        bring together the goodness of rolled oats, nuts and dried fruits in\n        one wholesome bite.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        A whole orchard and wild nuts folded into slow-rolled oats, with\n        chewy dried fruits and crunchy nuts — a meal that fits in your palm.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Crafted for those who enjoy a convenient, energy-filled bite,\n        these oat biscuits combine a rich mix of ingredients with a\n        satisfying crunchy texture.\n\n      \u003c\/p\u003e\n\n\n      \u003c!-- FEATURES --\u003e\n\n      \u003cp class=\"sy-section-header\"\u003e\n        The Suryatra Craft\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-feature-grid\"\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n\n          \u003cdiv class=\"sy-feat-number\"\u003e\n            01\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Rolled Oats\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Made with rolled oats as one of the key ingredients.\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n\n          \u003cdiv class=\"sy-feat-number\"\u003e\n            02\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Fruits \u0026amp; Nuts\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Chewy dried fruits and crunchy nuts folded into every bite.\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n\n          \u003cdiv class=\"sy-feat-number\"\u003e\n            03\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Energy Lifestyle\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            A convenient bite designed for an active, high-energy lifestyle.\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- NUTRITION --\u003e\n\n      \u003cp class=\"sy-section-header\"\u003e\n        Nutrition Facts\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Serving Basis\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Per 100 g Serving\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Energy\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          398.41 kcal\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Carbohydrate\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          49.4 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Sugar\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          17.8 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Protein\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          7.8 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Total Fat\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          17.54 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Dietary Fiber\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          8.8 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Sodium\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          220 mg\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- INGREDIENTS --\u003e\n\n      \u003cp class=\"sy-section-header\" style=\"margin-top: 35px;\"\u003e\n        Ingredients\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\" style=\"margin-bottom: 20px;\"\u003e\n\n        Rolled Oats, Jaggery Powder, Bakery Shortening, Mixed Millet,\n        Honey, Cashew Bits, Peanut Butter, Whey Protein, Dietary Fiber,\n        Raising Agents and Emulsifier.\n\n      \u003c\/p\u003e\n\n\n      \u003c!-- PRODUCT DETAILS --\u003e\n\n      \u003cp class=\"sy-section-header\"\u003e\n        Product Details\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Product\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Wild Harvest Fruit \u0026amp; Nut Oat Biscuits\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Product Type\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Fruit \u0026amp; Nut Oat Biscuits\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Texture\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Chewy dried fruits with crunchy nuts\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Lifestyle\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          High-energy lifestyle\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Storage\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Store in a cool, dry place away from direct sunlight.\n          Once opened, keep the container tightly closed.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FOOTER --\u003e\n\n    \u003cfooter class=\"sy-seal-footer\"\u003e\n\n      \u003cspan class=\"sy-seal-info\"\u003e\n        The Orchard • The Forest • The Field\n      \u003c\/span\u003e\n\n      \u003cspan class=\"sy-seal-brand\"\u003e\n        SURYATRA\n      \u003c\/span\u003e\n\n    \u003c\/footer\u003e\n\n  \u003c\/article\u003e\n\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":48235074355430,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/so-p2.png?v=1787582943"},{"product_id":"glyco-balance-amber-cookies-by-suryatra-160g","title":"Glyco Balance Amber Cookies by Suryatra, 160g | No Palm Oil | High Fibre | Oat-Based Cookies | With Nuts \u0026 Seeds | Anytime Snack","description":"\u003cp\u003e \u003c\/p\u003e\n\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(\n    180deg,\n    rgba(47, 92, 71, 0.02) 0%,\n    transparent 100%\n  );\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    \u003c!-- HERO SECTION --\u003e\n    \u003cheader class=\"sy-hero-section\"\u003e\n\n      \u003cp class=\"sy-category-label\"\u003e\n        Traditional Millet Cookies\n      \u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Glyco-Balance Amber by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “An ancient golden grain for steady energy release.”\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-hero-divider\"\u003e\u003c\/div\u003e\n\n    \u003c\/header\u003e\n\n    \u003c!-- RITUAL --\u003e\n    \u003cdiv class=\"sy-ritual-divider\"\u003e\n      ✦ The Suryatra Craft ✦\n    \u003c\/div\u003e\n\n    \u003c!-- BODY --\u003e\n    \u003cdiv class=\"sy-body-content\"\u003e\n\n      \u003c!-- STORY --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        The Essence\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\"\u003e\n        \u003cstrong\u003eGlyco-Balance Amber by Suryatra\u003c\/strong\u003e brings together\n        foxtail millet flour, jaggery powder and whole wheat flour in a\n        golden-brown cookie crafted around the goodness of an ancient grain.\n        The product label describes it as an\n        \u003cstrong\u003e“ancient golden grain for steady energy release.”\u003c\/strong\u003e\n        \u003cbr\u003e\u003cbr\u003e\n\n        Each serving combines the distinct taste of foxtail millet with\n        ingredients including jaggery, honey, milk, milk powder and vanilla,\n        creating a traditional-inspired baked treat with a rich grain profile.\n      \u003c\/p\u003e\n\n      \u003c!-- KEY FEATURES --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        The Suryatra Craft\n      \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\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            High Protein\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Made with ingredients including foxtail millet and whole wheat,\n            with 8.1 g protein per 100 g serving.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e02\u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Sustained Energy Release\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Crafted around an ancient golden grain and presented as a\n            source for steady energy release.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e03\u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Balanced Blood Sugar\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            The product is presented on its label with a\n            balanced blood sugar positioning.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- INGREDIENTS --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Ingredients\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Main Ingredients\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Foxtail Millet Flour, Jaggery Powder, Whole Wheat Flour (Atta),\n          Edible Vegetable Fat, Honey, Milk, Milk Powder, Vanilla Powder.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Other Ingredients\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Raising Agents (INS 500 - Baking Soda), Emulsifier\n          (INS 322 from Soya), Salt.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- NUTRITION --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Nutritional Information\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Serving\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Per 100 g Serving\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Energy\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          519.11 kcal\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Carbohydrate\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          62.57 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Sugar\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          20.4 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Protein\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          8.1 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Total Fat\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          25.15 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Dietary Fiber\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          8.4 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Sodium\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          225 mg\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003c!-- PRODUCT DETAILS --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Product Details\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Net Weight\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          160 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Product Type\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Glyco-Balance Amber\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- ALLERGEN --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Allergen Advice\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Contains\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Milk, Soya and Nuts\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Flavouring\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Contains Added Natural Identical Flavouring Substances (Vanilla)\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- STORAGE --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Storage\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Storage\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Store in a cool, dry place and away from direct sunlight.\n          Once opened, store in an airtight container.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n    \u003c!-- FOOTER --\u003e\n    \u003cfooter class=\"sy-seal-footer\"\u003e\n\n      \u003cspan class=\"sy-seal-info\"\u003e\n        Made in India • Reduce Reuse Recycle\n      \u003c\/span\u003e\n\n      \u003cspan class=\"sy-seal-brand\"\u003e\n        SURYATRA\n      \u003c\/span\u003e\n\n    \u003c\/footer\u003e\n\n  \u003c\/article\u003e\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":48235077730534,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/so-p4.png?v=1787634067"},{"product_id":"omni-nutri-ancient-blend-by-suryatra-160g","title":"Omni-Nutri Ancient Blend by Suryatra, 160g | No Palm Oil | High Fibre | Ancient Grain Blend | With Nuts \u0026 Seeds | Anytime Snack","description":"\u003cp\u003e \u003c\/p\u003e\n\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(\n    180deg,\n    rgba(47, 92, 71, 0.02) 0%,\n    transparent 100%\n  );\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    \u003c!-- HERO SECTION --\u003e\n    \u003cheader class=\"sy-hero-section\"\u003e\n\n      \u003cp class=\"sy-category-label\"\u003e\n        Traditional Millet Cookies\n      \u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Glyco-Balance Amber by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “An ancient golden grain for steady energy release.”\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-hero-divider\"\u003e\u003c\/div\u003e\n\n    \u003c\/header\u003e\n\n    \u003c!-- RITUAL --\u003e\n    \u003cdiv class=\"sy-ritual-divider\"\u003e\n      ✦ The Suryatra Craft ✦\n    \u003c\/div\u003e\n\n    \u003c!-- BODY --\u003e\n    \u003cdiv class=\"sy-body-content\"\u003e\n\n      \u003c!-- STORY --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        The Essence\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\"\u003e\n        \u003cstrong\u003eGlyco-Balance Amber by Suryatra\u003c\/strong\u003e brings together\n        foxtail millet flour, jaggery powder and whole wheat flour in a\n        golden-brown cookie crafted around the goodness of an ancient grain.\n        The product label describes it as an\n        \u003cstrong\u003e“ancient golden grain for steady energy release.”\u003c\/strong\u003e\n        \u003cbr\u003e\u003cbr\u003e\n\n        Each serving combines the distinct taste of foxtail millet with\n        ingredients including jaggery, honey, milk, milk powder and vanilla,\n        creating a traditional-inspired baked treat with a rich grain profile.\n      \u003c\/p\u003e\n\n      \u003c!-- KEY FEATURES --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        The Suryatra Craft\n      \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\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            High Protein\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Made with ingredients including foxtail millet and whole wheat,\n            with 8.1 g protein per 100 g serving.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e02\u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Sustained Energy Release\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Crafted around an ancient golden grain and presented as a\n            source for steady energy release.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e03\u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Balanced Blood Sugar\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            The product is presented on its label with a\n            balanced blood sugar positioning.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- INGREDIENTS --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Ingredients\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Main Ingredients\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Foxtail Millet Flour, Jaggery Powder, Whole Wheat Flour (Atta),\n          Edible Vegetable Fat, Honey, Milk, Milk Powder, Vanilla Powder.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Other Ingredients\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Raising Agents (INS 500 - Baking Soda), Emulsifier\n          (INS 322 from Soya), Salt.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- NUTRITION --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Nutritional Information\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Serving\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Per 100 g Serving\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Energy\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          519.11 kcal\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Carbohydrate\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          62.57 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Sugar\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          20.4 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Protein\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          8.1 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Total Fat\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          25.15 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Dietary Fiber\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          8.4 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Sodium\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          225 mg\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003c!-- PRODUCT DETAILS --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Product Details\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Net Weight\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          160 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Product Type\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Glyco-Balance Amber\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- ALLERGEN --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Allergen Advice\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Contains\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Milk, Soya and Nuts\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Flavouring\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Contains Added Natural Identical Flavouring Substances (Vanilla)\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- STORAGE --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Storage\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Storage\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Store in a cool, dry place and away from direct sunlight.\n          Once opened, store in an airtight container.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n    \u003c!-- FOOTER --\u003e\n    \u003cfooter class=\"sy-seal-footer\"\u003e\n\n      \u003cspan class=\"sy-seal-info\"\u003e\n        Made in India • Reduce Reuse Recycle\n      \u003c\/span\u003e\n\n      \u003cspan class=\"sy-seal-brand\"\u003e\n        SURYATRA\n      \u003c\/span\u003e\n\n    \u003c\/footer\u003e\n\n  \u003c\/article\u003e\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":48236840255718,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/so-p5.png?v=1787636055"},{"product_id":"mag-vitality-gold-by-suryatra-160g","title":"Mag-Vitality Gold by Suryatra, 160g | No Palm Oil | High Fibre | Oat-Based Nutrition | With Nuts \u0026 Seeds | Anytime Snack","description":"\u003cp\u003e \u003c\/p\u003e\n\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(\n    180deg,\n    rgba(47, 92, 71, 0.02) 0%,\n    transparent 100%\n  );\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    \u003c!-- HERO SECTION --\u003e\n    \u003cheader class=\"sy-hero-section\"\u003e\n\n      \u003cp class=\"sy-category-label\"\u003e\n        Traditional Millet Cookies\n      \u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Glyco-Balance Amber by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “An ancient golden grain for steady energy release.”\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-hero-divider\"\u003e\u003c\/div\u003e\n\n    \u003c\/header\u003e\n\n    \u003c!-- RITUAL --\u003e\n    \u003cdiv class=\"sy-ritual-divider\"\u003e\n      ✦ The Suryatra Craft ✦\n    \u003c\/div\u003e\n\n    \u003c!-- BODY --\u003e\n    \u003cdiv class=\"sy-body-content\"\u003e\n\n      \u003c!-- STORY --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        The Essence\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\"\u003e\n        \u003cstrong\u003eGlyco-Balance Amber by Suryatra\u003c\/strong\u003e brings together\n        foxtail millet flour, jaggery powder and whole wheat flour in a\n        golden-brown cookie crafted around the goodness of an ancient grain.\n        The product label describes it as an\n        \u003cstrong\u003e“ancient golden grain for steady energy release.”\u003c\/strong\u003e\n        \u003cbr\u003e\u003cbr\u003e\n\n        Each serving combines the distinct taste of foxtail millet with\n        ingredients including jaggery, honey, milk, milk powder and vanilla,\n        creating a traditional-inspired baked treat with a rich grain profile.\n      \u003c\/p\u003e\n\n      \u003c!-- KEY FEATURES --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        The Suryatra Craft\n      \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\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            High Protein\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Made with ingredients including foxtail millet and whole wheat,\n            with 8.1 g protein per 100 g serving.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e02\u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Sustained Energy Release\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Crafted around an ancient golden grain and presented as a\n            source for steady energy release.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n          \u003cdiv class=\"sy-feat-number\"\u003e03\u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Balanced Blood Sugar\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            The product is presented on its label with a\n            balanced blood sugar positioning.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- INGREDIENTS --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Ingredients\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Main Ingredients\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Foxtail Millet Flour, Jaggery Powder, Whole Wheat Flour (Atta),\n          Edible Vegetable Fat, Honey, Milk, Milk Powder, Vanilla Powder.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Other Ingredients\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Raising Agents (INS 500 - Baking Soda), Emulsifier\n          (INS 322 from Soya), Salt.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- NUTRITION --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Nutritional Information\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Serving\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Per 100 g Serving\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Energy\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          519.11 kcal\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Carbohydrate\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          62.57 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Sugar\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          20.4 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Protein\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          8.1 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Total Fat\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          25.15 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Dietary Fiber\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          8.4 g\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Sodium\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          225 mg\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003c!-- PRODUCT DETAILS --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Product Details\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Net Weight\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          160 g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Product Type\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Glyco-Balance Amber\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- ALLERGEN --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Allergen Advice\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Contains\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Milk, Soya and Nuts\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Flavouring\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Contains Added Natural Identical Flavouring Substances (Vanilla)\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- STORAGE --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Storage\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Storage\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Store in a cool, dry place and away from direct sunlight.\n          Once opened, store in an airtight container.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n    \u003c!-- FOOTER --\u003e\n    \u003cfooter class=\"sy-seal-footer\"\u003e\n\n      \u003cspan class=\"sy-seal-info\"\u003e\n        Made in India • Reduce Reuse Recycle\n      \u003c\/span\u003e\n\n      \u003cspan class=\"sy-seal-brand\"\u003e\n        SURYATRA\n      \u003c\/span\u003e\n\n    \u003c\/footer\u003e\n\n  \u003c\/article\u003e\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":48236853854438,"sku":null,"price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/so-p6.png?v=1787636719"},{"product_id":"pale-gold-vanilla-oat-biscuits-by-suryatra-140g","title":"Pale Gold Vanilla Oat Biscuits by Suryatra, 140g | No Palm Oil, High Fibre | 3X Oats | 0% Maida, Refined Sugar | Anytime Snack","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(\n    180deg,\n    rgba(47, 92, 71, 0.02) 0%,\n    transparent 100%\n  );\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\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\u003c!-- HERO --\u003e\u003cheader class=\"sy-hero-section\"\u003e\n\u003cp class=\"sy-category-label\"\u003eWholesome Oat Bakes \u0026amp; Morning Rituals\u003c\/p\u003e\n\u003ch1 class=\"sy-product-title\"\u003ePale Gold Vanilla Oat Biscuits by Suryatra\u003c\/h1\u003e\n\u003cp class=\"sy-product-tagline\"\u003e“Your morning ritual — slow-roasted coffee and dark cocoa, pressed into the wholesome warmth of rolled oats.”\u003c\/p\u003e\n\u003cdiv class=\"sy-hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- RITUAL --\u003e\n\u003cdiv class=\"sy-ritual-divider\"\u003e✦ The Morning Ritual ✦\u003c\/div\u003e\n\u003c!-- BODY --\u003e\n\u003cdiv class=\"sy-body-content\"\u003e\n\u003cp class=\"sy-section-header\"\u003eThe Story\u003c\/p\u003e\n\u003cp class=\"sy-story-para\"\u003eThe Pale Gold Vanilla Oat Biscuits by Suryatra bring together the comforting character of slow-roasted coffee, rich dark cocoa and the wholesome warmth of rolled oats in a satisfying baked round. \u003cbr\u003e\u003cbr\u003eCreated for those who enjoy the ritual of a morning cup and the simple pleasure of a thoughtfully crafted oat bake, these rounds offer a delicious way to pair your favourite coffee moment with a convenient snack. \u003cbr\u003e\u003cbr\u003eWith their warm mocha-inspired character and oat-forward texture, they are made to fit naturally into relaxed mornings, coffee breaks and everyday snacking.\u003c\/p\u003e\n\u003cp class=\"sy-section-header\"\u003eThe Suryatra Craft\u003c\/p\u003e\n\u003c!-- FEATURES --\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\"\u003eSlow-Roasted Coffee\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eA rich roasted coffee character crafted for a warm, comforting morning experience.\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\"\u003eDark Cocoa\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eDeep cocoa notes add a satisfying mocha-inspired richness to every oat round.\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\"\u003eRolled Oats\u003c\/div\u003e\n\u003cdiv class=\"sy-feat-desc\"\u003eWholesome rolled oats bring a naturally hearty, comforting texture to the bake.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cp class=\"sy-section-header\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003e Product Type \u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e Mocha Flavoured Oat Rounds \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003e Net Weight \u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e 140g \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003e Key Notes \u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e Slow-roasted coffee, dark cocoa and rolled oats. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003e Best Enjoyed \u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e As a morning snack, with coffee or tea, or as a convenient everyday oat-based treat. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sy-spec-row\"\u003e\n\u003cspan class=\"sy-spec-label\"\u003e Storage \u003c\/span\u003e \u003cspan class=\"sy-spec-value\"\u003e Store in a cool, dry place away from direct sunlight. Once opened, keep in an airtight container. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\u003cfooter class=\"sy-seal-footer\"\u003e\u003cspan class=\"sy-seal-info\"\u003e Wholesome Oats • Crafted with Care • 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":48237332431078,"sku":null,"price":499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/so-p7.1.png?v=1787640193"},{"product_id":"morning-roast-mocha-oat-biscuits-by-suryatra-140g","title":"Morning Roast Mocha Oat Biscuits by Suryatra, 140g | No Palm Oil, High Fibre | 3X Oats | 0% Maida, Refined Sugar | Anytime Snack","description":"\u003cp\u003e \u003c\/p\u003e\n\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(\n    180deg,\n    rgba(47, 92, 71, 0.02) 0%,\n    transparent 100%\n  );\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\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\n\u003cdiv class=\"sy-pdp-wrapper\"\u003e\n\n  \u003carticle class=\"sy-pdp-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cheader class=\"sy-hero-section\"\u003e\n\n      \u003cp class=\"sy-category-label\"\u003e\n        Wholesome Oat Bakes \u0026amp; Morning Rituals\n      \u003c\/p\u003e\n\n      \u003ch1 class=\"sy-product-title\"\u003e\n        Morning Roast Mocha Oat Rounds by Suryatra\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-product-tagline\"\u003e\n        “Your morning ritual — slow-roasted coffee and dark cocoa, pressed into the wholesome warmth of rolled oats.”\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sy-hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n    \u003c\/header\u003e\n\n\n    \u003c!-- RITUAL --\u003e\n    \u003cdiv class=\"sy-ritual-divider\"\u003e\n      ✦ The Morning Ritual ✦\n    \u003c\/div\u003e\n\n\n    \u003c!-- BODY --\u003e\n    \u003cdiv class=\"sy-body-content\"\u003e\n\n      \u003cp class=\"sy-section-header\"\u003e\n        The Story\n      \u003c\/p\u003e\n\n      \u003cp class=\"sy-story-para\"\u003e\n\n        The \u003cstrong\u003eMorning Roast Mocha Oat Rounds by Suryatra\u003c\/strong\u003e\n        bring together the comforting character of slow-roasted coffee,\n        rich dark cocoa and the wholesome warmth of rolled oats in a\n        satisfying baked round.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Created for those who enjoy the ritual of a morning cup and the\n        simple pleasure of a thoughtfully crafted oat bake, these rounds\n        offer a delicious way to pair your favourite coffee moment with\n        a convenient snack.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        With their warm mocha-inspired character and oat-forward texture,\n        they are made to fit naturally into relaxed mornings, coffee\n        breaks and everyday snacking.\n\n      \u003c\/p\u003e\n\n\n      \u003cp class=\"sy-section-header\"\u003e\n        The Suryatra Craft\n      \u003c\/p\u003e\n\n\n      \u003c!-- FEATURES --\u003e\n      \u003cdiv class=\"sy-feature-grid\"\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n\n          \u003cdiv class=\"sy-feat-number\"\u003e\n            01\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Slow-Roasted Coffee\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            A rich roasted coffee character crafted for a warm,\n            comforting morning experience.\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n\n          \u003cdiv class=\"sy-feat-number\"\u003e\n            02\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Dark Cocoa\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Deep cocoa notes add a satisfying mocha-inspired\n            richness to every oat round.\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n\n          \u003cdiv class=\"sy-feat-number\"\u003e\n            03\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-title\"\u003e\n            Rolled Oats\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feat-desc\"\u003e\n            Wholesome rolled oats bring a naturally hearty,\n            comforting texture to the bake.\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- SPECIFICATIONS --\u003e\n      \u003cp class=\"sy-section-header\"\u003e\n        Specifications\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Product Type\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Mocha Flavoured Oat Rounds\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Net Weight\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          140g\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Key Notes\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Slow-roasted coffee, dark cocoa and rolled oats.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Best Enjoyed\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          As a morning snack, with coffee or tea, or as a convenient\n          everyday oat-based treat.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sy-spec-row\"\u003e\n\n        \u003cspan class=\"sy-spec-label\"\u003e\n          Storage\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sy-spec-value\"\u003e\n          Store in a cool, dry place away from direct sunlight.\n          Once opened, keep in an airtight container.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FOOTER --\u003e\n    \u003cfooter class=\"sy-seal-footer\"\u003e\n\n      \u003cspan class=\"sy-seal-info\"\u003e\n        Wholesome Oats • Crafted with Care • Made in India\n      \u003c\/span\u003e\n\n      \u003cspan class=\"sy-seal-brand\"\u003e\n        SURYATRA\n      \u003c\/span\u003e\n\n    \u003c\/footer\u003e\n\n  \u003c\/article\u003e\n\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":48237662273766,"sku":null,"price":499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/so-p8.png?v=1787642551"},{"product_id":"dark-harvest-cocoa-oat-biscuits-by-suryatra-140g","title":"Dark Harvest Cocoa Oat Biscuits by Suryatra, 140g | No Palm Oil, High Fibre | 3X Oats | 0% Maida, Refined Sugar | Anytime Snack","description":"\u003cstyle\u003e\n  .suryatra-product {\n    max-width: 900px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #3d2b23;\n    line-height: 1.7;\n  }\n\n  .suryatra-product * {\n    box-sizing: border-box;\n  }\n\n  .suryatra-hero {\n    text-align: center;\n    padding: 35px 25px;\n    background: #f8f3ec;\n    border-radius: 18px;\n    margin-bottom: 28px;\n  }\n\n  .suryatra-hero h1 {\n    margin: 0 0 8px;\n    font-size: 34px;\n    font-weight: 700;\n    color: #4a2c20;\n  }\n\n  .suryatra-hero .tagline {\n    margin: 0;\n    font-size: 16px;\n    letter-spacing: 1px;\n    color: #795548;\n  }\n\n  .suryatra-section {\n    padding: 25px 5px;\n  }\n\n  .suryatra-section h2 {\n    margin: 0 0 12px;\n    font-size: 24px;\n    font-weight: 700;\n    color: #4a2c20;\n  }\n\n  .suryatra-section p {\n    margin: 0;\n    font-size: 16px;\n    color: #555;\n  }\n\n  .suryatra-highlights {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n    margin: 25px 0;\n  }\n\n  .suryatra-highlight {\n    background: #faf7f2;\n    border: 1px solid #eadfd3;\n    border-radius: 14px;\n    padding: 22px 15px;\n    text-align: center;\n  }\n\n  .suryatra-highlight h3 {\n    margin: 0;\n    font-size: 17px;\n    font-weight: 700;\n    color: #4a2c20;\n  }\n\n  .suryatra-highlight p {\n    margin-top: 6px;\n    font-size: 13px;\n    color: #777;\n  }\n\n  .suryatra-details {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n    margin-top: 20px;\n  }\n\n  .suryatra-detail-box {\n    background: #fff;\n    border: 1px solid #e8ddd3;\n    border-radius: 14px;\n    padding: 20px;\n  }\n\n  .suryatra-detail-box h3 {\n    margin: 0 0 8px;\n    font-size: 18px;\n    color: #4a2c20;\n  }\n\n  .suryatra-detail-box p {\n    font-size: 14px;\n    color: #666;\n  }\n\n  .suryatra-quote {\n    margin: 25px 0;\n    padding: 25px;\n    text-align: center;\n    background: #4a2c20;\n    color: #fff;\n    border-radius: 16px;\n  }\n\n  .suryatra-quote p {\n    margin: 0;\n    font-size: 20px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n  }\n\n  .suryatra-footer {\n    margin-top: 25px;\n    padding: 20px;\n    background: #f8f3ec;\n    border-radius: 14px;\n  }\n\n  .suryatra-footer p {\n    margin: 5px 0;\n    font-size: 14px;\n    color: #666;\n  }\n\n  @media (max-width: 650px) {\n    .suryatra-hero {\n      padding: 28px 18px;\n    }\n\n    .suryatra-hero h1 {\n      font-size: 27px;\n    }\n\n    .suryatra-highlights {\n      grid-template-columns: 1fr;\n    }\n\n    .suryatra-details {\n      grid-template-columns: 1fr;\n    }\n\n    .suryatra-section h2 {\n      font-size: 21px;\n    }\n\n    .suryatra-section p {\n      font-size: 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"suryatra-product\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cdiv class=\"suryatra-hero\"\u003e\n    \u003ch1\u003eDark Harvest Cocoa Oat Rounds\u003c\/h1\u003e\n    \u003cp class=\"tagline\"\u003e\n      Real cocoa. Real oats. Real indulgence.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Description --\u003e\n  \u003cdiv class=\"suryatra-section\"\u003e\n    \u003ch2\u003eA Rich Cocoa-Oat Indulgence\u003c\/h2\u003e\n    \u003cp\u003e\n      Meet Suryatra Dark Harvest Cocoa Oat Rounds — a deliciously wholesome\n      take on the classic cookie. Made for those who love the deep, comforting\n      taste of cocoa and the goodness of oats, these crisp oat rounds bring\n      together rich flavour and satisfying texture in every bite.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Highlights --\u003e\n  \u003cdiv class=\"suryatra-highlights\"\u003e\n\n    \u003cdiv class=\"suryatra-highlight\"\u003e\n      \u003ch3\u003eREAL COCOA\u003c\/h3\u003e\n      \u003cp\u003eDeep, rich cocoa flavour\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"suryatra-highlight\"\u003e\n      \u003ch3\u003eWHOLESOME OATS\u003c\/h3\u003e\n      \u003cp\u003eMade with the goodness of oats\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"suryatra-highlight\"\u003e\n      \u003ch3\u003eCRISP \u0026amp; DELICIOUS\u003c\/h3\u003e\n      \u003cp\u003eA satisfying bite every time\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Flavour --\u003e\n  \u003cdiv class=\"suryatra-section\"\u003e\n    \u003ch2\u003eDark, Rich \u0026amp; Comforting\u003c\/h2\u003e\n    \u003cp\u003e\n      Inspired by the comforting richness of cocoa, Dark Harvest Cocoa Oat\n      Rounds offer a beautifully balanced combination of chocolatey depth and\n      the natural character of oats. Perfect for a mindful snack, a quick\n      break, or whenever you want a little indulgence.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Lifestyle --\u003e\n  \u003cdiv class=\"suryatra-quote\"\u003e\n    \u003cp\u003e\n      Real cocoa. Real oats. Real indulgence.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Product Details --\u003e\n  \u003cdiv class=\"suryatra-details\"\u003e\n\n    \u003cdiv class=\"suryatra-detail-box\"\u003e\n      \u003ch3\u003ePerfect For\u003c\/h3\u003e\n      \u003cp\u003e\n        Everyday snacking, coffee breaks, tea-time cravings and a delicious\n        little treat whenever the mood strikes.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"suryatra-detail-box\"\u003e\n      \u003ch3\u003eTexture \u0026amp; Taste\u003c\/h3\u003e\n      \u003cp\u003e\n        Crisp oat rounds with a rich cocoa-forward flavour and a satisfying\n        cookie-like crunch.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"suryatra-detail-box\"\u003e\n      \u003ch3\u003eNet Quantity\u003c\/h3\u003e\n      \u003cp\u003e\n        140 g\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"suryatra-detail-box\"\u003e\n      \u003ch3\u003eProduct Type\u003c\/h3\u003e\n      \u003cp\u003e\n        Cocoa Oat Rounds\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Closing --\u003e\n  \u003cdiv class=\"suryatra-section\"\u003e\n    \u003ch2\u003eEnjoy Every Crunch\u003c\/h2\u003e\n    \u003cp\u003e\n      Whether paired with your morning cup of coffee, enjoyed with tea, or\n      savoured straight from the jar, Suryatra Dark Harvest Cocoa Oat Rounds\n      are made to turn everyday moments into something a little more delicious.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"suryatra-footer\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eBrand:\u003c\/strong\u003e Suryatra\n    \u003c\/p\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct:\u003c\/strong\u003e Dark Harvest Cocoa Oat Rounds\n    \u003c\/p\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eNet Quantity:\u003c\/strong\u003e 140 g\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"suryatrawellnessedit","offers":[{"title":"Default Title","offer_id":48237802193126,"sku":null,"price":499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0802\/1612\/9766\/files\/so-p9.1.png?v=1787643623"}],"url":"https:\/\/suryatraswellnessedit.com\/collections\/fresh-drops.oembed","provider":"suryatrawellnessedit","version":"1.0","type":"link"}