/** Shopify CDN: Minification failed

Line 429:0 Expected "}" to go with "{"

**/
/* EWG Water Report widget – drop into your Shopify theme or override in your CSS */

#ewg-water-report,
#ewg-report-display {
  font-family: inherit;
  margin: 0 auto;
}

.ewg-zip-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.ewg-zip-label {
  display: block;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.ewg-zip-input {
  width: 6ch;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.ewg-zip-submit,
.ewg-back,
.ewg-search-again {
  padding: 0.5rem 1rem;
  cursor: pointer;
  background: #2b2b2b;
  color: #fff;
  border: none;
  border-radius: 4px;
}
.ewg-zip-submit:hover,
.ewg-back:hover,
.ewg-search-again:hover {
  background: #444;
}
.ewg-back,
.ewg-search-again {
  margin-bottom: 1rem;
  background: transparent;
  color: inherit;
  text-decoration: underline;
}
.ewg-back:hover,
.ewg-search-again:hover {
  background: rgba(0,0,0,0.05);
}

.ewg-loading,
.ewg-error {
  padding: 1.5rem;
  text-align: center;
  color: #666;
}
.ewg-error {
  color: #c00;
}

.ewg-zip-display {
  font-weight: 600;
}
.ewg-providers-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ewg-provider-card {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ewg-provider-card:hover {
  border-color: #2b2b2b;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.ewg-provider-name {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.ewg-provider-meta {
  color: #666;
}
.ewg-empty {
  padding: 1rem;
  color: #666;
}

.ewg-report-header {
  margin-bottom: 1.5rem;
}
.ewg-report-hero {
  padding: 2.5rem 1.5rem 1.5rem;
  margin: 0 0 2rem;
  border-radius: 12px;
  background:#291495;
  color: #fff;
  margin-bottom: 2rem;
}
.ewg-report-label {
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.75);
  font-weight: 700;
}
.ewg-report-title {
  text-align: center;
}
.ewg-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.ewg-stat-card {
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(2px);
}
.ewg-stat-label {
  display: block;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ewg-stat-card strong {
  color: #fff;
}
.ewg-report-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.ewg-summary-card {
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 0.9rem 1rem;
  background: rgba(255,255,255,0.08);
}
.ewg-summary-card-warning {
  border-color: rgba(255, 209, 209, 0.4);
  background: rgba(128, 26, 26, 0.2);
}
.ewg-summary-card strong {
  display: block;
  color: #fff;
}
.ewg-summary-card span {
  color: rgba(255,255,255,0.85);
}

.ewg-report-intro-grid {
  display: grid;
  grid-template-columns: 210px 1fr 280px;
  gap: 1rem;
  margin-bottom: 2rem;
}
.ewg-report-sidebar,
.ewg-report-compliance-card {
  border: 1px solid #d9e2df;
  border-radius: 10px;
  padding: 1rem;
  background: #f8fbfa;
}
.ewg-report-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
}
.ewg-report-sidebar-number {
  line-height: 1;
  font-weight: 700;
  color: #291495;
}
.ewg-report-sidebar-divider {
  height: 1px;
  background: #d9e2df;
  margin: 0.9rem 0;
}
.ewg-report-overview-card {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 1rem;
  background: #fff;
  margin-bottom: 0.75rem;
}
.ewg-report-compliance-copy {
  margin: 0 0 0.75rem;
  line-height: 1.55;
  color: #3f4b4a;
}
.ewg-report-overview {
  line-height: 1.5;
}
.ewg-report-ewg-link {
}

.ewg-contaminant-section {
  margin-bottom: 1.75rem;
}
.ewg-detected-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.ewg-detected-card {
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid #e2e7e6;
  border-radius: 8px;
  padding: 1rem;
  background: #fff;
  cursor: pointer;
  font: inherit;
}
.ewg-detected-card:hover {
  border-color: #291495;
  box-shadow: 0 4px 12px rgba(15, 94, 99, 0.08);
}
.ewg-detected-card.ewg-exceeds {
  border-left: 4px solid #291495;
}
.ewg-detected-card-title {
  font-weight: 700;
  margin-bottom: 0.45rem;
}
.ewg-detected-card-effect {
  color: #505b5a;
}
.ewg-detected-card-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.ewg-detected-card-metric {
  border-top: 1px solid #edf2f1;
  padding-top: 0.55rem;
}
.ewg-detected-card-label {
  display: block;
  color: #687271;
}
.ewg-detected-card-guideline {
  border-top: 1px solid #edf2f1;
  padding-top: 0.65rem;
  margin-bottom: 0.75rem;
}
.ewg-detected-card-guideline-text {
  color: #291495;
  font-weight: 700;
  line-height: 1.35;
}
.ewg-detected-card-footer {
  color: #6e7776;
}
.ewg-section-note {
  margin-top: 1rem;
  color: #505b5a;
  line-height: 1.55;
}
.ewg-section-note p {
  margin: 0.5rem 0;
}
.ewg-contaminant-card {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.ewg-contaminant-card.ewg-exceeds {
  border-left: 4px solid #c00;
}
.ewg-contaminant-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  text-align: left;
  border: none;
  background: #fafafa;
  cursor: pointer;
  font: inherit;
  gap: 0.5rem;
}
.ewg-contaminant-toggle:hover {
  background: #f0f0f0;
}
.ewg-contaminant-name {
  font-weight: 600;
  flex: 1 1 auto;
}
.ewg-contaminant-summary {
  color: #666;
  width: 100%;
}
.ewg-contaminant-chevron {
  transition: transform 0.2s;
}
.ewg-contaminant-card.ewg-open .ewg-contaminant-chevron {
  transform: rotate(180deg);
}
.ewg-contaminant-details {
  display: none;
  padding: 1rem;
  background: #fff;
  border-top: 1px solid #eee;
  line-height: 1.5;
}
.ewg-contaminant-details.ewg-open {
  display: block;
}
.ewg-contaminant-details h2,
.ewg-contaminant-details h4 {
  margin: 0.75rem 0 0.25rem;
.ewg-contaminant-details p {
  margin: 0.25rem 0;
}

.ewg-not-detected {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  background: #fafafa;
}
.ewg-not-detected-summary {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}
.ewg-not-detected-body {
  margin-top: 0.75rem;
  line-height: 1.7;
}
.ewg-not-detected-body a {
  color: inherit;
}

.ewg-overlay-modal[hidden] {
  display: none;
}
.ewg-overlay-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.ewg-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.ewg-overlay-dialog {
  position: relative;
  max-width: 760px;
  margin: 5vh auto;
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem;
  z-index: 1;
}
.ewg-overlay-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.ewg-generic-contaminant-detail h3 {
  margin-top: 0;
}
.ewg-generic-contaminant-section {
  margin-bottom: 1rem;
}

@media (max-width: 720px) {
  #ewg-water-report,
  #ewg-report-display {
    max-width: 100%;
  }
  .ewg-stat-grid,
  .ewg-report-summary-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ewg-report-intro-grid,
  .ewg-detected-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ewg-stat-grid,
  .ewg-report-summary-grid {
    grid-template-columns: 1fr;
  }
  .ewg-report-hero {
    padding: 1.6rem 1rem 1rem;
    border-radius: 0;
  }
  .ewg-detected-card-metrics {
    grid-template-columns: 1fr;
  }
}
