/** Shopify CDN: Minification failed

Line 75:13 Expected identifier but found whitespace
Line 75:15 Unexpected "{"
Line 75:24 Expected ":"
Line 75:50 Expected ":"
Line 76:6 Expected identifier but found whitespace
Line 76:8 Unexpected "{"
Line 76:17 Expected ":"
Line 76:41 Expected ":"
Line 77:8 Expected identifier but found whitespace
Line 77:10 Unexpected "{"
... and 2 more hidden warnings

**/
.leadGrid_container, .leadGrid_container_kinder {
  display: grid;
  gap: 30px 0px;
  max-width: 1000px;
  margin: 30px auto;
  justify-content: center;
}
.leadGrid_productBlockWrapper{
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 90%;
  background-color: #f8f8f8;
  margin: auto;
  min-height: -webkit-fill-available;
}
.leadGrid_productBlockWrapper a{
  display: block;
  padding: 30px;
  text-align: center;
  width: 100%;
}
.leadGrid_productBlockWrapper .Heading{
  margin-bottom: 0;
  text-align: center;
}
.leadGrid_iconTextWrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.leadGrid_iconTextWrapper .icon-30{
  font-size: 30px;
}
.leadGrid_iconTextWrapper .icon-30:before{
  color: #3C3A3A;
}
.leadGrid_iconTextWrapper .Heading{
  line-height: 16px;
  font-weight: 700;
  padding-left: 10px;
}
.leadGrid_buttonBlock{
  margin-top: 10px;
}
.leadGrid_lowestPrice{
  font-size: 24px;
}
.leadGrid_productImageContent{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: end;
}
.leadGrid_productImageBadge,
.leadGrid_productImageBadge2{
  position: relative;
  margin-bottom: -100%;
  max-height: {{ section.settings.badge_width }}px;
  top: {{ section.settings.badge_top }}px;;
  right: {{ section.settings.badge_right }}px;;
}
.leadGrid_badgeWrapper{
  width: 100%;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 640px){
  .leadGrid_container, .leadGrid_container_kinder{
      grid-template-columns: auto;
      gap: 30px 0px;
  }
  .leadGrid_productBlockWrapper{
      margin: 0 30px;
    grid-column: none !important;
  }
  .special-row-left-content {
    display: flex!important;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 888px){
    .special-row-left-content, .special-row-right-content {
        width: 100% !important;
        justify-content: center;
        align-items: center;
        align-content: flex-end;
        flex-direction: column;
        display: flex!important;
    }
}
@media only screen and (min-width: 641px){
  .leadGrid_container{
    grid-template-columns: auto auto;
  }
  .leadGrid_container_kinder{
    grid-template-columns: auto auto auto;
  }
  .leadGrid_productBlockWrapper{
    width: 100%;
  }
}