/** Shopify CDN: Minification failed

Line 368:0 Expected "}" to go with "{"

**/
/* Stats with Overlay Image Section */
.stats-with-overlay-image {
  padding: 24px 0;
  position: relative;
}

  .stats-with-overlay-image__content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    min-height: 94px;
    align-items: center;
  }

/* PDP Override: Use mobile layout on desktop for product pages */
.product .stats-with-overlay-image .page-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.product .stats-with-overlay-image__content {
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
  gap: 0;
}

.product .stats-with-overlay-image__text-blocks {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.product .stats-with-overlay-image__overlay {
  top: -115px;
  left: 50%;
  right: auto;
  bottom: 0px;
  height: 140px;
  display: flex;
  z-index: 1;
  position: absolute;
  flex-grow: unset;
  max-width: 400px;
  min-width: 0;
  transform: translate3d(-50%, -28px, 0);
  align-self: auto;
  flex-basis: auto;
  margin-top: 5px;
  min-height: 0;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 0px;
  pointer-events: none;
}

/* PDP Images Container */
.product .stats-with-overlay-image__images-container {
  bottom: unset;
  left: unset;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product .stats-with-overlay-image__image {
  object-fit: cover;
  max-width: 100px;
  position: relative;
}

/* Remove borders and add padding for PDP */
.product .stats-block {
  border-right: none;
  padding: 0 20px;
  height: auto;
  display: block;
}

.product .stats-block--1,
.product .stats-block--4 {
  padding: 0 20px;
  border-right: none;
}

/* Add horizontal divider between rows on PDP */
.product .stats-block--1,
.product .stats-block--2 {
  border-bottom: 1px solid #E0E0E0FF;
  padding-bottom: 20px;
  padding-top: 0;
}

.product .stats-block--3,
.product .stats-block--4 {
  padding-top: 20px;
  padding-bottom: 0;
}

/* Text Blocks Container */
.stats-with-overlay-image__text-blocks {
  display: block;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

/* Product page block version - grid layout and remove horizontal margins/padding */
.rm-main-product .stats-with-overlay-image__text-blocks,
.product .stats-with-overlay-image__text-blocks {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0;
  width: 100%;
  margin: 0;
}

/* Product page block version - remove page-width horizontal padding */
.rm-main-product .stats-with-overlay-image .page-width,
.product .stats-with-overlay-image .page-width {
  padding-left: 0;
  padding-right: 0;
}

/* Individual Stats Block */
.stats-block {
  text-align: center;
  border-right: 1px solid #E0E0E0FF;
  padding: 0 20px;
  height: auto;
  display: block;
}

/* Product page block version - remove borders and horizontal padding */
.rm-main-product .stats-block,
.product .stats-block {
  border-right: none;
  padding-left: 0;
  padding-right: 0;
}

/* First stats block - same padding as others */
.stats-block--1 {
  padding: 0 20px;
}

/* Product page block version - remove borders and horizontal padding */
.rm-main-product .stats-block--1,
.product .stats-block--1 {
  border-right: none;
  padding-left: 0;
  padding-right: 0;
}

/* Last stats block - same padding as others */
.stats-block--4 {
  padding: 0 20px;
  border-right: none;
}

/* Product page block version - remove horizontal padding */
.rm-main-product .stats-block--4,
.product .stats-block--4 {
  padding-left: 0;
  padding-right: 0;
}

.stats-block__header {
  font-size: 30px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0;
  line-height: 30px;
}

.stats-block__subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  margin: 6px 0 0 0;
  line-height: 16px;
}

/* When subtitle comes first */
.stats-block__subtitle--first {
  margin: 0 0 6px 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.stats-block__header--second {
  margin: 0;
}

/* Inline Image */
.stats-with-overlay-image__overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Images Container */
.stats-with-overlay-image__images-container {
  left: -16px;
  position: absolute;
  bottom: -36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.stats-with-overlay-image__image {
  max-width: 195px;
  height: auto;
  object-fit: contain;
  position: relative;
}

.stats-with-overlay-image__image--top {
  /* Top image - positioned above bottom image */
}

.stats-with-overlay-image__image--bottom {
  /* Bottom image - original positioning */
}

/* Large Tablet and below - Switch to 2x2 grid */
@media screen and (max-width: 1024px) {
  .stats-with-overlay-image__content {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    gap: 0;
  }

  .stats-with-overlay-image__text-blocks {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }

  .stats-with-overlay-image__overlay {
    top: 0px;
    left: 50%;
    right: auto;
    bottom: 0px;
    height: 100px;
    display: flex;
    z-index: 1;
    position: absolute;
    flex-grow: unset;
    max-width: 400px;
    min-width: 0;
    transform: translate3d(-50%, -28px, 0);
    align-self: auto;
    flex-basis: auto;
    margin-top: 5px;
    min-height: 0;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 0px;
    pointer-events: none;
  }

  /* Mobile Images Container */
  .stats-with-overlay-image__images-container {
    bottom: unset;
    left: unset;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .stats-with-overlay-image__image {
    object-fit: cover;
    max-width: 100px;
    position: relative;
  }

  /* Remove borders and add padding for tablet view */
  .stats-block {
    border-right: none;
    padding: 0 20px;
    height: auto;
    display: block;
  }

  .stats-block--1,
  .stats-block--4 {
    padding: 0 20px;
    border-right: none;
  }

  /* Add horizontal divider between rows */
  .stats-block--1,
  .stats-block--2 {
    border-bottom: 1px solid #E0E0E0FF;
    padding-bottom: 20px;
    padding-top: 0;
  }

.rm-main-product .stats-block--3,
.rm-main-product .stats-block--4,
.product .stats-block--3,
.product .stats-block--4 {
  padding-top: 20px;
  padding-bottom: 0;
}

/* Large Tablet and below - Responsive text adjustments */
@media screen and (max-width: 1024px) {
  .stats-block__header {
    font-size: 2rem;
  }
}

/* Mobile Styles */
@media screen and (max-width: 1023px) {
  .stats-with-overlay-image {
    padding: 32px 0;
  }

  .stats-block {
    text-align: center;
  }

  .stats-block__header {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
    /* Product page block version - Mobile transform adjustment */
    .rm-main-product .stats-with-overlay-image__overlay,
    .product .stats-with-overlay-image__overlay {
        transform: translate3d(-50%, -21px, 0);
    }
    
    .stats-with-overlay-image {
        padding: 48px 0;
    }
}
