/** Shopify CDN: Minification failed

Line 60:0 All "@import" rules must come first
Line 175:0 All "@import" rules must come first
Line 270:0 All "@import" rules must come first
Line 464:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:pp-badges (INDEX:294) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Hanken+Grotesk:wght@600;700&display=swap');

  .pp2-badges {
    background: #ffffff;
    border-top: 1px solid #c3c7ce;
    border-bottom: 1px solid #c3c7ce;
    padding: 41px 24px;
  }
  .pp2-badges__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .pp2-badges__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 153px;
  }
  .pp2-badges__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    color: #001629;
    margin-bottom: 12px;
  }
  .pp2-badges__icon img { height: 30px; width: auto; display: block; }
  .pp2-badges__label {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #001629;
    text-align: center;
  }
  @media (max-width: 749px) {
    .pp2-badges { padding: 28px 16px; }
    .pp2-badges__item { width: 45%; }
  }
/* END_SECTION:pp-badges */

/* START_SECTION:pp-bento-features (INDEX:295) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Hanken+Grotesk:wght@600;700&display=swap');

  .pp2-bento { background: #ffffff; padding: 64px 24px; }
  .pp2-bento__inner { max-width: 1280px; margin: 0 auto; }
  .pp2-bento__heading {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38.4px;
    color: #001629;
    border-left: 4px solid #fe8028;
    padding-left: 28px;
    margin: 0 0 40px;
  }
  .pp2-bento__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 32px;
  }
  .pp2-bento__card--primary {
    grid-column: span 2;
    background: #ffffff;
    border: 1px solid #c3c7ce;
    border-radius: 8px;
    padding: 33px;
  }
  .pp2-bento__card-title { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
  .pp2-bento__check { display: inline-flex; height: 12px; flex: none; }
  .pp2-bento__check img { width: auto; height: 12px; display: block; }
  .pp2-bento__card h3 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #001629;
    margin: 0;
  }
  .pp2-bento__card--dark h3,
  .pp2-bento__pair-text h3 { color: #ffffff; }
  .pp2-bento__card-body {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #434343;
  }
  .pp2-bento__card--dark .pp2-bento__card-body,
  .pp2-bento__pair-text .pp2-bento__card-body { color: rgba(255,255,255,0.85); font-size: 14px; line-height: 20px; }
  .pp2-bento__thumbs { display: flex; gap: 16px; margin-top: 16px; }
  .pp2-bento__thumb {
    flex: 1 1 0;
    height: 192px;
    border: 1px solid #c3c7ce;
    border-radius: 4px;
    overflow: hidden;
    background: #f4f3f6;
  }
  .pp2-bento__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

  .pp2-bento__side { display: flex; flex-direction: column; gap: 32px; }
  .pp2-bento__card--dark {
    background: #001629;
    border-radius: 8px;
    padding: 32px;
  }
  .pp2-bento__card--light {
    background: #e3e2e5;
    border: 1px solid #c3c7ce;
    border-radius: 8px;
    padding: 33px;
  }
  .pp2-bento__icon-mark { display: inline-flex; margin-bottom: 8px; }
  .pp2-bento__icon-mark img { width: auto; display: block; }
  .pp2-bento__card--dark h3,
  .pp2-bento__card--light h3 { margin: 6px 0 8px; }

  .pp2-bento__pair { display: flex; gap: 32px; }
  .pp2-bento__pair-card {
    flex: 1 1 0;
    background: #ffffff;
    border: 1px solid #c3c7ce;
    border-radius: 8px;
    padding: 33px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
  }
  .pp2-bento__pair-icon {
    flex: none;
    width: 64px;
    height: 64px;
    border-radius: 2px;
    background: #002b49;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pp2-bento__pair-icon img { width: auto; display: block; }
  .pp2-bento__pair-text h3 { color: #001629; margin: 0 0 8px; }
  .pp2-bento__pair-text .pp2-bento__card-body { color: #434343; font-size: 16px; line-height: 24px; }

  @media (max-width: 900px) {
    .pp2-bento__grid { grid-template-columns: 1fr; }
    .pp2-bento__card--primary { grid-column: span 1; }
    .pp2-bento__pair { flex-direction: column; }
  }
  @media (max-width: 749px) {
    .pp2-bento { padding: 44px 16px; }
    .pp2-bento__heading { font-size: 26px; }
    .pp2-bento__thumbs { flex-direction: column; }
  }
/* END_SECTION:pp-bento-features */

/* START_SECTION:pp-model-comparison (INDEX:296) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Hanken+Grotesk:wght@600;700&display=swap');

  .pp2-compare { background: #ffffff; padding: 64px 24px; }
  .pp2-compare__inner { max-width: 1280px; margin: 0 auto; }
  .pp2-compare__heading {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38.4px;
    color: #001629;
    border-left: 4px solid #fe8028;
    padding-left: 28px;
    margin: 0 0 32px;
  }
  .pp2-compare__scroll {
    overflow-x: auto;
    border: 1px solid #c3c7ce;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  }
  .pp2-compare__table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    font-family: Inter, sans-serif;
  }
  .pp2-compare__table thead tr { background: #001629; }
  .pp2-compare__table thead th {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    padding: 20px 24px 21px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .pp2-compare__th-model { text-align: left !important; }
  .pp2-compare__table tbody td {
    text-align: center;
    padding: 20.5px 24px;
    border-top: 1px solid #c3c7ce;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a1c1e;
  }
  .pp2-compare__td-model {
    text-align: left !important;
    font-weight: 700;
    color: #001629;
  }
  .pp2-compare__row--selected { background: rgba(254,128,40,0.05); }
  .pp2-compare__selected-tag {
    font-weight: 500;
    font-size: 13px;
    color: #c97a1f;
  }

  .pp2-compare__notes {
    display: flex;
    gap: 24px;
    margin-top: 24px;
  }
  .pp2-compare__note {
    flex: 1 1 0;
    background: #f4f3f6;
    border: 1px solid #c3c7ce;
    border-radius: 2px;
    padding: 17px;
  }
  .pp2-compare__note-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #001629;
    margin: 0 0 4px;
  }
  .pp2-compare__note-text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #434343;
    margin: 0;
  }

  @media (max-width: 749px) {
    .pp2-compare { padding: 44px 16px; }
    .pp2-compare__heading { font-size: 26px; }
    .pp2-compare__notes { flex-direction: column; }
  }
/* END_SECTION:pp-model-comparison */

/* START_SECTION:pp-spec-table (INDEX:297) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Hanken+Grotesk:wght@600;700&display=swap');

  .pp2-spec { background: #ffffff; padding: 64px 24px; }
  .pp2-spec__inner { max-width: 1280px; margin: 0 auto; }
  .pp2-spec__heading {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38.4px;
    color: #001629;
    border-left: 4px solid #fe8028;
    padding-left: 28px;
    margin: 0 0 40px;
  }
  .pp2-spec__table-wrap {
    border: 1px solid #c3c7ce;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  }
  .pp2-spec__table { width: 100%; border-collapse: collapse; }
  .pp2-spec__table tr { border-top: 1px solid #c3c7ce; }
  .pp2-spec__table tr:first-child { border-top: none; }
  .pp2-spec__table th,
  .pp2-spec__table td { text-align: left; padding: 16px 24px; vertical-align: top; }
  .pp2-spec__table th {
    width: 30%;
    background: #f4f3f6;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #001629;
  }
  .pp2-spec__table td {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 19.6px;
    color: #1a1c1e;
  }
  @media (max-width: 749px) {
    .pp2-spec { padding: 44px 16px; }
    .pp2-spec__heading { font-size: 26px; }
    .pp2-spec__table th { width: 40%; }
  }
/* END_SECTION:pp-spec-table */

/* START_SECTION:pp-story (INDEX:298) */
.pp-story {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .pp-story__row {
    display: flex;
    align-items: center;
    gap: 64px;
    padding: 64px 0;
  }
  .pp-story__row--reverse { flex-direction: row-reverse; }
  .pp-story__row--tint {
    background: #faf6f0;
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .pp-story__col { flex: 1 1 0; min-width: 0; }
  .pp-story__col--full { flex: 1 1 100%; max-width: 780px; margin: 0 auto; }
  .pp-story__col--center { text-align: center; }
  .pp-story__col--image img,
  .pp-story__image-placeholder {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
    box-shadow: 0 12px 30px rgba(20, 20, 20, 0.10);
  }
  .pp-story__image-placeholder {
    aspect-ratio: 4 / 3;
    background: #f2f2f2;
    box-shadow: none;
  }

  .pp-story__eyebrow {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c97a1f;
    margin: 0 0 12px;
  }
  .pp-story__heading {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #171717;
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 18px;
    max-width: 19ch;
  }
  .pp-story__rule {
    width: 44px;
    height: 4px;
    background: #f09022;
    border-radius: 2px;
    margin: 0 0 16px;
  }
  .pp-story__subheading {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #171717;
    font-size: 23px;
    line-height: 1.3;
    margin: 0 0 14px;
  }
  .pp-story__body {
    font-size: 16px;
    line-height: 1.7;
    color: #454545;
    max-width: 56ch;
  }
  .pp-story__col--center .pp-story__body { max-width: 60ch; margin: 0 auto; }
  .pp-story__body p { margin: 0 0 14px; }
  .pp-story__body p:last-child { margin-bottom: 0; }

  /* Checklist grid (About This Item / Ordering & Support) */
  .pp-story__checklist-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 32px;
  }
  .pp-story__checklist-wrap li {
    position: relative;
    padding-left: 32px;
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a3a;
  }
  .pp-story__checklist-wrap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f09022;
  }
  .pp-story__checklist-wrap li::after {
    content: "\2713";
    position: absolute;
    left: 4px;
    top: 1px;
    font-size: 11px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
  }
  .pp-story__checklist-wrap strong { color: #171717; }

  /* Closing CTA card */
  .pp-story__cta-card {
    background: #171717;
    border-radius: 16px;
    padding: 56px 40px;
  }
  .pp-story__cta-card .pp-story__subheading { color: #ffffff; font-size: 26px; }
  .pp-story__cta-card .pp-story__body { color: #d7d7d7; margin: 0 auto; }

  @media (max-width: 749px) {
    .pp-story__row,
    .pp-story__row--reverse {
      flex-direction: column;
      gap: 24px;
      padding: 40px 0;
    }
    .pp-story__row--tint {
      margin: 0 -16px;
      padding-left: 16px;
      padding-right: 16px;
    }
    .pp-story__heading { font-size: 26px; max-width: none; }
    .pp-story__subheading { font-size: 20px; }
    .pp-story__checklist-wrap ul { grid-template-columns: 1fr; }
    .pp-story__cta-card { padding: 40px 24px; }
  }
/* END_SECTION:pp-story */

/* START_SECTION:pp-why-versadesk (INDEX:299) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Hanken+Grotesk:wght@600;700&display=swap');

  .pp2-why {
    background: #001629;
    background-image: linear-gradient(to left, rgba(0,43,73,0.3), rgba(0,43,73,0));
    padding: 79px 24px 80px;
  }
  .pp2-why__inner { max-width: 1280px; margin: 0 auto; }
  .pp2-why__heading {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 52.8px;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-align: center;
    margin: 0 0 48px;
  }
  .pp2-why__cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
  }
  .pp2-why__col h3 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #fe8028;
    margin: 0 0 15px;
  }
  .pp2-why__text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    color: rgba(255,255,255,0.9);
  }
  .pp2-why__note {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 25px;
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(6px);
  }
  .pp2-why__note-icon { flex: none; display: flex; align-items: center; }
  .pp2-why__note-icon img { width: auto; height: 21px; display: block; }
  .pp2-why__note-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
  }
  .pp2-why__note-caption {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255,255,255,0.7);
    margin: 0;
  }

  @media (max-width: 900px) {
    .pp2-why__cols { grid-template-columns: 1fr; }
  }
  @media (max-width: 749px) {
    .pp2-why { padding: 48px 16px; }
    .pp2-why__heading { font-size: 32px; line-height: 1.2; }
  }
/* END_SECTION:pp-why-versadesk */