/** Shopify CDN: Minification failed

Line 18:15 Expected identifier but found whitespace
Line 18:17 Unexpected "{"
Line 18:26 Expected ":"
Line 19:10 Expected identifier but found whitespace
Line 19:12 Unexpected "{"
Line 19:21 Expected ":"
Line 30:10 Expected identifier but found whitespace
Line 30:12 Unexpected "{"
Line 30:21 Expected ":"
Line 45:10 Expected identifier but found whitespace
... and 56 more hidden warnings

**/
/* START_SECTION:custom-pre-footer (INDEX:12) */
.custom-pre-footer {
    background: {{ section.settings.bg_color }};
    color: {{ section.settings.text_color }};
    padding: 0;
    border-top: 1px solid rgba(0,0,0,0.06);
  }

  .custom-pre-footer .page-width {
    max-width: 1200px;
    margin: 0 auto;
  }

  .custom-pre-footer a {
    color: {{ section.settings.link_color }};
    text-decoration: none;
  }

  .custom-pre-footer a:hover {
    text-decoration: underline;
  }

  .custom-pre-footer__newsletter {
    padding: 36px 0 30px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }

  .custom-pre-footer__newsletter-heading {
    color: {{ section.settings.heading_color }};
    font-size: 3rem;
    line-height: 1.15;
    margin: 0 0 12px;
    font-weight: 700;
  }

  .custom-pre-footer__newsletter-text {
    max-width: 760px;
    margin: 0 auto 18px;
    font-size: 1.6rem;
    line-height: 1.6;
    opacity: 0.95;
  }

  .custom-pre-footer__newsletter-app {
    max-width: 640px;
    margin: 0 auto;
  }

  .custom-pre-footer__newsletter-note {
    margin-top: 12px;
    font-size: 1.3rem;
    opacity: 0.8;
  }

  .custom-pre-footer__inner {
    padding: 28px 0 14px;
  }

  .custom-pre-footer__top {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 32px;
  }

  .custom-pre-footer__trust {
    background: {{ section.settings.card_bg }};
    border: 1px solid {{ section.settings.card_border }};
    border-radius: 14px;
    padding: 16px 14px;
    text-align: center;
    line-height: 1.4;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-pre-footer__trust strong {
    display: block;
    color: {{ section.settings.heading_color }};
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .custom-pre-footer__main {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 20px;
    align-items: start;
    margin-bottom: 18px;
  }

  .custom-pre-footer__card {
    background: {{ section.settings.card_bg }};
    border: 1px solid {{ section.settings.card_border }};
    border-radius: 18px;
    padding: 24px 22px;
    height: 100%;
  }

  .custom-pre-footer__heading {
    color: {{ section.settings.heading_color }};
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0 0 12px;
    font-weight: 700;
  }

  .custom-pre-footer__subheading {
    color: {{ section.settings.heading_color }};
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0 0 12px;
    font-weight: 700;
  }

  .custom-pre-footer__text,
  .custom-pre-footer__text p {
    margin: 0;
    line-height: 1.65;
    font-size: 1.5rem;
    opacity: 0.96;
  }

  .custom-pre-footer__contact {
    margin-top: 16px;
    display: grid;
    gap: 10px;
  }

  .custom-pre-footer__contact-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
    font-size: 1.5rem;
  }

  .custom-pre-footer__icon {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    opacity: 0.95;
  }

  .custom-pre-footer__cta {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .custom-pre-footer__button {
    display: inline-block;
    background: {{ section.settings.button_bg }};
    color: {{ section.settings.button_text }} !important;
    text-decoration: none;
    padding: 13px 20px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1.45rem;
    transition: transform 0.15s ease, opacity 0.15s ease;
  }

  .custom-pre-footer__button--secondary {
    background: transparent;
    border: 1px solid {{ section.settings.card_border_dark }};
    color: {{ section.settings.heading_color }} !important;
  }

  .custom-pre-footer__button:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    text-decoration: none;
  }

.custom-pre-footer__whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1.2;
  transition: transform 0.15s ease, opacity 0.15s ease;
  border: none;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.18);
}

.custom-pre-footer__whatsapp-button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  text-decoration: none !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.22);
}

  .custom-pre-footer__payments-text {
    margin-bottom: 16px;
  }

  .custom-pre-footer__payments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }

  .custom-pre-footer__payment-box {
    background: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 64px;
    border: 1px solid rgba(0,0,0,0.06);
    background: #ffffff;
  }

  .custom-pre-footer__payment-box img {
    max-height: 24px;
    width: auto;
    display: block;
  }

  .custom-pre-footer__payment-icon {
    height: 26px;
    width: auto;
    display: block;
  }

  .custom-pre-footer__rating {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid {{ section.settings.card_border_dark }};
  }

  .custom-pre-footer__rating a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: {{ section.settings.link_color }};
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(0,0,0,0.04);
  }

  .custom-pre-footer__rating a:hover {
    text-decoration: none;
    background: rgba(0,0,0,0.08);
  }

  .custom-pre-footer__rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff7e8;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .custom-pre-footer__rating-badge span:first-child {
  font-size: 1.8rem;
  font-weight: 700;
  color: {{ section.settings.heading_color }};
}

.custom-pre-footer__stars {
  letter-spacing: 0;
  color: #f4b400;
  font-size: 1.7rem;
  line-height: 1;
}

.custom-pre-footer__rating-badge span:last-child {
  font-size: 1.45rem;
  font-weight: 500;
  color: {{ section.settings.text_color }};
}

  .custom-pre-footer__stars {
    letter-spacing: 1px;
    color: #ffd166;
  }

  .custom-pre-footer__links {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 20px;
    padding: 0;
    align-items: start;
  }

  .custom-pre-footer__links > div {
    padding: 0 22px;
    box-sizing: border-box;
  }

  .custom-pre-footer__links-title {
    color: {{ section.settings.heading_color }};
    font-size: 1.65rem;
    line-height: 1.2;
    margin: 0 0 8px;
    font-weight: 700;
  }

  .custom-pre-footer__links > div {
    align-self: start;
  }

  .custom-pre-footer__links-title {
  font-size: 1.65rem;
  margin: 0 0 8px;
  line-height: 1.2;
  }

  .custom-pre-footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .custom-pre-footer__menu li {
    margin: 0 0 6px;
    font-size: 1.35rem;
    line-height: 1.4;
  }

  .custom-pre-footer__links div,
  .custom-pre-footer__links ul,
  .custom-pre-footer__links li {
    text-align: left;
  }

  .custom-pre-footer__bottom {
    padding: 12px 0 4px;
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
  }

  .custom-pre-footer__copyright {
    font-size: 1.3rem;
    opacity: 0.8;
  }

  .custom-pre-footer__social {
    display: flex;
    gap: 14px;
    align-items: center;
  }

  .custom-pre-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .custom-pre-footer__social svg {
    width: 20px;
    height: 20px;
  }

  @media screen and (max-width: 989px) {
    .custom-pre-footer__newsletter {
      padding: 28px 0 24px;
    }

    .custom-pre-footer__newsletter-heading {
      font-size: 2.4rem;
    }

    .custom-pre-footer__inner {
      padding: 28px 0 16px;
    }

    .custom-pre-footer__top {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      margin-bottom: 20px;
    }

    .custom-pre-footer__main {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .custom-pre-footer__links {
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .custom-pre-footer__card {
      padding: 20px 16px;
      border-radius: 16px;
    }

    .custom-pre-footer__heading {
      font-size: 1.9rem;
    }

    .custom-pre-footer__text,
    .custom-pre-footer__text p,
    .custom-pre-footer__contact-item,
    .custom-pre-footer__menu li {
      font-size: 1.4rem;
    }
  }

@media screen and (max-width: 749px) {
  .custom-pre-footer__newsletter {
    padding: 20px 0 18px;
  }

  .custom-pre-footer__newsletter-heading {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .custom-pre-footer__newsletter-text {
    font-size: 1.35rem;
    line-height: 1.5;
    margin: 0 auto 12px;
    max-width: 92%;
  }

  .custom-pre-footer__newsletter-note {
    margin-top: 8px;
    font-size: 1.2rem;
  }

  .custom-pre-footer__inner {
    padding: 20px 0 10px;
  }

  .custom-pre-footer__top {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 14px;
  }

  .custom-pre-footer__trust {
    min-height: auto;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .custom-pre-footer__trust strong {
    font-size: 1.45rem;
    margin-bottom: 2px;
  }

  .custom-pre-footer__trust span {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .custom-pre-footer__main {
    gap: 10px;
    margin-bottom: 14px;
  }

  .custom-pre-footer__card {
    padding: 16px 14px;
    border-radius: 14px;
  }

  .custom-pre-footer__heading {
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .custom-pre-footer__text,
  .custom-pre-footer__text p,
  .custom-pre-footer__contact-item,
  .custom-pre-footer__menu li {
    font-size: 1.32rem;
    line-height: 1.55;
  }

  .custom-pre-footer__contact {
    margin-top: 12px;
    gap: 8px;
  }

  .custom-pre-footer__contact-item {
    gap: 8px;
  }

  .custom-pre-footer__cta {
    margin-top: 14px;
    gap: 8px;
  }

  .custom-pre-footer__button,
  .custom-pre-footer__whatsapp-button {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px 18px;
    font-size: 1.4rem;
  }

  .custom-pre-footer__payments-text {
    margin-bottom: 12px;
  }

  .custom-pre-footer__payments {
    gap: 8px;
    align-items: stretch;
  }

  .custom-pre-footer__payment-box {
    width: calc(33.333% - 6px);
    min-width: 0;
    min-height: 52px;
    padding: 8px 10px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .custom-pre-footer__payment-box img,
  .custom-pre-footer__payment-icon {
    max-height: 24px;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .custom-pre-footer__payment-box img[alt*="TWINT"],
  .custom-pre-footer__payment-box img[alt*="Twint"] {
    max-height: 28px;
  }

  .custom-pre-footer__payment-box img[alt*="POWERPAY"],
  .custom-pre-footer__payment-box img[alt*="PowerPay"],
  .custom-pre-footer__payment-box img[alt*="Rechnung"] {
    max-height: 26px;
  }

  .custom-pre-footer__rating-badge {
    padding: 8px 12px;
    font-size: 1.3rem;
    margin-bottom: 8px;
  }

  .custom-pre-footer__rating {
    margin-top: 10px;
    padding-top: 10px;
  }

  .custom-pre-footer__links {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .custom-pre-footer__links-title {
    font-size: 1.55rem;
    margin-bottom: 8px;
  }

  .custom-pre-footer__menu li {
    margin-bottom: 7px;
  }

  .custom-pre-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 0 4px;
    margin-top: 10px;
  }

  .custom-pre-footer__copyright {
    font-size: 1.2rem;
  }

  .custom-pre-footer__social {
    gap: 12px;
  }
}
/* END_SECTION:custom-pre-footer */
