.cart-item__bundle-offer {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.6rem;
  color: rgba(var(--color-foreground, 17, 17, 17), 0.9);
  font-size: 1.2rem;
  line-height: 1.2;
}

.cart-item__bundle-offer svg {
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 1.6rem;
}
