/** Shopify CDN: Minification failed

Line 178:20 Expected identifier but found whitespace
Line 178:22 Unexpected "{"
Line 178:31 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection (INDEX:24) */
.collection-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }
/* END_SECTION:collection */

/* START_SECTION:custom-section (INDEX:39) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:why-poloedge (INDEX:97) */
.why-poloedge {
    width: 100%;
    background: var(--wp-bg);
    color: var(--wp-text);
    overflow: hidden;
  }

  .why-poloedge__inner {
    display: grid;
    /* grid-template-columns: minmax(0, calc(100% - var(--wp-image-width))) var(--wp-image-width); */
    width: min(100%, var(--wp-max-width));
    min-height: var(--wp-desktop-height);
    margin: 0 auto;
  }

  .why-poloedge__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 26px 24px 24px;
  }

  .why-poloedge__header {
    margin-bottom: 20px;
    text-align: center;
  }

  .why-poloedge__eyebrow {
    margin: 0 0 5px;
    color: var(--wp-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .why-poloedge__heading {
    margin: 0;
    color: var(--wp-text);
    font-size: clamp(24px, 2.4vw, 38px);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.1;
  }

  .why-poloedge__heading-line {
    display: block;
    width: 34px;
    height: 2px;
    margin: 10px auto 0;
    background: var(--wp-accent);
  }

  .why-poloedge__benefits {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
  }

  .why-poloedge__benefit {
    position: relative;
    min-width: 0;
    padding: 0 14px;
    text-align: center;
  }

  .why-poloedge__benefit + .why-poloedge__benefit::before {
    position: absolute;
    top: 6%;
    bottom: 6%;
    left: 0;
    width: 1px;
    background: var(--wp-divider);
    content: "";
  }

  .why-poloedge__icon {
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    color: var(--wp-text);
  }

  .why-poloedge__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .why-poloedge__benefit-title {
    max-width: 120px;
    margin: 0 auto;
    color: var(--wp-text);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
  }

  .why-poloedge__benefit-text {
    max-width: 135px;
    margin: 6px auto 0;
    color: var(--wp-muted);
    font-size: 11px;
    line-height: 1.45;
  }

  .why-poloedge__media {
    position: relative;
    min-width: 0;
    min-height: var(--wp-desktop-height);
  }

  .why-poloedge__image,
  .why-poloedge__placeholder,
  .why-poloedge__placeholder-svg {
    width: 100%;
    height: 100%;
  }

  .why-poloedge__image {
    display: block;
    object-fit: cover;
    object-position: {{ section.settings.image_position }};
  }

  .why-poloedge__placeholder {
    background: rgba(0, 0, 0, 0.035);
  }

  .why-poloedge__placeholder-svg {
    display: block;
    object-fit: cover;
  }

  @media screen and (max-width: 989px) {
    .why-poloedge__content {
      padding-inline: 16px;
    }

    .why-poloedge__benefit {
      padding-inline: 8px;
    }

    .why-poloedge__benefit-title {
      font-size: 11px;
    }

    .why-poloedge__benefit-text {
      font-size: 10px;
    }
  }

  @media screen and (max-width: 749px) {
    .why-poloedge {
        margin-bottom:20px;
    }
    .why-poloedge__inner {
      min-height: unset;
    }

    .why-poloedge__content {
      padding: 12px 5px 10px;
    }

    .why-poloedge__header {
      margin-bottom: 10px;
    }

    .why-poloedge__eyebrow {
      margin-bottom: 3px;
      font-size: 7px;
      letter-spacing: 0.1em;
    }

    .why-poloedge__heading {
      font-size: clamp(16px, 5vw, 22px);
      line-height: 1.05;
    }

    .why-poloedge__heading-line {
      width: 22px;
      height: 1px;
      margin-top: 5px;
    }

    .why-poloedge__benefit {
      padding-inline: 3px;
    }

    .why-poloedge__benefit + .why-poloedge__benefit::before {
      top: 4%;
      bottom: 4%;
    }

    .why-poloedge__icon {
      width: 22px;
      height: 22px;
      margin-bottom: 5px;
    }

    .why-poloedge__benefit-title {
      max-width: 64px;
      font-size: clamp(7px, 2vw, 9px);
      line-height: 1.25;
    }

    .why-poloedge__benefit-text {
      display: none;
    }

    .why-poloedge__media {
      min-height: var(--wp-mobile-height);
    }
  }

  @media screen and (max-width: 374px) {

    .why-poloedge__content {
      padding-inline: 2px;
    }

    .why-poloedge__icon {
      width: 19px;
      height: 19px;
    }

    .why-poloedge__benefit-title {
      font-size: 6.5px;
    }
  }
/* END_SECTION:why-poloedge */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:99) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:100) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:117) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */