{"product_id":"castile-olive-body-wash","title":"Castile Olive Body Wash with Kashmiri Saffron","description":"\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Jost', sans-serif;\n    background: #faf7f2;\n    color: #1c1c1c;\n    line-height: 1.75;\n    padding: 44px 24px;\n    max-width: 780px;\n    margin: 0 auto;\n  }\n\n  .brand-label {\n    font-size: 11px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: #b8902a;\n    font-weight: 600;\n    margin-bottom: 10px;\n  }\n\n  h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(28px, 4.5vw, 46px);\n    font-weight: 600;\n    color: #2c1a0e;\n    line-height: 1.18;\n    margin-bottom: 10px;\n  }\n\n  .product-sub {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-style: italic;\n    color: #c9a84c;\n    margin-bottom: 24px;\n  }\n\n  .origin-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: #fff4e0;\n    border: 1px solid #e8c97a;\n    color: #7a4f00;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 3px;\n    margin-bottom: 28px;\n  }\n\n  .intro {\n    font-size: 15px;\n    color: #3a3a3a;\n    line-height: 1.9;\n    margin-bottom: 36px;\n    padding-left: 16px;\n    border-left: 3px solid #c9a84c;\n  }\n\n  h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 23px;\n    font-weight: 600;\n    color: #2c1a0e;\n    margin: 40px 0 16px;\n    padding-bottom: 8px;\n    border-bottom: 1px solid #e8dfc8;\n  }\n\n  \/* Benefits *\/\n  .benefits-list { list-style: none; }\n  .benefits-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    padding: 16px 0;\n    border-bottom: 1px solid #ede6d4;\n    font-size: 14.5px;\n    color: #3a3a3a;\n    line-height: 1.75;\n  }\n  .benefits-list li:last-child { border-bottom: none; }\n  .benefit-icon {\n    width: 38px; height: 38px;\n    background: #fff4e0;\n    border: 1px solid #e8c97a;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 17px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .benefit-text b {\n    display: block;\n    color: #2c1a0e;\n    font-size: 14px;\n    font-weight: 600;\n    margin-bottom: 3px;\n  }\n\n  \/* Ingredients *\/\n  .ingredients-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n  .ingredient-card {\n    background: #fff;\n    border: 1px solid #e8dfc8;\n    border-left: 4px solid #c9a84c;\n    border-radius: 4px;\n    padding: 20px 18px 18px;\n  }\n  .saffron-badge {\n    display: inline-block;\n    font-size: 10px;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    font-weight: 700;\n    color: #7a4f00;\n    background: #fff4e0;\n    padding: 2px 8px;\n    border-radius: 2px;\n    margin-bottom: 8px;\n  }\n  .ingredient-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 19px;\n    font-weight: 600;\n    color: #2c1a0e;\n    margin-bottom: 7px;\n  }\n  .ingredient-card p {\n    font-size: 13.5px;\n    color: #4a4a4a;\n    line-height: 1.72;\n  }\n\n  \/* Saffron origin block *\/\n  .saffron-highlight {\n    margin-top: 40px;\n    padding: 30px 28px;\n    background: linear-gradient(135deg, #2c1a0e 0%, #3d2510 100%);\n    border-radius: 6px;\n    color: #fff;\n  }\n  .saffron-highlight h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 600;\n    color: #e2c47a;\n    margin-bottom: 12px;\n    line-height: 1.3;\n  }\n  .saffron-highlight p {\n    font-size: 14px;\n    color: rgba(255,255,255,0.82);\n    line-height: 1.9;\n  }\n\n  \/* Directions *\/\n  .directions-block {\n    background: #fff;\n    border: 1px solid #e8dfc8;\n    border-radius: 6px;\n    padding: 6px 24px 6px;\n  }\n  .directions-block ol { list-style: none; counter-reset: d; }\n  .directions-block ol li {\n    counter-increment: d;\n    padding: 14px 0 14px 46px;\n    border-bottom: 1px solid #f0e8d5;\n    font-size: 14px;\n    color: #3a3a3a;\n    line-height: 1.72;\n    position: relative;\n  }\n  .directions-block ol li:last-child { border-bottom: none; }\n  .directions-block ol li::before {\n    content: counter(d);\n    position: absolute;\n    left: 0; top: 12px;\n    width: 28px; height: 28px;\n    background: #2c1a0e;\n    color: #e2c47a;\n    border-radius: 50%;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 28px;\n    text-align: center;\n    font-family: 'Cormorant Garamond', serif;\n  }\n\n  \/* Suitable for *\/\n  .suitable-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .suitable-card {\n    background: #fff;\n    border: 1px solid #e8dfc8;\n    border-radius: 4px;\n    padding: 18px 14px;\n    text-align: center;\n    font-size: 13px;\n    color: #4a4a4a;\n    line-height: 1.55;\n  }\n  .suitable-card .s-icon { font-size: 24px; display: block; margin-bottom: 10px; }\n  .suitable-card b { display: block; color: #2c1a0e; font-size: 13px; font-weight: 600; margin-bottom: 4px; }\n\n  \/* Caution *\/\n  .caution-block {\n    margin-top: 40px;\n    padding: 16px 20px;\n    background: #fff9f0;\n    border: 1px solid #f0d8a0;\n    border-left: 4px solid #d4a017;\n    border-radius: 4px;\n    font-size: 13.5px;\n    color: #5a3e00;\n    line-height: 1.75;\n  }\n  .caution-block b { color: #3a2800; }\n\n  @media (max-width: 600px) {\n    .ingredients-grid { grid-template-columns: 1fr; }\n    .suitable-grid { grid-template-columns: 1fr 1fr; }\n  }\n\u003c\/style\u003e\n\u003c!-- ── TITLE ── --\u003e\n\u003cdiv class=\"origin-tag\"\u003e🌸 Saffron Sourced from Pampore, Kashmir\u003c\/div\u003e\n\u003c!-- ── INTRO ── --\u003e\n\u003cp class=\"intro\"\u003eA \u003cstrong\u003epure castile body wash\u003c\/strong\u003e built on a traditional \u003cstrong\u003eolive oil soap base\u003c\/strong\u003e — now enriched with \u003cstrong\u003eauthentic Kashmiri Saffron\u003c\/strong\u003e hand-harvested from the saffron fields of \u003cstrong\u003ePampore, Kashmir\u003c\/strong\u003e. With \u003cstrong\u003eGlycerin\u003c\/strong\u003e and \u003cstrong\u003enatural cleansing agents\u003c\/strong\u003e, this body wash gently cleanses without stripping the skin's natural moisture, leaving every inch feeling soft, balanced, and delicately refreshed. A daily ritual rooted in nature — simple, pure, and honest.\u003c\/p\u003e\n\u003c!-- ── BENEFITS ── --\u003e\n\u003ch2\u003eBenefits\u003c\/h2\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🫧\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003e\n\u003cb\u003eGently Cleanses Skin\u003c\/b\u003e The olive oil castile base produces a soft, rich lather that lifts away impurities, sweat, and daily buildup — without harsh stripping or drying the skin.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003e\n\u003cb\u003eMaintains Skin Moisture Balance\u003c\/b\u003e Glycerin draws moisture into the skin while the olive oil base seals it in — keeping skin naturally hydrated and comfortable long after your shower.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003e\n\u003cb\u003eLeaves Skin Soft and Refreshed\u003c\/b\u003e Kashmiri Saffron imparts a natural luminosity and velvety softness that lingers after each wash, giving skin a healthy, well-nourished glow.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003e\n\u003cb\u003eSuitable for Daily Use\u003c\/b\u003e Mild enough for every day — morning or evening. The balanced natural formula respects the skin's barrier and is gentle for all skin types.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- ── KEY INGREDIENTS ── --\u003e\n\u003ch2\u003eKey Ingredients\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cspan class=\"saffron-badge\"\u003e🌸 Pampore, Kashmir\u003c\/span\u003e\n\u003ch3\u003eKashmiri Saffron Extract\u003c\/h3\u003e\n\u003cp\u003eHand-harvested from the saffron fields of Pampore — the saffron capital of Kashmir. Rich in crocin and safranal, it brightens skin tone, improves radiance, and deeply nourishes with every wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch3\u003eOlive Oil Soap Base\u003c\/h3\u003e\n\u003cp\u003eCold-pressed olive oil at the heart of this castile formula. Rich in oleic acid and antioxidants — cleanses gently while actively conditioning and protecting the skin barrier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch3\u003eGlycerin\u003c\/h3\u003e\n\u003cp\u003eA natural humectant that draws moisture from the environment into the skin. Leaves skin feeling soft, plump, and hydrated after washing — no tight or dry feeling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch3\u003eNatural Cleansing Agents\u003c\/h3\u003e\n\u003cp\u003ePlant-derived, mild surfactants that create a soft lather and effectively remove impurities without disturbing the skin's natural pH or moisture balance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SAFFRON ORIGIN ── --\u003e\n\u003cdiv class=\"saffron-highlight\"\u003e\n\u003ch3\u003e🌸 The Saffron of Pampore, Kashmir\u003c\/h3\u003e\n\u003cp\u003ePampore — known as the Saffron Town of India — sits in the heart of the Kashmir Valley and produces some of the world's most prized saffron. The saffron in this body wash is sourced directly from these fields, hand-harvested at peak bloom, and carefully processed to preserve its full natural potency. When you use this body wash, you carry a piece of Kashmir's finest heritage on your skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── DIRECTIONS ── --\u003e\n\u003ch2\u003eDirections for Use\u003c\/h2\u003e\n\u003cdiv class=\"directions-block\"\u003e\n\u003col\u003e\n\u003cli\u003eWet your body thoroughly with warm water.\u003c\/li\u003e\n\u003cli\u003eApply a generous amount of body wash onto your palms or a loofah.\u003c\/li\u003e\n\u003cli\u003eMassage gently across the body in circular motions to work into a soft lather.\u003c\/li\u003e\n\u003cli\u003eRinse thoroughly with water until completely clean.\u003c\/li\u003e\n\u003cli\u003ePat dry with a soft towel and enjoy soft, refreshed skin.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- ── SUITABLE FOR ── --\u003e\n\u003ch2\u003eSuitable For\u003c\/h2\u003e\n\u003cdiv class=\"suitable-grid\"\u003e\n\u003cdiv class=\"suitable-card\"\u003e\n\u003cspan class=\"s-icon\"\u003e👤\u003c\/span\u003e \u003cb\u003eAll Skin Types\u003c\/b\u003e Normal, dry, oily and combination skin\u003c\/div\u003e\n\u003cdiv class=\"suitable-card\"\u003e\n\u003cspan class=\"s-icon\"\u003e📅\u003c\/span\u003e \u003cb\u003eDaily Use\u003c\/b\u003e Gentle enough for every day, morning or evening\u003c\/div\u003e\n\u003cdiv class=\"suitable-card\"\u003e\n\u003cspan class=\"s-icon\"\u003e👨👩👧\u003c\/span\u003e \u003cb\u003eMen \u0026amp; Women\u003c\/b\u003e For the whole family — adults of all ages\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── CAUTION ── --\u003e\n\u003cdiv class=\"caution-block\"\u003e⚠️ \u003cb\u003eCaution:\u003c\/b\u003e For external use only. Avoid direct contact with eyes. If contact occurs, rinse immediately with plenty of clean water. Discontinue use if any irritation develops. Keep out of reach of children.\u003c\/div\u003e","brand":"Kashmir Online Store ","offers":[{"title":"200 Ml","offer_id":43562331897943,"sku":null,"price":1400.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0269\/8258\/0311\/files\/Castile_Olive_Body_Wash.png?v=1778915689","url":"https:\/\/www.kashmironlinestore.com\/products\/castile-olive-body-wash","provider":"Kashmir Online Store ","version":"1.0","type":"link"}