body {
  background-color: #f8f8f8;
  color: #222;
}

.uk-card-title {
  font-weight: 700;
}

.cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #f0506e; /* червоний */
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 3px 6px;
  line-height: 1;
  box-shadow: 0 0 0 2px white;
}