/** Shopify CDN: Minification failed

Line 179:3 Expected "}" to go with "{"

**/


/* Meteor menu mods  */
.Meteor-MobileNavigation {
  padding-left: 0;
}


/* footer mods */
.inline-block.h-5.w-5 {
  width: 2rem;
}


/* product card mods */
.product-tile {
  a {
    h3 {
      text-transform: uppercase;
      font-size: 1.2rem;
    }
  }
}

.inline-heading-rte.font-heading.heading-feature {
  text-shadow: 2px 2px 5px #000;
}

.gentledry-gradient-wrapper {
  background: linear-gradient(180deg, #f1fdf7, #ffffff);
  padding: 3rem 1rem;
  width: 100%;
}

.gentledry-section {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.gentledry-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1e2d27;
}

.gentledry-subhead {
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto 2rem;
  color: #444;
  line-height: 1.6;
}

.gentledry-comparison {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.column {
  padding: 1.5rem;
  border-radius: 12px;
  width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  text-align: left;
}

.column h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.column ul {
  list-style: none;
  padding: 0;
}

.column ul li {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
}

.column.freeze {
  border-left: 4px solid #d9534f;
}

.column.highlight {
  border-left: 4px solid #6ac78c;
  background-color: #f4fcf7;
}

.gentledry-cta .cta-button {
  background-color: #6ac78c;
  color: white;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  display: inline-block;
  font-size: 1rem;
}

.gentledry-cta .cta-button:hover {
  background-color: #58b379;
}

@media screen and (min-width: 750px) {
  /* Bigger font only on desktop for key sections */
  .image-with-text-overlay__text,
  .image-with-text .rte,
  .rich-text__blocks,
  .section-text {
    font-size: 30px;
    line-height: 1.6;
  }
}

.push-btn__surface[name="checkout"] {
  background-color: #fff !important;
  color: #117d4d;
}

.variant-input label {
  border: 1px solid #fff; 
}

/* Desktop shadow (soft, bold look) */
h1, h2, .headline, .section-heading {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35);
}

/* Lighter shadow on mobile */
@media (max-width: 768px) {
  h1, h2, .headline, .section-heading {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  }
}

h1, h2, .headline, .section-heading {
  font-family: 'Baloo 2', sans-serif !important;
  font-weight: 800; /* ExtraBold look */
  letter-spacing: 1px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35);
}

/* Centered headings (category titles) */
.section-heading,
.collection-list-title,
.template-index h2 {
  text-align: center;
}

/* Left-aligned hero / product headings */
.image-with-text h2,
.image-with-text .headline,
.template-product h1 {
  text-align: left;
}

/* Mobile tweak: softer shadow */
@media (max-width: 768px) {
  h1, h2, .headline, .section-heading {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  }