.view--product-overview {
  position: relative;
}

.view--product-overview::before {
  content: "";
  position: absolute;
  top: -155px;
  width: 100vw;
  transform: translateX(-50%);
  margin-left: 50%;
  height: 290px;
  border-radius: 1px;
  z-index: -1;
  background-color: #F7F7F7;
}

.view--product-overview .view-header .taxonomy-term + .pump-finder-wrapper {
  margin-top: 40px;
}

.view--product-overview .view-header .taxonomy-term > h2,
.view--product-overview .view-footer .taxonomy-term > h2 {
  display: none;
}

@media all and (min-width: 450px) {
  .view--product-overview .view-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2%;
  }
}

.view--product-overview .view-content .views-row {
  margin-bottom: 44px;
}

@media all and (min-width: 450px) {
  .view--product-overview .view-content .views-row {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
}

@media all and (min-width: 768px) {
  .view--product-overview .view-content .views-row {
    width: 31.333%;
    margin-bottom: 50px;
  }
}

@media all and (min-width: 950px) {
  .view--product-overview .view-content .views-row {
    width: 23%;
  }
}

/*# sourceMappingURL=maps/style.css.map */
