/* Kleine Ergänzungen zum kompilierten Original-CSS der BEZIY-Seite */
.cart-badge {
  position: absolute; top: 2px; right: 2px;
  min-width: 18px; height: 18px; padding: 0 4px;
  background: #b40d23; color: #fff;
  border-radius: 9999px; font-size: 10px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.lang-select {
  appearance: none; background: transparent; cursor: pointer;
  border: 1px solid #e5e7eb; border-radius: 9999px;
  padding: 6px 12px; font-size: 12px; font-weight: 500; color: #111827;
}
.lang-select:hover { border-color: #b40d23; color: #b40d23; }
.mobile-nav-hidden { display: none; }
.form-input {
  width: 100%; border: 1px solid #e5e7eb; border-radius: 12px;
  padding: 12px 16px; font-size: 15px; background: #fff;
}
.form-input:focus { outline: 2px solid #b40d23; outline-offset: 0; border-color: transparent; }
.desc-content p { margin-bottom: 1rem; line-height: 1.7; color: #4b5563; }
.desc-content ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1rem; color: #4b5563; }
.desc-content li { margin-bottom: .25rem; }
