body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 0;
  margin: 0;
}
.product {
  width: 100%;
  overflow: scroll-y;
}
#logo {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.category-description {
  max-width: 100%;
}
.category-description img.promo-image {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.category-title {
  margin-top: 20px;
  font-size: 24px;
  padding: 20px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 100;
}
.category-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
.product-box {
  display: block;
  max-width: 340px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-transform: center;
  margin-top: 20px;
}
.product-box .thumbnail {
  margin: 0 auto;
}
.product-box .thumbnail img {
  max-width: 100%;
}
.product-box .excerpt {
  text-align: center;
  font-weight: 100;
  margin-top: 10px;
  font-size: 13px;
}
.product-box .product-name {
  pointer-events: none;
  text-decoration: none;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  text-transform: capitalize;
  padding: 10px;
}
.product-box .buy-area {
  text-align: center;
}
.product-box .buy-button {
  display: inline-block;
  padding: 8px 15px 6px 15px;
  text-transform: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 14px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #36d8dd;
  color: #36d8dd;
  line-height: 1.22;
  vertical-align: middle;
  margin-top: 20px;
  cursor: pointer;
}
footer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 13px;
}
