/* Hervorhebung für Geschenk-Artikel im Warenkorb und im Checkout */
.cart_item.sp-gift-item {
  background: #fff7e6; /* sanftes Orange/Highlight */
}

/* leichte Umrandung links als Akzent */
.cart_item.sp-gift-item td {
  border-left: 3px solid #ffbf66;
}

/* Badge/Label neben dem Produktnamen */
.sp-gift-label {
  display: inline-block;
  margin-left: .5em;
  padding: .15em .5em;
  font-size: .85em;
  line-height: 1.2;
  background: orange;
  color: white !important;
  border-radius: 3px;
  font-weight: 700 !important;
}