

.store-block-style-1 .categories { margin: 0; padding: 0 100px; display: flex; }
.store-block-style-1 .categories > li { display: inline-block; padding: 20px 20px 20px 0; }
.store-block-style-1 .categories > li::after { content: ':'; padding-left: 20px; }
.store-block-style-1 .categories > li:nth-child(n+3)::after { display: none; }
.store-block-style-1 .categories > li.active a { text-decoration: underline; font-weight: bold;  }
.store-block-style-1 .store-shopping-cart { flex-grow: 1; text-align: right; }

.store-block-style-1 .category-details { margin: 0; padding: 0 100px;   }

.store-block-style-1 .products { margin: 0; padding: 0 100px; display: flex; flex-wrap: wrap;  }
.store-block-style-1 .products > li { list-style: none; margin: 0; padding: 0; flex: 0 0 20%;}
.store-block-style-1 .teaser-wrapper { padding: 10px; }
.store-block-style-1 .teaser-thumb { position: relative; padding-bottom: 100%; background-color: #ddd; background-size: cover; }
.store-block-style-1 .teaser-thumb picture { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.store-block-style-1 .teaser-thumb img { object-fit: cover; width: 100%; height: 100%; }
.store-block-style-1 .teaser-title { padding: 5px 0 0 0; margin-bottom: 0; color: #222; font-size: 18px; font-weight: bold; }
.store-block-style-1 .teaser-title a { color: inherit; }
.store-block-style-1 .teaser-description { color:#aaa; line-height: normal; }
.store-block-style-1 .teaser-date {}
.store-block-style-1 .teaser-tags { margin: 0; padding: 0; }
.store-block-style-1 .teaser-tags > li { list-style: none; margin: 0; padding: 0; }