/** Shopify CDN: Minification failed

Line 24:0 Unexpected "}"

**/
.mcl-heart {
  appearance: none;
  background: transparent;
  border: 0;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
}
.mcl-heart.is-active {
  color: #0CAB67;
}
.mcl-heart__icon {
  width: 1.8rem;
  height: 1.8rem;
}
}

.mcl-heart__icon path {
  fill: transparent !important;
  stroke: #111111 !important;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill 0.18s ease, transform 0.18s ease;
}

.mcl-heart.is-active .mcl-heart__icon path {
  fill: #0CAB67 !important;
  stroke: #0CAB67 !important;
}

.mcl-heart:hover .mcl-heart__icon {
  transform: scale(1.08);
}

.mcl-heart:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 50%;
}
.product__media-item {
  position: relative;
}


.card-wrapper {
  position: relative;
}


.card-wrapper > .mcl-heart {
  position: absolute !important;
  inset: 1rem 1rem auto auto !important;
  z-index: 100 !important;
  pointer-events: auto !important;
  width: auto !important;
  height: auto !important;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.mcl-heart__icon--filled {
  display: none !important;
}

.mcl-heart.is-active .mcl-heart__icon--outline {
  display: none !important;
}

.mcl-heart.is-active .mcl-heart__icon--filled {
  display: block !important;
}


.card-wrapper > .mcl-heart * {
    pointer-events: none;
}/* Produktseite */
media-gallery {
  position: relative;
}

media-gallery > .mcl-heart {
  position: absolute !important;
  top: 1.2rem !important;
  right: 1.2rem !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 100 !important;
  pointer-events: auto !important;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

media-gallery > .mcl-heart .mcl-heart__icon {
  width: 2.2rem;
  height: 2.2rem;
}

/* Produktübersicht */
.card-wrapper > .mcl-heart .mcl-heart__icon {
  width: 1.6rem;
  height: 1.6rem;
}

/* MEINE LOUNGE – Merkliste */

.mcl-lounge.page-width {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.mcl-lounge__header {
  margin-bottom: 3.5rem;
}

.mcl-lounge__title {
  margin: 0 0 1rem;
}

.mcl-lounge__intro {
  margin: 0;
}

.mcl-lounge__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3rem 2rem;
}

.mcl-lounge__item {
  min-width: 0;
}

.mcl-lounge__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.mcl-lounge__image-wrap > a {
  display: block;
  width: 100%;
  height: 100%;
}

.mcl-lounge__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mcl-lounge__image-wrap > .mcl-heart {
  position: absolute !important;
  top: 0.8rem !important;
  right: 0.8rem !important;
  left: auto !important;
  z-index: 10;
}

.mcl-lounge__image-wrap > .mcl-heart .mcl-heart__icon {
  width: 1.6rem;
  height: 1.6rem;
}

.mcl-lounge__info {
  padding-top: 1rem;
}



.mcl-lounge__price {
  margin-top: 0.6rem;
}

.mcl-lounge__empty {
  padding: 5rem 0 7rem;
  text-align: center;
}

.mcl-lounge__empty p {
  margin: 0 0 2rem;
}

@media screen and (max-width: 989px) {
  .mcl-lounge__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .mcl-lounge__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.2rem;
  }
}
@media screen and (min-width: 990px) {
  .header__inline-menu a.header__menu-item {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .header__inline-menu summary.header__menu-item {
    padding-left: 0.8rem;
    padding-right: 2.2rem;
  }

  .header__inline-menu summary.header__menu-item .icon-caret {
    right: 0.7rem;
  }
}
.mcl-menu-heart {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.35rem;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mcl-menu-heart.is-active {
  fill: #0CAB67;
  stroke: #0CAB67;
}