body {
  padding-top: 30px;
}
.product {
  margin-bottom: 30px;
}
.product-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.product img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
