.block-width-restrainer {
  max-width: 1000px; }

figure > img {
  display: block;
  width: 35%;
  margin: 0 auto; }

a {
  color: #f27040; }

.products-list a {
  color: inherit; }

figcaption {
  margin-top: 10px;
  font-style: italic;
  text-align: center; }

.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.product {
  flex-basis: 48%;
  text-align: center;
  padding: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 7px; }
  @media screen and (min-width: 700px) {
    .product {
      flex-basis: 24%; } }
  .product.hide {
    display: none; }
  .product:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    text-decoration: none; }

.product-image-holder {
  height: 150px;
  margin-bottom: 15px;
  overflow: hidden; }

.product-image {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  height: auto; }

.product-name {
  font-size: 1.4em;
  height: 3em; }

.product-cost {
  font-size: 1.1em; }
  .product-cost .current-price {
    display: inline-block;
    margin-right: 14px; }
  .product-cost .scratched-price {
    display: inline-block;
    color: silver;
    text-decoration: line-through; }

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