h1.frontpage {
  font-size: 1.6em;
}

.ravelry_store__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.item_thumbnail {
  margin: 10px;
  float: left;
  width: 220px;
  height: 300px;
}

#product_page h3 {
  margin-bottom: 1em;
}

.framed_photo {
  background: none;
  border: 1px solid #ccc;
  padding: 0;
  height: 173px;
  width: 173px;
}

.photo_frame {
  padding: 0;
}

.item_thumbnail .title {
  padding: 1em;
  font-size: 1.2em;
  text-align: center;
}

.item_thumbnail .availability {
  padding: 3px;
  text-align: center;
  font-size: 0.9em;
}

.item_thumbnail .size, .item_thumbnail del {
  padding: 3px;
  background-color: #ECF9E7;
  margin: 2px;
  border: 1px dotted #ccc;
}

.item_thumbnail a {
  text-decoration: none;
}

@media screen and (max-width: 487px) {
  body.ravelry_store.with_frontend_v1_2 .item_thumbnail {
    margin-bottom: 32px;
  }
  body.ravelry_store.with_frontend_v1_2 .item_thumbnail__photo img {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid var(--color-border-dark);
  }

  body.products.with_frontend_v1_2 .ravelry_store__product #details .markdown {
    font-size: 1rem;
  }
  body.products.with_frontend_v1_2 .ravelry_store__product .gallery {
    float: none;
    margin-right: 0;
    width: auto;
  }
  body.products.with_frontend_v1_2 .ravelry_store__product .additional {
    margin: 16px;
  }
  body.products.with_frontend_v1_2 .ravelry_store__product .product__gallery__img {
    width: 100%;
    border: none;
  }
  body.products.with_frontend_v1_2 .ravelry_store__product .breadcrumbs {
    padding: 0;
  }
  body.products.with_frontend_v1_2 .ravelry_store__product .tabs--subnavigation {
    margin-bottom: 0;
    margin-top: 20px !important;
  }

  body.ravelry_store #store_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    float: none !important;
    margin-top: 1em;
  }
  body.ravelry_store #ravelry_cart {
    display: block;
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    padding-bottom: 3em;
  }
  body.ravelry_store #tabset {
    margin-top: 1em !important;
  }
  body.ravelry_store .item_thumbnail {
    display: block;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    box-sizing: border-box;
  }
  body.ravelry_store .item_thumbnail__photo img {
    width: 90vw;
    border-radius: 2px;
  }

  .ravelry_store__product #responsive_more_tab {
    display: none;
  }
  .ravelry_store__product .breadcrumbs {
    padding: 1em;
    text-align: center;
  }
  .ravelry_store__product #product_page {
    margin-top: 0;
  }
  .ravelry_store__product #details {
    width: auto !important;
    padding: 1em;
  }
}
.product__reviews__instructions {
  background-color: #F6FFF6;
  border: 1px solid #DDDDDD;
  padding: 5px;
  margin-bottom: 16px;
}

body.products .product__gallery__img {
  border: 1px solid #666;
  width: 400px;
}
body.products #comments_panel {
  margin-top: 0px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
body.products #comment_form {
  margin-bottom: 32px;
}
body.products .gallery {
  float: left;
  margin-right: 30px;
  width: 420px;
}
body.products #details {
  float: left;
  width: 500px;
}
body.products #details .markdown {
  font-size: 1.1em;
}

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