/** Shopify CDN: Minification failed

Line 48:0 Unexpected "}"

**/
.kollektion-kacheln {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .kollektion-kacheln { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .kollektion-kacheln { grid-template-columns: 1fr; }
}
.kollektion-kachel {
  display: block;
  background: #f5efe6;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #3a2e1e;
  text-align: center;
  border: 1px solid #e0d5c5;
  transition: box-shadow 0.2s, transform 0.2s;
}
.kollektion-kachel:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}
.kollektion-kachel img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.kollektion-kachel-titel {
  padding: 14px 12px;
  font-weight: normal;
  line-height: 1.3;
}
.rte-content p {
  margin-bottom: 1em !important;
}

}
