.clearfix::after {
    content: "";
    display: table;
    clear: both;
  }

  /* ===== Shared hero pattern (used by both the "Neu im Sortiment" and
     "Analysegeräte" sections) ===== */
  .home-hero {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 28px 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  }

  .home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
    mix-blend-mode: multiply;
    pointer-events: none;
  }

  .home-hero-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 12px;
  }

  .home-hero-badge span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22c55e; /* status dot -- intentionally not a brand color */
    margin-right: 8px;
  }

  .home-hero-title {
    position: relative;
    z-index: 1;
    font-family: var(--font-heading, "Roboto", system-ui, sans-serif);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
  }

  .home-hero-text {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.6;
    max-width: 460px;
    opacity: 0.92;
    margin-bottom: 0;
  }

  /* ===== "Neu im Sortiment" banner ===== */
  .offers-hero-new {
    background-image: url("https://abid.sytes.net/media/wysiwyg/infortis/ultimo/slideshow/tms-banner-neuheiten-1920x500px.png");
    background-position: left center;
  }

  .offers-hero-inner-new {
    position: relative;
    z-index: 1;
    max-width: 520px;
    text-align: left;
  }

  /* ===== "Analysegeräte" section ===== */
  .offers-wrapper {
    margin: 40px 0 32px;
    color: var(--color-body, #333333);
  }

  .offers-hero {
    background-image: url("https://abid.sytes.net/media/wysiwyg/infortis/ultimo/slideshow/tms-banner-analysegerate-1920x500px.png");
  }

  .offers-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 36px;
    align-items: center;
    justify-content: space-between;
  }

  .offers-hero-main {
    max-width: 520px;
  }

  .offers-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 14px 4px 4px;
    font-size: 12px;
    color: var(--color-body-muted, #6B6B6B);
  }

  .offers-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .offers-meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #22c55e;
  }

  .offers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
  }

  @media (max-width: 1024px) {
    .offers-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .home-hero {
      padding: 22px 18px;
    }

    .home-hero-title {
      font-size: 22px;
    }

    .home-hero-text {
      font-size: 13px;
    }

    .offers-grid {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  .offers-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    padding: 16px 16px 14px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    transition: 0.18s ease;
  }

  .offers-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--color-primary, #0F3B66) 45%, transparent);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.16);
    background: linear-gradient(
      135deg,
      var(--color-surface-light, #F5F6F8),
      color-mix(in srgb, var(--color-primary, #0F3B66) 8%, white)
    );
  }

  .offers-card-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-body-muted, #6B6B6B);
    margin-bottom: 6px;
  }

  .offers-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--color-body, #333333);
  }

  .offers-card-text {
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-body-muted, #6B6B6B);
    margin-bottom: 10px;
  }

  .offers-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: var(--color-body, #333333);
  }

  .offers-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    background: rgba(15, 23, 42, 0.04);
  }

  .offers-pill span {
    margin-left: 4px;
    font-size: 13px;
  }

  .offers-card-arrow {
    font-size: 16px;
  }

  /* ===== Two-tile promo row ("Sprechstundenbedarf" / "Zahlung & Versand") ===== */
  .banner-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    margin: 40px 0;
    width: 100%;
  }

  .banner-card {
    position: relative;
    flex: 1 1 calc(50% - 12px);
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    cursor: pointer;
  }

  .banner-card img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease, opacity 0.4s ease;
    opacity: 1;
  }

  .banner-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.25),
      color-mix(in srgb, var(--color-primary, #0F3B66) 35%, transparent)
    );
    mix-blend-mode: multiply;
    pointer-events: none;
  }

  .banner-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 28px;
    color: #ffffff;
  }

  .banner-kicker {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 6px;
  }

  .banner-title {
    font-family: var(--font-heading, "Roboto", system-ui, sans-serif);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .banner-text {
    font-size: 14px;
    line-height: 1.5;
    max-width: 380px;
    opacity: 0.9;
    margin-bottom: 18px;
  }

  .banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease,
      transform 0.25s ease;
  }

  .banner-btn span {
    margin-left: 6px;
    font-size: 14px;
  }

  .banner-card:hover img {
    transform: scale(1.06);
    filter: blur(2px) brightness(1.15);
  }

  .banner-card:hover .banner-btn {
    background: #ffffff;
    color: var(--color-primary-dark, #0A2C4D);
    border-color: #ffffff;
    transform: translateY(-1px);
  }

  @media (max-width: 767px) {
    .banner-card {
      flex: 1 1 100%;
    }

    .banner-content {
      padding: 20px 18px;
    }

    .banner-title {
      font-size: 18px;
    }

    .banner-text {
      font-size: 13px;
    }
  }
  
.footer-column .block-title.heading, .footer-newsletter h3.text-white {
    color: #364153 !important;
    font-weight: 700;
    font-size: 15px;
    border-left: 4px solid;
    border-image: linear-gradient(to bottom, #0f3b66, #83aff7) 0 0 0 1;
    padding-left: 5px;
    border-radius: 6px;
    margin-bottom: 8px;
    line-height: normal;
}
.footer-newsletter h3.text-white span{display: none;}
footer.page-footer .block-content a, .footer-contact-item, footer.page-footer span {
    color: #686868;
}
.footer-newsletter input#newsletter {
    border-radius: 30px;
}
.footer-newsletter  button.bg-primary-light {
    border-radius: 30px;
    margin-left: 8px;
}
footer.bg-footer-bg > div, footer.page-footer .border-t.border-white.border-opacity-10 > div {
    border: 1px solid rgba(148, 163, 184, 0.25);
}
footer.page-footer .border-t.border-white.border-opacity-10 {
    border: none !important;
}
footer.page-footer .border-t.border-white.border-opacity-10 > div {
    border-top: none;
}
.bg-footer-bg {
    background-color: transparent !important;
}

@media (min-width: 80rem) {
    .xl\:\[--snap-cols\:4\]
	{
        --snap-cols: 5 !important;
    }
}
.product-info .price-box .minimal-price-link {
    text-decoration: line-through;
    -webkit-text-decorations-in-effect: spelling-error;
    text-decoration-color: #ff3636;
}
.product-info button.btn.btn-primary {
    color: #fff;
}
.product-info .product-item-link {
    min-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-info .price-box.price-final_price {
    text-align: center;
}