/** Shopify CDN: Minification failed

Line 22:0 Unexpected "{"
Line 22:1 Expected identifier but found "%"
Line 26:2 Unexpected "{"
Line 26:3 Expected identifier but found "%"
Line 60:0 Unexpected "{"
Line 60:1 Expected identifier but found "%"
Line 64:2 Unexpected "{"
Line 64:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.related__image img {
      object-fit:cover;
  }
.product__header .product__title {
    font-size: 20px;
}
{% if section.settings.banner_size == "small" %}
    .site-hero {
      height: calc(70vh - 60px);
    }
  {% endif %}
.section-estimator .icon-wrap {
    margin-right:10px;
    display:inline-block;
  }
  .section-estimator .modal-small {
    max-width:440px;
  }
  .section-estimator .install-item{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .section-estimator .install-item .thumb-wrap{
    background: #f4f6f7;
    border-radius: 8px;
    width: 58px;
    height: 58px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-right: 17px;
    position: relative;
    border: 1px solid #a4e0ff;
  }
  .section-estimator .install-item .desc-wrap {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .section-estimator .btn-add-install{
    padding:5px 10px;
  }
{% if section.settings.banner_size == "small" %}
    .site-hero {
      height: calc(70vh - 60px);
    }
  {% endif %}