#categories {
  background-color: #f6f6f3;
  background-size: 30px auto;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 35px;
}
#categories h2, #categories h3 {
  font-family: "DINCondensed-Bold";
  letter-spacing: -0.02em;
}
#categories h2 {
  font-size: 43px;
  height: 50px;
  border-bottom: 4px solid #000;
  display: inline-block;
  margin-top: 2px;
}
#categories .wrapper {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
}
#categories .wrapper:after, #categories .wrapper:before {
  content: "";
  display: block;
  clear: both;
}
#categories .wrapper .box {
  text-align: left;
  margin: 0px 12px 12px 12px;
}
#categories .wrapper .box a img {
  height: 50px;
  margin-right: 12px;
  display: block;
  float: left;
}
#categories .wrapper .box a h3 {
  font-size: 22px;
  margin-top: 0px;
  line-height: 35px;
}
#categories .wrapper .box a p {
  font-size: 11px;
  font-weight: 500;
  margin-top: -4px;
}
#categories .wrapper .box a:hover {
  transition: all 0.2s 0s ease;
  opacity: 0.7;
}
#categories .wrapper .box.outdoor {
  width: 180px;
}
#categories .wrapper .box.sustainable {
  width: 170px;
}
#categories .wrapper .box.car {
  width: 120px;
}
#categories .wrapper .box.camp {
  width: 130px;
}
#categories .wrapper .box.gear {
  width: 120px;
}/*# sourceMappingURL=toppage-categories.css.map */