/** Shopify CDN: Minification failed

Line 273:0 Unexpected "<"
Line 325:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:blog-post (INDEX:1) */
.recent-blog-download {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0;
}
.blog-posts {
  flex: 1 1 55%;
}
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-header h2 {
  font-size: 28px;
  font-weight: bold;
}
.blog-header a {
  font-size: 14px;
  text-decoration: underline;
  color: #888;
}
.blog-subheading {
  margin: 10px 0 20px;
  color: #555;
}
.blog-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-item {
  display: flex;
  gap: 20px;
  border: 1px solid #f0e0dc;
  padding: 20px;
  background: #fef7f6;
}
.blog-text {
  flex: 1;
}
.blog-date {
  font-size: 13px;
  color: #ce886a;
  margin-bottom: 5px;
}
.blog-title {
  font-weight: bold;
  font-size: 16px;
}
.blog-excerpt {
  font-size: 14px;
  margin: 8px 0;
  color: #777;
}
.read-more {
  font-size: 13px;
  text-decoration: underline;
  color: #00aaff;
}

.download-section {
  flex: 1 1 35%;
}
.download-section h3 {
  font-size: 24px;
  font-weight: bold;
}
.download-description {
  margin-top: 10px;
  color: #444;
}
.download-button {
  display: inline-block;
  margin-top: 10px;
  background: #f3d5c0;
  color: #333;
  font-weight: bold;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 3px;
  text-decoration: none;
}
.ebook-image {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
}
/* END_SECTION:blog-post */

/* START_SECTION:eczema-podcast (INDEX:16) */
.eczema-podcast-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.eczema-podcast-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.eczema-podcast-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* dark overlay for readability */
  z-index: 1;
}

.eczema-podcast-text h5 {
  color: #f3c5a8;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.eczema-podcast-text h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  position: relative;
  z-index: 2;
}

.eczema-podcast-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  color:#fff;
}

.podcast-platforms {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.podcast-platforms img {
  height: 32px;
  width: auto;
}

.podcast-button {
  background-color: #f3c5a8;
  color: #2e2e2e;
  font-weight: bold;
  padding: 12px 28px;
  border-radius: 5px;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 2;
}
/* END_SECTION:eczema-podcast */

/* START_SECTION:newsletter-tribe (INDEX:29) */
.tribe-newsletter-section {
  background-color: #f4e3da;
  padding: 60px 20px;
}

.tribe-newsletter-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.tribe-newsletter-text {
  flex: 1 1 50%;
}

.tribe-newsletter-heading {
  font-size: 28px;
  font-weight: 700;
  color: #2e2e2e;
  margin-bottom: 10px;
}

.tribe-newsletter-subtext {
  font-size: 16px;
  color: #5f5f5f;
}

.tribe-newsletter-form-container {
  flex: 1 1 40%;
  display: flex;
  justify-content: flex-end;
}

.tribe-newsletter-form {
  display: flex;
  width: 100%;
  max-width: 400px;
}

.tribe-newsletter-form input[type="email"] {
  padding: 12px 16px;
  font-size: 14px;
  border: none;
  border-radius: 4px 0 0 4px;
  width: 100%;
}

.tribe-newsletter-form button {
  padding: 12px 20px;
  background-color: #96d2cd;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.tribe-newsletter-form button:hover {
  background-color: #7ac1bb;
}

@media screen and (max-width: 768px) {
  .tribe-newsletter-grid {
    flex-direction: column;
    text-align: center;
  }

  .tribe-newsletter-form-container {
    justify-content: center;
  }

  .tribe-newsletter-text {
    flex: 1 1 100%;
  }
}
/* END_SECTION:newsletter-tribe */

/* START_SECTION:workshops-collection (INDEX:45) */
<style>
.eczema-tsw-section {
  padding: 50px 20px;
  text-align: center;
}
.eczema-tsw-section .section-heading {
  font-size: 32px;
  font-weight: 700;
}
.eczema-tsw-section .section-subheading {
  max-width: 700px;
  margin: 15px auto 40px;
  color: #666;
  font-size: 16px;
}
.eczema-tsw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
.eczema-tsw-card {
  text-align: left;
}
.eczema-tsw-card img {
  width: 100%;
  border: 2px solid #f0dcdc;
  padding: 4px;
}
.eczema-tsw-card .card-tag {
  color: #c06c5d;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 600;
}
.eczema-tsw-card .card-title {
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
}
.eczema-tsw-card .card-price {
  font-size: 14px;
}
.eczema-tsw-card .card-price del {
  color: #888;
  margin-right: 8px;
}
.eczema-tsw-card .card-price ins {
  color: #228b22;
  font-weight: 600;
  text-decoration: none;
}
</style>
/* END_SECTION:workshops-collection */