/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_urbanelectric/cartridge/client/default/scss/productInfoSheets.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.info-sheets {
  margin: 86px 0 96px;
  padding-left: 132px;
  padding-right: 132px;
}

.info-sheets .row {
  justify-content: center;
}

@media (max-width: 1072px) {
  .info-sheets {
    margin: 37px 0 44px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.info-sheets__wrapper {
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
}

.info-sheets__heading {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #58585b;
  margin-bottom: 26px;
  font-family: "Helvetica Neue Light", sans-serif;
  font-weight: inherit;
  letter-spacing: 4.2px;
}

.info-sheets__grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 48px;
}

@media (max-width: 1072px) {
  .info-sheets__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 34px 36px;
  }
}
@media (max-width: 700px) {
  .info-sheets__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 34px 25px;
  }
}
.info-sheets__grid-cell {
  background-color: #f0f0f1;
  padding: 15px 5px;
  color: #58585b;
}
.info-sheets__grid-cell:hover {
  color: #080808;
}

.info-sheets__link {
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

.info-sheets__title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.4px;
  margin-top: 14px;
  text-transform: uppercase;
  text-align: center;
}

.info-sheets__picture {
  padding-bottom: 100%;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
}

.info-sheets__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/*# sourceMappingURL=productInfoSheets.css.map*/