/* --- Product preview --- */
.product-list {
  display: flex;
  flex-flow: wrap;
  margin: 0 -20px; }
  .product-list, .product-list > li {
    list-style: none;
    padding: 0; }
  .product-list > li {
    flex: 1 1 300px; }
    .product-list > li:not(:empty) {
      margin: 20px; }
  .product-list h4 {
    margin: 10px 0 0 0;
    padding-right: 100px; }
  .product-list p {
    line-height: 1;
    margin: 10px 0 0 0; }
  .product-list .product-description p {
    font-size: 1.1rem; }
  .product-list p.product-price {
    margin: 1.2em; }

.snipcart-add-item {
  -webkit-appearance: none;
  color: #fff;
  text-decoration: none;
  border: 0;
  background: #DE91B9;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px 15px 15px;
  float: right;
  cursor: pointer;
  line-height: 1;
  margin-top: 10px; }
  .snipcart-add-item:hover {
    background: #e8b2ce; }
