<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>My Eczema Toolkit โ Everything Kishok Uses & Recommends | Everything Eczema</title>
<meta name=”description” content=”Everything Kishok personally uses and recommends for eczema and TSW healing โ skincare, supplements, household products, and more. Curated by a Certified Holistic Nutritionist with 20 years of eczema experience.”>
<link href=”https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:wght@400;500&display=swap” rel=”stylesheet”>
<style>
:root {
–forest: #20493c;
–mid-green: #2b7152;
–sage: #779d90;
–linen: #faf8f3;
–warm-gray: #e8e5d9;
–dark: #1a1a1a;
–muted: #666666;
–placeholder-bg: #fff8e7;
–placeholder-border: #e6c96a;
–placeholder-text: #8a6800;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: ‘DM Sans’, sans-serif;
background: var(–linen);
color: var(–dark);
font-size: 16px;
line-height: 1.7;
}
.page-wrap {
max-width: 820px;
margin: 0 auto;
padding: 3rem 1.5rem 5rem;
}
/* โโ HERO โโ */
.hero {
text-align: center;
padding: 3rem 1rem 2.5rem;
border-bottom: 2px solid var(–warm-gray);
margin-bottom: 3rem;
}
.hero-eyebrow {
font-size: 13px;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(–sage);
margin-bottom: 1rem;
}
.hero h1 {
font-family: ‘DM Serif Display’, serif;
font-size: clamp(2rem, 5vw, 3.2rem);
color: var(–forest);
line-height: 1.2;
margin-bottom: 1rem;
}
.hero-sub {
font-size: 17px;
color: var(–muted);
max-width: 560px;
margin: 0 auto 1.5rem;
line-height: 1.65;
}
.hero-bio {
display: inline-flex;
align-items: center;
gap: 10px;
background: white;
border: 1px solid var(–warm-gray);
border-radius: 40px;
padding: 8px 18px 8px 8px;
font-size: 13px;
color: var(–muted);
}
.hero-bio-dot {
width: 36px;
height: 36px;
border-radius: 50%;
background: var(–forest);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 14px;
font-weight: 500;
flex-shrink: 0;
}
/* โโ DISCLOSURE โโ */
.disclosure {
background: white;
border-left: 4px solid var(–sage);
border-radius: 0 8px 8px 0;
padding: 1.2rem 1.5rem;
margin-bottom: 3rem;
font-size: 14px;
color: var(–muted);
line-height: 1.65;
}
.disclosure strong { color: var(–forest); font-weight: 500; }
/* โโ SECTIONS โโ */
.section-block { margin-bottom: 4rem; }
.section-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 0.5rem;
padding-bottom: 1rem;
border-bottom: 2px solid var(–warm-gray);
}
.section-icon {
width: 44px;
height: 44px;
border-radius: 10px;
background: var(–forest);
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
flex-shrink: 0;
}
h2 {
font-family: ‘DM Serif Display’, serif;
font-size: 1.75rem;
color: var(–forest);
line-height: 1.2;
}
.section-intro {
font-size: 15px;
color: var(–muted);
font-style: italic;
margin: 0.75rem 0 1.75rem;
}
h3 {
font-family: ‘DM Sans’, sans-serif;
font-size: 1.05rem;
font-weight: 500;
color: var(–mid-green);
margin: 2rem 0 1rem;
padding-bottom: 0.4rem;
border-bottom: 1px solid var(–warm-gray);
}
/* โโ PRODUCT GRID & CARD โโ */
.product-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 1.25rem;
margin-bottom: 0.5rem;
}
.product-card {
background: white;
border: 1px solid var(–warm-gray);
border-radius: 12px;
overflow: hidden;
display: flex;
flex-direction: column;
}
.product-img-area {
background: var(–warm-gray);
height: 180px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 8px;
border-bottom: 1px solid var(–warm-gray);
overflow: hidden;
}
.product-img-area .ph-icon { font-size: 32px; opacity: 0.4; }
.product-img-area .ph-label { font-size: 12px; color: var(–muted); font-weight: 500; letter-spacing: 0.05em; }
.product-img-area img { width: 100%; height: 100%; object-fit: cover; }
.product-body {
padding: 1.25rem;
flex: 1;
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.product-name {
font-family: ‘DM Serif Display’, serif;
font-size: 1.05rem;
color: var(–forest);
line-height: 1.3;
}
.product-note { font-size: 14px; color: var(–muted); line-height: 1.6; }
.product-price { font-size: 13px; font-weight: 500; color: var(–mid-green); }
.product-cta {
margin-top: auto;
display: inline-block;
background: var(–forest);
color: white;
text-decoration: none;
font-size: 13px;
font-weight: 500;
padding: 10px 18px;
border-radius: 6px;
text-align: center;
transition: background 0.15s;
}
.product-cta:hover { background: var(–mid-green); }
/* โโ PLACEHOLDERS โโ */
.ph {
background: var(–placeholder-bg);
border: 1.5px dashed var(–placeholder-border);
border-radius: 6px;
padding: 6px 12px;
font-size: 13px;
color: var(–placeholder-text);
font-weight: 500;
font-style: italic;
}
/* โโ PRO TIP โโ */
.pro-tip {
background: #eef4f1;
border-left: 4px solid var(–sage);
border-radius: 0 8px 8px 0;
padding: 1rem 1.25rem;
font-size: 14px;
color: var(–forest);
margin: 1rem 0 1.5rem;
line-height: 1.65;
}
.pro-tip strong { font-weight: 500; }
/* โโ CTA SECTION โโ */
.cta-section {
background: var(–forest);
border-radius: 16px;
padding: 2.5rem 2rem;
margin-top: 4rem;
text-align: center;
color: white;
}
.cta-section h2 { color: white; font-size: 1.75rem; margin-bottom: 0.75rem; }
.cta-section p {
color: rgba(255,255,255,0.8);
font-size: 15px;
max-width: 500px;
margin: 0 auto 2rem;
line-height: 1.65;
}
.cta-offers {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1rem;
margin-bottom: 1.5rem;
}
.cta-offer {
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 10px;
padding: 1.25rem;
text-align: left;
}
.cta-offer-label {
font-size: 11px;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(–sage);
margin-bottom: 6px;
}
.cta-offer-name {
font-family: ‘DM Serif Display’, serif;
font-size: 1rem;
color: white;
margin-bottom: 8px;
line-height: 1.3;
}
.cta-offer-link {
display: inline-block;
background: white;
color: var(–forest);
text-decoration: none;
font-size: 12px;
font-weight: 500;
padding: 7px 14px;
border-radius: 5px;
transition: opacity 0.15s;
}
.cta-offer-link:hover { opacity: 0.85; }
/* โโ FOOTER NOTE โโ */
.footer-note {
text-align: center;
margin-top: 3rem;
padding-top: 1.5rem;
border-top: 1px solid var(–warm-gray);
font-size: 13px;
color: var(–muted);
line-height: 1.65;
}
.footer-note a { color: var(–sage); text-decoration: none; }
.discount-code {
font-size: 13px;
color: var(–mid-green);
background: #eef4f1;
border: 1px solid #c0d9cf;
border-radius: 6px;
padding: 8px 12px;
font-weight: 500;
}
.code-text {
font-family: monospace;
font-size: 13px;
background: white;
border: 1px dashed #c0d9cf;
border-radius: 4px;
padding: 2px 8px;
color: var(–forest);
letter-spacing: 0.05em;
}
@media (max-width: 600px) {
.product-grid { grid-template-columns: 1fr; }
.cta-offers { grid-template-columns: 1fr; }
.hero { padding: 2rem 0.5rem 1.5rem; }
}
</style>
</head>
<body>
<div class=”page-wrap”>
<!– โโ HERO โโ –>
<div class=”hero”>
<p class=”hero-eyebrow”>Curated by Kishok ยท Certified Holistic Nutritionist</p>
<h1>My Eczema Toolkit</h1>
<p class=”hero-sub”>Everything I personally use, trust, and recommend for eczema and Topical Steroid Withdrawal healing โ built from 20 years of lived experience.</p>
<div class=”hero-bio”>
<div class=”hero-bio-dot”>K</div>
<span>Kishok ยท CNP ยท 20 years eczema ยท 2 years TSW ยท @everythingeczema</span>
</div>
</div>
<!– โโ DISCLOSURE โโ –>
<div class=”disclosure”>
<strong>Affiliate disclosure:</strong> Some links on this page are affiliate links, meaning I earn a small commission at no extra cost to you if you purchase through them. I only recommend products I would personally use or confidently recommend to my 1:1 coaching clients. Commissions help keep Everything Eczema ad-free.
</div>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<!– SECTION 1 โ MOISTURIZERS & CREAMS –>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<div class=”section-block”>
<div class=”section-header”>
<div class=”section-icon”>๐งด</div>
<h2>Moisturizers & Creams</h2>
</div>
<p class=”section-intro”>The right moisturizer protects your skin barrier without introducing chemical irritants. Every product here is fragrance-free, natural, and safe for eczema and TSW-prone skin.</p>
<div class=”product-grid”>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Jojoba Oil</div>
<p class=”product-note”>Jojoba closely mimics the skin’s natural sebum, making it deeply moisturizing without clogging pores or irritating eczema prone skin.</p>
<a href=”https://amzn.to/3Q48l8x” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Dr. Arsy Moisturizer #3</div>
<p class=”product-note”>A clean formula designed for sensitive skin and one of the few moisturizers I recommend to clients actively navigating TSW.</p>
<a href=”https://www.drarsy.com/products/dr-arsy-barrier-repair-moisturizer-003?srsltid=AfmBOoq8ZRj9wnBAQj-cJbCqrzSKN2EUrW82uEcICQl-DFGXZCpu3lIR” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Ora’s Amazing Herbal Calendula Salve</div>
<p class=”product-note”>Calendula is one of the most effective botanicals for inflamed and dry eczema skin, working beautifully on targeted patches and all over dryness.</p>
<a href=”https://amzn.to/4e7PSSm” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
</div>
</div>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<!– SECTION 2 โ SUPPLEMENTS –>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<div class=”section-block”>
<div class=”section-header”>
<div class=”section-icon”>๐</div>
<h2>Supplements & Gut Health</h2>
</div>
<p class=”section-intro”>Eczema is an inside job. These are the supplements I recommend most often to clients following the Rebuild โ Restore โ Regulate framework.</p>
<div class=”product-grid”>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Vitamin D</div>
<p class=”product-note”>Most eczema sufferers are deficient in Vitamin D, which plays a critical role in immune regulation and skin barrier repair.</p>
<a href=”https://amzn.to/4mti04V” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Vitamin C</div>
<p class=”product-note”>A powerful antioxidant that supports collagen production, reduces inflammation, and helps the body repair damaged skin from the inside out.</p>
<a href=”https://amzn.to/3NHWvAn” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Udo’s Oil</div>
<p class=”product-note”>A premium blend of omega 3, 6, and 9 fatty acids that supports skin barrier function and reduces the internal inflammation driving eczema flares.</p>
<a href=”https://amzn.to/48lnqbZ” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
</div>
<div class=”pro-tip”>๐ก <strong>Note:</strong> Morning sunlight is also a great source of Vitamin D. Aim for 15 to 20 minutes daily when possible.</div>
</div>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<!– SECTION 3 โ SKINCARE & TOPICALS –>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<div class=”section-block”>
<div class=”section-header”>
<div class=”section-icon”>๐ฟ</div>
<h2>Skincare & Topicals</h2>
</div>
<p class=”section-intro”>What I put on my skin matters as much as what I eat. Every product here is fragrance-free, natural, and safe for eczema and TSW-prone skin.</p>
<h3>Balms & Relief</h3>
<div class=”product-grid”>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Penny Lane Organics Rough Skin Smoothing Balm</div>
<p class=”product-note”>A natural concentrated balm that targets rough and thickened eczema patches, softening skin without synthetic chemicals. Particularly effective for oozing and weeping eczema.</p>
<div class=”discount-code”>Use code <span class=”code-text”>[ 15% off using EverythingEczema ]</span> for a discount</div>
<a href=”https://pennylaneorganics.com?ref=everythingeczema” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Shop Penny Lane Organics โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>St. Francis Herb Calendula Salve</div>
<p class=”product-note”>A trusted herbal salve built on calendula with a long track record of soothing irritated, inflamed, and broken eczema skin.</p>
<a href=”https://www.amazon.ca/FRANCIS-Healing-Adults-Irritations-Rashes/dp/B0077CT9P6/ref=sr_1_1?crid=JUXVTSWBFBJZ&dib=eyJ2IjoiMSJ9.21lOBABIZrAOw_G7oVDtNs065AF7nYWZwBDpMrWLHGzUQlfavepDSTdOWezvqcwajeEgRgFBi33-WqDmAJW0cFL_9UqsdxsUhvIrhpRzpMU-_-dYRrRYifB6xTijFU7HDEvvhB61PC9pZD2TJCltQ0MWlvCgbODgOQl3AKBRanG1GT1MWkHYwzS0wcDsrP3OE71geHTa0BpYzGLz5InhU_Nip4XpbDlkZladT6h40EBLd8o8DQYpX1cp9a7lzwmA2JiXV3dwLU9uSgynvtqVn2EUVL2tK7VePGtDdpWwHZA.TvhpvHkM01WYygkfKs5sylW0KZIlKezTlrxU5DdJrGA&dib_tag=se&keywords=st+francis+herb+farm&qid=1775239510&sprefix=st+francis%2Caps%2C162&sr=8-1″ class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Mags Skin Deodorant</div>
<p class=”product-note”>A clean skin safe deodorant free from the harsh chemicals in conventional products that commonly trigger eczema flares in the underarm area.</p>
<div class=”discount-code”>Use code <span class=”code-text”>[ 15% off using EVERYTHINGECZEMA ]</span> for a discount</div>
<a href=”PASTE-AFFILIATE-LINK-HERE” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Shop Mags Skin โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Phoilex Relief Gel</div>
<p class=”product-note”>A soothing gel formula that provides fast relief from eczema itch and inflammation without steroids or synthetic fragrances.</p>
<a href=”https://phoilex.com/products/active-releaf-spot-gel?srsltid=AfmBOoqFu7A8z6jMdvoP7sleCqQ2TuetSVBSiXReZ-WtLCi0TulW7soM” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Shop Phoilex โ</a>
</div>
</div>
</div>
<h3>Soaps & Cleansers</h3>
<div class=”product-grid”>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Shoosha Organic Wash</div>
<p class=”product-note”>A certified organic body wash gentle enough for eczema and TSW skin at every stage of healing.</p>
<div class=”discount-code”>Use code <span class=”code-text”>[ 15% off using everythingeczema15 ]</span> for a discount</div>
<a href=”https://shoosha.co/products/organic-sensitive-skin-baby-wash-shampoo?sca_ref=6228123.0RL8oOyUxd” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Unscented Vegetable Glycerin Soap</div>
<p class=”product-note”>Glycerin draws moisture into the skin while cleansing, making it one of the most hydrating and least irritating soap options for eczema.</p>
<a href=”https://amzn.to/4v45f4p” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Codex Labs Unscented Soap</div>
<p class=”product-note”>A minimal ingredient fragrance free soap that cleanses without disrupting the skin microbiome or triggering flares.</p>
<a href=”https://amzn.to/4vbt1eV” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Shop Codex Labs โ</a>
</div>
</div>
</div>
</div>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<!– SECTION 4 โ HOUSEHOLD & CLEANING –>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<div class=”section-block”>
<div class=”section-header”>
<div class=”section-icon”>๐งผ</div>
<h2>Household & Cleaning</h2>
</div>
<p class=”section-intro”>The products you clean your home and dishes with touch your skin every single day. These are the ones I trust.</p>
<h3>Dish Soap</h3>
<div class=”pro-tip”>๐ก <strong>Always wear gloves when washing dishes.</strong> Even the gentlest soap combined with hot water strips the skin barrier over time.</div>
<div class=”product-grid”>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Attitude Dish Soap</div>
<p class=”product-note”>A plant based fragrance free dish soap that cleans effectively without the harsh chemicals that irritate eczema prone hands.</p>
<a href=”https://amzn.to/41dHWHJ” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
</div>
<h3>All Purpose Cleaner</h3>
<div class=”product-grid”>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Attitude All Purpose Cleaner</div>
<p class=”product-note”>A plant and mineral based household cleaner free from synthetic fragrances and toxic chemicals that can linger on surfaces and trigger skin reactions.</p>
<a href=”https://amzn.to/41dHWHJ” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
</div>
<h3>Laundry Detergent</h3>
<div class=”pro-tip”>๐ก <strong>Pro tip:</strong> Always run an extra rinse cycle and avoid fabric softeners entirely. They coat fabric fibers with chemicals that irritate eczema prone skin.</div>
<div class=”product-grid”>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>ECOS Clean Laundry Detergent</div>
<p class=”product-note”>A hypoallergenic fragrance free formula that removes residue from fabrics without leaving behind the chemical irritants that worsen eczema overnight.</p>
<a href=”https://amzn.to/489dXVe” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
</div>
</div>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<!– SECTION 5 โ FOOD & KITCHEN –>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<div class=”section-block”>
<div class=”section-header”>
<div class=”section-icon”>๐ฝ๏ธ</div>
<h2>Food & Kitchen</h2>
</div>
<p class=”section-intro”>Nutrition does the heavy lifting in eczema healing. These are the anti-inflammatory pantry staples I keep stocked at all times.</p>
<div class=”product-grid”>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Coconut Aminos</div>
<p class=”product-note”>A soy free gluten free alternative to soy sauce that adds flavour to meals without the common eczema triggers found in conventional condiments.</p>
<a href=”https://amzn.to/4sTXhJR” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Chickpea Pasta</div>
<p class=”product-note”>A gluten free high protein pasta alternative that satisfies without the inflammatory response wheat can trigger in eczema prone individuals.</p>
<a href=”https://amzn.to/3PKoOyJ” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Wild Rice</div>
<p class=”product-note”>A nutrient dense whole grain rich in antioxidants and minerals that support skin repair and make a great anti inflammatory base for eczema friendly meals.</p>
<a href=”https://amzn.to/3PKoOyJ” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
</div>
</div>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<!– SECTION 6 โ BATH & SOAKING –>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<div class=”section-block”>
<div class=”section-header”>
<div class=”section-icon”>๐</div>
<h2>Bath & Soaking</h2>
</div>
<p class=”section-intro”>Dead sea salt soaks are one of the most effective and affordable tools for eczema and TSW. I recommend 3x per week during active flares with warm water and half a cup of salt for 15 to 20 minutes.</p>
<div class=”product-grid”>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Dead Sea Salt</div>
<p class=”product-note”>Rich in magnesium, calcium, zinc, and potassium, dead sea salt soaks 3x per week reduce inflammation, fight bacteria, and visibly speed up eczema healing.</p>
<a href=”https://amzn.to/3PP5Y9F” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Santevia Bath Filter</div>
<p class=”product-note”>Filters chlorine and chemicals from bath water that are known to irritate eczema and TSW skin, making every soak cleaner and gentler.</p>
<a href=”https://amzn.to/3PNqvLK” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
<div class=”product-card”>
<div class=”product-img-area”><span class=”ph-icon”>๐ผ</span><span class=”ph-label”>ADD PRODUCT IMAGE</span></div>
<div class=”product-body”>
<div class=”product-name”>Metal Tongue Scraper</div>
<p class=”product-note”>A simple daily detox tool that removes bacteria and toxins from the tongue before they get reabsorbed, supporting the gut health connection to eczema.</p>
<a href=”https://amzn.to/4v5DmZX” class=”product-cta” target=”_blank” rel=”nofollow noopener”>Check Price on Amazon โ</a>
</div>
</div>
</div>
</div>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<!– SECTION 7 โ WORK WITH KISHOK –>
<!– โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ –>
<div class=”cta-section”>
<h2>Ready to Clear Your Skin for Good?</h2>
<p>Products help manage eczema day to day. But lasting change requires addressing the root cause. If you are ready to stop managing and start healing, let’s work together.</p>
<div class=”cta-offers” style=”max-width: 360px; margin: 0 auto 1.5rem;”>
<div class=”cta-offer” style=”text-align: center;”>
<div class=”cta-offer-label”>1:1 Coaching ยท 12 Weeks</div>
<div class=”cta-offer-name”>The Holistic Eczema Reset</div>
<p style=”font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 1rem; line-height: 1.5;”>A fully personalized program built around your skin, your triggers, and your body. For moderate to severe eczema and TSW.</p>
<a href=”https://calendly.com/everythingeczema/eczemaresetchat” class=”cta-offer-link” style=”font-size: 14px; padding: 10px 24px;”>Book Your Free Discovery Call โ</a>
</div>
</div>
<p style=”font-size:13px; color:rgba(255,255,255,0.5); margin-bottom:0;”>No pressure. No obligation. Just a conversation about where you are and where you want to be.</p>
</div>
<!– โโ FOOTER NOTE โโ –>
<div class=”footer-note”>
<p><a href=”https://everythingeczema.ca”>everythingeczema.ca</a> ยท <a href=”https://instagram.com/everythingeczema”>@everythingeczema</a></p>
<p style=”margin-top:8px;”>This page contains affiliate links. I earn a small commission at no extra cost to you. I only recommend products I personally use or would confidently recommend to my coaching clients.</p>
</div>
</div>
</body>
</html>