/** Shopify CDN: Minification failed

Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 19:34 Unexpected "{"
Line 254:18 Unexpected "{"
Line 254:27 Expected ":"
Line 254:34 Unexpected "{"
Line 419:18 Unexpected "{"
Line 419:27 Expected ":"
Line 419:34 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:lacules-footer (INDEX:38) */
#shopify-section-{{ section.id }} {
  margin: 0 !important;
  padding: 0 !important;
}

.lacules-footer {
  background-color: #000;
  width: 100%;
  box-sizing: border-box;
}

.lacules-footer__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 92px;
  box-sizing: border-box;
}

/* ── Spalte 1: Brand ── */
.lacules-footer__col--brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
}

.lacules-footer__logo-wrap {
  display: block;
}

.lacules-footer__logo {
  display: block;
  width: 231px;
  height: auto;
  max-width: 100%;
}

.lacules-footer__logo-fallback {
  font-family: 'LFT Etica Mono', monospace;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lacules-footer__copyright {
  font-family: 'LFT Etica Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin: 0;
  white-space: pre-line;
}

/* ── Spalte 2: Kontakt ── */
.lacules-footer__col--contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}

.lacules-footer__contact-block {
  font-family: 'LFT Etica Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin: 0;
}

.lacules-footer__contact-block br {
  display: block;
}

/* ── Nav-Spalten ── */
.lacules-footer__col--nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-shrink: 0;
  align-self: stretch;
}

.lacules-footer__nav-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lacules-footer__nav-group li {
  margin: 0;
  padding: 0;
}

/* ── Links (global) ── */
.lacules-footer__link {
  font-family: 'LFT Etica Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  display: block;
}

.lacules-footer__link:hover {
  opacity: 0.6;
}

/* ── Mobile ── */
@media screen and (max-width: 900px) {
  .lacules-footer__inner {
    flex-direction: column;
    align-items: center;
    padding: 40px 24px;
    gap: 40px;
    text-align: center;
  }

  .lacules-footer__col--brand {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
  }

  .lacules-footer__col--contact,
  .lacules-footer__col--nav {
    width: 100%;
    align-items: center;
    gap: 32px;
  }

  .lacules-footer__nav-group {
    align-items: center;
  }

  .lacules-footer__contact-block {
    text-align: center;
  }

  .lacules-footer__link {
    text-align: center;
  }

  .lacules-footer__logo {
    width: 160px;
  }
}
/* END_SECTION:lacules-footer */

/* START_SECTION:lacules-hero-image-text (INDEX:39) */
/* ── Statische Basisstyles (gecacht, keine dynamischen Werte) ── */
.lwh__outer {
  background-color: #000;
  width: 100%;
  box-sizing: border-box;
}
.lwh__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.lwh__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}
.lwh__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.lwh__gradient {
  /* Styles werden section-spezifisch gesetzt */
}
.lwh__content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
.lwh__label {
  margin: 0;
  font-family: 'LFT Etica Mono', monospace;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.375;
}
.lwh__heading {
  margin: 0;
  font-family: 'LFT Etica Mono', monospace;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.lwh__body {
  margin: 0;
  font-family: 'LFT Etica Mono', monospace;
  font-weight: 400;
  letter-spacing: -0.02em;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
/* END_SECTION:lacules-hero-image-text */

/* START_SECTION:recently-viewed-products (INDEX:80) */
#shopify-section-{{ section.id }} {
  margin: 0 !important;
  padding: 0 !important;
}

.lacules-hero-fp {
  background-color: #000;
  width: 100%;
  box-sizing: border-box;
}

.lacules-hero-fp__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* ── Bild-Container ── */
.lacules-hero-fp__image-wrap {
  position: relative;
  width: 100%;
}

.lacules-hero-fp__image-link {
  display: block;
  width: 100%;
}

.lacules-hero-fp__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lacules-hero-fp__img--placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #111;
}

/* ── ATC-Overlay ── */
.lacules-hero-fp__atc-form {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.lacules-hero-fp__image-wrap:hover .lacules-hero-fp__atc-form,
.lacules-hero-fp__image-wrap:focus-within .lacules-hero-fp__atc-form {
  opacity: 1;
  pointer-events: auto;
}

.lacules-hero-fp__atc-btn {
  display: block;
  width: 100%;
  font-family: 'LFT Etica Mono', monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  padding: 16px 24px;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.lacules-hero-fp__atc-btn:hover {
  background-color: rgba(255, 255, 255, 0.88);
  color: #000;
}

.lacules-hero-fp__atc-btn--sold-out {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

/* ── Produktinfo ── */
.lacules-hero-fp__info {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lacules-hero-fp__title-link {
  text-decoration: none;
  color: inherit;
}

.lacules-hero-fp__title {
  font-family: 'LFT Etica Mono', monospace;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  letter-spacing: 0.04em;
}

.lacules-hero-fp__title-link:hover .lacules-hero-fp__title {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.lacules-hero-fp__price {
  font-family: 'LFT Etica Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: baseline;
}

.lacules-hero-fp__price--compare {
  text-decoration: line-through;
  opacity: 0.45;
}

.lacules-hero-fp__price--current {
  color: #fff;
}

/* ── Mobile ── */
@media screen and (max-width: 600px) {
  .lacules-hero-fp__inner {
    padding: 40px 24px;
    gap: 20px;
  }

  .lacules-hero-fp__title {
    font-size: 16px;
  }

  /* Auf Touch: ATC immer sichtbar */
  .lacules-hero-fp__atc-form {
    opacity: 1;
    pointer-events: auto;
  }
}
/* END_SECTION:recently-viewed-products */

/* START_SECTION:titel-hero-banner (INDEX:93) */
#shopify-section-{{ section.id }} {
  margin: 0 !important;
  padding: 0 !important;
}

.hero-banner {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; /* fallback – wird per inline style überschrieben */
  display: block;
}

.hero-banner__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-banner__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-banner__label {
  margin: 0;
  text-transform: uppercase;
  font-style: normal;
}

.hero-banner__heading {
  margin: 0;
  line-height: 1.1;
}

.hero-banner__body {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .hero-banner__heading {
    font-size: clamp(28px, 8vw, 56px) !important;
  }
}
/* END_SECTION:titel-hero-banner */