/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 58:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.schimmel-section-wrapper {
  width: 100%;
  background: #f6f6f6;
  padding: 60px 20px;
}
.schimmel-section {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
.schimmel-section h2 {
  margin-bottom: 40px;
}
.schimmel-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.schimmel-block {
  background: white;
  border-radius: 20px;
  padding: 20px;
  max-width: 700px;
  flex: 1 1 600px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  text-align: center;
  margin-bottom: 80px; /* <- hinzugefügt */
}
.schimmel-block img {
  width: 100%;
  border-radius: 15px;
}
.panel-info {
  margin-top: 15px;
  font-weight: bold;
  background: black;
  color: white;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .schimmel-grid {
    flex-direction: column;
  }
}
</style>