/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 444:0 Unexpected "<"

**/
<style>
  .chp-page,
  .chp-page * {
    box-sizing: border-box;
  }

  .chp-page {
    background: #FAF7F2;
    color: #2F3540;
    font-family: inherit;
    overflow-x: hidden;
  }

  .chp-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 18px 14px 96px;
  }

  .chp-hero {
    background: #FFFFFF;
    border: 1px solid #EDE6DA;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(47,53,64,0.08);
    margin-bottom: 22px;
  }

  .chp-hero-media {
    background: #FBF8F3;
    padding: 14px;
    overflow: hidden;
  }

  .chp-hero-media img,
  .chp-image-block img,
  .chp-variant img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 22px;
    background: #FFFFFF;
  }

  .chp-hero-content {
    padding: 28px;
  }

  .chp-kicker {
    color: #A98F75;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .chp-page h1 {
    font-size: clamp(31px, 5vw, 50px);
    line-height: 1.08;
    margin: 0 0 14px;
    color: #2F3540;
  }

  .chp-lead {
    font-size: 18px;
    line-height: 1.72;
    margin: 0;
  }

  .chp-mini {
    background: #EFEDE5;
    border: 1px solid #E4D8C8;
    border-radius: 20px;
    padding: 18px;
    margin-top: 20px;
  }

  .chp-mini p {
    margin: 0;
    line-height: 1.65;
  }

  .chp-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .chp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
  }

  .chp-btn-primary {
    background: #2F3540;
    color: #FFFFFF;
  }

  .chp-btn-secondary {
    background: #EFEDE5;
    color: #2F3540;
    border: 1px solid #D9CCBB;
  }

  .chp-reassurance {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0;
  }

  .chp-reassurance-item {
    background: #FFFFFF;
    border: 1px solid #EDE6DA;
    border-radius: 18px;
    padding: 15px;
    line-height: 1.45;
    box-shadow: 0 6px 18px rgba(47,53,64,0.04);
  }

  .chp-section {
    background: #FFFFFF;
    border: 1px solid #EDE6DA;
    border-radius: 24px;
    padding: 26px;
    margin: 20px 0;
    box-shadow: 0 8px 22px rgba(47,53,64,0.045);
  }

  .chp-section h2 {
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1.18;
    margin: 0 0 14px;
    color: #2F3540;
  }

  .chp-section h3 {
    font-size: 19px;
    margin: 0 0 8px;
    color: #2F3540;
  }

  .chp-section p {
    line-height: 1.75;
    margin: 0 0 14px;
  }

  .chp-image-block {
    margin: 20px 0;
    background: #FBF8F3;
    border: 1px solid #EDE6DA;
    border-radius: 24px;
    padding: 12px;
    overflow: hidden;
  }

  .chp-caption {
    font-size: 13px;
    color: #6F6F6F;
    line-height: 1.5;
    margin: 10px 4px 0;
  }

  .chp-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
  }

  .chp-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
  }

  .chp-card {
    background: #FAF7F2;
    border: 1px solid #EDE6DA;
    border-radius: 20px;
    padding: 18px;
  }

  .chp-card p {
    margin-bottom: 0;
  }

  .chp-list {
    padding-left: 0;
    list-style: none;
    margin: 14px 0 0;
  }

  .chp-list li {
    margin: 10px 0;
    line-height: 1.65;
  }

  .chp-list li::before {
    content: "•";
    color: #A98F75;
    font-weight: 900;
    margin-right: 8px;
  }

  .chp-specs {
    width: 100%;
    border-collapse: collapse;
    margin-top: 14px;
    border-radius: 16px;
    overflow: hidden;
  }

  .chp-specs td {
    border: 1px solid #EDE6DA;
    padding: 13px;
    line-height: 1.45;
  }

  .chp-specs td:first-child {
    background: #FAF7F2;
    font-weight: 700;
    width: 38%;
  }

  .chp-variant {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 16px;
    align-items: center;
    background: #FAF7F2;
    border: 1px solid #EDE6DA;
    border-radius: 22px;
    padding: 14px;
    margin-top: 16px;
  }

  .chp-variant img {
    border-radius: 18px;
  }

  .chp-links a {
    display: inline-block;
    margin: 6px 10px 6px 0;
    color: #2F3540;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .chp-faq details {
    background: #FAF7F2;
    border: 1px solid #EDE6DA;
    border-radius: 18px;
    padding: 16px;
    margin: 10px 0;
  }

  .chp-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: #2F3540;
  }

  .chp-faq p {
    margin: 12px 0 0;
  }

  .chp-sticky-mobile {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .chp-wrap {
      width: 100%;
      max-width: 100%;
      padding: 10px 10px 96px;
      overflow-x: hidden;
    }

    .chp-hero,
    .chp-section {
      border-radius: 20px;
      margin: 14px 0;
      overflow: hidden;
    }

    .chp-hero-media {
      padding: 10px;
    }

    .chp-hero-content,
    .chp-section {
      padding: 18px;
    }

    .chp-page h1 {
      font-size: 30px;
      line-height: 1.12;
    }

    .chp-lead {
      font-size: 16px;
      line-height: 1.65;
    }

    .chp-section h2 {
      font-size: 24px;
      line-height: 1.18;
    }

    .chp-section p,
    .chp-card p,
    .chp-list li {
      font-size: 15.5px;
      line-height: 1.65;
    }

    .chp-reassurance,
    .chp-grid-2,
    .chp-grid-3 {
      display: block;
    }

    .chp-reassurance-item,
    .chp-card {
      margin: 10px 0;
    }

    .chp-actions {
      display: block;
    }

    .chp-actions .chp-btn {
      width: 100%;
      margin: 8px 0;
    }

    .chp-specs,
    .chp-specs tbody,
    .chp-specs tr,
    .chp-specs td {
      display: block;
      width: 100%;
      box-sizing: border-box;
    }

    .chp-specs tr {
      margin-bottom: 10px;
      border: 1px solid #EDE6DA;
      border-radius: 16px;
      overflow: hidden;
      background: #FFFFFF;
    }

    .chp-specs td {
      border: none;
      padding: 12px 14px;
    }

    .chp-specs td:first-child {
      width: 100%;
      background: #FAF7F2;
      font-weight: 700;
    }

    .chp-variant {
      display: block;
      padding: 14px;
    }

    .chp-variant img {
      margin-bottom: 14px;
    }

    .chp-variant .chp-btn {
      width: 100%;
      margin-top: 10px;
    }

    .chp-links a {
      display: block;
      width: 100%;
      margin: 8px 0;
      padding: 10px 12px;
      background: #FAF7F2;
      border: 1px solid #EDE6DA;
      border-radius: 14px;
      text-decoration: none;
    }

    .chp-sticky-mobile {
      position: fixed;
      left: 10px;
      right: 10px;
      bottom: calc(10px + env(safe-area-inset-bottom));
      z-index: 40;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      background: #FFFFFF;
      border: 1px solid #EDE6DA;
      border-radius: 999px;
      padding: 10px 10px 10px 16px;
      box-shadow: 0 10px 28px rgba(47,53,64,0.18);
    }

    .chp-sticky-mobile span {
      font-size: 12.5px;
      font-weight: 700;
      color: #2F3540;
      line-height: 1.25;
    }

    .chp-sticky-mobile a {
      background: #2F3540;
      color: #FFFFFF;
      text-decoration: none;
      border-radius: 999px;
      padding: 10px 14px;
      font-size: 13px;
      font-weight: 700;
      white-space: nowrap;
    }
  }
</style>