/** Shopify CDN: Minification failed

Line 145:23 Expected ")" to end URL token
Line 168:23 Expected ")" to end URL token

**/





















.featured-product h2.section-title {
  font-size: 4em !important;
}
.featured-product .lead {
  font-size: 2em !important;
  color: #89bad5;
}
.featured-product .hover-images {
  margin-top: 1em;
}
.featured-product .hover-images img {
  padding: 1em;
  border: 1px solid #ccc;
}
.featured-product .product-details-wrapper {
  border: 1px solid #89bad5;
  border-radius: 4px;
  overflow: hidden;
}
.featured-product .product-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.featured-product .product-header h1 {
  font-size: 2em;
}
.featured-product .product-header .h5 {
  font-size: 2em;
  color: #89bad5;
}
.featured-product .compare-to {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #89bad5 !important;
  border-radius: 4px;
}
.featured-product .compare-to .compared {
  text-align: center;
  margin: 0 0.5em;
}
.featured-product .compare-to .compared strong {
  color: #f00;
}
.featured-product .product-feature ul {
  list-style: none;
  justify-content: space-between;
}
.featured-product .product-feature li {
  flex: 1;
  background-color: #eff5f8;
}
.featured-product .product-feature li span {
    width: 70px !important;
    height: 70px !important;
    left: 50%;
    background: #eff5f8;
    top: -35px;
    margin-left: -35px;
}
.featured-product .product-feature li.camera-features span {
  padding: 10px;
}

















































.integration-banner{
  @include media-breakpoint-down(sm){
    background: url({{ section.settings.banner_img_mob | img_url: '768x' }}) no-repeat center center;
  }
}


















.integration-banner{
  @include media-breakpoint-down(sm){
    background: url({{ section.settings.banner_img_mob | img_url: '768x' }}) no-repeat center center;
  }
}









