/** Shopify CDN: Minification failed

Line 17:0 Unexpected "<"
Line 74:0 Unexpected "<"
Line 107:17 Expected identifier but found whitespace
Line 107:19 Unexpected "{"
Line 107:28 Expected ":"
Line 107:67 Expected ":"
Line 131:0 Unexpected "<"
Line 241:0 Unexpected "<"
Line 343:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.ei-portfolio-container {
  max-width: 1400px;
  margin: 0 auto;
}

.ei-portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.ei-portfolio-item {
  position: relative;
  width: 320px;
  flex-shrink: 0;
  text-align: center;
}

.ei-portfolio-image {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.ei-portfolio-image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.ei-portfolio-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  padding: 14px;
  font-weight: 600;
  font-size: 20px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.ei-portfolio-text {
  margin-top: 20px;
  padding: 0 10px;
}

.ei-portfolio-text .rte {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}
</style>
.ei-vtiles{
  --gap: 24px;
  padding-top: var(--pad-top);
  padding-bottom: var(--pad-bottom);
}
.ei-vtiles__container{max-width:var(--page-width,1240px);margin:0 auto;padding:0 20px}
.ei-vtiles__heading{margin:0 0 8px;font-size:clamp(22px,2.5vw,32px);font-weight:700}
.ei-vtiles__sub{margin:0 0 16px;color:rgba(0,0,0,.65)}
.ei-vtiles__hint-mobile{display:none;opacity:.75;font-size:.95em}

/* Desktop/Tablet: Grid */
.ei-vtiles__grid{display:grid;gap:var(--gap)}
.ei-vtiles__cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.ei-vtiles__cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ei-vtiles__cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}

/* Mobile: horizontaler Slider mit Peek */
@media (max-width: 900px){
  .ei-vtiles__hint-mobile{display:inline}
  .ei-vtiles__grid{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-inline: 12px; /* Innenabstand für Peek */
    gap: 0;               /* Abstand steuern wir über margin-right je Item */
  }
  .ei-vtiles__grid::-webkit-scrollbar{display:none}

  .ei-vtiles__item{
    flex: 0 0 82%;                   /* Breite pro Kachel + Peek der nächsten */
    scroll-snap-align: start;
    margin-right: {{ section.settings.gap_mobile | default: 16 }}px; /* Abstand zwischen Kacheln */
  }
  .ei-vtiles__item:last-child{
    margin-right: 0;                 /* kein Überstand rechts */
  }
}

/* Kachel & Media */
.ei-vtiles__item{cursor:pointer}
.ei-vtiles__media{position:relative;width:100%;border-radius:var(--radius);overflow:hidden;background:#f3f5f7}
.ei-vtiles__media-inner{position:absolute;inset:0}
.ei-vtiles__thumb{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--radius)}
.ei-vtiles__play{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}
.ei-vtiles__play-icon{width:64px;height:64px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.25))}
.ei-vtiles__caption{text-align:center;margin-top:10px;font-weight:600}

/* Overlay */
.ei-vtiles__overlay{position:fixed;inset:0;display:none;z-index:9999}
.ei-vtiles__overlay.is-open{display:block}
.ei-vtiles__overlay-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6)}
.ei-vtiles__overlay-dialog{position:relative;z-index:1;max-width:min(960px,92vw);margin:6vh auto;background:#000;border-radius:16px;overflow:hidden}
.ei-vtiles__overlay-close{position:absolute;top:-40px;right:0;background:#fff;border:0;border-radius:999px;width:36px;height:36px;line-height:34px;font-size:22px;cursor:pointer}
.ei-vtiles__overlay-content{aspect-ratio:16/9;width:min(960px,92vw)}
.ei-vtiles__video{width:100%;height:100%;display:block}
<style>
  .ei-alle-produkte-tabs {
    background-color: #ffffff;
    padding: 64px 0 48px 0;
    font-family: 'Open Sans', sans-serif;
  }

  .ei-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .ei-category-block {
    margin-bottom: 96px;
  }

  .ei-category-title {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 28px;
    padding-left: 12px;
  }

  .ei-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 400px);
    gap: 32px;
    justify-content: center;
  }

  .ei-product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }

  .ei-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .ei-product-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
    background-color: #ffffff;
  }

  .ei-product-card:hover img {
    transform: scale(1.03);
  }

  .ei-title-box {
    background-color: var(--ei-title-bg, #f5f5f5);
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    min-height: 72px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-sizing: border-box;
  }

  .ei-title-left {
    text-align: left;
    flex: 1;
  }

  .ei-title-right {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
  }

  @media (max-width: 1300px) {
    .ei-product-grid {
      grid-template-columns: repeat(2, 400px);
    }
  }

  @media (max-width: 900px) {
    .ei-product-grid {
      grid-template-columns: 1fr;
      justify-content: center;
    }

    .ei-product-card {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
    }
  }
</style>
<style>
  .ei-alle-produkte-tabs {
    background-color: #ffffff;
    padding: 64px 0 48px 0;
    font-family: 'Open Sans', sans-serif;
  }

  .ei-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .ei-category-block {
    margin-bottom: 80px;
  }

  .ei-category-title {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 24px;
    padding-left: 12px;
  }

  .ei-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    justify-content: start;
  }

  .ei-product-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    text-decoration: none;
    transition: box-shadow 0.3s ease;
  }

  .ei-product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .ei-image-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .ei-image-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  .ei-image-slider img.active {
    opacity: 1;
    z-index: 2;
  }

  .ei-title-box {
    background-color: var(--ei-title-bg, #f5f5f5);
    padding: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    text-align: center;
    min-height: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 1200px) {
    .ei-product-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 768px) {
    .ei-product-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 480px) {
    .ei-product-grid {
      grid-template-columns: 1fr;
    }
  }
</style>