{"title":"body wash","description":null,"products":[{"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"},{"product_id":"castile-butter-body-wash","title":"Castile Butter Body Wash | Natural Moisturizing Wash | 200ml","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"Buy Castile Butter Body Wash online — a natural, moisturizing body wash that cleanses gently and leaves skin soft, smooth, and hydrated. Premium daily care.\"\u003e \u003cmeta name=\"keywords\" content=\"Castile Butter Body Wash, Natural Body Wash, Moisturizing Body Wash, Hydrating Body Wash, Gentle Body Cleanser, Body Wash for Dry Skin, Daily Use Body Wash, Premium Body Wash India\"\u003e \u003clink rel=\"canonical\" href=\"https:\/\/kashmironlinestore.com\/products\/castile-butter-body-wash\"\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\"@type\":\"Question\",\"name\":\"What is Castile Butter Body Wash?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Castile Butter Body Wash from Kashmir Online Store is a natural, moisturizing body wash that cleanses the skin gently while helping it feel soft, smooth, and hydrated. It is designed for daily use and suits all skin types.\"}},\n    {\"@type\":\"Question\",\"name\":\"Is this body wash good for dry skin?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. Its rich, butter-infused formula is designed to cleanse without stripping the skin, making it a comforting choice for dry and sensitive skin. Follow with a moisturiser to lock in softness.\"}},\n    {\"@type\":\"Question\",\"name\":\"Can I use it every day?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. It is gentle enough for daily use as part of your everyday bathing routine, for both men and women.\"}},\n    {\"@type\":\"Question\",\"name\":\"Is it natural and gentle?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. It is a natural, gentle body cleanser crafted around nourishing ingredients, formulated to be kind to the skin while cleansing effectively.\"}},\n    {\"@type\":\"Question\",\"name\":\"Where can I buy Castile Butter Body Wash online in India?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"You can buy Castile Butter Body Wash online directly from Kashmir Online Store, with delivery across India.\"}}\n  ]\n}\n\u003c\/script\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,500\u0026amp;family=Jost:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    --butter:#7C5E1F;     \/* deep butterscotch \/ dark band *\/\n    --butter2:#574212;\n    --mid:#B98F2C;         \/* mid golden-butter accent      *\/\n    --gold:#C8941E;        \/* accent gold                   *\/\n    --honey:#E8C66A;       \/* soft buttery highlight        *\/\n    --cream:#FBF4DE;       \/* buttery cream bg              *\/\n    --card:#FFFDF6;        \/* card surface                  *\/\n    --ink:#3A3320;         \/* body text                     *\/\n    --muted:#8A7E5E;       \/* secondary text                *\/\n    --line:#EBE2C6;        \/* hairline                      *\/\n  }\n  *{margin:0;padding:0;box-sizing:border-box}\n  .kos-page{background:var(--cream);color:var(--ink);font-family:'Jost',sans-serif;font-weight:300;line-height:1.7;font-size:17px;-webkit-font-smoothing:antialiased}\n  .kos-page *{box-sizing:border-box}\n  .wrap{max-width:980px;margin:0 auto;padding:0 24px}\n  h1,h2,h3{font-family:'Cormorant Garamond',serif;font-weight:600;line-height:1.12;color:var(--butter)}\n  h2{font-size:clamp(28px,4.4vw,42px);margin-bottom:8px}\n  h3{font-size:22px;color:var(--mid)}\n  p{margin-bottom:16px}\n  strong{font-weight:500;color:var(--butter)}\n  .eyebrow{font-family:'Jost',sans-serif;font-weight:500;font-size:12px;letter-spacing:.32em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;display:block}\n  .hero{background:radial-gradient(120% 90% at 80% -10%, rgba(232,198,106,.45), transparent 55%),linear-gradient(155deg,var(--butter) 0%, var(--butter2) 100%);color:#fff;text-align:center;padding:84px 24px 88px;position:relative;overflow:hidden}\n  .hero::after{content:\"\";position:absolute;inset:0;background:radial-gradient(60% 50% at 50% 122%, rgba(0,0,0,.3), transparent);pointer-events:none}\n  .hero .eyebrow{color:#F0DDA0}\n  .hero h1{font-family:'Cormorant Garamond',serif;font-weight:600;color:#fff;font-size:clamp(38px,6.4vw,62px);line-height:1.05;letter-spacing:.4px;position:relative;z-index:1}\n  .hero .tagline{font-style:italic;font-family:'Cormorant Garamond',serif;font-size:clamp(20px,3vw,27px);color:#F4E7BC;margin-top:14px;font-weight:500;position:relative;z-index:1}\n  .hero .lead{max-width:640px;margin:22px auto 0;color:rgba(255,255,255,.88);font-size:17px;position:relative;z-index:1}\n  .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:600px;margin:40px auto 0;position:relative;z-index:1}\n  .pillar{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.22);border-radius:14px;padding:22px 16px;backdrop-filter:blur(2px)}\n  .pillar .bubble{width:28px;height:28px;margin:0 auto 10px;border-radius:50%;background:radial-gradient(circle at 34% 28%, #FFFFFF, var(--honey));box-shadow:0 0 16px rgba(232,198,106,.65)}\n  .pillar .t{font-family:'Cormorant Garamond',serif;font-size:20px;color:#fff;font-weight:600}\n  .pillar .s{font-size:12px;letter-spacing:.05em;color:rgba(255,255,255,.74);margin-top:2px}\n  section{padding:64px 0}\n  .section-light{background:var(--cream)}\n  .section-card{background:var(--card)}\n  .divider-note{color:var(--muted);font-style:italic;font-family:'Cormorant Garamond',serif;font-size:21px}\n  .lede{font-family:'Cormorant Garamond',serif;font-size:clamp(22px,3vw,28px);color:var(--butter);font-weight:500;font-style:italic;line-height:1.4;margin-bottom:18px}\n  .benefits{list-style:none;margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:14px 32px}\n  .benefits li{position:relative;padding-left:30px;font-size:16px}\n  .benefits li::before{content:\"\";position:absolute;left:0;top:8px;width:11px;height:11px;background:radial-gradient(circle at 34% 28%, #FFFFFF, var(--honey));border-radius:50%}\n  .steps{counter-reset:s;margin-top:26px;display:grid;gap:14px}\n  .step{display:grid;grid-template-columns:42px 1fr;gap:18px;align-items:start;background:var(--cream);border:1px solid var(--line);border-radius:14px;padding:20px 22px}\n  .step .n{counter-increment:s;width:42px;height:42px;border-radius:50%;background:var(--butter);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600}\n  .step .n::before{content:counter(s)}\n  .step p{margin:0;font-size:15.5px}\n  .step p strong{color:var(--butter)}\n  .chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}\n  .chip{background:var(--card);border:1px solid var(--line);border-radius:99px;padding:11px 22px;font-size:15px;color:var(--butter);transition:all .2s ease}\n  .chip:hover{background:var(--butter);color:#fff;border-color:var(--butter)}\n  .pure-box{background:var(--card);border-left:4px solid var(--gold);border-radius:0 14px 14px 0;padding:26px 28px;margin-top:24px}\n  .pure-box p:last-child{margin-bottom:0}\n  .taglines{list-style:none;margin-top:24px;display:grid;gap:12px}\n  .taglines li{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:16px 22px;font-family:'Cormorant Garamond',serif;font-size:21px;font-style:italic;color:var(--butter)}\n  .why{background:linear-gradient(155deg,var(--butter),var(--butter2));color:#fff}\n  .why h2{color:#fff}.why .eyebrow{color:#F0DDA0}.why p{color:rgba(255,255,255,.86)}\n  .why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:30px}\n  .why-item h3{color:var(--honey);font-size:21px;margin-bottom:6px}\n  .why-item p{color:rgba(255,255,255,.82);font-size:15px;margin:0}\n  .cta{background:linear-gradient(135deg,var(--mid),#8a6a1c);text-align:center;border-radius:20px;padding:52px 30px}\n  .cta h2{color:#fff;font-size:clamp(30px,5vw,46px)}\n  .cta p{color:rgba(255,255,255,.95);max-width:560px;margin:10px auto 26px;font-size:17px}\n  .cta a{display:inline-block;background:var(--butter);color:#fff;text-decoration:none;font-family:'Jost',sans-serif;font-weight:500;letter-spacing:.04em;padding:16px 40px;border-radius:99px;font-size:16px;transition:transform .2s,box-shadow .2s}\n  .cta a:hover{transform:translateY(-2px);box-shadow:0 14px 30px -14px rgba(0,0,0,.5)}\n  .faq{margin-top:26px;border-top:1px solid var(--line)}\n  details{border-bottom:1px solid var(--line)}\n  summary{cursor:pointer;list-style:none;padding:20px 40px 20px 4px;position:relative;font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--butter)}\n  summary::-webkit-details-marker{display:none}\n  summary::after{content:\"+\";position:absolute;right:8px;top:18px;font-size:26px;color:var(--gold);transition:transform .2s}\n  details[open] summary::after{transform:rotate(45deg)}\n  details p{padding:0 4px 22px;color:var(--muted);font-size:15.5px;margin:0}\n  .meta{background:var(--butter);color:#fff;border-radius:16px;padding:30px 32px;margin-top:36px}\n  .meta h3{color:#F0DDA0;font-size:18px;font-family:'Jost',sans-serif;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;margin-top:28px}\n  .meta h3:first-child{margin-top:0}\n  .meta .row{margin-bottom:14px}\n  .meta .k{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#F0DDA0;display:block;margin-bottom:4px}\n  .meta .v{color:#fff;font-size:15.5px}\n  .kwwrap{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}\n  .kw{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:6px;padding:6px 12px;font-size:12.5px;color:#fff}\n  @media(max-width:640px){.pillars{grid-template-columns:1fr}.benefits{grid-template-columns:1fr}section{padding:48px 0}}\n\u003c\/style\u003e\n\u003cmain class=\"kos-page\"\u003e\u003cheader class=\"hero\"\u003e\u003cspan class=\"eyebrow\"\u003eKashmir Online Store · Premium Body Care\u003c\/span\u003e\n\u003ch1\u003eCastile Butter Body Wash\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eCleanse like a ritual. Emerge soft, smooth, and renewed.\u003c\/p\u003e\n\u003cp class=\"lead\"\u003eA creamy, butter-infused Castile body wash that cleanses gently and leaves your skin soft, hydrated, and beautifully cared for — every single shower.\u003c\/p\u003e\n\u003cdiv class=\"pillars\"\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"bubble\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"t\"\u003eGentle Cleanse\u003c\/div\u003e\n\u003cdiv class=\"s\"\u003eKind, non-stripping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"bubble\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"t\"\u003eDeep Hydration\u003c\/div\u003e\n\u003cdiv class=\"s\"\u003eButter-soft moisture\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"bubble\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"t\"\u003eSoft Skin\u003c\/div\u003e\n\u003cdiv class=\"s\"\u003eSmooth, nourished feel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003csection class=\"section-light\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eProduct Overview\u003c\/span\u003e\n\u003ch2\u003eTurn your shower into self-care\u003c\/h2\u003e\n\u003cp\u003eSome showers simply get you clean. \u003cstrong\u003eCastile Butter Body Wash\u003c\/strong\u003e from Kashmir Online Store does something more — it turns an everyday routine into a moment of nourishment and calm. This creamy, butter-infused \u003cstrong\u003enatural body wash\u003c\/strong\u003e blends the time-honoured gentleness of Castile cleansing with rich, skin-loving moisture, lifting away dirt and sweat without ever stripping your skin.\u003c\/p\u003e\n\u003cp\u003eThe result is a \u003cstrong\u003emoisturizing body wash\u003c\/strong\u003e that cleanses thoroughly yet leaves your skin feeling soft, smooth, and comfortable — never tight or dry. Its luxurious lather wraps around you like a warm embrace, while its hydrating character makes it a dream for everyday use. Whether you're rinsing off after a long day or starting your morning fresh, this \u003cstrong\u003ehydrating body wash\u003c\/strong\u003e delivers a premium bathing experience that feels indulgent and kind. Gentle, nourishing, and beautifully clean — it's the kind of daily luxury your skin will look forward to. A truly \u003cstrong\u003epremium body wash in India\u003c\/strong\u003e, made for those who believe self-care begins in the shower.\u003c\/p\u003e\n\u003cp class=\"divider-note\"\u003ePure. Premium. Beautifully soft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-card\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eKey Benefits\u003c\/span\u003e\n\u003ch2\u003eWhat every shower gives back\u003c\/h2\u003e\n\u003cul class=\"benefits\"\u003e\n\u003cli\u003eCleanses gently without stripping the skin's natural moisture.\u003c\/li\u003e\n\u003cli\u003eButter-rich formula helps hydrate for soft, smooth skin.\u003c\/li\u003e\n\u003cli\u003eLeaves skin feeling nourished, comfortable, and fresh.\u003c\/li\u003e\n\u003cli\u003eLuxurious, creamy lather for a premium bathing experience.\u003c\/li\u003e\n\u003cli\u003eA comforting choice for dry and sensitive skin.\u003c\/li\u003e\n\u003cli\u003eGentle enough for everyday use, morning or night.\u003c\/li\u003e\n\u003cli\u003eRefreshing, indulgent ritual of daily self-care.\u003c\/li\u003e\n\u003cli\u003eSuitable for the whole family — men and women alike.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"why\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eWhy Choose This Product?\u003c\/span\u003e\n\u003ch2\u003eGentle cleansing, butter-soft results\u003c\/h2\u003e\n\u003cp style=\"max-width: 680px;\"\u003eCastile cleansing has been loved for centuries for being kind to the skin. We've enriched that tradition with nourishing butters — so you get a wash that's gentle, hydrating, and indulgent, all at once.\u003c\/p\u003e\n\u003cdiv class=\"why-grid\"\u003e\n\u003cdiv class=\"why-item\"\u003e\n\u003ch3\u003eTime-Honoured Castile\u003c\/h3\u003e\n\u003cp\u003eA classic, gentle cleansing approach, kind to everyday skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-item\"\u003e\n\u003ch3\u003eButter-Rich Moisture\u003c\/h3\u003e\n\u003cp\u003eNourishing butters help skin feel soft, smooth, and hydrated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-item\"\u003e\n\u003ch3\u003eEveryday Luxury\u003c\/h3\u003e\n\u003cp\u003eA premium bathing experience you can enjoy daily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-item\"\u003e\n\u003ch3\u003eTrusted Quality\u003c\/h3\u003e\n\u003cp\u003eCrafted with care by Kashmir Online Store.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-light\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eHow to Use\u003c\/span\u003e\n\u003ch2\u003eYour daily shower ritual\u003c\/h2\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"n\"\u003e\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eWet\u003c\/strong\u003e your skin with warm water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"n\"\u003e\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eLather\u003c\/strong\u003e a small amount onto your hands, a loofah, or a washcloth and massage over the body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"n\"\u003e\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eRinse\u003c\/strong\u003e thoroughly and pat dry. Follow with a body lotion to seal in softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 22px; color: var(--muted); font-size: 15px;\"\u003eFor external use only. Avoid contact with eyes; if contact occurs, rinse with water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-card\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eSuitable For\u003c\/span\u003e\n\u003ch2\u003eMade for everyday skin, every day\u003c\/h2\u003e\n\u003cdiv class=\"chips\"\u003e\n\u003cspan class=\"chip\"\u003eAll skin types\u003c\/span\u003e \u003cspan class=\"chip\"\u003eDry \u0026amp; sensitive skin\u003c\/span\u003e \u003cspan class=\"chip\"\u003eDaily bathing routines\u003c\/span\u003e \u003cspan class=\"chip\"\u003eMen \u0026amp; women\u003c\/span\u003e \u003cspan class=\"chip\"\u003eLovers of natural body care\u003c\/span\u003e \u003cspan class=\"chip\"\u003eAnyone seeking soft, hydrated skin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 24px; color: var(--muted); font-size: 15px;\"\u003eIf you have sensitive skin or a known allergy, we recommend a patch test before regular use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-light\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eStorage Instructions\u003c\/span\u003e\n\u003ch2\u003eKeep it fresh\u003c\/h2\u003e\n\u003cdiv class=\"pure-box\"\u003e\n\u003cp\u003e\u003cstrong\u003eStore\u003c\/strong\u003e in a cool, dry place, away from direct sunlight.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eClose\u003c\/strong\u003e the cap tightly after each use to maintain freshness.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKeep\u003c\/strong\u003e out of reach of young children.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFor external use only.\u003c\/strong\u003e Discontinue use if irritation occurs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-card\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eBrand Taglines\u003c\/span\u003e\n\u003ch2\u003eSay it in a line\u003c\/h2\u003e\n\u003cul class=\"taglines\"\u003e\n\u003cli\u003e\"Cleanse gently. Glow softly.\"\u003c\/li\u003e\n\u003cli\u003e\"Butter-soft skin, every single shower.\"\u003c\/li\u003e\n\u003cli\u003e\"Where bathing becomes a ritual.\"\u003c\/li\u003e\n\u003cli\u003e\"Hydration that begins in the shower.\"\u003c\/li\u003e\n\u003cli\u003e\"Naturally clean. Beautifully soft.\"\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-light\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"cta\"\u003e\n\u003ch2\u003eMake every shower a little luxury\u003c\/h2\u003e\n\u003cp\u003eTreat your skin to gentle, butter-soft cleansing with Castile Butter Body Wash. Order today from Kashmir Online Store — premium natural body care, delivered across India.\u003c\/p\u003e\n\u003ca href=\"https:\/\/wa.me\/+91-8899937924%20text=Hi%2C%20I%27d%20like%20to%20order%20Castile%20Butter%20Body%20Wash\" rel=\"noopener\" target=\"_blank\"\u003eOrder on WhatsApp\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-card\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\u003ch2\u003eGood to know\u003c\/h2\u003e\n\u003cdiv class=\"faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is Castile Butter Body Wash?\u003c\/summary\u003e\n\u003cp\u003eIt's a natural, moisturizing body wash from Kashmir Online Store that cleanses the skin gently while helping it feel soft, smooth, and hydrated. It's designed for daily use and suits all skin types.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this body wash good for dry skin?\u003c\/summary\u003e\n\u003cp\u003eYes. Its rich, butter-infused formula is designed to cleanse without stripping the skin, making it a comforting choice for dry and sensitive skin. Follow with a moisturiser to lock in softness.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it every day?\u003c\/summary\u003e\n\u003cp\u003eYes. It's gentle enough for daily use as part of your everyday bathing routine, for both men and women.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it natural and gentle?\u003c\/summary\u003e\n\u003cp\u003eYes. It's a natural, gentle body cleanser crafted around nourishing ingredients, formulated to be kind to the skin while cleansing effectively.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I buy it online in India?\u003c\/summary\u003e\n\u003cp\u003eYou can buy Castile Butter Body Wash online directly from Kashmir Online Store, with delivery across India.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta\"\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/main\u003e","brand":"Kashmir Online Store ","offers":[{"title":"200ml","offer_id":43983171125335,"sku":null,"price":1500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0269\/8258\/0311\/files\/Castile_Butter_Body_Wash_for_Soft_Hydrated_Skin.png?v=1779440403"},{"product_id":"castile-coconut-body-wash","title":"Castile Coconut Body Wash | Natural Sulfate-Free Wash | 200ml","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"Buy Castile Coconut Body Wash online — a natural, sulfate-free coconut body wash that cleanses gently and leaves skin soft, fresh, and hydrated. Daily care, India.\"\u003e \u003cmeta name=\"keywords\" content=\"Castile Coconut Body Wash, Coconut Body Wash, Natural Body Wash, Moisturizing Body Wash, Sulfate Free Body Wash, Gentle Body Cleanser, Daily Use Body Wash, Body Wash India\"\u003e \u003clink rel=\"canonical\" href=\"https:\/\/kashmironlinestore.com\/products\/castile-coconut-body-wash\"\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\"@type\":\"Question\",\"name\":\"What is Castile Coconut Body Wash?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Castile Coconut Body Wash from Kashmir Online Store is a natural, sulfate-free coconut body wash that cleanses the skin gently while helping it feel soft, fresh, and hydrated. It is designed for daily use and suits all skin types.\"}},\n    {\"@type\":\"Question\",\"name\":\"Is this body wash sulfate-free?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. It is a sulfate-free body wash crafted around gentle, coconut-based cleansing, making it a kind choice for everyday use and for sensitive skin.\"}},\n    {\"@type\":\"Question\",\"name\":\"Is it good for dry skin?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. Its coconut-based, moisturizing formula cleanses without stripping the skin, helping it feel soft and hydrated. Follow with a body lotion to lock in moisture.\"}},\n    {\"@type\":\"Question\",\"name\":\"Can I use it every day?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. It is gentle enough for daily use as part of your everyday bathing routine, for both men and women.\"}},\n    {\"@type\":\"Question\",\"name\":\"Where can I buy Castile Coconut Body Wash online in India?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"You can buy Castile Coconut Body Wash online directly from Kashmir Online Store, with delivery across India.\"}}\n  ]\n}\n\u003c\/script\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,500\u0026amp;family=Jost:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    --palm:#6E5A3A;       \/* coconut-husk brown \/ dark band *\/\n    --palm2:#4A3C24;\n    --leaf:#A88A55;        \/* warm coconut accent *\/\n    --husk:#9A7B45;        \/* soft husk accent *\/\n    --gold:#C8941E;        \/* accent gold                 *\/\n    --coco:#F7F2E6;        \/* coconut-cream bg *\/\n    --card:#FFFFFF;        \/* card surface                *\/\n    --ink:#283129;         \/* body text                   *\/\n    --muted:#6E7D70;       \/* secondary text              *\/\n    --line:#E2E4D6;        \/* hairline                    *\/\n  }\n  *{margin:0;padding:0;box-sizing:border-box}\n  .kos-page{background:var(--coco);color:var(--ink);font-family:'Jost',sans-serif;font-weight:300;line-height:1.7;font-size:17px;-webkit-font-smoothing:antialiased}\n  .kos-page *{box-sizing:border-box}\n  .wrap{max-width:980px;margin:0 auto;padding:0 24px}\n  h1,h2,h3{font-family:'Cormorant Garamond',serif;font-weight:600;line-height:1.12;color:var(--palm)}\n  h2{font-size:clamp(28px,4.4vw,42px);margin-bottom:8px}\n  h3{font-size:22px;color:var(--leaf)}\n  p{margin-bottom:16px}\n  strong{font-weight:500;color:var(--palm)}\n  .eyebrow{font-family:'Jost',sans-serif;font-weight:500;font-size:12px;letter-spacing:.32em;text-transform:uppercase;color:var(--husk);margin-bottom:18px;display:block}\n  .hero{background:radial-gradient(120% 90% at 80% -10%, rgba(200,176,120,.42), transparent 55%),linear-gradient(155deg,var(--palm) 0%, var(--palm2) 100%);color:#fff;text-align:center;padding:84px 24px 88px;position:relative;overflow:hidden}\n  .hero::after{content:\"\";position:absolute;inset:0;background:radial-gradient(60% 50% at 50% 122%, rgba(0,0,0,.32), transparent);pointer-events:none}\n  .hero .eyebrow{color:#E6C79A}\n  .hero h1{font-family:'Cormorant Garamond',serif;font-weight:600;color:#fff;font-size:clamp(38px,6.4vw,62px);line-height:1.05;letter-spacing:.4px;position:relative;z-index:1}\n  .hero .tagline{font-style:italic;font-family:'Cormorant Garamond',serif;font-size:clamp(20px,3vw,27px);color:#EDE6D2;margin-top:14px;font-weight:500;position:relative;z-index:1}\n  .hero .lead{max-width:640px;margin:22px auto 0;color:rgba(255,255,255,.88);font-size:17px;position:relative;z-index:1}\n  .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:600px;margin:40px auto 0;position:relative;z-index:1}\n  .pillar{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:14px;padding:22px 16px;backdrop-filter:blur(2px)}\n  .pillar .bubble{width:28px;height:28px;margin:0 auto 10px;border-radius:50%;background:radial-gradient(circle at 34% 28%, #FFFFFF, var(--leaf));box-shadow:0 0 16px rgba(200,176,120,.55)}\n  .pillar .t{font-family:'Cormorant Garamond',serif;font-size:20px;color:#fff;font-weight:600}\n  .pillar .s{font-size:12px;letter-spacing:.05em;color:rgba(255,255,255,.74);margin-top:2px}\n  section{padding:64px 0}\n  .section-light{background:var(--coco)}\n  .section-card{background:var(--card)}\n  .divider-note{color:var(--muted);font-style:italic;font-family:'Cormorant Garamond',serif;font-size:21px}\n  .lede{font-family:'Cormorant Garamond',serif;font-size:clamp(22px,3vw,28px);color:var(--palm);font-weight:500;font-style:italic;line-height:1.4;margin-bottom:18px}\n  .benefits{list-style:none;margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:14px 32px}\n  .benefits li{position:relative;padding-left:30px;font-size:16px}\n  .benefits li::before{content:\"\";position:absolute;left:0;top:8px;width:11px;height:11px;background:radial-gradient(circle at 34% 28%, #FFFFFF, var(--leaf));border-radius:50%}\n  .steps{counter-reset:s;margin-top:26px;display:grid;gap:14px}\n  .step{display:grid;grid-template-columns:42px 1fr;gap:18px;align-items:start;background:var(--coco);border:1px solid var(--line);border-radius:14px;padding:20px 22px}\n  .step .n{counter-increment:s;width:42px;height:42px;border-radius:50%;background:var(--palm);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600}\n  .step .n::before{content:counter(s)}\n  .step p{margin:0;font-size:15.5px}\n  .step p strong{color:var(--palm)}\n  .chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}\n  .chip{background:var(--card);border:1px solid var(--line);border-radius:99px;padding:11px 22px;font-size:15px;color:var(--palm);transition:all .2s ease}\n  .chip:hover{background:var(--palm);color:#fff;border-color:var(--palm)}\n  .why{background:linear-gradient(155deg,var(--palm),var(--palm2));color:#fff}\n  .why h2{color:#fff}.why .eyebrow{color:#E6C79A}.why p{color:rgba(255,255,255,.86)}\n  .why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:30px}\n  .why-item h3{color:#E6C79A;font-size:21px;margin-bottom:6px}\n  .why-item p{color:rgba(255,255,255,.82);font-size:15px;margin:0}\n  .cta{background:linear-gradient(135deg,var(--leaf),#2c6a47);text-align:center;border-radius:20px;padding:52px 30px}\n  .cta h2{color:#fff;font-size:clamp(30px,5vw,46px)}\n  .cta p{color:rgba(255,255,255,.95);max-width:560px;margin:10px auto 26px;font-size:17px}\n  .cta a{display:inline-block;background:var(--palm);color:#fff;text-decoration:none;font-family:'Jost',sans-serif;font-weight:500;letter-spacing:.04em;padding:16px 40px;border-radius:99px;font-size:16px;transition:transform .2s,box-shadow .2s}\n  .cta a:hover{transform:translateY(-2px);box-shadow:0 14px 30px -14px rgba(0,0,0,.5)}\n  .faq{margin-top:26px;border-top:1px solid var(--line)}\n  details{border-bottom:1px solid var(--line)}\n  summary{cursor:pointer;list-style:none;padding:20px 40px 20px 4px;position:relative;font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--palm)}\n  summary::-webkit-details-marker{display:none}\n  summary::after{content:\"+\";position:absolute;right:8px;top:18px;font-size:26px;color:var(--husk);transition:transform .2s}\n  details[open] summary::after{transform:rotate(45deg)}\n  details p{padding:0 4px 22px;color:var(--muted);font-size:15.5px;margin:0}\n  .meta{background:var(--palm);color:#fff;border-radius:16px;padding:30px 32px;margin-top:36px}\n  .meta h3{color:#E6C79A;font-size:18px;font-family:'Jost',sans-serif;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;margin-top:28px}\n  .meta h3:first-child{margin-top:0}\n  .meta .row{margin-bottom:14px}\n  .meta .k{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#E6C79A;display:block;margin-bottom:4px}\n  .meta .v{color:#fff;font-size:15.5px}\n  .kwwrap{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}\n  .kw{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:6px;padding:6px 12px;font-size:12.5px;color:#fff}\n  @media(max-width:640px){.pillars{grid-template-columns:1fr}.benefits{grid-template-columns:1fr}section{padding:48px 0}}\n\u003c\/style\u003e\n\u003cmain class=\"kos-page\"\u003e\u003cheader class=\"hero\"\u003e\u003cspan class=\"eyebrow\"\u003eKashmir Online Store · Premium Body Care\u003c\/span\u003e\n\u003ch1\u003eCastile Coconut Body Wash\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eCoconut-fresh cleansing. Soft, hydrated, happy skin.\u003c\/p\u003e\n\u003cp class=\"lead\"\u003eA gentle, sulfate-free coconut body wash that cleanses with a creamy lather and leaves your skin feeling soft, fresh, and beautifully nourished — every single shower.\u003c\/p\u003e\n\u003cdiv class=\"pillars\"\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"bubble\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"t\"\u003eGentle Cleanse\u003c\/div\u003e\n\u003cdiv class=\"s\"\u003eSulfate-free \u0026amp; kind\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"bubble\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"t\"\u003eCoconut Hydration\u003c\/div\u003e\n\u003cdiv class=\"s\"\u003eSoft, nourished skin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"bubble\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"t\"\u003eFresh Finish\u003c\/div\u003e\n\u003cdiv class=\"s\"\u003eClean, comfortable feel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003csection class=\"section-light\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eShort Description\u003c\/span\u003e\n\u003ch2\u003eThe everyday freshness of coconut\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eCastile Coconut Body Wash\u003c\/strong\u003e from Kashmir Online Store is a gentle, \u003cstrong\u003esulfate free body wash\u003c\/strong\u003e that brings the nourishing goodness of coconut to your daily shower. Its creamy lather cleanses away dirt and sweat without stripping your skin, leaving it soft, fresh, and hydrated. A premium \u003cstrong\u003ecoconut body wash\u003c\/strong\u003e and trusted \u003cstrong\u003enatural body wash\u003c\/strong\u003e for those who want clean, comfortable, beautifully cared-for skin every day.\u003c\/p\u003e\n\u003cp class=\"divider-note\"\u003ePure. Premium. Coconut-soft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-card\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eProduct Description\u003c\/span\u003e\n\u003ch2\u003eCleansing that loves your skin back\u003c\/h2\u003e\n\u003cp class=\"lede\"\u003e\"Soft, fresh skin shouldn't cost you your skin's moisture.\"\u003c\/p\u003e\n\u003cp\u003eMany ordinary body washes leave skin feeling tight and dry. \u003cstrong\u003eCastile Coconut Body Wash\u003c\/strong\u003e is different. Built on the time-honoured gentleness of Castile cleansing and the nourishing power of coconut, this \u003cstrong\u003emoisturizing body wash\u003c\/strong\u003e cleanses thoroughly while helping your skin hold on to its natural softness. The outcome you'll notice: skin that feels clean and refreshed, never stripped or uncomfortable.\u003c\/p\u003e\n\u003cp\u003eAs a \u003cstrong\u003esulfate free body wash\u003c\/strong\u003e, it's a kinder choice for everyday bathing — perfect for those who find harsh foaming washes too drying. The creamy, coconut-rich lather glides over the skin and rinses away cleanly, leaving behind a soft, smooth, hydrated finish and a fresh, just-showered feeling. It's the kind of gentle daily cleanse that turns a quick rinse into a small moment of self-care.\u003c\/p\u003e\n\u003cp\u003eBecause it's a \u003cstrong\u003egentle body cleanser\u003c\/strong\u003e designed for regular use, the whole family can enjoy it. Use it morning to wake up and refresh, or at night to wash away the day and unwind. Whether you have normal, dry, or sensitive skin, this \u003cstrong\u003edaily use body wash\u003c\/strong\u003e keeps your skin feeling cared for from the very first wash.\u003c\/p\u003e\n\u003cp\u003eIf you've been searching for a dependable, premium \u003cstrong\u003enatural body wash\u003c\/strong\u003e and a standout \u003cstrong\u003ecoconut body wash\u003c\/strong\u003e in the \u003cstrong\u003ebody wash India\u003c\/strong\u003e market, Castile Coconut Body Wash delivers everyday luxury with a clean conscience. Soft skin, fresh feeling, gentle care — crafted with love by Kashmir Online Store.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-light\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eKey Benefits\u003c\/span\u003e\n\u003ch2\u003eWhat every shower gives back\u003c\/h2\u003e\n\u003cul class=\"benefits\"\u003e\n\u003cli\u003eSulfate-free, gentle cleansing that won't strip your skin.\u003c\/li\u003e\n\u003cli\u003eCoconut-rich formula helps keep skin soft and hydrated.\u003c\/li\u003e\n\u003cli\u003eCreamy lather leaves a fresh, clean, comfortable feel.\u003c\/li\u003e\n\u003cli\u003eA kind choice for dry and sensitive skin.\u003c\/li\u003e\n\u003cli\u003eGentle enough for daily use, morning or night.\u003c\/li\u003e\n\u003cli\u003eRefreshing, nourishing ritual of everyday self-care.\u003c\/li\u003e\n\u003cli\u003eSuitable for the whole family — men and women alike.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"why\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eWhy Choose Kashmir Online Store?\u003c\/span\u003e\n\u003ch2\u003eGentle by nature, premium by design\u003c\/h2\u003e\n\u003cp style=\"max-width: 680px;\"\u003eWe pair the centuries-old gentleness of Castile cleansing with nourishing coconut and a sulfate-free formula — so your daily wash feels clean, fresh, and kind to your skin.\u003c\/p\u003e\n\u003cdiv class=\"why-grid\"\u003e\n\u003cdiv class=\"why-item\"\u003e\n\u003ch3\u003eCoconut Nourishment\u003c\/h3\u003e\n\u003cp\u003eCoconut-based cleansing that helps skin feel soft and hydrated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-item\"\u003e\n\u003ch3\u003eSulfate-Free \u0026amp; Gentle\u003c\/h3\u003e\n\u003cp\u003eA kinder formula for everyday and sensitive skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-item\"\u003e\n\u003ch3\u003eEveryday Luxury\u003c\/h3\u003e\n\u003cp\u003eA premium, fresh bathing experience you can enjoy daily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-item\"\u003e\n\u003ch3\u003eTrusted Quality\u003c\/h3\u003e\n\u003cp\u003eCrafted with care by Kashmir Online Store, delivered across India.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-light\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eHow to Use\u003c\/span\u003e\n\u003ch2\u003eYour daily shower ritual\u003c\/h2\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"n\"\u003e\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eWet\u003c\/strong\u003e your skin with warm water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"n\"\u003e\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eLather\u003c\/strong\u003e a small amount onto your hands, a loofah, or a washcloth and massage over the body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"n\"\u003e\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eRinse\u003c\/strong\u003e thoroughly and pat dry. Follow with a body lotion to seal in softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 22px; color: var(--muted); font-size: 15px;\"\u003eFor external use only. Avoid contact with eyes; if contact occurs, rinse with water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-card\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eSuitable For\u003c\/span\u003e\n\u003ch2\u003eMade for everyday skin, every day\u003c\/h2\u003e\n\u003cdiv class=\"chips\"\u003e\n\u003cspan class=\"chip\"\u003eAll skin types\u003c\/span\u003e \u003cspan class=\"chip\"\u003eDry \u0026amp; sensitive skin\u003c\/span\u003e \u003cspan class=\"chip\"\u003eDaily bathing routines\u003c\/span\u003e \u003cspan class=\"chip\"\u003eMen \u0026amp; women\u003c\/span\u003e \u003cspan class=\"chip\"\u003eSulfate-free seekers\u003c\/span\u003e \u003cspan class=\"chip\"\u003eLovers of natural body care\u003c\/span\u003e \u003cspan class=\"chip\"\u003eAnyone wanting soft, fresh skin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 24px; color: var(--muted); font-size: 15px;\"\u003eIf you have sensitive skin or a known allergy, we recommend a patch test before regular use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-light\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"cta\"\u003e\n\u003ch2\u003eMake every shower coconut-fresh\u003c\/h2\u003e\n\u003cp\u003eTreat your skin to gentle, sulfate-free coconut cleansing with Castile Coconut Body Wash. Order today from Kashmir Online Store — premium natural body care, delivered across India.\u003c\/p\u003e\n\u003ca href=\"https:\/\/wa.me\/+91-8899937924%20text=Hi%2C%20I%27d%20like%20to%20order%20Castile%20Coconut%20Body%20Wash\" rel=\"noopener\" target=\"_blank\"\u003eOrder on WhatsApp\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-card\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\u003ch2\u003eGood to know\u003c\/h2\u003e\n\u003cdiv class=\"faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is Castile Coconut Body Wash?\u003c\/summary\u003e\n\u003cp\u003eIt's a natural, sulfate-free coconut body wash from Kashmir Online Store that cleanses the skin gently while helping it feel soft, fresh, and hydrated. It's designed for daily use and suits all skin types.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this body wash sulfate-free?\u003c\/summary\u003e\n\u003cp\u003eYes. It's a sulfate-free body wash crafted around gentle, coconut-based cleansing, making it a kind choice for everyday use and for sensitive skin.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it good for dry skin?\u003c\/summary\u003e\n\u003cp\u003eYes. Its coconut-based, moisturizing formula cleanses without stripping the skin, helping it feel soft and hydrated. Follow with a body lotion to lock in moisture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it every day?\u003c\/summary\u003e\n\u003cp\u003eYes. It's gentle enough for daily use as part of your everyday bathing routine, for both men and women.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I buy it online in India?\u003c\/summary\u003e\n\u003cp\u003eYou can buy Castile Coconut Body Wash online directly from Kashmir Online Store, with delivery across India.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/main\u003e","brand":"Kashmir Online Store ","offers":[{"title":"200ml","offer_id":43983166701655,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0269\/8258\/0311\/files\/Castile_Coconut_Body_Wash_for_Soft_Hydrated_Skin.png?v=1779441677"}],"url":"https:\/\/www.kashmironlinestore.com\/collections\/body-wash.oembed","provider":"Kashmir Online Store ","version":"1.0","type":"link"}