/** Shopify CDN: Minification failed

Line 21:26 Unexpected "{"
Line 21:35 Expected ":"
Line 21:42 Unexpected "{"
Line 30:28 Unexpected "{"
Line 30:37 Expected ":"
Line 30:44 Unexpected "{"
Line 35:26 Unexpected "{"
Line 35:35 Expected ":"
Line 41:28 Unexpected "{"
Line 41:37 Expected ":"
... and 58 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:contact-kaminspezialist (INDEX:14) */
#kaminspezialist-contact-{{ section.id }} {
  --ks-accent: #BA6A4F;
  --ks-text: #000000;
  --ks-muted: #555555;
  background: #ffffff;
  padding: 40px 0;
}

@media (min-width: 750px) {
  #kaminspezialist-contact-{{ section.id }} {
    padding: 60px 0;
  }
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 990px) {
  #kaminspezialist-contact-{{ section.id }} .ks-contact-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.4fr) minmax(0, 1.2fr);
    align-items: center;
  }
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#kaminspezialist-contact-{{ section.id }} .ks-heading {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--ks-text);
}

@media (min-width: 990px) {
  #kaminspezialist-contact-{{ section.id }} .ks-heading {
    font-size: 1.9rem;
  }
}

#kaminspezialist-contact-{{ section.id }} .ks-subtext {
  margin: 0 0 16px;
  color: var(--ks-muted);
  max-width: 28rem;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--ks-accent);
  color: var(--ks-accent);
  font-size: 0.95rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-button:hover {
  background-color: var(--ks-accent);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-button-arrow {
  font-size: 1.1em;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-methods {
  gap: 14px;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

#kaminspezialist-contact-{{ section.id }} .ks-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#kaminspezialist-contact-{{ section.id }} .ks-icon {
  width: 32px;
  height: 32px;
  color: var(--ks-accent);
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-label {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ks-muted);
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-main-link {
  font-size: 1rem;
  color: var(--ks-text);
  text-decoration: none;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-main-link:hover {
  text-decoration: underline;
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-note {
  font-size: 0.85rem;
  color: var(--ks-muted);
}

#kaminspezialist-contact-{{ section.id }} .ks-contact-team {
  align-items: flex-end;
}

#kaminspezialist-contact-{{ section.id }} .ks-team-text {
  text-align: right;
}

#kaminspezialist-contact-{{ section.id }} .ks-team-heading {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ks-muted);
}

#kaminspezialist-contact-{{ section.id }} .ks-team-role {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--ks-text);
}

#kaminspezialist-contact-{{ section.id }} .ks-team-image-wrap {
  margin-top: 8px;
}

#kaminspezialist-contact-{{ section.id }} .ks-team-image {
  max-width: 240px;
  height: auto;
  display: block;
  object-fit: contain;
  margin-left: auto;
}

#kaminspezialist-contact-{{ section.id }} .ks-team-image-placeholder {
  max-width: 240px;
  margin-left: auto;
  padding: 24px 16px;
  border-radius: 18px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  font-size: 0.85rem;
  text-align: center;
  color: var(--ks-muted);
}

@media (max-width: 989px) {
  #kaminspezialist-contact-{{ section.id }} .ks-contact-team {
    align-items: flex-start;
  }

  #kaminspezialist-contact-{{ section.id }} .ks-team-text {
    text-align: left;
  }

  #kaminspezialist-contact-{{ section.id }} .ks-team-image,
  #kaminspezialist-contact-{{ section.id }} .ks-team-image-placeholder {
    margin-left: 0;
  }
}

/* Fade-In Animation */
#kaminspezialist-contact-{{ section.id }} .ks-fade {
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

#kaminspezialist-contact-{{ section.id }} .ks-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* END_SECTION:contact-kaminspezialist */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:product-detail-accordions (INDEX:138) */
.bek-product-accordion {
    --bekAccent: #EA5B1A;
    --bekAccentSoft: rgba(234, 91, 26, .07);
    --bekInk: var(--colorTextBody, #141414);
    --bekBody: rgba(20, 20, 20, .78);
    --bekMuted: rgba(20, 20, 20, .52);
    --bekLine: rgba(20, 20, 20, .12);
    --bekSurface: #fff;
    margin-top: 12px;
    border: 1px solid var(--bekLine);
    border-radius: 10px;
    background: var(--bekSurface);
    color: var(--bekInk);
    overflow: hidden;
  }

  html.theme-dark .bek-product-accordion {
    --bekAccent: #f0752e;
    --bekAccentSoft: rgba(240, 117, 46, .1);
    --bekInk: #f2f2f2;
    --bekBody: rgba(242, 242, 242, .78);
    --bekMuted: rgba(242, 242, 242, .5);
    --bekLine: rgba(255, 255, 255, .1);
    --bekSurface: rgba(255, 255, 255, .02);
  }

  .bek-product-accordion__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    cursor: pointer;
    list-style: none;
    transition: background .25s ease;
  }

  .bek-product-accordion__summary::-webkit-details-marker { display: none; }
  .bek-product-accordion__summary::marker { content: ""; }

  .bek-product-accordion__summary:hover,
  .bek-product-accordion__summary:focus-visible {
    background: var(--bekAccentSoft);
    outline: none;
  }

  .bek-product-accordion__title {
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.3;
    color: var(--bekInk);
  }

  .bek-product-accordion__icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bekLine);
    border-radius: 999px;
    color: var(--bekAccent);
    transition: transform .25s ease, border-color .25s ease;
  }

  .bek-product-accordion__icon svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .bek-product-accordion[open] .bek-product-accordion__icon {
    transform: rotate(180deg);
    border-color: var(--bekAccent);
  }

  .bek-product-accordion__panel {
    border-top: 1px solid var(--bekLine);
  }

  .bek-product-accordion__text {
    color: var(--bekBody);
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .bek-product-accordion__text br {
    display: block;
    content: "";
    margin-top: 5px;
  }

  .bek-included-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 16px 18px 18px 36px;
    color: var(--bekBody);
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .bek-included-list__item {
    padding-left: 4px;
  }

  .bek-included-list__item::marker {
    color: var(--bekAccent);
    font-size: 0.95em;
  }

  .bek-downloads {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 14px 16px 16px;
    list-style: none;
  }

  .bek-downloads__item {
    width: 100%;
  }

  .bek-downloads__link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid var(--bekLine);
    border-radius: 8px;
    background: transparent;
    color: var(--bekInk);
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.35;
    text-decoration: none;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
  }

  .bek-downloads__link:hover,
  .bek-downloads__link:focus {
    border-color: var(--bekAccent);
    color: var(--bekAccent);
    background: var(--bekAccentSoft);
  }

  .bek-downloads__arrow {
    flex: 0 0 auto;
    min-width: 42px;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--bekAccentSoft);
    color: var(--bekAccent);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
  }

  @media screen and (max-width: 589px) {
    .bek-included-list {
      gap: 8px;
      padding: 14px 14px 16px 30px;
      font-size: 0.96rem;
    }

    .bek-downloads {
      padding: 12px 12px 14px;
    }
  }
/* END_SNIPPET:product-detail-accordions */

/* START_SNIPPET:product-spec-table (INDEX:143) */
.bek-specs {
    --bekAccent: #EA5B1A;
    --bekAccentHover: #d95a16;
    --bekAccentSoft: rgba(234, 91, 26, .07);
    --bekInk: var(--colorTextBody, #141414);
    --bekBody: rgba(20, 20, 20, .78);
    --bekLine: rgba(20, 20, 20, .12);
    --bekHead: #faf8f5;
    --bekSurface: #fff;
    margin-top: 32px;
    color: var(--bekInk);
  }

  html.theme-dark .bek-specs {
    --bekAccent: #f0752e;
    --bekAccentHover: #f2922e;
    --bekAccentSoft: rgba(240, 117, 46, .1);
    --bekInk: #f2f2f2;
    --bekBody: rgba(242, 242, 242, .78);
    --bekLine: rgba(255, 255, 255, .1);
    --bekHead: rgba(255, 255, 255, .04);
    --bekSurface: rgba(255, 255, 255, .02);
  }

  .bek-specs__header {
    margin-bottom: 14px;
  }

  .bek-specs__title {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--bekInk);
  }

  .bek-specs__table-wrap {
    overflow-x: auto;
    border: 1px solid var(--bekLine);
    border-radius: 10px;
    background: var(--bekSurface);
  }

  .bek-specs__table {
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .bek-specs__table th,
  .bek-specs__table td {
    padding: 14px 16px;
    vertical-align: top;
    border-bottom: 1px solid var(--bekLine);
  }

  .bek-specs__table tr:last-child th,
  .bek-specs__table tr:last-child td {
    border-bottom: 0;
  }

  .bek-specs__table th {
    width: 34%;
    min-width: 190px;
    background: var(--bekHead);
    color: var(--bekInk);
    font-weight: 600;
    letter-spacing: .01em;
    text-align: left;
  }

  .bek-specs__table td {
    color: var(--bekBody);
  }

  .bek-specs__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid var(--bekAccent);
    border-radius: 6px;
    background: transparent;
    color: var(--bekAccent);
    font-weight: 600;
    letter-spacing: .02em;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
  }

  .bek-specs__button:hover,
  .bek-specs__button:focus {
    background: var(--bekAccent);
    border-color: var(--bekAccent);
    color: #fff;
  }

  .bek-specs__text-link {
    display: inline-block;
    margin-left: 8px;
    color: var(--bekAccent);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .bek-specs__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .bek-specs__chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 11px;
    border: 1px solid var(--bekLine);
    border-radius: 999px;
    background: transparent;
    color: var(--bekInk);
    font-size: 0.92rem;
    line-height: 1.2;
  }

  .bek-specs__ean-list {
    margin: 0;
    padding-left: 18px;
  }

  .bek-specs__ean-list li + li {
    margin-top: 4px;
  }

  @media screen and (max-width: 589px) {
    .bek-specs {
      margin-top: 24px;
    }

    .bek-specs__table,
    .bek-specs__table tbody,
    .bek-specs__table tr,
    .bek-specs__table th,
    .bek-specs__table td {
      display: block;
      width: 100%;
      min-width: 0;
    }

    .bek-specs__table tr {
      border-bottom: 1px solid var(--bekLine);
    }

    .bek-specs__table tr:last-child {
      border-bottom: 0;
    }

    .bek-specs__table th,
    .bek-specs__table td {
      border-bottom: 0;
      padding: 11px 14px;
    }

    .bek-specs__table th {
      padding-bottom: 4px;
      background: var(--bekHead);
    }

    .bek-specs__table td {
      padding-top: 4px;
    }

    .bek-specs__button {
      width: 100%;
    }

    .bek-specs__text-link {
      display: block;
      margin: 8px 0 0;
    }
  }
/* END_SNIPPET:product-spec-table */

/* START_SNIPPET:withdrawal-form (INDEX:172) */
.withdrawal-page-form {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .withdrawal-page-form__notice,
  .withdrawal-page-form__panel {
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
  }

  .withdrawal-page-form__notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    margin-bottom: 22px;
  }

  .withdrawal-page-form__panel {
    padding: 28px 30px 32px;
  }

  .withdrawal-page-form__eyebrow {
    margin: 0 0 8px;
    color: #f2922e;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .withdrawal-page-form h2 {
    margin: 0 0 10px;
  }

  .withdrawal-page-form p {
    margin-bottom: 0;
  }

  .withdrawal-page-form__legal-note {
    margin: -2px 0 14px;
    color: #5d5d5d;
    font-size: 0.95rem;
  }

  .withdrawal-page-form__account-button,
  .withdrawal-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 280px;
    min-height: 52px;
    min-width: 240px;
    max-width: 320px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 0.95rem;
    letter-spacing: 0 !important;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    text-transform: none !important;
    overflow-wrap: anywhere;
    background-color: #f2922e;
    border-color: #f2922e;
  }

  .withdrawal-form {
    margin-top: 24px;
  }

  .withdrawal-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
  }

  .withdrawal-form__field {
    margin-bottom: 18px;
  }

  .withdrawal-form__field label,
  .withdrawal-form__check {
    display: block;
    color: #2f2f2f;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .withdrawal-form__field input,
  .withdrawal-form__field select,
  .withdrawal-form__field textarea {
    width: 100%;
    margin-top: 7px;
  }

  .withdrawal-form__check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 6px 0 22px;
  }

  .withdrawal-form__check input {
    margin-top: 4px;
  }

  .withdrawal-form__success {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-left: 4px solid #f2922e;
    background: #fff7ef;
    font-weight: 700;
  }

  .withdrawal-date {
    position: relative;
  }

  .withdrawal-date__display {
    cursor: pointer;
    padding-right: 48px;
  }

  .withdrawal-date__trigger {
    position: absolute;
    right: 6px;
    top: 13px;
    width: 34px;
    height: 34px;
    border: 0;
    background: #f2922e;
    color: #fff;
    line-height: 1;
    cursor: pointer;
  }

  .withdrawal-calendar {
    position: absolute;
    z-index: 20;
    top: calc(100% + 10px);
    left: 0;
    width: min(330px, 92vw);
    padding: 18px;
    border: 2px solid #f2922e;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(17, 17, 17, 0.18);
  }

  .withdrawal-calendar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
    color: #111;
  }

  .withdrawal-calendar__nav {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 6px;
    background: #fff7ef;
    color: #111;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
  }

  .withdrawal-calendar__nav:hover,
  .withdrawal-calendar__nav:focus-visible {
    background: #f2922e;
    color: #fff;
  }

  .withdrawal-calendar__week,
  .withdrawal-calendar__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
  }

  .withdrawal-calendar__week {
    margin-bottom: 8px;
    color: #686868;
    font-size: 0.84rem;
    font-weight: 700;
    text-align: center;
  }

  .withdrawal-calendar__day {
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: #111;
    font-weight: 700;
    cursor: pointer;
  }

  .withdrawal-calendar__day:hover,
  .withdrawal-calendar__day:focus-visible,
  .withdrawal-calendar__day.is-selected {
    border-color: #f2922e;
    background: #f2922e;
    color: #fff;
  }

  .withdrawal-calendar__day.is-today {
    border-color: #f2922e;
  }

  @media screen and (max-width: 749px) {
    .withdrawal-page-form__notice {
      display: block;
      padding: 20px;
    }

    .withdrawal-page-form__account-button {
      flex-basis: auto;
      width: 100%;
      margin-top: 18px;
      text-align: center;
    }

    .withdrawal-page-form__panel {
      padding: 22px 20px 26px;
    }

    .withdrawal-form__grid {
      grid-template-columns: 1fr;
      gap: 0;
    }

    .withdrawal-form__submit {
      width: 100%;
    }
  }
/* END_SNIPPET:withdrawal-form */