/** Shopify CDN: Minification failed

Line 994:8 Expected identifier but found whitespace
Line 994:10 Unexpected "{"
Line 994:19 Expected ":"
Line 994:51 Expected ":"

**/
/* START_SECTION:chs-browse-library (INDEX:9) */
.chs-browse {
  position: relative;
  background: #faf6f4;
  color: #151515;
  margin-top: var(--chs-margin-top);
  margin-bottom: var(--chs-margin-bottom);
}

.chs-browse,
.chs-browse * {
  box-sizing: border-box;
}

.chs-browse__wave {
  position: absolute;
  top: -42px;
  left: 0;
  width: 100%;
  height: 44px;
  pointer-events: none;
}

.chs-browse__wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.chs-browse__wave path {
  fill: #faf6f4;
}

.chs-browse__inner {
  width: 100%;
  padding-bottom: 42px !important;
  text-align: center;
  max-width: var(--chs-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--chs-side-padding);
  padding-right: var(--chs-side-padding);
}

.chs-browse h2 {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: clamp(36px, 3.5vw, 54px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.chs-browse__sub {
  margin: 9px 0 24px;
  font-family: var(--font-body-family);
  font-size: 16px;
  line-height: 1.4;
}

.chs-browse__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.chs-browse__card {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0,0,0,.035);
  transition: transform .2s ease, box-shadow .2s ease;
}

.chs-browse__card:hover {
  transform: translateY(-3px);
  color: inherit;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.chs-browse__image {
  aspect-ratio: 1.08 / 1;
  overflow: hidden;
}

.chs-browse__image img,
.chs-browse__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chs-browse__placeholder {
  background: rgba(0,0,0,.03);
}

.chs-browse__copy {
  min-height: 105px;
  padding: 13px 10px 17px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.chs-browse__copy strong {
  font-family: var(--font-body-family);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
}

.chs-browse__copy span {
  font-family: var(--font-body-family);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}

@media screen and (max-width: 1100px) {
  .chs-browse__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .chs-browse__wave {
    top: -26px;
    height: 28px;
  }

  .chs-browse__inner {
    padding-bottom: 30px !important;
  }

  .chs-browse h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .chs-browse__sub {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .chs-browse__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .chs-browse__copy {
    min-height: 96px;
    padding: 12px 8px 15px;
  }

  .chs-browse__copy strong {
    font-size: 15px;
  }

  .chs-browse__copy span {
    font-size: 13px;
  }
}
/* END_SECTION:chs-browse-library */
/* START_SECTION:chs-commercial-use (INDEX:13) */
.chs-license {
    background: var(--chs-bg);
    color: var(--chs-text);
    padding: var(--chs-pad-top) 20px var(--chs-pad-bottom);
  }

  .chs-license,
  .chs-license * {
    box-sizing: border-box;
  }

  .chs-license__inner {
    width: 100%;
    max-width: var(--chs-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(500px, 1fr) minmax(0, 1.35fr);
    gap: 40px;
    align-items: center;
  }

  .chs-license__content h2 {
    margin: 0;
    font-family: var(--font-heading-family);
    font-size: clamp(36px, 3.4vw, 54px);
    line-height: 1;
    letter-spacing: -0.035em;
    font-weight: 800;
  }

  .chs-license__subheading {
    margin-top: 16px;
    max-width: 560px;
    font-family: var(--font-body-family);
    font-size: 17px;
    line-height: 1.5;
  }

  .chs-license__subheading p {
    margin: 0;
  }

  .chs-license__lists {
    margin-top: 22px;
    display: grid;
    gap: 18px;
  }

  .chs-license__group-title {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .chs-license__group-title strong {
    font-family: var(--font-body-family);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
  }

  .chs-license__status-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .chs-license__status-icon svg,
  .chs-license__mini-check svg,
  .chs-license__mini-x svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chs-license__group-title--yes {
    color: var(--chs-yes);
  }

  .chs-license__group-title--yes strong,
  .chs-license__group-title--no strong {
    color: var(--chs-text);
  }

  .chs-license__group-title--no {
    color: var(--chs-no);
  }

  .chs-license__group ul {
    list-style: none;
    margin: 16px 0 0 54px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 14px;
  }

  .chs-license__group li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
  }

  .chs-license__mini-check,
  .chs-license__mini-x {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 2px;
  }

  .chs-license__mini-check {
    color: var(--chs-yes);
  }

  .chs-license__mini-x {
    color: var(--chs-no);
  }

  .chs-license__group li strong,
  .chs-license__group li span {
    display: block;
    font-family: var(--font-body-family);
  }

  .chs-license__group li strong {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
  }

  .chs-license__group li div > span {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.45;
  }

  .chs-license__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .chs-license__image-card {
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 1 / 1;
    background: #f4f0eb;
  }

  .chs-license__image,
  .chs-license__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (max-width: 990px) {
    .chs-license__inner {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .chs-license__group ul {
      grid-template-columns: 1fr;
    }
  }

  @media screen and (max-width: 749px) {
    .chs-license {
      padding-left: 16px;
      padding-right: 16px;
    }

    .chs-license__gallery {
      gap: 9px;
    }

    .chs-license__image-card {
      border-radius: 12px;
    }

    .chs-license__group ul {
      margin-left: 0;
    }
  }
/* END_SECTION:chs-commercial-use */
/* START_SECTION:chs-everything-you-get (INDEX:16) */
.chs-everything {
    background: var(--chs-bg);
    color: var(--chs-text);
    padding: var(--chs-pad-top) 20px var(--chs-pad-bottom);
    overflow: hidden;
  }

  .chs-everything,
  .chs-everything * {
    box-sizing: border-box;
  }

  .chs-everything__inner {
    width: 100%;
    max-width: var(--chs-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, var(--chs-text-column)) minmax(0, var(--chs-image-column));
    gap: 44px;
    align-items: center;
  }

  .chs-everything__left {
    min-width: 0;
  }

  .chs-everything__title-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .chs-everything__title-row h2 {
    margin: 0;
    max-width: 520px;
    font-family: var(--font-heading-family);
    font-size: clamp(38px, 3.8vw, 58px);
    line-height: .98;
    letter-spacing: -.04em;
    font-weight: 800;
  }

  .chs-everything__heart {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    color: var(--chs-pink);
    margin-top: 10px;
  }

  .chs-everything__heart svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chs-everything__lists {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }

  .chs-everything__lists ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
  }

  .chs-everything__lists li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-family: var(--font-body-family);
    font-size: var(--chs-list-font-size);
    line-height: 1.4;
    font-weight: 400;
  }

  .chs-everything__check {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: var(--chs-pink);
    margin-top: -1px;
  }

  .chs-everything__check svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chs-everything__visuals {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .chs-everything__visual {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: var(--chs-image-radius);
  }

  .chs-everything__visual img,
  .chs-everything__visual svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  @media screen and (max-width: 1050px) {
    .chs-everything__inner {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .chs-everything__visuals {
      max-width: 850px;
      width: 100%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 749px) {
    .chs-everything {
      padding-left: 24px;
      padding-right: 24px;
    }

    .chs-everything__title-row {
      gap: 10px;
    }

    .chs-everything__title-row h2 {
      font-size: clamp(36px, 11vw, 48px);
    }

    .chs-everything__heart {
      width: 34px;
      height: 34px;
      flex-basis: 34px;
      margin-top: 6px;
    }

    .chs-everything__lists {
      grid-template-columns: 1fr;
      gap: 12px;
    }


  }
/* END_SECTION:chs-everything-you-get */
/* START_SECTION:chs-lifetime-cta-strip (INDEX:21) */
.chs-lifetime-strip {
    padding: var(--chs-pad-top) 20px var(--chs-pad-bottom);
  }

  .chs-lifetime-strip,
  .chs-lifetime-strip * {
    box-sizing: border-box;
  }

  .chs-lifetime-strip__inner {
    width: 100%;
    max-width: var(--chs-width);
    margin: 0 auto;
    padding: 18px 28px;
    border-radius: var(--chs-radius);
    background: var(--chs-bg);
    color: var(--chs-text);

    display: grid;
    grid-template-columns: 1fr minmax(360px, .95fr);
    align-items: center;
    gap: 42px;
  }

  .chs-lifetime-strip__copy {
    text-align: center;
  }

  .chs-lifetime-strip__copy h2 {
    margin: 0;
    font-family: var(--font-heading-family);
    font-size: clamp(34px, 3.2vw, 50px);
    line-height: 1;
    letter-spacing: -0.035em;
    font-weight: 800;
  }

  .chs-lifetime-strip__copy p {
    margin: 10px 0 0;
    font-family: var(--font-body-family);
    font-size: 16px;
    line-height: 1.35;
  }

  .chs-lifetime-strip__action {
    text-align: center;
  }

  .chs-lifetime-strip__button {
    width: 100%;
    min-height: 58px;
    padding: 0 26px;
    border-radius: 7px;
    background: var(--chs-pink);
    color: var(--chs-button-text);
    text-decoration: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    font-family: var(--font-body-family);
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;

    transition: opacity .18s ease, transform .18s ease;
  }

  .chs-lifetime-strip__button:hover {
    color: var(--chs-button-text);
    opacity: .92;
    transform: translateY(-1px);
  }

  .chs-lifetime-strip__button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
  }

  .chs-lifetime-strip__note {
    margin: 8px 0 0;
    font-family: var(--font-body-family);
    font-size: 13px;
    line-height: 1.3;
  }

  @media screen and (max-width: 900px) {
    .chs-lifetime-strip__inner {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 24px;
    }

    .chs-lifetime-strip__copy h2 {
      font-size: 38px;
    }

    .chs-lifetime-strip__action {
      max-width: 560px;
      width: 100%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 749px) {
    .chs-lifetime-strip {
      padding-left: 20px;
      padding-right: 20px;
    }

    .chs-lifetime-strip__inner {
      padding: 22px 18px;
      border-radius: min(var(--chs-radius), 20px);
    }

    .chs-lifetime-strip__copy h2 {
      font-size: clamp(32px, 9vw, 40px);
    }

    .chs-lifetime-strip__copy p {
      font-size: 15px;
    }

    .chs-lifetime-strip__button {
      min-height: 54px;
      padding: 0 18px;
      font-size: 14px;
      gap: 12px;
    }
  }
/* END_SECTION:chs-lifetime-cta-strip */
/* START_SECTION:chs-split-lifetime-hero (INDEX:25) */
.chs-split-hero {
  background: var(--chs-bg);
  color: var(--chs-text);
  padding: var(--chs-pad-top) var(--chs-side-pad) var(--chs-pad-bottom);
  overflow: hidden;
}

.chs-split-hero,
.chs-split-hero * {
  box-sizing: border-box;
}

.chs-split-hero__inner {
  width: 100%;
  max-width: var(--chs-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, var(--chs-text-width)) minmax(0, var(--chs-image-width));
  gap: var(--chs-gap);
}

.chs-split-hero__valign--top { align-items: start; }
.chs-split-hero__valign--center { align-items: center; }
.chs-split-hero__valign--bottom { align-items: end; }

.chs-split-hero__content {
  min-width: 0;
}

.chs-split-hero__align--left { text-align: left; }
.chs-split-hero__align--center { text-align: center; }
.chs-split-hero__align--right { text-align: right; }

.chs-split-hero__heading {
  margin: 0 0 var(--chs-heading-bottom);
  font-family: var(--font-heading-family);
  font-size: var(--chs-heading-size);
  line-height: var(--chs-heading-line);
  letter-spacing: var(--chs-heading-spacing);
  font-weight: 800;
}

.chs-split-hero__heading br {
  display: block;
}

.chs-split-hero__accent {
  color: var(--chs-accent);
}

.chs-split-hero__description {
  width: 100%;
  max-width: var(--chs-desc-width);
  font-family: var(--font-body-family);
  font-size: var(--chs-desc-size);
  line-height: var(--chs-desc-line);
}

.chs-split-hero__align--center .chs-split-hero__description {
  margin-inline: auto;
}

.chs-split-hero__align--right .chs-split-hero__description {
  margin-left: auto;
}

.chs-split-hero__description p {
  margin: 0;
}

.chs-split-hero__benefits {
  margin-top: var(--chs-benefits-top);
  display: grid;
  gap: var(--chs-benefit-gap);
}

.chs-split-hero__benefits--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.chs-split-hero__benefits--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chs-split-hero__benefit {
  min-width: 0;
  text-align: center;
}

.chs-split-hero__benefit-icon {
  width: var(--chs-icon-size);
  height: var(--chs-icon-size);
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chs-split-hero__benefit-icon--1 { color: var(--chs-icon-1); }
.chs-split-hero__benefit-icon--2 { color: var(--chs-icon-2); }
.chs-split-hero__benefit-icon--3 { color: var(--chs-icon-3); }
.chs-split-hero__benefit-icon--4 { color: var(--chs-icon-4); }

.chs-split-hero__benefit-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chs-split-hero__benefit strong,
.chs-split-hero__benefit div > span {
  display: block;
}

.chs-split-hero__benefit strong {
  font-family: var(--font-body-family);
  font-size: var(--chs-benefit-title-size);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.012em;
  text-transform: uppercase;
}

.chs-split-hero__benefit div > span {
  margin-top: 4px;
  font-family: var(--font-body-family);
  font-size: var(--chs-benefit-text-size);
  line-height: 1.35;
}

.chs-split-hero__button {
  min-height: var(--chs-button-height);
  margin-top: var(--chs-button-top);
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: var(--chs-button-radius);
  background: var(--chs-button-bg);
  color: var(--chs-button-text);
  text-decoration: none;
  font-family: var(--font-body-family);
  font-size: var(--chs-button-size);
  line-height: 1;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;

  transition: opacity .12s ease;
}


.chs-split-hero__button--member {
  background: #202219 !important;
  color: #FFFFFF !important;
}

.chs-split-hero__button--member:hover {
  background: #2B2D24 !important;
  color: #FFFFFF !important;
}

.chs-split-hero__button--full {
  width: 100%;
}

.chs-split-hero__button--custom {
  width: min(100%, var(--chs-button-max));
}

.chs-split-hero__button--auto {
  width: auto;
}

.chs-split-hero__button:hover {
  color: var(--chs-button-text);
  opacity: .92;
}

.chs-split-hero__button-arrow {
  font-size: 1.35em;
  line-height: 1;
  font-weight: 400;
}

.chs-split-hero__note {
  margin-top: var(--chs-note-top);
  font-family: var(--font-body-family);
  font-size: var(--chs-note-size);
  line-height: 1.35;
}

.chs-split-hero__align--center .chs-split-hero__note {
  text-align: center;
}

.chs-split-hero__trust {
  margin-top: var(--chs-trust-top);
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--chs-trust-color);
  font-family: var(--font-body-family);
  font-size: var(--chs-trust-size);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.chs-split-hero__trust-heart {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: var(--chs-accent);
}

.chs-split-hero__trust-heart svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.chs-split-hero__align--center .chs-split-hero__trust { justify-content: center; }
.chs-split-hero__align--right .chs-split-hero__trust { justify-content: flex-end; }

.chs-split-hero__visual {
  min-width: 0;
  width: 100%;
  padding-top: var(--chs-image-top);
  display: flex;
  justify-content: var(--chs-image-justify);
  align-items: center;
}

.chs-split-hero__media {
  position: relative;
  width: var(--chs-image-display-width);
  max-width: var(--chs-image-max-width);
  isolation: isolate;
}

.chs-split-hero__image-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border-radius: var(--chs-image-radius);
  box-shadow: 0 18px 45px rgba(32, 34, 25, var(--chs-image-shadow));
}

.chs-split-hero__image,
.chs-split-hero__placeholder {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.chs-split-hero__shape {
  position: absolute;
  z-index: 1;
  inset: 50% auto auto 50%;
  width: 100%;
  height: 100%;
  background: var(--chs-shape-color);
  transform:
    translate(
      calc(-50% + var(--chs-shape-x)),
      calc(-50% + var(--chs-shape-y))
    )
    scale(var(--chs-shape-scale));
  pointer-events: none;
}

.chs-split-hero__media--organic .chs-split-hero__shape {
  border-radius: 44% 56% 61% 39% / 52% 41% 59% 48%;
}

.chs-split-hero__media--circle .chs-split-hero__shape {
  border-radius: 50%;
}

.chs-split-hero__media--rounded .chs-split-hero__shape {
  border-radius: var(--chs-shape-radius);
}

.chs-split-hero__media--none .chs-split-hero__shape {
  display: none;
}

@media screen and (max-width: 1050px) {
  .chs-split-hero__benefits--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .chs-split-hero {
    padding-left: var(--chs-mobile-side-pad);
    padding-right: var(--chs-mobile-side-pad);
  }

  .chs-split-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: {{ section.settings.mobile_column_gap }}px;
  }

  .chs-split-hero__content {
    text-align: var(--chs-mobile-text-align);
  }

  .chs-split-hero__heading {
    font-size: var(--chs-heading-mobile);
    text-align: var(--chs-mobile-text-align);
  }

  .chs-split-hero__description {
    max-width: 100%;
    margin-inline: auto;
    font-size: var(--chs-desc-mobile);
    text-align: var(--chs-mobile-text-align);
  }

  .chs-split-hero__benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .chs-split-hero__benefit {
    text-align: center;
  }

  .chs-split-hero__benefit-icon {
    width: min(var(--chs-icon-size), 28px);
    height: min(var(--chs-icon-size), 28px);
    margin-bottom: 6px;
  }

  .chs-split-hero__benefit strong {
    font-size: 9px;
    line-height: 1.15;
  }

  .chs-split-hero__benefit div > span {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.2;
  }

  .chs-split-hero__visual {
    padding-top: 0;
    justify-content: center;
  }

  .chs-split-hero__visual--first-mobile {
    grid-row: 1;
  }

  .chs-split-hero__media {
    width: var(--chs-image-mobile-width);
    max-width: var(--chs-image-mobile-max);
  }

  .chs-split-hero__image,
  .chs-split-hero__placeholder {
    width: 100%;
    max-width: none;
  }

  .chs-split-hero__button--auto,
  .chs-split-hero__button--custom {
    max-width: 100%;
  }
}
/* END_SECTION:chs-split-lifetime-hero */
