/** Shopify CDN: Minification failed

Line 236:1 Expected "}" to go with "{"

**/
.cs-wrap {
  background: var(--cs-bg);
}

.cs-intro {
  text-align: center;
  margin-bottom: 2rem;
}

.cs-intro__image {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 1rem;
}

.cs-intro__image img {
  width: 300px !important;
  height: 300px !important;
  max-width: 100% !important;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.cs-intro__heading {
  font-size: 3rem;
  margin: 0 0 0.5rem;
  line-height: 1.1;
}

.cs-intro__subheading {
  opacity: 0.75;
  margin: 0;
}

.cs-panel {
  display: flex;
  align-items: stretch;
  background: var(--cs-panel-bg);
  border: 1px solid var(--cs-border);
  border-radius: 20px;
  padding: 8px;
  box-sizing: border-box;
}

.cs-col {
  flex: 1 1 0;
  min-width: 0;
  padding: 2rem 1rem 2.5rem;
  text-align: center;
  position: relative;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
}

.cs-col--highlight {
  background: var(--cs-highlight-bg);
  color: var(--cs-highlight-text);
}

.cs-col--secondary {
  background: var(--cs-secondary-bg);
  color: var(--cs-secondary-text);
}

.cs-col--clinic {
  background: var(--cs-clinic-bg);
  color: var(--cs-clinic-text);
}

.cs-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cs-badge-bg);
  color: var(--cs-badge-text);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  white-space: nowrap;
}

.cs-col__image {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.cs-col__image img {
  max-height: 90px;
  max-width: 110px;
  object-fit: contain;
}

.cs-select {
  appearance: none;
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  text-align-last: center;
  color: inherit;
  width: 100%;
  height: 4.4rem;
  cursor: pointer;
  padding: 0 1.4rem 0 0.2rem;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}

.cs-col--highlight .cs-select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23fff' stroke-width='1.5' fill='none'/></svg>");
}

.cs-col__name {
  font-weight: 700;
  font-size: 1.5rem;
  width: 100%;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.4rem 0 0.2rem;
  box-sizing: border-box;
  line-height: 1.2;
}

.cs-col__price {
  margin-top: 0.4rem;
  opacity: 0.75;
  font-size: 1.4rem;
}

.cs-col__features {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}

.cs-feature {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cs-feature__value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.cs-feature__label {
  font-size: 1.3rem;
  opacity: 0.8;
  margin-top: 0.3rem;
}

.cs-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 700;
}

.cs-icon--check {
  background: color-mix(in srgb, var(--cs-check) 18%, transparent);
  color: var(--cs-check);
}

.cs-icon--cross {
  background: color-mix(in srgb, var(--cs-cross) 14%, transparent);
  color: var(--cs-cross);
}

.cs-footnote {
  text-align: center;
  font-size: 1.2rem;
  opacity: 0.6;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .cs-wrap {
    display: grid;
    grid-template-columns: 0.8fr 1.4fr;
    align-items: center;
    column-gap: 3rem;
  }
  .cs-intro {
    text-align: left;
    margin-bottom: 0;
    grid-column: 1;
  .cs-intro__image {
    margin: 0 0 1.25rem;
  }
  .cs-panel {
    grid-column: 2;
  }
  .cs-footnote {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 749px) {
  .cs-panel { padding: 6px; border-radius: 16px; }
  .cs-col { padding: 1.5rem 0.5rem 2rem; }
  .cs-col__image { height: 64px; }
  .cs-col__image img { max-height: 64px; max-width: 70px; }
.cs-col__name, .cs-select { font-size: 1.15rem; height: 3.8rem; }
  .cs-select { padding: 0 1rem 0 0; background-size: 10px; }
  .cs-col__name { padding: 0 1rem 0 0; }  .cs-feature { min-height: 78px; }
  .cs-feature__value { font-size: 1.6rem; }
  .cs-feature__label { font-size: 1.1rem; }
}