/** Shopify CDN: Minification failed

Line 21:10 Unexpected "{"
Line 21:19 Expected ":"
Line 22:16 Expected identifier but found whitespace
Line 22:18 Unexpected "{"
Line 22:27 Expected ":"
Line 22:53 Expected ":"
Line 23:19 Expected identifier but found whitespace
Line 23:21 Unexpected "{"
Line 23:30 Expected ":"
Line 23:59 Expected ":"
... and 109 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:before-after-slider-columns (INDEX:4) */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  .custom-columns {
    display: flex;
    flex-direction: column;
  }

  @media screen and (min-width: 750px) {
    .custom-columns {
      flex-direction: row;
      align-items: center;
      gap: 4rem;
    }

    .custom-columns__column {
      flex: 1;
    }
  }

  .rich-text-block p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;
  }

  .rich-text-block p:last-child {
    margin-bottom: 0;
  }
/* END_SECTION:before-after-slider-columns */

/* START_SECTION:image-compare-table (INDEX:40) */
#image-compare-table-{{ section.id }} {
    background: {{ section.settings.bg_color }};
    padding-top: 28px;
    padding-bottom: 28px;
    overflow: hidden;
  }

  #image-compare-table-{{ section.id }} .ict-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  #image-compare-table-{{ section.id }} .ict-header {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 28px;
  }

  #image-compare-table-{{ section.id }} .ict-heading {
    margin: 0;
    color: #282435;
    font-family: var(--font-heading-family, inherit);
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 1px;
  }

  #image-compare-table-{{ section.id }} .ict-subtitle {
    margin-top: 14px;
    color: #5f5a68;
    font-family: var(--font-body-family, inherit);
    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;
  }

  #image-compare-table-{{ section.id }} .ict-subtitle p {
    margin: 0;
  }

  #image-compare-table-{{ section.id }} .ict-layout {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }

  #image-compare-table-{{ section.id }} .ict-media-wrap {
    width: 100%;
    max-width: 100%;
    order: 1;
  }

  #image-compare-table-{{ section.id }} .ict-table-wrap {
    width: 100%;
    max-width: 100%;
    order: 2;
  }

  #image-compare-table-{{ section.id }} .ict-media-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: #e5e5e7;
    aspect-ratio: 1 / 1;
  }

  #image-compare-table-{{ section.id }} .ict-media-card img,
  #image-compare-table-{{ section.id }} .ict-media-card video,
  #image-compare-table-{{ section.id }} .ict-media-card svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
  }

  #image-compare-table-{{ section.id }} .ict-placeholder {
    width: 100%;
    height: 100%;
    background: #eeeeee;
  }

  #image-compare-table-{{ section.id }} .ict-callout {
    position: absolute;
    z-index: 3;
    color: #111111;
    font-family: var(--font-heading-family, inherit);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    max-width: 150px;
    pointer-events: none;
  }

  #image-compare-table-{{ section.id }} .ict-callout__text {
    display: block;
  }

  #image-compare-table-{{ section.id }} .ict-callout__line {
    display: none;
  }

  #image-compare-table-{{ section.id }} .ict-table-card {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  }

  #image-compare-table-{{ section.id }} .ict-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #ffffff;
  }

  #image-compare-table-{{ section.id }} .ict-table th {
    padding: 16px 10px;
    font-family: var(--font-heading-family, inherit);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    color: #7a8b9a;
  }

  #image-compare-table-{{ section.id }} .ict-table th:first-child {
    text-align: left;
    padding-left: 14px;
  }

  #image-compare-table-{{ section.id }} .ict-table th:nth-child(2) {
    color: #5c4033;
    background: #fcfcfc;
  }

  #image-compare-table-{{ section.id }} .ict-table td {
    padding: 14px 10px;
    font-family: var(--font-body-family, inherit);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
    color: #111111;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    word-break: break-word;
  }

  #image-compare-table-{{ section.id }} .ict-table tr:last-child td {
    border-bottom: 0;
  }

  #image-compare-table-{{ section.id }} .ict-table td:first-child {
    text-align: left;
    padding-left: 14px;
    font-weight: 600;
  }

  #image-compare-table-{{ section.id }} .ict-table th:nth-child(2),
  #image-compare-table-{{ section.id }} .ict-table td:nth-child(2) {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    background: #fcfcfc;
  }

  #image-compare-table-{{ section.id }} .ict-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
  }

  #image-compare-table-{{ section.id }} .ict-icon--check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #22c55e;
    color: #ffffff;
  }

  #image-compare-table-{{ section.id }} .ict-icon--check svg {
    width: 62%;
    height: 62%;
    display: block;
  }

  #image-compare-table-{{ section.id }} .ict-icon--cross {
    width: 13px;
    height: 13px;
    color: #d1d5db;
  }

  #image-compare-table-{{ section.id }} .ict-icon--cross svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  #image-compare-table-{{ section.id }} .ict-icon--dash {
    color: #d1d5db;
    font-size: 16px;
    line-height: 1;
  }

  @media screen and (min-width: 750px) {
    #image-compare-table-{{ section.id }} {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    #image-compare-table-{{ section.id }} .ict-container {
      padding-left: 40px;
      padding-right: 40px;
    }

    #image-compare-table-{{ section.id }} .ict-header {
      margin-bottom: 40px;
    }

    #image-compare-table-{{ section.id }} .ict-heading {
      font-size: 46px;
    }

    #image-compare-table-{{ section.id }} .ict-subtitle {
      font-size: 14px;
    }

    #image-compare-table-{{ section.id }} .ict-layout {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 60px;
    }

    #image-compare-table-{{ section.id }} .ict-media-wrap {
      order: 1;
      flex: 0 1 50%;
      max-width: 700px;
    }

    #image-compare-table-{{ section.id }} .ict-table-wrap {
      order: 2;
      flex: 1 1 0;
    }

    #image-compare-table-{{ section.id }} .ict-callout {
      font-size: 16px;
      max-width: 180px;
    }

    #image-compare-table-{{ section.id }} .ict-callout__line {
      width: 55px;
    }

    #image-compare-table-{{ section.id }} .ict-table th {
      padding: 24px 16px;
      font-size: 12px;
    }

    #image-compare-table-{{ section.id }} .ict-table th:first-child {
      padding-left: 32px;
    }

    #image-compare-table-{{ section.id }} .ict-table td {
      padding: 20px 16px;
      font-size: 14px;
    }

    #image-compare-table-{{ section.id }} .ict-table td:first-child {
      padding-left: 32px;
    }

    #image-compare-table-{{ section.id }} .ict-icon--check {
      width: 22px;
      height: 22px;
    }

    #image-compare-table-{{ section.id }} .ict-icon--cross {
      width: 14px;
      height: 14px;
    }

    #image-compare-table-{{ section.id }} .ict-icon--dash {
      font-size: 18px;
    }
  }

  @media screen and (max-width: 749px) {
    #image-compare-table-{{ section.id }} .ict-callout {
      display: none;
    }

    #image-compare-table-{{ section.id }} .ict-table-card {
      max-width: 100%;
    }
  }
/* END_SECTION:image-compare-table */