/** Shopify CDN: Minification failed

Line 102:3 Cannot use type selector "--wide" directly after nesting selector "&"
Line 110:3 Cannot use type selector "--versions" directly after nesting selector "&"
Line 118:3 Cannot use type selector "--product-header" directly after nesting selector "&"
Line 122:3 Cannot use type selector "--compare" directly after nesting selector "&"

**/
.packraft-comparison-simple {
    background-color: #fffffff2;
    padding: 20px;
    position: absolute;
    top: 84px;
    color: #171c32;
    width: 100%;
    font-size: 14px;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: .2s linear;
    box-shadow: 20px 10px 10px #0000001f;
    left: 0;

    &.active {
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: .2s linear;
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    a {
      color: #000;
      text-decoration: none;
    }

    .swiper-pagination-bullet-active {
        background: #e52824;
    }

    @media(max-width: 1500px) {
        padding: 20px 20px 0;
        

        .section--versions, .section--product-header {
            display: none
        }

        .compare-swiper {
            padding: 0 0 50px;
        }
    }

    @media (min-width: 1500px) {
        .compare-swiper .swiper-wrapper {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 24px;
            transform: none !important;
        }

        .compare-swiper .swiper-slide {
            width: 100% !important;
        }
    }

    @media (max-width: 1360px) {
        top: 59px;
    }

    @media (max-width: 390px) {
        top: 53px;
        
    }

    @media(max-height: 745px) {
        overflow-y: scroll;
        max-height: 90vh;
    }
}

.shopify-section-header-sticky {
    .packraft-comparison-simple {
        top: 68px;        

        @media (max-width: 1360px) {
            top: 48px;
        }         
    }
}

/* Containers */
.container {
  width: 100%;
  margin-inline: auto;

  &--wide {
    width: 100%;
    max-width: 100%;
  }
}

/* Sections */
.section {
  &--versions {
    background: transparent;

    .container {
      display: flex;
    }
  }

  &--product-header {
    padding-block: 0 clamp(1rem, 3vw, 1.5rem);
  }

  &--compare {
    border-top: 1px solid transparent;
  }
}

/* Version badges */
.version-badges {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 3fr;
  gap: 40px;
  justify-content: center;
  margin-bottom: 16px;
  width: 100%;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
  border-radius: 9999px;

  &.badge--blue { background: #3393c5; }
  &.badge--red { background: #e12823; }
  &.badge--olive { background: #7d884e; }

  &.badge--sand {
    padding-inline: 32px;
    background: #b0a78a;
  }
}

/* Product header */
.product-header-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
  gap: 0;
  align-items: start;

  @media (max-width: 1024px) {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.product-header-subgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;

  @media (max-width: 1024px) {
    grid-template-columns: 1fr;
  }
}

.product-heading {
  text-align: center;
  padding: 0 20px;

  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.3;
    color: #161d2d;
    margin: 0;
  }
}

.product-tagline {
  margin-top: 0.35em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #161d2d;
}

.pill {
  display: inline-flex;
  padding: 2px 10px 1px;
    font-size: 11px;
  color: #fff;
  background: #e12823;
  border-radius: 9999px;
}

/* Compare grid */
.compare-grid {
  font-size: 14px;

  @media (min-width: 1501px) {
    display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  @media (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}

/* Product card */
.product-card {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  border-right: 1px solid #ebebeb;

  &:last-child {
    border-right: 0;
  }

  .product-card__header {
    text-align: center;    

    @media(min-width: 1500px) {
        display: none;
    }
  }

  .product-card__title {
    font-size: 25px;
    font-weight: 800;
    margin: 10px 0 0;
  }

  .product-card__subtitle {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 600;
  }

  .product-card__media {
    margin: 0;
    text-align: center;

    img {
        width: 150px;
        height: auto;
        object-fit: cover;
    }
  }
}

/* Swatches */
.color-swatches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.color-swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;

  .color-swatch__dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--swatch, #ccc);
  }
}

/* Ratings */
.rating-row {
  display: flex;
  justify-content: space-between;
  align-items: center;

  .rating-row__value {
    font-variant-numeric: tabular-nums;
  }
}

.rating-bars {
  display: flex;
  gap: 5px;
  margin: 5px 0 10px;

  .rating-bars__seg {
    flex: 1;
    height: 5px;
    background: #cfcfcf;

    &.is-active {
      background: #e12823;
    }
  }
}

/* Features */
ul.feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 16px;
    margin-top: clamp(1rem, 3vw, 1.5rem);

  .feature-list__item {
    display: flex;
    align-items: self-start;
    line-height: normal;
    gap: 8px;
    font-size: 13px;
  }
}