.eheim-empco-row,
.product--properties-icons {
  overflow: visible;
}

.eheim-empco {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  margin-left: 6px;
  z-index: 30;
}

.eheim-garan-badge {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.eheim-garan-badge__img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 100%;
}

.eheim-garan-badge__years {
  position: absolute;
  left: 1.4%;
  top: 8%;
  bottom: 8%;
  width: 16.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.eheim-empco__popover .eheim-garan-badge__img {
  height: auto;
  width: 100%;
  max-width: 480px;
}

.eheim-empco__popover .eheim-garan-badge__years {
  font-size: 42px;
}

.eheim-garan-static .eheim-garan-badge__img {
  height: auto;
  width: 100%;
  max-width: 480px;
}

.eheim-garan-static .eheim-garan-badge__years {
  font-size: 42px;
}

.eheim-legal-notice__shield {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #003399;
  color: #fc0;
  font-weight: 800;
  font-size: 12px;
  border: 2px solid #fc0;
}

.eheim-empco__popover {
  display: none;
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  z-index: 10050;
  padding: 12px;
  background: #fff;
  border: 1px solid #c6c6c8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  width: min(520px, 92vw);
}

.eheim-empco.is-open .eheim-empco__popover,
.eheim-empco:focus-within .eheim-empco__popover {
  display: block;
}

.eheim-garan-full__details {
  font-size: 13px;
  margin: 8px 0 0;
  line-height: 1.4;
}

.eheim-empco__link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
}

.eheim-legal-notice {
  border: 2px solid #003399;
  background: #fff;
  padding: 16px;
  max-width: 920px;
}

.eheim-legal-notice__header {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #003399;
  color: #fff;
  padding: 10px 12px;
  margin: -16px -16px 12px;
}

.eheim-legal-notice__heading {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.eheim-legal-notice__lead {
  font-weight: 700;
  color: #003399;
  margin-bottom: 8px;
}

.eheim-legal-notice__body {
  font-size: 0.95rem;
  line-height: 1.45;
}

.eheim-legal-guarantee-page__embed iframe {
  width: 100%;
  min-height: 70vh;
  border: 1px solid #ccc;
}

.eheim-checkout-garan-item__name {
  font-weight: 600;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .eheim-garan-badge__img {
    height: 36px;
  }

  .eheim-garan-badge__years {
    font-size: 22px;
  }

  .eheim-empco__popover {
    position: fixed;
    left: 4vw;
    right: 4vw;
    bottom: 12px;
    width: auto;
    max-height: 70vh;
    overflow: auto;
  }

  .eheim-empco__popover .eheim-garan-badge__years {
    font-size: 32px;
  }
}
